Merge branch 'release'

pull/13/merge
Paal Joergensen 2017-08-25 10:14:03 +02:00
commit 2c89a09053
28 changed files with 6351 additions and 1050 deletions

255
language/af.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

View File

@ -15,7 +15,8 @@
"description":"سيتم عرض هذا النص قبل أن تبدأ هذه المسابقة" "description":"سيتم عرض هذا النص قبل أن تبدأ هذه المسابقة"
}, },
{ {
"label": "بدء زر النص" "label":"بدء زر النص",
"default":"Start Quiz"
}, },
{ {
"label":"صورة الخلفية", "label":"صورة الخلفية",
@ -37,7 +38,8 @@
{ {
"label":"النقاط" "label":"النقاط"
} }
] ],
"default":"dots"
}, },
{ {
"label":"نسبة النجاح", "label":"نسبة النجاح",
@ -63,17 +65,21 @@
"label":"واجهة النصوص لهذه المسابقة", "label":"واجهة النصوص لهذه المسابقة",
"fields":[ "fields":[
{ {
"label": "زر الرجوع" "label":"زر الرجوع",
"default":"Previous question"
}, },
{ {
"label": "زر التقدم" "label":"زر التقدم",
"default":"Next question"
}, },
{ {
"label": "زر الانتهاء" "label":"زر الانتهاء",
"default":"Finish"
}, },
{ {
"label":"نص التقدم", "label":"نص التقدم",
"description": "النص المستخدم إذا تم تحديد التقدم نصيا" "description":"النص المستخدم إذا تم تحديد التقدم نصيا",
"default":"Question: @current of @total questions"
}, },
{ {
"label":"Label for jumping to a certain question", "label":"Label for jumping to a certain question",
@ -131,55 +137,88 @@
}, },
{ {
"label":"نص راس الملاحظات", "label":"نص راس الملاحظات",
"default":"Your result:",
"description":"سيتم عرض هذا العنوان في نهاية هذه المسابقة حيثما أجاب المستخدم على جميع الأسئلة المستعملة" "description":"سيتم عرض هذا العنوان في نهاية هذه المسابقة حيثما أجاب المستخدم على جميع الأسئلة المستعملة"
}, },
{ {
"label": "عرض نص النتيجة", "label":"Overall Feedback",
"description": "النص يستخدم لعرض مجموع النقاط للمستخدم \"@score\" سوف تحل محلها النتيجة المحسوبة, \"@total\" حسب أقصى درجة ممكنة" "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": "تعليق النجاح بالمسابقة",
"description": "سيتم عرض هذا النص أعلاه النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة"
}, },
{ {
"label": "ملاحظة النجاح", "label":"Feedback for defined score range",
"description": "سيتم عرض هذه الملاحظة بعد النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة" "placeholder":"Fill in the feedback"
}
]
}
}
]
}, },
{ {
"label": "تعليق الرسوب بالمسابقة", "label":"Old Feedback",
"description": "سيتم عرض هذا النص أعلاه النتيجة إذا كان المستخدم قد فشلت في المسابقة" "fields":[
{
"label":"Quiz passed greeting",
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "ملاحظة الرسوب", "label":"Passed comment",
"description": "سيتم عرض هذه الملاحظة بعد النتيجة إذا كان المستخدم قد فشلت في المسابقة" "description":"This comment will be displayed after the score if the user has successfully passed the quiz."
}, },
{ {
"label": "تسمية زر اظهار الحل", "label":"Quiz failed title",
"description": "نص زر الحل" "description":"This text will be displayed above the score if the user has failed the quiz."
}, },
{ {
"label": "تسمية زر إعادة المحاولة", "label":"Failed comment",
"description": "نص زر إعادة المحاولة" "description":"This comment will be displayed after the score if the user has failed the quiz."
}
]
}, },
{ {
"label": "نص زر الانتهاء" "label":"Solution button label",
"default":"Show solution",
"description":"Text for the solution button."
}, },
{ {
"label": "عرض الفيديو قبل نتائج المسابقة" "label":"Retry button label",
"default":"Retry",
"description":"Text for the retry button."
}, },
{ {
"label": "تفعيل زر تخطى الفيديو" "label":"Finish button text",
"default":"Finish"
}, },
{ {
"label": "تسمية زر تخطى الفيديو" "label":"Display video before quiz results"
}, },
{ {
"label": "فيديو النجاح بالمسابقة", "label":"Enable skip video button"
"description": "سيتم تشغيل هذا الفيديو إذا كان المستخدم ناجحا بهذه المسابقة"
}, },
{ {
"label": "فيديو الرسوب بالمسابقة", "label":"Skip video button label",
"description": "سيتم تشغيل هذا الفيديو إذا كان المستخدم راسبا بهذه المسابقة" "default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
} }
] ]
}, },

