@citolab/qti-components 6.0.3 → 6.0.4-0

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.
Files changed (36) hide show
  1. package/dist/chunk-HOQW4KDA.cjs +1 -0
  2. package/dist/{chunk-MYPYIYN5.js → chunk-K2XJ4SA2.js} +740 -264
  3. package/dist/chunk-KHP4WL3V.cjs +1 -0
  4. package/dist/{themes/qti.css → chunk-KTKSC3PR.cjs} +756 -263
  5. package/dist/custom-elements.json +557 -1292
  6. package/dist/index.cjs +2955 -0
  7. package/dist/index.css +2194 -1
  8. package/dist/index.js +2366 -190
  9. package/dist/{qti-assessment-item-219cef9e.d.ts → qti-assessment-item-f1fcf393.d.ts} +20 -2
  10. package/dist/qti-components/index.cjs +472 -0
  11. package/dist/qti-components/index.d.ts +72 -156
  12. package/dist/qti-components/index.js +141 -76
  13. package/dist/qti-item/index.cjs +1 -0
  14. package/dist/qti-item/index.d.ts +1 -2
  15. package/dist/qti-item/index.js +1 -1
  16. package/dist/qti-item-react/index.cjs +1 -0
  17. package/dist/qti-item-react/index.d.ts +5 -3
  18. package/dist/qti-item-react/index.js +1 -1
  19. package/dist/{qti-rule-e2aee685.d.ts → qti-simple-choice-c13f4eef.d.ts} +34 -33
  20. package/dist/qti-transform/index.cjs +17 -0
  21. package/dist/qti-transform/index.d.ts +1 -2
  22. package/dist/qti-transform/index.js +2 -87
  23. package/package.json +11 -9
  24. package/dist/ExpressionResult-b1ac7b27.d.ts +0 -23
  25. package/dist/ExpressionResult-d0123389.d.ts +0 -19
  26. package/dist/chunk-7KH3TY23.js +0 -18
  27. package/dist/chunk-7LF4QM4D.js +0 -17
  28. package/dist/chunk-M3YT56HW.js +0 -1437
  29. package/dist/qti-assessment-item-d2af2995.d.ts +0 -102
  30. package/dist/qti-components.js +0 -13502
  31. package/dist/qti-item/index.css +0 -1
  32. package/dist/qti-item-react/index.css +0 -1
  33. package/dist/qti-rule-5fe4f91e.d.ts +0 -303
  34. package/dist/qti-test/index.d.ts +0 -61
  35. package/dist/qti-test/index.js +0 -14
  36. package/dist/vite.svg +0 -1
@@ -2,6 +2,97 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/lib/qti-item/index.ts",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "*",
13
+ "declaration": {
14
+ "name": "*",
15
+ "package": "./qti-item"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "src/lib/qti-item/qti-item.ts",
23
+ "declarations": [
24
+ {
25
+ "kind": "class",
26
+ "description": "",
27
+ "name": "QtiItem",
28
+ "members": [],
29
+ "attributes": [
30
+ {
31
+ "name": "disabled",
32
+ "type": {
33
+ "text": "boolean"
34
+ },
35
+ "default": "false",
36
+ "fieldName": "disabled"
37
+ },
38
+ {
39
+ "name": "readonly",
40
+ "type": {
41
+ "text": "boolean"
42
+ },
43
+ "default": "false",
44
+ "fieldName": "readonly"
45
+ },
46
+ {
47
+ "name": "xml",
48
+ "fieldName": "xml"
49
+ },
50
+ {
51
+ "name": "scale",
52
+ "type": {
53
+ "text": "number"
54
+ },
55
+ "default": "1",
56
+ "fieldName": "scale",
57
+ "inheritedFrom": {
58
+ "name": "ScaleToFitMixin",
59
+ "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
60
+ }
61
+ }
62
+ ],
63
+ "mixins": [
64
+ {
65
+ "name": "ScaleToFitMixin",
66
+ "module": "/src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin"
67
+ }
68
+ ],
69
+ "superclass": {
70
+ "name": "LitElement",
71
+ "package": "lit"
72
+ },
73
+ "tagName": "qti-item",
74
+ "customElement": true
75
+ }
76
+ ],
77
+ "exports": [
78
+ {
79
+ "kind": "js",
80
+ "name": "QtiItem",
81
+ "declaration": {
82
+ "name": "QtiItem",
83
+ "module": "src/lib/qti-item/qti-item.ts"
84
+ }
85
+ },
86
+ {
87
+ "kind": "custom-element-definition",
88
+ "name": "qti-item",
89
+ "declaration": {
90
+ "name": "QtiItem",
91
+ "module": "src/lib/qti-item/qti-item.ts"
92
+ }
93
+ }
94
+ ]
95
+ },
5
96
  {
6
97
  "kind": "javascript-module",
7
98
  "path": "src/lib/qti-components/index.ts",
@@ -164,7 +255,7 @@
164
255
  "name": "*",
165
256
  "declaration": {
166
257
  "name": "*",
167
- "package": "./qti-interaction/qti-hottext"
258
+ "package": "./qti-interaction/qti-hottext-interaction/qti-hottext-interaction"
168
259
  }
169
260
  },
170
261
  {
@@ -172,7 +263,7 @@
172
263
  "name": "*",
173
264
  "declaration": {
174
265
  "name": "*",
175
- "package": "./qti-interaction/qti-hottext-interaction/qti-hottext-interaction"
266
+ "package": "./qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction"
176
267
  }
177
268
  },
178
269
  {
@@ -180,7 +271,7 @@
180
271
  "name": "*",
181
272
  "declaration": {
182
273
  "name": "*",
183
- "package": "./qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction"
274
+ "package": "./qti-interaction/qti-choice-interaction/qti-choice-interaction"
184
275
  }
185
276
  },
186
277
  {
@@ -188,7 +279,7 @@
188
279
  "name": "*",
189
280
  "declaration": {
190
281
  "name": "*",
191
- "package": "./qti-interaction/qti-choice-interaction/qti-choice-interaction"
282
+ "package": "./qti-responseprocessing"
192
283
  }
193
284
  },
194
285
  {
@@ -196,7 +287,7 @@
196
287
  "name": "*",
197
288
  "declaration": {
198
289
  "name": "*",
199
- "package": "./qti-interaction/qti-simple-choice"
290
+ "package": "./qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction"
200
291
  }
201
292
  },
202
293
  {
@@ -204,7 +295,7 @@
204
295
  "name": "*",
205
296
  "declaration": {
206
297
  "name": "*",
207
- "package": "./qti-responseprocessing"
298
+ "package": "./qti-interaction/qti-associate-interaction/qti-associate-interaction"
208
299
  }
209
300
  },
210
301
  {
@@ -212,7 +303,7 @@
212
303
  "name": "*",
213
304
  "declaration": {
214
305
  "name": "*",
215
- "package": "./qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction"
306
+ "package": "./qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction"
216
307
  }
217
308
  },
218
309
  {
@@ -220,7 +311,7 @@
220
311
  "name": "*",
221
312
  "declaration": {
222
313
  "name": "*",
223
- "package": "./qti-interaction/qti-associate-interaction/qti-associate-interaction"
314
+ "package": "./qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction"
224
315
  }
225
316
  },
226
317
  {
@@ -228,7 +319,7 @@
228
319
  "name": "*",
229
320
  "declaration": {
230
321
  "name": "*",
231
- "package": "./qti-interaction/qti-simple-associable-choice"
322
+ "package": "./qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction"
232
323
  }
233
324
  },
