-
Notifications
You must be signed in to change notification settings - Fork 0
/
properties.schema
264 lines (264 loc) · 7.62 KB
/
properties.schema
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
{
"type":"object",
"$schema": "http://json-schema.org/draft-04/schema",
"id": "http://jsonschema.net",
"$ref": "http://localhost/plugins/content/component/model.schema",
"globals": {
"ariaRegion": {
"type": "string",
"required": true,
"default": "This question requires you to input your answer in the textbox provided. When you have done so, select the submit button below.",
"inputType": "Text",
"validators": [],
"translatable": true
}
},
"properties":{
"_supportedLayout": {
"type": "string",
"required": true,
"enum": ["full-width", "half-width", "both"],
"default": "both",
"editorOnly": true
},
"instruction": {
"type": "string",
"required": false,
"default": "",
"inputType": "Text",
"validators": [],
"help": "This is the instruction text",
"translatable": true
},
"_recordInteraction": {
"type": "boolean",
"required": false,
"default": true,
"title": "Record interaction",
"inputType": "Checkbox",
"validators": [],
"help": "If disabled, recording the user's answer(s) to this question to cmi.interactions on the LMS will be disabled for this component only."
},
"_canShowFeedback": {
"type": "boolean",
"required": true,
"default": true,
"title": "Display Feedback",
"inputType": "Checkbox",
"validators": []
},
"_showUserAnswer": {
"type": "boolean",
"required": false,
"default": true,
"title": "Show User Answer",
"inputType": "Checkbox",
"validators": [],
"help": "Controls whether the user can view their answer with the correct answer."
},
"_setCompletionOn": {
"type": "string",
"required": false,
"default": "submitted",
"title": "Set completion on:",
"enum": ["submitted", "inview"],
"inputType": {
"type": "Select",
"options": ["submitted", "inview"]
},
"validators": [],
"help": "Whether completion is based on the learner having viewed all the accordion items - or just having viewed the component"
},
"placeholder": {
"type": "string",
"required": false,
"default": "",
"title": "Placeholder Text",
"inputType": "Text",
"validators": [],
"translatable": true
},
"_characterLimit": {
"type": "object",
"title": "Character Limit",
"required": false,
"properties": {
"_isEnabled": {
"type": "boolean",
"required": false,
"default": false,
"title": "Is Enabled",
"inputType": "Checkbox",
"validators": [],
"help": "Controls whether there is a character limit."
},
"_max": {
"type": "number",
"required": false,
"title": "Max Number",
"inputType": "Number",
"default": 255,
"validators": ["number"],
"help": "This sets the maximum character limit. If 'Record interaction' is enabled the maximum should be 255 to be SCORM 1.2 compliant."
},
"text": {
"type": "string",
"required": false,
"default": "",
"title": "Prefix Text",
"inputType": "Text",
"validators": [],
"translatable": true
}
}
},
"_buttons": {
"type":"object",
"title": "Buttons",
"required": false,
"properties":{
"_submit": {
"type": "object",
"title": "Submit",
"properties": {
"buttonText": {
"type": "string",
"required": true,
"default": "Submit",
"title": "",
"inputType": "QuestionButton",
"validators": [],
"help": "Button label text for the submit button.",
"translatable": true
},
"ariaLabel": {
"type": "string",
"required": false,
"default": "",
"title": "",
"inputType": "Text",
"validators": [],
"help": "Aria label for the submit button.",
"translatable": true
}
}
},
"_showFeedback": {
"type": "object",
"title": "Show Feedback",
"properties": {
"buttonText": {
"type": "string",
"required": true,
"default": "Show feedback",
"title": "",
"inputType": "QuestionButton",
"validators": [],
"help": "Button label text to show feedback.",
"translatable": true
},
"ariaLabel": {
"type": "string",
"required": false,
"default": "",
"title": "",
"inputType": "Text",
"validators": [],
"help": "Aria label for the show feedback button.",
"translatable": true
}
}
},
"_closeFeedback": {
"type": "object",
"title": "Close Feedback",
"properties": {
"buttonText": {
"type": "string",
"required": true,
"default": "Close",
"title": "",
"inputType": "QuestionButton",
"validators": [],
"help": "Button label text to close feedback.",
"translatable": true
},
"ariaLabel": {
"type": "string",
"required": false,
"default": "",
"title": "",
"inputType": "Text",
"validators": [],
"help": "Aria label for the close feedback button.",
"translatable": true
}
}
}
}
},
"_feedback": {
"type": "object",
"required": true,
"title": "Feedback",
"properties": {
"title": {
"type": "string",
"required": false,
"default": "Feedback",
"title": "Feedback Title",
"inputType": "Text",
"validators": [],
"help": "This is the title for the entire feedback popup.",
"translatable": true
},
"answerTitle": {
"type": "string",
"required": false,
"default": "Answer",
"title": "Answer Title",
"inputType": "Text",
"validators": [],
"help": "This is the title for the answer text.",
"translatable": true
},
"userTitle": {
"type": "string",
"required": false,
"default": "Your Answer",
"title": "User Answer Title",
"inputType": "Text",
"validators": [],
"help": "This is the title for the learners answer.",
"translatable": true
},
"body": {
"type": "string",
"required": false,
"default": "",
"title": "Feedback Body Text",
"inputType": "TextArea",
"validators": [],
"help": "This is the correct answer text.",
"translatable": true
},
"_audio": {
"type": "object",
"required": false,
"properties": {
"src": {
"type": "string",
"required": false,
"default": "",
"title": "Audio",
"inputType": "Asset:audio",
"validators": [],
"audioSources": ["_feedback/body"],
"audioConditions": []
}
}
}
}
}
}
}