View File

@ -38,7 +38,8 @@
{ {
"label":"Bodovi" "label":"Bodovi"
} }
] ],
"default":"dots"
}, },
{ {
"label":"Minimalno procenata za prolaz", "label":"Minimalno procenata za prolaz",
@ -127,72 +128,97 @@
"label":"Prikaz rezultata" "label":"Prikaz rezultata"
}, },
{ {
"label": "Napomena ako nema rezultata", "label":"Napomena ako nema rezultata"
"description": "Tekst koji će biti prikazan u slučaju da je \"Prikaz rezultata\" deaktiviran",
"default": "Završi"
}, },
{ {
"label":"Oznaka za povratne informacije", "label":"Oznaka za povratne informacije",
"default": "Tvoj rezultat:", "description":"Ovaj tekst će biti prikazan na kraju kviza kada korisnik odgovori na pitanja.",
"description": "Ovaj tekst će biti prikazan na kraju kviza kada korisnik odgovori na pitanja." "default":"Tvoj rezultat:"
}, },
{ {
"label":"Tekst za prikaz broj odova", "label":"Tekst za prikaz broj odova",
"description": "Ovaj tekst će se koristiti da prikaže ukupan broj bodova korisnika. \"@score\" će biti zamjenjen sa osvojenim bodovima, \"@total\" će biti zamjenjeno sa maksimalnim brojem bodova.", "default":"Osvojeno @score bodova od @total mogućih.",
"default": "Osvojeno @score bodova od @total mogućih." "description":"Ovaj tekst će se koristiti da prikaže ukupan broj bodova korisnika. \"@score\" će biti zamjenjen sa osvojenim bodovima, \"@total\" će biti zamjenjeno sa maksimalnim brojem bodova."
}, },
{ {
"label": "Oznaka za \"Kviz položen\"", "label":"Overall Feedback",
"placeholder": "BRAVO!", "fields":[
"default": "BRAVO!", {
"description": "Ovaj tekst će biti prikazan iznad broja bodova kada je korisnik uspješno završio kviz." "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": "Komentar za uspješno završen kviz",
"default": "Nije loše!",
"description": "Ovaj tekst će biti prikazan iznad broja bodova kada je korisnik uspješno završio kviz."
}, },
{ {
"label": "Oznaka kod neuspješnog završetka kviza", "label":"Feedback for defined score range",
"default": "Ovoga puta nije dovoljno dobro.", "placeholder":"Fill in the feedback"
"description": "Ovaj tekst će biti prikazan iznad broja bodova kada je korisnik nije uspješno završio kviz." }
]
}
}
]
}, },
{ {
"label": "Oznaka kod neuspješnog završetka kviza", "label":"Old Feedback",
"default": "Pokušaj još jednom!", "fields":[
"description": "Ovaj komentar će se pokazati nakon što korisnik nije sakupio dovoljan broj bodova za uspješan završetak kviza." {
"label":"Quiz passed greeting",
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Oznaka za dugme \"Prikaži rješenje\"", "label":"Passed comment",
"default": "Prikaži rješenje", "description":"This comment will be displayed after the score if the user has successfully passed the quiz."
"description": "Oznaka za dugme \"Prikaži rješenje\""
}, },
{ {
"label": "Oznaka za dugme \"Ponovi\"", "label":"Quiz failed title",
"default": "Ponovi", "description":"This text will be displayed above the score if the user has failed the quiz."
"description": "Oznaka za dugme \"Ponovi\""
}, },
{ {
"label": "Oznaka za dugme \"Završi\"", "label":"Failed comment",
"default": "Završi" "description":"This comment will be displayed after the score if the user has failed the quiz."
}
]
}, },
{ {
"label": "Prikaži video prije rezultata kviza" "label":"Solution button label",
"default":"Show solution",
"description":"Text for the solution button."
}, },
{ {
"label": "Aktiviraj dugme \"Preskoči vidio\"" "label":"Retry button label",
"default":"Retry",
"description":"Text for the retry button."
}, },
{ {
"label": "Oznaka za dugme \"Preskoči video\"", "label":"Finish button text",
"default": "Preskoči video" "default":"Finish"
}, },
{ {
"label": "Video nakon položenog kviza", "label":"Display video before quiz results"
"description": "Ovaj video se prikazuje nakon što korisnik uspješno položi kviz."
}, },
{ {
"label": "Video nakon nepoloženog kviza", "label":"Enable skip video button"
"description": "Ovaj video se prikazuje nakon što korisnik neuspješno završi kviz." },
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
} }
] ]
}, },

255
language/ca.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/cs.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

View File