234
325
  {
@@ -236,7 +327,7 @@
236
327
  "name": "*",
237
328
  "declaration": {
238
329
  "name": "*",
239
- "package": "./qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction"
330
+ "package": "./qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction"
240
331
  }
241
332
  },
242
333
  {
@@ -244,7 +335,7 @@
244
335
  "name": "*",
245
336
  "declaration": {
246
337
  "name": "*",
247
- "package": "./qti-interaction/qti-gap-text"
338
+ "package": "./qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction"
248
339
  }
249
340
  },
250
341
  {
@@ -252,7 +343,7 @@
252
343
  "name": "*",
253
344
  "declaration": {
254
345
  "name": "*",
255
- "package": "./qti-interaction/qti-gap"
346
+ "package": "./qti-interaction/qti-match-interaction/qti-match-interaction"
256
347
  }
257
348
  },
258
349
  {
@@ -260,7 +351,7 @@
260
351
  "name": "*",
261
352
  "declaration": {
262
353
  "name": "*",
263
- "package": "./qti-interaction/qti-inline-choice"
354
+ "package": "./qti-interaction/qti-media-interaction/qti-media-interaction"
264
355
  }
265
356
  },
266
357
  {
@@ -268,7 +359,7 @@
268
359
  "name": "*",
269
360
  "declaration": {
270
361
  "name": "*",
271
- "package": "./qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction"
362
+ "package": "./qti-interaction/qti-order-interaction/qti-order-interaction"
272
363
  }
273
364
  },
274
365
  {
@@ -276,7 +367,7 @@
276
367
  "name": "*",
277
368
  "declaration": {
278
369
  "name": "*",
279
- "package": "./qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction"
370
+ "package": "./qti-interaction/qti-position-object-interaction/qti-position-object-interaction"
280
371
  }
281
372
  },
282
373
  {
@@ -284,7 +375,7 @@
284
375
  "name": "*",
285
376
  "declaration": {
286
377
  "name": "*",
287
- "package": "./qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction"
378
+ "package": "./qti-interaction/qti-position-object-interaction/qti-position-object-stage"
288
379
  }
289
380
  },
290
381
  {
@@ -292,7 +383,7 @@
292
383
  "name": "*",
293
384
  "declaration": {
294
385
  "name": "*",
295
- "package": "./qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction"
386
+ "package": "./qti-interaction/qti-select-point-interaction/qti-select-point-interaction"
296
387
  }
297
388
  },
298
389
  {
@@ -300,7 +391,7 @@
300
391
  "name": "*",
301
392
  "declaration": {
302
393
  "name": "*",
303
- "package": "./qti-interaction/qti-hotspot-choice"
394
+ "package": "./qti-interaction/qti-slider-interaction/qti-slider-interaction"
304
395
  }
305
396
  },
306
397
  {
@@ -308,7 +399,7 @@
308
399
  "name": "*",
309
400
  "declaration": {
310
401
  "name": "*",
311
- "package": "./qti-interaction/qti-match-interaction/qti-match-interaction"
402
+ "package": "./qti-interaction/qti-associable-hotspot"
312
403
  }
313
404
  },
314
405
  {
@@ -316,7 +407,7 @@
316
407
  "name": "*",
317
408
  "declaration": {
318
409
  "name": "*",
319
- "package": "./qti-interaction/qti-media-interaction/qti-media-interaction"
410
+ "package": "./qti-interaction/qti-gap-img"
320
411
  }
321
412
  },
322
413
  {
@@ -324,7 +415,7 @@
324
415
  "name": "*",
325
416
  "declaration": {
326
417
  "name": "*",
327
- "package": "./qti-interaction/qti-order-interaction/qti-order-interaction"
418
+ "package": "./qti-interaction/qti-gap-text"
328
419
  }
329
420
  },
330
421
  {
@@ -332,7 +423,7 @@
332
423
  "name": "*",
333
424
  "declaration": {
334
425
  "name": "*",
335
- "package": "./qti-interaction/qti-select-point-interaction/qti-select-point-interaction"
426
+ "package": "./qti-interaction/qti-gap"
336
427
  }
337
428
  },
338
429
  {
@@ -340,7 +431,15 @@
340
431
  "name": "*",
341
432
  "declaration": {
342
433
  "name": "*",
343
- "package": "./qti-interaction/qti-slider-interaction/qti-slider-interaction"
434
+ "package": "./qti-interaction/qti-hotspot-choice"
435
+ }
436
+ },
437
+ {
438
+ "kind": "js",
439
+ "name": "*",
440
+ "declaration": {
441
+ "name": "*",
442
+ "package": "./qti-interaction/qti-hottext"
344
443
  }
345
444
  },
346
445
  {
@@ -348,7 +447,7 @@
348
447
  "name": "*",
349
448
  "declaration": {
350
449
  "name": "*",
351
- "package": "./qti-interaction/internal/choices/choices"
450
+ "package": "./qti-interaction/qti-inline-choice"
352
451
  }
353
452
  },
354
453
  {
@@ -356,7 +455,7 @@
356
455
  "name": "*",
357
456
  "declaration": {
358
457
  "name": "*",
359
- "package": "./qti-interaction/internal/drag-drop"
458
+ "package": "./qti-interaction/qti-simple-associable-choice"
360
459
  }
361
460
  },
362
461
  {
@@ -364,14 +463,14 @@
364
463
  "name": "*",
365
464
  "declaration": {
366
465
  "name": "*",
367
- "package": "./custom"
466
+ "package": "./qti-interaction/qti-simple-choice"
368
467
  }
369
468
  }
370
469
  ]
371
470
  },
372
471
  {
373
472
  "kind": "javascript-module",
374
- "path": "src/lib/qti-item/index.ts",
473
+ "path": "src/lib/qti-item-react/index.ts",
375
474
  "declarations": [],
376
475
  "exports": [
377
476
  {
@@ -379,66 +478,19 @@
379
478
  "name": "*",
380
479
  "declaration": {
381
480
  "name": "*",
382
- "package": "./qti-item"
481
+ "package": "./qti-item.react"
383
482
  }
384
483
  }
385
484
  ]
386
485
  },
387
486
  {
388
487
  "kind": "javascript-module",
389
- "path": "src/lib/qti-item/qti-item.ts",
488
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
390
489
  "declarations": [
391
490
  {
392
- "kind": "class",
393
- "description": "",
491
+ "kind": "variable",
394
492
  "name": "QtiItem",
395
- "members": [],
396
- "attributes": [
397
- {
398
- "name": "disabled",
399
- "type": {
400
- "text": "boolean"
401
- },
402
- "default": "false",
403
- "fieldName": "disabled"
404
- },
405
- {
406
- "name": "readonly",
407
- "type": {
408
- "text": "boolean"
409
- },
410
- "default": "false",
411
- "fieldName": "readonly"
412
- },
413
- {
414
- "name": "xml",
415
- "fieldName": "xml"
416
- },
417
- {
418
- "name": "scale",
419
- "type": {
420
- "text": "number"
421
- },
422
- "default": "1",
423
- "fieldName": "scale",
424
- "inheritedFrom": {
425
- "name": "ScaleToFitMixin",
426
- "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
427
- }
428
- }
429
- ],
430
- "mixins": [
431
- {
432
- "name": "ScaleToFitMixin",
433
- "module": "/src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin"
434
- }
435
- ],
436
- "superclass": {
437
- "name": "LitElement",
438
- "package": "lit"
439
- },
440
- "tagName": "qti-item",
441
- "customElement": true
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})"
442
494
  }
