add importance to semantics HFP-346

pull/10/head
jelenamilinovic 2016-12-12 15:54:29 +01:00
parent 87f28e9a2a
commit 5d29e756dc
1 changed files with 49 additions and 4 deletions

View File

@ -3,16 +3,19 @@
"name": "introPage", "name": "introPage",
"type": "group", "type": "group",
"label": "Quiz introduction", "label": "Quiz introduction",
"importance":"medium",
"fields": [ "fields": [
{ {
"name": "showIntroPage", "name": "showIntroPage",
"type": "boolean", "type": "boolean",
"label": "Display introduction" "label": "Display introduction",
"importance":"low"
}, },
{ {
"name": "title", "name": "title",
"type": "text", "type": "text",
"label": "Title", "label": "Title",
"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": [
@ -27,6 +30,7 @@
"type": "text", "type": "text",
"widget": "html", "widget": "html",
"label": "Introduction text", "label": "Introduction text",
"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",
@ -42,6 +46,7 @@
"name": "startButtonText", "name": "startButtonText",
"type": "text", "type": "text",
"label": "Start button text", "label": "Start button text",
"importance":"low",
"optional": true, "optional": true,
"default": "Start Quiz" "default": "Start Quiz"
}, },
@ -49,6 +54,7 @@
"name": "backgroundImage", "name": "backgroundImage",
"type": "image", "type": "image",
"label": "Background image", "label": "Background image",
"importance":"low",
"optional": true, "optional": true,
"description": "An optional background image for the introduction." "description": "An optional background image for the introduction."
} }
@ -58,6 +64,7 @@
"name": "backgroundImage", "name": "backgroundImage",
"type": "image", "type": "image",
"label": "Background image", "label": "Background image",
"importance":"low",
"optional": true, "optional": true,
"description": "An optional background image for the Question set." "description": "An optional background image for the Question set."
}, },
@ -65,6 +72,7 @@
"name": "progressType", "name": "progressType",
"type": "select", "type": "select",
"label": "Progress indicator", "label": "Progress indicator",
"importance":"low",
"description": "Question set progress indicator style.", "description": "Question set progress indicator style.",
"options": [ "options": [
{ {
@ -82,6 +90,7 @@
"name": "passPercentage", "name": "passPercentage",
"type": "number", "type": "number",
"label": "Pass percentage", "label": "Pass percentage",
"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,
@ -91,6 +100,7 @@
{ {
"name": "questions", "name": "questions",
"label": "Questions", "label": "Questions",
"importance":"high",
"type": "list", "type": "list",
"widgets": [ "widgets": [
{ {
@ -108,6 +118,7 @@
"name": "question", "name": "question",
"type": "library", "type": "library",
"label": "Question type", "label": "Question type",
"importance":"high",
"description": "Library for this question.", "description": "Library for this question.",
"options": [ "options": [
"H5P.MultiChoice 1.9", "H5P.MultiChoice 1.9",
@ -123,30 +134,35 @@
"name": "texts", "name": "texts",
"type": "group", "type": "group",
"label": "Interface texts in quiz", "label": "Interface texts in quiz",
"importance":"low",
"common": true, "common": true,
"fields": [ "fields": [
{ {
"name": "prevButton", "name": "prevButton",
"type": "text", "type": "text",
"label": "Back button", "label": "Back button",
"importance":"low",
"default": "Previous question" "default": "Previous question"
}, },
{ {
"name": "nextButton", "name": "nextButton",
"type": "text", "type": "text",
"label": "Next button", "label": "Next button",
"importance":"low",
"default": "Next question" "default": "Next question"
}, },
{ {
"name": "finishButton", "name": "finishButton",
"type": "text", "type": "text",
"label": "Finish button", "label": "Finish button",
"importance":"low",
"default": "Finish" "default": "Finish"
}, },
{ {
"name": "textualProgress", "name": "textualProgress",
"type": "text", "type": "text",
"label": "Progress text", "label": "Progress text",
"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": [
@ -158,6 +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",
"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"
}, },
@ -165,12 +182,14 @@
"name": "questionLabel", "name": "questionLabel",
"type": "text", "type": "text",
"label": "Copyright dialog question label", "label": "Copyright dialog question label",
"importance":"low",
"default": "Question" "default": "Question"
}, },
{ {
"name": "readSpeakerProgress", "name": "readSpeakerProgress",
"type": "text", "type": "text",
"label": "Readspeaker progress", "label": "Readspeaker progress",
"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"
}, },
@ -178,18 +197,21 @@
"name": "unansweredText", "name": "unansweredText",
"type": "text", "type": "text",
"label": "Unanswered question text", "label": "Unanswered question text",
"importance":"low",
"default": "Unanswered" "default": "Unanswered"
}, },
{ {
"name": "answeredText", "name": "answeredText",
"type": "text", "type": "text",
"label": "Answered question text", "label": "Answered question text",
"importance":"low",
"default": "Answered" "default": "Answered"
}, },
{ {
"name": "currentQuestionText", "name": "currentQuestionText",
"type": "text", "type": "text",
"label": "Current question text", "label": "Current question text",
"importance":"low",
"default": "Current question" "default": "Current question"
} }
] ]
@ -198,6 +220,7 @@
"name": "disableBackwardsNavigation", "name": "disableBackwardsNavigation",
"type": "boolean", "type": "boolean",
"label": "Disable backwards navigation", "label": "Disable backwards navigation",
"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
@ -206,6 +229,7 @@
"name": "randomQuestions", "name": "randomQuestions",
"type": "boolean", "type": "boolean",
"label": "Randomize questions", "label": "Randomize questions",
"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
}, },
@ -214,6 +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",
"description": "Create a randomized batch of questions from the total.", "description": "Create a randomized batch of questions from the total.",
"optional": true "optional": true
}, },
@ -221,17 +246,20 @@
"name": "endGame", "name": "endGame",
"type": "group", "type": "group",
"label": "Quiz finished", "label": "Quiz finished",
"importance":"medium",
"fields": [ "fields": [
{ {
"name": "showResultPage", "name": "showResultPage",
"type": "boolean", "type": "boolean",
"label": "Display results", "label": "Display results",
"importance":"low",
"default": true "default": true
}, },
{ {
"name": "noResultMessage", "name": "noResultMessage",
"type": "text", "type": "text",
"label": "No results message", "label": "No results message",
"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
@ -240,6 +268,7 @@
"name": "message", "name": "message",
"type": "text", "type": "text",
"label": "Feedback heading", "label": "Feedback heading",
"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.",
@ -252,6 +281,7 @@
"name": "scoreString", "name": "scoreString",
"type": "text", "type": "text",
"label": "Score display text", "label": "Score display text",
"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
@ -260,6 +290,7 @@
"name": "successGreeting", "name": "successGreeting",
"type": "text", "type": "text",
"label": "Quiz passed greeting", "label": "Quiz passed greeting",
"importance":"low",
"placeholder": "Congratulations!", "placeholder": "Congratulations!",
"default": "Congratulations!", "default": "Congratulations!",
"optional": true, "optional": true,
@ -274,6 +305,7 @@
"type": "text", "type": "text",
"widget": "html", "widget": "html",
"label": "Passed comment", "label": "Passed comment",
"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.",
@ -290,6 +322,7 @@
"name": "failGreeting", "name": "failGreeting",
"type": "text", "type": "text",
"label": "Quiz failed title", "label": "Quiz failed title",
"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.",
@ -303,6 +336,7 @@
"type": "text", "type": "text",
"widget": "html", "widget": "html",
"label": "Failed comment", "label": "Failed comment",
"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.",
@ -319,6 +353,7 @@
"name": "solutionButtonText", "name": "solutionButtonText",
"type": "text", "type": "text",
"label": "Solution button label", "label": "Solution button label",
"importance":"low",
"default": "Show solution", "default": "Show solution",
"description": "Text for the solution button." "description": "Text for the solution button."
}, },
@ -326,6 +361,7 @@
"name": "retryButtonText", "name": "retryButtonText",
"type": "text", "type": "text",
"label": "Retry button label", "label": "Retry button label",
"importance":"low",
"default": "Retry", "default": "Retry",
"description": "Text for the retry button." "description": "Text for the retry button."
}, },
@ -333,28 +369,33 @@
"name": "finishButtonText", "name": "finishButtonText",
"type": "text", "type": "text",
"label": "Finish button text", "label": "Finish button text",
"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"
}, },
{ {
"name": "skippable", "name": "skippable",
"type": "boolean", "type": "boolean",
"label": "Enable skip video button" "label": "Enable skip video button",
"importance":"low"
}, },
{ {
"name": "skipButtonText", "name": "skipButtonText",
"type": "text", "type": "text",
"label": "Skip video button label", "label": "Skip video button label",
"importance":"low",
"default": "Skip video" "default": "Skip video"
}, },
{ {
"name": "successVideo", "name": "successVideo",
"type": "video", "type": "video",
"label": "Passed video", "label": "Passed video",
"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."
}, },
@ -362,6 +403,7 @@
"name": "failVideo", "name": "failVideo",
"type": "video", "type": "video",
"label": "Fail video", "label": "Fail video",
"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."
} }
@ -371,12 +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",
"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",
"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": [
@ -394,6 +438,7 @@
"name": "retryButton", "name": "retryButton",
"type": "select", "type": "select",
"label": "Override \"Retry\" button", "label": "Override \"Retry\" button",
"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": [
@ -409,4 +454,4 @@
} }
] ]
} }
] ]