@ -66,46 +66,46 @@
"fields":[ "fields":[
{ {
"label":"Back button", "label":"Back button",
"default":"Forrige spørgsmål" "default":"Previous question"
}, },
{ {
"label":"Next button", "label":"Next button",
"default":"Næste spørgsmål" "default":"Next question"
}, },
{ {
"label":"Finish button", "label":"Finish button",
"default":"Færdig" "default":"Finish"
}, },
{ {
"label":"Progress text", "label":"Progress text",
"description":"Text used if textual progress is selected.", "description":"Text used if textual progress is selected.",
"default":"Spørgsmål:nummer @current ud af @spørgsmål" "default":"Question: @current of @total questions"
}, },
{ {
"label":"Label for jumping to a certain question", "label":"Label for jumping to a certain question",
"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.",
"default":"Spørgsmål %d ud af %total" "default":"Question %d of %total"
}, },
{ {
"label":"Copyright dialog question label", "label":"Copyright dialog question label",
"default":"Spørgsmål" "default":"Question"
}, },
{ {
"label":"Readspeaker progress", "label":"Readspeaker progress",
"description":"May use @current and @total question variables", "description":"May use @current and @total question variables",
"default":"Spørgsmål @current ud af @total" "default":"Question @current of @total"
}, },
{ {
"label":"Unanswered question text", "label":"Unanswered question text",
"default":"Ubesvaret" "default":"Unanswered"
}, },
{ {
"label":"Answered question text", "label":"Answered question text",
"default":"Besvaret" "default":"Answered"
}, },
{ {
"label":"Current question text", "label":"Current question text",
"default":"Aktuel spørgsmål" "default":"Current question"
} }
] ]
}, },

View File

@ -38,7 +38,8 @@
{ {
"label":"Punkte" "label":"Punkte"
} }
] ],
"default":"dots"
}, },
{ {
"label":"Prozent bearbeitet", "label":"Prozent bearbeitet",
@ -103,7 +104,7 @@
"default":"Beantwortet" "default":"Beantwortet"
}, },
{ {
"label": "Text für aktuelle Frage", "label":"Text fpr aktuelle Frage",
"default":"Aktuelle Frage" "default":"Aktuelle Frage"
} }
] ]
@ -127,72 +128,97 @@
"label":"Ergebnisanzeige" "label":"Ergebnisanzeige"
}, },
{ {
"label": "Hinweis bei keinen Ergebnissen", "label":"Hinweis bei keinen Ergebnissen"
"description": "Text, der am Ende angezeigt wird, falls \"Ergebnisse anzeigen\" deaktiviert ist",
"default": "Beendet"
}, },
{ {
"label":"Kopfzeile für die Rückmeldungen", "label":"Kopfzeile für die Rückmeldungen",
"default": "Dein Ergebnis:", "description":"diese Kopfzeile wird am Ende des Quizzes angezeigt, wenn der Nutzer alle Fragen beantwortet hat.",
"description": "diese Kopfzeile wird am Ende des Quizzes angezeigt, wenn der Nutzer alle Fragen beantwortet hat." "default":"Dein Ergebnis:"
}, },
{ {
"label":"Text für die Punkteanzeige", "label":"Text für die Punkteanzeige",
"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.", "default":"Du hast @score Punkte von @total möglichen.",
"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."
}, },
{ {
"label": "Kopfzeile für \"Quiz bestanden\"", "label":"Overall Feedback",
"placeholder": "Glückwunsch!", "fields":[
"default": "Glückwunsch!", {
"description": "Dieser Text wird oberhalb der Punkte angezeigt, wenn der Nutzer das Quiz erfolgreich abgeschlossen hat." "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": "Kommentar für bestandenes Quiz",
"default": "Gut gemacht!",
"description": "Dieser Kommentar wird nach den Punkten angezeigt, wenn der Nutzer das Quiz erfolgreich bestanden hat."
}, },
{ {
"label": "Kopfzeile für nicht bestandenes Quiz", "label":"Feedback for defined score range",
"default": "Dieses Mal hast du nicht bestanden.", "placeholder":"Fill in the feedback"
"description": "Dieser Text wird oberhalb der Punkte angezeigt, wenn der Nutzer das Quiz nicht bestanden hat." }
]
}
}
]
}, },
{ {
"label": "Kommentar für nicht bestandenes Quiz", "label":"Old Feedback",
"default": "Versuche es noch einmal!", "fields":[
"description": "Dieser Kommentar wird nach den Punkten angezeigt, wenn der Nutzer das Quiz nicht bestanden hat." {
"label":"Quiz passed greeting",
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Beschriftung des \"Lösung zeigen\"-Buttons", "label":"Passed comment",
"default": "Lösung zeigen", "description":"This comment will be displayed after the score if the user has successfully passed the quiz."
"description": "Beschriftung des \"Lösung zeigen\"-Buttons"
}, },
{ {
"label": "Beschriftung des \"Wiederholen\"-Buttons", "label":"Quiz failed title",
"default": "Wiederholen", "description":"This text will be displayed above the score if the user has failed the quiz."
"description": "Beschriftung des \"Wiederholen\"-Buttons"
}, },
{ {
"label": "Beschriftung des \"Beenden\"-Buttons", "label":"Failed comment",
"default": "Beenden" "description":"This comment will be displayed after the score if the user has failed the quiz."
}
]
}, },
{ {
"label": "Zeige Video vor den Quizergebnissen" "label":"Solution button label",
"default":"Show solution",
"description":"Text for the solution button."
}, },
{ {
"label": "Aktiviere \"Video überspringen\"-Button" "label":"Retry button label",
"default":"Retry",
"description":"Text for the retry button."
}, },
{ {
"label": "Beschriftung des \"Video überspringen\"-Buttons", "label":"Finish button text",
"default": "Video überspringen" "default":"Finish"
}, },
{ {
"label": "Bestanden-Video", "label":"Display video before quiz results"
"description": "Dieses Video wird angezeigt, wenn der Nutzer das Quiz erfolgreich bestanden hat."
}, },
{ {
"label": "Nicht-bestanden-Video", "label":"Enable skip video button"
"description": "Dieses Video wird angezeigt, wenn der Nutzer das Quiz nicht bestanden hat." },
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
} }
] ]
}, },

