[ { "label": "Task description", "importance": "high", "name": "taskDescription", "type": "text", "widget": "html", "description": "Describe how the user should solve the task.", "placeholder": "Click on all the verbs in the text that follows.", "enterMode": "p", "tags": [ "strong", "em", "u", "a", "ul", "ol", "h2", "h3", "hr", "pre", "code" ] }, { "label": "Textfield", "importance": "high", "name": "textField", "type": "text", "widget": "html", "tags": [ "p", "br", "strong", "em", "code" ], "placeholder": "This is an answer: *answer*.", "description": "", "important": { "description": "", "example": "The correct words are marked like this: *correctword*, an asterisk is written like this: *correctword***." } }, { "name": "overallFeedback", "type": "group", "label": "Overall Feedback", "importance": "low", "expanded": true, "fields": [ { "name": "overallFeedback", "type": "list", "widgets": [ { "name": "RangeList", "label": "Default" } ], "importance": "high", "label": "Define custom feedback for any score range", "description": "Click the \"Add range\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!", "entity": "range", "min": 1, "defaultNum": 1, "optional": true, "field": { "name": "overallFeedback", "type": "group", "importance": "low", "fields": [ { "name": "from", "type": "number", "label": "Score Range", "min": 0, "max": 100, "default": 0, "unit": "%" }, { "name": "to", "type": "number", "min": 0, "max": 100, "default": 100, "unit": "%" }, { "name": "feedback", "type": "text", "label": "Feedback for defined score range", "importance": "low", "placeholder": "Fill in the feedback", "optional": true } ] } } ] }, { "label": "Text for \"Check\" button", "importance": "low", "name": "checkAnswerButton", "type": "text", "default": "Check", "common": true }, { "label": "Text for \"Retry\" button", "importance": "low", "name": "tryAgainButton", "type": "text", "default": "Retry", "common": true }, { "label": "Text for \"Show solution\" button", "importance": "low", "name": "showSolutionButton", "type": "text", "default": "Show solution", "common": true }, { "name": "behaviour", "importance": "low", "type": "group", "label": "Behavioural settings.", "description": "These options will let you control how the task behaves.", "optional": true, "fields": [ { "name": "enableRetry", "type": "boolean", "label": "Enable \"Retry\"", "importance": "low", "default": true }, { "name": "enableSolutionsButton", "type": "boolean", "label": "Enable \"Show solution\" button", "importance": "low", "default": true }, { "name": "enableCheckButton", "type": "boolean", "label": "Enable \"Check\" button", "widget": "none", "importance": "low", "default": true, "optional": true }, { "name": "showScorePoints", "type": "boolean", "label": "Show score points", "description": "Show points earned for each answer.", "importance": "low", "default": true } ] }, { "label": "Correct answer text", "importance": "low", "name": "correctAnswer", "type": "text", "default": "Correct!", "description": "Text used to indicate that an answer is correct", "common": true }, { "label": "Incorrect answer text", "importance": "low", "name": "incorrectAnswer", "type": "text", "default": "Incorrect!", "description": "Text used to indicate that an answer is incorrect", "common": true }, { "label": "Missed answer text", "importance": "low", "name": "missedAnswer", "type": "text", "default": "Answer not found!", "description": "Text used to indicate that an answer is missing", "common": true }, { "label": "Description for Display Solution", "importance": "low", "name": "displaySolutionDescription", "type": "text", "default": "Task is updated to contain the solution.", "description": "This text tells the user that the tasks has been updated with the solution.", "common": true }, { "name": "scoreBarLabel", "type": "text", "label": "Textual representation of the score bar for those using a readspeaker", "default": "You got :num out of :total points", "importance": "low", "common": true }, { "name": "a11yFullTextLabel", "type": "text", "label": "Label for the full readable text for assistive technologies", "default": "Full readable text", "importance": "low", "common": true }, { "name": "a11yClickableTextLabel", "type": "text", "label": "Label for the text where words can be marked for assistive technologies", "default": "Full text where words can be marked", "importance": "low", "common": true }, { "name": "a11ySolutionModeHeader", "type": "text", "label": "Solution mode header for assistive technologies", "default": "Solution mode", "importance": "low", "common": true }, { "name": "a11yCheckingHeader", "type": "text", "label": "Checking mode header for assistive technologies", "default": "Checking mode", "importance": "low", "common": true } ]