Add language fields

Replace TODOs
pull/4/head^2
Timothy Lim 2016-10-17 15:42:56 +02:00
parent b3dc56c796
commit c16422f13d
6 changed files with 924 additions and 265 deletions

View File

@ -1,200 +1,319 @@
{ {
"semantics": [ "semantics": [
{ {
"englishLabel": "Quiz introduction",
"label": "مقدمة المسابقة", "label": "مقدمة المسابقة",
"fields": [ "fields": [
{ {
"englishLabel": "Display introduction",
"label": "عرض المقدمة" "label": "عرض المقدمة"
}, },
{ {
"englishLabel": "Title",
"label": "العنوان", "label": "العنوان",
"englishDescription": "This title will be displayed above the introduction text.",
"description": "سيتم عرض هذا العنوان فوق النص المقدمة" "description": "سيتم عرض هذا العنوان فوق النص المقدمة"
}, },
{ {
"englishLabel": "Introduction text",
"label": "مقدمة النص", "label": "مقدمة النص",
"englishDescription": "This text will be displayed before the quiz starts.",
"description": "سيتم عرض هذا النص قبل أن تبدأ هذه المسابقة" "description": "سيتم عرض هذا النص قبل أن تبدأ هذه المسابقة"
}, },
{ {
"label": "بدء زر النص" "englishLabel": "Start button text",
"label": "بدء زر النص",
"englishDefault": "Start Quiz",
"default": "Start Quiz"
}, },
{ {
"englishLabel": "Background image",
"label": "صورة الخلفية", "label": "صورة الخلفية",
"englishDescription": "An optional background image for the introduction.",
"description": "إدخال صورة خلفية اختيارية" "description": "إدخال صورة خلفية اختيارية"
} }
] ]
}, },
{ {
"englishLabel": "Background image",
"label": "صورة الخلفية", "label": "صورة الخلفية",
"englishDescription": "An optional background image for the Question set.",
"description": "صورة خلفية اختيارية لأسئلة" "description": "صورة خلفية اختيارية لأسئلة"
}, },
{ {
"englishLabel": "Progress indicator",
"label": "مؤشر التقدم", "label": "مؤشر التقدم",
"englishDescription": "Question set progress indicator style.",
"description": "أسئلة لتعيين نمط مؤشر التقدم", "description": "أسئلة لتعيين نمط مؤشر التقدم",
"options": [ "options": [
{ {
"englishLabel": "Textual",
"label": "النصية" "label": "النصية"
}, },
{ {
"englishLabel": "Dots",
"label": "النقاط" "label": "النقاط"
} }
] ]
}, },
{ {
"englishLabel": "Pass percentage",
"label": "نسبة النجاح", "label": "نسبة النجاح",
"englishDescription": "Percentage of Total score required for passing the quiz.",
"description": "النسبة المئوية لمجموع النقاط المطلوبة لاجتياز الاختبار" "description": "النسبة المئوية لمجموع النقاط المطلوبة لاجتياز الاختبار"
}, },
{ {
"englishLabel": "Questions",
"label": "الأسئلة", "label": "الأسئلة",
"widgets": [ "widgets": [
{ {
"englishLabel": "Default",
"label": "الافتراضي" "label": "الافتراضي"
}, },
{ {
"englishLabel": "Textual",
"label": "النصية" "label": "النصية"
} }
], ],
"englishEntity": "question",
"entity": "السؤال", "entity": "السؤال",
"field": { "field": {
"englishLabel": "Question type",
"label": "نوع السؤال", "label": "نوع السؤال",
"englishDescription": "Library for this question.",
"description": "مكتبة لهذا السؤال" "description": "مكتبة لهذا السؤال"
} }
}, },
{ {
"englishLabel": "Interface texts in quiz",
"label": "واجهة النصوص لهذه المسابقة", "label": "واجهة النصوص لهذه المسابقة",
"fields": [ "fields": [
{ {
"label": "زر الرجوع" "englishLabel": "Back button",
"label": "زر الرجوع",
"englishDefault": "Previous question",
"default": "Previous question"
}, },
{ {
"label": "زر التقدم" "englishLabel": "Next button",
"label": "زر التقدم",
"englishDefault": "Next question",
"default": "Next question"
}, },
{ {
"label": "زر الانتهاء" "englishLabel": "Finish button",
"label": "زر الانتهاء",
"englishDefault": "Finish",
"default": "Finish"
}, },
{ {
"englishLabel": "Progress text",
"label": "نص التقدم", "label": "نص التقدم",
"description": "النص المستخدم إذا تم تحديد التقدم نصيا" "englishDescription": "Text used if textual progress is selected.",
"description": "النص المستخدم إذا تم تحديد التقدم نصيا",
"englishDefault": "Question: @current of @total questions",
"default": "Question: @current of @total questions"
}, },
{ {
"englishLabel": "Label for jumping to a certain question",
"label": "Label for jumping to a certain question", "label": "Label for jumping to a certain question",
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.", "description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"englishDefault": "Question %d of %total",
"default": "Question %d of %total" "default": "Question %d of %total"
}, },
{ {
"englishLabel": "Copyright dialog question label",
"label": "Copyright dialog question label", "label": "Copyright dialog question label",
"englishDefault": "Question",
"default": "Question" "default": "Question"
}, },
{ {
"englishLabel": "Readspeaker progress",
"label": "Readspeaker progress", "label": "Readspeaker progress",
"englishDescription": "May use @current and @total question variables",
"description": "May use @current and @total question variables", "description": "May use @current and @total question variables",
"englishDefault": "Question @current of @total",
"default": "Question @current of @total" "default": "Question @current of @total"
}, },
{ {
"englishLabel": "Unanswered question text",
"label": "Unanswered question text", "label": "Unanswered question text",
"englishDefault": "Unanswered",
"default": "Unanswered" "default": "Unanswered"
}, },
{ {
"englishLabel": "Answered question text",
"label": "Answered question text", "label": "Answered question text",
"englishDefault": "Answered",
"default": "Answered" "default": "Answered"
}, },
{ {
"englishLabel": "Current question text",
"label": "Current question text", "label": "Current question text",
"englishDefault": "Current question",
"default": "Current question" "default": "Current question"
} }
] ]
}, },
{ {
"englishLabel": "Disable backwards navigation",
"label": "Disable backwards navigation", "label": "Disable backwards navigation",
"englishDescription": "This option will only allow you to move forward in Question Set",
"description": "This option will only allow you to move forward in Question Set" "description": "This option will only allow you to move forward in Question Set"
}, },
{ {
"label": "انتهاء المسابقة", "englishLabel": "Randomize questions",
"label": "Randomize questions",
"englishDescription": "Enable to randomize the order of questions on display.",
"description": "Enable to randomize the order of questions on display."
},
{
"englishLabel": "Quiz finished",
"label": "إعدادات زر \"مشاهدة حل \" وزر \"إعادة المحاولة\" ",
"fields": [ "fields": [
{ {
"label": "عرض النتائج" "englishLabel": "Display results",
"label": "Override \"Show Solution\" button"
}, },
{ {
"label": "No results message", "englishLabel": "No results message",
"description": "Text displayed on end page when \"Display results\" is disabled", "label": "Override \"Retry\" button",
"englishDescription": "Text displayed on end page when \"Display results\" is disabled",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"englishDefault": "Finished",
"default": "Finished" "default": "Finished"
}, },
{ {
"label": "نص راس الملاحظات", "englishLabel": "Feedback heading",
"description": "سيتم عرض هذا العنوان في نهاية هذه المسابقة حيثما أجاب المستخدم على جميع الأسئلة المستعملة" "label": "Feedback heading",
"englishDefault": "Your result:",
"default": "Your result:",
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
}, },
{ {
"label": "عرض نص النتيجة", "englishLabel": "Score display text",
"description": "النص يستخدم لعرض مجموع النقاط للمستخدم \"@score\" سوف تحل محلها النتيجة المحسوبة, \"@total\" حسب أقصى درجة ممكنة" "label": "Score display text",
"englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"englishDefault": "You got @score of @total points",
"default": "You got @score of @total points"
}, },
{ {
"label": "تعليق النجاح بالمسابقة", "englishLabel": "Quiz passed greeting",
"description": "سيتم عرض هذا النص أعلاه النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة" "label": "Quiz passed greeting",
"englishDefault": "Congratulations!",
"default": "Congratulations!",
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "ملاحظة النجاح", "englishLabel": "Passed comment",
"description": "سيتم عرض هذه الملاحظة بعد النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة" "label": "Passed comment",
"englishDefault": "You did very well!",
"default": "You did very well!",
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
}, },
{ {
"label": "تعليق الرسوب بالمسابقة", "englishLabel": "Quiz failed title",
"description": "سيتم عرض هذا النص أعلاه النتيجة إذا كان المستخدم قد فشلت في المسابقة" "label": "Quiz failed title",
"englishDefault": "You did not pass this time.",
"default": "You did not pass this time.",
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
"description": "This text will be displayed above the score if the user has failed the quiz."
}, },
{ {
"label": "ملاحظة الرسوب", "englishLabel": "Failed comment",
"description": "سيتم عرض هذه الملاحظة بعد النتيجة إذا كان المستخدم قد فشلت في المسابقة" "label": "Failed comment",
"englishDefault": "Have another try!",
"default": "Have another try!",
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
"description": "This comment will be displayed after the score if the user has failed the quiz."
}, },
{ {
"label": "تسمية زر اظهار الحل", "englishLabel": "Solution button label",
"description": "نص زر الحل" "label": "Solution button label",
"englishDefault": "Show solution",
"default": "Show solution",
"englishDescription": "Text for the solution button.",
"description": "Text for the solution button."
}, },
{ {
"label": "تسمية زر إعادة المحاولة", "englishLabel": "Retry button label",
"description": "نص زر إعادة المحاولة" "label": "Retry button label",
"englishDefault": "Retry",
"default": "Retry",
"englishDescription": "Text for the retry button.",
"description": "Text for the retry button."
}, },
{ {
"label": "نص زر الانتهاء" "englishLabel": "Finish button text",
"label": "Finish button text",
"englishDefault": "Finish",
"default": "Finish"
}, },
{ {
"label": "عرض الفيديو قبل نتائج المسابقة" "englishLabel": "Display video before quiz results",
"label": "Display video before quiz results"
}, },
{ {
"label": "تفعيل زر تخطى الفيديو" "englishLabel": "Enable skip video button",
"label": "Enable skip video button"
}, },
{ {
"label": "تسمية زر تخطى الفيديو" "englishLabel": "Skip video button label",
"label": "Skip video button label",
"englishDefault": "Skip video",
"default": "Skip video"
}, },
{ {
"label": "فيديو النجاح بالمسابقة", "englishLabel": "Passed video",
"description": "سيتم تشغيل هذا الفيديو إذا كان المستخدم ناجحا بهذه المسابقة" "label": "Passed video",
"englishDescription": "This video will be played if the user successfully passed the quiz.",
"description": "This video will be played if the user successfully passed the quiz."
}, },
{ {
"label": "فيديو الرسوب بالمسابقة", "englishLabel": "Fail video",
"description": "سيتم تشغيل هذا الفيديو إذا كان المستخدم راسبا بهذه المسابقة" "label": "Fail video",
"englishDescription": "This video will be played if the user failes the quiz.",
"description": "This video will be played if the user failes the quiz."
} }
] ]
}, },
{ {
"label": "إعدادات زر \"مشاهدة حل \" وزر \"إعادة المحاولة\" ", "englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
"fields": [ "fields": [
{ {
"englishLabel": "Override \"Show Solution\" button",
"label": "Override \"Show Solution\" button", "label": "Override \"Show Solution\" button",
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.", "description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"englishLabel": "Enabled",
"label": "Enabled" "label": "Enabled"
}, },
{ {
"englishLabel": "Disabled",
"label": "Disabled" "label": "Disabled"
} }
] ]
}, },
{ {
"englishLabel": "Override \"Retry\" button",
"label": "Override \"Retry\" button", "label": "Override \"Retry\" button",
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.", "description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"englishLabel": "Enabled",
"label": "Enabled" "label": "Enabled"
}, },
{ {
"englishLabel": "Disabled",
"label": "Disabled" "label": "Disabled"
} }
] ]
@ -202,4 +321,4 @@
] ]
} }
] ]
} }