255
language/el.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/es.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/et.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/fi.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

View File

@ -38,7 +38,8 @@
{ {
"label":"Points" "label":"Points"
} }
] ],
"default":"dots"
}, },
{ {
"label":"Pourcentage de réussite", "label":"Pourcentage de réussite",
@ -140,62 +141,84 @@
"description":"Ce titre sera affiché à la fin du quiz quand l'utilisateur aura répondu à toutes les questions." "description":"Ce titre sera affiché à la fin du quiz quand l'utilisateur aura répondu à toutes les questions."
}, },
{ {
"label": "Texte d'affichage du score", "label":"Overall Feedback",
"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.", "fields":[
"default": "Vous avez obtenu @score point(s) sur @total" {
"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": "Commentaire de félicitation",
"placeholder": "Bravo !",
"default": "Bravo !",
"description": "Ce commentaire sera affiché au-dessus du score de l'utilisateur si celui-ci réussit le quiz."
}, },
{ {
"label": "Commentaire en cas de succès", "label":"Feedback for defined score range",
"default": "Vous avez obtenu un très bon score !", "placeholder":"Fill in the feedback"
"description": "Commentaire affiché lors du passage du quiz avec succès." }
]
}
}
]
}, },
{ {
"label": "Commentaire en cas d'échec", "label":"Old Feedback",
"default": "Vous n'avez pas réussi ce questionnaire.", "fields":[
"description": "Ce commentaire sera affiché au-dessus du score de l'utilisateur si celui-ci échoue au quiz." {
"label":"Quiz passed greeting",
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Commentaire additionnel en cas d'échec", "label":"Passed comment",
"default": "Refaites un essai !", "description":"This comment will be displayed after the score if the user has successfully passed the quiz."
"description": "Commentaire additionnel affiché lors de l'échec au quiz."
}, },
{ {
"label": "Texte du bouton \"Solution\"", "label":"Quiz failed title",
"default": "Voir la solution", "description":"This text will be displayed above the score if the user has failed the quiz."
"description": "Texte pour le bouton de solution."
}, },
{ {
"label": "Texte du bouton \"Recommencer\"", "label":"Failed comment",
"default": "Recommencer", "description":"This comment will be displayed after the score if the user has failed the quiz."
"description": "Texte pour le bouton Recommencer." }
]
}, },
{ {
"label": "Texte pour le bouton de fin", "label":"Solution button label",
"default": "Terminer" "default":"Show solution",
"description":"Text for the solution button."
}, },
{ {
"label": "Afficher une vidéo avant l'affichage des résultats du quiz" "label":"Retry button label",
"default":"Retry",
"description":"Text for the retry button."
}, },
{ {
"label": "Activer le bouton \"Passer la vidéo\"" "label":"Finish button text",
"default":"Finish"
}, },
{ {
"label": "Texte du bouton \"Passer la vidéo\"", "label":"Display video before quiz results"
"default": "Passer la vidéo"
}, },
{ {
"label": "Vidéo en cas de succès", "label":"Enable skip video button"
"description": "Vidéo affichée si l'utilisateur réussit le quiz."
}, },
{ {
"label": "Vidéo en cas d'échec", "label":"Skip video button label",
"description": "Vidéo affichée si l'utilisateur échoue au quiz." "default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
} }
] ]
}, },

255
language/he.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/hu.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

View File

