Clean up semantics syntax
parent
410f53c3d2
commit
fe0ca6bcae
|
@ -3,19 +3,19 @@
|
||||||
"name": "introPage",
|
"name": "introPage",
|
||||||
"type": "group",
|
"type": "group",
|
||||||
"label": "Quiz introduction",
|
"label": "Quiz introduction",
|
||||||
"importance":"medium",
|
"importance": "medium",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "showIntroPage",
|
"name": "showIntroPage",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Display introduction",
|
"label": "Display introduction",
|
||||||
"importance":"low"
|
"importance": "low"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Title",
|
"label": "Title",
|
||||||
"importance":"high",
|
"importance": "high",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"description": "This title will be displayed above the introduction text.",
|
"description": "This title will be displayed above the introduction text.",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"widget": "html",
|
"widget": "html",
|
||||||
"label": "Introduction text",
|
"label": "Introduction text",
|
||||||
"importance":"medium",
|
"importance": "medium",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"description": "This text will be displayed before the quiz starts.",
|
"description": "This text will be displayed before the quiz starts.",
|
||||||
"enterMode": "p",
|
"enterMode": "p",
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
"name": "startButtonText",
|
"name": "startButtonText",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Start button text",
|
"label": "Start button text",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"default": "Start Quiz"
|
"default": "Start Quiz"
|
||||||
},
|
},
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
"name": "backgroundImage",
|
"name": "backgroundImage",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"label": "Background image",
|
"label": "Background image",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"description": "An optional background image for the introduction."
|
"description": "An optional background image for the introduction."
|
||||||
}
|
}
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
"name": "backgroundImage",
|
"name": "backgroundImage",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"label": "Background image",
|
"label": "Background image",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"description": "An optional background image for the Question set."
|
"description": "An optional background image for the Question set."
|
||||||
},
|
},
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
"name": "progressType",
|
"name": "progressType",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"label": "Progress indicator",
|
"label": "Progress indicator",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"description": "Question set progress indicator style.",
|
"description": "Question set progress indicator style.",
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
"name": "passPercentage",
|
"name": "passPercentage",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"label": "Pass percentage",
|
"label": "Pass percentage",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"description": "Percentage of Total score required for passing the quiz.",
|
"description": "Percentage of Total score required for passing the quiz.",
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 100,
|
"max": 100,
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
{
|
{
|
||||||
"name": "questions",
|
"name": "questions",
|
||||||
"label": "Questions",
|
"label": "Questions",
|
||||||
"importance":"high",
|
"importance": "high",
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"widgets": [
|
"widgets": [
|
||||||
{
|
{
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
"name": "question",
|
"name": "question",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"label": "Question type",
|
"label": "Question type",
|
||||||
"importance":"high",
|
"importance": "high",
|
||||||
"description": "Library for this question.",
|
"description": "Library for this question.",
|
||||||
"options": [
|
"options": [
|
||||||
"H5P.MultiChoice 1.9",
|
"H5P.MultiChoice 1.9",
|
||||||
|
@ -134,35 +134,35 @@
|
||||||
"name": "texts",
|
"name": "texts",
|
||||||
"type": "group",
|
"type": "group",
|
||||||
"label": "Interface texts in quiz",
|
"label": "Interface texts in quiz",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"common": true,
|
"common": true,
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "prevButton",
|
"name": "prevButton",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Back button",
|
"label": "Back button",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Previous question"
|
"default": "Previous question"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nextButton",
|
"name": "nextButton",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Next button",
|
"label": "Next button",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Next question"
|
"default": "Next question"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "finishButton",
|
"name": "finishButton",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Finish button",
|
"label": "Finish button",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Finish"
|
"default": "Finish"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "textualProgress",
|
"name": "textualProgress",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Progress text",
|
"label": "Progress text",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"description": "Text used if textual progress is selected.",
|
"description": "Text used if textual progress is selected.",
|
||||||
"default": "Question: @current of @total questions",
|
"default": "Question: @current of @total questions",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
"name": "jumpToQuestion",
|
"name": "jumpToQuestion",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Label for jumping to a certain question",
|
"label": "Label for jumping to a certain question",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"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": "Question %d of %total"
|
"default": "Question %d of %total"
|
||||||
},
|
},
|
||||||
|
@ -182,14 +182,14 @@
|
||||||
"name": "questionLabel",
|
"name": "questionLabel",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Copyright dialog question label",
|
"label": "Copyright dialog question label",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Question"
|
"default": "Question"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "readSpeakerProgress",
|
"name": "readSpeakerProgress",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Readspeaker progress",
|
"label": "Readspeaker progress",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"description": "May use @current and @total question variables",
|
"description": "May use @current and @total question variables",
|
||||||
"default": "Question @current of @total"
|
"default": "Question @current of @total"
|
||||||
},
|
},
|
||||||
|
@ -197,21 +197,21 @@
|
||||||
"name": "unansweredText",
|
"name": "unansweredText",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Unanswered question text",
|
"label": "Unanswered question text",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Unanswered"
|
"default": "Unanswered"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "answeredText",
|
"name": "answeredText",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Answered question text",
|
"label": "Answered question text",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Answered"
|
"default": "Answered"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "currentQuestionText",
|
"name": "currentQuestionText",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Current question text",
|
"label": "Current question text",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Current question"
|
"default": "Current question"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -220,7 +220,7 @@
|
||||||
"name": "disableBackwardsNavigation",
|
"name": "disableBackwardsNavigation",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Disable backwards navigation",
|
"label": "Disable backwards navigation",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"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",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"default": false
|
"default": false
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
"name": "randomQuestions",
|
"name": "randomQuestions",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Randomize questions",
|
"label": "Randomize questions",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"description": "Enable to randomize the order of questions on display.",
|
"description": "Enable to randomize the order of questions on display.",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
|
@ -238,7 +238,7 @@
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"min": 1,
|
"min": 1,
|
||||||
"label": "Number of questions to be shown:",
|
"label": "Number of questions to be shown:",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"description": "Create a randomized batch of questions from the total.",
|
"description": "Create a randomized batch of questions from the total.",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
@ -246,20 +246,20 @@
|
||||||
"name": "endGame",
|
"name": "endGame",
|
||||||
"type": "group",
|
"type": "group",
|
||||||
"label": "Quiz finished",
|
"label": "Quiz finished",
|
||||||
"importance":"medium",
|
"importance": "medium",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "showResultPage",
|
"name": "showResultPage",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Display results",
|
"label": "Display results",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "noResultMessage",
|
"name": "noResultMessage",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "No results message",
|
"label": "No results message",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"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",
|
||||||
"optional": true
|
"optional": true
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
"name": "message",
|
"name": "message",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Feedback heading",
|
"label": "Feedback heading",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Your result:",
|
"default": "Your result:",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"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.",
|
||||||
|
@ -281,7 +281,7 @@
|
||||||
"name": "scoreString",
|
"name": "scoreString",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Score display text",
|
"label": "Score display text",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||||
"default": "You got @score of @total points",
|
"default": "You got @score of @total points",
|
||||||
"optional": true
|
"optional": true
|
||||||
|
@ -290,7 +290,7 @@
|
||||||
"name": "successGreeting",
|
"name": "successGreeting",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Quiz passed greeting",
|
"label": "Quiz passed greeting",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"placeholder": "Congratulations!",
|
"placeholder": "Congratulations!",
|
||||||
"default": "Congratulations!",
|
"default": "Congratulations!",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -305,7 +305,7 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"widget": "html",
|
"widget": "html",
|
||||||
"label": "Passed comment",
|
"label": "Passed comment",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "You did very well!",
|
"default": "You did very well!",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"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.",
|
||||||
|
@ -322,7 +322,7 @@
|
||||||
"name": "failGreeting",
|
"name": "failGreeting",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Quiz failed title",
|
"label": "Quiz failed title",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "You did not pass this time.",
|
"default": "You did not pass this time.",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"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.",
|
||||||
|
@ -336,7 +336,7 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"widget": "html",
|
"widget": "html",
|
||||||
"label": "Failed comment",
|
"label": "Failed comment",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Have another try!",
|
"default": "Have another try!",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"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.",
|
||||||
|
@ -353,7 +353,7 @@
|
||||||
"name": "solutionButtonText",
|
"name": "solutionButtonText",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Solution button label",
|
"label": "Solution button label",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Show solution",
|
"default": "Show solution",
|
||||||
"description": "Text for the solution button."
|
"description": "Text for the solution button."
|
||||||
},
|
},
|
||||||
|
@ -361,7 +361,7 @@
|
||||||
"name": "retryButtonText",
|
"name": "retryButtonText",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Retry button label",
|
"label": "Retry button label",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Retry",
|
"default": "Retry",
|
||||||
"description": "Text for the retry button."
|
"description": "Text for the retry button."
|
||||||
},
|
},
|
||||||
|
@ -369,33 +369,33 @@
|
||||||
"name": "finishButtonText",
|
"name": "finishButtonText",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Finish button text",
|
"label": "Finish button text",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Finish"
|
"default": "Finish"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "showAnimations",
|
"name": "showAnimations",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Display video before quiz results",
|
"label": "Display video before quiz results",
|
||||||
"importance":"low"
|
"importance": "low"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "skippable",
|
"name": "skippable",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Enable skip video button",
|
"label": "Enable skip video button",
|
||||||
"importance":"low"
|
"importance": "low"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "skipButtonText",
|
"name": "skipButtonText",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Skip video button label",
|
"label": "Skip video button label",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"default": "Skip video"
|
"default": "Skip video"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "successVideo",
|
"name": "successVideo",
|
||||||
"type": "video",
|
"type": "video",
|
||||||
"label": "Passed video",
|
"label": "Passed video",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"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."
|
||||||
},
|
},
|
||||||
|
@ -403,7 +403,7 @@
|
||||||
"name": "failVideo",
|
"name": "failVideo",
|
||||||
"type": "video",
|
"type": "video",
|
||||||
"label": "Fail video",
|
"label": "Fail video",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"description": "This video will be played if the user failes the quiz."
|
"description": "This video will be played if the user failes the quiz."
|
||||||
}
|
}
|
||||||
|
@ -413,14 +413,14 @@
|
||||||
"name": "override",
|
"name": "override",
|
||||||
"type": "group",
|
"type": "group",
|
||||||
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "showSolutionButton",
|
"name": "showSolutionButton",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"label": "Override \"Show Solution\" button",
|
"label": "Override \"Show Solution\" button",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"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.",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"options": [
|
"options": [
|
||||||
|
@ -438,7 +438,7 @@
|
||||||
"name": "retryButton",
|
"name": "retryButton",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"label": "Override \"Retry\" button",
|
"label": "Override \"Retry\" button",
|
||||||
"importance":"low",
|
"importance": "low",
|
||||||
"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.",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"options": [
|
"options": [
|
||||||
|
|
Loading…
Reference in New Issue