Merge branch 'release'
commit
2c89a09053
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
315
language/ar.json
315
language/ar.json
|
@ -1,212 +1,251 @@
|
|||
{
|
||||
"semantics": [
|
||||
"semantics":[
|
||||
{
|
||||
"label": "مقدمة المسابقة",
|
||||
"fields": [
|
||||
"label":"مقدمة المسابقة",
|
||||
"fields":[
|
||||
{
|
||||
"label": "عرض المقدمة"
|
||||
"label":"عرض المقدمة"
|
||||
},
|
||||
{
|
||||
"label": "العنوان",
|
||||
"description": "سيتم عرض هذا العنوان فوق النص المقدمة"
|
||||
"label":"العنوان",
|
||||
"description":"سيتم عرض هذا العنوان فوق النص المقدمة"
|
||||
},
|
||||
{
|
||||
"label": "مقدمة النص",
|
||||
"description": "سيتم عرض هذا النص قبل أن تبدأ هذه المسابقة"
|
||||
"label":"مقدمة النص",
|
||||
"description":"سيتم عرض هذا النص قبل أن تبدأ هذه المسابقة"
|
||||
},
|
||||
{
|
||||
"label": "بدء زر النص"
|
||||
"label":"بدء زر النص",
|
||||
"default":"Start Quiz"
|
||||
},
|
||||
{
|
||||
"label": "صورة الخلفية",
|
||||
"description": "إدخال صورة خلفية اختيارية"
|
||||
"label":"صورة الخلفية",
|
||||
"description":"إدخال صورة خلفية اختيارية"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "صورة الخلفية",
|
||||
"description": "صورة خلفية اختيارية لأسئلة"
|
||||
"label":"صورة الخلفية",
|
||||
"description":"صورة خلفية اختيارية لأسئلة"
|
||||
},
|
||||
{
|
||||
"label": "مؤشر التقدم",
|
||||
"description": "أسئلة لتعيين نمط مؤشر التقدم",
|
||||
"options": [
|
||||
"label":"مؤشر التقدم",
|
||||
"description":"أسئلة لتعيين نمط مؤشر التقدم",
|
||||
"options":[
|
||||
{
|
||||
"label": "النصية"
|
||||
"label":"النصية"
|
||||
},
|
||||
{
|
||||
"label": "النقاط"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "نسبة النجاح",
|
||||
"description": "النسبة المئوية لمجموع النقاط المطلوبة لاجتياز الاختبار"
|
||||
},
|
||||
{
|
||||
"label": "الأسئلة",
|
||||
"widgets": [
|
||||
{
|
||||
"label": "الافتراضي"
|
||||
},
|
||||
{
|
||||
"label": "النصية"
|
||||
"label":"النقاط"
|
||||
}
|
||||
],
|
||||
"entity": "السؤال",
|
||||
"field": {
|
||||
"label": "نوع السؤال",
|
||||
"description": "مكتبة لهذا السؤال"
|
||||
"default":"dots"
|
||||
},
|
||||
{
|
||||
"label":"نسبة النجاح",
|
||||
"description":"النسبة المئوية لمجموع النقاط المطلوبة لاجتياز الاختبار"
|
||||
},
|
||||
{
|
||||
"label":"الأسئلة",
|
||||
"widgets":[
|
||||
{
|
||||
"label":"الافتراضي"
|
||||
},
|
||||
{
|
||||
"label":"النصية"
|
||||
}
|
||||
],
|
||||
"entity":"السؤال",
|
||||
"field":{
|
||||
"label":"نوع السؤال",
|
||||
"description":"مكتبة لهذا السؤال"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "واجهة النصوص لهذه المسابقة",
|
||||
"fields": [
|
||||
"label":"واجهة النصوص لهذه المسابقة",
|
||||
"fields":[
|
||||
{
|
||||
"label": "زر الرجوع"
|
||||
"label":"زر الرجوع",
|
||||
"default":"Previous question"
|
||||
},
|
||||
{
|
||||
"label": "زر التقدم"
|
||||
"label":"زر التقدم",
|
||||
"default":"Next question"
|
||||
},
|
||||
{
|
||||
"label": "زر الانتهاء"
|
||||
"label":"زر الانتهاء",
|
||||
"default":"Finish"
|
||||
},
|
||||
{
|
||||
"label": "نص التقدم",
|
||||
"description": "النص المستخدم إذا تم تحديد التقدم نصيا"
|
||||
"label":"نص التقدم",
|
||||
"description":"النص المستخدم إذا تم تحديد التقدم نصيا",
|
||||
"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":"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":"Copyright dialog question label",
|
||||
"default":"Question"
|
||||
},
|
||||
{
|
||||
"label": "Readspeaker progress",
|
||||
"description": "May use @current and @total question variables",
|
||||
"default": "Question @current of @total"
|
||||
"label":"Readspeaker progress",
|
||||
"description":"May use @current and @total question variables",
|
||||
"default":"Question @current of @total"
|
||||
},
|
||||
{
|
||||
"label": "Unanswered question text",
|
||||
"default": "Unanswered"
|
||||
"label":"Unanswered question text",
|
||||
"default":"Unanswered"
|
||||
},
|
||||
{
|
||||
"label": "Answered question text",
|
||||
"default": "Answered"
|
||||
"label":"Answered question text",
|
||||
"default":"Answered"
|
||||
},
|
||||
{
|
||||
"label": "Current question text",
|
||||
"default": "Current question"
|
||||
"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":"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":"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":"Number of questions to be shown:",
|
||||
"description":"Create a randomized batch of questions from the total."
|
||||
},
|
||||
{
|
||||
"label": "انتهاء المسابقة",
|
||||
"fields": [
|
||||
"label":"انتهاء المسابقة",
|
||||
"fields":[
|
||||
{
|
||||
"label": "عرض النتائج"
|
||||
"label":"عرض النتائج"
|
||||
},
|
||||
{
|
||||
"label": "Display solution button"
|
||||
"label":"Display solution button"
|
||||
},
|
||||
{
|
||||
"label": "No results message",
|
||||
"description": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"default": "Finished"
|
||||
"label":"No results message",
|
||||
"description":"Text displayed on end page when \"Display results\" is disabled",
|
||||
"default":"Finished"
|
||||
},
|
||||
{
|
||||
"label": "نص راس الملاحظات",
|
||||
"description": "سيتم عرض هذا العنوان في نهاية هذه المسابقة حيثما أجاب المستخدم على جميع الأسئلة المستعملة"
|
||||
"label":"نص راس الملاحظات",
|
||||
"default":"Your result:",
|
||||
"description":"سيتم عرض هذا العنوان في نهاية هذه المسابقة حيثما أجاب المستخدم على جميع الأسئلة المستعملة"
|
||||
},
|
||||
{
|
||||
"label": "عرض نص النتيجة",
|
||||
"description": "النص يستخدم لعرض مجموع النقاط للمستخدم \"@score\" سوف تحل محلها النتيجة المحسوبة, \"@total\" حسب أقصى درجة ممكنة"
|
||||
},
|
||||
{
|
||||
"label": "تعليق النجاح بالمسابقة",
|
||||
"description": "سيتم عرض هذا النص أعلاه النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة"
|
||||
},
|
||||
{
|
||||
"label": "ملاحظة النجاح",
|
||||
"description": "سيتم عرض هذه الملاحظة بعد النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة"
|
||||
},
|
||||
{
|
||||
"label": "تعليق الرسوب بالمسابقة",
|
||||
"description": "سيتم عرض هذا النص أعلاه النتيجة إذا كان المستخدم قد فشلت في المسابقة"
|
||||
},
|
||||
{
|
||||
"label": "ملاحظة الرسوب",
|
||||
"description": "سيتم عرض هذه الملاحظة بعد النتيجة إذا كان المستخدم قد فشلت في المسابقة"
|
||||
},
|
||||
{
|
||||
"label": "تسمية زر اظهار الحل",
|
||||
"description": "نص زر الحل"
|
||||
},
|
||||
{
|
||||
"label": "تسمية زر إعادة المحاولة",
|
||||
"description": "نص زر إعادة المحاولة"
|
||||
},
|
||||
{
|
||||
"label": "نص زر الانتهاء"
|
||||
},
|
||||
{
|
||||
"label": "عرض الفيديو قبل نتائج المسابقة"
|
||||
},
|
||||
{
|
||||
"label": "تفعيل زر تخطى الفيديو"
|
||||
},
|
||||
{
|
||||
"label": "تسمية زر تخطى الفيديو"
|
||||
},
|
||||
{
|
||||
"label": "فيديو النجاح بالمسابقة",
|
||||
"description": "سيتم تشغيل هذا الفيديو إذا كان المستخدم ناجحا بهذه المسابقة"
|
||||
},
|
||||
{
|
||||
"label": "فيديو الرسوب بالمسابقة",
|
||||
"description": "سيتم تشغيل هذا الفيديو إذا كان المستخدم راسبا بهذه المسابقة"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "إعدادات زر \"مشاهدة حل \" وزر \"إعادة المحاولة\" ",
|
||||
"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":"Overall Feedback",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"label": "Disabled"
|
||||
"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": "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":"Old Feedback",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Enabled"
|
||||
"label":"Quiz passed greeting",
|
||||
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Disabled"
|
||||
"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":"إعدادات زر \"مشاهدة حل \" وزر \"إعادة المحاولة\" ",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
328
language/bs.json
328
language/bs.json
|
@ -1,225 +1,251 @@
|
|||
{
|
||||
"semantics": [
|
||||
"semantics":[
|
||||
{
|
||||
"label": "Uvod u kviz",
|
||||
"fields": [
|
||||
"label":"Uvod u kviz",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Prikaži uvod"
|
||||
"label":"Prikaži uvod"
|
||||
},
|
||||
{
|
||||
"label": "Naziv",
|
||||
"description": "Ovaj će naziv biti prikazan iznad uvodnog teksta."
|
||||
"label":"Naziv",
|
||||
"description":"Ovaj će naziv biti prikazan iznad uvodnog teksta."
|
||||
},
|
||||
{
|
||||
"label": "Tekst uvoda",
|
||||
"description": "Ovaj će naziv biti prikazan prije početka kviza."
|
||||
"label":"Tekst uvoda",
|
||||
"description":"Ovaj će naziv biti prikazan prije početka kviza."
|
||||
},
|
||||
{
|
||||
"label": "Oznaka za dugme \"Start\"",
|
||||
"default": "Start"
|
||||
"label":"Oznaka za dugme \"Start\"",
|
||||
"default":"Start"
|
||||
},
|
||||
{
|
||||
"label": "Slika pozadine",
|
||||
"description": "Slika pozadine na početku. (opcionalno)."
|
||||
"label":"Slika pozadine",
|
||||
"description":"Slika pozadine na početku. (opcionalno)."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Slika pozadine",
|
||||
"description": "Slika pozadine seta pitanja. (opcionalno)."
|
||||
"label":"Slika pozadine",
|
||||
"description":"Slika pozadine seta pitanja. (opcionalno)."
|
||||
},
|
||||
{
|
||||
"label": "Prikaz napredovanja",
|
||||
"description": "Prikazivanje napredovanja",
|
||||
"options": [
|
||||
"label":"Prikaz napredovanja",
|
||||
"description":"Prikazivanje napredovanja",
|
||||
"options":[
|
||||
{
|
||||
"label": "Tekst"
|
||||
"label":"Tekst"
|
||||
},
|
||||
{
|
||||
"label": "Bodovi"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Minimalno procenata za prolaz",
|
||||
"description": "Minimalno osvojenih procenata da bi se kviz smatrao uspješno prođenim."
|
||||
},
|
||||
{
|
||||
"label": "Pitanja",
|
||||
"widgets": [
|
||||
{
|
||||
"label": "Standard"
|
||||
},
|
||||
{
|
||||
"label": "Tekst"
|
||||
"label":"Bodovi"
|
||||
}
|
||||
],
|
||||
"entity": "Pitanje",
|
||||
"field": {
|
||||
"label": "Vrsta pitanja",
|
||||
"description": "Biblioteka za ovo pitanje."
|
||||
"default":"dots"
|
||||
},
|
||||
{
|
||||
"label":"Minimalno procenata za prolaz",
|
||||
"description":"Minimalno osvojenih procenata da bi se kviz smatrao uspješno prođenim."
|
||||
},
|
||||
{
|
||||
"label":"Pitanja",
|
||||
"widgets":[
|
||||
{
|
||||
"label":"Standard"
|
||||
},
|
||||
{
|
||||
"label":"Tekst"
|
||||
}
|
||||
],
|
||||
"entity":"Pitanje",
|
||||
"field":{
|
||||
"label":"Vrsta pitanja",
|
||||
"description":"Biblioteka za ovo pitanje."
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Prikaz teksta u kvizu",
|
||||
"fields": [
|
||||
"label":"Prikaz teksta u kvizu",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Oznaka za dugme \"Nazad\"",
|
||||
"default": "Zurück"
|
||||
"label":"Oznaka za dugme \"Nazad\"",
|
||||
"default":"Zurück"
|
||||
},
|
||||
{
|
||||
"label": "Oznaka za dugme \"Naprijed\"",
|
||||
"default": "Weiter"
|
||||
"label":"Oznaka za dugme \"Naprijed\"",
|
||||
"default":"Weiter"
|
||||
},
|
||||
{
|
||||
"label": "Oznaka za dugme \"Završi\"",
|
||||
"default": "Završi"
|
||||
"label":"Oznaka za dugme \"Završi\"",
|
||||
"default":"Završi"
|
||||
},
|
||||
{
|
||||
"label": "Tekst o napredovanju",
|
||||
"description": "Koristi tekst ako je izabran za napredak u pisanom obliku.",
|
||||
"default": "Aktuelno pitanje: @current od @total pitanja"
|
||||
"label":"Tekst o napredovanju",
|
||||
"description":"Koristi tekst ako je izabran za napredak u pisanom obliku.",
|
||||
"default":"Aktuelno pitanje: @current od @total pitanja"
|
||||
},
|
||||
{
|
||||
"label": "Označavanje za skakanje do određene tačke",
|
||||
"description": "Koristi mjesto '%d' za redoslijed pitanja i %total za ukupan broj pitanja.",
|
||||
"default": "Pitanje %d od %total"
|
||||
"label":"Označavanje za skakanje do određene tačke",
|
||||
"description":"Koristi mjesto '%d' za redoslijed pitanja i %total za ukupan broj pitanja.",
|
||||
"default":"Pitanje %d od %total"
|
||||
},
|
||||
{
|
||||
"label": "Opis pitanja u vezi sa vezi s autorom",
|
||||
"default": "Pitanje"
|
||||
"label":"Opis pitanja u vezi sa vezi s autorom",
|
||||
"default":"Pitanje"
|
||||
},
|
||||
{
|
||||
"label": "Napredno \"Readspeaker\"",
|
||||
"description": "Varijable: @current i @total",
|
||||
"default": "Pitanje @current od @total"
|
||||
"label":"Napredno \"Readspeaker\"",
|
||||
"description":"Varijable: @current i @total",
|
||||
"default":"Pitanje @current od @total"
|
||||
},
|
||||
{
|
||||
"label": "Tekst za neodgovorena pitanja",
|
||||
"default": "Neodgovoreno"
|
||||
"label":"Tekst za neodgovorena pitanja",
|
||||
"default":"Neodgovoreno"
|
||||
},
|
||||
{
|
||||
"label": "Tekst za odgovorena pitanja",
|
||||
"default": "Odgovoreno"
|
||||
"label":"Tekst za odgovorena pitanja",
|
||||
"default":"Odgovoreno"
|
||||
},
|
||||
{
|
||||
"label": "Tekst za trenutno pitanja",
|
||||
"default": "Trenutno pitanje"
|
||||
"label":"Tekst za trenutno pitanja",
|
||||
"default":"Trenutno pitanje"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Deaktivirati mogućnost povratka unazad",
|
||||
"description": "Ako je aktivirano, korisnik će moći ići samo naprijed u odgovaranju na pitanja."
|
||||
"label":"Deaktivirati mogućnost povratka unazad",
|
||||
"description":"Ako je aktivirano, korisnik će moći ići samo naprijed u odgovaranju na pitanja."
|
||||
},
|
||||
{
|
||||
"label": "Izmješati pitanja",
|
||||
"description": "Ako je aktivirano, pitanja će kod svakog učitavanja kviza imati drugi raspored."
|
||||
"label":"Izmješati pitanja",
|
||||
"description":"Ako je aktivirano, pitanja će kod svakog učitavanja kviza imati drugi raspored."
|
||||
},
|
||||
{
|
||||
"label": "Broj pitanja za prikaz:",
|
||||
"description": "Može se koristiti kod odabira slučajnog pitanja."
|
||||
"label":"Broj pitanja za prikaz:",
|
||||
"description":"Može se koristiti kod odabira slučajnog pitanja."
|
||||
},
|
||||
{
|
||||
"label": "Završi kviz",
|
||||
"fields": [
|
||||
"label":"Završi kviz",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Prikaz rezultata"
|
||||
"label":"Prikaz rezultata"
|
||||
},
|
||||
{
|
||||
"label": "Napomena ako nema rezultata",
|
||||
"description": "Tekst koji će biti prikazan u slučaju da je \"Prikaz rezultata\" deaktiviran",
|
||||
"default": "Završi"
|
||||
"label":"Napomena ako nema rezultata"
|
||||
},
|
||||
{
|
||||
"label": "Oznaka za povratne informacije",
|
||||
"default": "Tvoj rezultat:",
|
||||
"description": "Ovaj tekst će biti prikazan na kraju kviza kada korisnik odgovori na pitanja."
|
||||
"label":"Oznaka za povratne informacije",
|
||||
"description":"Ovaj tekst će biti prikazan na kraju kviza kada korisnik odgovori na pitanja.",
|
||||
"default":"Tvoj rezultat:"
|
||||
},
|
||||
{
|
||||
"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."
|
||||
"label":"Tekst za prikaz broj odova",
|
||||
"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\"",
|
||||
"placeholder": "BRAVO!",
|
||||
"default": "BRAVO!",
|
||||
"description": "Ovaj tekst će biti prikazan iznad broja bodova kada je korisnik uspješno završio kviz."
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"default": "Ovoga puta nije dovoljno dobro.",
|
||||
"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",
|
||||
"default": "Pokušaj još jednom!",
|
||||
"description": "Ovaj komentar će se pokazati nakon što korisnik nije sakupio dovoljan broj bodova za uspješan završetak kviza."
|
||||
},
|
||||
{
|
||||
"label": "Oznaka za dugme \"Prikaži rješenje\"",
|
||||
"default": "Prikaži rješenje",
|
||||
"description": "Oznaka za dugme \"Prikaži rješenje\""
|
||||
},
|
||||
{
|
||||
"label": "Oznaka za dugme \"Ponovi\"",
|
||||
"default": "Ponovi",
|
||||
"description": "Oznaka za dugme \"Ponovi\""
|
||||
},
|
||||
{
|
||||
"label": "Oznaka za dugme \"Završi\"",
|
||||
"default": "Završi"
|
||||
},
|
||||
{
|
||||
"label": "Prikaži video prije rezultata kviza"
|
||||
},
|
||||
{
|
||||
"label": "Aktiviraj dugme \"Preskoči vidio\""
|
||||
},
|
||||
{
|
||||
"label": "Oznaka za dugme \"Preskoči video\"",
|
||||
"default": "Preskoči video"
|
||||
},
|
||||
{
|
||||
"label": "Video nakon položenog kviza",
|
||||
"description": "Ovaj video se prikazuje nakon što korisnik uspješno položi kviz."
|
||||
},
|
||||
{
|
||||
"label": "Video nakon nepoloženog kviza",
|
||||
"description": "Ovaj video se prikazuje nakon što korisnik neuspješno završi kviz."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Podešavanje dugmeta \"Prikaži rješenje\" i \"Ponovi\".",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Poništi dugme \"Prikaži rješenje\"",
|
||||
"description": "Ova opcija podešava prikazivanje dugmeta \"Prikaži rješenje\" za sva pitanja ili da bude za svako posebno pitanje konfigurirano.",
|
||||
"options": [
|
||||
"label":"Overall Feedback",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Prikaži"
|
||||
},
|
||||
{
|
||||
"label": "Nemoj prikazati"
|
||||
"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": "Poništi dugme \"Ponovi\"",
|
||||
"description": "Ova opcija podešava prikazivanje dugmeta \"Ponovi\" za sva pitanja ili da bude za svako posebno pitanje konfigurirano.",
|
||||
"options": [
|
||||
"label":"Old Feedback",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Prikaži"
|
||||
"label":"Quiz passed greeting",
|
||||
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Nemoj prikazati"
|
||||
"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":"Podešavanje dugmeta \"Prikaži rješenje\" i \"Ponovi\".",
|
||||
"fields":[
|
||||
{
|
||||
"label":"Poništi dugme \"Prikaži rješenje\"",
|
||||
"description":"Ova opcija podešava prikazivanje dugmeta \"Prikaži rješenje\" za sva pitanja ili da bude za svako posebno pitanje konfigurirano.",
|
||||
"options":[
|
||||
{
|
||||
"label":"Prikaži"
|
||||
},
|
||||
{
|
||||
"label":"Nemoj prikazati"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label":"Poništi dugme \"Ponovi\"",
|
||||
"description":"Ova opcija podešava prikazivanje dugmeta \"Ponovi\" za sva pitanja ili da bude za svako posebno pitanje konfigurirano.",
|
||||
"options":[
|
||||
{
|
||||
"label":"Prikaži"
|
||||
},
|
||||
{
|
||||
"label":"Nemoj prikazati"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -66,46 +66,46 @@
|
|||
"fields":[
|
||||
{
|
||||
"label":"Back button",
|
||||
"default":"Forrige spørgsmål"
|
||||
"default":"Previous question"
|
||||
},
|
||||
{
|
||||
"label":"Next button",
|
||||
"default":"Næste spørgsmål"
|
||||
"default":"Next question"
|
||||
},
|
||||
{
|
||||
"label":"Finish button",
|
||||
"default":"Færdig"
|
||||
"default":"Finish"
|
||||
},
|
||||
{
|
||||
"label":"Progress text",
|
||||
"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",
|
||||
"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",
|
||||
"default":"Spørgsmål"
|
||||
"default":"Question"
|
||||
},
|
||||
{
|
||||
"label":"Readspeaker progress",
|
||||
"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",
|
||||
"default":"Ubesvaret"
|
||||
"default":"Unanswered"
|
||||
},
|
||||
{
|
||||
"label":"Answered question text",
|
||||
"default":"Besvaret"
|
||||
"default":"Answered"
|
||||
},
|
||||
{
|
||||
"label":"Current question text",
|
||||
"default":"Aktuel spørgsmål"
|
||||
"default":"Current question"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -252,4 +252,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
330
language/de.json
330
language/de.json