Was ist das Quiz Template?

What is the Quiz Template?

Das Quiz Template ist eine vorgefertigte JSON-Datei, die dir als Grundlage für deine eigene Quiz-App dient. Es enthält alle notwendigen Strukturen für Multiple Choice Fragen, Antworten und Bewertungen.

The Quiz Template is a pre-made JSON file that serves as a foundation for your own quiz app. It contains all necessary structures for multiple choice questions, answers, and scoring.

Template Features

Template Features

Multiple Choice Fragen

Multiple Choice Questions

Vorgefertigte Struktur für Fragen mit 4 Antwortmöglichkeiten

Pre-made structure for questions with 4 answer options

Korrekte Antworten

Correct Answers

Automatische Bewertung und Feedback für jede Frage

Automatic scoring and feedback for each question

Ergebnis-Tracking

Result Tracking

Punktesystem und Fortschrittsanzeige für Lernende

Scoring system and progress display for learners

Anpassbar

Customizable

Einfach zu bearbeiten und an deine Bedürfnisse anzupassen

Easy to edit and customize to your needs

Template herunterladen

Download Template

Quiz Template (JSON)

Quiz Template (JSON)

Vollständiges Quiz-Template mit Beispiel-Fragen

Complete quiz template with example questions

JSON Format 2.3 KB 1,234 Downloads

Template-Struktur

Template Structure

JSON-Struktur des Quiz Templates

JSON Structure of Quiz Template

{
  "app": {
    "title": "Mein Quiz",
    "description": "Ein interaktives Quiz",
    "author": "Dein Name",
    "version": "1.0.0",
    "language": "de"
  },
  "lectures": [
    {
      "id": "intro",
      "title": "Einführung",
      "content": "Willkommen zu diesem Quiz!"
    }
  ],
  "quiz": [
    {
      "id": "q1",
      "question": "Was ist die Hauptstadt von Deutschland?",
      "options": [
        "Berlin",
        "München",
        "Hamburg",
        "Köln"
      ],
      "correct": 0,
      "explanation": "Berlin ist die Hauptstadt von Deutschland."
    }
  ],
  "glossary": [
    {
      "term": "Quiz",
      "definition": "Ein Test oder eine Prüfung"
    }
  ]
}

Wie verwende ich das Template?

How do I use the template?

1

Template herunterladen

Download template

Lade das Quiz-Template herunter und öffne es in einem Texteditor.

Download the quiz template and open it in a text editor.

2

App-Informationen anpassen

Customize app information

Ändere Titel, Beschreibung und Autor in der "app" Sektion.

Change title, description, and author in the "app" section.

3

Fragen hinzufügen

Add questions

Ersetze die Beispiel-Fragen durch deine eigenen Quiz-Fragen.

Replace the example questions with your own quiz questions.

4

Create

Create

Speichere die Datei und lade sie über LernApp Creator hoch.

Save the file and upload it via LernApp Creator.

Best Practices für Quiz-Apps

Best Practices for Quiz Apps

Klare Fragen formulieren

Formulate clear questions

Stelle sicher, dass deine Fragen eindeutig und verständlich sind.

Make sure your questions are clear and understandable.

Ausgewogene Antworten

Balanced answers

Alle Antwortmöglichkeiten sollten plausibel und gleich lang sein.

All answer options should be plausible and of similar length.

Erklärungen hinzufügen

Add explanations

Füge Erklärungen zu jeder Frage hinzu, um das Lernen zu fördern.

Add explanations to each question to promote learning.

Schwierigkeitsgrad variieren

Vary difficulty level

Mische einfache und schwierige Fragen für bessere Lernerfahrung.

Mix easy and difficult questions for better learning experience.

Bereit für dein erstes Quiz?

Ready for your first quiz?

Lade das Template herunter und erstelle deine eigene Quiz-App!

Download the template and create your own quiz app!

Quiz-Guide lesen