Update da.json

pull/16/head
Timothy Lim 2017-07-17 10:09:56 +02:00 committed by GitHub
parent f0c2489bdb
commit 49fdaa0bb1
1 changed files with 102 additions and 98 deletions

View File

@ -1,69 +1,69 @@
{ {
"semantics": [ "semantics":[
{ {
"label": "Quiz introduction", "label":"Quiz introduction",
"fields": [ "fields":[
{ {
"label": "Display introduction" "label":"Display introduction"
}, },
{ {
"label": "Title", "label":"Title",
"description": "This title will be displayed above the introduction text." "description":"This title will be displayed above the introduction text."
}, },
{ {
"label": "Introduction text", "label":"Introduction text",
"description": "This text will be displayed before the quiz starts." "description":"This text will be displayed before the quiz starts."
}, },
{ {
"label": "Start button text", "label":"Start button text",
"default": "Start Quiz" "default":"Start Quiz"
}, },
{ {
"label": "Background image", "label":"Background image",
"description": "An optional background image for the introduction." "description":"An optional background image for the introduction."
} }
] ]
}, },
{ {
"label": "Background image", "label":"Background image",
"description": "An optional background image for the Question set." "description":"An optional background image for the Question set."
}, },
{ {
"label": "Progress indicator", "label":"Progress indicator",
"description": "Question set progress indicator style.", "description":"Question set progress indicator style.",
"options": [ "options":[
{ {
"label": "Textual" "label":"Textual"
}, },
{ {
"label": "Dots" "label":"Dots"
} }
], ],
"default": "dots" "default":"dots"
}, },
{ {
"label": "Pass percentage", "label":"Pass percentage",
"description": "Percentage of Total score required for passing the quiz." "description":"Percentage of Total score required for passing the quiz."
}, },
{ {
"label": "Questions", "label":"Questions",
"widgets": [ "widgets":[
{ {
"label": "Default" "label":"Default"
}, },
{ {
"label": "Textual" "label":"Textual"
} }
], ],
"entity": "question", "entity":"question",
"field": { "field":{
"label": "Question type", "label":"Question type",
"description": "Library for this question." "description":"Library for this question."
} }
}, },
{ {
"label": "Interface texts in quiz", "label":"Interface texts in quiz",
"fields": [ "fields":[
{ {
"label": "Back button", "label": "Back button",
"default": "Forrige spørgsmål" "default": "Forrige spørgsmål"
@ -110,53 +110,57 @@
] ]
}, },
{ {
"label": "Disable backwards navigation", "label":"Disable backwards navigation",
"description": "This option will only allow you to move forward in Question Set" "description":"This option will only allow you to move forward in Question Set"
}, },
{ {
"label": "Randomize questions", "label":"Randomize questions",
"description": "Enable to randomize the order of questions on display." "description":"Enable to randomize the order of questions on display."
}, },
{ {
"label": "Number of questions to be shown:", "label":"Number of questions to be shown:",
"description": "Create a randomized batch of questions from the total." "description":"Create a randomized batch of questions from the total."
}, },
{ {
"label": "Quiz finished", "label":"Quiz finished",
"fields": [ "fields":[
{ {
"label": "Display results" "label":"Display results"
}, },
{ {
"label": "Display solution button" "label":"Display solution button"
}, },
{ {
"label": "No results message", "label":"No results message",
"description": "Text displayed on end page when \"Display results\" is disabled", "description":"Text displayed on end page when \"Display results\" is disabled",
"default": "Finished" "default":"Finished"
}, },
{ {
"label": "Feedback heading", "label":"Feedback heading",
"default": "Your result:", "default":"Your result:",
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions." "description":"This heading will be displayed at the end of the quiz when the user has answered all questions."
}, },
{ {
"label": "Overall Feedback", "label":"Overall Feedback",
"fields": [ "fields":[
{ {
"widgets": [], "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", "label":"Define custom feedback for any score range",
"field": { "description":"Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!",
"fields": [ "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", "label":"Old Feedback",
"fields": [ "fields":[
{ {
"label": "Quiz passed greeting", "label":"Quiz passed greeting",
"description": "This text will be displayed above the score if the user has successfully passed the quiz." "description":"This text will be displayed above the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Passed comment", "label":"Passed comment",
"description": "This comment will be displayed after the score if the user has successfully passed the quiz." "description":"This comment will be displayed after the score if the user has successfully passed the quiz."
}, },
{ {
"label": "Quiz failed title", "label":"Quiz failed title",
"description": "This text will be displayed above the score if the user has failed the quiz." "description":"This text will be displayed above the score if the user has failed the quiz."
}, },
{ {
"label": "Failed comment", "label":"Failed comment",
"description": "This comment will be displayed after the score if the user has failed the quiz." "description":"This comment will be displayed after the score if the user has failed the quiz."
} }
] ]
}, },
{ {
"label": "Solution button label", "label":"Solution button label",
"default": "Show solution", "default":"Show solution",
"description": "Text for the solution button." "description":"Text for the solution button."
}, },
{ {
"label": "Retry button label", "label":"Retry button label",
"default": "Retry", "default":"Retry",
"description": "Text for the retry button." "description":"Text for the retry button."
}, },
{ {
"label": "Finish button text", "label":"Finish button text",
"default": "Finish" "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", "label":"Skip video button label",
"default": "Skip video" "default":"Skip video"
}, },
{ {
"label": "Passed video", "label":"Passed video",
"description": "This video will be played if the user successfully passed the quiz." "description":"This video will be played if the user successfully passed the quiz."
}, },
{ {
"label": "Fail video", "label":"Fail video",
"description": "This video will be played if the user failes the quiz." "description":"This video will be played if the user failes the quiz."
} }
] ]
}, },
{ {
"label": "Settings for \"Show solution\" and \"Retry\" buttons", "label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields": [ "fields":[
{ {
"label": "Override \"Show Solution\" button", "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.", "description":"This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options":[
{ {
"label": "Enabled" "label":"Enabled"
}, },
{ {
"label": "Disabled" "label":"Disabled"
} }
] ]
}, },
{ {
"label": "Override \"Retry\" button", "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.", "description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [ "options":[
{ {
"label": "Enabled" "label":"Enabled"
}, },
{ {
"label": "Disabled" "label":"Disabled"
} }
] ]
} }