443
495
  ],
444
496
  "exports": [
@@ -447,22 +499,14 @@
447
499
  "name": "QtiItem",
448
500
  "declaration": {
449
501
  "name": "QtiItem",
450
- "module": "src/lib/qti-item/qti-item.ts"
451
- }
452
- },
453
- {
454
- "kind": "custom-element-definition",
455
- "name": "qti-item",
456
- "declaration": {
457
- "name": "QtiItem",
458
- "module": "src/lib/qti-item/qti-item.ts"
502
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
459
503
  }
460
504
  }
461
505
  ]
462
506
  },
463
507
  {
464
508
  "kind": "javascript-module",
465
- "path": "src/lib/qti-test/index.ts",
509
+ "path": "src/lib/qti-transform/index.ts",
466
510
  "declarations": [],
467
511
  "exports": [
468
512
  {
@@ -470,512 +514,35 @@
470
514
  "name": "*",
471
515
  "declaration": {
472
516
  "name": "*",
473
- "package": "./qti-test-buttons"
474
- }
475
- },
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./qti-test"
517
+ "package": "./qti-transform"
482
518
  }
483
519
  }
484
520
  ]
485
521
  },
486
- {
487
- "kind": "javascript-module",
488
- "path": "src/lib/qti-test/qti-test-buttons.ts",
489
- "declarations": [
490
- {
491
- "kind": "class",
492
- "description": "",
493
- "name": "anonymous_0",
494
- "members": [],
495
- "mixins": [
496
- {
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",
510
- "type": {
511
- "text": "CustomEvent"
512
- },
513
- "inheritedFrom": {
514
- "name": "TextButtonMixin",
515
- "module": "src/lib/qti-test/qti-test-buttons.ts"
516
- }
517
- }
518
- ]
519
- },
520
- {
521
- "kind": "class",
522
- "description": "",
523
- "name": "anonymous_1",
524
- "members": [],
525
- "mixins": [
526
- {
527
- "name": "TextButtonMixin",
528
- "module": "src/lib/qti-test/qti-test-buttons.ts"
529
- }
530
- ],
531
- "superclass": {
532
- "name": "LitElement",
533
- "package": "lit"
534
- },
535
- "tagName": "qti-test-item",
536
- "customElement": true,
537
- "events": [
538
- {
539
- "name": "event",
540
- "type": {
541
- "text": "CustomEvent"
542
- },
543
- "inheritedFrom": {
544
- "name": "TextButtonMixin",
545
- "module": "src/lib/qti-test/qti-test-buttons.ts"
546
- }
547
- }
548
- ]
549
- },
550
- {
551
- "kind": "class",
552
- "description": "",
553
- "name": "anonymous_2",
554
- "members": [],
555
- "mixins": [
556
- {
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": [
568
- {
569
- "name": "event",
570
- "type": {
571
- "text": "CustomEvent"
572
- },
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"
589
- }
590
- ],
591
- "superclass": {
592
- "name": "LitElement",
593
- "package": "lit"
594
- },
595
- "tagName": "qti-test-check",
596
- "customElement": true,
597
- "events": [
598
- {
599
- "name": "event",
600
- "type": {
601
- "text": "CustomEvent"
602
- },
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": [
616
- {
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": [
628
- {
629
- "name": "event",
630
- "type": {
631
- "text": "CustomEvent"
632
- },
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": [
646
- {
647
- "name": "TextButtonMixin",
648
- "module": "src/lib/qti-test/qti-test-buttons.ts"
649
- }
650
- ],
651
- "superclass": {
652
- "name": "LitElement",
653
- "package": "lit"
654
- },
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
- ]
669
- }
670
- ],
671
- "exports": [
672
- {
673
- "kind": "custom-element-definition",
674
- "name": "qti-test-next",
675
- "declaration": {
676
- "name": "anonymous_0",
677
- "module": "src/lib/qti-test/qti-test-buttons.ts"
678
- }
679
- },
680
- {
681
- "kind": "custom-element-definition",
682
- "name": "qti-test-item",
683
- "declaration": {
684
- "name": "anonymous_1",
685
- "module": "src/lib/qti-test/qti-test-buttons.ts"
686
- }
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
- {
723
- "kind": "javascript-module",
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",
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
- },
740
- {
741
- "kind": "class",
742
- "description": "",
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
- ],
794
- "superclass": {
795
- "name": "LitElement",
796
- "package": "lit"
797
- },
798
- "tagName": "qti-test",
799
- "customElement": true
800
- }
801
- ],
802
- "exports": [
803
- {
804
- "kind": "js",
805
- "name": "TestEvents",
806
- "declaration": {
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"
817
- }
818
- },
819
- {
820
- "kind": "custom-element-definition",
821
- "name": "qti-test",
822
- "declaration": {
823
- "name": "QtiTest",
824
- "module": "src/lib/qti-test/qti-test.ts"
825
- }
826
- }
827
- ]
828
- },
829
- {
830
- "kind": "javascript-module",
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
- },
522
+ {
523
+ "kind": "javascript-module",
524
+ "path": "src/lib/qti-transform/qti-transform.ts",
525
+ "declarations": [
526
+ {
527
+ "kind": "function",
528
+ "name": "qtiTransform",
529
+ "parameters": [
530
+ {
531
+ "name": "xmlValue",
532
+ "type": {
533
+ "text": "string"
534
+ }
535
+ }
536
+ ]
537
+ }
538
+ ],
539
+ "exports": [
973
540
  {
974
541
  "kind": "js",
975
- "name": "*",
542
+ "name": "qtiTransform",
976
543
  "declaration": {
977
- "name": "*",
978
- "package": "./qti-manual-scoring/qti-manual-scoring"
544
+ "name": "qtiTransform",
545
+ "module": "src/lib/qti-transform/qti-transform.ts"
979
546
  }
980
547
  }
981
548
  ]
@@ -996,6 +563,12 @@
996
563
  ],
997
564
  "members": [],
998
565
  "events": [
566
+ {
567
+ "name": "qti-item-connected",
568
+ "type": {
569
+ "text": "CustomEvent"
570
+ }
571
+ },
999
572
  {
1000
573
  "name": "qti-interaction-changed",
1001
574
  "type": {
@@ -1104,12 +677,6 @@
1104
677
  }
1105
678
  ]
1106
679
  },
1107
- {
1108
- "kind": "javascript-module",
1109
- "path": "src/lib/qti-components/qti-feedback/qti-feedback.stories.scss",
1110
- "declarations": [],
1111
- "exports": []
1112
- },
1113
680
  {
1114
681
  "kind": "javascript-module",
1115
682
  "path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
@@ -1879,12 +1446,6 @@
1879
1446
  }
1880
1447
  ]
1881
1448
  },
1882
- {
1883
- "kind": "javascript-module",
1884
- "path": "src/lib/qti-components/qti-prompt/qti-prompt.scss",
1885
- "declarations": [],
1886
- "exports": []
1887
- },
1888
1449
  {
1889
1450
  "kind": "javascript-module",
1890
1451
  "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
@@ -2120,12 +1681,6 @@
2120
1681
  }
2121
1682
  ]
2122
1683
  },
2123
- {
2124
- "kind": "javascript-module",
2125
- "path": "src/lib/qti-components/qti-rubric-block/qti-content-body.scss",
2126
- "declarations": [],
2127
- "exports": []
2128
- },
2129
1684
  {
2130
1685
  "kind": "javascript-module",
2131
1686
  "path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
@@ -2162,12 +1717,6 @@
2162
1717
  }
2163
1718
  ]
2164
1719
  },
