-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathexample.json
81 lines (81 loc) · 2.9 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "confidenceSlider",
"_classes": "",
"_layout": "full",
"title": "Confidence Slider component",
"displayTitle": "Confidence Slider",
"body": "Question text here",
"instruction": "",
"ariaQuestion": "",
"disabledBody": "You need to measure your confidence in the linked part before you can do this part.",
"_commentAttempts": "Can only be set to 1",
"_attempts": 1,
"_shouldDisplayAttempts": false,
"_canShowFeedback": true,
"_commentCanShowMarking": "If you enable _canShowMarking it will work but will always mark as correct answer",
"_canShowMarking": false,
"_questionWeight": 1,
"_recordInteraction": true,
"_comment": "ONLY ADD _linkedToId PROPERTY IF THIS SLIDER LINKS TO ANOTHER",
"_linkedToId": "",
"ariaScaleName": "confidence",
"labelStart": "incomplete",
"labelEnd": "complete",
"_scaleStart": 1,
"_scaleEnd": 10,
"_scaleStep": 1,
"_showNumber": true,
"_showScaleIndicator": true,
"_showScale": true,
"_showScaleNumbers": true,
"_isResetOnRevisit": false,
"_shouldStoreResponses": true,
"_feedback": {
"title": "Feedback",
"altTitle": "",
"feedbackSeparator": " ",
"generic": "Thanks for measuring your confidence.",
"_comparison": {
"lower": "Oh you like it less? That's a shame.",
"same": "Well, at least you don't like it less.",
"higher": "It looks like you're seeing the benefits more and more!"
},
"_threshold": [
{
"_values": {
"_low": 0,
"_high": 5
},
"text": "So you're not that confident eh? Don't worry, you will be soon."
},
{
"_values": {
"_low": 6,
"_high": 10
},
"text": "Feeling pretty confident huh? Let's see how you get on."
}
]
},
"_comment": "You only need to include _buttons if you want to override the button labels that are set in course.json",
"_buttons": {
"_submit": {
"buttonText": "Submit",
"ariaLabel": "Select here to submit your answer."
},
"_reset": {
"buttonText": "Reset",
"ariaLabel": ""
},
"_showFeedback": {
"buttonText": "Show feedback",
"ariaLabel": ""
}
},
"_pageLevelProgress": {
"_isEnabled": true
}
}