-
Notifications
You must be signed in to change notification settings - Fork 65
/
vi.json
143 lines (143 loc) · 4.29 KB
/
vi.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"semantics": [
{
"label": "Media",
"fields": [
{
"label": "Type",
"description": "Optional media to display above the question."
},
{
"label": "Disable image zooming"
}
]
},
{
"label": "Task description",
"description": "Describe how the user should solve the task.",
"placeholder": "Click on all the verbs in the text that follows."
},
{
"label": "Textfield",
"placeholder": "This is an answer: *answer*.",
"important": {
"description": "<ul><li>Marked words are added with an asterisk (*).</li><li>Asterisks can be added within marked words by adding another asterisk, *correctword*** => correctword*.</li></ul>",
"example": "The correct words are marked like this: *correctword*, an asterisk is written like this: *correctword***."
}
},
{
"label": "Overall Feedback",
"fields": [
{
"widgets": [
{
"label": "Default"
}
],
"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",
"field": {
"fields": [
{
"label": "Score Range"
},
{},
{
"label": "Feedback for defined score range",
"placeholder": "Fill in the feedback"
}
]
}
}
]
},
{
"label": "Text for \"Check\" button",
"default": "Check"
},
{
"label": "Text for \"Submit\" button",
"default": "Submit"
},
{
"label": "Text for \"Retry\" button",
"default": "Retry"
},
{
"label": "Text for \"Show solution\" button",
"default": "Show solution"
},
{
"label": "Behavioural settings.",
"description": "These options will let you control how the task behaves.",
"fields": [
{
"label": "Enable \"Retry\""
},
{
"label": "Enable \"Show solution\" button"
},
{
"label": "Enable \"Check\" button"
},
{
"label": "Show score points",
"description": "Show points earned for each answer."
}
]
},
{
"label": "Correct answer text",
"default": "Correct!",
"description": "Text used to indicate that an answer is correct"
},
{
"label": "Incorrect answer text",
"default": "Incorrect!",
"description": "Text used to indicate that an answer is incorrect"
},
{
"label": "Missed answer text",
"default": "Answer not found!",
"description": "Text used to indicate that an answer is missing"
},
{
"label": "Description for Display Solution",
"default": "Task is updated to contain the solution.",
"description": "This text tells the user that the tasks has been updated with the solution."
},
{
"label": "Textual representation of the score bar for those using a readspeaker",
"default": "You got :num out of :total points"
},
{
"label": "Label for the full readable text for assistive technologies",
"default": "Full readable text"
},
{
"label": "Label for the text where words can be marked for assistive technologies",
"default": "Full text where words can be marked"
},
{
"label": "Solution mode header for assistive technologies",
"default": "Solution mode"
},
{
"label": "Checking mode header for assistive technologies",
"default": "Checking mode"
},
{
"label": "Assistive technology description for \"Check\" button",
"default": "Check the answers. The responses will be marked as correct, incorrect, or unanswered."
},
{
"label": "Assistive technology description for \"Show Solution\" button",
"default": "Show the solution. The task will be marked with its correct solution."
},
{
"label": "Assistive technology description for \"Retry\" button",
"default": "Retry the task. Reset all responses and start the task over again."
}
]
}