2165
- {
2166
- "kind": "javascript-module",
2167
- "path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.scss",
2168
- "declarations": [],
2169
- "exports": []
2170
- },
2171
1720
  {
2172
1721
  "kind": "javascript-module",
2173
1722
  "path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts",
@@ -2432,355 +1981,81 @@
2432
1981
  "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
2433
1982
  },
2434
1983
  {
2435
- "kind": "variable",
2436
- "name": "mapResponse",
2437
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
2438
- },
2439
- {
2440
- "kind": "variable",
2441
- "name": "mapResponsePoint",
2442
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
2443
- }
2444
- ],
2445
- "exports": [
2446
- {
2447
- "kind": "js",
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",
2662
- "declaration": {
2663
- "name": "QtiCustomOperatorRemoveAllSpaces",
2664
- "module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-remove-spaces.ts"
2665
- }
2666
- },
2667
- {
2668
- "kind": "custom-element-definition",
2669
- "name": "qti-custom-operator-remove-spaces",
2670
- "declaration": {
2671
- "name": "QtiCustomOperatorRemoveAllSpaces",
2672
- "module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-remove-spaces.ts"
2673
- }
2674
- }
2675
- ]
2676
- },
2677
- {
2678
- "kind": "javascript-module",
2679
- "path": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-trim.ts",
2680
- "declarations": [
1984
+ "kind": "variable",
1985
+ "name": "mapResponse",
1986
+ "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
1987
+ },
2681
1988
  {
2682
- "kind": "class",
2683
- "description": "",
2684
- "name": "QtiCustomOperatorTrim",
2685
- "members": [],
2686
- "superclass": {
2687
- "name": "LitElement",
2688
- "package": "lit"
2689
- },
2690
- "tagName": "qti-custom-operator-trim",
2691
- "customElement": true
1989
+ "kind": "variable",
1990
+ "name": "mapResponsePoint",
1991
+ "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
2692
1992
  }
2693
1993
  ],
2694
1994
  "exports": [
2695
1995
  {
2696
1996
  "kind": "js",
2697
- "name": "QtiCustomOperatorTrim",
1997
+ "name": "matchCorrect",
1998
+ "declaration": {
1999
+ "name": "matchCorrect",
2000
+ "module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
2001
+ }
2002
+ },
2003
+ {
2004
+ "kind": "js",
2005
+ "name": "mapResponse",
2698
2006
  "declaration": {
2699
- "name": "QtiCustomOperatorTrim",
2700
- "module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-trim.ts"
2007
+ "name": "mapResponse",
2008
+ "module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
2701
2009
  }
2702
2010
  },
2703
2011
  {
2704
- "kind": "custom-element-definition",
2705
- "name": "qti-custom-operator-trim",
2012
+ "kind": "js",
2013
+ "name": "mapResponsePoint",
2706
2014
  "declaration": {
2707
- "name": "QtiCustomOperatorTrim",
2708
- "module": "src/lib/qti-components/custom/qti-custom-operator/qti-custom-operator-trim.ts"
2015
+ "name": "mapResponsePoint",
2016
+ "module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
2709
2017
  }
2710
2018
  }
2711
2019
  ]
2712
2020
  },
2713
2021
  {
2714
2022
  "kind": "javascript-module",
2715
- "path": "src/lib/qti-components/custom/qti-manual-scoring/qti-manual-scoring.ts",
2023
+ "path": "src/lib/qti-components/qti-utilities/VariableDeclaration.ts",
2024
+ "declarations": [],
2025
+ "exports": []
2026
+ },
2027
+ {
2028
+ "kind": "javascript-module",
2029
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts",
2716
2030
  "declarations": [
2717
2031
  {
2718
2032
  "kind": "class",
2719
2033
  "description": "",
2720
- "name": "QtiManualScoring",
2034
+ "name": "QtiVariableDeclaration",
2721
2035
  "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
- ],
2761
2036
  "superclass": {
2762
2037
  "name": "LitElement",
2763
2038
  "package": "lit"
2764
2039
  },
2765
- "tagName": "qti-manual-scoring",
2040
+ "tagName": "qti-variabledeclaration",
2766
2041
  "customElement": true
2767
2042
  }
2768
2043
  ],
2769
2044
  "exports": [
2770
2045
  {
2771
2046
  "kind": "js",
2772
- "name": "QtiManualScoring",
2047
+ "name": "QtiVariableDeclaration",
2773
2048
  "declaration": {
2774
- "name": "QtiManualScoring",
2775
- "module": "src/lib/qti-components/custom/qti-manual-scoring/qti-manual-scoring.ts"
2049
+ "name": "QtiVariableDeclaration",
2050
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
2776
2051
  }
2777
2052
  },
2778
2053
  {
2779
2054
  "kind": "custom-element-definition",
2780
- "name": "qti-manual-scoring",
2055
+ "name": "qti-variabledeclaration",
2781
2056
  "declaration": {
2782
- "name": "QtiManualScoring",
2783
- "module": "src/lib/qti-components/custom/qti-manual-scoring/qti-manual-scoring.ts"
2057
+ "name": "QtiVariableDeclaration",
2058
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
2784
2059
  }
2785
2060
  }
2786
2061
  ]
@@ -2869,12 +2144,6 @@
2869
2144
  }
2870
2145
  ]
2871
2146
  },
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
- },
2878
2147
  {
2879
2148
  "kind": "javascript-module",
2880
2149
  "path": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts",
@@ -2959,12 +2228,6 @@
2959
2228
  }
2960
2229
  ]
2961
2230
  },
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
- },
2968
2231
  {
2969
2232
  "kind": "javascript-module",
2970
2233
  "path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
@@ -3097,12 +2360,6 @@
3097
2360
  "declarations": [],
3098
2361
  "exports": []
3099
2362
  },
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
- },
3106
2363
  {
3107
2364
  "kind": "javascript-module",
3108
2365
  "path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
@@ -3181,6 +2438,18 @@
3181
2438
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3182
2439
  }
3183
2440
  },
2441
+ {
2442
+ "name": "shuffle",
2443
+ "type": {
2444
+ "text": "boolean"
2445
+ },
2446
+ "default": "false",
2447
+ "fieldName": "shuffle",
2448
+ "inheritedFrom": {
2449
+ "name": "Choices",
2450
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2451
+ }
2452
+ },
3184
2453
  {
3185
2454
  "name": "response-identifier",
3186
2455
  "type": {
@@ -3248,12 +2517,6 @@
3248
2517
  }
3249
2518
  ]
3250
2519
  },
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
- },
3257
2520
  {
3258
2521
  "kind": "javascript-module",
3259
2522
  "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
@@ -3379,12 +2642,6 @@
3379
2642
  }
3380
2643
  ]
3381
2644
  },
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
- },
3388
2645
  {
3389
2646
  "kind": "javascript-module",
3390
2647
  "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
@@ -3511,12 +2768,6 @@
3511
2768
  }
3512
2769
  ]
