@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
|
@@ -164,15 +164,7 @@
|
|
|
164
164
|
"name": "*",
|
|
165
165
|
"declaration": {
|
|
166
166
|
"name": "*",
|
|
167
|
-
"package": "./qti-interaction/qti-hottext
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"kind": "js",
|
|
172
|
-
"name": "*",
|
|
173
|
-
"declaration": {
|
|
174
|
-
"name": "*",
|
|
175
|
-
"package": "./qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction"
|
|
167
|
+
"package": "./qti-interaction/qti-hottext"
|
|
176
168
|
}
|
|
177
169
|
},
|
|
178
170
|
{
|
|
@@ -180,7 +172,7 @@
|
|
|
180
172
|
"name": "*",
|
|
181
173
|
"declaration": {
|
|
182
174
|
"name": "*",
|
|
183
|
-
"package": "./qti-interaction/qti-
|
|
175
|
+
"package": "./qti-interaction/qti-hottext-interaction/qti-hottext-interaction"
|
|
184
176
|
}
|
|
185
177
|
},
|
|
186
178
|
{
|
|
@@ -188,7 +180,7 @@
|
|
|
188
180
|
"name": "*",
|
|
189
181
|
"declaration": {
|
|
190
182
|
"name": "*",
|
|
191
|
-
"package": "./qti-
|
|
183
|
+
"package": "./qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction"
|
|
192
184
|
}
|
|
193
185
|
},
|
|
194
186
|
{
|
|
@@ -196,7 +188,7 @@
|
|
|
196
188
|
"name": "*",
|
|
197
189
|
"declaration": {
|
|
198
190
|
"name": "*",
|
|
199
|
-
"package": "./qti-interaction/qti-
|
|
191
|
+
"package": "./qti-interaction/qti-choice-interaction/qti-choice-interaction"
|
|
200
192
|
}
|
|
201
193
|
},
|
|
202
194
|
{
|
|
@@ -204,7 +196,7 @@
|
|
|
204
196
|
"name": "*",
|
|
205
197
|
"declaration": {
|
|
206
198
|
"name": "*",
|
|
207
|
-
"package": "./qti-interaction/qti-
|
|
199
|
+
"package": "./qti-interaction/qti-simple-choice"
|
|
208
200
|
}
|
|
209
201
|
},
|
|
210
202
|
{
|
|
@@ -212,7 +204,7 @@
|
|
|
212
204
|
"name": "*",
|
|
213
205
|
"declaration": {
|
|
214
206
|
"name": "*",
|
|
215
|
-
"package": "./qti-
|
|
207
|
+
"package": "./qti-responseprocessing"
|
|
216
208
|
}
|
|
217
209
|
},
|
|
218
210
|
{
|
|
@@ -220,7 +212,7 @@
|
|
|
220
212
|
"name": "*",
|
|
221
213
|
"declaration": {
|
|
222
214
|
"name": "*",
|
|
223
|
-
"package": "./qti-interaction/qti-
|
|
215
|
+
"package": "./qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction"
|
|
224
216
|
}
|
|
225
217
|
},
|
|
226
218
|
{
|
|
@@ -228,7 +220,7 @@
|
|
|
228
220
|
"name": "*",
|
|
229
221
|
"declaration": {
|
|
230
222
|
"name": "*",
|
|
231
|
-
"package": "./qti-interaction/qti-
|
|
223
|
+
"package": "./qti-interaction/qti-associate-interaction/qti-associate-interaction"
|
|
232
224
|
}
|
|
233
225
|
},
|
|
234
226
|
{
|
|
@@ -236,7 +228,7 @@
|
|
|
236
228
|
"name": "*",
|
|
237
229
|
"declaration": {
|
|
238
230
|
"name": "*",
|
|
239
|
-
"package": "./qti-interaction/qti-
|
|
231
|
+
"package": "./qti-interaction/qti-simple-associable-choice"
|
|
240
232
|
}
|
|
241
233
|
},
|
|
242
234
|
{
|
|
@@ -244,7 +236,7 @@
|
|
|
244
236
|
"name": "*",
|
|
245
237
|
"declaration": {
|
|
246
238
|
"name": "*",
|
|
247
|
-
"package": "./qti-interaction/qti-
|
|
239
|
+
"package": "./qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction"
|
|
248
240
|
}
|
|
249
241
|
},
|
|
250
242
|
{
|
|
@@ -252,7 +244,7 @@
|
|
|
252
244
|
"name": "*",
|
|
253
245
|
"declaration": {
|
|
254
246
|
"name": "*",
|
|
255
|
-
"package": "./qti-interaction/qti-
|
|
247
|
+
"package": "./qti-interaction/qti-gap-text"
|
|
256
248
|
}
|
|
257
249
|
},
|
|
258
250
|
{
|
|
@@ -260,7 +252,7 @@
|
|
|
260
252
|
"name": "*",
|
|
261
253
|
"declaration": {
|
|
262
254
|
"name": "*",
|
|
263
|
-
"package": "./qti-interaction/qti-
|
|
255
|
+
"package": "./qti-interaction/qti-gap"
|
|
264
256
|
}
|
|
265
257
|
},
|
|
266
258
|
{
|
|
@@ -268,7 +260,7 @@
|
|
|
268
260
|
"name": "*",
|
|
269
261
|
"declaration": {
|
|
270
262
|
"name": "*",
|
|
271
|
-
"package": "./qti-interaction/qti-
|
|
263
|
+
"package": "./qti-interaction/qti-inline-choice"
|
|
272
264
|
}
|
|
273
265
|
},
|
|
274
266
|
{
|
|
@@ -276,7 +268,7 @@
|
|
|
276
268
|
"name": "*",
|
|
277
269
|
"declaration": {
|
|
278
270
|
"name": "*",
|
|
279
|
-
"package": "./qti-interaction/qti-
|
|
271
|
+
"package": "./qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction"
|
|
280
272
|
}
|
|
281
273
|
},
|
|
282
274
|
{
|
|
@@ -284,7 +276,7 @@
|
|
|
284
276
|
"name": "*",
|
|
285
277
|
"declaration": {
|
|
286
278
|
"name": "*",
|
|
287
|
-
"package": "./qti-interaction/qti-
|
|
279
|
+
"package": "./qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction"
|
|
288
280
|
}
|
|
289
281
|
},
|
|
290
282
|
{
|
|
@@ -292,7 +284,7 @@
|
|
|
292
284
|
"name": "*",
|
|
293
285
|
"declaration": {
|
|
294
286
|
"name": "*",
|
|
295
|
-
"package": "./qti-interaction/qti-
|
|
287
|
+
"package": "./qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction"
|
|
296
288
|
}
|
|
297
289
|
},
|
|
298
290
|
{
|
|
@@ -300,7 +292,7 @@
|
|
|
300
292
|
"name": "*",
|
|
301
293
|
"declaration": {
|
|
302
294
|
"name": "*",
|
|
303
|
-
"package": "./qti-interaction/qti-
|
|
295
|
+
"package": "./qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction"
|
|
304
296
|
}
|
|
305
297
|
},
|
|
306
298
|
{
|
|
@@ -308,7 +300,7 @@
|
|
|
308
300
|
"name": "*",
|
|
309
301
|
"declaration": {
|
|
310
302
|
"name": "*",
|
|
311
|
-
"package": "./qti-interaction/qti-
|
|
303
|
+
"package": "./qti-interaction/qti-hotspot-choice"
|
|
312
304
|
}
|
|
313
305
|
},
|
|
314
306
|
{
|
|
@@ -316,7 +308,7 @@
|
|
|
316
308
|
"name": "*",
|
|
317
309
|
"declaration": {
|
|
318
310
|
"name": "*",
|
|
319
|
-
"package": "./qti-interaction/qti-
|
|
311
|
+
"package": "./qti-interaction/qti-match-interaction/qti-match-interaction"
|
|
320
312
|
}
|
|
321
313
|
},
|
|
322
314
|
{
|
|
@@ -324,7 +316,7 @@
|
|
|
324
316
|
"name": "*",
|
|
325
317
|
"declaration": {
|
|
326
318
|
"name": "*",
|
|
327
|
-
"package": "./qti-interaction/qti-
|
|
319
|
+
"package": "./qti-interaction/qti-media-interaction/qti-media-interaction"
|
|
328
320
|
}
|
|
329
321
|
},
|
|
330
322
|
{
|
|
@@ -332,7 +324,7 @@
|
|
|
332
324
|
"name": "*",
|
|
333
325
|
"declaration": {
|
|
334
326
|
"name": "*",
|
|
335
|
-
"package": "./qti-interaction/qti-
|
|
327
|
+
"package": "./qti-interaction/qti-order-interaction/qti-order-interaction"
|
|
336
328
|
}
|
|
337
329
|
},
|
|
338
330
|
{
|
|
@@ -340,7 +332,7 @@
|
|
|
340
332
|
"name": "*",
|
|
341
333
|
"declaration": {
|
|
342
334
|
"name": "*",
|
|
343
|
-
"package": "./qti-interaction/qti-
|
|
335
|
+
"package": "./qti-interaction/qti-select-point-interaction/qti-select-point-interaction"
|
|
344
336
|
}
|
|
345
337
|
},
|
|
346
338
|
{
|
|
@@ -348,7 +340,7 @@
|
|
|
348
340
|
"name": "*",
|
|
349
341
|
"declaration": {
|
|
350
342
|
"name": "*",
|
|
351
|
-
"package": "./qti-interaction/qti-
|
|
343
|
+
"package": "./qti-interaction/qti-slider-interaction/qti-slider-interaction"
|
|
352
344
|
}
|
|
353
345
|
},
|
|
354
346
|
{
|
|
@@ -356,7 +348,7 @@
|
|
|
356
348
|
"name": "*",
|
|
357
349
|
"declaration": {
|
|
358
350
|
"name": "*",
|
|
359
|
-
"package": "./qti-interaction/
|
|
351
|
+
"package": "./qti-interaction/internal/choices/choices"
|
|
360
352
|
}
|
|
361
353
|
},
|
|
362
354
|
{
|
|
@@ -364,7 +356,7 @@
|
|
|
364
356
|
"name": "*",
|
|
365
357
|
"declaration": {
|
|
366
358
|
"name": "*",
|
|
367
|
-
"package": "./qti-interaction/
|
|
359
|
+
"package": "./qti-interaction/internal/drag-drop"
|
|
368
360
|
}
|
|
369
361
|
},
|
|
370
362
|
{
|
|
@@ -372,7 +364,7 @@
|
|
|
372
364
|
"name": "*",
|
|
373
365
|
"declaration": {
|
|
374
366
|
"name": "*",
|
|
375
|
-
"package": "./
|
|
367
|
+
"package": "./custom"
|
|
376
368
|
}
|
|
377
369
|
}
|
|
378
370
|
]
|
|
@@ -419,8 +411,8 @@
|
|
|
419
411
|
"fieldName": "readonly"
|
|
420
412
|
},
|
|
421
413
|
{
|
|
422
|
-
"name": "
|
|
423
|
-
"fieldName": "
|
|
414
|
+
"name": "xml",
|
|
415
|
+
"fieldName": "xml"
|
|
424
416
|
},
|
|
425
417
|
{
|
|
426
418
|
"name": "scale",
|
|
@@ -470,7 +462,7 @@
|
|
|
470
462
|
},
|
|
471
463
|
{
|
|
472
464
|
"kind": "javascript-module",
|
|
473
|
-
"path": "src/lib/qti-
|
|
465
|
+
"path": "src/lib/qti-test/index.ts",
|
|
474
466
|
"declarations": [],
|
|
475
467
|
"exports": [
|
|
476
468
|
{
|
|
@@ -478,237 +470,568 @@
|
|
|
478
470
|
"name": "*",
|
|
479
471
|
"declaration": {
|
|
480
472
|
"name": "*",
|
|
481
|
-
"package": "./qti-
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
]
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"kind": "javascript-module",
|
|
488
|
-
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
489
|
-
"declarations": [
|
|
490
|
-
{
|
|
491
|
-
"kind": "variable",
|
|
492
|
-
"name": "QtiItem",
|
|
493
|
-
"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 qtiitemconnected: 'qti-item-connected'\n }\n})"
|
|
494
|
-
}
|
|
495
|
-
],
|
|
496
|
-
"exports": [
|
|
497
|
-
{
|
|
498
|
-
"kind": "js",
|
|
499
|
-
"name": "QtiItem",
|
|
500
|
-
"declaration": {
|
|
501
|
-
"name": "QtiItem",
|
|
502
|
-
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
473
|
+
"package": "./qti-test-buttons"
|
|
503
474
|
}
|
|
504
|
-
}
|
|
505
|
-
]
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"kind": "javascript-module",
|
|
509
|
-
"path": "src/lib/qti-transform/index.ts",
|
|
510
|
-
"declarations": [],
|
|
511
|
-
"exports": [
|
|
475
|
+
},
|
|
512
476
|
{
|
|
513
477
|
"kind": "js",
|
|
514
478
|
"name": "*",
|
|
515
479
|
"declaration": {
|
|
516
480
|
"name": "*",
|
|
517
|
-
"package": "./qti-
|
|
481
|
+
"package": "./qti-test"
|
|
518
482
|
}
|
|
519
483
|
}
|
|
520
484
|
]
|
|
521
485
|
},
|
|
522
486
|
{
|
|
523
487
|
"kind": "javascript-module",
|
|
524
|
-
"path": "src/lib/qti-
|
|
488
|
+
"path": "src/lib/qti-test/qti-test-buttons.ts",
|
|
525
489
|
"declarations": [
|
|
526
490
|
{
|
|
527
|
-
"kind": "
|
|
528
|
-
"
|
|
529
|
-
"
|
|
491
|
+
"kind": "class",
|
|
492
|
+
"description": "",
|
|
493
|
+
"name": "anonymous_0",
|
|
494
|
+
"members": [],
|
|
495
|
+
"mixins": [
|
|
530
496
|
{
|
|
531
|
-
"name": "
|
|
497
|
+
"name": "TextButtonMixin",
|
|
498
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"superclass": {
|
|
502
|
+
"name": "LitElement",
|
|
503
|
+
"package": "lit"
|
|
504
|
+
},
|
|
505
|
+
"tagName": "qti-test-next",
|
|
506
|
+
"customElement": true,
|
|
507
|
+
"events": [
|
|
508
|
+
{
|
|
509
|
+
"name": "event",
|
|
532
510
|
"type": {
|
|
533
|
-
"text": "
|
|
511
|
+
"text": "CustomEvent"
|
|
512
|
+
},
|
|
513
|
+
"inheritedFrom": {
|
|
514
|
+
"name": "TextButtonMixin",
|
|
515
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
534
516
|
}
|
|
535
517
|
}
|
|
536
518
|
]
|
|
537
|
-
}
|
|
538
|
-
],
|
|
539
|
-
"exports": [
|
|
540
|
-
{
|
|
541
|
-
"kind": "js",
|
|
542
|
-
"name": "qtiTransform",
|
|
543
|
-
"declaration": {
|
|
544
|
-
"name": "qtiTransform",
|
|
545
|
-
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
]
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"kind": "javascript-module",
|
|
552
|
-
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
553
|
-
"declarations": [
|
|
519
|
+
},
|
|
554
520
|
{
|
|
555
521
|
"kind": "class",
|
|
556
522
|
"description": "",
|
|
557
|
-
"name": "
|
|
558
|
-
"
|
|
523
|
+
"name": "anonymous_1",
|
|
524
|
+
"members": [],
|
|
525
|
+
"mixins": [
|
|
559
526
|
{
|
|
560
|
-
"
|
|
561
|
-
"
|
|
527
|
+
"name": "TextButtonMixin",
|
|
528
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
562
529
|
}
|
|
563
530
|
],
|
|
564
|
-
"
|
|
531
|
+
"superclass": {
|
|
532
|
+
"name": "LitElement",
|
|
533
|
+
"package": "lit"
|
|
534
|
+
},
|
|
535
|
+
"tagName": "qti-test-item",
|
|
536
|
+
"customElement": true,
|
|
565
537
|
"events": [
|
|
566
538
|
{
|
|
567
|
-
"name": "
|
|
539
|
+
"name": "event",
|
|
568
540
|
"type": {
|
|
569
541
|
"text": "CustomEvent"
|
|
542
|
+
},
|
|
543
|
+
"inheritedFrom": {
|
|
544
|
+
"name": "TextButtonMixin",
|
|
545
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
570
546
|
}
|
|
571
|
-
}
|
|
547
|
+
}
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"kind": "class",
|
|
552
|
+
"description": "",
|
|
553
|
+
"name": "anonymous_2",
|
|
554
|
+
"members": [],
|
|
555
|
+
"mixins": [
|
|
572
556
|
{
|
|
573
|
-
"name": "
|
|
574
|
-
"
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
557
|
+
"name": "TextButtonMixin",
|
|
558
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
559
|
+
}
|
|
560
|
+
],
|
|
561
|
+
"superclass": {
|
|
562
|
+
"name": "LitElement",
|
|
563
|
+
"package": "lit"
|
|
564
|
+
},
|
|
565
|
+
"tagName": "qti-test-prev",
|
|
566
|
+
"customElement": true,
|
|
567
|
+
"events": [
|
|
579
568
|
{
|
|
580
|
-
"name": "
|
|
569
|
+
"name": "event",
|
|
581
570
|
"type": {
|
|
582
571
|
"text": "CustomEvent"
|
|
583
572
|
},
|
|
584
|
-
"
|
|
573
|
+
"inheritedFrom": {
|
|
574
|
+
"name": "TextButtonMixin",
|
|
575
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"kind": "class",
|
|
582
|
+
"description": "",
|
|
583
|
+
"name": "anonymous_3",
|
|
584
|
+
"members": [],
|
|
585
|
+
"mixins": [
|
|
586
|
+
{
|
|
587
|
+
"name": "TextButtonMixin",
|
|
588
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
585
589
|
}
|
|
586
590
|
],
|
|
587
|
-
"
|
|
591
|
+
"superclass": {
|
|
592
|
+
"name": "LitElement",
|
|
593
|
+
"package": "lit"
|
|
594
|
+
},
|
|
595
|
+
"tagName": "qti-test-check",
|
|
596
|
+
"customElement": true,
|
|
597
|
+
"events": [
|
|
588
598
|
{
|
|
589
|
-
"name": "
|
|
599
|
+
"name": "event",
|
|
590
600
|
"type": {
|
|
591
|
-
"text": "
|
|
601
|
+
"text": "CustomEvent"
|
|
592
602
|
},
|
|
593
|
-
"
|
|
594
|
-
|
|
603
|
+
"inheritedFrom": {
|
|
604
|
+
"name": "TextButtonMixin",
|
|
605
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
]
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"kind": "class",
|
|
612
|
+
"description": "",
|
|
613
|
+
"name": "anonymous_4",
|
|
614
|
+
"members": [],
|
|
615
|
+
"mixins": [
|
|
595
616
|
{
|
|
596
|
-
"name": "
|
|
597
|
-
"
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
617
|
+
"name": "TextButtonMixin",
|
|
618
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
619
|
+
}
|
|
620
|
+
],
|
|
621
|
+
"superclass": {
|
|
622
|
+
"name": "LitElement",
|
|
623
|
+
"package": "lit"
|
|
624
|
+
},
|
|
625
|
+
"tagName": "qti-test-score",
|
|
626
|
+
"customElement": true,
|
|
627
|
+
"events": [
|
|
602
628
|
{
|
|
603
|
-
"name": "
|
|
629
|
+
"name": "event",
|
|
604
630
|
"type": {
|
|
605
|
-
"text": "
|
|
631
|
+
"text": "CustomEvent"
|
|
606
632
|
},
|
|
607
|
-
"
|
|
608
|
-
|
|
633
|
+
"inheritedFrom": {
|
|
634
|
+
"name": "TextButtonMixin",
|
|
635
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
]
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"kind": "class",
|
|
642
|
+
"description": "",
|
|
643
|
+
"name": "anonymous_5",
|
|
644
|
+
"members": [],
|
|
645
|
+
"mixins": [
|
|
609
646
|
{
|
|
610
|
-
"name": "
|
|
611
|
-
"
|
|
612
|
-
"text": "string"
|
|
613
|
-
},
|
|
614
|
-
"fieldName": "identifier"
|
|
647
|
+
"name": "TextButtonMixin",
|
|
648
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
615
649
|
}
|
|
616
650
|
],
|
|
617
651
|
"superclass": {
|
|
618
652
|
"name": "LitElement",
|
|
619
653
|
"package": "lit"
|
|
620
654
|
},
|
|
621
|
-
"
|
|
622
|
-
"
|
|
623
|
-
"
|
|
655
|
+
"tagName": "qti-test-show-correct",
|
|
656
|
+
"customElement": true,
|
|
657
|
+
"events": [
|
|
658
|
+
{
|
|
659
|
+
"name": "event",
|
|
660
|
+
"type": {
|
|
661
|
+
"text": "CustomEvent"
|
|
662
|
+
},
|
|
663
|
+
"inheritedFrom": {
|
|
664
|
+
"name": "TextButtonMixin",
|
|
665
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
]
|
|
624
669
|
}
|
|
625
670
|
],
|
|
626
671
|
"exports": [
|
|
627
672
|
{
|
|
628
|
-
"kind": "
|
|
629
|
-
"name": "
|
|
673
|
+
"kind": "custom-element-definition",
|
|
674
|
+
"name": "qti-test-next",
|
|
630
675
|
"declaration": {
|
|
631
|
-
"name": "
|
|
632
|
-
"module": "src/lib/qti-
|
|
676
|
+
"name": "anonymous_0",
|
|
677
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
633
678
|
}
|
|
634
679
|
},
|
|
635
680
|
{
|
|
636
681
|
"kind": "custom-element-definition",
|
|
637
|
-
"name": "qti-
|
|
682
|
+
"name": "qti-test-item",
|
|
638
683
|
"declaration": {
|
|
639
|
-
"name": "
|
|
640
|
-
"module": "src/lib/qti-
|
|
684
|
+
"name": "anonymous_1",
|
|
685
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
641
686
|
}
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"kind": "custom-element-definition",
|
|
690
|
+
"name": "qti-test-prev",
|
|
691
|
+
"declaration": {
|
|
692
|
+
"name": "anonymous_2",
|
|
693
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"kind": "custom-element-definition",
|
|
698
|
+
"name": "qti-test-check",
|
|
699
|
+
"declaration": {
|
|
700
|
+
"name": "anonymous_3",
|
|
701
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"kind": "custom-element-definition",
|
|
706
|
+
"name": "qti-test-score",
|
|
707
|
+
"declaration": {
|
|
708
|
+
"name": "anonymous_4",
|
|
709
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"kind": "custom-element-definition",
|
|
714
|
+
"name": "qti-test-show-correct",
|
|
715
|
+
"declaration": {
|
|
716
|
+
"name": "anonymous_5",
|
|
717
|
+
"module": "src/lib/qti-test/qti-test-buttons.ts"
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
{
|
|
646
723
|
"kind": "javascript-module",
|
|
647
|
-
"path": "src/lib/qti-
|
|
724
|
+
"path": "src/lib/qti-test/qti-test.scss",
|
|
725
|
+
"declarations": [],
|
|
726
|
+
"exports": []
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"kind": "javascript-module",
|
|
730
|
+
"path": "src/lib/qti-test/qti-test.ts",
|
|
648
731
|
"declarations": [
|
|
732
|
+
{
|
|
733
|
+
"kind": "variable",
|
|
734
|
+
"name": "TestEvents",
|
|
735
|
+
"type": {
|
|
736
|
+
"text": "object"
|
|
737
|
+
},
|
|
738
|
+
"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}"
|
|
739
|
+
},
|
|
649
740
|
{
|
|
650
741
|
"kind": "class",
|
|
651
742
|
"description": "",
|
|
652
|
-
"name": "
|
|
743
|
+
"name": "QtiTest",
|
|
744
|
+
"members": [],
|
|
745
|
+
"events": [
|
|
746
|
+
{
|
|
747
|
+
"type": {
|
|
748
|
+
"text": "CustomEvent"
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
],
|
|
752
|
+
"attributes": [
|
|
753
|
+
{
|
|
754
|
+
"name": "disabled",
|
|
755
|
+
"type": {
|
|
756
|
+
"text": "boolean"
|
|
757
|
+
},
|
|
758
|
+
"readonly": true,
|
|
759
|
+
"default": "false",
|
|
760
|
+
"description": "if test is disabled every item in the test will be disabled",
|
|
761
|
+
"fieldName": "disabled"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "readonly",
|
|
765
|
+
"type": {
|
|
766
|
+
"text": "boolean"
|
|
767
|
+
},
|
|
768
|
+
"readonly": true,
|
|
769
|
+
"default": "false",
|
|
770
|
+
"description": "if test is readonly every item in the test will be readonly",
|
|
771
|
+
"fieldName": "readonly"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "navigation-mode",
|
|
775
|
+
"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",
|
|
776
|
+
"fieldName": "_navigationMode"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "submission-mode",
|
|
780
|
+
"description": "The submission mode is set to individual mode requiring the candidate to submit their responses on an item-by-item basis",
|
|
781
|
+
"fieldName": "_submissionMode"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "item-index",
|
|
785
|
+
"type": {
|
|
786
|
+
"text": "number"
|
|
787
|
+
},
|
|
788
|
+
"readonly": true,
|
|
789
|
+
"default": "0",
|
|
790
|
+
"description": "The item index, set from outside",
|
|
791
|
+
"fieldName": "itemIndex"
|
|
792
|
+
}
|
|
793
|
+
],
|
|
653
794
|
"superclass": {
|
|
654
795
|
"name": "LitElement",
|
|
655
796
|
"package": "lit"
|
|
656
797
|
},
|
|
657
|
-
"tagName": "qti-
|
|
798
|
+
"tagName": "qti-test",
|
|
658
799
|
"customElement": true
|
|
659
800
|
}
|
|
660
801
|
],
|
|
661
802
|
"exports": [
|
|
662
803
|
{
|
|
663
804
|
"kind": "js",
|
|
664
|
-
"name": "
|
|
805
|
+
"name": "TestEvents",
|
|
665
806
|
"declaration": {
|
|
666
|
-
"name": "
|
|
667
|
-
"module": "src/lib/qti-
|
|
807
|
+
"name": "TestEvents",
|
|
808
|
+
"module": "src/lib/qti-test/qti-test.ts"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"kind": "js",
|
|
813
|
+
"name": "QtiTest",
|
|
814
|
+
"declaration": {
|
|
815
|
+
"name": "QtiTest",
|
|
816
|
+
"module": "src/lib/qti-test/qti-test.ts"
|
|
668
817
|
}
|
|
669
818
|
},
|
|
670
819
|
{
|
|
671
820
|
"kind": "custom-element-definition",
|
|
672
|
-
"name": "qti-
|
|
821
|
+
"name": "qti-test",
|
|
673
822
|
"declaration": {
|
|
674
|
-
"name": "
|
|
675
|
-
"module": "src/lib/qti-
|
|
823
|
+
"name": "QtiTest",
|
|
824
|
+
"module": "src/lib/qti-test/qti-test.ts"
|
|
676
825
|
}
|
|
677
826
|
}
|
|
678
827
|
]
|
|
679
828
|
},
|
|
680
829
|
{
|
|
681
830
|
"kind": "javascript-module",
|
|
682
|
-
"path": "src/lib/qti-
|
|
831
|
+
"path": "src/lib/qti-item-react/index.ts",
|
|
832
|
+
"declarations": [],
|
|
833
|
+
"exports": [
|
|
834
|
+
{
|
|
835
|
+
"kind": "js",
|
|
836
|
+
"name": "*",
|
|
837
|
+
"declaration": {
|
|
838
|
+
"name": "*",
|
|
839
|
+
"package": "./qti-item.react"
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
]
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"kind": "javascript-module",
|
|
846
|
+
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
847
|
+
"declarations": [
|
|
848
|
+
{
|
|
849
|
+
"kind": "variable",
|
|
850
|
+
"name": "QtiItem",
|
|
851
|
+
"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})"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"exports": [
|
|
855
|
+
{
|
|
856
|
+
"kind": "js",
|
|
857
|
+
"name": "QtiItem",
|
|
858
|
+
"declaration": {
|
|
859
|
+
"name": "QtiItem",
|
|
860
|
+
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
]
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "javascript-module",
|
|
867
|
+
"path": "src/lib/qti-transform/index.ts",
|
|
868
|
+
"declarations": [],
|
|
869
|
+
"exports": [
|
|
870
|
+
{
|
|
871
|
+
"kind": "js",
|
|
872
|
+
"name": "*",
|
|
873
|
+
"declaration": {
|
|
874
|
+
"name": "*",
|
|
875
|
+
"package": "./qti-transform"
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"kind": "javascript-module",
|
|
882
|
+
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
883
|
+
"declarations": [
|
|
884
|
+
{
|
|
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
|
+
]
|
|
907
|
+
}
|
|
908
|
+
],
|
|
909
|
+
"exports": [
|
|
910
|
+
{
|
|
911
|
+
"kind": "js",
|
|
912
|
+
"name": "qtiTransform",
|
|
913
|
+
"declaration": {
|
|
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
|
+
}
|
|
925
|
+
}
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"kind": "javascript-module",
|
|
930
|
+
"path": "src/lib/qti-components/custom/index.ts",
|
|
931
|
+
"declarations": [],
|
|
932
|
+
"exports": [
|
|
933
|
+
{
|
|
934
|
+
"kind": "js",
|
|
935
|
+
"name": "*",
|
|
936
|
+
"declaration": {
|
|
937
|
+
"name": "*",
|
|
938
|
+
"package": "./qti-custom-operator/qti-custom-operator-levenshtein"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"kind": "js",
|
|
943
|
+
"name": "*",
|
|
944
|
+
"declaration": {
|
|
945
|
+
"name": "*",
|
|
946
|
+
"package": "./qti-custom-operator/qti-custom-operator-numeric"
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"kind": "js",
|
|
951
|
+
"name": "*",
|
|
952
|
+
"declaration": {
|
|
953
|
+
"name": "*",
|
|
954
|
+
"package": "./qti-custom-operator/qti-custom-operator-numeric-parse-nl"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"kind": "js",
|
|
959
|
+
"name": "*",
|
|
960
|
+
"declaration": {
|
|
961
|
+
"name": "*",
|
|
962
|
+
"package": "./qti-custom-operator/qti-custom-operator-remove-spaces"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"kind": "js",
|
|
967
|
+
"name": "*",
|
|
968
|
+
"declaration": {
|
|
969
|
+
"name": "*",
|
|
970
|
+
"package": "./qti-custom-operator/qti-custom-operator-trim"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"kind": "js",
|
|
975
|
+
"name": "*",
|
|
976
|
+
"declaration": {
|
|
977
|
+
"name": "*",
|
|
978
|
+
"package": "./qti-manual-scoring/qti-manual-scoring"
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
]
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"kind": "javascript-module",
|
|
985
|
+
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
683
986
|
"declarations": [
|
|
684
987
|
{
|
|
685
988
|
"kind": "class",
|
|
686
989
|
"description": "",
|
|
687
|
-
"name": "
|
|
990
|
+
"name": "QtiAssessmentItem",
|
|
991
|
+
"slots": [
|
|
992
|
+
{
|
|
993
|
+
"description": "The default slot where all the other QTI 3 item structures go.",
|
|
994
|
+
"name": ""
|
|
995
|
+
}
|
|
996
|
+
],
|
|
688
997
|
"members": [],
|
|
689
998
|
"events": [
|
|
690
999
|
{
|
|
691
|
-
"name": "qti-
|
|
1000
|
+
"name": "qti-interaction-changed",
|
|
692
1001
|
"type": {
|
|
693
1002
|
"text": "CustomEvent"
|
|
694
|
-
}
|
|
1003
|
+
},
|
|
1004
|
+
"description": "Emitted when an interaction is changed."
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "qti-outcome-changed",
|
|
1008
|
+
"type": {
|
|
1009
|
+
"text": "CustomEvent"
|
|
1010
|
+
},
|
|
1011
|
+
"description": "Emitted when the radio group receives user input."
|
|
695
1012
|
}
|
|
696
1013
|
],
|
|
697
1014
|
"attributes": [
|
|
698
1015
|
{
|
|
699
|
-
"name": "
|
|
1016
|
+
"name": "disabled",
|
|
700
1017
|
"type": {
|
|
701
|
-
"text": "
|
|
1018
|
+
"text": "boolean"
|
|
702
1019
|
},
|
|
703
|
-
"
|
|
704
|
-
"fieldName": "showHide"
|
|
1020
|
+
"fieldName": "disabled"
|
|
705
1021
|
},
|
|
706
1022
|
{
|
|
707
|
-
"name": "
|
|
1023
|
+
"name": "readonly",
|
|
1024
|
+
"type": {
|
|
1025
|
+
"text": "boolean"
|
|
1026
|
+
},
|
|
1027
|
+
"fieldName": "readonly"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"name": "title",
|
|
708
1031
|
"type": {
|
|
709
1032
|
"text": "string"
|
|
710
1033
|
},
|
|
711
|
-
"fieldName": "
|
|
1034
|
+
"fieldName": "title"
|
|
712
1035
|
},
|
|
713
1036
|
{
|
|
714
1037
|
"name": "identifier",
|
|
@@ -722,63 +1045,126 @@
|
|
|
722
1045
|
"name": "LitElement",
|
|
723
1046
|
"package": "lit"
|
|
724
1047
|
},
|
|
1048
|
+
"summary": "The qti-assessment-item element contains all the other QTI 3 item structures.",
|
|
1049
|
+
"tagName": "qti-assessment-item",
|
|
725
1050
|
"customElement": true
|
|
726
1051
|
}
|
|
727
1052
|
],
|
|
728
1053
|
"exports": [
|
|
729
1054
|
{
|
|
730
1055
|
"kind": "js",
|
|
731
|
-
"name": "
|
|
1056
|
+
"name": "QtiAssessmentItem",
|
|
732
1057
|
"declaration": {
|
|
733
|
-
"name": "
|
|
734
|
-
"module": "src/lib/qti-components/qti-
|
|
1058
|
+
"name": "QtiAssessmentItem",
|
|
1059
|
+
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"kind": "custom-element-definition",
|
|
1064
|
+
"name": "qti-assessment-item",
|
|
1065
|
+
"declaration": {
|
|
1066
|
+
"name": "QtiAssessmentItem",
|
|
1067
|
+
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
735
1068
|
}
|
|
736
1069
|
}
|
|
737
1070
|
]
|
|
738
1071
|
},
|
|
739
1072
|
{
|
|
740
1073
|
"kind": "javascript-module",
|
|
741
|
-
"path": "src/lib/qti-components/qti-
|
|
1074
|
+
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
742
1075
|
"declarations": [
|
|
743
1076
|
{
|
|
744
1077
|
"kind": "class",
|
|
745
1078
|
"description": "",
|
|
746
|
-
"name": "
|
|
747
|
-
"
|
|
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
|
+
{
|
|
1108
|
+
"kind": "javascript-module",
|
|
1109
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback.stories.scss",
|
|
1110
|
+
"declarations": [],
|
|
1111
|
+
"exports": []
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "javascript-module",
|
|
1115
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
|
|
1116
|
+
"declarations": [
|
|
1117
|
+
{
|
|
1118
|
+
"kind": "class",
|
|
1119
|
+
"description": "",
|
|
1120
|
+
"name": "QtiFeedback",
|
|
1121
|
+
"members": [],
|
|
1122
|
+
"events": [
|
|
1123
|
+
{
|
|
1124
|
+
"name": "qti-register-feedback",
|
|
1125
|
+
"type": {
|
|
1126
|
+
"text": "CustomEvent"
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
],
|
|
1130
|
+
"attributes": [
|
|
1131
|
+
{
|
|
1132
|
+
"name": "show-hide",
|
|
1133
|
+
"type": {
|
|
1134
|
+
"text": "string"
|
|
1135
|
+
},
|
|
1136
|
+
"default": "'show'",
|
|
1137
|
+
"fieldName": "showHide"
|
|
1138
|
+
},
|
|
748
1139
|
{
|
|
749
|
-
"
|
|
750
|
-
"
|
|
1140
|
+
"name": "outcome-identifier",
|
|
1141
|
+
"type": {
|
|
1142
|
+
"text": "string"
|
|
1143
|
+
},
|
|
1144
|
+
"fieldName": "outcomeIdentifier"
|
|
751
1145
|
},
|
|
752
1146
|
{
|
|
753
|
-
"
|
|
754
|
-
"
|
|
1147
|
+
"name": "identifier",
|
|
1148
|
+
"type": {
|
|
1149
|
+
"text": "string"
|
|
1150
|
+
},
|
|
1151
|
+
"fieldName": "identifier"
|
|
755
1152
|
}
|
|
756
1153
|
],
|
|
757
|
-
"members": [],
|
|
758
1154
|
"superclass": {
|
|
759
1155
|
"name": "LitElement",
|
|
760
1156
|
"package": "lit"
|
|
761
1157
|
},
|
|
762
|
-
"summary": "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.",
|
|
763
|
-
"tagName": "qti-item-body",
|
|
764
1158
|
"customElement": true
|
|
765
1159
|
}
|
|
766
1160
|
],
|
|
767
1161
|
"exports": [
|
|
768
1162
|
{
|
|
769
1163
|
"kind": "js",
|
|
770
|
-
"name": "
|
|
771
|
-
"declaration": {
|
|
772
|
-
"name": "QtiItemBody",
|
|
773
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
774
|
-
}
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"kind": "custom-element-definition",
|
|
778
|
-
"name": "qti-item-body",
|
|
1164
|
+
"name": "QtiFeedback",
|
|
779
1165
|
"declaration": {
|
|
780
|
-
"name": "
|
|
781
|
-
"module": "src/lib/qti-components/qti-
|
|
1166
|
+
"name": "QtiFeedback",
|
|
1167
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
782
1168
|
}
|
|
783
1169
|
}
|
|
784
1170
|
]
|
|
@@ -1448,132 +1834,89 @@
|
|
|
1448
1834
|
},
|
|
1449
1835
|
{
|
|
1450
1836
|
"kind": "javascript-module",
|
|
1451
|
-
"path": "src/lib/qti-components/qti-
|
|
1837
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1452
1838
|
"declarations": [
|
|
1453
1839
|
{
|
|
1454
1840
|
"kind": "class",
|
|
1455
1841
|
"description": "",
|
|
1456
|
-
"name": "
|
|
1842
|
+
"name": "QtiItemBody",
|
|
1843
|
+
"slots": [
|
|
1844
|
+
{
|
|
1845
|
+
"description": "item body content.",
|
|
1846
|
+
"name": ""
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"description": "the qti rubric block is placed above the item",
|
|
1850
|
+
"name": "qti-rubric-block"
|
|
1851
|
+
}
|
|
1852
|
+
],
|
|
1457
1853
|
"members": [],
|
|
1458
1854
|
"superclass": {
|
|
1459
1855
|
"name": "LitElement",
|
|
1460
1856
|
"package": "lit"
|
|
1461
1857
|
},
|
|
1462
|
-
"
|
|
1858
|
+
"summary": "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.",
|
|
1859
|
+
"tagName": "qti-item-body",
|
|
1463
1860
|
"customElement": true
|
|
1464
1861
|
}
|
|
1465
1862
|
],
|
|
1466
1863
|
"exports": [
|
|
1467
1864
|
{
|
|
1468
1865
|
"kind": "js",
|
|
1469
|
-
"name": "
|
|
1866
|
+
"name": "default",
|
|
1470
1867
|
"declaration": {
|
|
1471
|
-
"name": "
|
|
1472
|
-
"module": "src/lib/qti-components/qti-
|
|
1868
|
+
"name": "QtiItemBody",
|
|
1869
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1473
1870
|
}
|
|
1474
1871
|
},
|
|
1475
1872
|
{
|
|
1476
1873
|
"kind": "custom-element-definition",
|
|
1477
|
-
"name": "qti-
|
|
1874
|
+
"name": "qti-item-body",
|
|
1478
1875
|
"declaration": {
|
|
1479
|
-
"name": "
|
|
1480
|
-
"module": "src/lib/qti-components/qti-
|
|
1876
|
+
"name": "QtiItemBody",
|
|
1877
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1481
1878
|
}
|
|
1482
1879
|
}
|
|
1483
1880
|
]
|
|
1484
1881
|
},
|
|
1485
1882
|
{
|
|
1486
1883
|
"kind": "javascript-module",
|
|
1487
|
-
"path": "src/lib/qti-components/qti-
|
|
1488
|
-
"declarations": [
|
|
1489
|
-
|
|
1490
|
-
"kind": "class",
|
|
1491
|
-
"description": "",
|
|
1492
|
-
"name": "qtiContentBody",
|
|
1493
|
-
"members": [],
|
|
1494
|
-
"superclass": {
|
|
1495
|
-
"name": "LitElement",
|
|
1496
|
-
"package": "lit"
|
|
1497
|
-
},
|
|
1498
|
-
"tagName": "qti-content-body",
|
|
1499
|
-
"customElement": true
|
|
1500
|
-
}
|
|
1501
|
-
],
|
|
1502
|
-
"exports": [
|
|
1503
|
-
{
|
|
1504
|
-
"kind": "js",
|
|
1505
|
-
"name": "qtiContentBody",
|
|
1506
|
-
"declaration": {
|
|
1507
|
-
"name": "qtiContentBody",
|
|
1508
|
-
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"kind": "custom-element-definition",
|
|
1513
|
-
"name": "qti-content-body",
|
|
1514
|
-
"declaration": {
|
|
1515
|
-
"name": "qtiContentBody",
|
|
1516
|
-
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
1517
|
-
}
|
|
1518
|
-
}
|
|
1519
|
-
]
|
|
1884
|
+
"path": "src/lib/qti-components/qti-prompt/qti-prompt.scss",
|
|
1885
|
+
"declarations": [],
|
|
1886
|
+
"exports": []
|
|
1520
1887
|
},
|
|
1521
1888
|
{
|
|
1522
1889
|
"kind": "javascript-module",
|
|
1523
|
-
"path": "src/lib/qti-components/qti-
|
|
1890
|
+
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1524
1891
|
"declarations": [
|
|
1525
1892
|
{
|
|
1526
1893
|
"kind": "class",
|
|
1527
1894
|
"description": "",
|
|
1528
|
-
"name": "
|
|
1895
|
+
"name": "QtiPrompt",
|
|
1529
1896
|
"members": [],
|
|
1530
|
-
"attributes": [
|
|
1531
|
-
{
|
|
1532
|
-
"name": "id",
|
|
1533
|
-
"fieldName": "id"
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"name": "use",
|
|
1537
|
-
"type": {
|
|
1538
|
-
"text": "'instructions' | 'scoring' | 'navigation'"
|
|
1539
|
-
},
|
|
1540
|
-
"fieldName": "use"
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "view",
|
|
1544
|
-
"type": {
|
|
1545
|
-
"text": "'author' | 'candidate' | 'proctor' | 'scorer' | 'testConstructor' | 'tutor'"
|
|
1546
|
-
},
|
|
1547
|
-
"fieldName": "view"
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"name": "class",
|
|
1551
|
-
"fieldName": "classNames"
|
|
1552
|
-
}
|
|
1553
|
-
],
|
|
1554
1897
|
"superclass": {
|
|
1555
1898
|
"name": "LitElement",
|
|
1556
1899
|
"package": "lit"
|
|
1557
1900
|
},
|
|
1558
|
-
"tagName": "qti-
|
|
1901
|
+
"tagName": "qti-prompt",
|
|
1559
1902
|
"customElement": true
|
|
1560
1903
|
}
|
|
1561
1904
|
],
|
|
1562
1905
|
"exports": [
|
|
1563
1906
|
{
|
|
1564
1907
|
"kind": "js",
|
|
1565
|
-
"name": "
|
|
1908
|
+
"name": "QtiPrompt",
|
|
1566
1909
|
"declaration": {
|
|
1567
|
-
"name": "
|
|
1568
|
-
"module": "src/lib/qti-components/qti-
|
|
1910
|
+
"name": "QtiPrompt",
|
|
1911
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1569
1912
|
}
|
|
1570
1913
|
},
|
|
1571
1914
|
{
|
|
1572
1915
|
"kind": "custom-element-definition",
|
|
1573
|
-
"name": "qti-
|
|
1916
|
+
"name": "qti-prompt",
|
|
1574
1917
|
"declaration": {
|
|
1575
|
-
"name": "
|
|
1576
|
-
"module": "src/lib/qti-components/qti-
|
|
1918
|
+
"name": "QtiPrompt",
|
|
1919
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1577
1920
|
}
|
|
1578
1921
|
}
|
|
1579
1922
|
]
|
|
@@ -1737,42 +2080,192 @@
|
|
|
1737
2080
|
},
|
|
1738
2081
|
{
|
|
1739
2082
|
"kind": "js",
|
|
1740
|
-
"name": "*",
|
|
2083
|
+
"name": "*",
|
|
2084
|
+
"declaration": {
|
|
2085
|
+
"name": "*",
|
|
2086
|
+
"package": "./qti-expression/qti-match/qti-match"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"kind": "js",
|
|
2091
|
+
"name": "*",
|
|
2092
|
+
"declaration": {
|
|
2093
|
+
"name": "*",
|
|
2094
|
+
"package": "./qti-expression/qti-variable/qti-variable"
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"kind": "js",
|
|
2099
|
+
"name": "*",
|
|
2100
|
+
"declaration": {
|
|
2101
|
+
"name": "*",
|
|
2102
|
+
"package": "./qti-expression/qti-multiple/qti-multiple"
|
|
2103
|
+
}
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "js",
|
|
2107
|
+
"name": "*",
|
|
2108
|
+
"declaration": {
|
|
2109
|
+
"name": "*",
|
|
2110
|
+
"package": "./qti-expression/qti-ordered/qti-ordered"
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"kind": "js",
|
|
2115
|
+
"name": "*",
|
|
2116
|
+
"declaration": {
|
|
2117
|
+
"name": "*",
|
|
2118
|
+
"package": "./qti-expression/qti-mapping/qti-mapping"
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
]
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"kind": "javascript-module",
|
|
2125
|
+
"path": "src/lib/qti-components/qti-rubric-block/qti-content-body.scss",
|
|
2126
|
+
"declarations": [],
|
|
2127
|
+
"exports": []
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"kind": "javascript-module",
|
|
2131
|
+
"path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
|
|
2132
|
+
"declarations": [
|
|
2133
|
+
{
|
|
2134
|
+
"kind": "class",
|
|
2135
|
+
"description": "",
|
|
2136
|
+
"name": "qtiContentBody",
|
|
2137
|
+
"members": [],
|
|
2138
|
+
"superclass": {
|
|
2139
|
+
"name": "LitElement",
|
|
2140
|
+
"package": "lit"
|
|
2141
|
+
},
|
|
2142
|
+
"tagName": "qti-content-body",
|
|
2143
|
+
"customElement": true
|
|
2144
|
+
}
|
|
2145
|
+
],
|
|
2146
|
+
"exports": [
|
|
2147
|
+
{
|
|
2148
|
+
"kind": "js",
|
|
2149
|
+
"name": "qtiContentBody",
|
|
2150
|
+
"declaration": {
|
|
2151
|
+
"name": "qtiContentBody",
|
|
2152
|
+
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"kind": "custom-element-definition",
|
|
2157
|
+
"name": "qti-content-body",
|
|
2158
|
+
"declaration": {
|
|
2159
|
+
"name": "qtiContentBody",
|
|
2160
|
+
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
2161
|
+
}
|
|
2162
|
+
}
|
|
2163
|
+
]
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"kind": "javascript-module",
|
|
2167
|
+
"path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.scss",
|
|
2168
|
+
"declarations": [],
|
|
2169
|
+
"exports": []
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"kind": "javascript-module",
|
|
2173
|
+
"path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts",
|
|
2174
|
+
"declarations": [
|
|
2175
|
+
{
|
|
2176
|
+
"kind": "class",
|
|
2177
|
+
"description": "",
|
|
2178
|
+
"name": "qtiRubricBlock",
|
|
2179
|
+
"members": [],
|
|
2180
|
+
"attributes": [
|
|
2181
|
+
{
|
|
2182
|
+
"name": "id",
|
|
2183
|
+
"fieldName": "id"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"name": "use",
|
|
2187
|
+
"type": {
|
|
2188
|
+
"text": "'instructions' | 'scoring' | 'navigation'"
|
|
2189
|
+
},
|
|
2190
|
+
"fieldName": "use"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"name": "view",
|
|
2194
|
+
"type": {
|
|
2195
|
+
"text": "'author' | 'candidate' | 'proctor' | 'scorer' | 'testConstructor' | 'tutor'"
|
|
2196
|
+
},
|
|
2197
|
+
"fieldName": "view"
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "class",
|
|
2201
|
+
"fieldName": "classNames"
|
|
2202
|
+
}
|
|
2203
|
+
],
|
|
2204
|
+
"superclass": {
|
|
2205
|
+
"name": "LitElement",
|
|
2206
|
+
"package": "lit"
|
|
2207
|
+
},
|
|
2208
|
+
"tagName": "qti-rubric-block",
|
|
2209
|
+
"customElement": true
|
|
2210
|
+
}
|
|
2211
|
+
],
|
|
2212
|
+
"exports": [
|
|
2213
|
+
{
|
|
2214
|
+
"kind": "js",
|
|
2215
|
+
"name": "qtiRubricBlock",
|
|
1741
2216
|
"declaration": {
|
|
1742
|
-
"name": "
|
|
1743
|
-
"
|
|
2217
|
+
"name": "qtiRubricBlock",
|
|
2218
|
+
"module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
|
|
1744
2219
|
}
|
|
1745
2220
|
},
|
|
1746
2221
|
{
|
|
1747
|
-
"kind": "
|
|
1748
|
-
"name": "
|
|
2222
|
+
"kind": "custom-element-definition",
|
|
2223
|
+
"name": "qti-rubric-block",
|
|
1749
2224
|
"declaration": {
|
|
1750
|
-
"name": "
|
|
1751
|
-
"
|
|
2225
|
+
"name": "qtiRubricBlock",
|
|
2226
|
+
"module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
|
|
1752
2227
|
}
|
|
1753
|
-
}
|
|
2228
|
+
}
|
|
2229
|
+
]
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"kind": "javascript-module",
|
|
2233
|
+
"path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
|
|
2234
|
+
"declarations": [],
|
|
2235
|
+
"exports": []
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"kind": "javascript-module",
|
|
2239
|
+
"path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts",
|
|
2240
|
+
"declarations": [
|
|
1754
2241
|
{
|
|
1755
|
-
"kind": "
|
|
1756
|
-
"
|
|
1757
|
-
"
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
2242
|
+
"kind": "class",
|
|
2243
|
+
"description": "",
|
|
2244
|
+
"name": "QtiStylesheet",
|
|
2245
|
+
"members": [],
|
|
2246
|
+
"superclass": {
|
|
2247
|
+
"name": "LitElement",
|
|
2248
|
+
"package": "lit"
|
|
2249
|
+
},
|
|
2250
|
+
"tagName": "qti-stylesheet",
|
|
2251
|
+
"customElement": true
|
|
2252
|
+
}
|
|
2253
|
+
],
|
|
2254
|
+
"exports": [
|
|
1762
2255
|
{
|
|
1763
2256
|
"kind": "js",
|
|
1764
|
-
"name": "
|
|
2257
|
+
"name": "QtiStylesheet",
|
|
1765
2258
|
"declaration": {
|
|
1766
|
-
"name": "
|
|
1767
|
-
"
|
|
2259
|
+
"name": "QtiStylesheet",
|
|
2260
|
+
"module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
|
|
1768
2261
|
}
|
|
1769
2262
|
},
|
|
1770
2263
|
{
|
|
1771
|
-
"kind": "
|
|
1772
|
-
"name": "
|
|
2264
|
+
"kind": "custom-element-definition",
|
|
2265
|
+
"name": "qti-stylesheet",
|
|
1773
2266
|
"declaration": {
|
|
1774
|
-
"name": "
|
|
1775
|
-
"
|
|
2267
|
+
"name": "QtiStylesheet",
|
|
2268
|
+
"module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
|
|
1776
2269
|
}
|
|
1777
2270
|
}
|
|
1778
2271
|
]
|
|
@@ -1952,110 +2445,342 @@
|
|
|
1952
2445
|
"exports": [
|
|
1953
2446
|
{
|
|
1954
2447
|
"kind": "js",
|
|
1955
|
-
"name": "matchCorrect",
|
|
1956
|
-
"declaration": {
|
|
1957
|
-
"name": "matchCorrect",
|
|
1958
|
-
"module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
|
|
1959
|
-
}
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"kind": "js",
|
|
1963
|
-
"name": "mapResponse",
|
|
2448
|
+
"name": "matchCorrect",
|
|
2449
|
+
"declaration": {
|
|
2450
|
+
"name": "matchCorrect",
|
|
2451
|
+
"module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"kind": "js",
|
|
2456
|
+
"name": "mapResponse",
|
|
2457
|
+
"declaration": {
|
|
2458
|
+
"name": "mapResponse",
|
|
2459
|
+
"module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
|
|
2460
|
+
}
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "js",
|
|
2464
|
+
"name": "mapResponsePoint",
|
|
2465
|
+
"declaration": {
|
|
2466
|
+
"name": "mapResponsePoint",
|
|
2467
|
+
"module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
|
|
2468
|
+
}
|
|
2469
|
+
}
|
|
2470
|
+
]
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"kind": "javascript-module",
|
|
2474
|
+
"path": "src/lib/qti-components/qti-utilities/VariableDeclaration.ts",
|
|
2475
|
+
"declarations": [],
|
|
2476
|
+
"exports": []
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "javascript-module",
|
|
2480
|
+
"path": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts",
|
|
2481
|
+
"declarations": [
|
|
2482
|
+
{
|
|
2483
|
+
"kind": "class",
|
|
2484
|
+
"description": "",
|
|
2485
|
+
"name": "QtiVariableDeclaration",
|
|
2486
|
+
"members": [],
|
|
2487
|
+
"superclass": {
|
|
2488
|
+
"name": "LitElement",
|
|
2489
|
+
"package": "lit"
|
|
2490
|
+
},
|
|
2491
|
+
"tagName": "qti-variabledeclaration",
|
|
2492
|
+
"customElement": true
|
|
2493
|
+
}
|
|
2494
|
+
],
|
|
2495
|
+
"exports": [
|
|
2496
|
+
{
|
|
2497
|
+
"kind": "js",
|
|
2498
|
+
"name": "QtiVariableDeclaration",
|
|
2499
|
+
"declaration": {
|
|
2500
|
+
"name": "QtiVariableDeclaration",
|
|
2501
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"kind": "custom-element-definition",
|
|
2506
|
+
"name": "qti-variabledeclaration",
|
|
2507
|
+
"declaration": {
|
|
2508
|
+
"name": "QtiVariableDeclaration",
|
|
2509
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
|
|
2510
|
+
}
|
|
2511
|
+
}
|
|
2512
|
+
]
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "javascript-module",
|
|
2516
|
+
"path": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-levenshtein.ts",
|
|
2517
|
+
"declarations": [
|
|
2518
|
+
{
|
|
2519
|
+
"kind": "class",
|
|
2520
|
+
"description": "",
|
|
2521
|
+
"name": "QtiCustomOperatorLevenshtein",
|
|
2522
|
+
"members": [],
|
|
2523
|
+
"attributes": [
|
|
2524
|
+
{
|
|
2525
|
+
"name": "value",
|
|
2526
|
+
"type": {
|
|
2527
|
+
"text": "number"
|
|
2528
|
+
},
|
|
2529
|
+
"default": "0",
|
|
2530
|
+
"fieldName": "value"
|
|
2531
|
+
}
|
|
2532
|
+
],
|
|
2533
|
+
"superclass": {
|
|
2534
|
+
"name": "QtiExpression",
|
|
2535
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
2536
|
+
},
|
|
2537
|
+
"tagName": "qti-custom-operator-levenshtein",
|
|
2538
|
+
"customElement": true
|
|
2539
|
+
}
|
|
2540
|
+
],
|
|
2541
|
+
"exports": [
|
|
2542
|
+
{
|
|
2543
|
+
"kind": "js",
|
|
2544
|
+
"name": "QtiCustomOperatorLevenshtein",
|
|
2545
|
+
"declaration": {
|
|
2546
|
+
"name": "QtiCustomOperatorLevenshtein",
|
|
2547
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-levenshtein.ts"
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"kind": "custom-element-definition",
|
|
2552
|
+
"name": "qti-custom-operator-levenshtein",
|
|
2553
|
+
"declaration": {
|
|
2554
|
+
"name": "QtiCustomOperatorLevenshtein",
|
|
2555
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-levenshtein.ts"
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
]
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"kind": "javascript-module",
|
|
2562
|
+
"path": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-numeric-parse-nl.ts",
|
|
2563
|
+
"declarations": [
|
|
2564
|
+
{
|
|
2565
|
+
"kind": "class",
|
|
2566
|
+
"description": "",
|
|
2567
|
+
"name": "QtiCustomOperatorParseNumberLocalNl",
|
|
2568
|
+
"members": [],
|
|
2569
|
+
"attributes": [
|
|
2570
|
+
{
|
|
2571
|
+
"name": "value",
|
|
2572
|
+
"type": {
|
|
2573
|
+
"text": "any"
|
|
2574
|
+
},
|
|
2575
|
+
"fieldName": "value"
|
|
2576
|
+
}
|
|
2577
|
+
],
|
|
2578
|
+
"superclass": {
|
|
2579
|
+
"name": "LitElement",
|
|
2580
|
+
"package": "lit"
|
|
2581
|
+
},
|
|
2582
|
+
"tagName": "qti-custom-operator-parse-numeric-nl",
|
|
2583
|
+
"customElement": true
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2586
|
+
"exports": [
|
|
2587
|
+
{
|
|
2588
|
+
"kind": "js",
|
|
2589
|
+
"name": "QtiCustomOperatorParseNumberLocalNl",
|
|
2590
|
+
"declaration": {
|
|
2591
|
+
"name": "QtiCustomOperatorParseNumberLocalNl",
|
|
2592
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-numeric-parse-nl.ts"
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"kind": "custom-element-definition",
|
|
2597
|
+
"name": "qti-custom-operator-parse-numeric-nl",
|
|
2598
|
+
"declaration": {
|
|
2599
|
+
"name": "QtiCustomOperatorParseNumberLocalNl",
|
|
2600
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-numeric-parse-nl.ts"
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
]
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"kind": "javascript-module",
|
|
2607
|
+
"path": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-numeric.ts",
|
|
2608
|
+
"declarations": [
|
|
2609
|
+
{
|
|
2610
|
+
"kind": "class",
|
|
2611
|
+
"description": "",
|
|
2612
|
+
"name": "QtiCustomOperatorNumericOnly",
|
|
2613
|
+
"members": [],
|
|
2614
|
+
"superclass": {
|
|
2615
|
+
"name": "LitElement",
|
|
2616
|
+
"package": "lit"
|
|
2617
|
+
},
|
|
2618
|
+
"tagName": "qti-custom-operator-numeric",
|
|
2619
|
+
"customElement": true
|
|
2620
|
+
}
|
|
2621
|
+
],
|
|
2622
|
+
"exports": [
|
|
2623
|
+
{
|
|
2624
|
+
"kind": "js",
|
|
2625
|
+
"name": "QtiCustomOperatorNumericOnly",
|
|
2626
|
+
"declaration": {
|
|
2627
|
+
"name": "QtiCustomOperatorNumericOnly",
|
|
2628
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-numeric.ts"
|
|
2629
|
+
}
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"kind": "custom-element-definition",
|
|
2633
|
+
"name": "qti-custom-operator-numeric",
|
|
2634
|
+
"declaration": {
|
|
2635
|
+
"name": "QtiCustomOperatorNumericOnly",
|
|
2636
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-numeric.ts"
|
|
2637
|
+
}
|
|
2638
|
+
}
|
|
2639
|
+
]
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"kind": "javascript-module",
|
|
2643
|
+
"path": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-remove-spaces.ts",
|
|
2644
|
+
"declarations": [
|
|
2645
|
+
{
|
|
2646
|
+
"kind": "class",
|
|
2647
|
+
"description": "",
|
|
2648
|
+
"name": "QtiCustomOperatorRemoveAllSpaces",
|
|
2649
|
+
"members": [],
|
|
2650
|
+
"superclass": {
|
|
2651
|
+
"name": "LitElement",
|
|
2652
|
+
"package": "lit"
|
|
2653
|
+
},
|
|
2654
|
+
"tagName": "qti-custom-operator-remove-spaces",
|
|
2655
|
+
"customElement": true
|
|
2656
|
+
}
|
|
2657
|
+
],
|
|
2658
|
+
"exports": [
|
|
2659
|
+
{
|
|
2660
|
+
"kind": "js",
|
|
2661
|
+
"name": "QtiCustomOperatorRemoveAllSpaces",
|
|
1964
2662
|
"declaration": {
|
|
1965
|
-
"name": "
|
|
1966
|
-
"module": "src/lib/qti-components/qti-
|
|
2663
|
+
"name": "QtiCustomOperatorRemoveAllSpaces",
|
|
2664
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-remove-spaces.ts"
|
|
1967
2665
|
}
|
|
1968
2666
|
},
|
|
1969
2667
|
{
|
|
1970
|
-
"kind": "
|
|
1971
|
-
"name": "
|
|
2668
|
+
"kind": "custom-element-definition",
|
|
2669
|
+
"name": "qti-custom-operator-remove-spaces",
|
|
1972
2670
|
"declaration": {
|
|
1973
|
-
"name": "
|
|
1974
|
-
"module": "src/lib/qti-components/qti-
|
|
2671
|
+
"name": "QtiCustomOperatorRemoveAllSpaces",
|
|
2672
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-remove-spaces.ts"
|
|
1975
2673
|
}
|
|
1976
2674
|
}
|
|
1977
2675
|
]
|
|
1978
2676
|
},
|
|
1979
2677
|
{
|
|
1980
2678
|
"kind": "javascript-module",
|
|
1981
|
-
"path": "src/lib/qti-components/qti-
|
|
1982
|
-
"declarations": [],
|
|
1983
|
-
"exports": []
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"kind": "javascript-module",
|
|
1987
|
-
"path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
|
|
1988
|
-
"declarations": [],
|
|
1989
|
-
"exports": []
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "javascript-module",
|
|
1993
|
-
"path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts",
|
|
2679
|
+
"path": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-trim.ts",
|
|
1994
2680
|
"declarations": [
|
|
1995
2681
|
{
|
|
1996
2682
|
"kind": "class",
|
|
1997
2683
|
"description": "",
|
|
1998
|
-
"name": "
|
|
2684
|
+
"name": "QtiCustomOperatorTrim",
|
|
1999
2685
|
"members": [],
|
|
2000
2686
|
"superclass": {
|
|
2001
2687
|
"name": "LitElement",
|
|
2002
2688
|
"package": "lit"
|
|
2003
2689
|
},
|
|
2004
|
-
"tagName": "qti-
|
|
2690
|
+
"tagName": "qti-custom-operator-trim",
|
|
2005
2691
|
"customElement": true
|
|
2006
2692
|
}
|
|
2007
2693
|
],
|
|
2008
2694
|
"exports": [
|
|
2009
2695
|
{
|
|
2010
2696
|
"kind": "js",
|
|
2011
|
-
"name": "
|
|
2697
|
+
"name": "QtiCustomOperatorTrim",
|
|
2012
2698
|
"declaration": {
|
|
2013
|
-
"name": "
|
|
2014
|
-
"module": "src/lib/qti-components/qti-
|
|
2699
|
+
"name": "QtiCustomOperatorTrim",
|
|
2700
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-trim.ts"
|
|
2015
2701
|
}
|
|
2016
2702
|
},
|
|
2017
2703
|
{
|
|
2018
2704
|
"kind": "custom-element-definition",
|
|
2019
|
-
"name": "qti-
|
|
2705
|
+
"name": "qti-custom-operator-trim",
|
|
2020
2706
|
"declaration": {
|
|
2021
|
-
"name": "
|
|
2022
|
-
"module": "src/lib/qti-components/qti-
|
|
2707
|
+
"name": "QtiCustomOperatorTrim",
|
|
2708
|
+
"module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-trim.ts"
|
|
2023
2709
|
}
|
|
2024
2710
|
}
|
|
2025
2711
|
]
|
|
2026
2712
|
},
|
|
2027
2713
|
{
|
|
2028
2714
|
"kind": "javascript-module",
|
|
2029
|
-
"path": "src/lib/qti-components/qti-
|
|
2715
|
+
"path": "src/lib/qti-components/custom/qti-manual-scoring/qti-manual-scoring.ts",
|
|
2030
2716
|
"declarations": [
|
|
2031
2717
|
{
|
|
2032
2718
|
"kind": "class",
|
|
2033
2719
|
"description": "",
|
|
2034
|
-
"name": "
|
|
2720
|
+
"name": "QtiManualScoring",
|
|
2035
2721
|
"members": [],
|
|
2722
|
+
"attributes": [
|
|
2723
|
+
{
|
|
2724
|
+
"name": "disabled",
|
|
2725
|
+
"type": {
|
|
2726
|
+
"text": "boolean"
|
|
2727
|
+
},
|
|
2728
|
+
"default": "false",
|
|
2729
|
+
"fieldName": "disabled"
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "readonly",
|
|
2733
|
+
"type": {
|
|
2734
|
+
"text": "boolean"
|
|
2735
|
+
},
|
|
2736
|
+
"default": "false",
|
|
2737
|
+
"fieldName": "readonly"
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"name": "value",
|
|
2741
|
+
"type": {
|
|
2742
|
+
"text": "string"
|
|
2743
|
+
},
|
|
2744
|
+
"fieldName": "value"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "min",
|
|
2748
|
+
"type": {
|
|
2749
|
+
"text": "number"
|
|
2750
|
+
},
|
|
2751
|
+
"fieldName": "min"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "max",
|
|
2755
|
+
"type": {
|
|
2756
|
+
"text": "number"
|
|
2757
|
+
},
|
|
2758
|
+
"fieldName": "max"
|
|
2759
|
+
}
|
|
2760
|
+
],
|
|
2036
2761
|
"superclass": {
|
|
2037
2762
|
"name": "LitElement",
|
|
2038
2763
|
"package": "lit"
|
|
2039
2764
|
},
|
|
2040
|
-
"tagName": "qti-
|
|
2765
|
+
"tagName": "qti-manual-scoring",
|
|
2041
2766
|
"customElement": true
|
|
2042
2767
|
}
|
|
2043
2768
|
],
|
|
2044
2769
|
"exports": [
|
|
2045
2770
|
{
|
|
2046
2771
|
"kind": "js",
|
|
2047
|
-
"name": "
|
|
2772
|
+
"name": "QtiManualScoring",
|
|
2048
2773
|
"declaration": {
|
|
2049
|
-
"name": "
|
|
2050
|
-
"module": "src/lib/qti-components/qti-
|
|
2774
|
+
"name": "QtiManualScoring",
|
|
2775
|
+
"module": "src/lib/qti-components/custom/qti-manual-scoring/qti-manual-scoring.ts"
|
|
2051
2776
|
}
|
|
2052
2777
|
},
|
|
2053
2778
|
{
|
|
2054
2779
|
"kind": "custom-element-definition",
|
|
2055
|
-
"name": "qti-
|
|
2780
|
+
"name": "qti-manual-scoring",
|
|
2056
2781
|
"declaration": {
|
|
2057
|
-
"name": "
|
|
2058
|
-
"module": "src/lib/qti-components/qti-
|
|
2782
|
+
"name": "QtiManualScoring",
|
|
2783
|
+
"module": "src/lib/qti-components/custom/qti-manual-scoring/qti-manual-scoring.ts"
|
|
2059
2784
|
}
|
|
2060
2785
|
}
|
|
2061
2786
|
]
|
|
@@ -2144,6 +2869,12 @@
|
|
|
2144
2869
|
}
|
|
2145
2870
|
]
|
|
2146
2871
|
},
|
|
2872
|
+
{
|
|
2873
|
+
"kind": "javascript-module",
|
|
2874
|
+
"path": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.scss",
|
|
2875
|
+
"declarations": [],
|
|
2876
|
+
"exports": []
|
|
2877
|
+
},
|
|
2147
2878
|
{
|
|
2148
2879
|
"kind": "javascript-module",
|
|
2149
2880
|
"path": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts",
|
|
@@ -2228,6 +2959,12 @@
|
|
|
2228
2959
|
}
|
|
2229
2960
|
]
|
|
2230
2961
|
},
|
|
2962
|
+
{
|
|
2963
|
+
"kind": "javascript-module",
|
|
2964
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.scss",
|
|
2965
|
+
"declarations": [],
|
|
2966
|
+
"exports": []
|
|
2967
|
+
},
|
|
2231
2968
|
{
|
|
2232
2969
|
"kind": "javascript-module",
|
|
2233
2970
|
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
@@ -2360,6 +3097,12 @@
|
|
|
2360
3097
|
"declarations": [],
|
|
2361
3098
|
"exports": []
|
|
2362
3099
|
},
|
|
3100
|
+
{
|
|
3101
|
+
"kind": "javascript-module",
|
|
3102
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.scss",
|
|
3103
|
+
"declarations": [],
|
|
3104
|
+
"exports": []
|
|
3105
|
+
},
|
|
2363
3106
|
{
|
|
2364
3107
|
"kind": "javascript-module",
|
|
2365
3108
|
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
|
|
@@ -2505,6 +3248,12 @@
|
|
|
2505
3248
|
}
|
|
2506
3249
|
]
|
|
2507
3250
|
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "javascript-module",
|
|
3253
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.scss",
|
|
3254
|
+
"declarations": [],
|
|
3255
|
+
"exports": []
|
|
3256
|
+
},
|
|
2508
3257
|
{
|
|
2509
3258
|
"kind": "javascript-module",
|
|
2510
3259
|
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
@@ -2630,6 +3379,12 @@
|
|
|
2630
3379
|
}
|
|
2631
3380
|
]
|
|
2632
3381
|
},
|
|
3382
|
+
{
|
|
3383
|
+
"kind": "javascript-module",
|
|
3384
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.scss",
|
|
3385
|
+
"declarations": [],
|
|
3386
|
+
"exports": []
|
|
3387
|
+
},
|
|
2633
3388
|
{
|
|
2634
3389
|
"kind": "javascript-module",
|
|
2635
3390
|
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
@@ -2672,8 +3427,161 @@
|
|
|
2672
3427
|
"default": "false",
|
|
2673
3428
|
"fieldName": "disabled",
|
|
2674
3429
|
"inheritedFrom": {
|
|
2675
|
-
"name": "DroppablesMixin",
|
|
2676
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3430
|
+
"name": "DroppablesMixin",
|
|
3431
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"name": "readonly",
|
|
3436
|
+
"type": {
|
|
3437
|
+
"text": "boolean"
|
|
3438
|
+
},
|
|
3439
|
+
"default": "false",
|
|
3440
|
+
"fieldName": "readonly",
|
|
3441
|
+
"inheritedFrom": {
|
|
3442
|
+
"name": "DragDropInteractionMixin",
|
|
3443
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3444
|
+
}
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"name": "min-associations",
|
|
3448
|
+
"type": {
|
|
3449
|
+
"text": "number"
|
|
3450
|
+
},
|
|
3451
|
+
"default": "1",
|
|
3452
|
+
"fieldName": "minAssociations",
|
|
3453
|
+
"inheritedFrom": {
|
|
3454
|
+
"name": "DragDropInteractionMixin",
|
|
3455
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3456
|
+
}
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"name": "max-associations",
|
|
3460
|
+
"type": {
|
|
3461
|
+
"text": "number"
|
|
3462
|
+
},
|
|
3463
|
+
"default": "1",
|
|
3464
|
+
"fieldName": "maxAssociations",
|
|
3465
|
+
"inheritedFrom": {
|
|
3466
|
+
"name": "DragDropInteractionMixin",
|
|
3467
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3468
|
+
}
|
|
3469
|
+
}
|
|
3470
|
+
],
|
|
3471
|
+
"events": [
|
|
3472
|
+
{
|
|
3473
|
+
"name": "qti-register-interaction",
|
|
3474
|
+
"type": {
|
|
3475
|
+
"text": "CustomEvent"
|
|
3476
|
+
},
|
|
3477
|
+
"inheritedFrom": {
|
|
3478
|
+
"name": "DragDropInteractionMixin",
|
|
3479
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"name": "qti-interaction-response",
|
|
3484
|
+
"type": {
|
|
3485
|
+
"text": "CustomEvent"
|
|
3486
|
+
},
|
|
3487
|
+
"inheritedFrom": {
|
|
3488
|
+
"name": "DragDropInteractionMixin",
|
|
3489
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3490
|
+
}
|
|
3491
|
+
}
|
|
3492
|
+
]
|
|
3493
|
+
}
|
|
3494
|
+
],
|
|
3495
|
+
"exports": [
|
|
3496
|
+
{
|
|
3497
|
+
"kind": "js",
|
|
3498
|
+
"name": "QtiGapMatchInteraction",
|
|
3499
|
+
"declaration": {
|
|
3500
|
+
"name": "QtiGapMatchInteraction",
|
|
3501
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"kind": "custom-element-definition",
|
|
3506
|
+
"name": "qti-gap-match-interaction",
|
|
3507
|
+
"declaration": {
|
|
3508
|
+
"name": "QtiGapMatchInteraction",
|
|
3509
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3510
|
+
}
|
|
3511
|
+
}
|
|
3512
|
+
]
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"kind": "javascript-module",
|
|
3516
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.scss",
|
|
3517
|
+
"declarations": [],
|
|
3518
|
+
"exports": []
|
|
3519
|
+
},
|
|
3520
|
+
{
|
|
3521
|
+
"kind": "javascript-module",
|
|
3522
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
3523
|
+
"declarations": [
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "class",
|
|
3526
|
+
"description": "",
|
|
3527
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3528
|
+
"members": [],
|
|
3529
|
+
"superclass": {
|
|
3530
|
+
"name": "Choices",
|
|
3531
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3532
|
+
},
|
|
3533
|
+
"tagName": "qti-graphic-associate-interaction",
|
|
3534
|
+
"customElement": true,
|
|
3535
|
+
"attributes": [
|
|
3536
|
+
{
|
|
3537
|
+
"name": "min-choices",
|
|
3538
|
+
"type": {
|
|
3539
|
+
"text": "number"
|
|
3540
|
+
},
|
|
3541
|
+
"default": "0",
|
|
3542
|
+
"description": "the minimal number of selections a candidate must make",
|
|
3543
|
+
"fieldName": "minChoices",
|
|
3544
|
+
"inheritedFrom": {
|
|
3545
|
+
"name": "Choices",
|
|
3546
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3547
|
+
}
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"name": "max-choices",
|
|
3551
|
+
"type": {
|
|
3552
|
+
"text": "number"
|
|
3553
|
+
},
|
|
3554
|
+
"default": "1",
|
|
3555
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3556
|
+
"fieldName": "maxChoices",
|
|
3557
|
+
"inheritedFrom": {
|
|
3558
|
+
"name": "Choices",
|
|
3559
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3560
|
+
}
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"name": "response-identifier",
|
|
3564
|
+
"type": {
|
|
3565
|
+
"text": "string"
|
|
3566
|
+
},
|
|
3567
|
+
"default": "''",
|
|
3568
|
+
"fieldName": "responseIdentifier",
|
|
3569
|
+
"inheritedFrom": {
|
|
3570
|
+
"name": "Interaction",
|
|
3571
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3572
|
+
}
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"name": "disabled",
|
|
3576
|
+
"type": {
|
|
3577
|
+
"text": "boolean"
|
|
3578
|
+
},
|
|
3579
|
+
"default": "false",
|
|
3580
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3581
|
+
"fieldName": "disabled",
|
|
3582
|
+
"inheritedFrom": {
|
|
3583
|
+
"name": "Interaction",
|
|
3584
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2677
3585
|
}
|
|
2678
3586
|
},
|
|
2679
3587
|
{
|
|
@@ -2682,34 +3590,11 @@
|
|
|
2682
3590
|
"text": "boolean"
|
|
2683
3591
|
},
|
|
2684
3592
|
"default": "false",
|
|
3593
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2685
3594
|
"fieldName": "readonly",
|
|
2686
3595
|
"inheritedFrom": {
|
|
2687
|
-
"name": "
|
|
2688
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2689
|
-
}
|
|
2690
|
-
},
|
|
2691
|
-
{
|
|
2692
|
-
"name": "min-associations",
|
|
2693
|
-
"type": {
|
|
2694
|
-
"text": "number"
|
|
2695
|
-
},
|
|
2696
|
-
"default": "1",
|
|
2697
|
-
"fieldName": "minAssociations",
|
|
2698
|
-
"inheritedFrom": {
|
|
2699
|
-
"name": "DragDropInteractionMixin",
|
|
2700
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2701
|
-
}
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"name": "max-associations",
|
|
2705
|
-
"type": {
|
|
2706
|
-
"text": "number"
|
|
2707
|
-
},
|
|
2708
|
-
"default": "1",
|
|
2709
|
-
"fieldName": "maxAssociations",
|
|
2710
|
-
"inheritedFrom": {
|
|
2711
|
-
"name": "DragDropInteractionMixin",
|
|
2712
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3596
|
+
"name": "Interaction",
|
|
3597
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2713
3598
|
}
|
|
2714
3599
|
}
|
|
2715
3600
|
],
|
|
@@ -2720,8 +3605,8 @@
|
|
|
2720
3605
|
"text": "CustomEvent"
|
|
2721
3606
|
},
|
|
2722
3607
|
"inheritedFrom": {
|
|
2723
|
-
"name": "
|
|
2724
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3608
|
+
"name": "Interaction",
|
|
3609
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2725
3610
|
}
|
|
2726
3611
|
},
|
|
2727
3612
|
{
|
|
@@ -2730,8 +3615,8 @@
|
|
|
2730
3615
|
"text": "CustomEvent"
|
|
2731
3616
|
},
|
|
2732
3617
|
"inheritedFrom": {
|
|
2733
|
-
"name": "
|
|
2734
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3618
|
+
"name": "Interaction",
|
|
3619
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2735
3620
|
}
|
|
2736
3621
|
}
|
|
2737
3622
|
]
|
|
@@ -2740,22 +3625,28 @@
|
|
|
2740
3625
|
"exports": [
|
|
2741
3626
|
{
|
|
2742
3627
|
"kind": "js",
|
|
2743
|
-
"name": "
|
|
3628
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2744
3629
|
"declaration": {
|
|
2745
|
-
"name": "
|
|
2746
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3630
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3631
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
2747
3632
|
}
|
|
2748
3633
|
},
|
|
2749
3634
|
{
|
|
2750
3635
|
"kind": "custom-element-definition",
|
|
2751
|
-
"name": "qti-
|
|
3636
|
+
"name": "qti-graphic-associate-interaction",
|
|
2752
3637
|
"declaration": {
|
|
2753
|
-
"name": "
|
|
2754
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3638
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3639
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
2755
3640
|
}
|
|
2756
3641
|
}
|
|
2757
3642
|
]
|
|
2758
3643
|
},
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "javascript-module",
|
|
3646
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.scss",
|
|
3647
|
+
"declarations": [],
|
|
3648
|
+
"exports": []
|
|
3649
|
+
},
|
|
2759
3650
|
{
|
|
2760
3651
|
"kind": "javascript-module",
|
|
2761
3652
|
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
|
|
@@ -2882,6 +3773,12 @@
|
|
|
2882
3773
|
}
|
|
2883
3774
|
]
|
|
2884
3775
|
},
|
|
3776
|
+
{
|
|
3777
|
+
"kind": "javascript-module",
|
|
3778
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.scss",
|
|
3779
|
+
"declarations": [],
|
|
3780
|
+
"exports": []
|
|
3781
|
+
},
|
|
2885
3782
|
{
|
|
2886
3783
|
"kind": "javascript-module",
|
|
2887
3784
|
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
|
|
@@ -3008,18 +3905,24 @@
|
|
|
3008
3905
|
},
|
|
3009
3906
|
{
|
|
3010
3907
|
"kind": "javascript-module",
|
|
3011
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3908
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.scss",
|
|
3909
|
+
"declarations": [],
|
|
3910
|
+
"exports": []
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"kind": "javascript-module",
|
|
3914
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
3012
3915
|
"declarations": [
|
|
3013
3916
|
{
|
|
3014
3917
|
"kind": "class",
|
|
3015
3918
|
"description": "",
|
|
3016
|
-
"name": "
|
|
3919
|
+
"name": "QtiHotspotInteraction",
|
|
3017
3920
|
"members": [],
|
|
3018
3921
|
"superclass": {
|
|
3019
3922
|
"name": "Choices",
|
|
3020
3923
|
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3021
3924
|
},
|
|
3022
|
-
"tagName": "qti-
|
|
3925
|
+
"tagName": "qti-hotspot-interaction",
|
|
3023
3926
|
"customElement": true,
|
|
3024
3927
|
"attributes": [
|
|
3025
3928
|
{
|
|
@@ -3114,141 +4017,70 @@
|
|
|
3114
4017
|
"exports": [
|
|
3115
4018
|
{
|
|
3116
4019
|
"kind": "js",
|
|
3117
|
-
"name": "
|
|
4020
|
+
"name": "QtiHotspotInteraction",
|
|
3118
4021
|
"declaration": {
|
|
3119
|
-
"name": "
|
|
3120
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4022
|
+
"name": "QtiHotspotInteraction",
|
|
4023
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3121
4024
|
}
|
|
3122
4025
|
},
|
|
3123
4026
|
{
|
|
3124
4027
|
"kind": "custom-element-definition",
|
|
3125
|
-
"name": "qti-
|
|
4028
|
+
"name": "qti-hotspot-interaction",
|
|
3126
4029
|
"declaration": {
|
|
3127
|
-
"name": "
|
|
3128
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4030
|
+
"name": "QtiHotspotInteraction",
|
|
4031
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3129
4032
|
}
|
|
3130
4033
|
}
|
|
3131
4034
|
]
|
|
3132
4035
|
},
|
|
3133
4036
|
{
|
|
3134
4037
|
"kind": "javascript-module",
|
|
3135
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4038
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.scss",
|
|
4039
|
+
"declarations": [],
|
|
4040
|
+
"exports": []
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"kind": "javascript-module",
|
|
4044
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
|
|
3136
4045
|
"declarations": [
|
|
3137
4046
|
{
|
|
3138
4047
|
"kind": "class",
|
|
3139
4048
|
"description": "",
|
|
3140
|
-
"name": "
|
|
4049
|
+
"name": "QtiHottextInteraction",
|
|
3141
4050
|
"members": [],
|
|
3142
|
-
"attributes": [
|
|
3143
|
-
{
|
|
3144
|
-
"name": "",
|
|
3145
|
-
"fieldName": "",
|
|
3146
|
-
"attribute": ""
|
|
3147
|
-
},
|
|
3148
|
-
{
|
|
3149
|
-
"name": "response-identifier",
|
|
3150
|
-
"type": {
|
|
3151
|
-
"text": "string"
|
|
3152
|
-
},
|
|
3153
|
-
"default": "''",
|
|
3154
|
-
"fieldName": "responseIdentifier",
|
|
3155
|
-
"inheritedFrom": {
|
|
3156
|
-
"name": "Interaction",
|
|
3157
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3158
|
-
}
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"name": "disabled",
|
|
3162
|
-
"type": {
|
|
3163
|
-
"text": "boolean"
|
|
3164
|
-
},
|
|
3165
|
-
"default": "false",
|
|
3166
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3167
|
-
"fieldName": "disabled",
|
|
3168
|
-
"inheritedFrom": {
|
|
3169
|
-
"name": "Interaction",
|
|
3170
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3171
|
-
}
|
|
3172
|
-
},
|
|
3173
|
-
{
|
|
3174
|
-
"name": "readonly",
|
|
3175
|
-
"type": {
|
|
3176
|
-
"text": "boolean"
|
|
3177
|
-
},
|
|
3178
|
-
"default": "false",
|
|
3179
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3180
|
-
"fieldName": "readonly",
|
|
3181
|
-
"inheritedFrom": {
|
|
3182
|
-
"name": "Interaction",
|
|
3183
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3184
|
-
}
|
|
3185
|
-
}
|
|
3186
|
-
],
|
|
3187
4051
|
"superclass": {
|
|
3188
|
-
"name": "
|
|
3189
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/
|
|
4052
|
+
"name": "Choices",
|
|
4053
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3190
4054
|
},
|
|
3191
|
-
"tagName": "qti-
|
|
4055
|
+
"tagName": "qti-hottext-interaction",
|
|
3192
4056
|
"customElement": true,
|
|
3193
|
-
"
|
|
4057
|
+
"attributes": [
|
|
3194
4058
|
{
|
|
3195
|
-
"name": "
|
|
4059
|
+
"name": "min-choices",
|
|
3196
4060
|
"type": {
|
|
3197
|
-
"text": "
|
|
4061
|
+
"text": "number"
|
|
3198
4062
|
},
|
|
4063
|
+
"default": "0",
|
|
4064
|
+
"description": "the minimal number of selections a candidate must make",
|
|
4065
|
+
"fieldName": "minChoices",
|
|
3199
4066
|
"inheritedFrom": {
|
|
3200
|
-
"name": "
|
|
3201
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4067
|
+
"name": "Choices",
|
|
4068
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3202
4069
|
}
|
|
3203
4070
|
},
|
|
3204
4071
|
{
|
|
3205
|
-
"name": "
|
|
4072
|
+
"name": "max-choices",
|
|
3206
4073
|
"type": {
|
|
3207
|
-
"text": "
|
|
4074
|
+
"text": "number"
|
|
3208
4075
|
},
|
|
4076
|
+
"default": "1",
|
|
4077
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
4078
|
+
"fieldName": "maxChoices",
|
|
3209
4079
|
"inheritedFrom": {
|
|
3210
|
-
"name": "
|
|
3211
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4080
|
+
"name": "Choices",
|
|
4081
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3212
4082
|
}
|
|
3213
|
-
}
|
|
3214
|
-
]
|
|
3215
|
-
}
|
|
3216
|
-
],
|
|
3217
|
-
"exports": [
|
|
3218
|
-
{
|
|
3219
|
-
"kind": "js",
|
|
3220
|
-
"name": "QtiInlineChoiceInteraction",
|
|
3221
|
-
"declaration": {
|
|
3222
|
-
"name": "QtiInlineChoiceInteraction",
|
|
3223
|
-
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3224
|
-
}
|
|
3225
|
-
},
|
|
3226
|
-
{
|
|
3227
|
-
"kind": "custom-element-definition",
|
|
3228
|
-
"name": "qti-inline-choice-interaction",
|
|
3229
|
-
"declaration": {
|
|
3230
|
-
"name": "QtiInlineChoiceInteraction",
|
|
3231
|
-
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3232
|
-
}
|
|
3233
|
-
}
|
|
3234
|
-
]
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"kind": "javascript-module",
|
|
3238
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
3239
|
-
"declarations": [
|
|
3240
|
-
{
|
|
3241
|
-
"kind": "class",
|
|
3242
|
-
"description": "",
|
|
3243
|
-
"name": "QtiGraphicAssociateInteraction",
|
|
3244
|
-
"members": [],
|
|
3245
|
-
"superclass": {
|
|
3246
|
-
"name": "Interaction",
|
|
3247
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3248
|
-
},
|
|
3249
|
-
"tagName": "qti-graphic-associate-interaction",
|
|
3250
|
-
"customElement": true,
|
|
3251
|
-
"attributes": [
|
|
4083
|
+
},
|
|
3252
4084
|
{
|
|
3253
4085
|
"name": "response-identifier",
|
|
3254
4086
|
"type": {
|
|
@@ -3315,63 +4147,42 @@
|
|
|
3315
4147
|
"exports": [
|
|
3316
4148
|
{
|
|
3317
4149
|
"kind": "js",
|
|
3318
|
-
"name": "
|
|
4150
|
+
"name": "QtiHottextInteraction",
|
|
3319
4151
|
"declaration": {
|
|
3320
|
-
"name": "
|
|
3321
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4152
|
+
"name": "QtiHottextInteraction",
|
|
4153
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3322
4154
|
}
|
|
3323
4155
|
},
|
|
3324
4156
|
{
|
|
3325
4157
|
"kind": "custom-element-definition",
|
|
3326
|
-
"name": "qti-
|
|
4158
|
+
"name": "qti-hottext-interaction",
|
|
3327
4159
|
"declaration": {
|
|
3328
|
-
"name": "
|
|
3329
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4160
|
+
"name": "QtiHottextInteraction",
|
|
4161
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3330
4162
|
}
|
|
3331
4163
|
}
|
|
3332
4164
|
]
|
|
3333
4165
|
},
|
|
3334
4166
|
{
|
|
3335
4167
|
"kind": "javascript-module",
|
|
3336
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4168
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.scss",
|
|
4169
|
+
"declarations": [],
|
|
4170
|
+
"exports": []
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"kind": "javascript-module",
|
|
4174
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
3337
4175
|
"declarations": [
|
|
3338
4176
|
{
|
|
3339
4177
|
"kind": "class",
|
|
3340
|
-
"description": "",
|
|
3341
|
-
"name": "
|
|
3342
|
-
"members": [],
|
|
3343
|
-
"
|
|
3344
|
-
"name": "Choices",
|
|
3345
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3346
|
-
},
|
|
3347
|
-
"tagName": "qti-hotspot-interaction",
|
|
3348
|
-
"customElement": true,
|
|
3349
|
-
"attributes": [
|
|
3350
|
-
{
|
|
3351
|
-
"name": "min-choices",
|
|
3352
|
-
"type": {
|
|
3353
|
-
"text": "number"
|
|
3354
|
-
},
|
|
3355
|
-
"default": "0",
|
|
3356
|
-
"description": "the minimal number of selections a candidate must make",
|
|
3357
|
-
"fieldName": "minChoices",
|
|
3358
|
-
"inheritedFrom": {
|
|
3359
|
-
"name": "Choices",
|
|
3360
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
4178
|
+
"description": "",
|
|
4179
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4180
|
+
"members": [],
|
|
4181
|
+
"attributes": [
|
|
3363
4182
|
{
|
|
3364
|
-
"name": "
|
|
3365
|
-
"
|
|
3366
|
-
|
|
3367
|
-
},
|
|
3368
|
-
"default": "1",
|
|
3369
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3370
|
-
"fieldName": "maxChoices",
|
|
3371
|
-
"inheritedFrom": {
|
|
3372
|
-
"name": "Choices",
|
|
3373
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3374
|
-
}
|
|
4183
|
+
"name": "",
|
|
4184
|
+
"fieldName": "",
|
|
4185
|
+
"attribute": ""
|
|
3375
4186
|
},
|
|
3376
4187
|
{
|
|
3377
4188
|
"name": "response-identifier",
|
|
@@ -3412,6 +4223,12 @@
|
|
|
3412
4223
|
}
|
|
3413
4224
|
}
|
|
3414
4225
|
],
|
|
4226
|
+
"superclass": {
|
|
4227
|
+
"name": "Interaction",
|
|
4228
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4229
|
+
},
|
|
4230
|
+
"tagName": "qti-inline-choice-interaction",
|
|
4231
|
+
"customElement": true,
|
|
3415
4232
|
"events": [
|
|
3416
4233
|
{
|
|
3417
4234
|
"name": "qti-register-interaction",
|
|
@@ -3439,22 +4256,28 @@
|
|
|
3439
4256
|
"exports": [
|
|
3440
4257
|
{
|
|
3441
4258
|
"kind": "js",
|
|
3442
|
-
"name": "
|
|
4259
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3443
4260
|
"declaration": {
|
|
3444
|
-
"name": "
|
|
3445
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4261
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4262
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3446
4263
|
}
|
|
3447
4264
|
},
|
|
3448
4265
|
{
|
|
3449
4266
|
"kind": "custom-element-definition",
|
|
3450
|
-
"name": "qti-
|
|
4267
|
+
"name": "qti-inline-choice-interaction",
|
|
3451
4268
|
"declaration": {
|
|
3452
|
-
"name": "
|
|
3453
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4269
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4270
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3454
4271
|
}
|
|
3455
4272
|
}
|
|
3456
4273
|
]
|
|
3457
4274
|
},
|
|
4275
|
+
{
|
|
4276
|
+
"kind": "javascript-module",
|
|
4277
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.scss",
|
|
4278
|
+
"declarations": [],
|
|
4279
|
+
"exports": []
|
|
4280
|
+
},
|
|
3458
4281
|
{
|
|
3459
4282
|
"kind": "javascript-module",
|
|
3460
4283
|
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
|
|
@@ -3581,6 +4404,12 @@
|
|
|
3581
4404
|
}
|
|
3582
4405
|
]
|
|
3583
4406
|
},
|
|
4407
|
+
{
|
|
4408
|
+
"kind": "javascript-module",
|
|
4409
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.scss",
|
|
4410
|
+
"declarations": [],
|
|
4411
|
+
"exports": []
|
|
4412
|
+
},
|
|
3584
4413
|
{
|
|
3585
4414
|
"kind": "javascript-module",
|
|
3586
4415
|
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
@@ -3684,6 +4513,12 @@
|
|
|
3684
4513
|
}
|
|
3685
4514
|
]
|
|
3686
4515
|
},
|
|
4516
|
+
{
|
|
4517
|
+
"kind": "javascript-module",
|
|
4518
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.scss",
|
|
4519
|
+
"declarations": [],
|
|
4520
|
+
"exports": []
|
|
4521
|
+
},
|
|
3687
4522
|
{
|
|
3688
4523
|
"kind": "javascript-module",
|
|
3689
4524
|
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
|
|
@@ -3734,47 +4569,243 @@
|
|
|
3734
4569
|
"default": "false",
|
|
3735
4570
|
"fieldName": "readonly",
|
|
3736
4571
|
"inheritedFrom": {
|
|
3737
|
-
"name": "DragDropInteractionMixin",
|
|
3738
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4572
|
+
"name": "DragDropInteractionMixin",
|
|
4573
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4574
|
+
}
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"name": "min-associations",
|
|
4578
|
+
"type": {
|
|
4579
|
+
"text": "number"
|
|
4580
|
+
},
|
|
4581
|
+
"default": "1",
|
|
4582
|
+
"fieldName": "minAssociations",
|
|
4583
|
+
"inheritedFrom": {
|
|
4584
|
+
"name": "DragDropInteractionMixin",
|
|
4585
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4586
|
+
}
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"name": "max-associations",
|
|
4590
|
+
"type": {
|
|
4591
|
+
"text": "number"
|
|
4592
|
+
},
|
|
4593
|
+
"default": "1",
|
|
4594
|
+
"fieldName": "maxAssociations",
|
|
4595
|
+
"inheritedFrom": {
|
|
4596
|
+
"name": "DragDropInteractionMixin",
|
|
4597
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4598
|
+
}
|
|
4599
|
+
}
|
|
4600
|
+
],
|
|
4601
|
+
"mixins": [
|
|
4602
|
+
{
|
|
4603
|
+
"name": "DragDropInteractionMixin",
|
|
4604
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
4605
|
+
}
|
|
4606
|
+
],
|
|
4607
|
+
"superclass": {
|
|
4608
|
+
"name": "LitElement",
|
|
4609
|
+
"package": "lit"
|
|
4610
|
+
},
|
|
4611
|
+
"tagName": "qti-order-interaction",
|
|
4612
|
+
"customElement": true,
|
|
4613
|
+
"events": [
|
|
4614
|
+
{
|
|
4615
|
+
"name": "qti-register-interaction",
|
|
4616
|
+
"type": {
|
|
4617
|
+
"text": "CustomEvent"
|
|
4618
|
+
},
|
|
4619
|
+
"inheritedFrom": {
|
|
4620
|
+
"name": "DragDropInteractionMixin",
|
|
4621
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4622
|
+
}
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"name": "qti-interaction-response",
|
|
4626
|
+
"type": {
|
|
4627
|
+
"text": "CustomEvent"
|
|
4628
|
+
},
|
|
4629
|
+
"inheritedFrom": {
|
|
4630
|
+
"name": "DragDropInteractionMixin",
|
|
4631
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4632
|
+
}
|
|
4633
|
+
}
|
|
4634
|
+
]
|
|
4635
|
+
}
|
|
4636
|
+
],
|
|
4637
|
+
"exports": [
|
|
4638
|
+
{
|
|
4639
|
+
"kind": "js",
|
|
4640
|
+
"name": "QtiOrderInteraction",
|
|
4641
|
+
"declaration": {
|
|
4642
|
+
"name": "QtiOrderInteraction",
|
|
4643
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
4644
|
+
}
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"kind": "custom-element-definition",
|
|
4648
|
+
"name": "qti-order-interaction",
|
|
4649
|
+
"declaration": {
|
|
4650
|
+
"name": "QtiOrderInteraction",
|
|
4651
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
4652
|
+
}
|
|
4653
|
+
}
|
|
4654
|
+
]
|
|
4655
|
+
},
|
|
4656
|
+
{
|
|
4657
|
+
"kind": "javascript-module",
|
|
4658
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
|
|
4659
|
+
"declarations": [
|
|
4660
|
+
{
|
|
4661
|
+
"kind": "class",
|
|
4662
|
+
"description": "",
|
|
4663
|
+
"name": "QtiPortableCustomInteraction",
|
|
4664
|
+
"members": [],
|
|
4665
|
+
"attributes": [
|
|
4666
|
+
{
|
|
4667
|
+
"name": "response-identifier",
|
|
4668
|
+
"type": {
|
|
4669
|
+
"text": "string"
|
|
4670
|
+
},
|
|
4671
|
+
"fieldName": "responseIdentifier"
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"name": "module",
|
|
4675
|
+
"type": {
|
|
4676
|
+
"text": "string"
|
|
4677
|
+
},
|
|
4678
|
+
"fieldName": "module"
|
|
4679
|
+
},
|
|
4680
|
+
{
|
|
4681
|
+
"name": "custom-interaction-type-identifier",
|
|
4682
|
+
"type": {
|
|
4683
|
+
"text": "string"
|
|
4684
|
+
},
|
|
4685
|
+
"fieldName": "customInteractionTypeIdentifier"
|
|
4686
|
+
},
|
|
4687
|
+
{
|
|
4688
|
+
"name": "base-url",
|
|
4689
|
+
"type": {
|
|
4690
|
+
"text": "string"
|
|
4691
|
+
},
|
|
4692
|
+
"fieldName": "baseUrl"
|
|
4693
|
+
}
|
|
4694
|
+
],
|
|
4695
|
+
"superclass": {
|
|
4696
|
+
"name": "LitElement",
|
|
4697
|
+
"package": "lit"
|
|
4698
|
+
},
|
|
4699
|
+
"tagName": "qti-portable-custom-interaction",
|
|
4700
|
+
"customElement": true
|
|
4701
|
+
}
|
|
4702
|
+
],
|
|
4703
|
+
"exports": [
|
|
4704
|
+
{
|
|
4705
|
+
"kind": "js",
|
|
4706
|
+
"name": "QtiPortableCustomInteraction",
|
|
4707
|
+
"declaration": {
|
|
4708
|
+
"name": "QtiPortableCustomInteraction",
|
|
4709
|
+
"module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
|
|
4710
|
+
}
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"kind": "custom-element-definition",
|
|
4714
|
+
"name": "qti-portable-custom-interaction",
|
|
4715
|
+
"declaration": {
|
|
4716
|
+
"name": "QtiPortableCustomInteraction",
|
|
4717
|
+
"module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
|
|
4718
|
+
}
|
|
4719
|
+
}
|
|
4720
|
+
]
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"kind": "javascript-module",
|
|
4724
|
+
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.scss",
|
|
4725
|
+
"declarations": [],
|
|
4726
|
+
"exports": []
|
|
4727
|
+
},
|
|
4728
|
+
{
|
|
4729
|
+
"kind": "javascript-module",
|
|
4730
|
+
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
|
|
4731
|
+
"declarations": [
|
|
4732
|
+
{
|
|
4733
|
+
"kind": "class",
|
|
4734
|
+
"description": "",
|
|
4735
|
+
"name": "QtiSelectPointInteraction",
|
|
4736
|
+
"members": [],
|
|
4737
|
+
"superclass": {
|
|
4738
|
+
"name": "Choices",
|
|
4739
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4740
|
+
},
|
|
4741
|
+
"tagName": "qti-select-point-interaction",
|
|
4742
|
+
"customElement": true,
|
|
4743
|
+
"attributes": [
|
|
4744
|
+
{
|
|
4745
|
+
"name": "min-choices",
|
|
4746
|
+
"type": {
|
|
4747
|
+
"text": "number"
|
|
4748
|
+
},
|
|
4749
|
+
"default": "0",
|
|
4750
|
+
"description": "the minimal number of selections a candidate must make",
|
|
4751
|
+
"fieldName": "minChoices",
|
|
4752
|
+
"inheritedFrom": {
|
|
4753
|
+
"name": "Choices",
|
|
4754
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4755
|
+
}
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"name": "max-choices",
|
|
4759
|
+
"type": {
|
|
4760
|
+
"text": "number"
|
|
4761
|
+
},
|
|
4762
|
+
"default": "1",
|
|
4763
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
4764
|
+
"fieldName": "maxChoices",
|
|
4765
|
+
"inheritedFrom": {
|
|
4766
|
+
"name": "Choices",
|
|
4767
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4768
|
+
}
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"name": "response-identifier",
|
|
4772
|
+
"type": {
|
|
4773
|
+
"text": "string"
|
|
4774
|
+
},
|
|
4775
|
+
"default": "''",
|
|
4776
|
+
"fieldName": "responseIdentifier",
|
|
4777
|
+
"inheritedFrom": {
|
|
4778
|
+
"name": "Interaction",
|
|
4779
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3739
4780
|
}
|
|
3740
4781
|
},
|
|
3741
4782
|
{
|
|
3742
|
-
"name": "
|
|
4783
|
+
"name": "disabled",
|
|
3743
4784
|
"type": {
|
|
3744
|
-
"text": "
|
|
4785
|
+
"text": "boolean"
|
|
3745
4786
|
},
|
|
3746
|
-
"default": "
|
|
3747
|
-
"
|
|
4787
|
+
"default": "false",
|
|
4788
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4789
|
+
"fieldName": "disabled",
|
|
3748
4790
|
"inheritedFrom": {
|
|
3749
|
-
"name": "
|
|
3750
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4791
|
+
"name": "Interaction",
|
|
4792
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3751
4793
|
}
|
|
3752
4794
|
},
|
|
3753
4795
|
{
|
|
3754
|
-
"name": "
|
|
4796
|
+
"name": "readonly",
|
|
3755
4797
|
"type": {
|
|
3756
|
-
"text": "
|
|
4798
|
+
"text": "boolean"
|
|
3757
4799
|
},
|
|
3758
|
-
"default": "
|
|
3759
|
-
"
|
|
4800
|
+
"default": "false",
|
|
4801
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4802
|
+
"fieldName": "readonly",
|
|
3760
4803
|
"inheritedFrom": {
|
|
3761
|
-
"name": "
|
|
3762
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4804
|
+
"name": "Interaction",
|
|
4805
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3763
4806
|
}
|
|
3764
4807
|
}
|
|
3765
4808
|
],
|
|
3766
|
-
"mixins": [
|
|
3767
|
-
{
|
|
3768
|
-
"name": "DragDropInteractionMixin",
|
|
3769
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3770
|
-
}
|
|
3771
|
-
],
|
|
3772
|
-
"superclass": {
|
|
3773
|
-
"name": "LitElement",
|
|
3774
|
-
"package": "lit"
|
|
3775
|
-
},
|
|
3776
|
-
"tagName": "qti-order-interaction",
|
|
3777
|
-
"customElement": true,
|
|
3778
4809
|
"events": [
|
|
3779
4810
|
{
|
|
3780
4811
|
"name": "qti-register-interaction",
|
|
@@ -3782,8 +4813,8 @@
|
|
|
3782
4813
|
"text": "CustomEvent"
|
|
3783
4814
|
},
|
|
3784
4815
|
"inheritedFrom": {
|
|
3785
|
-
"name": "
|
|
3786
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4816
|
+
"name": "Interaction",
|
|
4817
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3787
4818
|
}
|
|
3788
4819
|
},
|
|
3789
4820
|
{
|
|
@@ -3792,8 +4823,8 @@
|
|
|
3792
4823
|
"text": "CustomEvent"
|
|
3793
4824
|
},
|
|
3794
4825
|
"inheritedFrom": {
|
|
3795
|
-
"name": "
|
|
3796
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4826
|
+
"name": "Interaction",
|
|
4827
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3797
4828
|
}
|
|
3798
4829
|
}
|
|
3799
4830
|
]
|
|
@@ -3802,87 +4833,27 @@
|
|
|
3802
4833
|
"exports": [
|
|
3803
4834
|
{
|
|
3804
4835
|
"kind": "js",
|
|
3805
|
-
"name": "
|
|
4836
|
+
"name": "QtiSelectPointInteraction",
|
|
3806
4837
|
"declaration": {
|
|
3807
|
-
"name": "
|
|
3808
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4838
|
+
"name": "QtiSelectPointInteraction",
|
|
4839
|
+
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
3809
4840
|
}
|
|
3810
4841
|
},
|
|
3811
4842
|
{
|
|
3812
4843
|
"kind": "custom-element-definition",
|
|
3813
|
-
"name": "qti-
|
|
4844
|
+
"name": "qti-select-point-interaction",
|
|
3814
4845
|
"declaration": {
|
|
3815
|
-
"name": "
|
|
3816
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4846
|
+
"name": "QtiSelectPointInteraction",
|
|
4847
|
+
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
3817
4848
|
}
|
|
3818
4849
|
}
|
|
3819
4850
|
]
|
|
3820
4851
|
},
|
|
3821
4852
|
{
|
|
3822
4853
|
"kind": "javascript-module",
|
|
3823
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3824
|
-
"declarations": [
|
|
3825
|
-
|
|
3826
|
-
"kind": "class",
|
|
3827
|
-
"description": "",
|
|
3828
|
-
"name": "QtiPortableCustomInteraction",
|
|
3829
|
-
"members": [],
|
|
3830
|
-
"attributes": [
|
|
3831
|
-
{
|
|
3832
|
-
"name": "response-identifier",
|
|
3833
|
-
"type": {
|
|
3834
|
-
"text": "string"
|
|
3835
|
-
},
|
|
3836
|
-
"fieldName": "responseIdentifier"
|
|
3837
|
-
},
|
|
3838
|
-
{
|
|
3839
|
-
"name": "module",
|
|
3840
|
-
"type": {
|
|
3841
|
-
"text": "string"
|
|
3842
|
-
},
|
|
3843
|
-
"fieldName": "module"
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"name": "custom-interaction-type-identifier",
|
|
3847
|
-
"type": {
|
|
3848
|
-
"text": "string"
|
|
3849
|
-
},
|
|
3850
|
-
"fieldName": "customInteractionTypeIdentifier"
|
|
3851
|
-
},
|
|
3852
|
-
{
|
|
3853
|
-
"name": "base-url",
|
|
3854
|
-
"type": {
|
|
3855
|
-
"text": "string"
|
|
3856
|
-
},
|
|
3857
|
-
"fieldName": "baseUrl"
|
|
3858
|
-
}
|
|
3859
|
-
],
|
|
3860
|
-
"superclass": {
|
|
3861
|
-
"name": "LitElement",
|
|
3862
|
-
"package": "lit"
|
|
3863
|
-
},
|
|
3864
|
-
"tagName": "qti-portable-custom-interaction",
|
|
3865
|
-
"customElement": true
|
|
3866
|
-
}
|
|
3867
|
-
],
|
|
3868
|
-
"exports": [
|
|
3869
|
-
{
|
|
3870
|
-
"kind": "js",
|
|
3871
|
-
"name": "QtiPortableCustomInteraction",
|
|
3872
|
-
"declaration": {
|
|
3873
|
-
"name": "QtiPortableCustomInteraction",
|
|
3874
|
-
"module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
|
|
3875
|
-
}
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"kind": "custom-element-definition",
|
|
3879
|
-
"name": "qti-portable-custom-interaction",
|
|
3880
|
-
"declaration": {
|
|
3881
|
-
"name": "QtiPortableCustomInteraction",
|
|
3882
|
-
"module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
|
|
3883
|
-
}
|
|
3884
|
-
}
|
|
3885
|
-
]
|
|
4854
|
+
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.scss",
|
|
4855
|
+
"declarations": [],
|
|
4856
|
+
"exports": []
|
|
3886
4857
|
},
|
|
3887
4858
|
{
|
|
3888
4859
|
"kind": "javascript-module",
|
|
@@ -4026,6 +4997,12 @@
|
|
|
4026
4997
|
}
|
|
4027
4998
|
]
|
|
4028
4999
|
},
|
|
5000
|
+
{
|
|
5001
|
+
"kind": "javascript-module",
|
|
5002
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.scss",
|
|
5003
|
+
"declarations": [],
|
|
5004
|
+
"exports": []
|
|
5005
|
+
},
|
|
4029
5006
|
{
|
|
4030
5007
|
"kind": "javascript-module",
|
|
4031
5008
|
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
|
|
@@ -4149,51 +5126,6 @@
|
|
|
4149
5126
|
}
|
|
4150
5127
|
]
|
|
4151
5128
|
},
|
|
4152
|
-
{
|
|
4153
|
-
"kind": "javascript-module",
|
|
4154
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
|
|
4155
|
-
"declarations": [
|
|
4156
|
-
{
|
|
4157
|
-
"kind": "class",
|
|
4158
|
-
"description": "",
|
|
4159
|
-
"name": "QtiResponseElse",
|
|
4160
|
-
"members": [],
|
|
4161
|
-
"attributes": [
|
|
4162
|
-
{
|
|
4163
|
-
"name": "debugCalculateResult",
|
|
4164
|
-
"type": {
|
|
4165
|
-
"text": "object"
|
|
4166
|
-
},
|
|
4167
|
-
"fieldName": "debugCalculateResult"
|
|
4168
|
-
}
|
|
4169
|
-
],
|
|
4170
|
-
"superclass": {
|
|
4171
|
-
"name": "LitElement",
|
|
4172
|
-
"package": "lit"
|
|
4173
|
-
},
|
|
4174
|
-
"tagName": "qti-response-else",
|
|
4175
|
-
"customElement": true
|
|
4176
|
-
}
|
|
4177
|
-
],
|
|
4178
|
-
"exports": [
|
|
4179
|
-
{
|
|
4180
|
-
"kind": "js",
|
|
4181
|
-
"name": "QtiResponseElse",
|
|
4182
|
-
"declaration": {
|
|
4183
|
-
"name": "QtiResponseElse",
|
|
4184
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4185
|
-
}
|
|
4186
|
-
},
|
|
4187
|
-
{
|
|
4188
|
-
"kind": "custom-element-definition",
|
|
4189
|
-
"name": "qti-response-else",
|
|
4190
|
-
"declaration": {
|
|
4191
|
-
"name": "QtiResponseElse",
|
|
4192
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4193
|
-
}
|
|
4194
|
-
}
|
|
4195
|
-
]
|
|
4196
|
-
},
|
|
4197
5129
|
{
|
|
4198
5130
|
"kind": "javascript-module",
|
|
4199
5131
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
@@ -4208,277 +5140,136 @@
|
|
|
4208
5140
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
4209
5141
|
}
|
|
4210
5142
|
}
|
|
4211
|
-
],
|
|
4212
|
-
"exports": [
|
|
4213
|
-
{
|
|
4214
|
-
"kind": "js",
|
|
4215
|
-
"name": "QtiConditionExpression",
|
|
4216
|
-
"declaration": {
|
|
4217
|
-
"name": "QtiConditionExpression",
|
|
4218
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
|
|
4219
|
-
}
|
|
4220
|
-
}
|
|
4221
|
-
]
|
|
4222
|
-
},
|
|
4223
|
-
{
|
|
4224
|
-
"kind": "javascript-module",
|
|
4225
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
4226
|
-
"declarations": [
|
|
4227
|
-
{
|
|
4228
|
-
"kind": "class",
|
|
4229
|
-
"description": "",
|
|
4230
|
-
"name": "QtiExpression",
|
|
4231
|
-
"members": [],
|
|
4232
|
-
"superclass": {
|
|
4233
|
-
"name": "LitElement",
|
|
4234
|
-
"package": "lit"
|
|
4235
|
-
},
|
|
4236
|
-
"tagName": "qti-expression",
|
|
4237
|
-
"customElement": true
|
|
4238
|
-
}
|
|
4239
|
-
],
|
|
4240
|
-
"exports": [
|
|
4241
|
-
{
|
|
4242
|
-
"kind": "js",
|
|
4243
|
-
"name": "QtiExpression",
|
|
4244
|
-
"declaration": {
|
|
4245
|
-
"name": "QtiExpression",
|
|
4246
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4247
|
-
}
|
|
4248
|
-
},
|
|
4249
|
-
{
|
|
4250
|
-
"kind": "custom-element-definition",
|
|
4251
|
-
"name": "qti-expression",
|
|
4252
|
-
"declaration": {
|
|
4253
|
-
"name": "QtiExpression",
|
|
4254
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4255
|
-
}
|
|
4256
|
-
}
|
|
4257
|
-
]
|
|
4258
|
-
},
|
|
4259
|
-
{
|
|
4260
|
-
"kind": "javascript-module",
|
|
4261
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
4262
|
-
"declarations": [
|
|
4263
|
-
{
|
|
4264
|
-
"kind": "class",
|
|
4265
|
-
"description": "",
|
|
4266
|
-
"name": "QtiResponseProcessing",
|
|
4267
|
-
"members": [],
|
|
4268
|
-
"attributes": [
|
|
4269
|
-
{
|
|
4270
|
-
"name": "identifier"
|
|
4271
|
-
}
|
|
4272
|
-
],
|
|
4273
|
-
"superclass": {
|
|
4274
|
-
"name": "LitElement",
|
|
4275
|
-
"package": "lit"
|
|
4276
|
-
},
|
|
4277
|
-
"tagName": "qti-response-processing",
|
|
4278
|
-
"customElement": true
|
|
4279
|
-
}
|
|
4280
|
-
],
|
|
4281
|
-
"exports": [
|
|
4282
|
-
{
|
|
4283
|
-
"kind": "js",
|
|
4284
|
-
"name": "default",
|
|
4285
|
-
"declaration": {
|
|
4286
|
-
"name": "QtiResponseProcessing",
|
|
4287
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4288
|
-
}
|
|
4289
|
-
},
|
|
5143
|
+
],
|
|
5144
|
+
"exports": [
|
|
4290
5145
|
{
|
|
4291
|
-
"kind": "
|
|
4292
|
-
"name": "
|
|
5146
|
+
"kind": "js",
|
|
5147
|
+
"name": "QtiConditionExpression",
|
|
4293
5148
|
"declaration": {
|
|
4294
|
-
"name": "
|
|
4295
|
-
"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"
|
|
4296
5151
|
}
|
|
4297
5152
|
}
|
|
4298
5153
|
]
|
|
4299
5154
|
},
|
|
4300
5155
|
{
|
|
4301
5156
|
"kind": "javascript-module",
|
|
4302
|
-
"path": "src/lib/qti-components/qti-
|
|
5157
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
4303
5158
|
"declarations": [
|
|
4304
5159
|
{
|
|
4305
5160
|
"kind": "class",
|
|
4306
5161
|
"description": "",
|
|
4307
|
-
"name": "
|
|
5162
|
+
"name": "QtiExpression",
|
|
4308
5163
|
"members": [],
|
|
4309
5164
|
"superclass": {
|
|
4310
5165
|
"name": "LitElement",
|
|
4311
5166
|
"package": "lit"
|
|
4312
5167
|
},
|
|
4313
|
-
"tagName": "qti-
|
|
5168
|
+
"tagName": "qti-expression",
|
|
4314
5169
|
"customElement": true
|
|
4315
5170
|
}
|
|
4316
5171
|
],
|
|
4317
5172
|
"exports": [
|
|
4318
5173
|
{
|
|
4319
5174
|
"kind": "js",
|
|
4320
|
-
"name": "
|
|
5175
|
+
"name": "QtiExpression",
|
|
4321
5176
|
"declaration": {
|
|
4322
|
-
"name": "
|
|
4323
|
-
"module": "src/lib/qti-components/qti-
|
|
5177
|
+
"name": "QtiExpression",
|
|
5178
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4324
5179
|
}
|
|
4325
5180
|
},
|
|
4326
5181
|
{
|
|
4327
5182
|
"kind": "custom-element-definition",
|
|
4328
|
-
"name": "qti-
|
|
5183
|
+
"name": "qti-expression",
|
|
4329
5184
|
"declaration": {
|
|
4330
|
-
"name": "
|
|
4331
|
-
"module": "src/lib/qti-components/qti-
|
|
5185
|
+
"name": "QtiExpression",
|
|
5186
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4332
5187
|
}
|
|
4333
5188
|
}
|
|
4334
5189
|
]
|
|
4335
5190
|
},
|
|
4336
5191
|
{
|
|
4337
5192
|
"kind": "javascript-module",
|
|
4338
|
-
"path": "src/lib/qti-components/qti-
|
|
5193
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
|
|
4339
5194
|
"declarations": [
|
|
4340
5195
|
{
|
|
4341
5196
|
"kind": "class",
|
|
4342
5197
|
"description": "",
|
|
4343
|
-
"name": "
|
|
5198
|
+
"name": "QtiResponseElse",
|
|
4344
5199
|
"members": [],
|
|
5200
|
+
"attributes": [
|
|
5201
|
+
{
|
|
5202
|
+
"name": "debugCalculateResult",
|
|
5203
|
+
"type": {
|
|
5204
|
+
"text": "object"
|
|
5205
|
+
},
|
|
5206
|
+
"fieldName": "debugCalculateResult"
|
|
5207
|
+
}
|
|
5208
|
+
],
|
|
4345
5209
|
"superclass": {
|
|
4346
5210
|
"name": "LitElement",
|
|
4347
5211
|
"package": "lit"
|
|
4348
5212
|
},
|
|
4349
|
-
"tagName": "qti-
|
|
5213
|
+
"tagName": "qti-response-else",
|
|
4350
5214
|
"customElement": true
|
|
4351
5215
|
}
|
|
4352
5216
|
],
|
|
4353
5217
|
"exports": [
|
|
4354
5218
|
{
|
|
4355
5219
|
"kind": "js",
|
|
4356
|
-
"name": "
|
|
5220
|
+
"name": "QtiResponseElse",
|
|
4357
5221
|
"declaration": {
|
|
4358
|
-
"name": "
|
|
4359
|
-
"module": "src/lib/qti-components/qti-
|
|
5222
|
+
"name": "QtiResponseElse",
|
|
5223
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4360
5224
|
}
|
|
4361
5225
|
},
|
|
4362
5226
|
{
|
|
4363
5227
|
"kind": "custom-element-definition",
|
|
4364
|
-
"name": "qti-
|
|
5228
|
+
"name": "qti-response-else",
|
|
4365
5229
|
"declaration": {
|
|
4366
|
-
"name": "
|
|
4367
|
-
"module": "src/lib/qti-components/qti-
|
|
5230
|
+
"name": "QtiResponseElse",
|
|
5231
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4368
5232
|
}
|
|
4369
5233
|
}
|
|
4370
5234
|
]
|
|
4371
5235
|
},
|
|
4372
5236
|
{
|
|
4373
5237
|
"kind": "javascript-module",
|
|
4374
|
-
"path": "src/lib/qti-components/qti-
|
|
5238
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
4375
5239
|
"declarations": [
|
|
4376
5240
|
{
|
|
4377
5241
|
"kind": "class",
|
|
4378
5242
|
"description": "",
|
|
4379
|
-
"name": "
|
|
5243
|
+
"name": "QtiResponseProcessing",
|
|
4380
5244
|
"members": [],
|
|
4381
5245
|
"attributes": [
|
|
4382
5246
|
{
|
|
4383
|
-
"name": "
|
|
4384
|
-
"type": {
|
|
4385
|
-
"text": "number"
|
|
4386
|
-
},
|
|
4387
|
-
"default": "0",
|
|
4388
|
-
"fieldName": "maxChoices"
|
|
4389
|
-
},
|
|
4390
|
-
{
|
|
4391
|
-
"name": "min-choices",
|
|
4392
|
-
"type": {
|
|
4393
|
-
"text": "number"
|
|
4394
|
-
},
|
|
4395
|
-
"default": "0",
|
|
4396
|
-
"fieldName": "minChoices"
|
|
4397
|
-
},
|
|
4398
|
-
{
|
|
4399
|
-
"name": "response-identifier",
|
|
4400
|
-
"type": {
|
|
4401
|
-
"text": "string"
|
|
4402
|
-
},
|
|
4403
|
-
"default": "''",
|
|
4404
|
-
"fieldName": "responseIdentifier",
|
|
4405
|
-
"inheritedFrom": {
|
|
4406
|
-
"name": "Interaction",
|
|
4407
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4408
|
-
}
|
|
4409
|
-
},
|
|
4410
|
-
{
|
|
4411
|
-
"name": "disabled",
|
|
4412
|
-
"type": {
|
|
4413
|
-
"text": "boolean"
|
|
4414
|
-
},
|
|
4415
|
-
"default": "false",
|
|
4416
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4417
|
-
"fieldName": "disabled",
|
|
4418
|
-
"inheritedFrom": {
|
|
4419
|
-
"name": "Interaction",
|
|
4420
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4421
|
-
}
|
|
4422
|
-
},
|
|
4423
|
-
{
|
|
4424
|
-
"name": "readonly",
|
|
4425
|
-
"type": {
|
|
4426
|
-
"text": "boolean"
|
|
4427
|
-
},
|
|
4428
|
-
"default": "false",
|
|
4429
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4430
|
-
"fieldName": "readonly",
|
|
4431
|
-
"inheritedFrom": {
|
|
4432
|
-
"name": "Interaction",
|
|
4433
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4434
|
-
}
|
|
5247
|
+
"name": "identifier"
|
|
4435
5248
|
}
|
|
4436
5249
|
],
|
|
4437
5250
|
"superclass": {
|
|
4438
|
-
"name": "
|
|
4439
|
-
"
|
|
5251
|
+
"name": "LitElement",
|
|
5252
|
+
"package": "lit"
|
|
4440
5253
|
},
|
|
4441
|
-
"tagName": "qti-
|
|
4442
|
-
"customElement": true
|
|
4443
|
-
"events": [
|
|
4444
|
-
{
|
|
4445
|
-
"name": "qti-register-interaction",
|
|
4446
|
-
"type": {
|
|
4447
|
-
"text": "CustomEvent"
|
|
4448
|
-
},
|
|
4449
|
-
"inheritedFrom": {
|
|
4450
|
-
"name": "Interaction",
|
|
4451
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4452
|
-
}
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
"name": "qti-interaction-response",
|
|
4456
|
-
"type": {
|
|
4457
|
-
"text": "CustomEvent"
|
|
4458
|
-
},
|
|
4459
|
-
"inheritedFrom": {
|
|
4460
|
-
"name": "Interaction",
|
|
4461
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4462
|
-
}
|
|
4463
|
-
}
|
|
4464
|
-
]
|
|
5254
|
+
"tagName": "qti-response-processing",
|
|
5255
|
+
"customElement": true
|
|
4465
5256
|
}
|
|
4466
5257
|
],
|
|
4467
5258
|
"exports": [
|
|
4468
5259
|
{
|
|
4469
5260
|
"kind": "js",
|
|
4470
|
-
"name": "
|
|
5261
|
+
"name": "default",
|
|
4471
5262
|
"declaration": {
|
|
4472
|
-
"name": "
|
|
4473
|
-
"module": "src/lib/qti-components/qti-
|
|
5263
|
+
"name": "QtiResponseProcessing",
|
|
5264
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4474
5265
|
}
|
|
4475
5266
|
},
|
|
4476
5267
|
{
|
|
4477
5268
|
"kind": "custom-element-definition",
|
|
4478
|
-
"name": "qti-
|
|
5269
|
+
"name": "qti-response-processing",
|
|
4479
5270
|
"declaration": {
|
|
4480
|
-
"name": "
|
|
4481
|
-
"module": "src/lib/qti-components/qti-
|
|
5271
|
+
"name": "QtiResponseProcessing",
|
|
5272
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4482
5273
|
}
|
|
4483
5274
|
}
|
|
4484
5275
|
]
|
|
@@ -4888,20 +5679,6 @@
|
|
|
4888
5679
|
}
|
|
4889
5680
|
]
|
|
4890
5681
|
},
|
|
4891
|
-
{
|
|
4892
|
-
"kind": "javascript-module",
|
|
4893
|
-
"path": "src/lib/qti-components/utilities/styles/component.styles.ts",
|
|
4894
|
-
"declarations": [],
|
|
4895
|
-
"exports": [
|
|
4896
|
-
{
|
|
4897
|
-
"kind": "js",
|
|
4898
|
-
"name": "default",
|
|
4899
|
-
"declaration": {
|
|
4900
|
-
"module": "src/lib/qti-components/utilities/styles/component.styles.ts"
|
|
4901
|
-
}
|
|
4902
|
-
}
|
|
4903
|
-
]
|
|
4904
|
-
},
|
|
4905
5682
|
{
|
|
4906
5683
|
"kind": "javascript-module",
|
|
4907
5684
|
"path": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts",
|
|
@@ -4983,6 +5760,20 @@
|
|
|
4983
5760
|
}
|
|
4984
5761
|
]
|
|
4985
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",
|
|
5771
|
+
"declaration": {
|
|
5772
|
+
"module": "src/lib/qti-components/utilities/styles/component.styles.ts"
|
|
5773
|
+
}
|
|
5774
|
+
}
|
|
5775
|
+
]
|
|
5776
|
+
},
|
|
4986
5777
|
{
|
|
4987
5778
|
"kind": "javascript-module",
|
|
4988
5779
|
"path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
|
|
@@ -5000,83 +5791,189 @@
|
|
|
5000
5791
|
"members": [],
|
|
5001
5792
|
"events": [
|
|
5002
5793
|
{
|
|
5003
|
-
"name": "qti-register-choice",
|
|
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
|
+
},
|
|
5807
|
+
{
|
|
5808
|
+
"name": "qti-choice-element-selected",
|
|
5809
|
+
"type": {
|
|
5810
|
+
"text": "CustomEvent"
|
|
5811
|
+
},
|
|
5812
|
+
"description": "Emitted when the choice is selected."
|
|
5813
|
+
}
|
|
5814
|
+
],
|
|
5815
|
+
"attributes": [
|
|
5816
|
+
{
|
|
5817
|
+
"name": "identifier",
|
|
5818
|
+
"type": {
|
|
5819
|
+
"text": "string"
|
|
5820
|
+
},
|
|
5821
|
+
"fieldName": "identifier"
|
|
5822
|
+
},
|
|
5823
|
+
{
|
|
5824
|
+
"name": "tabindex",
|
|
5825
|
+
"type": {
|
|
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"
|
|
5854
|
+
}
|
|
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
|
|
5862
|
+
}
|
|
5863
|
+
],
|
|
5864
|
+
"exports": [
|
|
5865
|
+
{
|
|
5866
|
+
"kind": "js",
|
|
5867
|
+
"name": "QtiChoice",
|
|
5868
|
+
"declaration": {
|
|
5869
|
+
"name": "QtiChoice",
|
|
5870
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
5871
|
+
}
|
|
5872
|
+
}
|
|
5873
|
+
]
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"kind": "javascript-module",
|
|
5877
|
+
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
5878
|
+
"declarations": [
|
|
5879
|
+
{
|
|
5880
|
+
"kind": "class",
|
|
5881
|
+
"description": "",
|
|
5882
|
+
"name": "Choices",
|
|
5883
|
+
"members": [],
|
|
5884
|
+
"attributes": [
|
|
5885
|
+
{
|
|
5886
|
+
"name": "min-choices",
|
|
5004
5887
|
"type": {
|
|
5005
|
-
"text": "
|
|
5888
|
+
"text": "number"
|
|
5006
5889
|
},
|
|
5007
|
-
"
|
|
5890
|
+
"default": "0",
|
|
5891
|
+
"description": "the minimal number of selections a candidate must make",
|
|
5892
|
+
"fieldName": "minChoices"
|
|
5008
5893
|
},
|
|
5009
5894
|
{
|
|
5010
|
-
"name": "
|
|
5895
|
+
"name": "max-choices",
|
|
5011
5896
|
"type": {
|
|
5012
|
-
"text": "
|
|
5897
|
+
"text": "number"
|
|
5013
5898
|
},
|
|
5014
|
-
"
|
|
5899
|
+
"default": "1",
|
|
5900
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
5901
|
+
"fieldName": "maxChoices"
|
|
5015
5902
|
},
|
|
5016
5903
|
{
|
|
5017
|
-
"name": "
|
|
5018
|
-
"type": {
|
|
5019
|
-
"text": "CustomEvent"
|
|
5020
|
-
},
|
|
5021
|
-
"description": "Emitted when the choice is selected."
|
|
5022
|
-
}
|
|
5023
|
-
],
|
|
5024
|
-
"attributes": [
|
|
5025
|
-
{
|
|
5026
|
-
"name": "identifier",
|
|
5904
|
+
"name": "response-identifier",
|
|
5027
5905
|
"type": {
|
|
5028
5906
|
"text": "string"
|
|
5029
5907
|
},
|
|
5030
|
-
"
|
|
5908
|
+
"default": "''",
|
|
5909
|
+
"fieldName": "responseIdentifier",
|
|
5910
|
+
"inheritedFrom": {
|
|
5911
|
+
"name": "Interaction",
|
|
5912
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5913
|
+
}
|
|
5031
5914
|
},
|
|
5032
5915
|
{
|
|
5033
|
-
"name": "
|
|
5916
|
+
"name": "disabled",
|
|
5034
5917
|
"type": {
|
|
5035
|
-
"text": "
|
|
5918
|
+
"text": "boolean"
|
|
5036
5919
|
},
|
|
5037
|
-
"default": "
|
|
5038
|
-
"
|
|
5920
|
+
"default": "false",
|
|
5921
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5922
|
+
"fieldName": "disabled",
|
|
5923
|
+
"inheritedFrom": {
|
|
5924
|
+
"name": "Interaction",
|
|
5925
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5926
|
+
}
|
|
5039
5927
|
},
|
|
5040
5928
|
{
|
|
5041
|
-
"name": "
|
|
5929
|
+
"name": "readonly",
|
|
5042
5930
|
"type": {
|
|
5043
5931
|
"text": "boolean"
|
|
5044
5932
|
},
|
|
5045
5933
|
"default": "false",
|
|
5046
|
-
"
|
|
5047
|
-
|
|
5934
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5935
|
+
"fieldName": "readonly",
|
|
5936
|
+
"inheritedFrom": {
|
|
5937
|
+
"name": "Interaction",
|
|
5938
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5939
|
+
}
|
|
5940
|
+
}
|
|
5941
|
+
],
|
|
5942
|
+
"superclass": {
|
|
5943
|
+
"name": "Interaction",
|
|
5944
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
5945
|
+
},
|
|
5946
|
+
"events": [
|
|
5048
5947
|
{
|
|
5049
|
-
"name": "
|
|
5948
|
+
"name": "qti-register-interaction",
|
|
5050
5949
|
"type": {
|
|
5051
|
-
"text": "
|
|
5950
|
+
"text": "CustomEvent"
|
|
5052
5951
|
},
|
|
5053
|
-
"
|
|
5054
|
-
|
|
5952
|
+
"inheritedFrom": {
|
|
5953
|
+
"name": "Interaction",
|
|
5954
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5955
|
+
}
|
|
5055
5956
|
},
|
|
5056
5957
|
{
|
|
5057
|
-
"name": "
|
|
5958
|
+
"name": "qti-interaction-response",
|
|
5058
5959
|
"type": {
|
|
5059
|
-
"text": "
|
|
5960
|
+
"text": "CustomEvent"
|
|
5060
5961
|
},
|
|
5061
|
-
"
|
|
5062
|
-
|
|
5962
|
+
"inheritedFrom": {
|
|
5963
|
+
"name": "Interaction",
|
|
5964
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5965
|
+
}
|
|
5063
5966
|
}
|
|
5064
|
-
]
|
|
5065
|
-
"superclass": {
|
|
5066
|
-
"name": "LitElement",
|
|
5067
|
-
"package": "lit"
|
|
5068
|
-
},
|
|
5069
|
-
"summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
|
|
5070
|
-
"customElement": true
|
|
5967
|
+
]
|
|
5071
5968
|
}
|
|
5072
5969
|
],
|
|
5073
5970
|
"exports": [
|
|
5074
5971
|
{
|
|
5075
5972
|
"kind": "js",
|
|
5076
|
-
"name": "
|
|
5973
|
+
"name": "Choices",
|
|
5077
5974
|
"declaration": {
|
|
5078
|
-
"name": "
|
|
5079
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5975
|
+
"name": "Choices",
|
|
5976
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
5080
5977
|
}
|
|
5081
5978
|
}
|
|
5082
5979
|
]
|
|
@@ -5251,227 +6148,64 @@
|
|
|
5251
6148
|
"name": "superClass",
|
|
5252
6149
|
"type": {
|
|
5253
6150
|
"text": "T"
|
|
5254
|
-
}
|
|
5255
|
-
},
|
|
5256
|
-
{
|
|
5257
|
-
"name": "droppablesInShadowRoot",
|
|
5258
|
-
"type": {
|
|
5259
|
-
"text": "boolean"
|
|
5260
|
-
}
|
|
5261
|
-
},
|
|
5262
|
-
{
|
|
5263
|
-
"name": "droppablesSelector",
|
|
5264
|
-
"type": {
|
|
5265
|
-
"text": "string"
|
|
5266
|
-
}
|
|
5267
|
-
}
|
|
5268
|
-
]
|
|
5269
|
-
}
|
|
5270
|
-
],
|
|
5271
|
-
"exports": [
|
|
5272
|
-
{
|
|
5273
|
-
"kind": "js",
|
|
5274
|
-
"name": "DroppablesMixin",
|
|
5275
|
-
"declaration": {
|
|
5276
|
-
"name": "DroppablesMixin",
|
|
5277
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
5278
|
-
}
|
|
5279
|
-
}
|
|
5280
|
-
]
|
|
5281
|
-
},
|
|
5282
|
-
{
|
|
5283
|
-
"kind": "javascript-module",
|
|
5284
|
-
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/flippables-mixin.ts",
|
|
5285
|
-
"declarations": [
|
|
5286
|
-
{
|
|
5287
|
-
"kind": "class",
|
|
5288
|
-
"description": "",
|
|
5289
|
-
"name": "FlippablesInterface"
|
|
5290
|
-
},
|
|
5291
|
-
{
|
|
5292
|
-
"kind": "mixin",
|
|
5293
|
-
"description": "",
|
|
5294
|
-
"name": "FlippablesMixin",
|
|
5295
|
-
"parameters": [
|
|
5296
|
-
{
|
|
5297
|
-
"name": "superClass",
|
|
5298
|
-
"type": {
|
|
5299
|
-
"text": "T"
|
|
5300
|
-
}
|
|
5301
|
-
},
|
|
5302
|
-
{
|
|
5303
|
-
"name": "droppablesSel",
|
|
5304
|
-
"type": {
|
|
5305
|
-
"text": "string"
|
|
5306
|
-
}
|
|
5307
|
-
},
|
|
5308
|
-
{
|
|
5309
|
-
"name": "draggablesSel",
|
|
5310
|
-
"type": {
|
|
5311
|
-
"text": "string"
|
|
5312
|
-
}
|
|
5313
|
-
}
|
|
5314
|
-
]
|
|
5315
|
-
}
|
|
5316
|
-
],
|
|
5317
|
-
"exports": [
|
|
5318
|
-
{
|
|
5319
|
-
"kind": "js",
|
|
5320
|
-
"name": "FlippablesInterface",
|
|
5321
|
-
"declaration": {
|
|
5322
|
-
"name": "FlippablesInterface",
|
|
5323
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/flippables-mixin.ts"
|
|
5324
|
-
}
|
|
5325
|
-
},
|
|
5326
|
-
{
|
|
5327
|
-
"kind": "js",
|
|
5328
|
-
"name": "FlippablesMixin",
|
|
5329
|
-
"declaration": {
|
|
5330
|
-
"name": "FlippablesMixin",
|
|
5331
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/flippables-mixin.ts"
|
|
5332
|
-
}
|
|
5333
|
-
}
|
|
5334
|
-
]
|
|
5335
|
-
},
|
|
5336
|
-
{
|
|
5337
|
-
"kind": "javascript-module",
|
|
5338
|
-
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/index.ts",
|
|
5339
|
-
"declarations": [],
|
|
5340
|
-
"exports": [
|
|
5341
|
-
{
|
|
5342
|
-
"kind": "js",
|
|
5343
|
-
"name": "*",
|
|
5344
|
-
"declaration": {
|
|
5345
|
-
"name": "*",
|
|
5346
|
-
"package": "./drag-drop-api"
|
|
5347
|
-
}
|
|
5348
|
-
},
|
|
5349
|
-
{
|
|
5350
|
-
"kind": "js",
|
|
5351
|
-
"name": "*",
|
|
5352
|
-
"declaration": {
|
|
5353
|
-
"name": "*",
|
|
5354
|
-
"package": "./drag-drop-interaction-mixin"
|
|
5355
|
-
}
|
|
5356
|
-
},
|
|
5357
|
-
{
|
|
5358
|
-
"kind": "js",
|
|
5359
|
-
"name": "*",
|
|
5360
|
-
"declaration": {
|
|
5361
|
-
"name": "*",
|
|
5362
|
-
"package": "./droppables-mixin"
|
|
5363
|
-
}
|
|
5364
|
-
},
|
|
5365
|
-
{
|
|
5366
|
-
"kind": "js",
|
|
5367
|
-
"name": "*",
|
|
5368
|
-
"declaration": {
|
|
5369
|
-
"name": "*",
|
|
5370
|
-
"package": "./flippables-mixin"
|
|
5371
|
-
}
|
|
5372
|
-
}
|
|
5373
|
-
]
|
|
5374
|
-
},
|
|
5375
|
-
{
|
|
5376
|
-
"kind": "javascript-module",
|
|
5377
|
-
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
5378
|
-
"declarations": [],
|
|
5379
|
-
"exports": []
|
|
5380
|
-
},
|
|
5381
|
-
{
|
|
5382
|
-
"kind": "javascript-module",
|
|
5383
|
-
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
|
|
5384
|
-
"declarations": [
|
|
5385
|
-
{
|
|
5386
|
-
"kind": "class",
|
|
5387
|
-
"description": "",
|
|
5388
|
-
"name": "Interaction",
|
|
5389
|
-
"members": [],
|
|
5390
|
-
"events": [
|
|
5391
|
-
{
|
|
5392
|
-
"name": "qti-register-interaction",
|
|
5393
|
-
"type": {
|
|
5394
|
-
"text": "CustomEvent"
|
|
5395
|
-
}
|
|
5396
|
-
},
|
|
5397
|
-
{
|
|
5398
|
-
"name": "qti-interaction-response",
|
|
5399
|
-
"type": {
|
|
5400
|
-
"text": "CustomEvent"
|
|
5401
|
-
}
|
|
5402
|
-
}
|
|
5403
|
-
],
|
|
5404
|
-
"attributes": [
|
|
5405
|
-
{
|
|
5406
|
-
"name": "response-identifier",
|
|
5407
|
-
"type": {
|
|
5408
|
-
"text": "string"
|
|
5409
|
-
},
|
|
5410
|
-
"default": "''",
|
|
5411
|
-
"fieldName": "responseIdentifier"
|
|
6151
|
+
}
|
|
5412
6152
|
},
|
|
5413
6153
|
{
|
|
5414
|
-
"name": "
|
|
6154
|
+
"name": "droppablesInShadowRoot",
|
|
5415
6155
|
"type": {
|
|
5416
6156
|
"text": "boolean"
|
|
5417
|
-
}
|
|
5418
|
-
"default": "false",
|
|
5419
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5420
|
-
"fieldName": "disabled"
|
|
6157
|
+
}
|
|
5421
6158
|
},
|
|
5422
6159
|
{
|
|
5423
|
-
"name": "
|
|
6160
|
+
"name": "droppablesSelector",
|
|
5424
6161
|
"type": {
|
|
5425
|
-
"text": "
|
|
5426
|
-
}
|
|
5427
|
-
"default": "false",
|
|
5428
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5429
|
-
"fieldName": "readonly"
|
|
6162
|
+
"text": "string"
|
|
6163
|
+
}
|
|
5430
6164
|
}
|
|
5431
|
-
]
|
|
5432
|
-
"superclass": {
|
|
5433
|
-
"name": "LitElement",
|
|
5434
|
-
"package": "lit"
|
|
5435
|
-
},
|
|
5436
|
-
"customElement": true
|
|
6165
|
+
]
|
|
5437
6166
|
}
|
|
5438
6167
|
],
|
|
5439
6168
|
"exports": [
|
|
5440
6169
|
{
|
|
5441
6170
|
"kind": "js",
|
|
5442
|
-
"name": "
|
|
6171
|
+
"name": "DroppablesMixin",
|
|
5443
6172
|
"declaration": {
|
|
5444
|
-
"name": "
|
|
5445
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
6173
|
+
"name": "DroppablesMixin",
|
|
6174
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
5446
6175
|
}
|
|
5447
6176
|
}
|
|
5448
6177
|
]
|
|
5449
6178
|
},
|
|
5450
6179
|
{
|
|
5451
6180
|
"kind": "javascript-module",
|
|
5452
|
-
"path": "src/lib/qti-components/qti-
|
|
6181
|
+
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/flippables-mixin.ts",
|
|
5453
6182
|
"declarations": [
|
|
5454
6183
|
{
|
|
5455
6184
|
"kind": "class",
|
|
5456
6185
|
"description": "",
|
|
5457
|
-
"name": "
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
"
|
|
5464
|
-
"customElement": true,
|
|
5465
|
-
"attributes": [
|
|
6186
|
+
"name": "FlippablesInterface"
|
|
6187
|
+
},
|
|
6188
|
+
{
|
|
6189
|
+
"kind": "mixin",
|
|
6190
|
+
"description": "",
|
|
6191
|
+
"name": "FlippablesMixin",
|
|
6192
|
+
"parameters": [
|
|
5466
6193
|
{
|
|
5467
|
-
"name": "
|
|
6194
|
+
"name": "superClass",
|
|
5468
6195
|
"type": {
|
|
5469
|
-
"text": "
|
|
5470
|
-
}
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
6196
|
+
"text": "T"
|
|
6197
|
+
}
|
|
6198
|
+
},
|
|
6199
|
+
{
|
|
6200
|
+
"name": "droppablesSel",
|
|
6201
|
+
"type": {
|
|
6202
|
+
"text": "string"
|
|
6203
|
+
}
|
|
6204
|
+
},
|
|
6205
|
+
{
|
|
6206
|
+
"name": "draggablesSel",
|
|
6207
|
+
"type": {
|
|
6208
|
+
"text": "string"
|
|
5475
6209
|
}
|
|
5476
6210
|
}
|
|
5477
6211
|
]
|
|
@@ -5480,18 +6214,57 @@
|
|
|
5480
6214
|
"exports": [
|
|
5481
6215
|
{
|
|
5482
6216
|
"kind": "js",
|
|
5483
|
-
"name": "
|
|
6217
|
+
"name": "FlippablesInterface",
|
|
5484
6218
|
"declaration": {
|
|
5485
|
-
"name": "
|
|
5486
|
-
"module": "src/lib/qti-components/qti-
|
|
6219
|
+
"name": "FlippablesInterface",
|
|
6220
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/flippables-mixin.ts"
|
|
5487
6221
|
}
|
|
5488
6222
|
},
|
|
5489
6223
|
{
|
|
5490
|
-
"kind": "
|
|
5491
|
-
"name": "
|
|
6224
|
+
"kind": "js",
|
|
6225
|
+
"name": "FlippablesMixin",
|
|
5492
6226
|
"declaration": {
|
|
5493
|
-
"name": "
|
|
5494
|
-
"module": "src/lib/qti-components/qti-
|
|
6227
|
+
"name": "FlippablesMixin",
|
|
6228
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/flippables-mixin.ts"
|
|
6229
|
+
}
|
|
6230
|
+
}
|
|
6231
|
+
]
|
|
6232
|
+
},
|
|
6233
|
+
{
|
|
6234
|
+
"kind": "javascript-module",
|
|
6235
|
+
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/index.ts",
|
|
6236
|
+
"declarations": [],
|
|
6237
|
+
"exports": [
|
|
6238
|
+
{
|
|
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": "*",
|
|
6265
|
+
"declaration": {
|
|
6266
|
+
"name": "*",
|
|
6267
|
+
"package": "./flippables-mixin"
|
|
5495
6268
|
}
|
|
5496
6269
|
}
|
|
5497
6270
|
]
|
|
@@ -5544,43 +6317,41 @@
|
|
|
5544
6317
|
},
|
|
5545
6318
|
{
|
|
5546
6319
|
"kind": "javascript-module",
|
|
5547
|
-
"path": "src/lib/qti-components/qti-interaction/internal/
|
|
6320
|
+
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
6321
|
+
"declarations": [],
|
|
6322
|
+
"exports": []
|
|
6323
|
+
},
|
|
6324
|
+
{
|
|
6325
|
+
"kind": "javascript-module",
|
|
6326
|
+
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
|
|
5548
6327
|
"declarations": [
|
|
5549
6328
|
{
|
|
5550
6329
|
"kind": "class",
|
|
5551
6330
|
"description": "",
|
|
5552
|
-
"name": "
|
|
6331
|
+
"name": "Interaction",
|
|
5553
6332
|
"members": [],
|
|
5554
|
-
"
|
|
6333
|
+
"events": [
|
|
5555
6334
|
{
|
|
5556
|
-
"name": "
|
|
6335
|
+
"name": "qti-register-interaction",
|
|
5557
6336
|
"type": {
|
|
5558
|
-
"text": "
|
|
5559
|
-
}
|
|
5560
|
-
"default": "0",
|
|
5561
|
-
"description": "the minimal number of selections a candidate must make",
|
|
5562
|
-
"fieldName": "minChoices"
|
|
6337
|
+
"text": "CustomEvent"
|
|
6338
|
+
}
|
|
5563
6339
|
},
|
|
5564
6340
|
{
|
|
5565
|
-
"name": "
|
|
6341
|
+
"name": "qti-interaction-response",
|
|
5566
6342
|
"type": {
|
|
5567
|
-
"text": "
|
|
5568
|
-
}
|
|
5569
|
-
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
},
|
|
6343
|
+
"text": "CustomEvent"
|
|
6344
|
+
}
|
|
6345
|
+
}
|
|
6346
|
+
],
|
|
6347
|
+
"attributes": [
|
|
5573
6348
|
{
|
|
5574
6349
|
"name": "response-identifier",
|
|
5575
6350
|
"type": {
|
|
5576
6351
|
"text": "string"
|
|
5577
6352
|
},
|
|
5578
6353
|
"default": "''",
|
|
5579
|
-
"fieldName": "responseIdentifier"
|
|
5580
|
-
"inheritedFrom": {
|
|
5581
|
-
"name": "Interaction",
|
|
5582
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5583
|
-
}
|
|
6354
|
+
"fieldName": "responseIdentifier"
|
|
5584
6355
|
},
|
|
5585
6356
|
{
|
|
5586
6357
|
"name": "disabled",
|
|
@@ -5589,11 +6360,7 @@
|
|
|
5589
6360
|
},
|
|
5590
6361
|
"default": "false",
|
|
5591
6362
|
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5592
|
-
"fieldName": "disabled"
|
|
5593
|
-
"inheritedFrom": {
|
|
5594
|
-
"name": "Interaction",
|
|
5595
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5596
|
-
}
|
|
6363
|
+
"fieldName": "disabled"
|
|
5597
6364
|
},
|
|
5598
6365
|
{
|
|
5599
6366
|
"name": "readonly",
|
|
@@ -5602,130 +6369,105 @@
|
|
|
5602
6369
|
},
|
|
5603
6370
|
"default": "false",
|
|
5604
6371
|
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5605
|
-
"fieldName": "readonly"
|
|
5606
|
-
"inheritedFrom": {
|
|
5607
|
-
"name": "Interaction",
|
|
5608
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5609
|
-
}
|
|
6372
|
+
"fieldName": "readonly"
|
|
5610
6373
|
}
|
|
5611
6374
|
],
|
|
5612
6375
|
"superclass": {
|
|
5613
|
-
"name": "
|
|
5614
|
-
"
|
|
6376
|
+
"name": "LitElement",
|
|
6377
|
+
"package": "lit"
|
|
5615
6378
|
},
|
|
5616
|
-
"
|
|
5617
|
-
{
|
|
5618
|
-
"name": "qti-register-interaction",
|
|
5619
|
-
"type": {
|
|
5620
|
-
"text": "CustomEvent"
|
|
5621
|
-
},
|
|
5622
|
-
"inheritedFrom": {
|
|
5623
|
-
"name": "Interaction",
|
|
5624
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5625
|
-
}
|
|
5626
|
-
},
|
|
5627
|
-
{
|
|
5628
|
-
"name": "qti-interaction-response",
|
|
5629
|
-
"type": {
|
|
5630
|
-
"text": "CustomEvent"
|
|
5631
|
-
},
|
|
5632
|
-
"inheritedFrom": {
|
|
5633
|
-
"name": "Interaction",
|
|
5634
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5635
|
-
}
|
|
5636
|
-
}
|
|
5637
|
-
]
|
|
6379
|
+
"customElement": true
|
|
5638
6380
|
}
|
|
5639
6381
|
],
|
|
5640
6382
|
"exports": [
|
|
5641
6383
|
{
|
|
5642
6384
|
"kind": "js",
|
|
5643
|
-
"name": "
|
|
6385
|
+
"name": "Interaction",
|
|
5644
6386
|
"declaration": {
|
|
5645
|
-
"name": "
|
|
5646
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
6387
|
+
"name": "Interaction",
|
|
6388
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5647
6389
|
}
|
|
5648
6390
|
}
|
|
5649
6391
|
]
|
|
5650
6392
|
},
|
|
5651
6393
|
{
|
|
5652
6394
|
"kind": "javascript-module",
|
|
5653
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6395
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
5654
6396
|
"declarations": [
|
|
5655
6397
|
{
|
|
5656
6398
|
"kind": "class",
|
|
5657
6399
|
"description": "",
|
|
5658
|
-
"name": "
|
|
6400
|
+
"name": "QtiAnd",
|
|
5659
6401
|
"members": [],
|
|
5660
|
-
"attributes": [
|
|
5661
|
-
{
|
|
5662
|
-
"name": "baseType",
|
|
5663
|
-
"type": {
|
|
5664
|
-
"text": "BaseType"
|
|
5665
|
-
},
|
|
5666
|
-
"default": "'string'",
|
|
5667
|
-
"fieldName": "baseType"
|
|
5668
|
-
}
|
|
5669
|
-
],
|
|
5670
6402
|
"superclass": {
|
|
5671
|
-
"name": "
|
|
5672
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6403
|
+
"name": "QtiConditionExpression",
|
|
6404
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
5673
6405
|
},
|
|
5674
|
-
"tagName": "qti-
|
|
6406
|
+
"tagName": "qti-and",
|
|
5675
6407
|
"customElement": true
|
|
5676
6408
|
}
|
|
5677
6409
|
],
|
|
5678
6410
|
"exports": [
|
|
5679
6411
|
{
|
|
5680
6412
|
"kind": "js",
|
|
5681
|
-
"name": "
|
|
6413
|
+
"name": "QtiAnd",
|
|
5682
6414
|
"declaration": {
|
|
5683
|
-
"name": "
|
|
5684
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6415
|
+
"name": "QtiAnd",
|
|
6416
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5685
6417
|
}
|
|
5686
6418
|
},
|
|
5687
6419
|
{
|
|
5688
6420
|
"kind": "custom-element-definition",
|
|
5689
|
-
"name": "qti-
|
|
6421
|
+
"name": "qti-and",
|
|
5690
6422
|
"declaration": {
|
|
5691
|
-
"name": "
|
|
5692
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6423
|
+
"name": "QtiAnd",
|
|
6424
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5693
6425
|
}
|
|
5694
6426
|
}
|
|
5695
6427
|
]
|
|
5696
6428
|
},
|
|
5697
6429
|
{
|
|
5698
6430
|
"kind": "javascript-module",
|
|
5699
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6431
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts",
|
|
5700
6432
|
"declarations": [
|
|
5701
6433
|
{
|
|
5702
6434
|
"kind": "class",
|
|
5703
6435
|
"description": "",
|
|
5704
|
-
"name": "
|
|
6436
|
+
"name": "QtiBaseValue",
|
|
5705
6437
|
"members": [],
|
|
6438
|
+
"attributes": [
|
|
6439
|
+
{
|
|
6440
|
+
"name": "baseType",
|
|
6441
|
+
"type": {
|
|
6442
|
+
"text": "BaseType"
|
|
6443
|
+
},
|
|
6444
|
+
"default": "'string'",
|
|
6445
|
+
"fieldName": "baseType"
|
|
6446
|
+
}
|
|
6447
|
+
],
|
|
5706
6448
|
"superclass": {
|
|
5707
|
-
"name": "
|
|
5708
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6449
|
+
"name": "QtiExpression",
|
|
6450
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5709
6451
|
},
|
|
5710
|
-
"tagName": "qti-
|
|
6452
|
+
"tagName": "qti-base-value",
|
|
5711
6453
|
"customElement": true
|
|
5712
6454
|
}
|
|
5713
6455
|
],
|
|
5714
6456
|
"exports": [
|
|
5715
6457
|
{
|
|
5716
6458
|
"kind": "js",
|
|
5717
|
-
"name": "
|
|
6459
|
+
"name": "QtiBaseValue",
|
|
5718
6460
|
"declaration": {
|
|
5719
|
-
"name": "
|
|
5720
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6461
|
+
"name": "QtiBaseValue",
|
|
6462
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5721
6463
|
}
|
|
5722
6464
|
},
|
|
5723
6465
|
{
|
|
5724
6466
|
"kind": "custom-element-definition",
|
|
5725
|
-
"name": "qti-
|
|
6467
|
+
"name": "qti-base-value",
|
|
5726
6468
|
"declaration": {
|
|
5727
|
-
"name": "
|
|
5728
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6469
|
+
"name": "QtiBaseValue",
|
|
6470
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5729
6471
|
}
|
|
5730
6472
|
}
|
|
5731
6473
|
]
|
|
@@ -5804,36 +6546,92 @@
|
|
|
5804
6546
|
},
|
|
5805
6547
|
{
|
|
5806
6548
|
"kind": "javascript-module",
|
|
5807
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6549
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
|
|
5808
6550
|
"declarations": [
|
|
5809
6551
|
{
|
|
5810
6552
|
"kind": "class",
|
|
5811
6553
|
"description": "",
|
|
5812
|
-
"name": "
|
|
6554
|
+
"name": "QtiEqual",
|
|
5813
6555
|
"members": [],
|
|
6556
|
+
"attributes": [
|
|
6557
|
+
{
|
|
6558
|
+
"name": "toleranceMode",
|
|
6559
|
+
"type": {
|
|
6560
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
6561
|
+
},
|
|
6562
|
+
"default": "'exact'",
|
|
6563
|
+
"fieldName": "toleranceMode"
|
|
6564
|
+
}
|
|
6565
|
+
],
|
|
5814
6566
|
"superclass": {
|
|
5815
|
-
"name": "
|
|
5816
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6567
|
+
"name": "QtiExpression",
|
|
6568
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5817
6569
|
},
|
|
5818
|
-
"tagName": "qti-
|
|
6570
|
+
"tagName": "qti-equal",
|
|
5819
6571
|
"customElement": true
|
|
5820
6572
|
}
|
|
5821
6573
|
],
|
|
5822
6574
|
"exports": [
|
|
5823
6575
|
{
|
|
5824
6576
|
"kind": "js",
|
|
5825
|
-
"name": "
|
|
6577
|
+
"name": "QtiEqual",
|
|
5826
6578
|
"declaration": {
|
|
5827
|
-
"name": "
|
|
5828
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6579
|
+
"name": "QtiEqual",
|
|
6580
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5829
6581
|
}
|
|
5830
6582
|
},
|
|
5831
6583
|
{
|
|
5832
6584
|
"kind": "custom-element-definition",
|
|
5833
|
-
"name": "qti-
|
|
6585
|
+
"name": "qti-equal",
|
|
5834
6586
|
"declaration": {
|
|
5835
|
-
"name": "
|
|
5836
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6587
|
+
"name": "QtiEqual",
|
|
6588
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
6589
|
+
}
|
|
6590
|
+
}
|
|
6591
|
+
]
|
|
6592
|
+
},
|
|
6593
|
+
{
|
|
6594
|
+
"kind": "javascript-module",
|
|
6595
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
|
|
6596
|
+
"declarations": [
|
|
6597
|
+
{
|
|
6598
|
+
"kind": "class",
|
|
6599
|
+
"description": "",
|
|
6600
|
+
"name": "QtiEqualRounded",
|
|
6601
|
+
"members": [],
|
|
6602
|
+
"attributes": [
|
|
6603
|
+
{
|
|
6604
|
+
"name": "roundingMode",
|
|
6605
|
+
"type": {
|
|
6606
|
+
"text": "| \"decimalPlaces\"\n | \"significantFigures\""
|
|
6607
|
+
},
|
|
6608
|
+
"default": "\"significantFigures\"",
|
|
6609
|
+
"fieldName": "roundingMode"
|
|
6610
|
+
}
|
|
6611
|
+
],
|
|
6612
|
+
"superclass": {
|
|
6613
|
+
"name": "QtiExpression",
|
|
6614
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6615
|
+
},
|
|
6616
|
+
"tagName": "qti-equal-rounded",
|
|
6617
|
+
"customElement": true
|
|
6618
|
+
}
|
|
6619
|
+
],
|
|
6620
|
+
"exports": [
|
|
6621
|
+
{
|
|
6622
|
+
"kind": "js",
|
|
6623
|
+
"name": "QtiEqualRounded",
|
|
6624
|
+
"declaration": {
|
|
6625
|
+
"name": "QtiEqualRounded",
|
|
6626
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
6627
|
+
}
|
|
6628
|
+
},
|
|
6629
|
+
{
|
|
6630
|
+
"kind": "custom-element-definition",
|
|
6631
|
+
"name": "qti-equal-rounded",
|
|
6632
|
+
"declaration": {
|
|
6633
|
+
"name": "QtiEqualRounded",
|
|
6634
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
5837
6635
|
}
|
|
5838
6636
|
}
|
|
5839
6637
|
]
|
|
@@ -5876,46 +6674,36 @@
|
|
|
5876
6674
|
},
|
|
5877
6675
|
{
|
|
5878
6676
|
"kind": "javascript-module",
|
|
5879
|
-
"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",
|
|
5880
6678
|
"declarations": [
|
|
5881
6679
|
{
|
|
5882
6680
|
"kind": "class",
|
|
5883
6681
|
"description": "",
|
|
5884
|
-
"name": "
|
|
6682
|
+
"name": "QtiGte",
|
|
5885
6683
|
"members": [],
|
|
5886
|
-
"attributes": [
|
|
5887
|
-
{
|
|
5888
|
-
"name": "toleranceMode",
|
|
5889
|
-
"type": {
|
|
5890
|
-
"text": "'exact' | 'relative' | 'absolute'"
|
|
5891
|
-
},
|
|
5892
|
-
"default": "'exact'",
|
|
5893
|
-
"fieldName": "toleranceMode"
|
|
5894
|
-
}
|
|
5895
|
-
],
|
|
5896
6684
|
"superclass": {
|
|
5897
|
-
"name": "
|
|
5898
|
-
"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"
|
|
5899
6687
|
},
|
|
5900
|
-
"tagName": "qti-
|
|
6688
|
+
"tagName": "qti-gte",
|
|
5901
6689
|
"customElement": true
|
|
5902
6690
|
}
|
|
5903
6691
|
],
|
|
5904
6692
|
"exports": [
|
|
5905
6693
|
{
|
|
5906
6694
|
"kind": "js",
|
|
5907
|
-
"name": "
|
|
6695
|
+
"name": "QtiGte",
|
|
5908
6696
|
"declaration": {
|
|
5909
|
-
"name": "
|
|
5910
|
-
"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"
|
|
5911
6699
|
}
|
|
5912
6700
|
},
|
|
5913
6701
|
{
|
|
5914
6702
|
"kind": "custom-element-definition",
|
|
5915
|
-
"name": "qti-
|
|
6703
|
+
"name": "qti-gte",
|
|
5916
6704
|
"declaration": {
|
|
5917
|
-
"name": "
|
|
5918
|
-
"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"
|
|
5919
6707
|
}
|
|
5920
6708
|
}
|
|
5921
6709
|
]
|
|
@@ -6099,118 +6887,108 @@
|
|
|
6099
6887
|
},
|
|
6100
6888
|
{
|
|
6101
6889
|
"kind": "javascript-module",
|
|
6102
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6890
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
|
|
6103
6891
|
"declarations": [
|
|
6104
6892
|
{
|
|
6105
6893
|
"kind": "class",
|
|
6106
6894
|
"description": "",
|
|
6107
|
-
"name": "
|
|
6895
|
+
"name": "QtiMultiple",
|
|
6108
6896
|
"members": [],
|
|
6109
|
-
"attributes": [
|
|
6110
|
-
{
|
|
6111
|
-
"name": "roundingMode",
|
|
6112
|
-
"type": {
|
|
6113
|
-
"text": "| \"decimalPlaces\"\n | \"significantFigures\""
|
|
6114
|
-
},
|
|
6115
|
-
"default": "\"significantFigures\"",
|
|
6116
|
-
"fieldName": "roundingMode"
|
|
6117
|
-
}
|
|
6118
|
-
],
|
|
6119
6897
|
"superclass": {
|
|
6120
6898
|
"name": "QtiExpression",
|
|
6121
6899
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6122
6900
|
},
|
|
6123
|
-
"tagName": "qti-
|
|
6901
|
+
"tagName": "qti-multiple",
|
|
6124
6902
|
"customElement": true
|
|
6125
6903
|
}
|
|
6126
6904
|
],
|
|
6127
6905
|
"exports": [
|
|
6128
6906
|
{
|
|
6129
6907
|
"kind": "js",
|
|
6130
|
-
"name": "
|
|
6908
|
+
"name": "QtiMultiple",
|
|
6131
6909
|
"declaration": {
|
|
6132
|
-
"name": "
|
|
6133
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6910
|
+
"name": "QtiMultiple",
|
|
6911
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6134
6912
|
}
|
|
6135
6913
|
},
|
|
6136
6914
|
{
|
|
6137
6915
|
"kind": "custom-element-definition",
|
|
6138
|
-
"name": "qti-
|
|
6916
|
+
"name": "qti-multiple",
|
|
6139
6917
|
"declaration": {
|
|
6140
|
-
"name": "
|
|
6141
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6918
|
+
"name": "QtiMultiple",
|
|
6919
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6142
6920
|
}
|
|
6143
6921
|
}
|
|
6144
6922
|
]
|
|
6145
6923
|
},
|
|
6146
6924
|
{
|
|
6147
6925
|
"kind": "javascript-module",
|
|
6148
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6926
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
|
|
6149
6927
|
"declarations": [
|
|
6150
6928
|
{
|
|
6151
6929
|
"kind": "class",
|
|
6152
6930
|
"description": "",
|
|
6153
|
-
"name": "
|
|
6931
|
+
"name": "QtiOr",
|
|
6154
6932
|
"members": [],
|
|
6155
6933
|
"superclass": {
|
|
6156
|
-
"name": "
|
|
6157
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6934
|
+
"name": "QtiConditionExpression",
|
|
6935
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
6158
6936
|
},
|
|
6159
|
-
"tagName": "qti-
|
|
6937
|
+
"tagName": "qti-or",
|
|
6160
6938
|
"customElement": true
|
|
6161
6939
|
}
|
|
6162
6940
|
],
|
|
6163
6941
|
"exports": [
|
|
6164
6942
|
{
|
|
6165
6943
|
"kind": "js",
|
|
6166
|
-
"name": "
|
|
6944
|
+
"name": "QtiOr",
|
|
6167
6945
|
"declaration": {
|
|
6168
|
-
"name": "
|
|
6169
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6946
|
+
"name": "QtiOr",
|
|
6947
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
|
|
6170
6948
|
}
|
|
6171
6949
|
},
|
|
6172
6950
|
{
|
|
6173
6951
|
"kind": "custom-element-definition",
|
|
6174
|
-
"name": "qti-
|
|
6952
|
+
"name": "qti-or",
|
|
6175
6953
|
"declaration": {
|
|
6176
|
-
"name": "
|
|
6177
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6954
|
+
"name": "QtiOr",
|
|
6955
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
|
|
6178
6956
|
}
|
|
6179
6957
|
}
|
|
6180
6958
|
]
|
|
6181
6959
|
},
|
|
6182
6960
|
{
|
|
6183
6961
|
"kind": "javascript-module",
|
|
6184
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6962
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts",
|
|
6185
6963
|
"declarations": [
|
|
6186
6964
|
{
|
|
6187
6965
|
"kind": "class",
|
|
6188
6966
|
"description": "",
|
|
6189
|
-
"name": "
|
|
6967
|
+
"name": "QtiOrdered",
|
|
6190
6968
|
"members": [],
|
|
6191
6969
|
"superclass": {
|
|
6192
|
-
"name": "
|
|
6193
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6970
|
+
"name": "QtiExpression",
|
|
6971
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6194
6972
|
},
|
|
6195
|
-
"tagName": "qti-
|
|
6973
|
+
"tagName": "qti-ordered",
|
|
6196
6974
|
"customElement": true
|
|
6197
6975
|
}
|
|
6198
6976
|
],
|
|
6199
6977
|
"exports": [
|
|
6200
6978
|
{
|
|
6201
6979
|
"kind": "js",
|
|
6202
|
-
"name": "
|
|
6980
|
+
"name": "QtiOrdered",
|
|
6203
6981
|
"declaration": {
|
|
6204
|
-
"name": "
|
|
6205
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6982
|
+
"name": "QtiOrdered",
|
|
6983
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
|
|
6206
6984
|
}
|
|
6207
6985
|
},
|
|
6208
6986
|
{
|
|
6209
6987
|
"kind": "custom-element-definition",
|
|
6210
|
-
"name": "qti-
|
|
6988
|
+
"name": "qti-ordered",
|
|
6211
6989
|
"declaration": {
|
|
6212
|
-
"name": "
|
|
6213
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6990
|
+
"name": "QtiOrdered",
|
|
6991
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
|
|
6214
6992
|
}
|
|
6215
6993
|
}
|
|
6216
6994
|
]
|
|
@@ -6253,72 +7031,85 @@
|
|
|
6253
7031
|
},
|
|
6254
7032
|
{
|
|
6255
7033
|
"kind": "javascript-module",
|
|
6256
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
7034
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
6257
7035
|
"declarations": [
|
|
6258
7036
|
{
|
|
6259
7037
|
"kind": "class",
|
|
6260
7038
|
"description": "",
|
|
6261
|
-
"name": "
|
|
7039
|
+
"name": "QtiResponseIf",
|
|
6262
7040
|
"members": [],
|
|
6263
7041
|
"superclass": {
|
|
6264
|
-
"name": "
|
|
6265
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-
|
|
7042
|
+
"name": "QtiResponseElse",
|
|
7043
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
|
|
6266
7044
|
},
|
|
6267
|
-
"tagName": "qti-response-
|
|
6268
|
-
"customElement": true
|
|
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
|
+
]
|
|
6269
7060
|
}
|
|
6270
7061
|
],
|
|
6271
7062
|
"exports": [
|
|
6272
7063
|
{
|
|
6273
7064
|
"kind": "js",
|
|
6274
|
-
"name": "
|
|
7065
|
+
"name": "QtiResponseIf",
|
|
6275
7066
|
"declaration": {
|
|
6276
|
-
"name": "
|
|
6277
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
7067
|
+
"name": "QtiResponseIf",
|
|
7068
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6278
7069
|
}
|
|
6279
7070
|
},
|
|
6280
7071
|
{
|
|
6281
7072
|
"kind": "custom-element-definition",
|
|
6282
|
-
"name": "qti-response-
|
|
7073
|
+
"name": "qti-response-if",
|
|
6283
7074
|
"declaration": {
|
|
6284
|
-
"name": "
|
|
6285
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
7075
|
+
"name": "QtiResponseIf",
|
|
7076
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6286
7077
|
}
|
|
6287
7078
|
}
|
|
6288
7079
|
]
|
|
6289
7080
|
},
|
|
6290
7081
|
{
|
|
6291
7082
|
"kind": "javascript-module",
|
|
6292
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
7083
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
|
|
6293
7084
|
"declarations": [
|
|
6294
7085
|
{
|
|
6295
7086
|
"kind": "class",
|
|
6296
7087
|
"description": "",
|
|
6297
|
-
"name": "
|
|
7088
|
+
"name": "QtiResponseCondition",
|
|
6298
7089
|
"members": [],
|
|
6299
7090
|
"superclass": {
|
|
6300
|
-
"name": "
|
|
6301
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-
|
|
7091
|
+
"name": "QtiRule",
|
|
7092
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
|
|
6302
7093
|
},
|
|
6303
|
-
"tagName": "qti-
|
|
7094
|
+
"tagName": "qti-response-condition",
|
|
6304
7095
|
"customElement": true
|
|
6305
7096
|
}
|
|
6306
7097
|
],
|
|
6307
7098
|
"exports": [
|
|
6308
7099
|
{
|
|
6309
7100
|
"kind": "js",
|
|
6310
|
-
"name": "
|
|
7101
|
+
"name": "QtiResponseCondition",
|
|
6311
7102
|
"declaration": {
|
|
6312
|
-
"name": "
|
|
6313
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
7103
|
+
"name": "QtiResponseCondition",
|
|
7104
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
|
|
6314
7105
|
}
|
|
6315
7106
|
},
|
|
6316
7107
|
{
|
|
6317
7108
|
"kind": "custom-element-definition",
|
|
6318
|
-
"name": "qti-
|
|
7109
|
+
"name": "qti-response-condition",
|
|
6319
7110
|
"declaration": {
|
|
6320
|
-
"name": "
|
|
6321
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
7111
|
+
"name": "QtiResponseCondition",
|
|
7112
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
|
|
6322
7113
|
}
|
|
6323
7114
|
}
|
|
6324
7115
|
]
|