@ -15,7 +15,8 @@
"description":"Questo testo verrà visualizzato prima dell'inizio del quiz." "description":"Questo testo verrà visualizzato prima dell'inizio del quiz."
}, },
{ {
"label": "Testo pulsante Start" "label":"Testo pulsante Start",
"default":"Start Quiz"
}, },
{ {
"label":"Immagine di sfondo", "label":"Immagine di sfondo",
@ -37,7 +38,8 @@
{ {
"label":"Punti" "label":"Punti"
} }
] ],
"default":"dots"
}, },
{ {
"label":"Percentuale superamento quiz", "label":"Percentuale superamento quiz",
@ -63,17 +65,21 @@
"label":"Testi di interfaccia nel quiz", "label":"Testi di interfaccia nel quiz",
"fields":[ "fields":[
{ {
"label": "Pulsante Indietro" "label":"Pulsante Indietro",
"default":"Previous question"
}, },
{ {
"label": "Pulsante Prossimo" "label":"Pulsante Prossimo",
"default":"Next question"
}, },
{ {
"label": "Pulsante Fine" "label":"Pulsante Fine",
"default":"Finish"
}, },
{ {
"label":"Testo Avanzamento", "label":"Testo Avanzamento",
"description": "esto utilizzato se il testo Avanzamento è selezionato." "description":"esto utilizzato se il testo Avanzamento è selezionato.",
"default":"Question: @current of @total questions"
}, },
{ {
"label":"Label for jumping to a certain question", "label":"Label for jumping to a certain question",
@ -131,55 +137,88 @@
}, },
{ {
"label":"Intestazione Feedback", "label":"Intestazione Feedback",
"default":"Your result:",
"description":"Questa intestazione verrà visualizzata alla fine del quiz, dopo che l'utente avrà risposto a tutte le domande." "description":"Questa intestazione verrà visualizzata alla fine del quiz, dopo che l'utente avrà risposto a tutte le domande."
}, },
{ {
"label": "Testo visualizza punteggio", "label":"Overall Feedback",
"description": "Testo utilizzato per visualizzare il punteggio Totale dell'utente. \"@score\" verrà rimpiazzato dal punteggio calcolato, \"@total\" sarà rimpiazzato dal punteggio massimo possibile. " "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": "Messaggio di superamento quiz",
"description": "Questo testo verrà visualizzato sopra il punteggio se l'utente ha superato con successo il quiz."
}, },
{ {
"label": "Commento di superamento quiz", "label":"Feedback for defined score range",
"description": "Questo commento verrà visualizzato dopo il punteggio se l'utente ha superato con successo il quiz." "placeholder":"Fill in the feedback"
}
]
}
}
]
}, },
{ {
"label": "Titolo quiz fallito", "label":"Old Feedback",
"description": "Questo testo verrà visualizzato sopra il punteggio se l'utente non ha superato il quiz." "fields":[
{
"label":"Quiz passed greeting",
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Commento quiz fallito", "label":"Passed comment",
"description": "Questo commento verrà visualizzato dopo il punteggio se l'utente non ha superato il quiz." "description":"This comment will be displayed after the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Etichetta pulsante Soluzione", "label":"Quiz failed title",
"description": "Testo per il pulsante Soluzione." "description":"This text will be displayed above the score if the user has failed the quiz."
}, },
{ {
"label": "Etichetta pulsante Riprova", "label":"Failed comment",
"description": "Testo per il pulsante Riprova." "description":"This comment will be displayed after the score if the user has failed the quiz."
}
]
}, },
{ {
"label": "Testo pulsante Fine" "label":"Solution button label",
"default":"Show solution",
"description":"Text for the solution button."
}, },
{ {
"label": "Visualizza il video prima dei risultati del quiz" "label":"Retry button label",
"default":"Retry",
"description":"Text for the retry button."
}, },
{ {
"label": "Abilita pulsante Salta video" "label":"Finish button text",
"default":"Finish"
}, },
{ {
"label": "Etichetta pulsante Salta video" "label":"Display video before quiz results"
}, },
{ {
"label": "Video di superamento quiz", "label":"Enable skip video button"
"description": "Questo video verrà visualizzato sopra il punteggio se l'utente ha superato con successo il quiz."
}, },
{ {
"label": "Video quiz fallito", "label":"Skip video button label",
"description": "Questo testo verrà visualizzato se l'utente non ha superato il quiz." "default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
} }
] ]
}, },

