@citolab/qti-components 6.0.3-2 → 6.0.3-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/dist/custom-elements.json +943 -943
- package/dist/index.css +1 -1
- package/dist/index.js +37 -37
- package/dist/qti-components/index.d.ts +4 -38
- package/dist/qti-components/index.js +36 -36
- package/dist/qti-components.js +13516 -0
- package/dist/qti-item/index.css +1 -1
- package/dist/qti-item-react/index.css +1 -1
- package/dist/qti-item-react/index.d.ts +2 -1
- package/dist/{qti-rule-a6e85d06.d.ts → qti-rule-e2aee685.d.ts} +47 -1
- package/dist/themes/qti.css +14 -8
- package/dist/vite.svg +1 -0
- package/package.json +2 -2
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "src/lib/qti-
|
|
7
|
+
"path": "src/lib/qti-components/index.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
10
|
{
|
|
@@ -12,161 +12,79 @@
|
|
|
12
12
|
"name": "*",
|
|
13
13
|
"declaration": {
|
|
14
14
|
"name": "*",
|
|
15
|
-
"package": "./qti-
|
|
15
|
+
"package": "./qti-utilities/ExpressionResult"
|
|
16
16
|
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"kind": "javascript-module",
|
|
22
|
-
"path": "src/lib/qti-item/qti-item.ts",
|
|
23
|
-
"declarations": [
|
|
17
|
+
},
|
|
24
18
|
{
|
|
25
|
-
"kind": "
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"type": {
|
|
33
|
-
"text": "boolean"
|
|
34
|
-
},
|
|
35
|
-
"default": "false",
|
|
36
|
-
"fieldName": "disabled"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "readonly",
|
|
40
|
-
"type": {
|
|
41
|
-
"text": "boolean"
|
|
42
|
-
},
|
|
43
|
-
"default": "false",
|
|
44
|
-
"fieldName": "readonly"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "xml",
|
|
48
|
-
"fieldName": "xml"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "scale",
|
|
52
|
-
"type": {
|
|
53
|
-
"text": "number"
|
|
54
|
-
},
|
|
55
|
-
"default": "1",
|
|
56
|
-
"fieldName": "scale",
|
|
57
|
-
"inheritedFrom": {
|
|
58
|
-
"name": "ScaleToFitMixin",
|
|
59
|
-
"module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"mixins": [
|
|
64
|
-
{
|
|
65
|
-
"name": "ScaleToFitMixin",
|
|
66
|
-
"module": "/src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin"
|
|
67
|
-
}
|
|
68
|
-
],
|
|
69
|
-
"superclass": {
|
|
70
|
-
"name": "LitElement",
|
|
71
|
-
"package": "lit"
|
|
72
|
-
},
|
|
73
|
-
"tagName": "qti-item",
|
|
74
|
-
"customElement": true
|
|
75
|
-
}
|
|
76
|
-
],
|
|
77
|
-
"exports": [
|
|
19
|
+
"kind": "js",
|
|
20
|
+
"name": "*",
|
|
21
|
+
"declaration": {
|
|
22
|
+
"name": "*",
|
|
23
|
+
"package": "./qti-utilities/EventTypes"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
78
26
|
{
|
|
79
27
|
"kind": "js",
|
|
80
|
-
"name": "
|
|
28
|
+
"name": "*",
|
|
81
29
|
"declaration": {
|
|
82
|
-
"name": "
|
|
83
|
-
"
|
|
30
|
+
"name": "*",
|
|
31
|
+
"package": "./qti-utilities/EventStrings"
|
|
84
32
|
}
|
|
85
33
|
},
|
|
86
34
|
{
|
|
87
|
-
"kind": "
|
|
88
|
-
"name": "
|
|
35
|
+
"kind": "js",
|
|
36
|
+
"name": "*",
|
|
89
37
|
"declaration": {
|
|
90
|
-
"name": "
|
|
91
|
-
"
|
|
38
|
+
"name": "*",
|
|
39
|
+
"package": "./qti-utilities/ResponseVariable"
|
|
92
40
|
}
|
|
93
|
-
}
|
|
94
|
-
]
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"kind": "javascript-module",
|
|
98
|
-
"path": "src/lib/qti-transform/index.ts",
|
|
99
|
-
"declarations": [],
|
|
100
|
-
"exports": [
|
|
41
|
+
},
|
|
101
42
|
{
|
|
102
43
|
"kind": "js",
|
|
103
44
|
"name": "*",
|
|
104
45
|
"declaration": {
|
|
105
46
|
"name": "*",
|
|
106
|
-
"package": "./qti-
|
|
47
|
+
"package": "./qti-utilities/OutcomeVariable"
|
|
107
48
|
}
|
|
108
|
-
}
|
|
109
|
-
]
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"kind": "javascript-module",
|
|
113
|
-
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
114
|
-
"declarations": [
|
|
49
|
+
},
|
|
115
50
|
{
|
|
116
|
-
"kind": "
|
|
117
|
-
"name": "
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"text": "string"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
]
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "*",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "*",
|
|
55
|
+
"package": "./qti-assessment-item/qti-assessment-item"
|
|
56
|
+
}
|
|
126
57
|
},
|
|
127
58
|
{
|
|
128
|
-
"kind": "
|
|
129
|
-
"name": "
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
]
|
|
138
|
-
}
|
|
139
|
-
],
|
|
140
|
-
"exports": [
|
|
59
|
+
"kind": "js",
|
|
60
|
+
"name": "*",
|
|
61
|
+
"declaration": {
|
|
62
|
+
"name": "*",
|
|
63
|
+
"package": "./qti-stylesheet/qti-stylesheet"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
141
66
|
{
|
|
142
67
|
"kind": "js",
|
|
143
|
-
"name": "
|
|
68
|
+
"name": "*",
|
|
144
69
|
"declaration": {
|
|
145
|
-
"name": "
|
|
146
|
-
"
|
|
70
|
+
"name": "*",
|
|
71
|
+
"package": "./qti-item-body/qti-item-body"
|
|
147
72
|
}
|
|
148
73
|
},
|
|
149
74
|
{
|
|
150
75
|
"kind": "js",
|
|
151
|
-
"name": "
|
|
76
|
+
"name": "*",
|
|
152
77
|
"declaration": {
|
|
153
|
-
"name": "
|
|
154
|
-
"
|
|
78
|
+
"name": "*",
|
|
79
|
+
"package": "./qti-prompt/qti-prompt"
|
|
155
80
|
}
|
|
156
|
-
}
|
|
157
|
-
]
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"kind": "javascript-module",
|
|
161
|
-
"path": "src/lib/qti-test/index.ts",
|
|
162
|
-
"declarations": [],
|
|
163
|
-
"exports": [
|
|
81
|
+
},
|
|
164
82
|
{
|
|
165
83
|
"kind": "js",
|
|
166
84
|
"name": "*",
|
|
167
85
|
"declaration": {
|
|
168
86
|
"name": "*",
|
|
169
|
-
"package": "./qti-
|
|
87
|
+
"package": "./qti-interaction/internal/choice/qti-choice"
|
|
170
88
|
}
|
|
171
89
|
},
|
|
172
90
|
{
|
|
@@ -174,365 +92,103 @@
|
|
|
174
92
|
"name": "*",
|
|
175
93
|
"declaration": {
|
|
176
94
|
"name": "*",
|
|
177
|
-
"package": "./qti-
|
|
95
|
+
"package": "./qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration"
|
|
178
96
|
}
|
|
179
|
-
}
|
|
180
|
-
]
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"kind": "javascript-module",
|
|
184
|
-
"path": "src/lib/qti-test/qti-test-buttons.ts",
|
|
185
|
-
"declarations": [
|
|
97
|
+
},
|
|
186
98
|
{
|
|
187
|
-
"kind": "
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
"name": "TextButtonMixin",
|
|
194
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
195
|
-
}
|
|
196
|
-
],
|
|
197
|
-
"superclass": {
|
|
198
|
-
"name": "LitElement",
|
|
199
|
-
"package": "lit"
|
|
200
|
-
},
|
|
201
|
-
"tagName": "qti-test-next",
|
|
202
|
-
"customElement": true,
|
|
203
|
-
"events": [
|
|
204
|
-
{
|
|
205
|
-
"name": "event",
|
|
206
|
-
"type": {
|
|
207
|
-
"text": "CustomEvent"
|
|
208
|
-
},
|
|
209
|
-
"inheritedFrom": {
|
|
210
|
-
"name": "TextButtonMixin",
|
|
211
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
]
|
|
99
|
+
"kind": "js",
|
|
100
|
+
"name": "*",
|
|
101
|
+
"declaration": {
|
|
102
|
+
"name": "*",
|
|
103
|
+
"package": "./qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration"
|
|
104
|
+
}
|
|
215
105
|
},
|
|
216
106
|
{
|
|
217
|
-
"kind": "
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
"name": "TextButtonMixin",
|
|
224
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
225
|
-
}
|
|
226
|
-
],
|
|
227
|
-
"superclass": {
|
|
228
|
-
"name": "LitElement",
|
|
229
|
-
"package": "lit"
|
|
230
|
-
},
|
|
231
|
-
"tagName": "qti-test-item",
|
|
232
|
-
"customElement": true,
|
|
233
|
-
"events": [
|
|
234
|
-
{
|
|
235
|
-
"name": "event",
|
|
236
|
-
"type": {
|
|
237
|
-
"text": "CustomEvent"
|
|
238
|
-
},
|
|
239
|
-
"inheritedFrom": {
|
|
240
|
-
"name": "TextButtonMixin",
|
|
241
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
]
|
|
107
|
+
"kind": "js",
|
|
108
|
+
"name": "*",
|
|
109
|
+
"declaration": {
|
|
110
|
+
"name": "*",
|
|
111
|
+
"package": "./qti-companion-materials-info/qti-companion-materials-info"
|
|
112
|
+
}
|
|
245
113
|
},
|
|
246
114
|
{
|
|
247
|
-
"kind": "
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
"name": "TextButtonMixin",
|
|
254
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
255
|
-
}
|
|
256
|
-
],
|
|
257
|
-
"superclass": {
|
|
258
|
-
"name": "LitElement",
|
|
259
|
-
"package": "lit"
|
|
260
|
-
},
|
|
261
|
-
"tagName": "qti-test-prev",
|
|
262
|
-
"customElement": true,
|
|
263
|
-
"events": [
|
|
264
|
-
{
|
|
265
|
-
"name": "event",
|
|
266
|
-
"type": {
|
|
267
|
-
"text": "CustomEvent"
|
|
268
|
-
},
|
|
269
|
-
"inheritedFrom": {
|
|
270
|
-
"name": "TextButtonMixin",
|
|
271
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
]
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"kind": "class",
|
|
278
|
-
"description": "",
|
|
279
|
-
"name": "anonymous_3",
|
|
280
|
-
"members": [],
|
|
281
|
-
"mixins": [
|
|
282
|
-
{
|
|
283
|
-
"name": "TextButtonMixin",
|
|
284
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
285
|
-
}
|
|
286
|
-
],
|
|
287
|
-
"superclass": {
|
|
288
|
-
"name": "LitElement",
|
|
289
|
-
"package": "lit"
|
|
290
|
-
},
|
|
291
|
-
"tagName": "qti-test-check",
|
|
292
|
-
"customElement": true,
|
|
293
|
-
"events": [
|
|
294
|
-
{
|
|
295
|
-
"name": "event",
|
|
296
|
-
"type": {
|
|
297
|
-
"text": "CustomEvent"
|
|
298
|
-
},
|
|
299
|
-
"inheritedFrom": {
|
|
300
|
-
"name": "TextButtonMixin",
|
|
301
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
]
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"kind": "class",
|
|
308
|
-
"description": "",
|
|
309
|
-
"name": "anonymous_4",
|
|
310
|
-
"members": [],
|
|
311
|
-
"mixins": [
|
|
312
|
-
{
|
|
313
|
-
"name": "TextButtonMixin",
|
|
314
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
315
|
-
}
|
|
316
|
-
],
|
|
317
|
-
"superclass": {
|
|
318
|
-
"name": "LitElement",
|
|
319
|
-
"package": "lit"
|
|
320
|
-
},
|
|
321
|
-
"tagName": "qti-test-score",
|
|
322
|
-
"customElement": true,
|
|
323
|
-
"events": [
|
|
324
|
-
{
|
|
325
|
-
"name": "event",
|
|
326
|
-
"type": {
|
|
327
|
-
"text": "CustomEvent"
|
|
328
|
-
},
|
|
329
|
-
"inheritedFrom": {
|
|
330
|
-
"name": "TextButtonMixin",
|
|
331
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
]
|
|
115
|
+
"kind": "js",
|
|
116
|
+
"name": "*",
|
|
117
|
+
"declaration": {
|
|
118
|
+
"name": "*",
|
|
119
|
+
"package": "./qti-rubric-block/qti-rubric-block"
|
|
120
|
+
}
|
|
335
121
|
},
|
|
336
122
|
{
|
|
337
|
-
"kind": "
|
|
338
|
-
"
|
|
339
|
-
"name": "anonymous_5",
|
|
340
|
-
"members": [],
|
|
341
|
-
"mixins": [
|
|
342
|
-
{
|
|
343
|
-
"name": "TextButtonMixin",
|
|
344
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
345
|
-
}
|
|
346
|
-
],
|
|
347
|
-
"superclass": {
|
|
348
|
-
"name": "LitElement",
|
|
349
|
-
"package": "lit"
|
|
350
|
-
},
|
|
351
|
-
"tagName": "qti-test-show-correct",
|
|
352
|
-
"customElement": true,
|
|
353
|
-
"events": [
|
|
354
|
-
{
|
|
355
|
-
"name": "event",
|
|
356
|
-
"type": {
|
|
357
|
-
"text": "CustomEvent"
|
|
358
|
-
},
|
|
359
|
-
"inheritedFrom": {
|
|
360
|
-
"name": "TextButtonMixin",
|
|
361
|
-
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
]
|
|
365
|
-
}
|
|
366
|
-
],
|
|
367
|
-
"exports": [
|
|
368
|
-
{
|
|
369
|
-
"kind": "custom-element-definition",
|
|
370
|
-
"name": "qti-test-next",
|
|
123
|
+
"kind": "js",
|
|
124
|
+
"name": "*",
|
|
371
125
|
"declaration": {
|
|
372
|
-
"name": "
|
|
373
|
-
"
|
|
126
|
+
"name": "*",
|
|
127
|
+
"package": "./qti-rubric-block/qti-content-body"
|
|
374
128
|
}
|
|
375
129
|
},
|
|
376
130
|
{
|
|
377
|
-
"kind": "
|
|
378
|
-
"name": "
|
|
131
|
+
"kind": "js",
|
|
132
|
+
"name": "*",
|
|
379
133
|
"declaration": {
|
|
380
|
-
"name": "
|
|
381
|
-
"
|
|
134
|
+
"name": "*",
|
|
135
|
+
"package": "./qti-feedback/qti-feedback-inline/qti-feedback-inline"
|
|
382
136
|
}
|
|
383
137
|
},
|
|
384
138
|
{
|
|
385
|
-
"kind": "
|
|
386
|
-
"name": "
|
|
139
|
+
"kind": "js",
|
|
140
|
+
"name": "*",
|
|
387
141
|
"declaration": {
|
|
388
|
-
"name": "
|
|
389
|
-
"
|
|
142
|
+
"name": "*",
|
|
143
|
+
"package": "./qti-feedback/qti-modal-feedback/qti-modal-feedback"
|
|
390
144
|
}
|
|
391
145
|
},
|
|
392
146
|
{
|
|
393
|
-
"kind": "
|
|
394
|
-
"name": "
|
|
147
|
+
"kind": "js",
|
|
148
|
+
"name": "*",
|
|
395
149
|
"declaration": {
|
|
396
|
-
"name": "
|
|
397
|
-
"
|
|
150
|
+
"name": "*",
|
|
151
|
+
"package": "./qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction"
|
|
398
152
|
}
|
|
399
153
|
},
|
|
400
154
|
{
|
|
401
|
-
"kind": "
|
|
402
|
-
"name": "
|
|
155
|
+
"kind": "js",
|
|
156
|
+
"name": "*",
|
|
403
157
|
"declaration": {
|
|
404
|
-
"name": "
|
|
405
|
-
"
|
|
158
|
+
"name": "*",
|
|
159
|
+
"package": "./qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction"
|
|
406
160
|
}
|
|
407
161
|
},
|
|
408
162
|
{
|
|
409
|
-
"kind": "
|
|
410
|
-
"name": "
|
|
163
|
+
"kind": "js",
|
|
164
|
+
"name": "*",
|
|
411
165
|
"declaration": {
|
|
412
|
-
"name": "
|
|
413
|
-
"
|
|
166
|
+
"name": "*",
|
|
167
|
+
"package": "./qti-interaction/qti-hottext"
|
|
414
168
|
}
|
|
415
|
-
}
|
|
416
|
-
]
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"kind": "javascript-module",
|
|
420
|
-
"path": "src/lib/qti-test/qti-test.scss",
|
|
421
|
-
"declarations": [],
|
|
422
|
-
"exports": []
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"kind": "javascript-module",
|
|
426
|
-
"path": "src/lib/qti-test/qti-test.ts",
|
|
427
|
-
"declarations": [
|
|
428
|
-
{
|
|
429
|
-
"kind": "variable",
|
|
430
|
-
"name": "TestEvents",
|
|
431
|
-
"type": {
|
|
432
|
-
"text": "object"
|
|
433
|
-
},
|
|
434
|
-
"default": "{\n ON_ITEM_WAS_FINISHED: 'onItemWasFinished',\n ON_NO_RESPONSE_ON_SUBMIT: 'onNoResponseOnSubmit',\n ON_REQUEST_ITEM: 'onRequestItem',\n ON_TEST_FINISHED: 'onTestFinished',\n ON_ITEM_READY: 'onItemReady'\n}"
|
|
435
169
|
},
|
|
436
|
-
{
|
|
437
|
-
"kind": "class",
|
|
438
|
-
"description": "",
|
|
439
|
-
"name": "QtiTest",
|
|
440
|
-
"members": [],
|
|
441
|
-
"events": [
|
|
442
|
-
{
|
|
443
|
-
"type": {
|
|
444
|
-
"text": "CustomEvent"
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
],
|
|
448
|
-
"attributes": [
|
|
449
|
-
{
|
|
450
|
-
"name": "disabled",
|
|
451
|
-
"type": {
|
|
452
|
-
"text": "boolean"
|
|
453
|
-
},
|
|
454
|
-
"readonly": true,
|
|
455
|
-
"default": "false",
|
|
456
|
-
"description": "if test is disabled every item in the test will be disabled",
|
|
457
|
-
"fieldName": "disabled"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"name": "readonly",
|
|
461
|
-
"type": {
|
|
462
|
-
"text": "boolean"
|
|
463
|
-
},
|
|
464
|
-
"readonly": true,
|
|
465
|
-
"default": "false",
|
|
466
|
-
"description": "if test is readonly every item in the test will be readonly",
|
|
467
|
-
"fieldName": "readonly"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"name": "navigation-mode",
|
|
471
|
-
"description": "The navigation mode is set to linear mode restricting the candidate to attempt each item in turn. Once the candidate moves on they are not permitted to return",
|
|
472
|
-
"fieldName": "_navigationMode"
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"name": "submission-mode",
|
|
476
|
-
"description": "The submission mode is set to individual mode requiring the candidate to submit their responses on an item-by-item basis",
|
|
477
|
-
"fieldName": "_submissionMode"
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"name": "item-index",
|
|
481
|
-
"type": {
|
|
482
|
-
"text": "number"
|
|
483
|
-
},
|
|
484
|
-
"readonly": true,
|
|
485
|
-
"default": "0",
|
|
486
|
-
"description": "The item index, set from outside",
|
|
487
|
-
"fieldName": "itemIndex"
|
|
488
|
-
}
|
|
489
|
-
],
|
|
490
|
-
"superclass": {
|
|
491
|
-
"name": "LitElement",
|
|
492
|
-
"package": "lit"
|
|
493
|
-
},
|
|
494
|
-
"tagName": "qti-test",
|
|
495
|
-
"customElement": true
|
|
496
|
-
}
|
|
497
|
-
],
|
|
498
|
-
"exports": [
|
|
499
170
|
{
|
|
500
171
|
"kind": "js",
|
|
501
|
-
"name": "
|
|
172
|
+
"name": "*",
|
|
502
173
|
"declaration": {
|
|
503
|
-
"name": "
|
|
504
|
-
"
|
|
174
|
+
"name": "*",
|
|
175
|
+
"package": "./qti-interaction/qti-hottext-interaction/qti-hottext-interaction"
|
|
505
176
|
}
|
|
506
177
|
},
|
|
507
178
|
{
|
|
508
179
|
"kind": "js",
|
|
509
|
-
"name": "
|
|
180
|
+
"name": "*",
|
|
510
181
|
"declaration": {
|
|
511
|
-
"name": "
|
|
512
|
-
"
|
|
182
|
+
"name": "*",
|
|
183
|
+
"package": "./qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction"
|
|
513
184
|
}
|
|
514
185
|
},
|
|
515
|
-
{
|
|
516
|
-
"kind": "custom-element-definition",
|
|
517
|
-
"name": "qti-test",
|
|
518
|
-
"declaration": {
|
|
519
|
-
"name": "QtiTest",
|
|
520
|
-
"module": "src/lib/qti-test/qti-test.ts"
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
]
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"kind": "javascript-module",
|
|
527
|
-
"path": "src/lib/qti-components/index.ts",
|
|
528
|
-
"declarations": [],
|
|
529
|
-
"exports": [
|
|
530
186
|
{
|
|
531
187
|
"kind": "js",
|
|
532
188
|
"name": "*",
|
|
533
189
|
"declaration": {
|
|
534
190
|
"name": "*",
|
|
535
|
-
"package": "./qti-
|
|
191
|
+
"package": "./qti-interaction/qti-choice-interaction/qti-choice-interaction"
|
|
536
192
|
}
|
|
537
193
|
},
|
|
538
194
|
{
|
|
@@ -540,7 +196,7 @@
|
|
|
540
196
|
"name": "*",
|
|
541
197
|
"declaration": {
|
|
542
198
|
"name": "*",
|
|
543
|
-
"package": "./qti-
|
|
199
|
+
"package": "./qti-interaction/qti-simple-choice"
|
|
544
200
|
}
|
|
545
201
|
},
|
|
546
202
|
{
|
|
@@ -548,7 +204,7 @@
|
|
|
548
204
|
"name": "*",
|
|
549
205
|
"declaration": {
|
|
550
206
|
"name": "*",
|
|
551
|
-
"package": "./qti-
|
|
207
|
+
"package": "./qti-responseprocessing"
|
|
552
208
|
}
|
|
553
209
|
},
|
|
554
210
|
{
|
|
@@ -556,7 +212,7 @@
|
|
|
556
212
|
"name": "*",
|
|
557
213
|
"declaration": {
|
|
558
214
|
"name": "*",
|
|
559
|
-
"package": "./qti-
|
|
215
|
+
"package": "./qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction"
|
|
560
216
|
}
|
|
561
217
|
},
|
|
562
218
|
{
|
|
@@ -564,7 +220,7 @@
|
|
|
564
220
|
"name": "*",
|
|
565
221
|
"declaration": {
|
|
566
222
|
"name": "*",
|
|
567
|
-
"package": "./qti-
|
|
223
|
+
"package": "./qti-interaction/qti-associate-interaction/qti-associate-interaction"
|
|
568
224
|
}
|
|
569
225
|
},
|
|
570
226
|
{
|
|
@@ -572,7 +228,7 @@
|
|
|
572
228
|
"name": "*",
|
|
573
229
|
"declaration": {
|
|
574
230
|
"name": "*",
|
|
575
|
-
"package": "./qti-
|
|
231
|
+
"package": "./qti-interaction/qti-simple-associable-choice"
|
|
576
232
|
}
|
|
577
233
|
},
|
|
578
234
|
{
|
|
@@ -580,7 +236,7 @@
|
|
|
580
236
|
"name": "*",
|
|
581
237
|
"declaration": {
|
|
582
238
|
"name": "*",
|
|
583
|
-
"package": "./qti-
|
|
239
|
+
"package": "./qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction"
|
|
584
240
|
}
|
|
585
241
|
},
|
|
586
242
|
{
|
|
@@ -588,7 +244,7 @@
|
|
|
588
244
|
"name": "*",
|
|
589
245
|
"declaration": {
|
|
590
246
|
"name": "*",
|
|
591
|
-
"package": "./qti-
|
|
247
|
+
"package": "./qti-interaction/qti-gap-text"
|
|
592
248
|
}
|
|
593
249
|
},
|
|
594
250
|
{
|
|
@@ -596,7 +252,7 @@
|
|
|
596
252
|
"name": "*",
|
|
597
253
|
"declaration": {
|
|
598
254
|
"name": "*",
|
|
599
|
-
"package": "./qti-
|
|
255
|
+
"package": "./qti-interaction/qti-gap"
|
|
600
256
|
}
|
|
601
257
|
},
|
|
602
258
|
{
|
|
@@ -604,7 +260,7 @@
|
|
|
604
260
|
"name": "*",
|
|
605
261
|
"declaration": {
|
|
606
262
|
"name": "*",
|
|
607
|
-
"package": "./qti-interaction/
|
|
263
|
+
"package": "./qti-interaction/qti-inline-choice"
|
|
608
264
|
}
|
|
609
265
|
},
|
|
610
266
|
{
|
|
@@ -612,7 +268,7 @@
|
|
|
612
268
|
"name": "*",
|
|
613
269
|
"declaration": {
|
|
614
270
|
"name": "*",
|
|
615
|
-
"package": "./qti-
|
|
271
|
+
"package": "./qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction"
|
|
616
272
|
}
|
|
617
273
|
},
|
|
618
274
|
{
|
|
@@ -620,7 +276,7 @@
|
|
|
620
276
|
"name": "*",
|
|
621
277
|
"declaration": {
|
|
622
278
|
"name": "*",
|
|
623
|
-
"package": "./qti-
|
|
279
|
+
"package": "./qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction"
|
|
624
280
|
}
|
|
625
281
|
},
|
|
626
282
|
{
|
|
@@ -628,7 +284,7 @@
|
|
|
628
284
|
"name": "*",
|
|
629
285
|
"declaration": {
|
|
630
286
|
"name": "*",
|
|
631
|
-
"package": "./qti-
|
|
287
|
+
"package": "./qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction"
|
|
632
288
|
}
|
|
633
289
|
},
|
|
634
290
|
{
|
|
@@ -636,7 +292,7 @@
|
|
|
636
292
|
"name": "*",
|
|
637
293
|
"declaration": {
|
|
638
294
|
"name": "*",
|
|
639
|
-
"package": "./qti-
|
|
295
|
+
"package": "./qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction"
|
|
640
296
|
}
|
|
641
297
|
},
|
|
642
298
|
{
|
|
@@ -644,7 +300,7 @@
|
|
|
644
300
|
"name": "*",
|
|
645
301
|
"declaration": {
|
|
646
302
|
"name": "*",
|
|
647
|
-
"package": "./qti-
|
|
303
|
+
"package": "./qti-interaction/qti-hotspot-choice"
|
|
648
304
|
}
|
|
649
305
|
},
|
|
650
306
|
{
|
|
@@ -652,7 +308,7 @@
|
|
|
652
308
|
"name": "*",
|
|
653
309
|
"declaration": {
|
|
654
310
|
"name": "*",
|
|
655
|
-
"package": "./qti-
|
|
311
|
+
"package": "./qti-interaction/qti-match-interaction/qti-match-interaction"
|
|
656
312
|
}
|
|
657
313
|
},
|
|
658
314
|
{
|
|
@@ -660,7 +316,7 @@
|
|
|
660
316
|
"name": "*",
|
|
661
317
|
"declaration": {
|
|
662
318
|
"name": "*",
|
|
663
|
-
"package": "./qti-
|
|
319
|
+
"package": "./qti-interaction/qti-media-interaction/qti-media-interaction"
|
|
664
320
|
}
|
|
665
321
|
},
|
|
666
322
|
{
|
|
@@ -668,7 +324,7 @@
|
|
|
668
324
|
"name": "*",
|
|
669
325
|
"declaration": {
|
|
670
326
|
"name": "*",
|
|
671
|
-
"package": "./qti-interaction/qti-
|
|
327
|
+
"package": "./qti-interaction/qti-order-interaction/qti-order-interaction"
|
|
672
328
|
}
|
|
673
329
|
},
|
|
674
330
|
{
|
|
@@ -676,7 +332,7 @@
|
|
|
676
332
|
"name": "*",
|
|
677
333
|
"declaration": {
|
|
678
334
|
"name": "*",
|
|
679
|
-
"package": "./qti-interaction/qti-
|
|
335
|
+
"package": "./qti-interaction/qti-select-point-interaction/qti-select-point-interaction"
|
|
680
336
|
}
|
|
681
337
|
},
|
|
682
338
|
{
|
|
@@ -684,7 +340,7 @@
|
|
|
684
340
|
"name": "*",
|
|
685
341
|
"declaration": {
|
|
686
342
|
"name": "*",
|
|
687
|
-
"package": "./qti-interaction/qti-
|
|
343
|
+
"package": "./qti-interaction/qti-slider-interaction/qti-slider-interaction"
|
|
688
344
|
}
|
|
689
345
|
},
|
|
690
346
|
{
|
|
@@ -692,7 +348,7 @@
|
|
|
692
348
|
"name": "*",
|
|
693
349
|
"declaration": {
|
|
694
350
|
"name": "*",
|
|
695
|
-
"package": "./qti-interaction/
|
|
351
|
+
"package": "./qti-interaction/internal/choices/choices"
|
|
696
352
|
}
|
|
697
353
|
},
|
|
698
354
|
{
|
|
@@ -700,7 +356,7 @@
|
|
|
700
356
|
"name": "*",
|
|
701
357
|
"declaration": {
|
|
702
358
|
"name": "*",
|
|
703
|
-
"package": "./qti-interaction/
|
|
359
|
+
"package": "./qti-interaction/internal/drag-drop"
|
|
704
360
|
}
|
|
705
361
|
},
|
|
706
362
|
{
|
|
@@ -708,55 +364,149 @@
|
|
|
708
364
|
"name": "*",
|
|
709
365
|
"declaration": {
|
|
710
366
|
"name": "*",
|
|
711
|
-
"package": "./
|
|
367
|
+
"package": "./custom"
|
|
712
368
|
}
|
|
713
|
-
}
|
|
369
|
+
}
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"kind": "javascript-module",
|
|
374
|
+
"path": "src/lib/qti-item-react/index.ts",
|
|
375
|
+
"declarations": [],
|
|
376
|
+
"exports": [
|
|
714
377
|
{
|
|
715
378
|
"kind": "js",
|
|
716
379
|
"name": "*",
|
|
717
380
|
"declaration": {
|
|
718
381
|
"name": "*",
|
|
719
|
-
"package": "./qti-
|
|
382
|
+
"package": "./qti-item.react"
|
|
720
383
|
}
|
|
721
|
-
}
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"kind": "javascript-module",
|
|
389
|
+
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
390
|
+
"declarations": [
|
|
391
|
+
{
|
|
392
|
+
"kind": "variable",
|
|
393
|
+
"name": "QtiItem",
|
|
394
|
+
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed'\n }\n})"
|
|
395
|
+
}
|
|
396
|
+
],
|
|
397
|
+
"exports": [
|
|
722
398
|
{
|
|
723
399
|
"kind": "js",
|
|
724
|
-
"name": "
|
|
400
|
+
"name": "QtiItem",
|
|
725
401
|
"declaration": {
|
|
726
|
-
"name": "
|
|
727
|
-
"
|
|
402
|
+
"name": "QtiItem",
|
|
403
|
+
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
728
404
|
}
|
|
729
|
-
}
|
|
405
|
+
}
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"kind": "javascript-module",
|
|
410
|
+
"path": "src/lib/qti-item/index.ts",
|
|
411
|
+
"declarations": [],
|
|
412
|
+
"exports": [
|
|
730
413
|
{
|
|
731
414
|
"kind": "js",
|
|
732
415
|
"name": "*",
|
|
733
416
|
"declaration": {
|
|
734
417
|
"name": "*",
|
|
735
|
-
"package": "./qti-
|
|
418
|
+
"package": "./qti-item"
|
|
736
419
|
}
|
|
737
|
-
}
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"kind": "javascript-module",
|
|
425
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
426
|
+
"declarations": [
|
|
427
|
+
{
|
|
428
|
+
"kind": "class",
|
|
429
|
+
"description": "",
|
|
430
|
+
"name": "QtiItem",
|
|
431
|
+
"members": [],
|
|
432
|
+
"attributes": [
|
|
433
|
+
{
|
|
434
|
+
"name": "disabled",
|
|
435
|
+
"type": {
|
|
436
|
+
"text": "boolean"
|
|
437
|
+
},
|
|
438
|
+
"default": "false",
|
|
439
|
+
"fieldName": "disabled"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"name": "readonly",
|
|
443
|
+
"type": {
|
|
444
|
+
"text": "boolean"
|
|
445
|
+
},
|
|
446
|
+
"default": "false",
|
|
447
|
+
"fieldName": "readonly"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "xml",
|
|
451
|
+
"fieldName": "xml"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"name": "scale",
|
|
455
|
+
"type": {
|
|
456
|
+
"text": "number"
|
|
457
|
+
},
|
|
458
|
+
"default": "1",
|
|
459
|
+
"fieldName": "scale",
|
|
460
|
+
"inheritedFrom": {
|
|
461
|
+
"name": "ScaleToFitMixin",
|
|
462
|
+
"module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"mixins": [
|
|
467
|
+
{
|
|
468
|
+
"name": "ScaleToFitMixin",
|
|
469
|
+
"module": "/src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin"
|
|
470
|
+
}
|
|
471
|
+
],
|
|
472
|
+
"superclass": {
|
|
473
|
+
"name": "LitElement",
|
|
474
|
+
"package": "lit"
|
|
475
|
+
},
|
|
476
|
+
"tagName": "qti-item",
|
|
477
|
+
"customElement": true
|
|
478
|
+
}
|
|
479
|
+
],
|
|
480
|
+
"exports": [
|
|
738
481
|
{
|
|
739
482
|
"kind": "js",
|
|
740
|
-
"name": "
|
|
483
|
+
"name": "QtiItem",
|
|
741
484
|
"declaration": {
|
|
742
|
-
"name": "
|
|
743
|
-
"
|
|
485
|
+
"name": "QtiItem",
|
|
486
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
744
487
|
}
|
|
745
488
|
},
|
|
746
489
|
{
|
|
747
|
-
"kind": "
|
|
748
|
-
"name": "
|
|
490
|
+
"kind": "custom-element-definition",
|
|
491
|
+
"name": "qti-item",
|
|
749
492
|
"declaration": {
|
|
750
|
-
"name": "
|
|
751
|
-
"
|
|
493
|
+
"name": "QtiItem",
|
|
494
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
752
495
|
}
|
|
753
|
-
}
|
|
496
|
+
}
|
|
497
|
+
]
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"kind": "javascript-module",
|
|
501
|
+
"path": "src/lib/qti-test/index.ts",
|
|
502
|
+
"declarations": [],
|
|
503
|
+
"exports": [
|
|
754
504
|
{
|
|
755
505
|
"kind": "js",
|
|
756
506
|
"name": "*",
|
|
757
507
|
"declaration": {
|
|
758
508
|
"name": "*",
|
|
759
|
-
"package": "./qti-
|
|
509
|
+
"package": "./qti-test-buttons"
|
|
760
510
|
}
|
|
761
511
|
},
|
|
762
512
|
{
|
|
@@ -764,134 +514,357 @@
|
|
|
764
514
|
"name": "*",
|
|
765
515
|
"declaration": {
|
|
766
516
|
"name": "*",
|
|
767
|
-
"package": "./qti-
|
|
517
|
+
"package": "./qti-test"
|
|
768
518
|
}
|
|
519
|
+
}
|
|
520
|
+
]
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"kind": "javascript-module",
|
|
524
|
+
"path": "src/lib/qti-test/qti-test-buttons.ts",
|
|
525
|
+
"declarations": [
|
|
526
|
+
{
|
|
527
|
+
"kind": "class",
|
|
528
|
+
"description": "",
|
|
529
|
+
"name": "anonymous_0",
|
|
530
|
+
"members": [],
|
|
531
|
+
"mixins": [
|
|
532
|
+
{
|
|
533
|
+
"name": "TextButtonMixin",
|
|
534
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
535
|
+
}
|
|
536
|
+
],
|
|
537
|
+
"superclass": {
|
|
538
|
+
"name": "LitElement",
|
|
539
|
+
"package": "lit"
|
|
540
|
+
},
|
|
541
|
+
"tagName": "qti-test-next",
|
|
542
|
+
"customElement": true,
|
|
543
|
+
"events": [
|
|
544
|
+
{
|
|
545
|
+
"name": "event",
|
|
546
|
+
"type": {
|
|
547
|
+
"text": "CustomEvent"
|
|
548
|
+
},
|
|
549
|
+
"inheritedFrom": {
|
|
550
|
+
"name": "TextButtonMixin",
|
|
551
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
]
|
|
769
555
|
},
|
|
770
556
|
{
|
|
771
|
-
"kind": "
|
|
772
|
-
"
|
|
773
|
-
"
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
557
|
+
"kind": "class",
|
|
558
|
+
"description": "",
|
|
559
|
+
"name": "anonymous_1",
|
|
560
|
+
"members": [],
|
|
561
|
+
"mixins": [
|
|
562
|
+
{
|
|
563
|
+
"name": "TextButtonMixin",
|
|
564
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"superclass": {
|
|
568
|
+
"name": "LitElement",
|
|
569
|
+
"package": "lit"
|
|
570
|
+
},
|
|
571
|
+
"tagName": "qti-test-item",
|
|
572
|
+
"customElement": true,
|
|
573
|
+
"events": [
|
|
574
|
+
{
|
|
575
|
+
"name": "event",
|
|
576
|
+
"type": {
|
|
577
|
+
"text": "CustomEvent"
|
|
578
|
+
},
|
|
579
|
+
"inheritedFrom": {
|
|
580
|
+
"name": "TextButtonMixin",
|
|
581
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
]
|
|
777
585
|
},
|
|
778
586
|
{
|
|
779
|
-
"kind": "
|
|
780
|
-
"
|
|
781
|
-
"
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
587
|
+
"kind": "class",
|
|
588
|
+
"description": "",
|
|
589
|
+
"name": "anonymous_2",
|
|
590
|
+
"members": [],
|
|
591
|
+
"mixins": [
|
|
592
|
+
{
|
|
593
|
+
"name": "TextButtonMixin",
|
|
594
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
595
|
+
}
|
|
596
|
+
],
|
|
597
|
+
"superclass": {
|
|
598
|
+
"name": "LitElement",
|
|
599
|
+
"package": "lit"
|
|
600
|
+
},
|
|
601
|
+
"tagName": "qti-test-prev",
|
|
602
|
+
"customElement": true,
|
|
603
|
+
"events": [
|
|
604
|
+
{
|
|
605
|
+
"name": "event",
|
|
606
|
+
"type": {
|
|
607
|
+
"text": "CustomEvent"
|
|
608
|
+
},
|
|
609
|
+
"inheritedFrom": {
|
|
610
|
+
"name": "TextButtonMixin",
|
|
611
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
]
|
|
785
615
|
},
|
|
786
616
|
{
|
|
787
|
-
"kind": "
|
|
788
|
-
"
|
|
789
|
-
"
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
617
|
+
"kind": "class",
|
|
618
|
+
"description": "",
|
|
619
|
+
"name": "anonymous_3",
|
|
620
|
+
"members": [],
|
|
621
|
+
"mixins": [
|
|
622
|
+
{
|
|
623
|
+
"name": "TextButtonMixin",
|
|
624
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
625
|
+
}
|
|
626
|
+
],
|
|
627
|
+
"superclass": {
|
|
628
|
+
"name": "LitElement",
|
|
629
|
+
"package": "lit"
|
|
630
|
+
},
|
|
631
|
+
"tagName": "qti-test-check",
|
|
632
|
+
"customElement": true,
|
|
633
|
+
"events": [
|
|
634
|
+
{
|
|
635
|
+
"name": "event",
|
|
636
|
+
"type": {
|
|
637
|
+
"text": "CustomEvent"
|
|
638
|
+
},
|
|
639
|
+
"inheritedFrom": {
|
|
640
|
+
"name": "TextButtonMixin",
|
|
641
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
]
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"kind": "class",
|
|
648
|
+
"description": "",
|
|
649
|
+
"name": "anonymous_4",
|
|
650
|
+
"members": [],
|
|
651
|
+
"mixins": [
|
|
652
|
+
{
|
|
653
|
+
"name": "TextButtonMixin",
|
|
654
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
655
|
+
}
|
|
656
|
+
],
|
|
657
|
+
"superclass": {
|
|
658
|
+
"name": "LitElement",
|
|
659
|
+
"package": "lit"
|
|
660
|
+
},
|
|
661
|
+
"tagName": "qti-test-score",
|
|
662
|
+
"customElement": true,
|
|
663
|
+
"events": [
|
|
664
|
+
{
|
|
665
|
+
"name": "event",
|
|
666
|
+
"type": {
|
|
667
|
+
"text": "CustomEvent"
|
|
668
|
+
},
|
|
669
|
+
"inheritedFrom": {
|
|
670
|
+
"name": "TextButtonMixin",
|
|
671
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
]
|
|
793
675
|
},
|
|
794
676
|
{
|
|
795
|
-
"kind": "
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
677
|
+
"kind": "class",
|
|
678
|
+
"description": "",
|
|
679
|
+
"name": "anonymous_5",
|
|
680
|
+
"members": [],
|
|
681
|
+
"mixins": [
|
|
682
|
+
{
|
|
683
|
+
"name": "TextButtonMixin",
|
|
684
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
685
|
+
}
|
|
686
|
+
],
|
|
687
|
+
"superclass": {
|
|
688
|
+
"name": "LitElement",
|
|
689
|
+
"package": "lit"
|
|
690
|
+
},
|
|
691
|
+
"tagName": "qti-test-show-correct",
|
|
692
|
+
"customElement": true,
|
|
693
|
+
"events": [
|
|
694
|
+
{
|
|
695
|
+
"name": "event",
|
|
696
|
+
"type": {
|
|
697
|
+
"text": "CustomEvent"
|
|
698
|
+
},
|
|
699
|
+
"inheritedFrom": {
|
|
700
|
+
"name": "TextButtonMixin",
|
|
701
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"exports": [
|
|
802
708
|
{
|
|
803
|
-
"kind": "
|
|
804
|
-
"name": "
|
|
709
|
+
"kind": "custom-element-definition",
|
|
710
|
+
"name": "qti-test-next",
|
|
805
711
|
"declaration": {
|
|
806
|
-
"name": "
|
|
807
|
-
"
|
|
712
|
+
"name": "anonymous_0",
|
|
713
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
808
714
|
}
|
|
809
715
|
},
|
|
810
716
|
{
|
|
811
|
-
"kind": "
|
|
812
|
-
"name": "
|
|
717
|
+
"kind": "custom-element-definition",
|
|
718
|
+
"name": "qti-test-item",
|
|
813
719
|
"declaration": {
|
|
814
|
-
"name": "
|
|
815
|
-
"
|
|
720
|
+
"name": "anonymous_1",
|
|
721
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
816
722
|
}
|
|
817
723
|
},
|
|
818
724
|
{
|
|
819
|
-
"kind": "
|
|
820
|
-
"name": "
|
|
725
|
+
"kind": "custom-element-definition",
|
|
726
|
+
"name": "qti-test-prev",
|
|
821
727
|
"declaration": {
|
|
822
|
-
"name": "
|
|
823
|
-
"
|
|
728
|
+
"name": "anonymous_2",
|
|
729
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
824
730
|
}
|
|
825
731
|
},
|
|
826
732
|
{
|
|
827
|
-
"kind": "
|
|
828
|
-
"name": "
|
|
733
|
+
"kind": "custom-element-definition",
|
|
734
|
+
"name": "qti-test-check",
|
|
829
735
|
"declaration": {
|
|
830
|
-
"name": "
|
|
831
|
-
"
|
|
736
|
+
"name": "anonymous_3",
|
|
737
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
832
738
|
}
|
|
833
739
|
},
|
|
834
740
|
{
|
|
835
|
-
"kind": "
|
|
836
|
-
"name": "
|
|
741
|
+
"kind": "custom-element-definition",
|
|
742
|
+
"name": "qti-test-score",
|
|
837
743
|
"declaration": {
|
|
838
|
-
"name": "
|
|
839
|
-
"
|
|
744
|
+
"name": "anonymous_4",
|
|
745
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
840
746
|
}
|
|
841
747
|
},
|
|
842
748
|
{
|
|
843
|
-
"kind": "
|
|
844
|
-
"name": "
|
|
749
|
+
"kind": "custom-element-definition",
|
|
750
|
+
"name": "qti-test-show-correct",
|
|
845
751
|
"declaration": {
|
|
846
|
-
"name": "
|
|
847
|
-
"
|
|
752
|
+
"name": "anonymous_5",
|
|
753
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
848
754
|
}
|
|
849
|
-
}
|
|
755
|
+
}
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"kind": "javascript-module",
|
|
760
|
+
"path": "src/lib/qti-test/qti-test.scss",
|
|
761
|
+
"declarations": [],
|
|
762
|
+
"exports": []
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"kind": "javascript-module",
|
|
766
|
+
"path": "src/lib/qti-test/qti-test.ts",
|
|
767
|
+
"declarations": [
|
|
850
768
|
{
|
|
851
|
-
"kind": "
|
|
852
|
-
"name": "
|
|
853
|
-
"
|
|
854
|
-
"
|
|
855
|
-
|
|
856
|
-
}
|
|
769
|
+
"kind": "variable",
|
|
770
|
+
"name": "TestEvents",
|
|
771
|
+
"type": {
|
|
772
|
+
"text": "object"
|
|
773
|
+
},
|
|
774
|
+
"default": "{\n ON_ITEM_WAS_FINISHED: 'onItemWasFinished',\n ON_NO_RESPONSE_ON_SUBMIT: 'onNoResponseOnSubmit',\n ON_REQUEST_ITEM: 'onRequestItem',\n ON_TEST_FINISHED: 'onTestFinished',\n ON_ITEM_READY: 'onItemReady'\n}"
|
|
857
775
|
},
|
|
858
776
|
{
|
|
859
|
-
"kind": "
|
|
860
|
-
"
|
|
861
|
-
"
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
777
|
+
"kind": "class",
|
|
778
|
+
"description": "",
|
|
779
|
+
"name": "QtiTest",
|
|
780
|
+
"members": [],
|
|
781
|
+
"events": [
|
|
782
|
+
{
|
|
783
|
+
"type": {
|
|
784
|
+
"text": "CustomEvent"
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
],
|
|
788
|
+
"attributes": [
|
|
789
|
+
{
|
|
790
|
+
"name": "disabled",
|
|
791
|
+
"type": {
|
|
792
|
+
"text": "boolean"
|
|
793
|
+
},
|
|
794
|
+
"readonly": true,
|
|
795
|
+
"default": "false",
|
|
796
|
+
"description": "if test is disabled every item in the test will be disabled",
|
|
797
|
+
"fieldName": "disabled"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "readonly",
|
|
801
|
+
"type": {
|
|
802
|
+
"text": "boolean"
|
|
803
|
+
},
|
|
804
|
+
"readonly": true,
|
|
805
|
+
"default": "false",
|
|
806
|
+
"description": "if test is readonly every item in the test will be readonly",
|
|
807
|
+
"fieldName": "readonly"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "navigation-mode",
|
|
811
|
+
"description": "The navigation mode is set to linear mode restricting the candidate to attempt each item in turn. Once the candidate moves on they are not permitted to return",
|
|
812
|
+
"fieldName": "_navigationMode"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "submission-mode",
|
|
816
|
+
"description": "The submission mode is set to individual mode requiring the candidate to submit their responses on an item-by-item basis",
|
|
817
|
+
"fieldName": "_submissionMode"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "item-index",
|
|
821
|
+
"type": {
|
|
822
|
+
"text": "number"
|
|
823
|
+
},
|
|
824
|
+
"readonly": true,
|
|
825
|
+
"default": "0",
|
|
826
|
+
"description": "The item index, set from outside",
|
|
827
|
+
"fieldName": "itemIndex"
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"superclass": {
|
|
831
|
+
"name": "LitElement",
|
|
832
|
+
"package": "lit"
|
|
833
|
+
},
|
|
834
|
+
"tagName": "qti-test",
|
|
835
|
+
"customElement": true
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
"exports": [
|
|
866
839
|
{
|
|
867
840
|
"kind": "js",
|
|
868
|
-
"name": "
|
|
841
|
+
"name": "TestEvents",
|
|
869
842
|
"declaration": {
|
|
870
|
-
"name": "
|
|
871
|
-
"
|
|
843
|
+
"name": "TestEvents",
|
|
844
|
+
"module": "src/lib/qti-test/qti-test.ts"
|
|
872
845
|
}
|
|
873
846
|
},
|
|
874
847
|
{
|
|
875
848
|
"kind": "js",
|
|
876
|
-
"name": "
|
|
849
|
+
"name": "QtiTest",
|
|
877
850
|
"declaration": {
|
|
878
|
-
"name": "
|
|
879
|
-
"
|
|
851
|
+
"name": "QtiTest",
|
|
852
|
+
"module": "src/lib/qti-test/qti-test.ts"
|
|
880
853
|
}
|
|
881
854
|
},
|
|
882
855
|
{
|
|
883
|
-
"kind": "
|
|
884
|
-
"name": "
|
|
856
|
+
"kind": "custom-element-definition",
|
|
857
|
+
"name": "qti-test",
|
|
885
858
|
"declaration": {
|
|
886
|
-
"name": "
|
|
887
|
-
"
|
|
859
|
+
"name": "QtiTest",
|
|
860
|
+
"module": "src/lib/qti-test/qti-test.ts"
|
|
888
861
|
}
|
|
889
862
|
}
|
|
890
863
|
]
|
|
891
864
|
},
|
|
892
865
|
{
|
|
893
866
|
"kind": "javascript-module",
|
|
894
|
-
"path": "src/lib/qti-
|
|
867
|
+
"path": "src/lib/qti-transform/index.ts",
|
|
895
868
|
"declarations": [],
|
|
896
869
|
"exports": [
|
|
897
870
|
{
|
|
@@ -899,28 +872,55 @@
|
|
|
899
872
|
"name": "*",
|
|
900
873
|
"declaration": {
|
|
901
874
|
"name": "*",
|
|
902
|
-
"package": "./qti-
|
|
875
|
+
"package": "./qti-transform"
|
|
903
876
|
}
|
|
904
877
|
}
|
|
905
878
|
]
|
|
906
879
|
},
|
|
907
880
|
{
|
|
908
881
|
"kind": "javascript-module",
|
|
909
|
-
"path": "src/lib/qti-
|
|
882
|
+
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
910
883
|
"declarations": [
|
|
911
884
|
{
|
|
912
|
-
"kind": "
|
|
913
|
-
"name": "
|
|
914
|
-
"
|
|
885
|
+
"kind": "function",
|
|
886
|
+
"name": "qtiTransform",
|
|
887
|
+
"parameters": [
|
|
888
|
+
{
|
|
889
|
+
"name": "xmlValue",
|
|
890
|
+
"type": {
|
|
891
|
+
"text": "string"
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "function",
|
|
898
|
+
"name": "fixSelfClosingTags",
|
|
899
|
+
"parameters": [
|
|
900
|
+
{
|
|
901
|
+
"name": "xml",
|
|
902
|
+
"type": {
|
|
903
|
+
"text": "string"
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
]
|
|
915
907
|
}
|
|
916
908
|
],
|
|
917
909
|
"exports": [
|
|
918
910
|
{
|
|
919
911
|
"kind": "js",
|
|
920
|
-
"name": "
|
|
912
|
+
"name": "qtiTransform",
|
|
921
913
|
"declaration": {
|
|
922
|
-
"name": "
|
|
923
|
-
"module": "src/lib/qti-
|
|
914
|
+
"name": "qtiTransform",
|
|
915
|
+
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"kind": "js",
|
|
920
|
+
"name": "fixSelfClosingTags",
|
|
921
|
+
"declaration": {
|
|
922
|
+
"name": "fixSelfClosingTags",
|
|
923
|
+
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
924
924
|
}
|
|
925
925
|
}
|
|
926
926
|
]
|
|
@@ -980,41 +980,6 @@
|
|
|
980
980
|
}
|
|
981
981
|
]
|
|
982
982
|
},
|
|
983
|
-
{
|
|
984
|
-
"kind": "javascript-module",
|
|
985
|
-
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
986
|
-
"declarations": [
|
|
987
|
-
{
|
|
988
|
-
"kind": "class",
|
|
989
|
-
"description": "",
|
|
990
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
991
|
-
"superclass": {
|
|
992
|
-
"name": "LitElement",
|
|
993
|
-
"package": "lit"
|
|
994
|
-
},
|
|
995
|
-
"tagName": "qti-companion-materials-info",
|
|
996
|
-
"customElement": true
|
|
997
|
-
}
|
|
998
|
-
],
|
|
999
|
-
"exports": [
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "js",
|
|
1002
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
1003
|
-
"declaration": {
|
|
1004
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
1005
|
-
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"kind": "custom-element-definition",
|
|
1010
|
-
"name": "qti-companion-materials-info",
|
|
1011
|
-
"declaration": {
|
|
1012
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
1013
|
-
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
]
|
|
1017
|
-
},
|
|
1018
983
|
{
|
|
1019
984
|
"kind": "javascript-module",
|
|
1020
985
|
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
@@ -1104,6 +1069,41 @@
|
|
|
1104
1069
|
}
|
|
1105
1070
|
]
|
|
1106
1071
|
},
|
|
1072
|
+
{
|
|
1073
|
+
"kind": "javascript-module",
|
|
1074
|
+
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
1075
|
+
"declarations": [
|
|
1076
|
+
{
|
|
1077
|
+
"kind": "class",
|
|
1078
|
+
"description": "",
|
|
1079
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
1080
|
+
"superclass": {
|
|
1081
|
+
"name": "LitElement",
|
|
1082
|
+
"package": "lit"
|
|
1083
|
+
},
|
|
1084
|
+
"tagName": "qti-companion-materials-info",
|
|
1085
|
+
"customElement": true
|
|
1086
|
+
}
|
|
1087
|
+
],
|
|
1088
|
+
"exports": [
|
|
1089
|
+
{
|
|
1090
|
+
"kind": "js",
|
|
1091
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
1092
|
+
"declaration": {
|
|
1093
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
1094
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"kind": "custom-element-definition",
|
|
1099
|
+
"name": "qti-companion-materials-info",
|
|
1100
|
+
"declaration": {
|
|
1101
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
1102
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
]
|
|
1106
|
+
},
|
|
1107
1107
|
{
|
|
1108
1108
|
"kind": "javascript-module",
|
|
1109
1109
|
"path": "src/lib/qti-components/qti-feedback/qti-feedback.stories.scss",
|
|
@@ -5128,107 +5128,107 @@
|
|
|
5128
5128
|
},
|
|
5129
5129
|
{
|
|
5130
5130
|
"kind": "javascript-module",
|
|
5131
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5131
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
5132
5132
|
"declarations": [
|
|
5133
5133
|
{
|
|
5134
5134
|
"kind": "class",
|
|
5135
5135
|
"description": "",
|
|
5136
|
-
"name": "
|
|
5136
|
+
"name": "QtiConditionExpression",
|
|
5137
5137
|
"members": [],
|
|
5138
|
-
"attributes": [
|
|
5139
|
-
{
|
|
5140
|
-
"name": "debugCalculateResult",
|
|
5141
|
-
"type": {
|
|
5142
|
-
"text": "object"
|
|
5143
|
-
},
|
|
5144
|
-
"fieldName": "debugCalculateResult"
|
|
5145
|
-
}
|
|
5146
|
-
],
|
|
5147
5138
|
"superclass": {
|
|
5148
|
-
"name": "
|
|
5149
|
-
"
|
|
5150
|
-
}
|
|
5151
|
-
"tagName": "qti-response-else",
|
|
5152
|
-
"customElement": true
|
|
5139
|
+
"name": "QtiExpression",
|
|
5140
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5141
|
+
}
|
|
5153
5142
|
}
|
|
5154
5143
|
],
|
|
5155
5144
|
"exports": [
|
|
5156
5145
|
{
|
|
5157
5146
|
"kind": "js",
|
|
5158
|
-
"name": "
|
|
5159
|
-
"declaration": {
|
|
5160
|
-
"name": "QtiResponseElse",
|
|
5161
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
5162
|
-
}
|
|
5163
|
-
},
|
|
5164
|
-
{
|
|
5165
|
-
"kind": "custom-element-definition",
|
|
5166
|
-
"name": "qti-response-else",
|
|
5147
|
+
"name": "QtiConditionExpression",
|
|
5167
5148
|
"declaration": {
|
|
5168
|
-
"name": "
|
|
5169
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5149
|
+
"name": "QtiConditionExpression",
|
|
5150
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
|
|
5170
5151
|
}
|
|
5171
5152
|
}
|
|
5172
5153
|
]
|
|
5173
5154
|
},
|
|
5174
5155
|
{
|
|
5175
5156
|
"kind": "javascript-module",
|
|
5176
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5157
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
5177
5158
|
"declarations": [
|
|
5178
5159
|
{
|
|
5179
5160
|
"kind": "class",
|
|
5180
5161
|
"description": "",
|
|
5181
|
-
"name": "
|
|
5162
|
+
"name": "QtiExpression",
|
|
5182
5163
|
"members": [],
|
|
5183
5164
|
"superclass": {
|
|
5184
|
-
"name": "
|
|
5185
|
-
"
|
|
5186
|
-
}
|
|
5165
|
+
"name": "LitElement",
|
|
5166
|
+
"package": "lit"
|
|
5167
|
+
},
|
|
5168
|
+
"tagName": "qti-expression",
|
|
5169
|
+
"customElement": true
|
|
5187
5170
|
}
|
|
5188
5171
|
],
|
|
5189
5172
|
"exports": [
|
|
5190
5173
|
{
|
|
5191
5174
|
"kind": "js",
|
|
5192
|
-
"name": "
|
|
5175
|
+
"name": "QtiExpression",
|
|
5193
5176
|
"declaration": {
|
|
5194
|
-
"name": "
|
|
5195
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5177
|
+
"name": "QtiExpression",
|
|
5178
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
5179
|
+
}
|
|
5180
|
+
},
|
|
5181
|
+
{
|
|
5182
|
+
"kind": "custom-element-definition",
|
|
5183
|
+
"name": "qti-expression",
|
|
5184
|
+
"declaration": {
|
|
5185
|
+
"name": "QtiExpression",
|
|
5186
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
5196
5187
|
}
|
|
5197
5188
|
}
|
|
5198
5189
|
]
|
|
5199
5190
|
},
|
|
5200
5191
|
{
|
|
5201
5192
|
"kind": "javascript-module",
|
|
5202
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5193
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
|
|
5203
5194
|
"declarations": [
|
|
5204
5195
|
{
|
|
5205
5196
|
"kind": "class",
|
|
5206
5197
|
"description": "",
|
|
5207
|
-
"name": "
|
|
5198
|
+
"name": "QtiResponseElse",
|
|
5208
5199
|
"members": [],
|
|
5200
|
+
"attributes": [
|
|
5201
|
+
{
|
|
5202
|
+
"name": "debugCalculateResult",
|
|
5203
|
+
"type": {
|
|
5204
|
+
"text": "object"
|
|
5205
|
+
},
|
|
5206
|
+
"fieldName": "debugCalculateResult"
|
|
5207
|
+
}
|
|
5208
|
+
],
|
|
5209
5209
|
"superclass": {
|
|
5210
5210
|
"name": "LitElement",
|
|
5211
5211
|
"package": "lit"
|
|
5212
5212
|
},
|
|
5213
|
-
"tagName": "qti-
|
|
5213
|
+
"tagName": "qti-response-else",
|
|
5214
5214
|
"customElement": true
|
|
5215
5215
|
}
|
|
5216
5216
|
],
|
|
5217
5217
|
"exports": [
|
|
5218
5218
|
{
|
|
5219
5219
|
"kind": "js",
|
|
5220
|
-
"name": "
|
|
5220
|
+
"name": "QtiResponseElse",
|
|
5221
5221
|
"declaration": {
|
|
5222
|
-
"name": "
|
|
5223
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5222
|
+
"name": "QtiResponseElse",
|
|
5223
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
5224
5224
|
}
|
|
5225
5225
|
},
|
|
5226
5226
|
{
|
|
5227
5227
|
"kind": "custom-element-definition",
|
|
5228
|
-
"name": "qti-
|
|
5228
|
+
"name": "qti-response-else",
|
|
5229
5229
|
"declaration": {
|
|
5230
|
-
"name": "
|
|
5231
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5230
|
+
"name": "QtiResponseElse",
|
|
5231
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
5232
5232
|
}
|
|
5233
5233
|
}
|
|
5234
5234
|
]
|
|
@@ -5679,6 +5679,65 @@
|
|
|
5679
5679
|
}
|
|
5680
5680
|
]
|
|
5681
5681
|
},
|
|
5682
|
+
{
|
|
5683
|
+
"kind": "javascript-module",
|
|
5684
|
+
"path": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts",
|
|
5685
|
+
"declarations": [
|
|
5686
|
+
{
|
|
5687
|
+
"kind": "class",
|
|
5688
|
+
"description": "",
|
|
5689
|
+
"name": "ScaleToFitInterface"
|
|
5690
|
+
},
|
|
5691
|
+
{
|
|
5692
|
+
"kind": "mixin",
|
|
5693
|
+
"description": "",
|
|
5694
|
+
"name": "ScaleToFitMixin",
|
|
5695
|
+
"members": [],
|
|
5696
|
+
"attributes": [
|
|
5697
|
+
{
|
|
5698
|
+
"name": "scale",
|
|
5699
|
+
"type": {
|
|
5700
|
+
"text": "number"
|
|
5701
|
+
},
|
|
5702
|
+
"default": "1",
|
|
5703
|
+
"fieldName": "scale"
|
|
5704
|
+
}
|
|
5705
|
+
],
|
|
5706
|
+
"parameters": [
|
|
5707
|
+
{
|
|
5708
|
+
"name": "superClass",
|
|
5709
|
+
"type": {
|
|
5710
|
+
"text": "T"
|
|
5711
|
+
}
|
|
5712
|
+
},
|
|
5713
|
+
{
|
|
5714
|
+
"name": "scaleSelector",
|
|
5715
|
+
"type": {
|
|
5716
|
+
"text": "string"
|
|
5717
|
+
}
|
|
5718
|
+
}
|
|
5719
|
+
]
|
|
5720
|
+
}
|
|
5721
|
+
],
|
|
5722
|
+
"exports": [
|
|
5723
|
+
{
|
|
5724
|
+
"kind": "js",
|
|
5725
|
+
"name": "ScaleToFitInterface",
|
|
5726
|
+
"declaration": {
|
|
5727
|
+
"name": "ScaleToFitInterface",
|
|
5728
|
+
"module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
|
|
5729
|
+
}
|
|
5730
|
+
},
|
|
5731
|
+
{
|
|
5732
|
+
"kind": "js",
|
|
5733
|
+
"name": "ScaleToFitMixin",
|
|
5734
|
+
"declaration": {
|
|
5735
|
+
"name": "ScaleToFitMixin",
|
|
5736
|
+
"module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
|
|
5737
|
+
}
|
|
5738
|
+
}
|
|
5739
|
+
]
|
|
5740
|
+
},
|
|
5682
5741
|
{
|
|
5683
5742
|
"kind": "javascript-module",
|
|
5684
5743
|
"path": "src/lib/qti-components/utilities/scoring/scoring-helper.ts",
|
|
@@ -5703,73 +5762,112 @@
|
|
|
5703
5762
|
},
|
|
5704
5763
|
{
|
|
5705
5764
|
"kind": "javascript-module",
|
|
5706
|
-
"path": "src/lib/qti-components/utilities/
|
|
5765
|
+
"path": "src/lib/qti-components/utilities/styles/component.styles.ts",
|
|
5766
|
+
"declarations": [],
|
|
5767
|
+
"exports": [
|
|
5768
|
+
{
|
|
5769
|
+
"kind": "js",
|
|
5770
|
+
"name": "default",
|
|
5771
|
+
"declaration": {
|
|
5772
|
+
"module": "src/lib/qti-components/utilities/styles/component.styles.ts"
|
|
5773
|
+
}
|
|
5774
|
+
}
|
|
5775
|
+
]
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
"kind": "javascript-module",
|
|
5779
|
+
"path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
|
|
5707
5780
|
"declarations": [
|
|
5708
5781
|
{
|
|
5709
5782
|
"kind": "class",
|
|
5710
5783
|
"description": "",
|
|
5711
|
-
"name": "
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5784
|
+
"name": "QtiChoice",
|
|
5785
|
+
"slots": [
|
|
5786
|
+
{
|
|
5787
|
+
"description": "The choices slot element",
|
|
5788
|
+
"name": ""
|
|
5789
|
+
}
|
|
5790
|
+
],
|
|
5717
5791
|
"members": [],
|
|
5718
|
-
"
|
|
5792
|
+
"events": [
|
|
5793
|
+
{
|
|
5794
|
+
"name": "qti-register-choice",
|
|
5795
|
+
"type": {
|
|
5796
|
+
"text": "CustomEvent"
|
|
5797
|
+
},
|
|
5798
|
+
"description": "register itselves on a qti-choice-interaction element."
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
"name": "qti-loose-choice",
|
|
5802
|
+
"type": {
|
|
5803
|
+
"text": "CustomEvent"
|
|
5804
|
+
},
|
|
5805
|
+
"description": "de-register itselves on a qti-choice-interaction element."
|
|
5806
|
+
},
|
|
5719
5807
|
{
|
|
5720
|
-
"name": "
|
|
5808
|
+
"name": "qti-choice-element-selected",
|
|
5721
5809
|
"type": {
|
|
5722
|
-
"text": "
|
|
5810
|
+
"text": "CustomEvent"
|
|
5723
5811
|
},
|
|
5724
|
-
"
|
|
5725
|
-
"fieldName": "scale"
|
|
5812
|
+
"description": "Emitted when the choice is selected."
|
|
5726
5813
|
}
|
|
5727
5814
|
],
|
|
5728
|
-
"
|
|
5815
|
+
"attributes": [
|
|
5729
5816
|
{
|
|
5730
|
-
"name": "
|
|
5817
|
+
"name": "identifier",
|
|
5731
5818
|
"type": {
|
|
5732
|
-
"text": "
|
|
5733
|
-
}
|
|
5819
|
+
"text": "string"
|
|
5820
|
+
},
|
|
5821
|
+
"fieldName": "identifier"
|
|
5734
5822
|
},
|
|
5735
5823
|
{
|
|
5736
|
-
"name": "
|
|
5824
|
+
"name": "tabindex",
|
|
5737
5825
|
"type": {
|
|
5738
|
-
"text": "
|
|
5739
|
-
}
|
|
5826
|
+
"text": "number | undefined"
|
|
5827
|
+
},
|
|
5828
|
+
"default": "0",
|
|
5829
|
+
"fieldName": "tabindex"
|
|
5830
|
+
},
|
|
5831
|
+
{
|
|
5832
|
+
"name": "aria-disabled",
|
|
5833
|
+
"type": {
|
|
5834
|
+
"text": "boolean"
|
|
5835
|
+
},
|
|
5836
|
+
"default": "false",
|
|
5837
|
+
"fieldName": "disabled"
|
|
5838
|
+
},
|
|
5839
|
+
{
|
|
5840
|
+
"name": "aria-readonly",
|
|
5841
|
+
"type": {
|
|
5842
|
+
"text": "boolean"
|
|
5843
|
+
},
|
|
5844
|
+
"default": "false",
|
|
5845
|
+
"fieldName": "readonly"
|
|
5846
|
+
},
|
|
5847
|
+
{
|
|
5848
|
+
"name": "aria-checked",
|
|
5849
|
+
"type": {
|
|
5850
|
+
"text": "boolean"
|
|
5851
|
+
},
|
|
5852
|
+
"default": "false",
|
|
5853
|
+
"fieldName": "checked"
|
|
5740
5854
|
}
|
|
5741
|
-
]
|
|
5855
|
+
],
|
|
5856
|
+
"superclass": {
|
|
5857
|
+
"name": "LitElement",
|
|
5858
|
+
"package": "lit"
|
|
5859
|
+
},
|
|
5860
|
+
"summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
|
|
5861
|
+
"customElement": true
|
|
5742
5862
|
}
|
|
5743
5863
|
],
|
|
5744
5864
|
"exports": [
|
|
5745
5865
|
{
|
|
5746
5866
|
"kind": "js",
|
|
5747
|
-
"name": "
|
|
5748
|
-
"declaration": {
|
|
5749
|
-
"name": "ScaleToFitInterface",
|
|
5750
|
-
"module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
|
|
5751
|
-
}
|
|
5752
|
-
},
|
|
5753
|
-
{
|
|
5754
|
-
"kind": "js",
|
|
5755
|
-
"name": "ScaleToFitMixin",
|
|
5756
|
-
"declaration": {
|
|
5757
|
-
"name": "ScaleToFitMixin",
|
|
5758
|
-
"module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
|
|
5759
|
-
}
|
|
5760
|
-
}
|
|
5761
|
-
]
|
|
5762
|
-
},
|
|
5763
|
-
{
|
|
5764
|
-
"kind": "javascript-module",
|
|
5765
|
-
"path": "src/lib/qti-components/utilities/styles/component.styles.ts",
|
|
5766
|
-
"declarations": [],
|
|
5767
|
-
"exports": [
|
|
5768
|
-
{
|
|
5769
|
-
"kind": "js",
|
|
5770
|
-
"name": "default",
|
|
5867
|
+
"name": "QtiChoice",
|
|
5771
5868
|
"declaration": {
|
|
5772
|
-
"
|
|
5869
|
+
"name": "QtiChoice",
|
|
5870
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
5773
5871
|
}
|
|
5774
5872
|
}
|
|
5775
5873
|
]
|
|
@@ -5880,104 +5978,6 @@
|
|
|
5880
5978
|
}
|
|
5881
5979
|
]
|
|
5882
5980
|
},
|
|
5883
|
-
{
|
|
5884
|
-
"kind": "javascript-module",
|
|
5885
|
-
"path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
|
|
5886
|
-
"declarations": [
|
|
5887
|
-
{
|
|
5888
|
-
"kind": "class",
|
|
5889
|
-
"description": "",
|
|
5890
|
-
"name": "QtiChoice",
|
|
5891
|
-
"slots": [
|
|
5892
|
-
{
|
|
5893
|
-
"description": "The choices slot element",
|
|
5894
|
-
"name": ""
|
|
5895
|
-
}
|
|
5896
|
-
],
|
|
5897
|
-
"members": [],
|
|
5898
|
-
"events": [
|
|
5899
|
-
{
|
|
5900
|
-
"name": "qti-register-choice",
|
|
5901
|
-
"type": {
|
|
5902
|
-
"text": "CustomEvent"
|
|
5903
|
-
},
|
|
5904
|
-
"description": "register itselves on a qti-choice-interaction element."
|
|
5905
|
-
},
|
|
5906
|
-
{
|
|
5907
|
-
"name": "qti-loose-choice",
|
|
5908
|
-
"type": {
|
|
5909
|
-
"text": "CustomEvent"
|
|
5910
|
-
},
|
|
5911
|
-
"description": "de-register itselves on a qti-choice-interaction element."
|
|
5912
|
-
},
|
|
5913
|
-
{
|
|
5914
|
-
"name": "qti-choice-element-selected",
|
|
5915
|
-
"type": {
|
|
5916
|
-
"text": "CustomEvent"
|
|
5917
|
-
},
|
|
5918
|
-
"description": "Emitted when the choice is selected."
|
|
5919
|
-
}
|
|
5920
|
-
],
|
|
5921
|
-
"attributes": [
|
|
5922
|
-
{
|
|
5923
|
-
"name": "identifier",
|
|
5924
|
-
"type": {
|
|
5925
|
-
"text": "string"
|
|
5926
|
-
},
|
|
5927
|
-
"fieldName": "identifier"
|
|
5928
|
-
},
|
|
5929
|
-
{
|
|
5930
|
-
"name": "tabindex",
|
|
5931
|
-
"type": {
|
|
5932
|
-
"text": "number | undefined"
|
|
5933
|
-
},
|
|
5934
|
-
"default": "0",
|
|
5935
|
-
"fieldName": "tabindex"
|
|
5936
|
-
},
|
|
5937
|
-
{
|
|
5938
|
-
"name": "aria-disabled",
|
|
5939
|
-
"type": {
|
|
5940
|
-
"text": "boolean"
|
|
5941
|
-
},
|
|
5942
|
-
"default": "false",
|
|
5943
|
-
"fieldName": "disabled"
|
|
5944
|
-
},
|
|
5945
|
-
{
|
|
5946
|
-
"name": "aria-readonly",
|
|
5947
|
-
"type": {
|
|
5948
|
-
"text": "boolean"
|
|
5949
|
-
},
|
|
5950
|
-
"default": "false",
|
|
5951
|
-
"fieldName": "readonly"
|
|
5952
|
-
},
|
|
5953
|
-
{
|
|
5954
|
-
"name": "aria-checked",
|
|
5955
|
-
"type": {
|
|
5956
|
-
"text": "boolean"
|
|
5957
|
-
},
|
|
5958
|
-
"default": "false",
|
|
5959
|
-
"fieldName": "checked"
|
|
5960
|
-
}
|
|
5961
|
-
],
|
|
5962
|
-
"superclass": {
|
|
5963
|
-
"name": "LitElement",
|
|
5964
|
-
"package": "lit"
|
|
5965
|
-
},
|
|
5966
|
-
"summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
|
|
5967
|
-
"customElement": true
|
|
5968
|
-
}
|
|
5969
|
-
],
|
|
5970
|
-
"exports": [
|
|
5971
|
-
{
|
|
5972
|
-
"kind": "js",
|
|
5973
|
-
"name": "QtiChoice",
|
|
5974
|
-
"declaration": {
|
|
5975
|
-
"name": "QtiChoice",
|
|
5976
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
5977
|
-
}
|
|
5978
|
-
}
|
|
5979
|
-
]
|
|
5980
|
-
},
|
|
5981
5981
|
{
|
|
5982
5982
|
"kind": "javascript-module",
|
|
5983
5983
|
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
@@ -6237,34 +6237,80 @@
|
|
|
6237
6237
|
"exports": [
|
|
6238
6238
|
{
|
|
6239
6239
|
"kind": "js",
|
|
6240
|
-
"name": "*",
|
|
6241
|
-
"declaration": {
|
|
6242
|
-
"name": "*",
|
|
6243
|
-
"package": "./drag-drop-api"
|
|
6244
|
-
}
|
|
6245
|
-
},
|
|
6246
|
-
{
|
|
6247
|
-
"kind": "js",
|
|
6248
|
-
"name": "*",
|
|
6249
|
-
"declaration": {
|
|
6250
|
-
"name": "*",
|
|
6251
|
-
"package": "./drag-drop-interaction-mixin"
|
|
6252
|
-
}
|
|
6253
|
-
},
|
|
6254
|
-
{
|
|
6255
|
-
"kind": "js",
|
|
6256
|
-
"name": "*",
|
|
6257
|
-
"declaration": {
|
|
6258
|
-
"name": "*",
|
|
6259
|
-
"package": "./droppables-mixin"
|
|
6260
|
-
}
|
|
6261
|
-
},
|
|
6262
|
-
{
|
|
6263
|
-
"kind": "js",
|
|
6264
|
-
"name": "*",
|
|
6240
|
+
"name": "*",
|
|
6241
|
+
"declaration": {
|
|
6242
|
+
"name": "*",
|
|
6243
|
+
"package": "./drag-drop-api"
|
|
6244
|
+
}
|
|
6245
|
+
},
|
|
6246
|
+
{
|
|
6247
|
+
"kind": "js",
|
|
6248
|
+
"name": "*",
|
|
6249
|
+
"declaration": {
|
|
6250
|
+
"name": "*",
|
|
6251
|
+
"package": "./drag-drop-interaction-mixin"
|
|
6252
|
+
}
|
|
6253
|
+
},
|
|
6254
|
+
{
|
|
6255
|
+
"kind": "js",
|
|
6256
|
+
"name": "*",
|
|
6257
|
+
"declaration": {
|
|
6258
|
+
"name": "*",
|
|
6259
|
+
"package": "./droppables-mixin"
|
|
6260
|
+
}
|
|
6261
|
+
},
|
|
6262
|
+
{
|
|
6263
|
+
"kind": "js",
|
|
6264
|
+
"name": "*",
|
|
6265
|
+
"declaration": {
|
|
6266
|
+
"name": "*",
|
|
6267
|
+
"package": "./flippables-mixin"
|
|
6268
|
+
}
|
|
6269
|
+
}
|
|
6270
|
+
]
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"kind": "javascript-module",
|
|
6274
|
+
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
6275
|
+
"declarations": [
|
|
6276
|
+
{
|
|
6277
|
+
"kind": "function",
|
|
6278
|
+
"name": "positionHotspots",
|
|
6279
|
+
"parameters": [
|
|
6280
|
+
{
|
|
6281
|
+
"name": "shape",
|
|
6282
|
+
"type": {
|
|
6283
|
+
"text": "string"
|
|
6284
|
+
}
|
|
6285
|
+
},
|
|
6286
|
+
{
|
|
6287
|
+
"name": "coordsNumber",
|
|
6288
|
+
"type": {
|
|
6289
|
+
"text": "number[]"
|
|
6290
|
+
}
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"name": "img",
|
|
6294
|
+
"type": {
|
|
6295
|
+
"text": "HTMLImageElement"
|
|
6296
|
+
}
|
|
6297
|
+
},
|
|
6298
|
+
{
|
|
6299
|
+
"name": "hotspot",
|
|
6300
|
+
"type": {
|
|
6301
|
+
"text": "QtiHotspotChoice"
|
|
6302
|
+
}
|
|
6303
|
+
}
|
|
6304
|
+
]
|
|
6305
|
+
}
|
|
6306
|
+
],
|
|
6307
|
+
"exports": [
|
|
6308
|
+
{
|
|
6309
|
+
"kind": "js",
|
|
6310
|
+
"name": "positionHotspots",
|
|
6265
6311
|
"declaration": {
|
|
6266
|
-
"name": "
|
|
6267
|
-
"
|
|
6312
|
+
"name": "positionHotspots",
|
|
6313
|
+
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
6268
6314
|
}
|
|
6269
6315
|
}
|
|
6270
6316
|
]
|
|
@@ -6344,101 +6390,6 @@
|
|
|
6344
6390
|
}
|
|
6345
6391
|
]
|
|
6346
6392
|
},
|
|
6347
|
-
{
|
|
6348
|
-
"kind": "javascript-module",
|
|
6349
|
-
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
6350
|
-
"declarations": [
|
|
6351
|
-
{
|
|
6352
|
-
"kind": "function",
|
|
6353
|
-
"name": "positionHotspots",
|
|
6354
|
-
"parameters": [
|
|
6355
|
-
{
|
|
6356
|
-
"name": "shape",
|
|
6357
|
-
"type": {
|
|
6358
|
-
"text": "string"
|
|
6359
|
-
}
|
|
6360
|
-
},
|
|
6361
|
-
{
|
|
6362
|
-
"name": "coordsNumber",
|
|
6363
|
-
"type": {
|
|
6364
|
-
"text": "number[]"
|
|
6365
|
-
}
|
|
6366
|
-
},
|
|
6367
|
-
{
|
|
6368
|
-
"name": "img",
|
|
6369
|
-
"type": {
|
|
6370
|
-
"text": "HTMLImageElement"
|
|
6371
|
-
}
|
|
6372
|
-
},
|
|
6373
|
-
{
|
|
6374
|
-
"name": "hotspot",
|
|
6375
|
-
"type": {
|
|
6376
|
-
"text": "QtiHotspotChoice"
|
|
6377
|
-
}
|
|
6378
|
-
}
|
|
6379
|
-
]
|
|
6380
|
-
}
|
|
6381
|
-
],
|
|
6382
|
-
"exports": [
|
|
6383
|
-
{
|
|
6384
|
-
"kind": "js",
|
|
6385
|
-
"name": "positionHotspots",
|
|
6386
|
-
"declaration": {
|
|
6387
|
-
"name": "positionHotspots",
|
|
6388
|
-
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
6389
|
-
}
|
|
6390
|
-
}
|
|
6391
|
-
]
|
|
6392
|
-
},
|
|
6393
|
-
{
|
|
6394
|
-
"kind": "javascript-module",
|
|
6395
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
6396
|
-
"declarations": [
|
|
6397
|
-
{
|
|
6398
|
-
"kind": "class",
|
|
6399
|
-
"description": "",
|
|
6400
|
-
"name": "QtiResponseIf",
|
|
6401
|
-
"members": [],
|
|
6402
|
-
"superclass": {
|
|
6403
|
-
"name": "QtiResponseElse",
|
|
6404
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
|
|
6405
|
-
},
|
|
6406
|
-
"tagName": "qti-response-if",
|
|
6407
|
-
"customElement": true,
|
|
6408
|
-
"attributes": [
|
|
6409
|
-
{
|
|
6410
|
-
"name": "debugCalculateResult",
|
|
6411
|
-
"type": {
|
|
6412
|
-
"text": "object"
|
|
6413
|
-
},
|
|
6414
|
-
"fieldName": "debugCalculateResult",
|
|
6415
|
-
"inheritedFrom": {
|
|
6416
|
-
"name": "QtiResponseElse",
|
|
6417
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
6418
|
-
}
|
|
6419
|
-
}
|
|
6420
|
-
]
|
|
6421
|
-
}
|
|
6422
|
-
],
|
|
6423
|
-
"exports": [
|
|
6424
|
-
{
|
|
6425
|
-
"kind": "js",
|
|
6426
|
-
"name": "QtiResponseIf",
|
|
6427
|
-
"declaration": {
|
|
6428
|
-
"name": "QtiResponseIf",
|
|
6429
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6430
|
-
}
|
|
6431
|
-
},
|
|
6432
|
-
{
|
|
6433
|
-
"kind": "custom-element-definition",
|
|
6434
|
-
"name": "qti-response-if",
|
|
6435
|
-
"declaration": {
|
|
6436
|
-
"name": "QtiResponseIf",
|
|
6437
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6438
|
-
}
|
|
6439
|
-
}
|
|
6440
|
-
]
|
|
6441
|
-
},
|
|
6442
6393
|
{
|
|
6443
6394
|
"kind": "javascript-module",
|
|
6444
6395
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
@@ -6523,72 +6474,72 @@
|
|
|
6523
6474
|
},
|
|
6524
6475
|
{
|
|
6525
6476
|
"kind": "javascript-module",
|
|
6526
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6477
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
|
|
6527
6478
|
"declarations": [
|
|
6528
6479
|
{
|
|
6529
6480
|
"kind": "class",
|
|
6530
6481
|
"description": "",
|
|
6531
|
-
"name": "
|
|
6482
|
+
"name": "QtiCorrect",
|
|
6532
6483
|
"members": [],
|
|
6533
6484
|
"superclass": {
|
|
6534
6485
|
"name": "QtiExpression",
|
|
6535
6486
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6536
6487
|
},
|
|
6537
|
-
"tagName": "qti-
|
|
6488
|
+
"tagName": "qti-correct",
|
|
6538
6489
|
"customElement": true
|
|
6539
6490
|
}
|
|
6540
6491
|
],
|
|
6541
6492
|
"exports": [
|
|
6542
6493
|
{
|
|
6543
6494
|
"kind": "js",
|
|
6544
|
-
"name": "
|
|
6495
|
+
"name": "QtiCorrect",
|
|
6545
6496
|
"declaration": {
|
|
6546
|
-
"name": "
|
|
6547
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6497
|
+
"name": "QtiCorrect",
|
|
6498
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
|
|
6548
6499
|
}
|
|
6549
6500
|
},
|
|
6550
6501
|
{
|
|
6551
6502
|
"kind": "custom-element-definition",
|
|
6552
|
-
"name": "qti-
|
|
6503
|
+
"name": "qti-correct",
|
|
6553
6504
|
"declaration": {
|
|
6554
|
-
"name": "
|
|
6555
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6505
|
+
"name": "QtiCorrect",
|
|
6506
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
|
|
6556
6507
|
}
|
|
6557
6508
|
}
|
|
6558
6509
|
]
|
|
6559
6510
|
},
|
|
6560
6511
|
{
|
|
6561
6512
|
"kind": "javascript-module",
|
|
6562
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6513
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts",
|
|
6563
6514
|
"declarations": [
|
|
6564
6515
|
{
|
|
6565
6516
|
"kind": "class",
|
|
6566
6517
|
"description": "",
|
|
6567
|
-
"name": "
|
|
6518
|
+
"name": "QtiContains",
|
|
6568
6519
|
"members": [],
|
|
6569
6520
|
"superclass": {
|
|
6570
6521
|
"name": "QtiExpression",
|
|
6571
6522
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6572
6523
|
},
|
|
6573
|
-
"tagName": "qti-
|
|
6524
|
+
"tagName": "qti-contains",
|
|
6574
6525
|
"customElement": true
|
|
6575
6526
|
}
|
|
6576
6527
|
],
|
|
6577
6528
|
"exports": [
|
|
6578
6529
|
{
|
|
6579
6530
|
"kind": "js",
|
|
6580
|
-
"name": "
|
|
6531
|
+
"name": "QtiContains",
|
|
6581
6532
|
"declaration": {
|
|
6582
|
-
"name": "
|
|
6583
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6533
|
+
"name": "QtiContains",
|
|
6534
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts"
|
|
6584
6535
|
}
|
|
6585
6536
|
},
|
|
6586
6537
|
{
|
|
6587
6538
|
"kind": "custom-element-definition",
|
|
6588
|
-
"name": "qti-
|
|
6539
|
+
"name": "qti-contains",
|
|
6589
6540
|
"declaration": {
|
|
6590
|
-
"name": "
|
|
6591
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6541
|
+
"name": "QtiContains",
|
|
6542
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts"
|
|
6592
6543
|
}
|
|
6593
6544
|
}
|
|
6594
6545
|
]
|
|
@@ -6687,72 +6638,72 @@
|
|
|
6687
6638
|
},
|
|
6688
6639
|
{
|
|
6689
6640
|
"kind": "javascript-module",
|
|
6690
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6641
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
|
|
6691
6642
|
"declarations": [
|
|
6692
6643
|
{
|
|
6693
6644
|
"kind": "class",
|
|
6694
6645
|
"description": "",
|
|
6695
|
-
"name": "
|
|
6646
|
+
"name": "QtiGt",
|
|
6696
6647
|
"members": [],
|
|
6697
6648
|
"superclass": {
|
|
6698
|
-
"name": "
|
|
6699
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6649
|
+
"name": "QtiExpression",
|
|
6650
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6700
6651
|
},
|
|
6701
|
-
"tagName": "qti-
|
|
6652
|
+
"tagName": "qti-gt",
|
|
6702
6653
|
"customElement": true
|
|
6703
6654
|
}
|
|
6704
6655
|
],
|
|
6705
6656
|
"exports": [
|
|
6706
6657
|
{
|
|
6707
6658
|
"kind": "js",
|
|
6708
|
-
"name": "
|
|
6659
|
+
"name": "QtiGt",
|
|
6709
6660
|
"declaration": {
|
|
6710
|
-
"name": "
|
|
6711
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6661
|
+
"name": "QtiGt",
|
|
6662
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
6712
6663
|
}
|
|
6713
6664
|
},
|
|
6714
6665
|
{
|
|
6715
6666
|
"kind": "custom-element-definition",
|
|
6716
|
-
"name": "qti-
|
|
6667
|
+
"name": "qti-gt",
|
|
6717
6668
|
"declaration": {
|
|
6718
|
-
"name": "
|
|
6719
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6669
|
+
"name": "QtiGt",
|
|
6670
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
6720
6671
|
}
|
|
6721
6672
|
}
|
|
6722
6673
|
]
|
|
6723
6674
|
},
|
|
6724
6675
|
{
|
|
6725
6676
|
"kind": "javascript-module",
|
|
6726
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6677
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
|
|
6727
6678
|
"declarations": [
|
|
6728
6679
|
{
|
|
6729
6680
|
"kind": "class",
|
|
6730
6681
|
"description": "",
|
|
6731
|
-
"name": "
|
|
6682
|
+
"name": "QtiGte",
|
|
6732
6683
|
"members": [],
|
|
6733
6684
|
"superclass": {
|
|
6734
|
-
"name": "
|
|
6735
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6685
|
+
"name": "QtiConditionExpression",
|
|
6686
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
6736
6687
|
},
|
|
6737
|
-
"tagName": "qti-
|
|
6688
|
+
"tagName": "qti-gte",
|
|
6738
6689
|
"customElement": true
|
|
6739
6690
|
}
|
|
6740
6691
|
],
|
|
6741
6692
|
"exports": [
|
|
6742
6693
|
{
|
|
6743
6694
|
"kind": "js",
|
|
6744
|
-
"name": "
|
|
6695
|
+
"name": "QtiGte",
|
|
6745
6696
|
"declaration": {
|
|
6746
|
-
"name": "
|
|
6747
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6697
|
+
"name": "QtiGte",
|
|
6698
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
|
|
6748
6699
|
}
|
|
6749
6700
|
},
|
|
6750
6701
|
{
|
|
6751
6702
|
"kind": "custom-element-definition",
|
|
6752
|
-
"name": "qti-
|
|
6703
|
+
"name": "qti-gte",
|
|
6753
6704
|
"declaration": {
|
|
6754
|
-
"name": "
|
|
6755
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6705
|
+
"name": "QtiGte",
|
|
6706
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
|
|
6756
6707
|
}
|
|
6757
6708
|
}
|
|
6758
6709
|
]
|
|
@@ -7078,6 +7029,55 @@
|
|
|
7078
7029
|
}
|
|
7079
7030
|
]
|
|
7080
7031
|
},
|
|
7032
|
+
{
|
|
7033
|
+
"kind": "javascript-module",
|
|
7034
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
7035
|
+
"declarations": [
|
|
7036
|
+
{
|
|
7037
|
+
"kind": "class",
|
|
7038
|
+
"description": "",
|
|
7039
|
+
"name": "QtiResponseIf",
|
|
7040
|
+
"members": [],
|
|
7041
|
+
"superclass": {
|
|
7042
|
+
"name": "QtiResponseElse",
|
|
7043
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
|
|
7044
|
+
},
|
|
7045
|
+
"tagName": "qti-response-if",
|
|
7046
|
+
"customElement": true,
|
|
7047
|
+
"attributes": [
|
|
7048
|
+
{
|
|
7049
|
+
"name": "debugCalculateResult",
|
|
7050
|
+
"type": {
|
|
7051
|
+
"text": "object"
|
|
7052
|
+
},
|
|
7053
|
+
"fieldName": "debugCalculateResult",
|
|
7054
|
+
"inheritedFrom": {
|
|
7055
|
+
"name": "QtiResponseElse",
|
|
7056
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
7057
|
+
}
|
|
7058
|
+
}
|
|
7059
|
+
]
|
|
7060
|
+
}
|
|
7061
|
+
],
|
|
7062
|
+
"exports": [
|
|
7063
|
+
{
|
|
7064
|
+
"kind": "js",
|
|
7065
|
+
"name": "QtiResponseIf",
|
|
7066
|
+
"declaration": {
|
|
7067
|
+
"name": "QtiResponseIf",
|
|
7068
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
7071
|
+
{
|
|
7072
|
+
"kind": "custom-element-definition",
|
|
7073
|
+
"name": "qti-response-if",
|
|
7074
|
+
"declaration": {
|
|
7075
|
+
"name": "QtiResponseIf",
|
|
7076
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
7077
|
+
}
|
|
7078
|
+
}
|
|
7079
|
+
]
|
|
7080
|
+
},
|
|
7081
7081
|
{
|
|
7082
7082
|
"kind": "javascript-module",
|
|
7083
7083
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
|