3513
2770
  },
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
2771
  {
3521
2772
  "kind": "javascript-module",
3522
2773
  "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
@@ -3527,38 +2778,12 @@
3527
2778
  "name": "QtiGraphicAssociateInteraction",
3528
2779
  "members": [],
3529
2780
  "superclass": {
3530
- "name": "Choices",
3531
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
2781
+ "name": "Interaction",
2782
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3532
2783
  },
3533
2784
  "tagName": "qti-graphic-associate-interaction",
3534
2785
  "customElement": true,
3535
2786
  "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
2787
  {
3563
2788
  "name": "response-identifier",
3564
2789
  "type": {
@@ -3643,90 +2868,94 @@
3643
2868
  },
3644
2869
  {
3645
2870
  "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
- },
3650
- {
3651
- "kind": "javascript-module",
3652
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
2871
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
3653
2872
  "declarations": [
3654
2873
  {
3655
2874
  "kind": "class",
3656
2875
  "description": "",
3657
- "name": "QtiGraphicGapMatchInteraction",
2876
+ "name": "QtiGraphicOrderInteraction",
3658
2877
  "members": [],
3659
- "mixins": [
3660
- {
3661
- "name": "DragDropInteractionMixin",
3662
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3663
- }
3664
- ],
3665
2878
  "superclass": {
3666
- "name": "LitElement",
3667
- "package": "lit"
2879
+ "name": "Choices",
2880
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3668
2881
  },
3669
- "tagName": "qti-graphic-gap-match-interaction",
2882
+ "tagName": "qti-graphic-order-interaction",
3670
2883
  "customElement": true,
3671
2884
  "attributes": [
3672
2885
  {
3673
- "name": "response-identifier",
2886
+ "name": "min-choices",
3674
2887
  "type": {
3675
- "text": "string"
2888
+ "text": "number"
3676
2889
  },
3677
- "default": "''",
3678
- "fieldName": "responseIdentifier",
2890
+ "default": "0",
2891
+ "description": "the minimal number of selections a candidate must make",
2892
+ "fieldName": "minChoices",
3679
2893
  "inheritedFrom": {
3680
- "name": "DragDropInteractionMixin",
3681
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2894
+ "name": "Choices",
2895
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3682
2896
  }
3683
2897
  },
3684
2898
  {
3685
- "name": "disabled",
2899
+ "name": "max-choices",
3686
2900
  "type": {
3687
- "text": "boolean"
2901
+ "text": "number"
3688
2902
  },
3689
- "default": "false",
3690
- "fieldName": "disabled",
2903
+ "default": "1",
2904
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
2905
+ "fieldName": "maxChoices",
3691
2906
  "inheritedFrom": {
3692
- "name": "DroppablesMixin",
3693
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2907
+ "name": "Choices",
2908
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3694
2909
  }
3695
2910
  },
3696
2911
  {
3697
- "name": "readonly",
2912
+ "name": "shuffle",
3698
2913
  "type": {
3699
2914
  "text": "boolean"
3700
2915
  },
3701
2916
  "default": "false",
3702
- "fieldName": "readonly",
2917
+ "fieldName": "shuffle",
3703
2918
  "inheritedFrom": {
3704
- "name": "DragDropInteractionMixin",
3705
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2919
+ "name": "Choices",
2920
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3706
2921
  }
3707
2922
  },
3708
2923
  {
3709
- "name": "min-associations",
2924
+ "name": "response-identifier",
3710
2925
  "type": {
3711
- "text": "number"
2926
+ "text": "string"
3712
2927
  },
3713
- "default": "1",
3714
- "fieldName": "minAssociations",
2928
+ "default": "''",
2929
+ "fieldName": "responseIdentifier",
3715
2930
  "inheritedFrom": {
3716
- "name": "DragDropInteractionMixin",
3717
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2931
+ "name": "Interaction",
2932
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3718
2933
  }
3719
2934
  },
3720
2935
  {
3721
- "name": "max-associations",
2936
+ "name": "disabled",
3722
2937
  "type": {
3723
- "text": "number"
2938
+ "text": "boolean"
3724
2939
  },
3725
- "default": "1",
3726
- "fieldName": "maxAssociations",
2940
+ "default": "false",
2941
+ "description": "disabled should be exposed to the attributes and accessible as property",
2942
+ "fieldName": "disabled",
3727
2943
  "inheritedFrom": {
3728
- "name": "DragDropInteractionMixin",
3729
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2944
+ "name": "Interaction",
2945
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2946
+ }
2947
+ },
2948
+ {
2949
+ "name": "readonly",
2950
+ "type": {
2951
+ "text": "boolean"
2952
+ },
2953
+ "default": "false",
2954
+ "description": "readonly should be exposed to the attributes and accessible as property",
2955
+ "fieldName": "readonly",
2956
+ "inheritedFrom": {
2957
+ "name": "Interaction",
2958
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3730
2959
  }
3731
2960
  }
3732
2961
  ],
@@ -3737,8 +2966,8 @@
3737
2966
  "text": "CustomEvent"
3738
2967
  },
3739
2968
  "inheritedFrom": {
3740
- "name": "DragDropInteractionMixin",
3741
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2969
+ "name": "Interaction",
2970
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3742
2971
  }
3743
2972
  },
3744
2973
  {
@@ -3747,8 +2976,8 @@
3747
2976
  "text": "CustomEvent"
3748
2977
  },
3749
2978
  "inheritedFrom": {
3750
- "name": "DragDropInteractionMixin",
3751
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2979
+ "name": "Interaction",
2980
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3752
2981
  }
3753
2982
  }
3754
2983
  ]
@@ -3757,70 +2986,44 @@
3757
2986
  "exports": [
3758
2987
  {
3759
2988
  "kind": "js",
3760
- "name": "QtiGraphicGapMatchInteraction",
2989
+ "name": "QtiGraphicOrderInteraction",
3761
2990
  "declaration": {
3762
- "name": "QtiGraphicGapMatchInteraction",
3763
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
2991
+ "name": "QtiGraphicOrderInteraction",
2992
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3764
2993
  }
3765
2994
  },
3766
2995
  {
3767
2996
  "kind": "custom-element-definition",
3768
- "name": "qti-graphic-gap-match-interaction",
2997
+ "name": "qti-graphic-order-interaction",
3769
2998
  "declaration": {
3770
- "name": "QtiGraphicGapMatchInteraction",
3771
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
2999
+ "name": "QtiGraphicOrderInteraction",
3000
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3772
3001
  }
3773
3002
  }
3774
3003
  ]
3775
3004
  },