255
language/ja.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"クイズ概要",
"fields":[
{
"label":"概要を表示"
},
{
"label":"タイトル",
"description":"このタイトルは、概要文の上に表示されます。"
},
{
"label":"概要文",
"description":"このテキストは、クイズが始まる前に表示されます。"
},
{
"label":"スタート ボタンのテキスト",
"default":"クイズをスタート"
},
{
"label":"背景画像",
"description":"概要のオプションの背景画像"
}
]
},
{
"label":"背景画像",
"description":"設問集のオプションの背景画像"
},
{
"label":"進行状況インジケーター",
"description":"設問集の進捗状況インジケータースタイル",
"options":[
{
"label":"原文"
},
{
"label":"ドット"
}
],
"default":"dots"
},
{
"label":"合格パーセンテージ",
"description":"クイズにパスするために必要となる合計点のパーセンテージです。"
},
{
"label":"設問",
"widgets":[
{
"label":"デフォルト"
},
{
"label":"原文"
}
],
"entity":"設問",
"field":{
"label":"設問タイプ",
"description":"この設問のライブラリ。"
}
},
{
"label":"クイズ内のインターフェイステキスト",
"fields":[
{
"label":"戻るボタン",
"default":"前の設問"
},
{
"label":"次へボタン",
"default":"次の設問"
},
{
"label":"完了ボタン",
"default":"完了"
},
{
"label":"進行状況のテキスト",
"description":"テキストによる進行状況を選択した場合に使用するテキスト。",
"default":"設問: @current \/ @total"
},
{
"label":"特定の設問にジャンプするラベル",
"description":"設問番号ではなくプレース ホルダー '%d' を、また設問の全体数ではなく %total を使用する必要があります。",
"default":"設問 %d \/ %total"
},
{
"label":"著作権ダイアログ設問ラベル",
"default":"設問"
},
{
"label":"リードスピーカーの進行状況",
"description":"@current と @total の設問用変数を使用できます",
"default":"設問 @current \/ @total"
},
{
"label":"未回答の設問テキスト",
"default":"未回答"
},
{
"label":"回答済みの設問テキスト",
"default":"回答済み"
},
{
"label":"現在の設問テキスト",
"default":"現在の設問"
}
]
},
{
"label":"後方ナビゲーションを無効化",
"description":"このオプションは、設問集内で前方移動を許可します。"
},
{
"label":"ランダムな設問",
"description":"表示される設問の順序をランダム化します。"
},
{
"label":"表示される設問の数:",
"description":"全体からランダム化したに設問集を作成します。"
},
{
"label":"クイズ完了",
"fields":[
{
"label":"結果を表示"
},
{
"label":"解ボタンを表示"
},
{
"label":"結果のメッセージはありません",
"description":"「結果を表示」が無効のとき最後のページにに表示されるテキスト",
"default":"完了"
},
{
"label":"フィードバックの見出し",
"default":"結果:",
"description":"この見出しは、ユーザーがすべての設問に答えたときクイズの終わりに表示されます。"
},
{
"label":"全体のフィードバック",
"fields":[
{
"widgets":[
],
"label":"ある得点範囲に対して、カスタムフィードバックを定義します。",
"description":"例: 0-20% 低得点、 21-91% 平均点、 91-100% 高得点 !",
"entity":"範囲",
"field":{
"fields":[
{
"label":"得点範囲"
},
{
},
{
"label":"定義した得点範囲に対するフィードバック",
"placeholder":"フィードバックを記入"
}
]
}
}
]
},
{
"label":"古いフィードバック",
"fields":[
{
"label":"クイズの合格メッセージ",
"description":"このテキストは、クイズの合格に成功した場合、得点の上に表示されます。"
},
{
"label":"合格コメント",
"description":"このコメントは、クイズの合格に成功した場合、得点の後に表示されます。"
},
{
"label":"クイズ不合格タイトル",
"description":"このテキストは、クイズに不合格となった場合、得点の上に表示されます。"
},
{
"label":"不合格コメント",
"description":"このコメントは、クイズに不合格となった場合、得点の後に表示されます。"
}
]
},
{
"label":"解ボタンのラベル",
"default":"解を表示",
"description":"解ボタンのテキスト"
},
{
"label":"リトライボタンのラベル",
"default":"リトライ",
"description":"リトライボタンのテキスト"
},
{
"label":"完了ボタンのテキスト",
"default":"完了"
},
{
"label":"クイズの結果の前にビデオを表示"
},
{
"label":"ビデオスキップボタンを有効化"
},
{
"label":"ビデオスをスキップボタンのラベル",
"default":"ビデオをスキップ"
},
{
"label":"合格ビデオ",
"description":"このビデオは、ユーザーがクイズの合格に成功した場合に表示されます。"
},
{
"label":"不合格ビデオ",
"description":"このビデオは、ユーザーがクイズに不合格となった場合に表示されます。"
}
]
},
{
"label":"「解を表示」と「リトライ」ボタンの設定",
"fields":[
{
"label":"「解を表示」ボタンを上書き",
"description":"このオプションは、すべての設問に対して「解を表示」ボタンが表示されるか、すべての設問に対して無効になるか、各設問ごとに個別に設定されるかを決定します。",
"options":[
{
"label":"有効"
},
{
"label":"無効"
}
]
},
{
"label":"「リトライ」ボタンを上書き",
"description":"このオプションは、すべての設問に対して「リトライ」ボタンが表示されるか、すべての設問に対して無効になるか、各設問ごとに個別に設定されるかを決定します。",
"options":[
{
"label":"有効"
},
{
"label":"無効"
}
]
}
]
}
]
}