View File

@ -1,215 +1,319 @@
{ {
"semantics": [ "semantics": [
{ {
"englishLabel": "Quiz introduction",
"label": "Quiz Einführung", "label": "Quiz Einführung",
"fields": [ "fields": [
{ {
"englishLabel": "Display introduction",
"label": "Zeige Einführung" "label": "Zeige Einführung"
}, },
{ {
"englishLabel": "Title",
"label": "Titel", "label": "Titel",
"englishDescription": "This title will be displayed above the introduction text.",
"description": "Dieser Titel wird über dem Einführungstext angezeigt." "description": "Dieser Titel wird über dem Einführungstext angezeigt."
}, },
{ {
"englishLabel": "Introduction text",
"label": "Einführungstext", "label": "Einführungstext",
"englishDescription": "This text will be displayed before the quiz starts.",
"description": "Dieser Text wird angezeigt, bevor das Quiz anfängt." "description": "Dieser Text wird angezeigt, bevor das Quiz anfängt."
}, },
{ {
"englishLabel": "Start button text",
"label": "Start Button Text", "label": "Start Button Text",
"englishDefault": "Start Quiz",
"default": "Starte Quiz" "default": "Starte Quiz"
}, },
{ {
"englishLabel": "Background image",
"label": "Hintergrundbild", "label": "Hintergrundbild",
"englishDescription": "An optional background image for the introduction.",
"description": "Ein optionales Hintergrundbild für die Einführung." "description": "Ein optionales Hintergrundbild für die Einführung."
} }
] ]
}, },
{ {
"englishLabel": "Background image",
"label": "Hintergrundbild", "label": "Hintergrundbild",
"englishDescription": "An optional background image for the Question set.",
"description": "Ein optionales Hintergrundbild für das Frage Set." "description": "Ein optionales Hintergrundbild für das Frage Set."
}, },
{ {
"englishLabel": "Progress indicator",
"label": "Fortschrittsanzeige", "label": "Fortschrittsanzeige",
"englishDescription": "Question set progress indicator style.",
"description": "Anzeigestil für die Fortschrittsanzeige des Frage Sets.", "description": "Anzeigestil für die Fortschrittsanzeige des Frage Sets.",
"options": [ "options": [
{ {
"englishLabel": "Textual",
"label": "Text" "label": "Text"
}, },
{ {
"englishLabel": "Dots",
"label": "Punkte" "label": "Punkte"
} }
] ]
}, },
{ {
"englishLabel": "Pass percentage",
"label": "Prozent bearbeitet", "label": "Prozent bearbeitet",
"englishDescription": "Percentage of Total score required for passing the quiz.",
"description": "Prozent der Gesamtpunkte sind notwendig um das Quiz zu bestehen." "description": "Prozent der Gesamtpunkte sind notwendig um das Quiz zu bestehen."
}, },
{ {
"englishLabel": "Questions",
"label": "Fragen", "label": "Fragen",
"widgets": [ "widgets": [
{ {
"englishLabel": "Default",
"label": "Vorgabe" "label": "Vorgabe"
}, },
{ {
"englishLabel": "Textual",
"label": "Text" "label": "Text"
} }
], ],
"englishEntity": "question",
"entity": "Frage", "entity": "Frage",
"field": { "field": {
"englishLabel": "Question type",
"label": "Fragentyp", "label": "Fragentyp",
"englishDescription": "Library for this question.",
"description": "Bibliothek für diese Frage." "description": "Bibliothek für diese Frage."
} }
}, },
{ {
"englishLabel": "Interface texts in quiz",
"label": "Anzeigetexte im Quiz", "label": "Anzeigetexte im Quiz",
"fields": [ "fields": [
{ {
"englishLabel": "Back button",
"label": "Rückwärts Button", "label": "Rückwärts Button",
"englishDefault": "Previous question",
"default": "vorherige" "default": "vorherige"
}, },
{ {
"englishLabel": "Next button",
"label": "Weiter Button", "label": "Weiter Button",
"englishDefault": "Next question",
"default": "weiter" "default": "weiter"
}, },
{ {
"englishLabel": "Finish button",
"label": "Ende Button", "label": "Ende Button",
"englishDefault": "Finish",
"default": "beenden" "default": "beenden"
}, },
{ {
"englishLabel": "Progress text",
"label": "Fortschrittstext", "label": "Fortschrittstext",
"englishDescription": "Text used if textual progress is selected.",
"description": "Verwendeter Text wenn Text Fortschrittsanzeige gewählt wurde.", "description": "Verwendeter Text wenn Text Fortschrittsanzeige gewählt wurde.",
"englishDefault": "Question: @current of @total questions",
"default": "Aktuelle Frage: @current von @total Fragen" "default": "Aktuelle Frage: @current von @total Fragen"
}, },
{ {
"englishLabel": "Label for jumping to a certain question",
"label": "Label for jumping to a certain question", "label": "Label for jumping to a certain question",
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.", "description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"englishDefault": "Question %d of %total",
"default": "Question %d of %total" "default": "Question %d of %total"
}, },
{ {
"englishLabel": "Copyright dialog question label",
"label": "Copyright dialog question label", "label": "Copyright dialog question label",
"englishDefault": "Question",
"default": "Question" "default": "Question"
}, },
{ {
"englishLabel": "Readspeaker progress",
"label": "Readspeaker progress", "label": "Readspeaker progress",
"englishDescription": "May use @current and @total question variables",
"description": "May use @current and @total question variables", "description": "May use @current and @total question variables",
"englishDefault": "Question @current of @total",
"default": "Question @current of @total" "default": "Question @current of @total"
}, },
{ {
"englishLabel": "Unanswered question text",
"label": "Unanswered question text", "label": "Unanswered question text",
"englishDefault": "Unanswered",
"default": "Unanswered" "default": "Unanswered"
}, },
{ {
"englishLabel": "Answered question text",
"label": "Answered question text", "label": "Answered question text",
"englishDefault": "Answered",
"default": "Answered" "default": "Answered"
}, },
{ {
"englishLabel": "Current question text",
"label": "Current question text", "label": "Current question text",
"englishDefault": "Current question",
"default": "Current question" "default": "Current question"
} }
] ]
}, },
{ {
"englishLabel": "Disable backwards navigation",
"label": "Disable backwards navigation", "label": "Disable backwards navigation",
"englishDescription": "This option will only allow you to move forward in Question Set",
"description": "This option will only allow you to move forward in Question Set" "description": "This option will only allow you to move forward in Question Set"
}, },
{ {
"label": "Quiz beendet", "englishLabel": "Randomize questions",
"label": "Randomize questions",
"englishDescription": "Enable to randomize the order of questions on display.",
"description": "Enable to randomize the order of questions on display."
},
{
"englishLabel": "Quiz finished",
"label": "Einstellungen für \"Zeige die Lösung\" Button und \"Nochmal\".",
"fields": [ "fields": [
{ {
"label": "Ergebnisanzeige" "englishLabel": "Display results",
"label": "Override \"Show Solution\" button"
}, },
{ {
"label": "No results message", "englishLabel": "No results message",
"description": "Text displayed on end page when \"Display results\" is disabled", "label": "Override \"Retry\" button",
"englishDescription": "Text displayed on end page when \"Display results\" is disabled",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"englishDefault": "Finished",
"default": "Finished" "default": "Finished"
}, },
{ {
"label": "Kopfzeile Feedback", "englishLabel": "Feedback heading",
"default": "Dein Ergebnis:", "label": "Feedback heading",
"description": "diese Kopfzeile wird am Ende des Quiz angezeigt, wenn der Benutzer alle Fragen beantwortet hat." "englishDefault": "Your result:",
"default": "Your result:",
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
}, },
{ {
"label": "Punkt Anzeige Text", "englishLabel": "Score display text",
"description": "Dieser Text wird verwendet um die Gesamtpunkte des Benutzers anzuzeigen. \"@score\" wird durch die errechneten Punkte ersetzt, \"@total\" wird durch die maximal erreichbaren Punkte ersetzt.", "label": "Score display text",
"default": "Du hast @score Punkte von @total möglichen." "englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"englishDefault": "You got @score of @total points",
"default": "You got @score of @total points"
}, },
{ {
"label": "Quiz bestanden Mitteilung", "englishLabel": "Quiz passed greeting",
"default": "Gratulation!", "label": "Quiz passed greeting",
"description": "Dieser Text wird oberhalb der Punkte angezeigt, wenn der Benutzer das Quiz erfolgreich abgeschlossen hat." "englishDefault": "Congratulations!",
"default": "Congratulations!",
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Bestanden Kommentar", "englishLabel": "Passed comment",
"default": "Gut gemacht!", "label": "Passed comment",
"description": "dieser Kommentar wird nach den Punkten angezeigt, wenn der Benutzer das Quiz erfolgreich bestanden hat." "englishDefault": "You did very well!",
"default": "You did very well!",
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Quiz nicht bestanden Titel", "englishLabel": "Quiz failed title",
"default": "Diese Mal hast du nicht bestanden.", "label": "Quiz failed title",
"description": "dieser Text wird oberhalb der Punkte angezeigt, wenn der Benutzer das Quiz nicht bestanden hat." "englishDefault": "You did not pass this time.",
"default": "You did not pass this time.",
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
"description": "This text will be displayed above the score if the user has failed the quiz."
}, },
{ {
"label": "Nicht bestanden Kommentar", "englishLabel": "Failed comment",
"default": "Versuche es noch einmal!", "label": "Failed comment",
"description": "Dieser Kommentar wird nach den Punkten angezeigt, wenn der Benutzer das Quiz nicht bestanden hat." "englishDefault": "Have another try!",
"default": "Have another try!",
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
"description": "This comment will be displayed after the score if the user has failed the quiz."
}, },
{ {
"label": "Lösungs Button Beschriftung", "englishLabel": "Solution button label",
"default": "Zeige die Lösung", "label": "Solution button label",
"description": "Text für den Lösungs Button." "englishDefault": "Show solution",
"default": "Show solution",
"englishDescription": "Text for the solution button.",
"description": "Text for the solution button."
}, },
{ {
"label": "Wiederholen Button Beschriftung", "englishLabel": "Retry button label",
"default": "Versuch es nochmal", "label": "Retry button label",
"description": "Text für den Wiederholen Button." "englishDefault": "Retry",
"default": "Retry",
"englishDescription": "Text for the retry button.",
"description": "Text for the retry button."
}, },
{ {
"label": "Beende Button Text", "englishLabel": "Finish button text",
"default": "Beenden" "label": "Finish button text",
"englishDefault": "Finish",
"default": "Finish"
}, },
{ {
"label": "Zeige Video vor den Quizergebnissen" "englishLabel": "Display video before quiz results",
"label": "Display video before quiz results"
}, },
{ {
"label": "Aktiviere Skip Video Button" "englishLabel": "Enable skip video button",
"label": "Enable skip video button"
}, },
{ {
"label": "Skip Video Button Beschriftung", "englishLabel": "Skip video button label",
"default": "Überspringe Video" "label": "Skip video button label",
"englishDefault": "Skip video",
"default": "Skip video"
}, },
{ {
"label": "Bestanden Video", "englishLabel": "Passed video",
"description": "Dieses Video wird angezeigt, wenn der Benutzer das Quiz erfolgreich bestanden hat." "label": "Passed video",
"englishDescription": "This video will be played if the user successfully passed the quiz.",
"description": "This video will be played if the user successfully passed the quiz."
}, },
{ {
"label": "Nicht bestanden Video", "englishLabel": "Fail video",
"description": "Dieses Video wird angezeigt, wenn der Benutzer das Quiz nicht bestanden hat." "label": "Fail video",
"englishDescription": "This video will be played if the user failes the quiz.",
"description": "This video will be played if the user failes the quiz."
} }
] ]
}, },
{ {
"label": "Einstellungen für \"Zeige die Lösung\" Button und \"Nochmal\".", "englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
"fields": [ "fields": [
{ {
"englishLabel": "Override \"Show Solution\" button",
"label": "Override \"Show Solution\" button", "label": "Override \"Show Solution\" button",
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.", "description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"englishLabel": "Enabled",
"label": "Enabled" "label": "Enabled"
}, },
{ {
"englishLabel": "Disabled",
"label": "Disabled" "label": "Disabled"
} }
] ]
}, },
{ {
"englishLabel": "Override \"Retry\" button",
"label": "Override \"Retry\" button", "label": "Override \"Retry\" button",
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.", "description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"englishLabel": "Enabled",
"label": "Enabled" "label": "Enabled"
}, },
{ {
"englishLabel": "Disabled",
"label": "Disabled" "label": "Disabled"
} }
] ]

View File

@ -1,217 +1,320 @@
{ {
"semantics": [ "semantics": [
{ {
"englishLabel": "Quiz introduction",
"label": "Introduction du Quiz ", "label": "Introduction du Quiz ",
"fields": [ "fields": [
{ {
"englishLabel": "Display introduction",
"label": "Afficher l'introduction" "label": "Afficher l'introduction"
}, },
{ {
"englishLabel": "Title",
"label": "Titre", "label": "Titre",
"englishDescription": "This title will be displayed above the introduction text.",
"description": "Ce titre sera affiché au-dessus de votre texte d'introduction." "description": "Ce titre sera affiché au-dessus de votre texte d'introduction."
}, },
{ {
"englishLabel": "Introduction text",
"label": "Texte d'introduction ", "label": "Texte d'introduction ",
"englishDescription": "This text will be displayed before the quiz starts.",
"description": "Ce texte sera affiché avant le démarrage du quiz." "description": "Ce texte sera affiché avant le démarrage du quiz."
}, },
{ {
"englishLabel": "Start button text",
"label": "Texte du bouton de démarrage", "label": "Texte du bouton de démarrage",
"englishDefault": "Start Quiz",
"default": "Commencer" "default": "Commencer"
}, },
{ {
"englishLabel": "Background image",
"label": "Image d'arrière-plan", "label": "Image d'arrière-plan",
"englishDescription": "An optional background image for the introduction.",
"description": "Image d'arrière-plan optionnelle pour l'introduction." "description": "Image d'arrière-plan optionnelle pour l'introduction."
} }
] ]
}, },
{ {
"englishLabel": "Background image",
"label": "Image d'arrière-plan", "label": "Image d'arrière-plan",
"englishDescription": "An optional background image for the Question set.",
"description": "Image d'arrière-plan optionnelle pour la série de questions." "description": "Image d'arrière-plan optionnelle pour la série de questions."
}, },
{ {
"englishLabel": "Progress indicator",
"label": "Indicateur de progression", "label": "Indicateur de progression",
"englishDescription": "Question set progress indicator style.",
"description": "Style de l'indicateur de progression de la série de questions.", "description": "Style de l'indicateur de progression de la série de questions.",
"options": [ "options": [
{ {
"englishLabel": "Textual",
"label": "Texte" "label": "Texte"
}, },
{ {
"englishLabel": "Dots",
"label": "Points" "label": "Points"
} }
] ]
}, },
{ {
"englishLabel": "Pass percentage",
"label": "Pourcentage de réussite", "label": "Pourcentage de réussite",
"englishDescription": "Percentage of Total score required for passing the quiz.",
"description": "Pourcentage exigé pour considérer que le quiz est réussi." "description": "Pourcentage exigé pour considérer que le quiz est réussi."
}, },
{ {
"englishLabel": "Questions",
"label": "Questions", "label": "Questions",
"widgets": [ "widgets": [
{ {
"englishLabel": "Default",
"label": "Par défaut" "label": "Par défaut"
}, },
{ {
"englishLabel": "Textual",
"label": "Texte" "label": "Texte"
} }
], ],
"englishEntity": "question",
"entity": "question", "entity": "question",
"field": { "field": {
"englishLabel": "Question type",
"label": "Type de question", "label": "Type de question",
"englishDescription": "Library for this question.",
"description": "Types possibles pour cette question." "description": "Types possibles pour cette question."
} }
}, },
{ {
"englishLabel": "Interface texts in quiz",
"label": "Textes de l'interface du quiz", "label": "Textes de l'interface du quiz",
"fields": [ "fields": [
{ {
"englishLabel": "Back button",
"label": "Bouton précédent", "label": "Bouton précédent",
"englishDefault": "Previous question",
"default": "Retour" "default": "Retour"
}, },
{ {
"englishLabel": "Next button",
"label": "Bouton suivant", "label": "Bouton suivant",
"englishDefault": "Next question",
"default": "Suite" "default": "Suite"
}, },
{ {
"englishLabel": "Finish button",
"label": "Bouton fin", "label": "Bouton fin",
"englishDefault": "Finish",
"default": "Terminer" "default": "Terminer"
}, },
{ {
"englishLabel": "Progress text",
"label": "Texte de progression", "label": "Texte de progression",
"englishDescription": "Text used if textual progress is selected.",
"description": "Texte utilisé si la progression textuelle a été sélectionnée.", "description": "Texte utilisé si la progression textuelle a été sélectionnée.",
"englishDefault": "Question: @current of @total questions",
"default": "Question @current sur @total" "default": "Question @current sur @total"
}, },
{ {
"englishLabel": "Label for jumping to a certain question",
"label": "Texte pour aller directement à une question", "label": "Texte pour aller directement à une question",
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"description": "Vous devez utiliser la variable '%d' à la place du numéro de la question et %total à la place du nombre total de questions.", "description": "Vous devez utiliser la variable '%d' à la place du numéro de la question et %total à la place du nombre total de questions.",
"englishDefault": "Question %d of %total",
"default": "Question %d sur %total" "default": "Question %d sur %total"
}, },
{ {
"englishLabel": "Copyright dialog question label",
"label": "Texte de la question de la boîte de dialogue de copyright", "label": "Texte de la question de la boîte de dialogue de copyright",
"englishDefault": "Question",
"default": "Question" "default": "Question"
}, },
{ {
"englishLabel": "Readspeaker progress",
"label": "Progression pour la synthèse vocale", "label": "Progression pour la synthèse vocale",
"englishDescription": "May use @current and @total question variables",
"description": "Vous pouvez utiliser les variables @current et @total", "description": "Vous pouvez utiliser les variables @current et @total",
"englishDefault": "Question @current of @total",
"default": "Question @current sur @total" "default": "Question @current sur @total"
}, },
{ {
"englishLabel": "Unanswered question text",
"label": "Texte d'une question sans réponse", "label": "Texte d'une question sans réponse",
"englishDefault": "Unanswered",
"default": "Pas de réponse donnée" "default": "Pas de réponse donnée"
}, },
{ {
"englishLabel": "Answered question text",
"label": "Texte d'une question ayant reçu une réponse", "label": "Texte d'une question ayant reçu une réponse",
"englishDefault": "Answered",
"default": "Réponse donnée" "default": "Réponse donnée"
}, },
{ {
"englishLabel": "Current question text",
"label": "Texte de la question en cours", "label": "Texte de la question en cours",
"englishDefault": "Current question",
"default": "Question en cours" "default": "Question en cours"
} }
] ]
}, },
{ {
"englishLabel": "Disable backwards navigation",
"label": "Disable backwards navigation", "label": "Disable backwards navigation",
"englishDescription": "This option will only allow you to move forward in Question Set",
"description": "This option will only allow you to move forward in Question Set" "description": "This option will only allow you to move forward in Question Set"
}, },
{ {
"label": "Quiz terminé", "englishLabel": "Randomize questions",
"label": "Randomize questions",
"englishDescription": "Enable to randomize the order of questions on display.",
"description": "Enable to randomize the order of questions on display."
},
{
"englishLabel": "Quiz finished",
"label": "Options pour les boutons \"Montrer la solution\" et \"Recommencer\".",
"fields": [ "fields": [
{ {
"label": "Afficher les résultats" "englishLabel": "Display results",
"label": "Ecraser le bouton \"Voir la solution\""
}, },
{ {
"label": "Message si pas de résultats", "englishLabel": "No results message",
"description": "Texte affiché sur la page finale si l'option \"Afficher les résultats\" est désactivée.", "label": "Ecraser le bouton \"Recommencer\"",
"default": "Terminé" "englishDescription": "Text displayed on end page when \"Display results\" is disabled",
"description": "Cette option détermine si le bouton \"Recommencer\" sera affiché pour toutes les questions, désactivé pour toutes ou configuré pour chaque question individuellement.",
"englishDefault": "Finished",
"default": "Finished"
}, },
{ {
"label": "Titre des commentaires", "englishLabel": "Feedback heading",
"default": "Vos résultats :", "label": "Feedback heading",
"description": "Ce titre sera affiché à la fin du quiz quand l'utilisateur aura répondu à toutes les questions." "englishDefault": "Your result:",
"default": "Your result:",
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
}, },
{ {
"label": "Texte d'affichage du score", "englishLabel": "Score display text",
"description": "Texte utilisé pour afficher le score total de l'utilisateur. \"@score\" sera remplacé par le score de l'utilisateur, \"@total\" sera remplacé par le score maximum possible.", "label": "Score display text",
"default": "Vous avez obtenu @score point(s) sur @total" "englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"englishDefault": "You got @score of @total points",
"default": "You got @score of @total points"
}, },
{ {
"label": "Commentaire de félicitation", "englishLabel": "Quiz passed greeting",
"placeholder": "Bravo !", "label": "Quiz passed greeting",
"default": "Bravo !", "englishDefault": "Congratulations!",
"description": "Ce commentaire sera affiché au-dessus du score de l'utilisateur si celui-ci réussit le quiz." "default": "Congratulations!",
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Commentaire en cas de succès", "englishLabel": "Passed comment",
"default": "Vous avez obtenu un très bon score !", "label": "Passed comment",
"description": "Commentaire affiché lors du passage du quiz avec succès." "englishDefault": "You did very well!",
"default": "You did very well!",
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Commentaire en cas d'échec", "englishLabel": "Quiz failed title",
"default": "Vous n'avez pas réussi ce questionnaire.", "label": "Quiz failed title",
"description": "Ce commentaire sera affiché au-dessus du score de l'utilisateur si celui-ci échoue au quiz." "englishDefault": "You did not pass this time.",
"default": "You did not pass this time.",
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
"description": "This text will be displayed above the score if the user has failed the quiz."
}, },
{ {
"label": "Commentaire additionnel en cas d'échec", "englishLabel": "Failed comment",
"default": "Refaites un essai !", "label": "Failed comment",
"description": "Commentaire additionnel affiché lors de l'échec au quiz." "englishDefault": "Have another try!",
"default": "Have another try!",
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
"description": "This comment will be displayed after the score if the user has failed the quiz."
}, },
{ {
"label": "Texte du bouton \"Solution\"", "englishLabel": "Solution button label",
"default": "Voir la solution", "label": "Solution button label",
"description": "Texte pour le bouton de solution." "englishDefault": "Show solution",
"default": "Show solution",
"englishDescription": "Text for the solution button.",
"description": "Text for the solution button."
}, },
{ {
"label": "Texte du bouton \"Recommencer\"", "englishLabel": "Retry button label",
"default": "Recommencer", "label": "Retry button label",
"description": "Texte pour le bouton Recommencer." "englishDefault": "Retry",
"default": "Retry",
"englishDescription": "Text for the retry button.",
"description": "Text for the retry button."
}, },
{ {
"label": "Texte pour le bouton de fin", "englishLabel": "Finish button text",
"default": "Terminer" "label": "Finish button text",
"englishDefault": "Finish",
"default": "Finish"
}, },
{ {
"label": "Afficher une vidéo avant l'affichage des résultats du quiz" "englishLabel": "Display video before quiz results",
"label": "Display video before quiz results"
}, },
{ {
"label": "Activer le bouton \"Passer la vidéo\"" "englishLabel": "Enable skip video button",
"label": "Enable skip video button"
}, },
{ {
"label": "Texte du bouton \"Passer la vidéo\"", "englishLabel": "Skip video button label",
"default": "Passer la vidéo" "label": "Skip video button label",
"englishDefault": "Skip video",
"default": "Skip video"
}, },
{ {
"label": "Vidéo en cas de succès", "englishLabel": "Passed video",
"description": "Vidéo affichée si l'utilisateur réussit le quiz." "label": "Passed video",
"englishDescription": "This video will be played if the user successfully passed the quiz.",
"description": "This video will be played if the user successfully passed the quiz."
}, },
{ {
"label": "Vidéo en cas d'échec", "englishLabel": "Fail video",
"description": "Vidéo affichée si l'utilisateur échoue au quiz." "label": "Fail video",
"englishDescription": "This video will be played if the user failes the quiz.",
"description": "This video will be played if the user failes the quiz."
} }
] ]
}, },
{ {
"label": "Options pour les boutons \"Montrer la solution\" et \"Recommencer\".", "englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
"fields": [ "fields": [
{ {
"label": "Ecraser le bouton \"Voir la solution\"", "englishLabel": "Override \"Show Solution\" button",
"description": "Cette option détermine si le bouton \"Voir la solution\" sera affiché pour toutes les questions, désactivé pour toutes ou configuré pour chaque question individuellement.", "label": "Override \"Show Solution\" button",
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"label": "Activé" "englishLabel": "Enabled",
"label": "Enabled"
}, },
{ {
"label": "Désactivé" "englishLabel": "Disabled",
"label": "Disabled"
} }
] ]
}, },
{ {
"label": "Ecraser le bouton \"Recommencer\"", "englishLabel": "Override \"Retry\" button",
"description": "Cette option détermine si le bouton \"Recommencer\" sera affiché pour toutes les questions, désactivé pour toutes ou configuré pour chaque question individuellement.", "label": "Override \"Retry\" button",
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"label": "Activé" "englishLabel": "Enabled",
"label": "Enabled"
}, },
{ {
"label": "Désactivé" "englishLabel": "Disabled",
"label": "Disabled"
} }
] ]
} }

View File

@ -1,200 +1,319 @@
{ {
"semantics": [ "semantics": [
{ {
"englishLabel": "Quiz introduction",
"label": "Introduzione quiz", "label": "Introduzione quiz",
"fields": [ "fields": [
{ {
"englishLabel": "Display introduction",
"label": "Visualizza introduzione" "label": "Visualizza introduzione"
}, },
{ {
"englishLabel": "Title",
"label": "Titolo", "label": "Titolo",
"englishDescription": "This title will be displayed above the introduction text.",
"description": "Questo titolo verrà visualizzato sopra il testo introduttivo." "description": "Questo titolo verrà visualizzato sopra il testo introduttivo."
}, },
{ {
"englishLabel": "Introduction text",
"label": "Testo introduttivo", "label": "Testo introduttivo",
"englishDescription": "This text will be displayed before the quiz starts.",
"description": "Questo testo verrà visualizzato prima dell'inizio del quiz." "description": "Questo testo verrà visualizzato prima dell'inizio del quiz."
}, },
{ {
"label": "Testo pulsante Start" "englishLabel": "Start button text",
"label": "Testo pulsante Start",
"englishDefault": "Start Quiz",
"default": "Start Quiz"
}, },
{ {
"englishLabel": "Background image",
"label": "Immagine di sfondo", "label": "Immagine di sfondo",
"englishDescription": "An optional background image for the introduction.",
"description": "Immagine di sfondo facoltativa per l'introduzione." "description": "Immagine di sfondo facoltativa per l'introduzione."
} }
] ]
}, },
{ {
"englishLabel": "Background image",
"label": "Immagine di sfondo", "label": "Immagine di sfondo",
"englishDescription": "An optional background image for the Question set.",
"description": "Immagine di sfondo facoltativa per il set di domande." "description": "Immagine di sfondo facoltativa per il set di domande."
}, },
{ {
"englishLabel": "Progress indicator",
"label": "Indicatore di avanzamento", "label": "Indicatore di avanzamento",
"englishDescription": "Question set progress indicator style.",
"description": "Stile dell'indicatore di avanzamento del set di domande.", "description": "Stile dell'indicatore di avanzamento del set di domande.",
"options": [ "options": [
{ {
"englishLabel": "Textual",
"label": "Testuale" "label": "Testuale"
}, },
{ {
"englishLabel": "Dots",
"label": "Punti" "label": "Punti"
} }
] ]
}, },
{ {
"englishLabel": "Pass percentage",
"label": "Percentuale superamento quiz", "label": "Percentuale superamento quiz",
"englishDescription": "Percentage of Total score required for passing the quiz.",
"description": "Percentuale minima del punteggio totale richiesto per passare il quiz." "description": "Percentuale minima del punteggio totale richiesto per passare il quiz."
}, },
{ {
"englishLabel": "Questions",
"label": "Domande", "label": "Domande",
"widgets": [ "widgets": [
{ {
"englishLabel": "Default",
"label": "Predefinito" "label": "Predefinito"
}, },
{ {
"englishLabel": "Textual",
"label": "Testuale" "label": "Testuale"
} }
], ],
"englishEntity": "question",
"entity": "domanda", "entity": "domanda",
"field": { "field": {
"englishLabel": "Question type",
"label": "Tipo di domanda", "label": "Tipo di domanda",
"englishDescription": "Library for this question.",
"description": "Biblioteca per questa domanda." "description": "Biblioteca per questa domanda."
} }
}, },
{ {
"englishLabel": "Interface texts in quiz",
"label": "Testi di interfaccia nel quiz", "label": "Testi di interfaccia nel quiz",
"fields": [ "fields": [
{ {
"label": "Pulsante Indietro" "englishLabel": "Back button",
"label": "Pulsante Indietro",
"englishDefault": "Previous question",
"default": "Previous question"
}, },
{ {
"label": "Pulsante Prossimo" "englishLabel": "Next button",
"label": "Pulsante Prossimo",
"englishDefault": "Next question",
"default": "Next question"
}, },
{ {
"label": "Pulsante Fine" "englishLabel": "Finish button",
"label": "Pulsante Fine",
"englishDefault": "Finish",
"default": "Finish"
}, },
{ {
"englishLabel": "Progress text",
"label": "Testo Avanzamento", "label": "Testo Avanzamento",
"description": "esto utilizzato se il testo Avanzamento è selezionato." "englishDescription": "Text used if textual progress is selected.",
"description": "esto utilizzato se il testo Avanzamento è selezionato.",
"englishDefault": "Question: @current of @total questions",
"default": "Question: @current of @total questions"
}, },
{ {
"englishLabel": "Label for jumping to a certain question",
"label": "Label for jumping to a certain question", "label": "Label for jumping to a certain question",
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.", "description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"englishDefault": "Question %d of %total",
"default": "Question %d of %total" "default": "Question %d of %total"
}, },
{ {
"englishLabel": "Copyright dialog question label",
"label": "Copyright dialog question label", "label": "Copyright dialog question label",
"englishDefault": "Question",
"default": "Question" "default": "Question"
}, },
{ {
"englishLabel": "Readspeaker progress",
"label": "Readspeaker progress", "label": "Readspeaker progress",
"englishDescription": "May use @current and @total question variables",
"description": "May use @current and @total question variables", "description": "May use @current and @total question variables",
"englishDefault": "Question @current of @total",
"default": "Question @current of @total" "default": "Question @current of @total"
}, },
{ {
"englishLabel": "Unanswered question text",
"label": "Unanswered question text", "label": "Unanswered question text",
"englishDefault": "Unanswered",
"default": "Unanswered" "default": "Unanswered"
}, },
{ {
"englishLabel": "Answered question text",
"label": "Answered question text", "label": "Answered question text",
"englishDefault": "Answered",
"default": "Answered" "default": "Answered"
}, },
{ {
"englishLabel": "Current question text",
"label": "Current question text", "label": "Current question text",
"englishDefault": "Current question",
"default": "Current question" "default": "Current question"
} }
] ]
}, },
{ {
"englishLabel": "Disable backwards navigation",
"label": "Disable backwards navigation", "label": "Disable backwards navigation",
"englishDescription": "This option will only allow you to move forward in Question Set",
"description": "This option will only allow you to move forward in Question Set" "description": "This option will only allow you to move forward in Question Set"
}, },
{ {
"label": "Quiz terminato", "englishLabel": "Randomize questions",
"label": "Randomize questions",
"englishDescription": "Enable to randomize the order of questions on display.",
"description": "Enable to randomize the order of questions on display."
},
{
"englishLabel": "Quiz finished",
"label": "Impostazioni per i pulsanti \"Mostra soluzione\" e \"Riprova\".",
"fields": [ "fields": [
{ {
"label": "Visualizza risultati" "englishLabel": "Display results",
"label": "Override \"Show Solution\" button"
}, },
{ {
"label": "No results message", "englishLabel": "No results message",
"description": "Text displayed on end page when \"Display results\" is disabled", "label": "Override \"Retry\" button",
"englishDescription": "Text displayed on end page when \"Display results\" is disabled",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"englishDefault": "Finished",
"default": "Finished" "default": "Finished"
}, },
{ {
"label": "Intestazione Feedback", "englishLabel": "Feedback heading",
"description": "Questa intestazione verrà visualizzata alla fine del quiz, dopo che l'utente avrà risposto a tutte le domande." "label": "Feedback heading",
"englishDefault": "Your result:",
"default": "Your result:",
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
}, },
{ {
"label": "Testo visualizza punteggio", "englishLabel": "Score display text",
"description": "Testo utilizzato per visualizzare il punteggio Totale dell'utente. \"@score\" verrà rimpiazzato dal punteggio calcolato, \"@total\" sarà rimpiazzato dal punteggio massimo possibile. " "label": "Score display text",
"englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"englishDefault": "You got @score of @total points",
"default": "You got @score of @total points"
}, },
{ {
"label": "Messaggio di superamento quiz", "englishLabel": "Quiz passed greeting",
"description": "Questo testo verrà visualizzato sopra il punteggio se l'utente ha superato con successo il quiz." "label": "Quiz passed greeting",
"englishDefault": "Congratulations!",
"default": "Congratulations!",
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Commento di superamento quiz", "englishLabel": "Passed comment",
"description": "Questo commento verrà visualizzato dopo il punteggio se l'utente ha superato con successo il quiz." "label": "Passed comment",
"englishDefault": "You did very well!",
"default": "You did very well!",
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Titolo quiz fallito", "englishLabel": "Quiz failed title",
"description": "Questo testo verrà visualizzato sopra il punteggio se l'utente non ha superato il quiz." "label": "Quiz failed title",
"englishDefault": "You did not pass this time.",
"default": "You did not pass this time.",
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
"description": "This text will be displayed above the score if the user has failed the quiz."
}, },
{ {
"label": "Commento quiz fallito", "englishLabel": "Failed comment",
"description": "Questo commento verrà visualizzato dopo il punteggio se l'utente non ha superato il quiz." "label": "Failed comment",
"englishDefault": "Have another try!",
"default": "Have another try!",
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
"description": "This comment will be displayed after the score if the user has failed the quiz."
}, },
{ {
"label": "Etichetta pulsante Soluzione", "englishLabel": "Solution button label",
"description": "Testo per il pulsante Soluzione." "label": "Solution button label",
"englishDefault": "Show solution",
"default": "Show solution",
"englishDescription": "Text for the solution button.",
"description": "Text for the solution button."
}, },
{ {
"label": "Etichetta pulsante Riprova", "englishLabel": "Retry button label",
"description": "Testo per il pulsante Riprova." "label": "Retry button label",
"englishDefault": "Retry",
"default": "Retry",
"englishDescription": "Text for the retry button.",
"description": "Text for the retry button."
}, },
{ {
"label": "Testo pulsante Fine" "englishLabel": "Finish button text",
"label": "Finish button text",
"englishDefault": "Finish",
"default": "Finish"
}, },
{ {
"label": "Visualizza il video prima dei risultati del quiz" "englishLabel": "Display video before quiz results",
"label": "Display video before quiz results"
}, },
{ {
"label": "Abilita pulsante Salta video" "englishLabel": "Enable skip video button",
"label": "Enable skip video button"
}, },
{ {
"label": "Etichetta pulsante Salta video" "englishLabel": "Skip video button label",
"label": "Skip video button label",
"englishDefault": "Skip video",
"default": "Skip video"
}, },
{ {
"label": "Video di superamento quiz", "englishLabel": "Passed video",
"description": "Questo video verrà visualizzato sopra il punteggio se l'utente ha superato con successo il quiz." "label": "Passed video",
"englishDescription": "This video will be played if the user successfully passed the quiz.",
"description": "This video will be played if the user successfully passed the quiz."
}, },
{ {
"label": "Video quiz fallito", "englishLabel": "Fail video",
"description": "Questo testo verrà visualizzato se l'utente non ha superato il quiz." "label": "Fail video",
"englishDescription": "This video will be played if the user failes the quiz.",
"description": "This video will be played if the user failes the quiz."
} }
] ]
}, },
{ {
"label": "Impostazioni per i pulsanti \"Mostra soluzione\" e \"Riprova\".", "englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
"fields": [ "fields": [
{ {
"englishLabel": "Override \"Show Solution\" button",
"label": "Override \"Show Solution\" button", "label": "Override \"Show Solution\" button",
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.", "description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"englishLabel": "Enabled",
"label": "Enabled" "label": "Enabled"
}, },
{ {
"englishLabel": "Disabled",
"label": "Disabled" "label": "Disabled"
} }
] ]
}, },
{ {
"englishLabel": "Override \"Retry\" button",
"label": "Override \"Retry\" button", "label": "Override \"Retry\" button",
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.", "description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"englishLabel": "Enabled",
"label": "Enabled" "label": "Enabled"
}, },
{ {
"englishLabel": "Disabled",
"label": "Disabled" "label": "Disabled"
} }
] ]

View File

@ -1,213 +1,320 @@
{ {
"semantics": [ "semantics": [
{ {
"englishLabel": "Quiz introduction",
"label": "Introduksjon", "label": "Introduksjon",
"fields": [ "fields": [
{ {
"englishLabel": "Display introduction",
"label": "Vis introduksjon" "label": "Vis introduksjon"
}, },
{ {
"englishLabel": "Title",
"label": "Tittel", "label": "Tittel",
"englishDescription": "This title will be displayed above the introduction text.",
"description": "Tittel for intoduksjonssiden." "description": "Tittel for intoduksjonssiden."
}, },
{ {
"englishLabel": "Introduction text",
"label": "Introduksjonstekst", "label": "Introduksjonstekst",
"englishDescription": "This text will be displayed before the quiz starts.",
"description": "Denne teksten vises før spørsmålssettet starter." "description": "Denne teksten vises før spørsmålssettet starter."
}, },
{ {
"englishLabel": "Start button text",
"label": "Tekst til \"Start\" knappen", "label": "Tekst til \"Start\" knappen",
"englishDefault": "Start Quiz",
"default": "Start" "default": "Start"
}, },
{ {
"englishLabel": "Background image",
"label": "Bakgrunnsbilde", "label": "Bakgrunnsbilde",
"englishDescription": "An optional background image for the introduction.",
"description": "Bakgrunnsbilde for introduksjonssiden" "description": "Bakgrunnsbilde for introduksjonssiden"
} }
] ]
}, },
{ {
"englishLabel": "Background image",
"label": "Bakgrunnsbilde", "label": "Bakgrunnsbilde",
"englishDescription": "An optional background image for the Question set.",
"description": "Bakgrunnsbilde for spørsmålssettet(ikke obligatorisk)." "description": "Bakgrunnsbilde for spørsmålssettet(ikke obligatorisk)."
}, },
{ {
"englishLabel": "Progress indicator",
"label": "Fremdriftsindikator", "label": "Fremdriftsindikator",
"englishDescription": "Question set progress indicator style.",
"description": "Velg om fremdriften skal angis som prikker(få spørsmål) eller som tekst(mange spørsmål).", "description": "Velg om fremdriften skal angis som prikker(få spørsmål) eller som tekst(mange spørsmål).",
"options": [ "options": [
{ {
"englishLabel": "Textual",
"label": "Angi fremdrift med tekst" "label": "Angi fremdrift med tekst"
}, },
{ {
"englishLabel": "Dots",
"label": "Angi fremdrift med prikker" "label": "Angi fremdrift med prikker"
} }
] ]
}, },
{ {
"englishLabel": "Pass percentage",
"label": "Krav for å bestå", "label": "Krav for å bestå",
"englishDescription": "Percentage of Total score required for passing the quiz.",
"description": "Antall prosent riktig som kreves for å bestå spørsmålssettet." "description": "Antall prosent riktig som kreves for å bestå spørsmålssettet."
}, },
{ {
"englishLabel": "Questions",
"label": "Spørsmål", "label": "Spørsmål",
"widgets": [
{
"englishLabel": "Default",
"label": "Default"
},
{
"englishLabel": "Textual",
"label": "Textual"
}
],
"englishEntity": "question",
"entity": "spørsmål", "entity": "spørsmål",
"field": { "field": {
"englishLabel": "Question type",
"label": "Spørsmål", "label": "Spørsmål",
"fields": [ "englishDescription": "Library for this question.",
{ "description": "Library for this question."
"label": "Spørsmålstype",
"description": "Velg spørsmålstype for dette spørsmålet"
}
]
} }
}, },
{ {
"englishLabel": "Interface texts in quiz",
"label": "Ledetekster", "label": "Ledetekster",
"fields": [ "fields": [
{ {
"englishLabel": "Back button",
"label": "Forrige-knappen", "label": "Forrige-knappen",
"englishDefault": "Previous question",
"default": "Forrige spørsmål" "default": "Forrige spørsmål"
}, },
{ {
"englishLabel": "Next button",
"label": "Neste-knappen", "label": "Neste-knappen",
"englishDefault": "Next question",
"default": "Neste spørsmål" "default": "Neste spørsmål"
}, },
{ {
"englishLabel": "Finish button",
"label": "Avslutt-knappen", "label": "Avslutt-knappen",
"englishDefault": "Finish",
"default": "Avslutt" "default": "Avslutt"
}, },
{ {
"englishLabel": "Progress text",
"label": "Fremdriftstekst", "label": "Fremdriftstekst",
"englishDescription": "Text used if textual progress is selected.",
"description": "Tekst brukt hvis tekstlig angivelse av fremdrift er valgt. Variabler: @current og @total", "description": "Tekst brukt hvis tekstlig angivelse av fremdrift er valgt. Variabler: @current og @total",
"englishDefault": "Question: @current of @total questions",
"default": "Deloppgave @current av @total" "default": "Deloppgave @current av @total"
}, },
{ {
"englishLabel": "Label for jumping to a certain question",
"label": "Merkelapp ved hopping til spørsmål", "label": "Merkelapp ved hopping til spørsmål",
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"description": "Du må bruke plassholderen '%d' istedenfor spørsmålsnummeret, og '%total' istedet for totalt antall spørsmål.", "description": "Du må bruke plassholderen '%d' istedenfor spørsmålsnummeret, og '%total' istedet for totalt antall spørsmål.",
"englishDefault": "Question %d of %total",
"default": "Spørsmål %d av %total" "default": "Spørsmål %d av %total"
}, },
{ {
"englishLabel": "Copyright dialog question label",
"label": "Opphavsrett spørsmål-etikett", "label": "Opphavsrett spørsmål-etikett",
"englishDefault": "Question",
"default": "Spørsmål" "default": "Spørsmål"
}, },
{ {
"englishLabel": "Readspeaker progress",
"label": "Fremdriftstekst for hjelpemiddelteknologi", "label": "Fremdriftstekst for hjelpemiddelteknologi",
"englishDescription": "May use @current and @total question variables",
"description": "Kan bruke @current og @total variabler", "description": "Kan bruke @current og @total variabler",
"englishDefault": "Question @current of @total",
"default": "Deloppgave @current av @total" "default": "Deloppgave @current av @total"
}, },
{ {
"englishLabel": "Unanswered question text",
"label": "Ikke svart på spørsmål-tekst", "label": "Ikke svart på spørsmål-tekst",
"englishDefault": "Unanswered",
"default": "Ikke svart" "default": "Ikke svart"
}, },
{ {
"englishLabel": "Answered question text",
"label": "Svart på spørsmål-tekst", "label": "Svart på spørsmål-tekst",
"englishDefault": "Answered",
"default": "Svar avgitt" "default": "Svar avgitt"
}, },
{ {
"englishLabel": "Current question text",
"label": "Aktivt spørsmål-tekst", "label": "Aktivt spørsmål-tekst",
"englishDefault": "Current question",
"default": "Aktivt spørsmål" "default": "Aktivt spørsmål"
} }
] ]
}, },
{ {
"englishLabel": "Disable backwards navigation",
"label": "Slå av bakoverknapp", "label": "Slå av bakoverknapp",
"englishDescription": "This option will only allow you to move forward in Question Set",
"description": "Slå på for å nekte å gå tilbake i Question Set" "description": "Slå på for å nekte å gå tilbake i Question Set"
}, },
{ {
"label": "Spørsmålssett avslutning", "englishLabel": "Randomize questions",
"label": "Random spørsmåler",
"englishDescription": "Enable to randomize the order of questions on display.",
"description": "Enable to randomize the order of questions on display."
},
{
"englishLabel": "Quiz finished",
"label": "Innstillinger for «Fasit»- og «Prøv igjen»-knapp",
"fields": [ "fields": [
{ {
"label": "Vis resultater" "englishLabel": "Display results",
"label": "Overstyr «Fasit»-knapp"
}, },
{ {
"label": "Melding når resultater ikke vises", "englishLabel": "No results message",
"description": "Teksten vises på avslutnings-siden når resultater ikke vises", "label": "Overstyr «Prøv igjen»-knapp",
"default": "Ferdig" "englishDescription": "Text displayed on end page when \"Display results\" is disabled",
"description": "Dette valget avgjør om «Prøv igjen»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.",
"englishDefault": "Finished",
"default": "Finished"
}, },
{ {
"label": "Overskrift over tilbakemeldinger", "englishLabel": "Feedback heading",
"default": "Resultat:", "label": "Feedback heading",
"description": "Denne overskriften vises over tilbakemeldingene på slutten av spørsmålssettet." "englishDefault": "Your result:",
"default": "Your result:",
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
}, },
{ {
"label": "Poengvisningstekst", "englishLabel": "Score display text",
"default": "@score av @total poeng", "label": "Score display text",
"description": "Tekst som viser brukerens oppnådde poeng. \"@score\" blir erstattet med utregnet resultat, \"@total\" blir erstattet med høyest mulige resultat." "englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"englishDefault": "You got @score of @total points",
"default": "You got @score of @total points"
}, },
{ {
"label": "Tittel ved bestått", "englishLabel": "Quiz passed greeting",
"default": "Gratulerer!", "label": "Quiz passed greeting",
"description": "Denne tittelen vises dersom brukeren har bestått spørsmålssettet." "englishDefault": "Congratulations!",
"default": "Congratulations!",
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Kommentar ved bestått", "englishLabel": "Passed comment",
"default": "Dette gikk bra.", "label": "Passed comment",
"description": "Denne kommentaren vises dersom brukeren har bestått spørsmålssettet." "englishDefault": "You did very well!",
"default": "You did very well!",
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Tittel ved ikke bestått", "englishLabel": "Quiz failed title",
"default": "Dette gikk ikke så bra!", "label": "Quiz failed title",
"description": "Denne tittelen vises dersom brukeren ikke har bestått spørsmålssettet." "englishDefault": "You did not pass this time.",
"default": "You did not pass this time.",
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
"description": "This text will be displayed above the score if the user has failed the quiz."
}, },
{ {
"label": "Kommentar ved ikke bestått", "englishLabel": "Failed comment",
"default": "Det er litt mange feil her. Prøv igjen!", "label": "Failed comment",
"description": "Denne kommentaren vises dersom brukeren ikke har bestått spørsmålssettet." "englishDefault": "Have another try!",
"default": "Have another try!",
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
"description": "This comment will be displayed after the score if the user has failed the quiz."
}, },
{ {
"label": "Tekst til \"Fasit\" knapp", "englishLabel": "Solution button label",
"default": "Gå gjennom fasit", "label": "Solution button label",
"description": "" "englishDefault": "Show solution",
"default": "Show solution",
"englishDescription": "Text for the solution button.",
"description": "Text for the solution button."
}, },
{ {
"label": "Tekst til \"Prøv igjen\" knapp", "englishLabel": "Retry button label",
"default": "Prøv igjen!", "label": "Retry button label",
"description": "" "englishDefault": "Retry",
"default": "Retry",
"englishDescription": "Text for the retry button.",
"description": "Text for the retry button."
}, },
{ {
"label": "Tekst til \"Avslutt\" knapp", "englishLabel": "Finish button text",
"default": "Avslutt" "label": "Finish button text",
"englishDefault": "Finish",
"default": "Finish"
}, },
{ {
"label": "Vis video før resultatene" "englishLabel": "Display video before quiz results",
"label": "Display video before quiz results"
}, },
{ {
"label": "Tillat å hoppe over video" "englishLabel": "Enable skip video button",
"label": "Enable skip video button"
}, },
{ {
"label": "Tekst til \"Hopp over video\" knapp", "englishLabel": "Skip video button label",
"default": "Hopp over" "label": "Skip video button label",
"englishDefault": "Skip video",
"default": "Skip video"
}, },
{ {
"label": "Video ved bestått", "englishLabel": "Passed video",
"description": "Denne videoen vil bli vist dersom brukeren består spørsmålssettet." "label": "Passed video",
"englishDescription": "This video will be played if the user successfully passed the quiz.",
"description": "This video will be played if the user successfully passed the quiz."
}, },
{ {
"label": "Video ved ikke bestått", "englishLabel": "Fail video",
"description": "Denne videoen vil bli vist dersom brukeren ikke består spørsmålssettet." "label": "Fail video",
"englishDescription": "This video will be played if the user failes the quiz.",
"description": "This video will be played if the user failes the quiz."
} }
] ]
}, },
{ {
"label": "Innstillinger for «Fasit»- og «Prøv igjen»-knapp", "englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
"fields": [ "fields": [
{ {
"label": "Overstyr «Fasit»-knapp", "englishLabel": "Override \"Show Solution\" button",
"description": "Dette valget avgjør om «Fasit»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.", "label": "Override \"Show Solution\" button",
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"label": "Aktivert" "englishLabel": "Enabled",
"label": "Enabled"
}, },
{ {
"label": "Deaktivert" "englishLabel": "Disabled",
"label": "Disabled"
} }
] ]
}, },
{ {
"label": "Overstyr «Prøv igjen»-knapp", "englishLabel": "Override \"Retry\" button",
"description": "Dette valget avgjør om «Prøv igjen»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.", "label": "Override \"Retry\" button",
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"label": "Aktivert" "englishLabel": "Enabled",
"label": "Enabled"
}, },
{ {
"label": "Deaktivert" "englishLabel": "Disabled",
"label": "Disabled"
} }
] ]
} }

View File

@ -1,213 +1,320 @@
{ {
"semantics": [ "semantics": [
{ {
"englishLabel": "Quiz introduction",
"label": "Introduksjon", "label": "Introduksjon",
"fields": [ "fields": [
{ {
"englishLabel": "Display introduction",
"label": "Vis introduksjon" "label": "Vis introduksjon"
}, },
{ {
"englishLabel": "Title",
"label": "Tittel", "label": "Tittel",
"englishDescription": "This title will be displayed above the introduction text.",
"description": "Tittel for intoduksjonssiden." "description": "Tittel for intoduksjonssiden."
}, },
{ {
"englishLabel": "Introduction text",
"label": "Introduksjonstekst", "label": "Introduksjonstekst",
"englishDescription": "This text will be displayed before the quiz starts.",
"description": "Denne teksten vises før spørsmålssettet starter." "description": "Denne teksten vises før spørsmålssettet starter."
}, },
{ {
"englishLabel": "Start button text",
"label": "Tekst til \"Start\" knappen", "label": "Tekst til \"Start\" knappen",
"englishDefault": "Start Quiz",
"default": "Start" "default": "Start"
}, },
{ {
"englishLabel": "Background image",
"label": "Bakgrunnsbilde", "label": "Bakgrunnsbilde",
"englishDescription": "An optional background image for the introduction.",
"description": "Bakgrunnsbilde for introduksjonssiden" "description": "Bakgrunnsbilde for introduksjonssiden"
} }
] ]
}, },
{ {
"englishLabel": "Background image",
"label": "Bakgrunnsbilde", "label": "Bakgrunnsbilde",
"englishDescription": "An optional background image for the Question set.",
"description": "Bakgrunnsbilde for spørsmålssettet(ikke obligatorisk)." "description": "Bakgrunnsbilde for spørsmålssettet(ikke obligatorisk)."
}, },
{ {
"englishLabel": "Progress indicator",
"label": "Fremdriftsindikator", "label": "Fremdriftsindikator",
"englishDescription": "Question set progress indicator style.",
"description": "Velg om fremdriften skal angis som prikker(få spørsmål) eller som tekst(mange spørsmål).", "description": "Velg om fremdriften skal angis som prikker(få spørsmål) eller som tekst(mange spørsmål).",
"options": [ "options": [
{ {
"englishLabel": "Textual",
"label": "Angi fremdrift med tekst" "label": "Angi fremdrift med tekst"
}, },
{ {
"englishLabel": "Dots",
"label": "Angi fremdrift med prikker" "label": "Angi fremdrift med prikker"
} }
] ]
}, },
{ {
"englishLabel": "Pass percentage",
"label": "Krav for å bestå", "label": "Krav for å bestå",
"englishDescription": "Percentage of Total score required for passing the quiz.",
"description": "Antall prosent riktig som kreves for å bestå spørsmålssettet." "description": "Antall prosent riktig som kreves for å bestå spørsmålssettet."
}, },
{ {
"englishLabel": "Questions",
"label": "Spørsmål", "label": "Spørsmål",
"widgets": [
{
"englishLabel": "Default",
"label": "Default"
},
{
"englishLabel": "Textual",
"label": "Textual"
}
],
"englishEntity": "question",
"entity": "spørsmål", "entity": "spørsmål",
"field": { "field": {
"englishLabel": "Question type",
"label": "Spørsmål", "label": "Spørsmål",
"fields": [ "englishDescription": "Library for this question.",
{ "description": "Library for this question."
"label": "Spørsmålstype",
"description": "Velg spørsmålstype for dette spørsmålet"
}
]
} }
}, },
{ {
"englishLabel": "Interface texts in quiz",
"label": "Ledetekster", "label": "Ledetekster",
"fields": [ "fields": [
{ {
"englishLabel": "Back button",
"label": "Førre-knappen", "label": "Førre-knappen",
"englishDefault": "Previous question",
"default": "Førre" "default": "Førre"
}, },
{ {
"englishLabel": "Next button",
"label": "Neste-knappen", "label": "Neste-knappen",
"englishDefault": "Next question",
"default": "Neste" "default": "Neste"
}, },
{ {
"englishLabel": "Finish button",
"label": "Avslutt-knappen", "label": "Avslutt-knappen",
"englishDefault": "Finish",
"default": "Avslutt" "default": "Avslutt"
}, },
{ {
"englishLabel": "Progress text",
"label": "Fremdriftstekst", "label": "Fremdriftstekst",
"englishDescription": "Text used if textual progress is selected.",
"description": "Tekst brukt hvis tekstlig angivelse av fremdrift er valgt. Variabler: @current og @total", "description": "Tekst brukt hvis tekstlig angivelse av fremdrift er valgt. Variabler: @current og @total",
"englishDefault": "Question: @current of @total questions",
"default": "Deloppgåve @current av @total" "default": "Deloppgåve @current av @total"
}, },
{ {
"englishLabel": "Label for jumping to a certain question",
"label": "Merkelapp ved hopping til spørsmål", "label": "Merkelapp ved hopping til spørsmål",
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"description": "Du må bruke plassholderen '%d' istedenfor spørsmålsnummeret, og '%total' istedet for totalt antall spørsmål.", "description": "Du må bruke plassholderen '%d' istedenfor spørsmålsnummeret, og '%total' istedet for totalt antall spørsmål.",
"englishDefault": "Question %d of %total",
"default": "Spørsmål %d av %total" "default": "Spørsmål %d av %total"
}, },
{ {
"englishLabel": "Copyright dialog question label",
"label": "Opphavsrett spørsmål-etikett", "label": "Opphavsrett spørsmål-etikett",
"englishDefault": "Question",
"default": "Spørsmål" "default": "Spørsmål"
}, },
{ {
"englishLabel": "Readspeaker progress",
"label": "Fremdriftstekst for hjelpemiddelteknologi", "label": "Fremdriftstekst for hjelpemiddelteknologi",
"englishDescription": "May use @current and @total question variables",
"description": "Kan bruke @current og @total variabler", "description": "Kan bruke @current og @total variabler",
"englishDefault": "Question @current of @total",
"default": "Deloppgave @current av @total" "default": "Deloppgave @current av @total"
}, },
{ {
"englishLabel": "Unanswered question text",
"label": "Ikke svart på spørsmål-tekst", "label": "Ikke svart på spørsmål-tekst",
"englishDefault": "Unanswered",
"default": "Ikke svart" "default": "Ikke svart"
}, },
{ {
"englishLabel": "Answered question text",
"label": "Svart på spørsmål-tekst", "label": "Svart på spørsmål-tekst",
"englishDefault": "Answered",
"default": "Svar avgitt" "default": "Svar avgitt"
}, },
{ {
"englishLabel": "Current question text",
"label": "Aktivt spørsmål-tekst", "label": "Aktivt spørsmål-tekst",
"englishDefault": "Current question",
"default": "Aktivt spørsmål" "default": "Aktivt spørsmål"
} }
] ]
}, },
{ {
"englishLabel": "Disable backwards navigation",
"label": "Slå av bakoverknapp", "label": "Slå av bakoverknapp",
"englishDescription": "This option will only allow you to move forward in Question Set",
"description": "Slå på for å nekte å gå tilbake i Question Set" "description": "Slå på for å nekte å gå tilbake i Question Set"
}, },
{ {
"label": "Spørsmålssett avslutning", "englishLabel": "Randomize questions",
"label": "Random spørsmåler",
"englishDescription": "Enable to randomize the order of questions on display.",
"description": "Enable to randomize the order of questions on display."
},
{
"englishLabel": "Quiz finished",
"label": "Innstillinger for «Fasit»- og «Prøv igjen»-knapp",
"fields": [ "fields": [
{ {
"label": "Vis resultat" "englishLabel": "Display results",
"label": "Overstyr «Fasit»-knapp"
}, },
{ {
"label": "Melding når resultater ikke vises", "englishLabel": "No results message",
"description": "Teksten vises på avslutnings-siden når resultater ikke vises", "label": "Overstyr «Prøv igjen»-knapp",
"default": "Ferdig" "englishDescription": "Text displayed on end page when \"Display results\" is disabled",
"description": "Dette valget avgjør om «Prøv igjen»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.",
"englishDefault": "Finished",
"default": "Finished"
}, },
{ {
"label": "Overskrift over tilbakemeldingar", "englishLabel": "Feedback heading",
"default": "Resultat:", "label": "Feedback heading",
"description": "Denne overskriften vises over tilbakemeldingane på slutten av spørsmålssettet." "englishDefault": "Your result:",
"default": "Your result:",
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
}, },
{ {
"label": "Poengvisningstekst", "englishLabel": "Score display text",
"default": "@score av @total poeng", "label": "Score display text",
"description": "Tekst som viser brukerens oppnådde poeng. \"@score\" blir erstatta med utregna resultat, \"@total\" blir erstatta med høgest mulig resultat." "englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"englishDefault": "You got @score of @total points",
"default": "You got @score of @total points"
}, },
{ {
"label": "Tittel ved bestått", "englishLabel": "Quiz passed greeting",
"default": "Gratulerer!", "label": "Quiz passed greeting",
"description": "Denne tittelen vises dersom brukeren har bestått spørsmålssettet." "englishDefault": "Congratulations!",
"default": "Congratulations!",
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Kommentar ved bestått", "englishLabel": "Passed comment",
"default": "Dette gjekk bra.", "label": "Passed comment",
"description": "Denne kommentaren vises dersom brukaren har bestått spørsmålssettet." "englishDefault": "You did very well!",
"default": "You did very well!",
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Tittel ved ikkje bestått", "englishLabel": "Quiz failed title",
"default": "Dette gjekk ikkje så bra!", "label": "Quiz failed title",
"description": "Denne tittelen visast dersom brukaren ikkje har bestått spørsmålssettet." "englishDefault": "You did not pass this time.",
"default": "You did not pass this time.",
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
"description": "This text will be displayed above the score if the user has failed the quiz."
}, },
{ {
"label": "Kommentar ved ikkje bestått", "englishLabel": "Failed comment",
"default": "Det er litt mange feil her. Prøv igjen!", "label": "Failed comment",
"description": "Denne kommentaren vises dersom brukaren ikkje har bestått spørsmålssettet." "englishDefault": "Have another try!",
"default": "Have another try!",
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
"description": "This comment will be displayed after the score if the user has failed the quiz."
}, },
{ {
"label": "Tekst til \"Fasit\" knapp", "englishLabel": "Solution button label",
"default": "Vis fasit", "label": "Solution button label",
"description": "" "englishDefault": "Show solution",
"default": "Show solution",
"englishDescription": "Text for the solution button.",
"description": "Text for the solution button."
}, },
{ {
"label": "Tekst til \"Prøv igjen\" knapp", "englishLabel": "Retry button label",
"default": "Prøv igjen", "label": "Retry button label",
"description": "" "englishDefault": "Retry",
"default": "Retry",
"englishDescription": "Text for the retry button.",
"description": "Text for the retry button."
}, },
{ {
"label": "Tekst til \"Avslutt\" knapp", "englishLabel": "Finish button text",
"default": "Avslutt" "label": "Finish button text",
"englishDefault": "Finish",
"default": "Finish"
}, },
{ {
"label": "Vis video før resultata" "englishLabel": "Display video before quiz results",
"label": "Display video before quiz results"
}, },
{ {
"label": "Tillat å hoppe over video" "englishLabel": "Enable skip video button",
"label": "Enable skip video button"
}, },
{ {
"label": "Tekst til \"Hopp over video\" knapp", "englishLabel": "Skip video button label",
"default": "Hopp over" "label": "Skip video button label",
"englishDefault": "Skip video",
"default": "Skip video"
}, },
{ {
"label": "Video ved bestått", "englishLabel": "Passed video",
"description": "Denne videoen vil bli vist dersom brukaren består spørsmålssettet." "label": "Passed video",
"englishDescription": "This video will be played if the user successfully passed the quiz.",
"description": "This video will be played if the user successfully passed the quiz."
}, },
{ {
"label": "Video ved ikke bestått", "englishLabel": "Fail video",
"description": "Denne videoen vil bli vist dersom brukaren ikkje består spørsmålssettet." "label": "Fail video",
"englishDescription": "This video will be played if the user failes the quiz.",
"description": "This video will be played if the user failes the quiz."
} }
] ]
}, },
{ {
"label": "Innstillinger for «Fasit»- og «Prøv igjen»-knapp", "englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
"fields": [ "fields": [
{ {
"label": "Overstyr «Fasit»-knapp", "englishLabel": "Override \"Show Solution\" button",
"description": "Dette valget avgjør om «Fasit»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.", "label": "Override \"Show Solution\" button",
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"label": "Aktivert" "englishLabel": "Enabled",
"label": "Enabled"
}, },
{ {
"label": "Deaktivert" "englishLabel": "Disabled",
"label": "Disabled"
} }
] ]
}, },
{ {
"label": "Overstyr «Prøv igjen»-knapp", "englishLabel": "Override \"Retry\" button",
"description": "Dette valget avgjør om «Prøv igjen»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.", "label": "Override \"Retry\" button",
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options": [
{ {
"label": "Aktivert" "englishLabel": "Enabled",
"label": "Enabled"
}, },
{ {
"label": "Deaktivert" "englishLabel": "Disabled",
"label": "Disabled"
} }
] ]
} }