3776
3005
  {
3777
3006
  "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
- },
3782
- {
3783
- "kind": "javascript-module",
3784
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
3007
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
3785
3008
  "declarations": [
3786
3009
  {
3787
3010
  "kind": "class",
3788
3011
  "description": "",
3789
- "name": "QtiGraphicOrderInteraction",
3012
+ "name": "QtiGraphicGapMatchInteraction",
3790
3013
  "members": [],
3014
+ "mixins": [
3015
+ {
3016
+ "name": "DragDropInteractionMixin",
3017
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3018
+ }
3019
+ ],
3791
3020
  "superclass": {
3792
- "name": "Choices",
3793
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3021
+ "name": "LitElement",
3022
+ "package": "lit"
3794
3023
  },
3795
- "tagName": "qti-graphic-order-interaction",
3024
+ "tagName": "qti-graphic-gap-match-interaction",
3796
3025
  "customElement": true,
3797
3026
  "attributes": [
3798
- {
3799
- "name": "min-choices",
3800
- "type": {
3801
- "text": "number"
3802
- },
3803
- "default": "0",
3804
- "description": "the minimal number of selections a candidate must make",
3805
- "fieldName": "minChoices",
3806
- "inheritedFrom": {
3807
- "name": "Choices",
3808
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3809
- }
3810
- },
3811
- {
3812
- "name": "max-choices",
3813
- "type": {
3814
- "text": "number"
3815
- },
3816
- "default": "1",
3817
- "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3818
- "fieldName": "maxChoices",
3819
- "inheritedFrom": {
3820
- "name": "Choices",
3821
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3822
- }
3823
- },
3824
3027
  {
3825
3028
  "name": "response-identifier",
3826
3029
  "type": {
@@ -3829,8 +3032,8 @@
3829
3032
  "default": "''",
3830
3033
  "fieldName": "responseIdentifier",
3831
3034
  "inheritedFrom": {
3832
- "name": "Interaction",
3833
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3035
+ "name": "DragDropInteractionMixin",
3036
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3834
3037
  }
3835
3038
  },
3836
3039
  {
@@ -3839,11 +3042,10 @@
3839
3042
  "text": "boolean"
3840
3043
  },
3841
3044
  "default": "false",
3842
- "description": "disabled should be exposed to the attributes and accessible as property",
3843
3045
  "fieldName": "disabled",
3844
3046
  "inheritedFrom": {
3845
- "name": "Interaction",
3846
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3047
+ "name": "DroppablesMixin",
3048
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3847
3049
  }
3848
3050
  },
3849
3051
  {
@@ -3852,11 +3054,34 @@
3852
3054
  "text": "boolean"
3853
3055
  },
3854
3056
  "default": "false",
3855
- "description": "readonly should be exposed to the attributes and accessible as property",
3856
3057
  "fieldName": "readonly",
3857
3058
  "inheritedFrom": {
3858
- "name": "Interaction",
3859
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3059
+ "name": "DragDropInteractionMixin",
3060
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3061
+ }
3062
+ },
3063
+ {
3064
+ "name": "min-associations",
3065
+ "type": {
3066
+ "text": "number"
3067
+ },
3068
+ "default": "1",
3069
+ "fieldName": "minAssociations",
3070
+ "inheritedFrom": {
3071
+ "name": "DragDropInteractionMixin",
3072
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3073
+ }
3074
+ },
3075
+ {
3076
+ "name": "max-associations",
3077
+ "type": {
3078
+ "text": "number"
3079
+ },
3080
+ "default": "1",
3081
+ "fieldName": "maxAssociations",
3082
+ "inheritedFrom": {
3083
+ "name": "DragDropInteractionMixin",
3084
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3860
3085
  }
3861
3086
  }
3862
3087
  ],
@@ -3867,8 +3092,8 @@
3867
3092
  "text": "CustomEvent"
3868
3093
  },
3869
3094
  "inheritedFrom": {
3870
- "name": "Interaction",
3871
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3095
+ "name": "DragDropInteractionMixin",
3096
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3872
3097
  }
3873
3098
  },
3874
3099
  {
@@ -3877,8 +3102,8 @@
3877
3102
  "text": "CustomEvent"
3878
3103
  },
3879
3104
  "inheritedFrom": {
3880
- "name": "Interaction",
3881
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3105
+ "name": "DragDropInteractionMixin",
3106
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3882
3107
  }
3883
3108
  }
3884
3109
  ]
@@ -3887,28 +3112,22 @@
3887
3112
  "exports": [
3888
3113
  {
3889
3114
  "kind": "js",
3890
- "name": "QtiGraphicOrderInteraction",
3115
+ "name": "QtiGraphicGapMatchInteraction",
3891
3116
  "declaration": {
3892
- "name": "QtiGraphicOrderInteraction",
3893
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3117
+ "name": "QtiGraphicGapMatchInteraction",
3118
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3894
3119
  }
3895
3120
  },
3896
3121
  {
3897
3122
  "kind": "custom-element-definition",
3898
- "name": "qti-graphic-order-interaction",
3123
+ "name": "qti-graphic-gap-match-interaction",
3899
3124
  "declaration": {
3900
- "name": "QtiGraphicOrderInteraction",
3901
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3125
+ "name": "QtiGraphicGapMatchInteraction",
3126
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3902
3127
  }
3903
3128
  }
3904
3129
  ]
3905
3130
  },
3906
- {
3907
- "kind": "javascript-module",
3908
- "path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.scss",
3909
- "declarations": [],
3910
- "exports": []
3911
- },
3912
3131
  {
3913
3132
  "kind": "javascript-module",
3914
3133
  "path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
@@ -3951,6 +3170,18 @@
3951
3170
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3952
3171
  }
3953
3172
  },
3173
+ {
3174
+ "name": "shuffle",
3175
+ "type": {
3176
+ "text": "boolean"
3177
+ },
3178
+ "default": "false",
3179
+ "fieldName": "shuffle",
3180
+ "inheritedFrom": {
3181
+ "name": "Choices",
3182
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3183
+ }
3184
+ },
3954
3185
  {
3955
3186
  "name": "response-identifier",
3956
3187
  "type": {
@@ -4033,12 +3264,6 @@
4033
3264
  }
4034
3265
  ]
4035
3266
  },
4036
- {
4037
- "kind": "javascript-module",
4038
- "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.scss",
4039
- "declarations": [],
4040
- "exports": []
4041
- },
4042
3267
  {
4043
3268
  "kind": "javascript-module",
4044
3269
  "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
@@ -4081,6 +3306,18 @@
4081
3306
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4082
3307
  }
4083
3308
  },