255
language/ko.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

View File

@ -38,7 +38,8 @@
{ {
"label":"Angi fremdrift med prikker" "label":"Angi fremdrift med prikker"
} }
] ],
"default":"dots"
}, },
{ {
"label":"Krav for å bestå", "label":"Krav for å bestå",
@ -46,7 +47,6 @@
}, },
{ {
"label":"Spørsmål", "label":"Spørsmål",
"entity": "spørsmål",
"widgets":[ "widgets":[
{ {
"label":"Standard" "label":"Standard"
@ -55,6 +55,7 @@
"label":"Tekstlig" "label":"Tekstlig"
} }
], ],
"entity":"spørsmål",
"field":{ "field":{
"label":"Spørsmåltype", "label":"Spørsmåltype",
"description":"Velg spørsmålstype for dette spørsmålet" "description":"Velg spørsmålstype for dette spørsmålet"
@ -140,61 +141,84 @@
"description":"Denne overskriften vises over tilbakemeldingene på slutten av spørsmålssettet." "description":"Denne overskriften vises over tilbakemeldingene på slutten av spørsmålssettet."
}, },
{ {
"label": "Poengvisningstekst", "label":"Overall Feedback",
"default": "@score av @total poeng", "fields":[
"description": "Tekst som viser brukerens oppnådde poeng. \"@score\" blir erstattet med utregnet resultat, \"@total\" blir erstattet med høyest mulige resultat." {
"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": "Tittel ved bestått",
"default": "Gratulerer!",
"description": "Denne tittelen vises dersom brukeren har bestått spørsmålssettet."
}, },
{ {
"label": "Kommentar ved bestått", "label":"Feedback for defined score range",
"default": "Dette gikk bra.", "placeholder":"Fill in the feedback"
"description": "Denne kommentaren vises dersom brukeren har bestått spørsmålssettet." }
]
}
}
]
}, },
{ {
"label": "Tittel ved ikke bestått", "label":"Old Feedback",
"default": "Dette gikk ikke så bra!", "fields":[
"description": "Denne tittelen vises dersom brukeren ikke har bestått spørsmålssettet." {
"label":"Quiz passed greeting",
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Kommentar ved ikke bestått", "label":"Passed comment",
"default": "Det er litt mange feil her. Prøv igjen!", "description":"This comment will be displayed after the score if the user has successfully passed the quiz."
"description": "Denne kommentaren vises dersom brukeren ikke har bestått spørsmålssettet."
}, },
{ {
"label": "Tekst til \"Fasit\" knapp", "label":"Quiz failed title",
"default": "Gå gjennom fasit", "description":"This text will be displayed above the score if the user has failed the quiz."
"description": ""
}, },
{ {
"label": "Tekst til \"Prøv igjen\" knapp", "label":"Failed comment",
"default": "Prøv igjen!", "description":"This comment will be displayed after the score if the user has failed the quiz."
"description": "" }
]
}, },
{ {
"label": "Tekst til \"Avslutt\" knapp", "label":"Solution button label",
"default": "Avslutt" "default":"Show solution",
"description":"Text for the solution button."
}, },
{ {
"label": "Vis video før resultatene" "label":"Retry button label",
"default":"Retry",
"description":"Text for the retry button."
}, },
{ {
"label": "Tillat å hoppe over video" "label":"Finish button text",
"default":"Finish"
}, },
{ {
"label": "Tekst til \"Hopp over video\" knapp", "label":"Display video before quiz results"
"default": "Hopp over"
}, },
{ {
"label": "Video ved bestått", "label":"Enable skip video button"
"description": "Denne videoen vil bli vist dersom brukeren består spørsmålssettet."
}, },
{ {
"label": "Video ved ikke bestått", "label":"Skip video button label",
"description": "Denne videoen vil bli vist dersom brukeren ikke består spørsmålssettet." "default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
} }
] ]
}, },

255
language/nl.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

View File

