@citolab/qti-components 6.9.1-beta.8 → 6.9.1-beta.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-element-eslint-rules.js +331 -0
- package/dist/custom-elements.json +21105 -4972
- package/dist/index.global.js +226 -0
- package/dist/index.js +7323 -1786
- package/dist/index.min.js +952 -0
- package/dist/item.css +2405 -697
- package/dist/qti-components/index.cjs +6509 -0
- package/dist/qti-components/index.d.cts +150 -0
- package/dist/qti-components/index.d.ts +6 -6
- package/dist/qti-components/index.js +6013 -182
- package/dist/qti-components-jsx.d.ts +1836 -0
- package/dist/qti-item/index.cjs +90 -0
- package/dist/qti-item/index.d.cts +24 -0
- package/dist/qti-item/index.d.ts +15 -10
- package/dist/qti-item/index.js +64 -1504
- package/dist/qti-loader/index.cjs +333 -0
- package/dist/qti-loader/index.d.cts +20 -0
- package/dist/qti-loader/index.d.ts +19 -4
- package/dist/qti-loader/index.js +306 -2
- package/dist/{qti-simple-choice-CafJuhnH.d.ts → qti-simple-choice-DC5DJota.d.cts} +116 -152
- package/dist/qti-simple-choice-DC5DJota.d.ts +1137 -0
- package/dist/qti-transformers/index.cjs +317 -0
- package/dist/qti-transformers/index.d.cts +75 -0
- package/dist/qti-transformers/index.d.ts +25 -120
- package/dist/qti-transformers/index.js +289 -2
- package/dist/vscode.css-custom-data.json +44 -0
- package/dist/vscode.html-custom-data.json +965 -0
- package/package.json +144 -63
- package/dist/chunk-62FWJYVB.js +0 -24
- package/dist/chunk-E7TLXHQH.js +0 -2
|
@@ -0,0 +1,965 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
|
|
3
|
+
"version": 1.1,
|
|
4
|
+
"tags": [
|
|
5
|
+
{
|
|
6
|
+
"name": "qti-mapping",
|
|
7
|
+
"description": "\n---\n",
|
|
8
|
+
"attributes": [
|
|
9
|
+
{ "name": "default-value", "values": [] },
|
|
10
|
+
{ "name": "lower-bound", "values": [] },
|
|
11
|
+
{ "name": "upper-bound", "values": [] }
|
|
12
|
+
],
|
|
13
|
+
"references": []
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "qti-rule",
|
|
17
|
+
"description": "\n---\n",
|
|
18
|
+
"attributes": [],
|
|
19
|
+
"references": []
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "qti-response-processing",
|
|
23
|
+
"description": "\n---\n",
|
|
24
|
+
"attributes": [],
|
|
25
|
+
"references": []
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "qti-multiple",
|
|
29
|
+
"description": "\n---\n",
|
|
30
|
+
"attributes": [],
|
|
31
|
+
"references": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "qti-lookup-outcome-value",
|
|
35
|
+
"description": "The lookupOutcomeValue rule sets the value of an outcome variable to the value obtained\nby looking up the value of the associated expression in the lookupTable associated\nwith the outcome's declaration.\n---\n\n\n### **Events:**\n - **qti-set-outcome-value**",
|
|
36
|
+
"attributes": [{ "name": "identifier", "values": [] }],
|
|
37
|
+
"references": []
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "qti-response-condition",
|
|
41
|
+
"description": "\n---\n",
|
|
42
|
+
"attributes": [],
|
|
43
|
+
"references": []
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "qti-set-outcome-value",
|
|
47
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-set-outcome-value**",
|
|
48
|
+
"attributes": [],
|
|
49
|
+
"references": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "qti-response-else",
|
|
53
|
+
"description": "\n---\n",
|
|
54
|
+
"attributes": [],
|
|
55
|
+
"references": []
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "qti-response-if",
|
|
59
|
+
"description": "\n---\n",
|
|
60
|
+
"attributes": [],
|
|
61
|
+
"references": []
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "qti-response-else-if",
|
|
65
|
+
"description": "\n---\n",
|
|
66
|
+
"attributes": [],
|
|
67
|
+
"references": []
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "qti-and",
|
|
71
|
+
"description": "\n---\n",
|
|
72
|
+
"attributes": [],
|
|
73
|
+
"references": []
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "qti-base-value",
|
|
77
|
+
"description": "\n---\n",
|
|
78
|
+
"attributes": [
|
|
79
|
+
{ "name": "base-type", "values": [{ "name": "BaseType" }] }
|
|
80
|
+
],
|
|
81
|
+
"references": []
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "qti-contains",
|
|
85
|
+
"description": "\n---\n",
|
|
86
|
+
"attributes": [],
|
|
87
|
+
"references": []
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "qti-correct",
|
|
91
|
+
"description": "\n---\n",
|
|
92
|
+
"attributes": [],
|
|
93
|
+
"references": []
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "qti-equal-rounded",
|
|
97
|
+
"description": "\n---\n",
|
|
98
|
+
"attributes": [
|
|
99
|
+
{
|
|
100
|
+
"name": "roundingMode",
|
|
101
|
+
"values": [
|
|
102
|
+
{ "name": "decimalPlaces" },
|
|
103
|
+
{ "name": "significantFigures" }
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"references": []
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "qti-equal",
|
|
111
|
+
"description": "\n---\n",
|
|
112
|
+
"attributes": [
|
|
113
|
+
{
|
|
114
|
+
"name": "toleranceMode",
|
|
115
|
+
"values": [
|
|
116
|
+
{ "name": "exact" },
|
|
117
|
+
{ "name": "relative" },
|
|
118
|
+
{ "name": "absolute" }
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"references": []
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "qti-gt",
|
|
126
|
+
"description": "\n---\n",
|
|
127
|
+
"attributes": [],
|
|
128
|
+
"references": []
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "qti-gte",
|
|
132
|
+
"description": "\n---\n",
|
|
133
|
+
"attributes": [],
|
|
134
|
+
"references": []
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "qti-is-null",
|
|
138
|
+
"description": "\n---\n",
|
|
139
|
+
"attributes": [],
|
|
140
|
+
"references": []
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "qti-lt",
|
|
144
|
+
"description": "\n---\n",
|
|
145
|
+
"attributes": [],
|
|
146
|
+
"references": []
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "qti-lte",
|
|
150
|
+
"description": "\n---\n",
|
|
151
|
+
"attributes": [],
|
|
152
|
+
"references": []
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "qti-map-response",
|
|
156
|
+
"description": "\n---\n",
|
|
157
|
+
"attributes": [{ "name": "identifier", "values": [] }],
|
|
158
|
+
"references": []
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "qti-match",
|
|
162
|
+
"description": "\n---\n",
|
|
163
|
+
"attributes": [],
|
|
164
|
+
"references": []
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "qti-member",
|
|
168
|
+
"description": "\n---\n",
|
|
169
|
+
"attributes": [],
|
|
170
|
+
"references": []
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "qti-not",
|
|
174
|
+
"description": "\n---\n",
|
|
175
|
+
"attributes": [],
|
|
176
|
+
"references": []
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "qti-or",
|
|
180
|
+
"description": "\n---\n",
|
|
181
|
+
"attributes": [],
|
|
182
|
+
"references": []
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "qti-ordered",
|
|
186
|
+
"description": "\n---\n",
|
|
187
|
+
"attributes": [],
|
|
188
|
+
"references": []
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "qti-printed-variable",
|
|
192
|
+
"description": "\n---\n",
|
|
193
|
+
"attributes": [{ "name": "identifier", "values": [] }],
|
|
194
|
+
"references": []
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "qti-product",
|
|
198
|
+
"description": "\n---\n",
|
|
199
|
+
"attributes": [],
|
|
200
|
+
"references": []
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "qti-string-match",
|
|
204
|
+
"description": "\n---\n",
|
|
205
|
+
"attributes": [{ "name": "case-sensitive", "values": [] }],
|
|
206
|
+
"references": []
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "qti-sum",
|
|
210
|
+
"description": "\n---\n",
|
|
211
|
+
"attributes": [],
|
|
212
|
+
"references": []
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "qti-variable",
|
|
216
|
+
"description": "\n---\n",
|
|
217
|
+
"attributes": [],
|
|
218
|
+
"references": []
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "qti-assessment-item",
|
|
222
|
+
"description": "The qti-assessment-item element contains all the other QTI 3 item structures.\n---\n\n\n### **Events:**\n - **name**\n- **qti-interaction-changed** - Emitted when an interaction is changed.\n- **qti-outcome-changed** - Emitted when an outcome has changed.\n- **qti-response-processing** - Emitted when response-processing is called.\n\n### **Slots:**\n - _default_ - The default slot where all the other QTI 3 item structures go.",
|
|
223
|
+
"attributes": [
|
|
224
|
+
{ "name": "title", "values": [] },
|
|
225
|
+
{ "name": "identifier", "values": [] },
|
|
226
|
+
{
|
|
227
|
+
"name": "adaptive",
|
|
228
|
+
"values": [{ "name": "true" }, { "name": "false" }]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "timeDependent",
|
|
232
|
+
"values": [{ "name": "true" }, { "name": "false" }]
|
|
233
|
+
},
|
|
234
|
+
{ "name": "disabled", "values": [] },
|
|
235
|
+
{ "name": "readonly", "values": [] }
|
|
236
|
+
],
|
|
237
|
+
"references": []
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "qti-assessment-stimulus-ref",
|
|
241
|
+
"description": "Represents a custom element for referencing an assessment stimulus.\n---\n\n\n### **Methods:**\n - **updateStimulusRef(stimulusRef: _Element_)** - Loads and appends the stimulus to the specified element.",
|
|
242
|
+
"attributes": [
|
|
243
|
+
{
|
|
244
|
+
"name": "identifier",
|
|
245
|
+
"description": "The identifier of the stimulus.",
|
|
246
|
+
"values": []
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "href",
|
|
250
|
+
"description": "The href of the stimulus.",
|
|
251
|
+
"values": []
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"references": []
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "qti-item-body",
|
|
258
|
+
"description": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.\n---\n\n\n### **Slots:**\n - _default_ - item body content.\n- **qti-rubric-block** - the qti rubric block is placed above the item",
|
|
259
|
+
"attributes": [],
|
|
260
|
+
"references": []
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "qti-prompt",
|
|
264
|
+
"description": "\n---\n",
|
|
265
|
+
"attributes": [],
|
|
266
|
+
"references": []
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "qti-stylesheet",
|
|
270
|
+
"description": "\n---\n",
|
|
271
|
+
"attributes": [],
|
|
272
|
+
"references": []
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "qti-variabledeclaration",
|
|
276
|
+
"description": "\n---\n",
|
|
277
|
+
"attributes": [],
|
|
278
|
+
"references": []
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "qti-outcome-declaration",
|
|
282
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-variable**",
|
|
283
|
+
"attributes": [
|
|
284
|
+
{ "name": "base-type", "values": [{ "name": "BaseType" }] },
|
|
285
|
+
{
|
|
286
|
+
"name": "external-scored",
|
|
287
|
+
"values": [{ "name": "human" }, { "name": "externalMachine" }]
|
|
288
|
+
},
|
|
289
|
+
{ "name": "identifier", "values": [] },
|
|
290
|
+
{ "name": "cardinality", "values": [{ "name": "Cardinality" }] }
|
|
291
|
+
],
|
|
292
|
+
"references": []
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "qti-response-declaration",
|
|
296
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-variable**",
|
|
297
|
+
"attributes": [
|
|
298
|
+
{ "name": "base-type", "values": [{ "name": "BaseType" }] },
|
|
299
|
+
{ "name": "identifier", "values": [] },
|
|
300
|
+
{ "name": "cardinality", "values": [{ "name": "Cardinality" }] }
|
|
301
|
+
],
|
|
302
|
+
"references": []
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "qti-companion-materials-info",
|
|
306
|
+
"description": "\n---\n",
|
|
307
|
+
"attributes": [],
|
|
308
|
+
"references": []
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "qti-content-body",
|
|
312
|
+
"description": "\n---\n",
|
|
313
|
+
"attributes": [],
|
|
314
|
+
"references": []
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "qti-rubric-block",
|
|
318
|
+
"description": "\n---\n",
|
|
319
|
+
"attributes": [
|
|
320
|
+
{ "name": "id", "values": [] },
|
|
321
|
+
{
|
|
322
|
+
"name": "use",
|
|
323
|
+
"values": [
|
|
324
|
+
{ "name": "instructions" },
|
|
325
|
+
{ "name": "scoring" },
|
|
326
|
+
{ "name": "navigation" }
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "view",
|
|
331
|
+
"values": [
|
|
332
|
+
{ "name": "author" },
|
|
333
|
+
{ "name": "candidate" },
|
|
334
|
+
{ "name": "proctor" },
|
|
335
|
+
{ "name": "scorer" },
|
|
336
|
+
{ "name": "testConstructor" },
|
|
337
|
+
{ "name": "tutor" }
|
|
338
|
+
]
|
|
339
|
+
},
|
|
340
|
+
{ "name": "class", "values": [] }
|
|
341
|
+
],
|
|
342
|
+
"references": []
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "qti-feedback-block",
|
|
346
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-feedback**",
|
|
347
|
+
"attributes": [
|
|
348
|
+
{ "name": "show-hide", "values": [] },
|
|
349
|
+
{ "name": "outcome-identifier", "values": [] },
|
|
350
|
+
{ "name": "identifier", "values": [] }
|
|
351
|
+
],
|
|
352
|
+
"references": []
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "qti-feedback-inline",
|
|
356
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-feedback**",
|
|
357
|
+
"attributes": [
|
|
358
|
+
{ "name": "show-hide", "values": [] },
|
|
359
|
+
{ "name": "outcome-identifier", "values": [] },
|
|
360
|
+
{ "name": "identifier", "values": [] }
|
|
361
|
+
],
|
|
362
|
+
"references": []
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "qti-modal-feedback",
|
|
366
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-feedback**",
|
|
367
|
+
"attributes": [
|
|
368
|
+
{ "name": "show-hide", "values": [] },
|
|
369
|
+
{ "name": "outcome-identifier", "values": [] },
|
|
370
|
+
{ "name": "identifier", "values": [] }
|
|
371
|
+
],
|
|
372
|
+
"references": []
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "qti-extended-text-interaction",
|
|
376
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
377
|
+
"attributes": [
|
|
378
|
+
{
|
|
379
|
+
"name": "expected-length",
|
|
380
|
+
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
381
|
+
"values": []
|
|
382
|
+
},
|
|
383
|
+
{ "name": "pattern-mask", "values": [] },
|
|
384
|
+
{
|
|
385
|
+
"name": "placeholder-text",
|
|
386
|
+
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
387
|
+
"values": []
|
|
388
|
+
},
|
|
389
|
+
{ "name": "data-patternmask-message", "values": [] },
|
|
390
|
+
{ "name": "class", "values": [] },
|
|
391
|
+
{ "name": "response-identifier", "values": [] },
|
|
392
|
+
{
|
|
393
|
+
"name": "disabled",
|
|
394
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
395
|
+
"values": []
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "readonly",
|
|
399
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
400
|
+
"values": []
|
|
401
|
+
}
|
|
402
|
+
],
|
|
403
|
+
"references": []
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "qti-text-entry-interaction",
|
|
407
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
408
|
+
"attributes": [
|
|
409
|
+
{ "name": "expected-length", "values": [] },
|
|
410
|
+
{ "name": "pattern-mask", "values": [] },
|
|
411
|
+
{ "name": "placeholder-text", "values": [] },
|
|
412
|
+
{ "name": "data-patternmask-message", "values": [] },
|
|
413
|
+
{ "name": "response-identifier", "values": [] },
|
|
414
|
+
{
|
|
415
|
+
"name": "disabled",
|
|
416
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
417
|
+
"values": []
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "readonly",
|
|
421
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
422
|
+
"values": []
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"references": []
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "qti-hottext-interaction",
|
|
429
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
430
|
+
"attributes": [
|
|
431
|
+
{ "name": "min-choices", "values": [] },
|
|
432
|
+
{ "name": "max-choices", "values": [] },
|
|
433
|
+
{ "name": "response-identifier", "values": [] },
|
|
434
|
+
{
|
|
435
|
+
"name": "disabled",
|
|
436
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
437
|
+
"values": []
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "readonly",
|
|
441
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
442
|
+
"values": []
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"references": []
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "qti-inline-choice-interaction",
|
|
449
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
450
|
+
"attributes": [
|
|
451
|
+
{ "name": "data-prompt", "values": [] },
|
|
452
|
+
{ "name": "response-identifier", "values": [] },
|
|
453
|
+
{
|
|
454
|
+
"name": "disabled",
|
|
455
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
456
|
+
"values": []
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "readonly",
|
|
460
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
461
|
+
"values": []
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"references": []
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "qti-simple-choice",
|
|
468
|
+
"description": "qti-order-interaction\nqti-choice-interaction\n---\n\n\n### **Events:**\n ",
|
|
469
|
+
"attributes": [
|
|
470
|
+
{ "name": "identifier", "values": [] },
|
|
471
|
+
{ "name": "tabindex", "values": [] },
|
|
472
|
+
{ "name": "aria-disabled", "values": [] },
|
|
473
|
+
{ "name": "aria-readonly", "values": [] }
|
|
474
|
+
],
|
|
475
|
+
"references": []
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "qti-choice-interaction",
|
|
479
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
480
|
+
"attributes": [
|
|
481
|
+
{
|
|
482
|
+
"name": "orientation",
|
|
483
|
+
"description": "orientation of choices",
|
|
484
|
+
"values": [{ "name": "Orientation" }]
|
|
485
|
+
},
|
|
486
|
+
{ "name": "class", "values": [] },
|
|
487
|
+
{ "name": "shuffle", "values": [] },
|
|
488
|
+
{ "name": "min-choices", "values": [] },
|
|
489
|
+
{ "name": "max-choices", "values": [] },
|
|
490
|
+
{ "name": "response-identifier", "values": [] },
|
|
491
|
+
{
|
|
492
|
+
"name": "disabled",
|
|
493
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
494
|
+
"values": []
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "readonly",
|
|
498
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
499
|
+
"values": []
|
|
500
|
+
}
|
|
501
|
+
],
|
|
502
|
+
"references": []
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "qti-outcome-processing",
|
|
506
|
+
"description": "\n---\n",
|
|
507
|
+
"attributes": [],
|
|
508
|
+
"references": []
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "qti-portable-custom-interaction",
|
|
512
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
513
|
+
"attributes": [
|
|
514
|
+
{ "name": "module", "values": [] },
|
|
515
|
+
{ "name": "custom-interaction-type-identifier", "values": [] },
|
|
516
|
+
{ "name": "response-identifier", "values": [] },
|
|
517
|
+
{
|
|
518
|
+
"name": "disabled",
|
|
519
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
520
|
+
"values": []
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "readonly",
|
|
524
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
525
|
+
"values": []
|
|
526
|
+
}
|
|
527
|
+
],
|
|
528
|
+
"references": []
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "qti-simple-associable-choice",
|
|
532
|
+
"description": "\n---\n\n\n### **Events:**\n ",
|
|
533
|
+
"attributes": [
|
|
534
|
+
{
|
|
535
|
+
"name": "match-min",
|
|
536
|
+
"description": "the minimal number of selections a candidate must make",
|
|
537
|
+
"values": []
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "match-max",
|
|
541
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
542
|
+
"values": []
|
|
543
|
+
},
|
|
544
|
+
{ "name": "fixed", "values": [] },
|
|
545
|
+
{ "name": "identifier", "values": [] },
|
|
546
|
+
{ "name": "tabindex", "values": [] },
|
|
547
|
+
{ "name": "aria-disabled", "values": [] },
|
|
548
|
+
{ "name": "aria-readonly", "values": [] }
|
|
549
|
+
],
|
|
550
|
+
"references": []
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "qti-associate-interaction",
|
|
554
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
555
|
+
"attributes": [
|
|
556
|
+
{ "name": "min-associations", "values": [] },
|
|
557
|
+
{ "name": "max-associations", "values": [] },
|
|
558
|
+
{
|
|
559
|
+
"name": "disabled",
|
|
560
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
561
|
+
"values": []
|
|
562
|
+
},
|
|
563
|
+
{ "name": "response-identifier", "values": [] },
|
|
564
|
+
{
|
|
565
|
+
"name": "readonly",
|
|
566
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
567
|
+
"values": []
|
|
568
|
+
}
|
|
569
|
+
],
|
|
570
|
+
"references": []
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "qti-custom-interaction",
|
|
574
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
575
|
+
"attributes": [
|
|
576
|
+
{ "name": "data", "values": [] },
|
|
577
|
+
{ "name": "data-base-item", "values": [] },
|
|
578
|
+
{ "name": "data-base-ref", "values": [] },
|
|
579
|
+
{ "name": "id", "values": [] },
|
|
580
|
+
{ "name": "response-identifier", "values": [] },
|
|
581
|
+
{
|
|
582
|
+
"name": "disabled",
|
|
583
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
584
|
+
"values": []
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "readonly",
|
|
588
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
589
|
+
"values": []
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"references": []
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "qti-end-attempt-interaction",
|
|
596
|
+
"description": "\n---\n\n\n### **Events:**\n - **end-attempt**\n- **qti-register-interaction**\n- **qti-interaction-response**",
|
|
597
|
+
"attributes": [
|
|
598
|
+
{ "name": "count-attempt", "values": [] },
|
|
599
|
+
{ "name": "title", "values": [{ "name": "end attempt" }] },
|
|
600
|
+
{ "name": "response-identifier", "values": [] },
|
|
601
|
+
{
|
|
602
|
+
"name": "disabled",
|
|
603
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
604
|
+
"values": []
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "readonly",
|
|
608
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
609
|
+
"values": []
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"references": []
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "qti-gap-match-interaction",
|
|
616
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
617
|
+
"attributes": [
|
|
618
|
+
{ "name": "min-associations", "values": [] },
|
|
619
|
+
{ "name": "max-associations", "values": [] },
|
|
620
|
+
{
|
|
621
|
+
"name": "disabled",
|
|
622
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
623
|
+
"values": []
|
|
624
|
+
},
|
|
625
|
+
{ "name": "response-identifier", "values": [] },
|
|
626
|
+
{
|
|
627
|
+
"name": "readonly",
|
|
628
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
629
|
+
"values": []
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"references": []
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "qti-hotspot-choice",
|
|
636
|
+
"description": "\n---\n\n\n### **Events:**\n ",
|
|
637
|
+
"attributes": [
|
|
638
|
+
{ "name": "aria-ordervalue", "values": [] },
|
|
639
|
+
{ "name": "identifier", "values": [] },
|
|
640
|
+
{ "name": "tabindex", "values": [] },
|
|
641
|
+
{ "name": "aria-disabled", "values": [] },
|
|
642
|
+
{ "name": "aria-readonly", "values": [] }
|
|
643
|
+
],
|
|
644
|
+
"references": []
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "qti-graphic-associate-interaction",
|
|
648
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
649
|
+
"attributes": [
|
|
650
|
+
{ "name": "response-identifier", "values": [] },
|
|
651
|
+
{
|
|
652
|
+
"name": "disabled",
|
|
653
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
654
|
+
"values": []
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "readonly",
|
|
658
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
659
|
+
"values": []
|
|
660
|
+
}
|
|
661
|
+
],
|
|
662
|
+
"references": []
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "qti-graphic-gap-match-interaction",
|
|
666
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
667
|
+
"attributes": [
|
|
668
|
+
{ "name": "min-associations", "values": [] },
|
|
669
|
+
{ "name": "max-associations", "values": [] },
|
|
670
|
+
{
|
|
671
|
+
"name": "disabled",
|
|
672
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
673
|
+
"values": []
|
|
674
|
+
},
|
|
675
|
+
{ "name": "response-identifier", "values": [] },
|
|
676
|
+
{
|
|
677
|
+
"name": "readonly",
|
|
678
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
679
|
+
"values": []
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"references": []
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "qti-graphic-order-interaction",
|
|
686
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
687
|
+
"attributes": [
|
|
688
|
+
{ "name": "min-choices", "values": [] },
|
|
689
|
+
{ "name": "max-choices", "values": [] },
|
|
690
|
+
{ "name": "response-identifier", "values": [] },
|
|
691
|
+
{
|
|
692
|
+
"name": "disabled",
|
|
693
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
694
|
+
"values": []
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "readonly",
|
|
698
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
699
|
+
"values": []
|
|
700
|
+
}
|
|
701
|
+
],
|
|
702
|
+
"references": []
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "qti-hotspot-interaction",
|
|
706
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
707
|
+
"attributes": [
|
|
708
|
+
{ "name": "min-choices", "values": [] },
|
|
709
|
+
{ "name": "max-choices", "values": [] },
|
|
710
|
+
{ "name": "response-identifier", "values": [] },
|
|
711
|
+
{
|
|
712
|
+
"name": "disabled",
|
|
713
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
714
|
+
"values": []
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "readonly",
|
|
718
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
719
|
+
"values": []
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"references": []
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "qti-match-interaction",
|
|
726
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
727
|
+
"attributes": [
|
|
728
|
+
{ "name": "response-identifier", "values": [] },
|
|
729
|
+
{ "name": "min-associations", "values": [] },
|
|
730
|
+
{ "name": "max-associations", "values": [] },
|
|
731
|
+
{
|
|
732
|
+
"name": "disabled",
|
|
733
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
734
|
+
"values": []
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "readonly",
|
|
738
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
739
|
+
"values": []
|
|
740
|
+
}
|
|
741
|
+
],
|
|
742
|
+
"references": []
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "qti-media-interaction",
|
|
746
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
747
|
+
"attributes": [
|
|
748
|
+
{ "name": "response-identifier", "values": [] },
|
|
749
|
+
{
|
|
750
|
+
"name": "disabled",
|
|
751
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
752
|
+
"values": []
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "readonly",
|
|
756
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
757
|
+
"values": []
|
|
758
|
+
}
|
|
759
|
+
],
|
|
760
|
+
"references": []
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "qti-order-interaction",
|
|
764
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
765
|
+
"attributes": [
|
|
766
|
+
{
|
|
767
|
+
"name": "orientation",
|
|
768
|
+
"description": "orientation of choices",
|
|
769
|
+
"values": [{ "name": "horizontal" }, { "name": "vertical" }]
|
|
770
|
+
},
|
|
771
|
+
{ "name": "shuffle", "values": [] },
|
|
772
|
+
{ "name": "min-associations", "values": [] },
|
|
773
|
+
{ "name": "max-associations", "values": [] },
|
|
774
|
+
{
|
|
775
|
+
"name": "disabled",
|
|
776
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
777
|
+
"values": []
|
|
778
|
+
},
|
|
779
|
+
{ "name": "response-identifier", "values": [] },
|
|
780
|
+
{
|
|
781
|
+
"name": "readonly",
|
|
782
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
783
|
+
"values": []
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"references": []
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "qti-position-object-interaction",
|
|
790
|
+
"description": "\n---\n",
|
|
791
|
+
"attributes": [],
|
|
792
|
+
"references": []
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "qti-position-object-stage",
|
|
796
|
+
"description": "\n---\n",
|
|
797
|
+
"attributes": [],
|
|
798
|
+
"references": []
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "qti-select-point-interaction",
|
|
802
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
803
|
+
"attributes": [
|
|
804
|
+
{ "name": "max-choices", "values": [] },
|
|
805
|
+
{ "name": "min-choices", "values": [] },
|
|
806
|
+
{ "name": "response-identifier", "values": [] },
|
|
807
|
+
{
|
|
808
|
+
"name": "disabled",
|
|
809
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
810
|
+
"values": []
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "readonly",
|
|
814
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
815
|
+
"values": []
|
|
816
|
+
}
|
|
817
|
+
],
|
|
818
|
+
"references": []
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "qti-slider-interaction",
|
|
822
|
+
"description": "The SliderInteraction.Type (qti-slider-interaction) presents the candidate with a control for selecting a numerical value between a lower and upper bound.\n---\n\n\n### **Events:**\n - **qti-register-interaction** - emitted when the interaction wants to register itself\n- **qti-interaction-response** - emitted when the interaction changes\n\n### **Slots:**\n - _default_ - The default slot where <qti-simple-choice> must be placed.\n- **prompt** - slot where the prompt is placed.\n\n### **CSS Properties:**\n - **--show-value** - shows the current value while sliding _(default: undefined)_\n- **--show-ticks** - shows the ticks according to steps _(default: undefined)_\n- **--show-bounds** - shows value for lower and upper boundary _(default: undefined)_\n\n### **CSS Parts:**\n - **slider** - -- slider inluding, bounds and ticks and value, use it for paddings and margins\n- **bounds** - -- div for bounds, containing two divs for with min, and max bounds value\n- **ticks** - -- div for ticks, use lineair gradient and exposed css variables for styling\n- **rail** - -- div for rail, style according to needs\n- **knob** - -- div, should be relative or absolute\n- **value** - -- div, containing value",
|
|
823
|
+
"attributes": [
|
|
824
|
+
{ "name": "step-label", "values": [] },
|
|
825
|
+
{ "name": "reverse", "values": [] },
|
|
826
|
+
{ "name": "lower-bound", "values": [] },
|
|
827
|
+
{ "name": "upper-bound", "values": [] },
|
|
828
|
+
{ "name": "step", "values": [] },
|
|
829
|
+
{ "name": "response-identifier", "values": [] },
|
|
830
|
+
{
|
|
831
|
+
"name": "disabled",
|
|
832
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
833
|
+
"values": []
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "readonly",
|
|
837
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
838
|
+
"values": []
|
|
839
|
+
}
|
|
840
|
+
],
|
|
841
|
+
"references": []
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "qti-custom-operator",
|
|
845
|
+
"description": "https://www.imsglobal.org/spec/qti/v3p0/impl#h.fi29q8dubjgw\n<qti-custom-operator class=\"js.org\">\n <qti-base-value base-type=\"string\"><![CDATA[\n console.log(context.variables);\n return 'B'\n document.querySelector('qti-end-attempt-interaction').disabled = true;\n ]]></qti-base-value>\n </qti-custom-operator>\n </qti-set-outcome-value>\n---\n\n\n### **Events:**\n - **qti-set-outcome-value**\n- **qti-interaction-response**",
|
|
846
|
+
"attributes": [],
|
|
847
|
+
"references": []
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"name": "qti-associable-hotspot",
|
|
851
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-hotspot**",
|
|
852
|
+
"attributes": [],
|
|
853
|
+
"references": []
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "qti-gap",
|
|
857
|
+
"description": "\n---\n",
|
|
858
|
+
"attributes": [{ "name": "tabindex", "values": [] }],
|
|
859
|
+
"references": []
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "qti-gap-img",
|
|
863
|
+
"description": "\n---\n",
|
|
864
|
+
"attributes": [{ "name": "tabindex", "values": [] }],
|
|
865
|
+
"references": []
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "qti-gap-text",
|
|
869
|
+
"description": "\n---\n\n\n### **Events:**\n ",
|
|
870
|
+
"attributes": [
|
|
871
|
+
{ "name": "tabindex", "values": [] },
|
|
872
|
+
{ "name": "identifier", "values": [] },
|
|
873
|
+
{ "name": "aria-disabled", "values": [] },
|
|
874
|
+
{ "name": "aria-readonly", "values": [] }
|
|
875
|
+
],
|
|
876
|
+
"references": []
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "qti-hottext",
|
|
880
|
+
"description": "\n---\n\n\n### **Events:**\n ",
|
|
881
|
+
"attributes": [
|
|
882
|
+
{ "name": "identifier", "values": [] },
|
|
883
|
+
{ "name": "tabindex", "values": [] },
|
|
884
|
+
{ "name": "aria-disabled", "values": [] },
|
|
885
|
+
{ "name": "aria-readonly", "values": [] }
|
|
886
|
+
],
|
|
887
|
+
"references": []
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"name": "qti-inline-choice",
|
|
891
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-inline-choice-register**\n- **qti-inline-choice-select**",
|
|
892
|
+
"attributes": [{ "name": "identifier", "values": [] }],
|
|
893
|
+
"references": []
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "test-element",
|
|
897
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
898
|
+
"attributes": [
|
|
899
|
+
{ "name": "class", "values": [] },
|
|
900
|
+
{ "name": "shuffle", "values": [] },
|
|
901
|
+
{ "name": "response-identifier", "values": [] },
|
|
902
|
+
{
|
|
903
|
+
"name": "disabled",
|
|
904
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
905
|
+
"values": []
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "readonly",
|
|
909
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
910
|
+
"values": []
|
|
911
|
+
}
|
|
912
|
+
],
|
|
913
|
+
"references": []
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "test-element",
|
|
917
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
918
|
+
"attributes": [
|
|
919
|
+
{ "name": "class", "values": [] },
|
|
920
|
+
{ "name": "shuffle", "values": [] },
|
|
921
|
+
{ "name": "response-identifier", "values": [] },
|
|
922
|
+
{
|
|
923
|
+
"name": "disabled",
|
|
924
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
925
|
+
"values": []
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "readonly",
|
|
929
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
930
|
+
"values": []
|
|
931
|
+
}
|
|
932
|
+
],
|
|
933
|
+
"references": []
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "test-element",
|
|
937
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-register-interaction**\n- **qti-interaction-response**",
|
|
938
|
+
"attributes": [
|
|
939
|
+
{ "name": "class", "values": [] },
|
|
940
|
+
{ "name": "shuffle", "values": [] },
|
|
941
|
+
{ "name": "response-identifier", "values": [] },
|
|
942
|
+
{
|
|
943
|
+
"name": "disabled",
|
|
944
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
945
|
+
"values": []
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "readonly",
|
|
949
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
950
|
+
"values": []
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"references": []
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "qti-item",
|
|
957
|
+
"description": "\n---\n\n\n### **Events:**\n - **qti-item-connected**",
|
|
958
|
+
"attributes": [
|
|
959
|
+
{ "name": "identifier", "values": [] },
|
|
960
|
+
{ "name": "href", "values": [] }
|
|
961
|
+
],
|
|
962
|
+
"references": []
|
|
963
|
+
}
|
|
964
|
+
]
|
|
965
|
+
}
|