3309
+ {
3310
+ "name": "shuffle",
3311
+ "type": {
3312
+ "text": "boolean"
3313
+ },
3314
+ "default": "false",
3315
+ "fieldName": "shuffle",
3316
+ "inheritedFrom": {
3317
+ "name": "Choices",
3318
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3319
+ }
3320
+ },
4084
3321
  {
4085
3322
  "name": "response-identifier",
4086
3323
  "type": {
@@ -4165,25 +3402,26 @@
4165
3402
  },
4166
3403
  {
4167
3404
  "kind": "javascript-module",
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",
3405
+ "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
4175
3406
  "declarations": [
4176
3407
  {
4177
3408
  "kind": "class",
4178
3409
  "description": "",
4179
- "name": "QtiInlineChoiceInteraction",
3410
+ "name": "QtiMatchInteraction",
4180
3411
  "members": [],
4181
- "attributes": [
3412
+ "mixins": [
4182
3413
  {
4183
- "name": "",
4184
- "fieldName": "",
4185
- "attribute": ""
4186
- },
3414
+ "name": "DragDropInteractionMixin",
3415
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3416
+ }
3417
+ ],
3418
+ "superclass": {
3419
+ "name": "LitElement",
3420
+ "package": "lit"
3421
+ },
3422
+ "tagName": "qti-match-interaction",
3423
+ "customElement": true,
3424
+ "attributes": [
4187
3425
  {
4188
3426
  "name": "response-identifier",
4189
3427
  "type": {
@@ -4192,8 +3430,8 @@
4192
3430
  "default": "''",
4193
3431
  "fieldName": "responseIdentifier",
4194
3432
  "inheritedFrom": {
4195
- "name": "Interaction",
4196
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3433
+ "name": "DragDropInteractionMixin",
3434
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4197
3435
  }
4198
3436
  },
4199
3437
  {
@@ -4202,11 +3440,10 @@
4202
3440
  "text": "boolean"
4203
3441
  },
4204
3442
  "default": "false",
4205
- "description": "disabled should be exposed to the attributes and accessible as property",
4206
3443
  "fieldName": "disabled",
4207
3444
  "inheritedFrom": {
4208
- "name": "Interaction",
4209
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3445
+ "name": "DroppablesMixin",
3446
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4210
3447
  }
4211
3448
  },
4212
3449
  {
@@ -4215,20 +3452,37 @@
4215
3452
  "text": "boolean"
4216
3453
  },
4217
3454
  "default": "false",
4218
- "description": "readonly should be exposed to the attributes and accessible as property",
4219
3455
  "fieldName": "readonly",
4220
3456
  "inheritedFrom": {
4221
- "name": "Interaction",
4222
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3457
+ "name": "DragDropInteractionMixin",
3458
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3459
+ }
3460
+ },
3461
+ {
3462
+ "name": "min-associations",
3463
+ "type": {
3464
+ "text": "number"
3465
+ },
3466
+ "default": "1",
3467
+ "fieldName": "minAssociations",
3468
+ "inheritedFrom": {
3469
+ "name": "DragDropInteractionMixin",
3470
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3471
+ }
3472
+ },
3473
+ {
3474
+ "name": "max-associations",
3475
+ "type": {
3476
+ "text": "number"
3477
+ },
3478
+ "default": "1",
3479
+ "fieldName": "maxAssociations",
3480
+ "inheritedFrom": {
3481
+ "name": "DragDropInteractionMixin",
3482
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4223
3483
  }
4224
3484
  }
4225
3485
  ],
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,
4232
3486
  "events": [
4233
3487
  {
4234
3488
  "name": "qti-register-interaction",
@@ -4236,8 +3490,8 @@
4236
3490
  "text": "CustomEvent"
4237
3491
  },
4238
3492
  "inheritedFrom": {
4239
- "name": "Interaction",
4240
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3493
+ "name": "DragDropInteractionMixin",
3494
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4241
3495
  }
4242
3496
  },
4243
3497
  {
@@ -4246,8 +3500,8 @@
4246
3500
  "text": "CustomEvent"
4247
3501
  },
4248
3502
  "inheritedFrom": {
4249
- "name": "Interaction",
4250
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3503
+ "name": "DragDropInteractionMixin",
3504
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4251
3505
  }
4252
3506
  }
4253
3507
  ]
@@ -4256,50 +3510,37 @@
4256
3510
  "exports": [
4257
3511
  {
4258
3512
  "kind": "js",
4259
- "name": "QtiInlineChoiceInteraction",
3513
+ "name": "QtiMatchInteraction",
4260
3514
  "declaration": {
4261
- "name": "QtiInlineChoiceInteraction",
4262
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3515
+ "name": "QtiMatchInteraction",
3516
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
4263
3517
  }
4264
3518
  },
4265
3519
  {
4266
3520
  "kind": "custom-element-definition",
4267
- "name": "qti-inline-choice-interaction",
3521
+ "name": "qti-match-interaction",
4268
3522
  "declaration": {
4269
- "name": "QtiInlineChoiceInteraction",
4270
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3523
+ "name": "QtiMatchInteraction",
3524
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
4271
3525
  }
4272
3526
  }
4273
3527
  ]
4274
3528
  },
4275
3529
  {
4276
3530
  "kind": "javascript-module",
4277
- "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.scss",
4278
- "declarations": [],
4279
- "exports": []
4280
- },
4281
- {
4282
- "kind": "javascript-module",
4283
- "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
3531
+ "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
4284
3532
  "declarations": [
4285
3533
  {
4286
- "kind": "class",
4287
- "description": "",
4288
- "name": "QtiMatchInteraction",
4289
- "members": [],
4290
- "mixins": [
4291
- {
4292
- "name": "DragDropInteractionMixin",
4293
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4294
- }
4295
- ],
4296
- "superclass": {
4297
- "name": "LitElement",
4298
- "package": "lit"
4299
- },
4300
- "tagName": "qti-match-interaction",
4301
- "customElement": true,
3534
+ "kind": "class",
3535
+ "description": "",
3536
+ "name": "QtiInlineChoiceInteraction",
3537
+ "members": [],
4302
3538
  "attributes": [
3539
+ {
3540
+ "name": "",
3541
+ "fieldName": "",
3542
+ "attribute": ""
3543
+ },
4303
3544
  {
4304
3545
  "name": "response-identifier",
4305
3546
  "type": {
@@ -4308,8 +3549,8 @@
4308
3549
  "default": "''",
4309
3550
  "fieldName": "responseIdentifier",
4310
3551
  "inheritedFrom": {
4311
- "name": "DragDropInteractionMixin",
4312
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3552
+ "name": "Interaction",
3553
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4313
3554
  }
4314
3555
  },
4315
3556
  {
@@ -4318,10 +3559,11 @@
4318
3559
  "text": "boolean"
4319
3560
  },
4320
3561
  "default": "false",
3562
+ "description": "disabled should be exposed to the attributes and accessible as property",
4321
3563
  "fieldName": "disabled",
4322
3564
  "inheritedFrom": {
4323
- "name": "DroppablesMixin",
4324
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3565
+ "name": "Interaction",
3566
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4325
3567
  }
4326
3568
  },
4327
3569
  {
@@ -4330,37 +3572,20 @@
4330
3572
  "text": "boolean"
4331
3573
  },
4332
3574
  "default": "false",
3575
+ "description": "readonly should be exposed to the attributes and accessible as property",
4333
3576
  "fieldName": "readonly",
4334
3577
  "inheritedFrom": {
4335
- "name": "DragDropInteractionMixin",
4336
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4337
- }
4338
- },
4339
- {
4340
- "name": "min-associations",
4341
- "type": {
4342
- "text": "number"
4343
- },
4344
- "default": "1",
4345
- "fieldName": "minAssociations",
4346
- "inheritedFrom": {
4347
- "name": "DragDropInteractionMixin",
4348
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4349
- }
4350
- },
4351
- {
4352
- "name": "max-associations",
4353
- "type": {
4354
- "text": "number"
4355
- },
4356
- "default": "1",
4357
- "fieldName": "maxAssociations",
4358
- "inheritedFrom": {
4359
- "name": "DragDropInteractionMixin",
4360
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3578
+ "name": "Interaction",
3579
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4361
3580
  }
4362
3581
  }
4363
3582
  ],
3583
+ "superclass": {
3584
+ "name": "Interaction",
3585
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3586
+ },
3587
+ "tagName": "qti-inline-choice-interaction",
3588
+ "customElement": true,
4364
3589
  "events": [
4365
3590
  {
4366
3591
  "name": "qti-register-interaction",
@@ -4368,8 +3593,8 @@
4368
3593
  "text": "CustomEvent"
4369
3594
  },
4370
3595
  "inheritedFrom": {
4371
- "name": "DragDropInteractionMixin",
4372
- "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"
4373
3598
  }
4374
3599
  },
4375
3600
  {
@@ -4378,8 +3603,8 @@
4378
3603
  "text": "CustomEvent"
4379
3604
  },
4380
3605
  "inheritedFrom": {
4381
- "name": "DragDropInteractionMixin",
4382
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3606
+ "name": "Interaction",
3607
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4383
3608
  }
4384
3609
  }
4385
3610
  ]
@@ -4388,28 +3613,22 @@
4388
3613
  "exports": [
4389
3614
  {
4390
3615
  "kind": "js",
4391
- "name": "QtiMatchInteraction",
3616
+ "name": "QtiInlineChoiceInteraction",
4392
3617
  "declaration": {
4393
- "name": "QtiMatchInteraction",
4394
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3618
+ "name": "QtiInlineChoiceInteraction",
3619
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
4395
3620
  }
4396
3621
  },
4397
3622
  {
4398
3623
  "kind": "custom-element-definition",
4399
- "name": "qti-match-interaction",
3624
+ "name": "qti-inline-choice-interaction",
4400
3625
  "declaration": {
4401
- "name": "QtiMatchInteraction",
4402
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3626
+ "name": "QtiInlineChoiceInteraction",
3627
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
4403
3628
  }
4404
3629
  }
4405
3630
  ]