@ -38,7 +38,8 @@
{ {
"label":"Angi fremdrift med prikker" "label":"Angi fremdrift med prikker"
} }
] ],
"default":"dots"
}, },
{ {
"label":"Krav for å bestå", "label":"Krav for å bestå",
@ -46,7 +47,6 @@
}, },
{ {
"label":"Spørsmål", "label":"Spørsmål",
"entity": "spørsmål",
"widgets":[ "widgets":[
{ {
"label":"Standard" "label":"Standard"
@ -55,6 +55,7 @@
"label":"Tekstlig" "label":"Tekstlig"
} }
], ],
"entity":"spørsmål",
"field":{ "field":{
"label":"Spørsmålstype", "label":"Spørsmålstype",
"description":"Velg spørsmålstype for dette spørsmålet" "description":"Velg spørsmålstype for dette spørsmålet"
@ -140,61 +141,84 @@
"description":"Denne overskriften vises over tilbakemeldingane på slutten av spørsmålssettet." "description":"Denne overskriften vises over tilbakemeldingane på slutten av spørsmålssettet."
}, },
{ {
"label": "Poengvisningstekst", "label":"Overall Feedback",
"default": "@score av @total poeng", "fields":[
"description": "Tekst som viser brukerens oppnådde poeng. \"@score\" blir erstatta med utregna resultat, \"@total\" blir erstatta med høgest mulig resultat." {
"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": "Tittel ved bestått",
"default": "Gratulerer!",
"description": "Denne tittelen vises dersom brukeren har bestått spørsmålssettet."
}, },
{ {
"label": "Kommentar ved bestått", "label":"Feedback for defined score range",
"default": "Dette gjekk bra.", "placeholder":"Fill in the feedback"
"description": "Denne kommentaren vises dersom brukaren har bestått spørsmålssettet." }
]
}
}
]
}, },
{ {
"label": "Tittel ved ikkje bestått", "label":"Old Feedback",
"default": "Dette gjekk ikkje så bra!", "fields":[
"description": "Denne tittelen visast dersom brukaren ikkje har bestått spørsmålssettet." {
"label":"Quiz passed greeting",
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Kommentar ved ikkje bestått", "label":"Passed comment",
"default": "Det er litt mange feil her. Prøv igjen!", "description":"This comment will be displayed after the score if the user has successfully passed the quiz."
"description": "Denne kommentaren vises dersom brukaren ikkje har bestått spørsmålssettet."
}, },
{ {
"label": "Tekst til \"Fasit\" knapp", "label":"Quiz failed title",
"default": "Vis fasit", "description":"This text will be displayed above the score if the user has failed the quiz."
"description": ""
}, },
{ {
"label": "Tekst til \"Prøv igjen\" knapp", "label":"Failed comment",
"default": "Prøv igjen", "description":"This comment will be displayed after the score if the user has failed the quiz."
"description": "" }
]
}, },
{ {
"label": "Tekst til \"Avslutt\" knapp", "label":"Solution button label",
"default": "Avslutt" "default":"Show solution",
"description":"Text for the solution button."
}, },
{ {
"label": "Vis video før resultata" "label":"Retry button label",
"default":"Retry",
"description":"Text for the retry button."
}, },
{ {
"label": "Tillat å hoppe over video" "label":"Finish button text",
"default":"Finish"
}, },
{ {
"label": "Tekst til \"Hopp over video\" knapp", "label":"Display video before quiz results"
"default": "Hopp over"
}, },
{ {
"label": "Video ved bestått", "label":"Enable skip video button"
"description": "Denne videoen vil bli vist dersom brukaren består spørsmålssettet."
}, },
{ {
"label": "Video ved ikke bestått", "label":"Skip video button label",
"description": "Denne videoen vil bli vist dersom brukaren ikkje består spørsmålssettet." "default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
} }
] ]
}, },

255
language/pl.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/pt.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/ro.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/ru.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/sr.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/sv.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/tr.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}

255
language/vi.json Normal file
View File

@ -0,0 +1,255 @@
{
"semantics":[
{
"label":"Quiz introduction",
"fields":[
{
"label":"Display introduction"
},
{
"label":"Title",
"description":"This title will be displayed above the introduction text."
},
{
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
},
{
"label":"Start button text",
"default":"Start Quiz"
},
{
"label":"Background image",
"description":"An optional background image for the introduction."
}
]
},
{
"label":"Background image",
"description":"An optional background image for the Question set."
},
{
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
{
"label":"Textual"
},
{
"label":"Dots"
}
],
"default":"dots"
},
{
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
},
{
"label":"Questions",
"widgets":[
{
"label":"Default"
},
{
"label":"Textual"
}
],
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
}
},
{
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"default":"Previous question"
},
{
"label":"Next button",
"default":"Next question"
},
{
"label":"Finish button",
"default":"Finish"
},
{
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Question: @current of @total questions"
},
{
"label":"Label for jumping to a certain question",
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
"default":"Question %d of %total"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz finished",
"fields":[
{
"label":"Display results"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"label":"Feedback heading",
"default":"Your result:",
"description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
},
{
"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",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}