@citolab/qti-components 6.0.3-9 → 6.0.3
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/LICENSE +674 -21
- package/dist/ExpressionResult-b1ac7b27.d.ts +23 -0
- package/dist/chunk-7KH3TY23.js +18 -0
- package/dist/chunk-7LF4QM4D.js +17 -0
- package/dist/chunk-M3YT56HW.js +1437 -0
- package/dist/{chunk-XN7FAHIO.js → chunk-MYPYIYN5.js} +28 -344
- package/dist/custom-elements.json +2083 -1292
- package/dist/index.css +1 -0
- package/dist/index.js +191 -2360
- package/dist/{qti-assessment-item-a65f152b.d.ts → qti-assessment-item-219cef9e.d.ts} +2 -19
- package/dist/qti-components/index.d.ts +156 -72
- package/dist/qti-components/index.js +77 -142
- package/dist/qti-components.js +13502 -0
- package/dist/qti-item/index.css +1 -0
- package/dist/qti-item/index.d.ts +9 -10
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.css +1 -0
- package/dist/qti-item-react/index.d.ts +4 -6
- package/dist/qti-item-react/index.js +1 -1
- package/dist/{qti-simple-choice-4df32b16.d.ts → qti-rule-5fe4f91e.d.ts} +25 -74
- package/dist/{qti-simple-choice-24c4c8e9.d.ts → qti-rule-e2aee685.d.ts} +31 -31
- package/dist/qti-transform/index.d.ts +2 -1
- package/dist/qti-transform/index.js +87 -2
- package/dist/themes/qti.css +261 -737
- package/dist/vite.svg +1 -0
- package/package.json +10 -4
- package/readme.md +88 -66
- package/dist/chunk-CTF6QUBO.js +0 -2211
- package/dist/chunk-N4ENDK7Q.js +0 -2211
- package/dist/chunk-NG425SE2.js +0 -2178
- package/dist/qti-assessment-item-f1fcf393.d.ts +0 -120
- package/dist/qti-simple-choice-988808a2.d.ts +0 -352
- package/dist/vscode.html-custom-data.json +0 -775
|
@@ -1,775 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 1.1,
|
|
3
|
-
"tags": [
|
|
4
|
-
{
|
|
5
|
-
"name": "qti-item",
|
|
6
|
-
"description": "\n\n\n---\n\n\n",
|
|
7
|
-
"attributes": [
|
|
8
|
-
{ "name": "disabled", "values": [] },
|
|
9
|
-
{ "name": "readonly", "values": [] },
|
|
10
|
-
{ "name": "in-shadow-root", "values": [] },
|
|
11
|
-
{ "name": "scale", "values": [] }
|
|
12
|
-
],
|
|
13
|
-
"references": []
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"name": "qti-assessment-item",
|
|
17
|
-
"description": "The qti-assessment-item element contains all the other QTI 3 item structures.\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-item-connected** - undefined\n- **qti-interaction-changed** - Emitted when an interaction is changed.\n- **qti-outcome-changed** - Emitted when the radio group receives user input.\n\n### **Slots:**\n - _default_ - The default slot where all the other QTI 3 item structures go.",
|
|
18
|
-
"attributes": [
|
|
19
|
-
{ "name": "disabled", "values": [] },
|
|
20
|
-
{ "name": "readonly", "values": [] },
|
|
21
|
-
{ "name": "title", "values": [] },
|
|
22
|
-
{ "name": "identifier", "values": [] }
|
|
23
|
-
],
|
|
24
|
-
"references": []
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"name": "qti-companion-materials-info",
|
|
28
|
-
"description": "\n\n\n---\n\n\n",
|
|
29
|
-
"attributes": [],
|
|
30
|
-
"references": []
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "qti-feedback",
|
|
34
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-feedback** - undefined",
|
|
35
|
-
"attributes": [
|
|
36
|
-
{ "name": "show-hide", "values": [] },
|
|
37
|
-
{ "name": "outcome-identifier", "values": [] },
|
|
38
|
-
{ "name": "identifier", "values": [] }
|
|
39
|
-
],
|
|
40
|
-
"references": []
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "qti-item-body",
|
|
44
|
-
"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\n\n\n\n### **Slots:**\n - _default_ - item body content.\n- **qti-rubric-block** - the qti rubric block is placed above the item",
|
|
45
|
-
"attributes": [],
|
|
46
|
-
"references": []
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "qti-associable-hotspot",
|
|
50
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-hotspot** - undefined",
|
|
51
|
-
"attributes": [],
|
|
52
|
-
"references": []
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "qti-gap-img",
|
|
56
|
-
"description": "\n\n\n---\n\n\n",
|
|
57
|
-
"attributes": [{ "name": "tabindex", "values": [] }],
|
|
58
|
-
"references": []
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "qti-gap-text",
|
|
62
|
-
"description": "\n\n\n---\n\n\n",
|
|
63
|
-
"attributes": [{ "name": "tabindex", "values": [] }],
|
|
64
|
-
"references": []
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "qti-gap",
|
|
68
|
-
"description": "\n\n\n---\n\n\n",
|
|
69
|
-
"attributes": [{ "name": "tabindex", "values": [] }],
|
|
70
|
-
"references": []
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "qti-hotspot-choice",
|
|
74
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-choice** - register itselves on a qti-choice-interaction element.\n- **qti-loose-choice** - de-register itselves on a qti-choice-interaction element.\n- **qti-choice-element-selected** - Emitted when the choice is selected.",
|
|
75
|
-
"attributes": [
|
|
76
|
-
{ "name": "aria-ordervalue", "values": [] },
|
|
77
|
-
{ "name": "identifier", "values": [] },
|
|
78
|
-
{ "name": "tabindex", "values": [] },
|
|
79
|
-
{ "name": "aria-disabled", "values": [] },
|
|
80
|
-
{ "name": "aria-readonly", "values": [] },
|
|
81
|
-
{ "name": "aria-checked", "values": [] }
|
|
82
|
-
],
|
|
83
|
-
"references": []
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"name": "qti-hottext",
|
|
87
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-choice** - register itselves on a qti-choice-interaction element.\n- **qti-loose-choice** - de-register itselves on a qti-choice-interaction element.\n- **qti-choice-element-selected** - Emitted when the choice is selected.",
|
|
88
|
-
"attributes": [
|
|
89
|
-
{ "name": "identifier", "values": [] },
|
|
90
|
-
{ "name": "tabindex", "values": [] },
|
|
91
|
-
{ "name": "aria-disabled", "values": [] },
|
|
92
|
-
{ "name": "aria-readonly", "values": [] },
|
|
93
|
-
{ "name": "aria-checked", "values": [] }
|
|
94
|
-
],
|
|
95
|
-
"references": []
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "qti-inline-choice",
|
|
99
|
-
"description": "\n\n\n---\n\n\n",
|
|
100
|
-
"attributes": [],
|
|
101
|
-
"references": []
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "qti-simple-associable-choice",
|
|
105
|
-
"description": "\n\n\n---\n\n\n",
|
|
106
|
-
"attributes": [],
|
|
107
|
-
"references": []
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "qti-simple-choice",
|
|
111
|
-
"description": "Short summary of the component's intended use.\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-choice-element-selected** - Emitted when a choice is selected.\n- **qti-register-choice** - Emitted when an choice is added\n- **qti-loose-choice** - Emitted when a choice is removed\n\n### **Slots:**\n - _default_ - The default slot.",
|
|
112
|
-
"attributes": [
|
|
113
|
-
{ "name": "identifier", "values": [] },
|
|
114
|
-
{ "name": "tabindex", "values": [] },
|
|
115
|
-
{ "name": "aria-disabled", "values": [] },
|
|
116
|
-
{ "name": "aria-readonly", "values": [] },
|
|
117
|
-
{ "name": "aria-checked", "values": [] }
|
|
118
|
-
],
|
|
119
|
-
"references": []
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"name": "qti-prompt",
|
|
123
|
-
"description": "\n\n\n---\n\n\n",
|
|
124
|
-
"attributes": [],
|
|
125
|
-
"references": []
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"name": "qti-content-body",
|
|
129
|
-
"description": "\n\n\n---\n\n\n",
|
|
130
|
-
"attributes": [],
|
|
131
|
-
"references": []
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"name": "qti-rubric-block",
|
|
135
|
-
"description": "\n\n\n---\n\n\n",
|
|
136
|
-
"attributes": [
|
|
137
|
-
{ "name": "id", "values": [] },
|
|
138
|
-
{
|
|
139
|
-
"name": "use",
|
|
140
|
-
"values": [
|
|
141
|
-
{ "name": "instructions" },
|
|
142
|
-
{ "name": "scoring" },
|
|
143
|
-
{ "name": "navigation" }
|
|
144
|
-
]
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "view",
|
|
148
|
-
"values": [
|
|
149
|
-
{ "name": "author" },
|
|
150
|
-
{ "name": "candidate" },
|
|
151
|
-
{ "name": "proctor" },
|
|
152
|
-
{ "name": "scorer" },
|
|
153
|
-
{ "name": "testConstructor" },
|
|
154
|
-
{ "name": "tutor" }
|
|
155
|
-
]
|
|
156
|
-
},
|
|
157
|
-
{ "name": "class", "values": [] }
|
|
158
|
-
],
|
|
159
|
-
"references": []
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"name": "qti-stylesheet",
|
|
163
|
-
"description": "\n\n\n---\n\n\n",
|
|
164
|
-
"attributes": [],
|
|
165
|
-
"references": []
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"name": "qti-variabledeclaration",
|
|
169
|
-
"description": "\n\n\n---\n\n\n",
|
|
170
|
-
"attributes": [],
|
|
171
|
-
"references": []
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"name": "qti-feedback-inline",
|
|
175
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-feedback** - undefined",
|
|
176
|
-
"attributes": [
|
|
177
|
-
{ "name": "show-hide", "values": [] },
|
|
178
|
-
{ "name": "outcome-identifier", "values": [] },
|
|
179
|
-
{ "name": "identifier", "values": [] }
|
|
180
|
-
],
|
|
181
|
-
"references": []
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"name": "qti-modal-feedback",
|
|
185
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-feedback** - undefined",
|
|
186
|
-
"attributes": [
|
|
187
|
-
{ "name": "show-hide", "values": [] },
|
|
188
|
-
{ "name": "outcome-identifier", "values": [] },
|
|
189
|
-
{ "name": "identifier", "values": [] }
|
|
190
|
-
],
|
|
191
|
-
"references": []
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "qti-associate-interaction",
|
|
195
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
196
|
-
"attributes": [
|
|
197
|
-
{ "name": "response-identifier", "values": [] },
|
|
198
|
-
{ "name": "disabled", "values": [] },
|
|
199
|
-
{ "name": "readonly", "values": [] },
|
|
200
|
-
{ "name": "min-associations", "values": [] },
|
|
201
|
-
{ "name": "max-associations", "values": [] }
|
|
202
|
-
],
|
|
203
|
-
"references": []
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "qti-choice-interaction",
|
|
207
|
-
"description": "The ChoiceInteraction.Type (qti-choice-interaction) interaction presents a collection of choices to the candidate.\n\n\n---\n\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.",
|
|
208
|
-
"attributes": [
|
|
209
|
-
{
|
|
210
|
-
"name": "orientation",
|
|
211
|
-
"description": "orientation of choices",
|
|
212
|
-
"values": [{ "name": "horizontal" }, { "name": "vertical" }]
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "min-choices",
|
|
216
|
-
"description": "the minimal number of selections a candidate must make",
|
|
217
|
-
"values": []
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"name": "max-choices",
|
|
221
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
222
|
-
"values": []
|
|
223
|
-
},
|
|
224
|
-
{ "name": "response-identifier", "values": [] },
|
|
225
|
-
{
|
|
226
|
-
"name": "disabled",
|
|
227
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
228
|
-
"values": []
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "readonly",
|
|
232
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
233
|
-
"values": []
|
|
234
|
-
}
|
|
235
|
-
],
|
|
236
|
-
"references": []
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"name": "qti-extended-text-interaction",
|
|
240
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
241
|
-
"attributes": [
|
|
242
|
-
{
|
|
243
|
-
"name": "expected-length",
|
|
244
|
-
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
245
|
-
"values": []
|
|
246
|
-
},
|
|
247
|
-
{ "name": "pattern-mask", "values": [] },
|
|
248
|
-
{
|
|
249
|
-
"name": "placeholder-text",
|
|
250
|
-
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
251
|
-
"values": []
|
|
252
|
-
},
|
|
253
|
-
{ "name": "class", "values": [] },
|
|
254
|
-
{ "name": "response-identifier", "values": [] },
|
|
255
|
-
{
|
|
256
|
-
"name": "disabled",
|
|
257
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
258
|
-
"values": []
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"name": "readonly",
|
|
262
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
263
|
-
"values": []
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"references": []
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"name": "qti-gap-match-interaction",
|
|
270
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
271
|
-
"attributes": [
|
|
272
|
-
{ "name": "response-identifier", "values": [] },
|
|
273
|
-
{ "name": "disabled", "values": [] },
|
|
274
|
-
{ "name": "readonly", "values": [] },
|
|
275
|
-
{ "name": "min-associations", "values": [] },
|
|
276
|
-
{ "name": "max-associations", "values": [] }
|
|
277
|
-
],
|
|
278
|
-
"references": []
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"name": "qti-graphic-gap-match-interaction",
|
|
282
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
283
|
-
"attributes": [
|
|
284
|
-
{ "name": "response-identifier", "values": [] },
|
|
285
|
-
{ "name": "disabled", "values": [] },
|
|
286
|
-
{ "name": "readonly", "values": [] },
|
|
287
|
-
{ "name": "min-associations", "values": [] },
|
|
288
|
-
{ "name": "max-associations", "values": [] }
|
|
289
|
-
],
|
|
290
|
-
"references": []
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"name": "qti-graphic-order-interaction",
|
|
294
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
295
|
-
"attributes": [
|
|
296
|
-
{
|
|
297
|
-
"name": "min-choices",
|
|
298
|
-
"description": "the minimal number of selections a candidate must make",
|
|
299
|
-
"values": []
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"name": "max-choices",
|
|
303
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
304
|
-
"values": []
|
|
305
|
-
},
|
|
306
|
-
{ "name": "response-identifier", "values": [] },
|
|
307
|
-
{
|
|
308
|
-
"name": "disabled",
|
|
309
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
310
|
-
"values": []
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"name": "readonly",
|
|
314
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
315
|
-
"values": []
|
|
316
|
-
}
|
|
317
|
-
],
|
|
318
|
-
"references": []
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"name": "qti-hottext-interaction",
|
|
322
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
323
|
-
"attributes": [
|
|
324
|
-
{
|
|
325
|
-
"name": "min-choices",
|
|
326
|
-
"description": "the minimal number of selections a candidate must make",
|
|
327
|
-
"values": []
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"name": "max-choices",
|
|
331
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
332
|
-
"values": []
|
|
333
|
-
},
|
|
334
|
-
{ "name": "response-identifier", "values": [] },
|
|
335
|
-
{
|
|
336
|
-
"name": "disabled",
|
|
337
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
338
|
-
"values": []
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"name": "readonly",
|
|
342
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
343
|
-
"values": []
|
|
344
|
-
}
|
|
345
|
-
],
|
|
346
|
-
"references": []
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"name": "qti-inline-choice-interaction",
|
|
350
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
351
|
-
"attributes": [
|
|
352
|
-
{ "name": "", "values": [] },
|
|
353
|
-
{ "name": "response-identifier", "values": [] },
|
|
354
|
-
{
|
|
355
|
-
"name": "disabled",
|
|
356
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
357
|
-
"values": []
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"name": "readonly",
|
|
361
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
362
|
-
"values": []
|
|
363
|
-
}
|
|
364
|
-
],
|
|
365
|
-
"references": []
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"name": "qti-graphic-associate-interaction",
|
|
369
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
370
|
-
"attributes": [
|
|
371
|
-
{ "name": "response-identifier", "values": [] },
|
|
372
|
-
{
|
|
373
|
-
"name": "disabled",
|
|
374
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
375
|
-
"values": []
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "readonly",
|
|
379
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
380
|
-
"values": []
|
|
381
|
-
}
|
|
382
|
-
],
|
|
383
|
-
"references": []
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"name": "qti-hotspot-interaction",
|
|
387
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
388
|
-
"attributes": [
|
|
389
|
-
{
|
|
390
|
-
"name": "min-choices",
|
|
391
|
-
"description": "the minimal number of selections a candidate must make",
|
|
392
|
-
"values": []
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"name": "max-choices",
|
|
396
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
397
|
-
"values": []
|
|
398
|
-
},
|
|
399
|
-
{ "name": "response-identifier", "values": [] },
|
|
400
|
-
{
|
|
401
|
-
"name": "disabled",
|
|
402
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
403
|
-
"values": []
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"name": "readonly",
|
|
407
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
408
|
-
"values": []
|
|
409
|
-
}
|
|
410
|
-
],
|
|
411
|
-
"references": []
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"name": "qti-match-interaction",
|
|
415
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
416
|
-
"attributes": [
|
|
417
|
-
{ "name": "response-identifier", "values": [] },
|
|
418
|
-
{ "name": "disabled", "values": [] },
|
|
419
|
-
{ "name": "readonly", "values": [] },
|
|
420
|
-
{ "name": "min-associations", "values": [] },
|
|
421
|
-
{ "name": "max-associations", "values": [] }
|
|
422
|
-
],
|
|
423
|
-
"references": []
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"name": "qti-media-interaction",
|
|
427
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
428
|
-
"attributes": [
|
|
429
|
-
{ "name": "", "values": [] },
|
|
430
|
-
{ "name": "response-identifier", "values": [] },
|
|
431
|
-
{
|
|
432
|
-
"name": "disabled",
|
|
433
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
434
|
-
"values": []
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"name": "readonly",
|
|
438
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
439
|
-
"values": []
|
|
440
|
-
}
|
|
441
|
-
],
|
|
442
|
-
"references": []
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"name": "qti-order-interaction",
|
|
446
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
447
|
-
"attributes": [
|
|
448
|
-
{
|
|
449
|
-
"name": "orientation",
|
|
450
|
-
"description": "orientation of choices",
|
|
451
|
-
"values": [{ "name": "horizontal" }, { "name": "vertical" }]
|
|
452
|
-
},
|
|
453
|
-
{ "name": "response-identifier", "values": [] },
|
|
454
|
-
{ "name": "disabled", "values": [] },
|
|
455
|
-
{ "name": "readonly", "values": [] },
|
|
456
|
-
{ "name": "min-associations", "values": [] },
|
|
457
|
-
{ "name": "max-associations", "values": [] }
|
|
458
|
-
],
|
|
459
|
-
"references": []
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"name": "qti-portable-custom-interaction",
|
|
463
|
-
"description": "\n\n\n---\n\n\n",
|
|
464
|
-
"attributes": [
|
|
465
|
-
{ "name": "response-identifier", "values": [] },
|
|
466
|
-
{ "name": "module", "values": [] },
|
|
467
|
-
{ "name": "custom-interaction-type-identifier", "values": [] },
|
|
468
|
-
{ "name": "base-url", "values": [] }
|
|
469
|
-
],
|
|
470
|
-
"references": []
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"name": "qti-slider-interaction",
|
|
474
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
475
|
-
"attributes": [
|
|
476
|
-
{ "name": "value", "values": [] },
|
|
477
|
-
{ "name": "step-label", "values": [] },
|
|
478
|
-
{ "name": "reverse", "values": [] },
|
|
479
|
-
{ "name": "lower-bound", "values": [] },
|
|
480
|
-
{ "name": "upper-bound", "values": [] },
|
|
481
|
-
{ "name": "step", "values": [] },
|
|
482
|
-
{ "name": "response-identifier", "values": [] },
|
|
483
|
-
{
|
|
484
|
-
"name": "disabled",
|
|
485
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
486
|
-
"values": []
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"name": "readonly",
|
|
490
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
491
|
-
"values": []
|
|
492
|
-
}
|
|
493
|
-
],
|
|
494
|
-
"references": []
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"name": "qti-text-entry-interaction",
|
|
498
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
499
|
-
"attributes": [
|
|
500
|
-
{ "name": "expected-length", "values": [] },
|
|
501
|
-
{ "name": "pattern-mask", "values": [] },
|
|
502
|
-
{ "name": "placeholder-text", "values": [] },
|
|
503
|
-
{ "name": "class", "values": [] },
|
|
504
|
-
{ "name": "response-identifier", "values": [] },
|
|
505
|
-
{
|
|
506
|
-
"name": "disabled",
|
|
507
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
508
|
-
"values": []
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"name": "readonly",
|
|
512
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
513
|
-
"values": []
|
|
514
|
-
}
|
|
515
|
-
],
|
|
516
|
-
"references": []
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"name": "qti-response-else",
|
|
520
|
-
"description": "\n\n\n---\n\n\n",
|
|
521
|
-
"attributes": [
|
|
522
|
-
{ "name": "debugCalculateResult", "values": [{ "name": "object" }] }
|
|
523
|
-
],
|
|
524
|
-
"references": []
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"name": "qti-expression",
|
|
528
|
-
"description": "\n\n\n---\n\n\n",
|
|
529
|
-
"attributes": [],
|
|
530
|
-
"references": []
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"name": "qti-response-processing",
|
|
534
|
-
"description": "\n\n\n---\n\n\n",
|
|
535
|
-
"attributes": [{ "name": "identifier", "values": [] }],
|
|
536
|
-
"references": []
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"name": "qti-position-object-interaction",
|
|
540
|
-
"description": "\n\n\n---\n\n\n",
|
|
541
|
-
"attributes": [],
|
|
542
|
-
"references": []
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"name": "qti-position-object-stage",
|
|
546
|
-
"description": "\n\n\n---\n\n\n",
|
|
547
|
-
"attributes": [],
|
|
548
|
-
"references": []
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"name": "qti-select-point-interaction",
|
|
552
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
553
|
-
"attributes": [
|
|
554
|
-
{ "name": "max-choices", "values": [] },
|
|
555
|
-
{ "name": "min-choices", "values": [] },
|
|
556
|
-
{ "name": "response-identifier", "values": [] },
|
|
557
|
-
{
|
|
558
|
-
"name": "disabled",
|
|
559
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
560
|
-
"values": []
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"name": "readonly",
|
|
564
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
565
|
-
"values": []
|
|
566
|
-
}
|
|
567
|
-
],
|
|
568
|
-
"references": []
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "qti-rule",
|
|
572
|
-
"description": "\n\n\n---\n\n\n",
|
|
573
|
-
"attributes": [],
|
|
574
|
-
"references": []
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"name": "qti-outcome-declaration",
|
|
578
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-variable** - undefined",
|
|
579
|
-
"attributes": [
|
|
580
|
-
{ "name": "identifier", "values": [] },
|
|
581
|
-
{ "name": "cardinality", "values": [] },
|
|
582
|
-
{ "name": "base-type", "values": [] }
|
|
583
|
-
],
|
|
584
|
-
"references": []
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"name": "qti-response-declaration",
|
|
588
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-variable** - undefined",
|
|
589
|
-
"attributes": [
|
|
590
|
-
{ "name": "base-type", "values": [{ "name": "BaseType" }] },
|
|
591
|
-
{ "name": "identifier", "values": [] },
|
|
592
|
-
{ "name": "cardinality", "values": [{ "name": "Cardinality" }] }
|
|
593
|
-
],
|
|
594
|
-
"references": []
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"name": "qti-choice",
|
|
598
|
-
"description": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-choice** - register itselves on a qti-choice-interaction element.\n- **qti-loose-choice** - de-register itselves on a qti-choice-interaction element.\n- **qti-choice-element-selected** - Emitted when the choice is selected.\n\n### **Slots:**\n - _default_ - The choices slot element",
|
|
599
|
-
"attributes": [
|
|
600
|
-
{ "name": "identifier", "values": [] },
|
|
601
|
-
{ "name": "tabindex", "values": [] },
|
|
602
|
-
{ "name": "aria-disabled", "values": [] },
|
|
603
|
-
{ "name": "aria-readonly", "values": [] },
|
|
604
|
-
{ "name": "aria-checked", "values": [] }
|
|
605
|
-
],
|
|
606
|
-
"references": []
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"name": "interaction",
|
|
610
|
-
"description": "\n\n\n---\n\n\n\n\n### **Events:**\n - **qti-register-interaction** - undefined\n- **qti-interaction-response** - undefined",
|
|
611
|
-
"attributes": [
|
|
612
|
-
{ "name": "response-identifier", "values": [] },
|
|
613
|
-
{
|
|
614
|
-
"name": "disabled",
|
|
615
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
616
|
-
"values": []
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "readonly",
|
|
620
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
621
|
-
"values": []
|
|
622
|
-
}
|
|
623
|
-
],
|
|
624
|
-
"references": []
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"name": "qti-response-if",
|
|
628
|
-
"description": "\n\n\n---\n\n\n",
|
|
629
|
-
"attributes": [
|
|
630
|
-
{ "name": "debugCalculateResult", "values": [{ "name": "object" }] }
|
|
631
|
-
],
|
|
632
|
-
"references": []
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"name": "qti-base-value",
|
|
636
|
-
"description": "\n\n\n---\n\n\n",
|
|
637
|
-
"attributes": [
|
|
638
|
-
{ "name": "baseType", "values": [{ "name": "BaseType" }] }
|
|
639
|
-
],
|
|
640
|
-
"references": []
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "qti-and",
|
|
644
|
-
"description": "\n\n\n---\n\n\n",
|
|
645
|
-
"attributes": [],
|
|
646
|
-
"references": []
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"name": "qti-contains",
|
|
650
|
-
"description": "\n\n\n---\n\n\n",
|
|
651
|
-
"attributes": [],
|
|
652
|
-
"references": []
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"name": "qti-correct",
|
|
656
|
-
"description": "\n\n\n---\n\n\n",
|
|
657
|
-
"attributes": [],
|
|
658
|
-
"references": []
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"name": "qti-gte",
|
|
662
|
-
"description": "\n\n\n---\n\n\n",
|
|
663
|
-
"attributes": [],
|
|
664
|
-
"references": []
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"name": "qti-gt",
|
|
668
|
-
"description": "\n\n\n---\n\n\n",
|
|
669
|
-
"attributes": [],
|
|
670
|
-
"references": []
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "qti-equal",
|
|
674
|
-
"description": "\n\n\n---\n\n\n",
|
|
675
|
-
"attributes": [
|
|
676
|
-
{
|
|
677
|
-
"name": "toleranceMode",
|
|
678
|
-
"values": [
|
|
679
|
-
{ "name": "exact" },
|
|
680
|
-
{ "name": "relative" },
|
|
681
|
-
{ "name": "absolute" }
|
|
682
|
-
]
|
|
683
|
-
}
|
|
684
|
-
],
|
|
685
|
-
"references": []
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"name": "qti-is-null",
|
|
689
|
-
"description": "\n\n\n---\n\n\n",
|
|
690
|
-
"attributes": [],
|
|
691
|
-
"references": []
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"name": "qti-mapping",
|
|
695
|
-
"description": "\n\n\n---\n\n\n",
|
|
696
|
-
"attributes": [
|
|
697
|
-
{ "name": "default-value", "values": [] },
|
|
698
|
-
{ "name": "lower-bound", "values": [] },
|
|
699
|
-
{ "name": "upper-bound", "values": [] }
|
|
700
|
-
],
|
|
701
|
-
"references": []
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"name": "qti-map-response",
|
|
705
|
-
"description": "\n\n\n---\n\n\n",
|
|
706
|
-
"attributes": [{ "name": "identifier", "values": [] }],
|
|
707
|
-
"references": []
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"name": "qti-match",
|
|
711
|
-
"description": "\n\n\n---\n\n\n",
|
|
712
|
-
"attributes": [],
|
|
713
|
-
"references": []
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"name": "qti-equal-rounded",
|
|
717
|
-
"description": "\n\n\n---\n\n\n",
|
|
718
|
-
"attributes": [
|
|
719
|
-
{
|
|
720
|
-
"name": "roundingMode",
|
|
721
|
-
"values": [
|
|
722
|
-
{ "name": "" },
|
|
723
|
-
{ "name": "decimalPlaces" },
|
|
724
|
-
{ "name": "significantFigures" }
|
|
725
|
-
]
|
|
726
|
-
}
|
|
727
|
-
],
|
|
728
|
-
"references": []
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "qti-multiple",
|
|
732
|
-
"description": "\n\n\n---\n\n\n",
|
|
733
|
-
"attributes": [],
|
|
734
|
-
"references": []
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"name": "qti-or",
|
|
738
|
-
"description": "\n\n\n---\n\n\n",
|
|
739
|
-
"attributes": [],
|
|
740
|
-
"references": []
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"name": "qti-variable",
|
|
744
|
-
"description": "\n\n\n---\n\n\n",
|
|
745
|
-
"attributes": [],
|
|
746
|
-
"references": []
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"name": "qti-response-condition",
|
|
750
|
-
"description": "\n\n\n---\n\n\n",
|
|
751
|
-
"attributes": [],
|
|
752
|
-
"references": []
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"name": "qti-ordered",
|
|
756
|
-
"description": "\n\n\n---\n\n\n",
|
|
757
|
-
"attributes": [],
|
|
758
|
-
"references": []
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"name": "qti-set-outcome-value",
|
|
762
|
-
"description": "\n\n\n---\n\n\n",
|
|
763
|
-
"attributes": [],
|
|
764
|
-
"references": []
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"name": "qti-response-else-if",
|
|
768
|
-
"description": "\n\n\n---\n\n\n",
|
|
769
|
-
"attributes": [
|
|
770
|
-
{ "name": "debugCalculateResult", "values": [{ "name": "object" }] }
|
|
771
|
-
],
|
|
772
|
-
"references": []
|
|
773
|
-
}
|
|
774
|
-
]
|
|
775
|
-
}
|