4406
3631
  },
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
- },
4413
3632
  {
4414
3633
  "kind": "javascript-module",
4415
3634
  "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
@@ -4513,12 +3732,6 @@
4513
3732
  }
4514
3733
  ]
4515
3734
  },
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
- },
4522
3735
  {
4523
3736
  "kind": "javascript-module",
4524
3737
  "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
@@ -4721,51 +3934,101 @@
4721
3934
  },
4722
3935
  {
4723
3936
  "kind": "javascript-module",
4724
- "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.scss",
4725
- "declarations": [],
4726
- "exports": []
3937
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts",
3938
+ "declarations": [
3939
+ {
3940
+ "kind": "class",
3941
+ "description": "",
3942
+ "name": "QtiSPositionObjectInteraction",
3943
+ "members": [],
3944
+ "superclass": {
3945
+ "name": "LitElement",
3946
+ "package": "lit"
3947
+ },
3948
+ "tagName": "qti-position-object-interaction",
3949
+ "customElement": true
3950
+ }
3951
+ ],
3952
+ "exports": [
3953
+ {
3954
+ "kind": "js",
3955
+ "name": "QtiSPositionObjectInteraction",
3956
+ "declaration": {
3957
+ "name": "QtiSPositionObjectInteraction",
3958
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
3959
+ }
3960
+ },
3961
+ {
3962
+ "kind": "custom-element-definition",
3963
+ "name": "qti-position-object-interaction",
3964
+ "declaration": {
3965
+ "name": "QtiSPositionObjectInteraction",
3966
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
3967
+ }
3968
+ }
3969
+ ]
4727
3970
  },
4728
3971
  {
4729
3972
  "kind": "javascript-module",
4730
- "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
3973
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts",
4731
3974
  "declarations": [
4732
3975
  {
4733
3976
  "kind": "class",
4734
3977
  "description": "",
4735
- "name": "QtiSelectPointInteraction",
3978
+ "name": "QtiPositionObjectStage",
4736
3979
  "members": [],
4737
3980
  "superclass": {
4738
- "name": "Choices",
4739
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3981
+ "name": "LitElement",
3982
+ "package": "lit"
4740
3983
  },
4741
- "tagName": "qti-select-point-interaction",
4742
- "customElement": true,
3984
+ "tagName": "qti-position-object-stage",
3985
+ "customElement": true
3986
+ }
3987
+ ],
3988
+ "exports": [
3989
+ {
3990
+ "kind": "js",
3991
+ "name": "QtiPositionObjectStage",
3992
+ "declaration": {
3993
+ "name": "QtiPositionObjectStage",
3994
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
3995
+ }
3996
+ },
3997
+ {
3998
+ "kind": "custom-element-definition",
3999
+ "name": "qti-position-object-stage",
4000
+ "declaration": {
4001
+ "name": "QtiPositionObjectStage",
4002
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4003
+ }
4004
+ }
4005
+ ]
4006
+ },
4007
+ {
4008
+ "kind": "javascript-module",
4009
+ "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
4010
+ "declarations": [
4011
+ {
4012
+ "kind": "class",
4013
+ "description": "",
4014
+ "name": "QtiSelectPointInteraction",
4015
+ "members": [],
4743
4016
  "attributes": [
4744
4017
  {
4745
- "name": "min-choices",
4018
+ "name": "max-choices",
4746
4019
  "type": {
4747
4020
  "text": "number"
4748
4021
  },
4749
4022
  "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
- }
4023
+ "fieldName": "maxChoices"
4756
4024
  },
4757
4025
  {
4758
- "name": "max-choices",
4026
+ "name": "min-choices",
4759
4027
  "type": {
4760
4028
  "text": "number"
4761
4029
  },
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
- }
4030
+ "default": "0",
4031
+ "fieldName": "minChoices"
4769
4032
  },
4770
4033
  {
4771
4034
  "name": "response-identifier",
@@ -4806,6 +4069,12 @@
4806
4069
  }
4807
4070
  }
4808
4071
  ],
4072
+ "superclass": {
4073
+ "name": "Interaction",
4074
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4075
+ },
4076
+ "tagName": "qti-select-point-interaction",
4077
+ "customElement": true,
4809
4078
  "events": [
4810
4079
  {
4811
4080
  "name": "qti-register-interaction",
@@ -4849,12 +4118,6 @@
4849
4118
  }
4850
4119
  ]
4851
4120
  },
4852
- {
4853
- "kind": "javascript-module",
4854
- "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.scss",
4855
- "declarations": [],
4856
- "exports": []
4857
- },
4858
4121
  {
4859
4122
  "kind": "javascript-module",
4860
4123
  "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
@@ -4997,12 +4260,6 @@
4997
4260
  }
4998
4261
  ]
4999
4262
  },
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
- },
5006
4263
  {
5007
4264
  "kind": "javascript-module",
5008
4265
  "path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
@@ -5900,6 +5157,14 @@
5900
5157
  "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
5901
5158
  "fieldName": "maxChoices"
5902
5159
  },
5160
+ {
5161
+ "name": "shuffle",
5162
+ "type": {
5163
+ "text": "boolean"
5164
+ },
5165
+ "default": "false",
5166
+ "fieldName": "shuffle"
5167
+ },
5903
5168
  {
5904
5169
  "name": "response-identifier",
5905
5170
  "type": {
@@ -6315,6 +5580,42 @@
6315
5580
  }
6316
5581
  ]
6317
5582
  },
5583
+ {
5584
+ "kind": "javascript-module",
5585
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
5586
+ "declarations": [
5587
+ {
5588
+ "kind": "class",
5589
+ "description": "",
5590
+ "name": "QtiAnd",
5591
+ "members": [],
5592
+ "superclass": {
5593
+ "name": "QtiConditionExpression",
5594
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5595
+ },
5596
+ "tagName": "qti-and",
5597
+ "customElement": true
5598
+ }
5599
+ ],
5600
+ "exports": [
5601
+ {
5602
+ "kind": "js",
5603
+ "name": "QtiAnd",
5604
+ "declaration": {
5605
+ "name": "QtiAnd",
5606
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5607
+ }
5608
+ },
5609
+ {
5610
+ "kind": "custom-element-definition",
5611
+ "name": "qti-and",
5612
+ "declaration": {
5613
+ "name": "QtiAnd",
5614
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5615
+ }
5616
+ }
5617
+ ]
5618
+ },
6318
5619
  {
6319
5620
  "kind": "javascript-module",
6320
5621
  "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
@@ -6390,42 +5691,6 @@
6390
5691
  }
6391
5692
  ]
6392
5693
  },
6393
- {
6394
- "kind": "javascript-module",
6395
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
6396
- "declarations": [
6397
- {
6398
- "kind": "class",
6399
- "description": "",
6400
- "name": "QtiAnd",
6401
- "members": [],
6402
- "superclass": {
6403
- "name": "QtiConditionExpression",
6404
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6405
- },
6406
- "tagName": "qti-and",
6407
- "customElement": true
6408
- }
6409
- ],
6410
- "exports": [
6411
- {
6412
- "kind": "js",
6413
- "name": "QtiAnd",
6414
- "declaration": {
6415
- "name": "QtiAnd",
6416
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
6417
- }
6418
- },
6419
- {
6420
- "kind": "custom-element-definition",
6421
- "name": "qti-and",
6422
- "declaration": {
6423
- "name": "QtiAnd",
6424
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
6425
- }
6426
- }
6427
- ]
6428
- },
6429
5694
  {
6430
5695
  "kind": "javascript-module",
6431
5696
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts",