Update da.json
parent
f0c2489bdb
commit
49fdaa0bb1
200
language/da.json
200
language/da.json
|
@ -1,69 +1,69 @@
|
|||
{
|
||||
"semantics": [
|
||||
"semantics":[
|
||||
{
|
||||
"label": "Quiz introduction",
|
||||
"fields": [
|
||||
"label":"Quiz introduction",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Display introduction"
|
||||
"label":"Display introduction"
|
||||
},
|
||||
{
|
||||
"label": "Title",
|
||||
"description": "This title will be displayed above the introduction text."
|
||||
"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":"Introduction text",
|
||||
"description":"This text will be displayed before the quiz starts."
|
||||
},
|
||||
{
|
||||
"label": "Start button text",
|
||||
"default": "Start Quiz"
|
||||
"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 introduction."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Background image",
|
||||
"description": "An optional background image for the Question set."
|
||||
"label":"Background image",
|
||||
"description":"An optional background image for the Question set."
|
||||
},
|
||||
{
|
||||
"label": "Progress indicator",
|
||||
"description": "Question set progress indicator style.",
|
||||
"options": [
|
||||
"label":"Progress indicator",
|
||||
"description":"Question set progress indicator style.",
|
||||
"options":[
|
||||
{
|
||||
"label": "Textual"
|
||||
"label":"Textual"
|
||||
},
|
||||
{
|
||||
"label": "Dots"
|
||||
"label":"Dots"
|
||||
}
|
||||
],
|
||||
"default": "dots"
|
||||
"default":"dots"
|
||||
},
|
||||
{
|
||||
"label": "Pass percentage",
|
||||
"description": "Percentage of Total score required for passing the quiz."
|
||||
"label":"Pass percentage",
|
||||
"description":"Percentage of Total score required for passing the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Questions",
|
||||
"widgets": [
|
||||
"label":"Questions",
|
||||
"widgets":[
|
||||
{
|
||||
"label": "Default"
|
||||
"label":"Default"
|
||||
},
|
||||
{
|
||||
"label": "Textual"
|
||||
"label":"Textual"
|
||||
}
|
||||
],
|
||||
"entity": "question",
|
||||
"field": {
|
||||
"label": "Question type",
|
||||
"description": "Library for this question."
|
||||
"entity":"question",
|
||||
"field":{
|
||||
"label":"Question type",
|
||||
"description":"Library for this question."
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Interface texts in quiz",
|
||||
"fields": [
|
||||
"label":"Interface texts in quiz",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Back button",
|
||||
"default": "Forrige spørgsmål"
|
||||
|
@ -110,53 +110,57 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"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": "Quiz finished",
|
||||
"fields": [
|
||||
"label":"Quiz finished",
|
||||
"fields":[
|
||||
{
|
||||
"label": "Display results"
|
||||
"label":"Display results"
|
||||
},
|
||||
{
|
||||
"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": "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":"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": [
|
||||
"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": [
|
||||
"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":"Score Range"
|
||||
},
|
||||
{},
|
||||
{
|
||||
"label": "Feedback for defined score range",
|
||||
"placeholder": "Fill in the feedback"
|
||||
|
||||
},
|
||||
{
|
||||
"label":"Feedback for defined score range",
|
||||
"placeholder":"Fill in the feedback"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -164,84 +168,84 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"label": "Old Feedback",
|
||||
"fields": [
|
||||
"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":"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":"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":"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":"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":"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":"Retry button label",
|
||||
"default":"Retry",
|
||||
"description":"Text for the retry button."
|
||||
},
|
||||
{
|
||||
"label": "Finish button text",
|
||||
"default": "Finish"
|
||||
"label":"Finish button text",
|
||||
"default":"Finish"
|
||||
},
|
||||
{
|
||||
"label": "Display video before quiz results"
|
||||
"label":"Display video before quiz results"
|
||||
},
|
||||
{
|
||||
"label": "Enable skip video button"
|
||||
"label":"Enable skip video button"
|
||||
},
|
||||
{
|
||||
"label": "Skip video button label",
|
||||
"default": "Skip video"
|
||||
"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":"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":"Fail video",
|
||||
"description":"This video will be played if the user failes the quiz."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"fields": [
|
||||
"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":"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":"Enabled"
|
||||
},
|
||||
{
|
||||
"label": "Disabled"
|
||||
"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":"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":"Enabled"
|
||||
},
|
||||
{
|
||||
"label": "Disabled"
|
||||
"label":"Disabled"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue