h5p-question-set/language/da.json

256 lines
7.1 KiB
JSON
Raw Normal View History

2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"semantics":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"label":"Quiz introduction",
"fields":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"label":"Display introduction"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Title",
"description":"This title will be displayed above the introduction text."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Introduction text",
"description":"This text will be displayed before the quiz starts."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Start button text",
"default":"Start Quiz"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Background image",
"description":"An optional background image for the introduction."
2017-07-14 14:40:30 +02:00
}
]
},
{
2017-07-17 10:09:56 +02:00
"label":"Background image",
"description":"An optional background image for the Question set."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Progress indicator",
"description":"Question set progress indicator style.",
"options":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"label":"Textual"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Dots"
2017-07-14 14:40:30 +02:00
}
],
2017-07-17 10:09:56 +02:00
"default":"dots"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Pass percentage",
"description":"Percentage of Total score required for passing the quiz."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Questions",
"widgets":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"label":"Default"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Textual"
2017-07-14 14:40:30 +02:00
}
],
2017-07-17 10:09:56 +02:00
"entity":"question",
"field":{
"label":"Question type",
"description":"Library for this question."
2017-07-14 14:40:30 +02:00
}
},
{
2017-07-17 10:09:56 +02:00
"label":"Interface texts in quiz",
"fields":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:20:39 +02:00
"label":"Back button",
"default":"Forrige spørgsmål"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:20:39 +02:00
"label":"Next button",
"default":"Næste spørgsmål"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:20:39 +02:00
"label":"Finish button",
"default":"Færdig"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:20:39 +02:00
"label":"Progress text",
"description":"Text used if textual progress is selected.",
"default":"Spørgsmål:nummer @current ud af @spørgsmål"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:20:39 +02:00
"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"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:20:39 +02:00
"label":"Copyright dialog question label",
"default":"Spørgsmål"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:20:39 +02:00
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Spørgsmål @current ud af @total"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:20:39 +02:00
"label":"Unanswered question text",
"default":"Ubesvaret"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:20:39 +02:00
"label":"Answered question text",
"default":"Besvaret"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:20:39 +02:00
"label":"Current question text",
"default":"Aktuel spørgsmål"
2017-07-14 14:40:30 +02:00
}
]
},
{
2017-07-17 10:09:56 +02:00
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Quiz finished",
"fields":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"label":"Display results"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Display solution button"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"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."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Overall Feedback",
"fields":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"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":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"label":"Score Range"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
},
{
"label":"Feedback for defined score range",
"placeholder":"Fill in the feedback"
2017-07-14 14:40:30 +02:00
}
]
}
}
]
},
{
2017-07-17 10:09:56 +02:00
"label":"Old Feedback",
"fields":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"label":"Quiz passed greeting",
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Passed comment",
"description":"This comment will be displayed after the score if the user has successfully passed the quiz."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Quiz failed title",
"description":"This text will be displayed above the score if the user has failed the quiz."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Failed comment",
"description":"This comment will be displayed after the score if the user has failed the quiz."
2017-07-14 14:40:30 +02:00
}
]
},
{
2017-07-17 10:09:56 +02:00
"label":"Solution button label",
"default":"Show solution",
"description":"Text for the solution button."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Retry button label",
"default":"Retry",
"description":"Text for the retry button."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Finish button text",
"default":"Finish"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Display video before quiz results"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Enable skip video button"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Skip video button label",
"default":"Skip video"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
2017-07-14 14:40:30 +02:00
}
]
},
{
2017-07-17 10:09:56 +02:00
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"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":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"label":"Enabled"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Disabled"
2017-07-14 14:40:30 +02:00
}
]
},
{
2017-07-17 10:09:56 +02:00
"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":[
2017-07-14 14:40:30 +02:00
{
2017-07-17 10:09:56 +02:00
"label":"Enabled"
2017-07-14 14:40:30 +02:00
},
{
2017-07-17 10:09:56 +02:00
"label":"Disabled"
2017-07-14 14:40:30 +02:00
}
]
}
]
}
]
}