2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"semantics" : [
2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"label" : "Quiz-Einführung" ,
"fields" : [
2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"label" : "Zeige Einführung"
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Titel" ,
"description" : "Dieser Titel wird über dem Einführungstext angezeigt."
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Einführungstext" ,
"description" : "Dieser Text wird angezeigt, bevor das Quiz anfängt."
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Beschriftung des \"Start\"-Buttons" ,
"default" : "Starte Quiz"
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Hintergrundbild" ,
"description" : "Ein optionales Hintergrundbild für die Einführung."
2016-02-02 21:00:40 +01:00
}
]
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Hintergrundbild" ,
"description" : "Ein optionales Hintergrundbild für das Fragenset."
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Fortschrittsanzeige" ,
"description" : "Anzeigestil für die Fortschrittsanzeige des Fragensets." ,
"options" : [
2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"label" : "Text"
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Punkte"
2016-02-02 21:00:40 +01:00
}
2017-06-26 14:35:24 +02:00
] ,
"default" : "dots"
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Prozent bearbeitet" ,
"description" : "Prozentsatz der Gesamtpunkte, die notwendig sind, um das Quiz zu bestehen."
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Fragen" ,
"widgets" : [
2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"label" : "Vorgabe"
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Text"
2016-02-02 21:00:40 +01:00
}
] ,
2017-06-22 15:34:32 +02:00
"entity" : "Frage" ,
"field" : {
"label" : "Fragentyp" ,
"description" : "Bibliothek für diese Frage."
2016-02-02 21:00:40 +01:00
}
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Anzeigetexte im Quiz" ,
"fields" : [
2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"label" : "Beschriftung des \"Zurück\"-Buttons" ,
"default" : "Zurück"
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Beschriftung des \"Weiter\"-Buttons" ,
"default" : "Weiter"
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Beschriftung des \"Beenden\"-Buttons" ,
"default" : "Beenden"
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Fortschrittstext" ,
"description" : "Verwendeter Text, wenn Fortschrittsanzeige in Textform gewählt wurde." ,
"default" : "Aktuelle Frage: @current von @total Fragen"
2016-04-08 14:42:49 +02:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Beschriftung für das Springen zu einem bestimmten Punkt" ,
"description" : "Nutze den Platzhalter '%d' für die Fragennummer und %total für die Gesamtzahl der Fragen." ,
"default" : "Frage %d von %total"
2016-04-15 12:49:09 +02:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Beschriftung für eine Frage zum Urheberrechtsdialog" ,
"default" : "Frage"
2016-06-27 11:43:00 +02:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Fortschritt \"Readspeaker\"" ,
"description" : "Variablen: @current und @total" ,
"default" : "Frage @current von @total"
2016-06-28 15:07:05 +02:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Text für unbeantwortete Fragen" ,
"default" : "Unbeantwortet"
2016-06-28 15:07:05 +02:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Text für beantwortete Fragen" ,
"default" : "Beantwortet"
2016-06-28 15:07:05 +02:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Text fpr aktuelle Frage" ,
"default" : "Aktuelle Frage"
2016-02-02 21:00:40 +01:00
}
]
} ,
2016-09-26 13:50:03 +02:00
{
2017-06-22 15:34:32 +02:00
"label" : "Möglichkeit zum Rückwärts-Springen deaktivieren" ,
"description" : "Wenn aktiviert, kann der Nutzer nur vorwärts durch das Fragenset navigieren."
2016-09-26 13:50:03 +02:00
} ,
2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"label" : "Fragen zufällig anordnen" ,
"description" : "Aktivieren, um die Reihenfolge der Fragen zufällig zu bestimmen."
2016-10-17 15:42:56 +02:00
} ,
2016-10-20 13:55:10 +02:00
{
2017-06-22 15:34:32 +02:00
"label" : "Anzahl der anzuzeigenden Fragen:" ,
"description" : "Kann benutzt werden, um eine zufällige Auswahl auf mehreren Fragen zu treffen."
2016-10-20 13:55:10 +02:00
} ,
2016-10-17 15:42:56 +02:00
{
2017-06-22 15:34:32 +02:00
"label" : "Quiz beendet" ,
"fields" : [
{
"label" : "Ergebnisanzeige"
} ,
2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"label" : "Hinweis bei keinen Ergebnissen"
2016-02-02 21:00:40 +01:00
} ,
2016-05-20 09:33:45 +02:00
{
2017-06-22 15:34:32 +02:00
"label" : "Kopfzeile für die Rückmeldungen" ,
"description" : "diese Kopfzeile wird am Ende des Quizzes angezeigt, wenn der Nutzer alle Fragen beantwortet hat." ,
"default" : "Dein Ergebnis:"
2016-05-20 09:33:45 +02:00
} ,
2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"label" : "Text für die Punkteanzeige" ,
"default" : "Du hast @score Punkte von @total möglichen." ,
"description" : "Dieser Text wird verwendet, um die Gesamtpunkte des Nutzers anzuzeigen. \"@score\" wird durch die errechnete Punktzahl ersetzt, \"@total\" wird durch die maximal erreichbare Punktzahl ersetzt."
2016-02-02 21:00:40 +01:00
} ,
{
2017-07-14 15:29:59 +02:00
"label" : "Overall Feedback" ,
"fields" : [
{
"widgets" : [
] ,
"label" : "Define custom feedback for any score range" ,
"description" : "Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!" ,
"entity" : "range" ,
"field" : {
"fields" : [
{
"label" : "Score Range"
} ,
{
} ,
{
"label" : "Feedback for defined score range" ,
"placeholder" : "Fill in the feedback"
}
]
}
}
]
} ,
{
"label" : "Old Feedback" ,
"fields" : [
{
"label" : "Quiz passed greeting" ,
"description" : "This text will be displayed above the score if the user has successfully passed the quiz."
} ,
{
"label" : "Passed comment" ,
"description" : "This comment will be displayed after the score if the user has successfully passed the quiz."
} ,
{
"label" : "Quiz failed title" ,
"description" : "This text will be displayed above the score if the user has failed the quiz."
} ,
{
"label" : "Failed comment" ,
"description" : "This comment will be displayed after the score if the user has failed the quiz."
}
]
} ,
{
"label" : "Solution button label" ,
"default" : "Show solution" ,
"description" : "Text for the solution button."
} ,
{
"label" : "Retry button label" ,
"default" : "Retry" ,
2017-06-22 15:34:32 +02:00
"description" : "Text for the retry button."
2016-02-02 21:00:40 +01:00
} ,
{
2017-07-14 15:29:59 +02:00
"label" : "Finish button text" ,
2017-06-22 15:34:32 +02:00
"default" : "Finish"
2016-02-02 21:00:40 +01:00
} ,
{
2017-07-14 15:29:59 +02:00
"label" : "Display video before quiz results"
2016-02-02 21:00:40 +01:00
} ,
{
2017-07-14 15:29:59 +02:00
"label" : "Enable skip video button"
2016-02-02 21:00:40 +01:00
} ,
{
2017-07-14 15:29:59 +02:00
"label" : "Skip video button label" ,
2017-06-22 15:34:32 +02:00
"default" : "Skip video"
2016-02-02 21:00:40 +01:00
} ,
{
2017-07-14 15:29:59 +02:00
"label" : "Passed video" ,
"description" : "This video will be played if the user successfully passed the quiz."
2016-02-02 21:00:40 +01:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Fail video" ,
"description" : "This video will be played if the user failes the quiz."
2016-02-02 21:00:40 +01:00
}
]
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Einstellungen für \"Lösung zeigen\"-Button und \"Nochmal\"." ,
"fields" : [
2016-02-02 21:00:40 +01:00
{
2017-06-22 15:34:32 +02:00
"label" : "Überschreiben des \"Lösungen anzeigen\"-Buttons" ,
"description" : "Diese Option gibt an, ob der \"Lösung anzeigen\"-Button für alle Fragen angezeigt, ausgeblendet oder für jede Frage individuell konfiguriert wird." ,
"options" : [
2016-04-04 15:50:41 +02:00
{
2017-06-22 15:34:32 +02:00
"label" : "Anzeigen"
2016-04-04 15:50:41 +02:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Ausblenden"
2016-04-04 15:50:41 +02:00
}
]
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Überschreiben des \"Wiederholen\"-Buttons" ,
"description" : "Diese Option gibt an, ob der \"Wiederholen\" Button für alle Fragen angezeigt, ausgeblendet oder für jede Frage individuell konfiguriert wird." ,
"options" : [
2016-04-04 15:50:41 +02:00
{
2017-06-22 15:34:32 +02:00
"label" : "Anzeigen"
2016-04-04 15:50:41 +02:00
} ,
{
2017-06-22 15:34:32 +02:00
"label" : "Ausblenden"
2016-04-04 15:50:41 +02:00
}
]
2016-02-02 21:00:40 +01:00
}
]
}
]
2017-06-22 15:29:46 +02:00
}