@citolab/qti-components 6.0.3-6 → 6.0.3-7

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.
@@ -2,6 +2,176 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/lib/qti-transform/index.ts",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "*",
13
+ "declaration": {
14
+ "name": "*",
15
+ "package": "./qti-transform"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "src/lib/qti-transform/qti-transform.ts",
23
+ "declarations": [
24
+ {
25
+ "kind": "function",
26
+ "name": "qtiTransform",
27
+ "parameters": [
28
+ {
29
+ "name": "xmlValue",
30
+ "type": {
31
+ "text": "string"
32
+ }
33
+ }
34
+ ]
35
+ }
36
+ ],
37
+ "exports": [
38
+ {
39
+ "kind": "js",
40
+ "name": "qtiTransform",
41
+ "declaration": {
42
+ "name": "qtiTransform",
43
+ "module": "src/lib/qti-transform/qti-transform.ts"
44
+ }
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "kind": "javascript-module",
50
+ "path": "src/lib/qti-item/index.ts",
51
+ "declarations": [],
52
+ "exports": [
53
+ {
54
+ "kind": "js",
55
+ "name": "*",
56
+ "declaration": {
57
+ "name": "*",
58
+ "package": "./qti-item"
59
+ }
60
+ }
61
+ ]
62
+ },
63
+ {
64
+ "kind": "javascript-module",
65
+ "path": "src/lib/qti-item/qti-item.ts",
66
+ "declarations": [
67
+ {
68
+ "kind": "class",
69
+ "description": "",
70
+ "name": "QtiItem",
71
+ "members": [],
72
+ "attributes": [
73
+ {
74
+ "name": "disabled",
75
+ "type": {
76
+ "text": "boolean"
77
+ },
78
+ "default": "false",
79
+ "fieldName": "disabled"
80
+ },
81
+ {
82
+ "name": "readonly",
83
+ "type": {
84
+ "text": "boolean"
85
+ },
86
+ "default": "false",
87
+ "fieldName": "readonly"
88
+ },
89
+ {
90
+ "name": "xml",
91
+ "fieldName": "xml"
92
+ },
93
+ {
94
+ "name": "scale",
95
+ "type": {
96
+ "text": "number"
97
+ },
98
+ "default": "1",
99
+ "fieldName": "scale",
100
+ "inheritedFrom": {
101
+ "name": "ScaleToFitMixin",
102
+ "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
103
+ }
104
+ }
105
+ ],
106
+ "mixins": [
107
+ {
108
+ "name": "ScaleToFitMixin",
109
+ "module": "/src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin"
110
+ }
111
+ ],
112
+ "superclass": {
113
+ "name": "LitElement",
114
+ "package": "lit"
115
+ },
116
+ "tagName": "qti-item",
117
+ "customElement": true
118
+ }
119
+ ],
120
+ "exports": [
121
+ {
122
+ "kind": "js",
123
+ "name": "QtiItem",
124
+ "declaration": {
125
+ "name": "QtiItem",
126
+ "module": "src/lib/qti-item/qti-item.ts"
127
+ }
128
+ },
129
+ {
130
+ "kind": "custom-element-definition",
131
+ "name": "qti-item",
132
+ "declaration": {
133
+ "name": "QtiItem",
134
+ "module": "src/lib/qti-item/qti-item.ts"
135
+ }
136
+ }
137
+ ]
138
+ },
139
+ {
140
+ "kind": "javascript-module",
141
+ "path": "src/lib/qti-item-react/index.ts",
142
+ "declarations": [],
143
+ "exports": [
144
+ {
145
+ "kind": "js",
146
+ "name": "*",
147
+ "declaration": {
148
+ "name": "*",
149
+ "package": "./qti-item.react"
150
+ }
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "kind": "javascript-module",
156
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
157
+ "declarations": [
158
+ {
159
+ "kind": "variable",
160
+ "name": "QtiItem",
161
+ "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})"
162
+ }
163
+ ],
164
+ "exports": [
165
+ {
166
+ "kind": "js",
167
+ "name": "QtiItem",
168
+ "declaration": {
169
+ "name": "QtiItem",
170
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
171
+ }
172
+ }
173
+ ]
174
+ },
5
175
  {
6
176
  "kind": "javascript-module",
7
177
  "path": "src/lib/qti-components/index.ts",
@@ -379,205 +549,41 @@
379
549
  },
380
550
  {
381
551
  "kind": "javascript-module",
382
- "path": "src/lib/qti-item-react/index.ts",
383
- "declarations": [],
384
- "exports": [
385
- {
386
- "kind": "js",
387
- "name": "*",
388
- "declaration": {
389
- "name": "*",
390
- "package": "./qti-item.react"
391
- }
392
- }
393
- ]
394
- },
395
- {
396
- "kind": "javascript-module",
397
- "path": "src/lib/qti-item-react/qti-item.react.ts",
398
- "declarations": [
399
- {
400
- "kind": "variable",
401
- "name": "QtiItem",
402
- "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})"
403
- }
404
- ],
405
- "exports": [
406
- {
407
- "kind": "js",
408
- "name": "QtiItem",
409
- "declaration": {
410
- "name": "QtiItem",
411
- "module": "src/lib/qti-item-react/qti-item.react.ts"
412
- }
413
- }
414
- ]
415
- },
416
- {
417
- "kind": "javascript-module",
418
- "path": "src/lib/qti-item/index.ts",
419
- "declarations": [],
420
- "exports": [
421
- {
422
- "kind": "js",
423
- "name": "*",
424
- "declaration": {
425
- "name": "*",
426
- "package": "./qti-item"
427
- }
428
- }
429
- ]
430
- },
431
- {
432
- "kind": "javascript-module",
433
- "path": "src/lib/qti-item/qti-item.ts",
552
+ "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
434
553
  "declarations": [
435
554
  {
436
555
  "kind": "class",
437
556
  "description": "",
438
- "name": "QtiItem",
557
+ "name": "QtiAssessmentItem",
558
+ "slots": [
559
+ {
560
+ "description": "The default slot where all the other QTI 3 item structures go.",
561
+ "name": ""
562
+ }
563
+ ],
439
564
  "members": [],
440
- "attributes": [
441
- {
442
- "name": "disabled",
443
- "type": {
444
- "text": "boolean"
445
- },
446
- "default": "false",
447
- "fieldName": "disabled"
448
- },
449
- {
450
- "name": "readonly",
451
- "type": {
452
- "text": "boolean"
453
- },
454
- "default": "false",
455
- "fieldName": "readonly"
456
- },
457
- {
458
- "name": "xml",
459
- "fieldName": "xml"
460
- },
461
- {
462
- "name": "scale",
463
- "type": {
464
- "text": "number"
465
- },
466
- "default": "1",
467
- "fieldName": "scale",
468
- "inheritedFrom": {
469
- "name": "ScaleToFitMixin",
470
- "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
471
- }
472
- }
473
- ],
474
- "mixins": [
475
- {
476
- "name": "ScaleToFitMixin",
477
- "module": "/src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin"
478
- }
479
- ],
480
- "superclass": {
481
- "name": "LitElement",
482
- "package": "lit"
483
- },
484
- "tagName": "qti-item",
485
- "customElement": true
486
- }
487
- ],
488
- "exports": [
489
- {
490
- "kind": "js",
491
- "name": "QtiItem",
492
- "declaration": {
493
- "name": "QtiItem",
494
- "module": "src/lib/qti-item/qti-item.ts"
495
- }
496
- },
497
- {
498
- "kind": "custom-element-definition",
499
- "name": "qti-item",
500
- "declaration": {
501
- "name": "QtiItem",
502
- "module": "src/lib/qti-item/qti-item.ts"
503
- }
504
- }
505
- ]
506
- },
507
- {
508
- "kind": "javascript-module",
509
- "path": "src/lib/qti-transform/index.ts",
510
- "declarations": [],
511
- "exports": [
512
- {
513
- "kind": "js",
514
- "name": "*",
515
- "declaration": {
516
- "name": "*",
517
- "package": "./qti-transform"
518
- }
519
- }
520
- ]
521
- },
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": [
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": [
554
- {
555
- "kind": "class",
556
- "description": "",
557
- "name": "QtiAssessmentItem",
558
- "slots": [
559
- {
560
- "description": "The default slot where all the other QTI 3 item structures go.",
561
- "name": ""
562
- }
563
- ],
564
- "members": [],
565
- "events": [
566
- {
567
- "name": "qti-interaction-changed",
568
- "type": {
569
- "text": "CustomEvent"
570
- },
571
- "description": "Emitted when an interaction is changed."
572
- },
573
- {
574
- "name": "qti-outcome-changed",
575
- "type": {
576
- "text": "CustomEvent"
577
- },
578
- "description": "Emitted when the radio group receives user input."
579
- }
580
- ],
565
+ "events": [
566
+ {
567
+ "name": "qti-item-connected",
568
+ "type": {
569
+ "text": "CustomEvent"
570
+ }
571
+ },
572
+ {
573
+ "name": "qti-interaction-changed",
574
+ "type": {
575
+ "text": "CustomEvent"
576
+ },
577
+ "description": "Emitted when an interaction is changed."
578
+ },
579
+ {
580
+ "name": "qti-outcome-changed",
581
+ "type": {
582
+ "text": "CustomEvent"
583
+ },
584
+ "description": "Emitted when the radio group receives user input."
585
+ }
586
+ ],
581
587
  "attributes": [
582
588
  {
583
589
  "name": "disabled",
@@ -636,41 +642,6 @@
636
642
  }
637
643
  ]
638
644
  },
639
- {
640
- "kind": "javascript-module",
641
- "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
642
- "declarations": [
643
- {
644
- "kind": "class",
645
- "description": "",
646
- "name": "QtiCompanionMaterialsInfo",
647
- "superclass": {
648
- "name": "LitElement",
649
- "package": "lit"
650
- },
651
- "tagName": "qti-companion-materials-info",
652
- "customElement": true
653
- }
654
- ],
655
- "exports": [
656
- {
657
- "kind": "js",
658
- "name": "QtiCompanionMaterialsInfo",
659
- "declaration": {
660
- "name": "QtiCompanionMaterialsInfo",
661
- "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
662
- }
663
- },
664
- {
665
- "kind": "custom-element-definition",
666
- "name": "qti-companion-materials-info",
667
- "declaration": {
668
- "name": "QtiCompanionMaterialsInfo",
669
- "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
670
- }
671
- }
672
- ]
673
- },
674
645
  {
675
646
  "kind": "javascript-module",
676
647
  "path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
@@ -1476,6 +1447,41 @@
1476
1447
  }
1477
1448
  ]
1478
1449
  },
1450
+ {
1451
+ "kind": "javascript-module",
1452
+ "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
1453
+ "declarations": [
1454
+ {
1455
+ "kind": "class",
1456
+ "description": "",
1457
+ "name": "QtiCompanionMaterialsInfo",
1458
+ "superclass": {
1459
+ "name": "LitElement",
1460
+ "package": "lit"
1461
+ },
1462
+ "tagName": "qti-companion-materials-info",
1463
+ "customElement": true
1464
+ }
1465
+ ],
1466
+ "exports": [
1467
+ {
1468
+ "kind": "js",
1469
+ "name": "QtiCompanionMaterialsInfo",
1470
+ "declaration": {
1471
+ "name": "QtiCompanionMaterialsInfo",
1472
+ "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
1473
+ }
1474
+ },
1475
+ {
1476
+ "kind": "custom-element-definition",
1477
+ "name": "qti-companion-materials-info",
1478
+ "declaration": {
1479
+ "name": "QtiCompanionMaterialsInfo",
1480
+ "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
1481
+ }
1482
+ }
1483
+ ]
1484
+ },
1479
1485
  {
1480
1486
  "kind": "javascript-module",
1481
1487
  "path": "src/lib/qti-components/qti-responseprocessing/index.ts",
@@ -2788,26 +2794,46 @@
2788
2794
  },
2789
2795
  {
2790
2796
  "kind": "javascript-module",
2791
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
2797
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
2792
2798
  "declarations": [
2793
2799
  {
2794
2800
  "kind": "class",
2795
2801
  "description": "",
2796
- "name": "QtiGraphicGapMatchInteraction",
2802
+ "name": "QtiGraphicOrderInteraction",
2797
2803
  "members": [],
2798
- "mixins": [
2799
- {
2800
- "name": "DragDropInteractionMixin",
2801
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2802
- }
2803
- ],
2804
2804
  "superclass": {
2805
- "name": "LitElement",
2806
- "package": "lit"
2805
+ "name": "Choices",
2806
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
2807
2807
  },
2808
- "tagName": "qti-graphic-gap-match-interaction",
2808
+ "tagName": "qti-graphic-order-interaction",
2809
2809
  "customElement": true,
2810
2810
  "attributes": [
2811
+ {
2812
+ "name": "min-choices",
2813
+ "type": {
2814
+ "text": "number"
2815
+ },
2816
+ "default": "0",
2817
+ "description": "the minimal number of selections a candidate must make",
2818
+ "fieldName": "minChoices",
2819
+ "inheritedFrom": {
2820
+ "name": "Choices",
2821
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2822
+ }
2823
+ },
2824
+ {
2825
+ "name": "max-choices",
2826
+ "type": {
2827
+ "text": "number"
2828
+ },
2829
+ "default": "1",
2830
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
2831
+ "fieldName": "maxChoices",
2832
+ "inheritedFrom": {
2833
+ "name": "Choices",
2834
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2835
+ }
2836
+ },
2811
2837
  {
2812
2838
  "name": "response-identifier",
2813
2839
  "type": {
@@ -2816,8 +2842,8 @@
2816
2842
  "default": "''",
2817
2843
  "fieldName": "responseIdentifier",
2818
2844
  "inheritedFrom": {
2819
- "name": "DragDropInteractionMixin",
2820
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2845
+ "name": "Interaction",
2846
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2821
2847
  }
2822
2848
  },
2823
2849
  {
@@ -2826,10 +2852,11 @@
2826
2852
  "text": "boolean"
2827
2853
  },
2828
2854
  "default": "false",
2855
+ "description": "disabled should be exposed to the attributes and accessible as property",
2829
2856
  "fieldName": "disabled",
2830
2857
  "inheritedFrom": {
2831
- "name": "DroppablesMixin",
2832
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2858
+ "name": "Interaction",
2859
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2833
2860
  }
2834
2861
  },
2835
2862
  {
@@ -2838,34 +2865,11 @@
2838
2865
  "text": "boolean"
2839
2866
  },
2840
2867
  "default": "false",
2868
+ "description": "readonly should be exposed to the attributes and accessible as property",
2841
2869
  "fieldName": "readonly",
2842
2870
  "inheritedFrom": {
2843
- "name": "DragDropInteractionMixin",
2844
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2845
- }
2846
- },
2847
- {
2848
- "name": "min-associations",
2849
- "type": {
2850
- "text": "number"
2851
- },
2852
- "default": "1",
2853
- "fieldName": "minAssociations",
2854
- "inheritedFrom": {
2855
- "name": "DragDropInteractionMixin",
2856
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2857
- }
2858
- },
2859
- {
2860
- "name": "max-associations",
2861
- "type": {
2862
- "text": "number"
2863
- },
2864
- "default": "1",
2865
- "fieldName": "maxAssociations",
2866
- "inheritedFrom": {
2867
- "name": "DragDropInteractionMixin",
2868
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2871
+ "name": "Interaction",
2872
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2869
2873
  }
2870
2874
  }
2871
2875
  ],
@@ -2876,8 +2880,8 @@
2876
2880
  "text": "CustomEvent"
2877
2881
  },
2878
2882
  "inheritedFrom": {
2879
- "name": "DragDropInteractionMixin",
2880
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2883
+ "name": "Interaction",
2884
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2881
2885
  }
2882
2886
  },
2883
2887
  {
@@ -2886,8 +2890,8 @@
2886
2890
  "text": "CustomEvent"
2887
2891
  },
2888
2892
  "inheritedFrom": {
2889
- "name": "DragDropInteractionMixin",
2890
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2893
+ "name": "Interaction",
2894
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2891
2895
  }
2892
2896
  }
2893
2897
  ]
@@ -2896,64 +2900,44 @@
2896
2900
  "exports": [
2897
2901
  {
2898
2902
  "kind": "js",
2899
- "name": "QtiGraphicGapMatchInteraction",
2903
+ "name": "QtiGraphicOrderInteraction",
2900
2904
  "declaration": {
2901
- "name": "QtiGraphicGapMatchInteraction",
2902
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
2905
+ "name": "QtiGraphicOrderInteraction",
2906
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
2903
2907
  }
2904
2908
  },
2905
2909
  {
2906
2910
  "kind": "custom-element-definition",
2907
- "name": "qti-graphic-gap-match-interaction",
2911
+ "name": "qti-graphic-order-interaction",
2908
2912
  "declaration": {
2909
- "name": "QtiGraphicGapMatchInteraction",
2910
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
2913
+ "name": "QtiGraphicOrderInteraction",
2914
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
2911
2915
  }
2912
2916
  }
2913
2917
  ]
2914
2918
  },
2915
2919
  {
2916
2920
  "kind": "javascript-module",
2917
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
2921
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
2918
2922
  "declarations": [
2919
2923
  {
2920
2924
  "kind": "class",
2921
2925
  "description": "",
2922
- "name": "QtiGraphicOrderInteraction",
2926
+ "name": "QtiGraphicGapMatchInteraction",
2923
2927
  "members": [],
2928
+ "mixins": [
2929
+ {
2930
+ "name": "DragDropInteractionMixin",
2931
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2932
+ }
2933
+ ],
2924
2934
  "superclass": {
2925
- "name": "Choices",
2926
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
2935
+ "name": "LitElement",
2936
+ "package": "lit"
2927
2937
  },
2928
- "tagName": "qti-graphic-order-interaction",
2938
+ "tagName": "qti-graphic-gap-match-interaction",
2929
2939
  "customElement": true,
2930
2940
  "attributes": [
2931
- {
2932
- "name": "min-choices",
2933
- "type": {
2934
- "text": "number"
2935
- },
2936
- "default": "0",
2937
- "description": "the minimal number of selections a candidate must make",
2938
- "fieldName": "minChoices",
2939
- "inheritedFrom": {
2940
- "name": "Choices",
2941
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2942
- }
2943
- },
2944
- {
2945
- "name": "max-choices",
2946
- "type": {
2947
- "text": "number"
2948
- },
2949
- "default": "1",
2950
- "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
2951
- "fieldName": "maxChoices",
2952
- "inheritedFrom": {
2953
- "name": "Choices",
2954
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2955
- }
2956
- },
2957
2941
  {
2958
2942
  "name": "response-identifier",
2959
2943
  "type": {
@@ -2962,8 +2946,8 @@
2962
2946
  "default": "''",
2963
2947
  "fieldName": "responseIdentifier",
2964
2948
  "inheritedFrom": {
2965
- "name": "Interaction",
2966
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2949
+ "name": "DragDropInteractionMixin",
2950
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2967
2951
  }
2968
2952
  },
2969
2953
  {
@@ -2972,11 +2956,10 @@
2972
2956
  "text": "boolean"
2973
2957
  },
2974
2958
  "default": "false",
2975
- "description": "disabled should be exposed to the attributes and accessible as property",
2976
2959
  "fieldName": "disabled",
2977
2960
  "inheritedFrom": {
2978
- "name": "Interaction",
2979
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2961
+ "name": "DroppablesMixin",
2962
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2980
2963
  }
2981
2964
  },
2982
2965
  {
@@ -2985,11 +2968,34 @@
2985
2968
  "text": "boolean"
2986
2969
  },
2987
2970
  "default": "false",
2988
- "description": "readonly should be exposed to the attributes and accessible as property",
2989
2971
  "fieldName": "readonly",
2990
2972
  "inheritedFrom": {
2991
- "name": "Interaction",
2992
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2973
+ "name": "DragDropInteractionMixin",
2974
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2975
+ }
2976
+ },
2977
+ {
2978
+ "name": "min-associations",
2979
+ "type": {
2980
+ "text": "number"
2981
+ },
2982
+ "default": "1",
2983
+ "fieldName": "minAssociations",
2984
+ "inheritedFrom": {
2985
+ "name": "DragDropInteractionMixin",
2986
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2987
+ }
2988
+ },
2989
+ {
2990
+ "name": "max-associations",
2991
+ "type": {
2992
+ "text": "number"
2993
+ },
2994
+ "default": "1",
2995
+ "fieldName": "maxAssociations",
2996
+ "inheritedFrom": {
2997
+ "name": "DragDropInteractionMixin",
2998
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2993
2999
  }
2994
3000
  }
2995
3001
  ],
@@ -3000,8 +3006,8 @@
3000
3006
  "text": "CustomEvent"
3001
3007
  },
3002
3008
  "inheritedFrom": {
3003
- "name": "Interaction",
3004
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3009
+ "name": "DragDropInteractionMixin",
3010
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3005
3011
  }
3006
3012
  },
3007
3013
  {
@@ -3010,8 +3016,8 @@
3010
3016
  "text": "CustomEvent"
3011
3017
  },
3012
3018
  "inheritedFrom": {
3013
- "name": "Interaction",
3014
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3019
+ "name": "DragDropInteractionMixin",
3020
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3015
3021
  }
3016
3022
  }
3017
3023
  ]
@@ -3020,18 +3026,18 @@
3020
3026
  "exports": [
3021
3027
  {
3022
3028
  "kind": "js",
3023
- "name": "QtiGraphicOrderInteraction",
3029
+ "name": "QtiGraphicGapMatchInteraction",
3024
3030
  "declaration": {
3025
- "name": "QtiGraphicOrderInteraction",
3026
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3031
+ "name": "QtiGraphicGapMatchInteraction",
3032
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3027
3033
  }
3028
3034
  },
3029
3035
  {
3030
3036
  "kind": "custom-element-definition",
3031
- "name": "qti-graphic-order-interaction",
3037
+ "name": "qti-graphic-gap-match-interaction",
3032
3038
  "declaration": {
3033
- "name": "QtiGraphicOrderInteraction",
3034
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3039
+ "name": "QtiGraphicGapMatchInteraction",
3040
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3035
3041
  }
3036
3042
  }
3037
3043
  ]
@@ -3816,78 +3822,6 @@
3816
3822
  }
3817
3823
  ]
3818
3824
  },
3819
- {
3820
- "kind": "javascript-module",
3821
- "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts",
3822
- "declarations": [
3823
- {
3824
- "kind": "class",
3825
- "description": "",
3826
- "name": "QtiSPositionObjectInteraction",
3827
- "members": [],
3828
- "superclass": {
3829
- "name": "LitElement",
3830
- "package": "lit"
3831
- },
3832
- "tagName": "qti-position-object-interaction",
3833
- "customElement": true
3834
- }
3835
- ],
3836
- "exports": [
3837
- {
3838
- "kind": "js",
3839
- "name": "QtiSPositionObjectInteraction",
3840
- "declaration": {
3841
- "name": "QtiSPositionObjectInteraction",
3842
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
3843
- }
3844
- },
3845
- {
3846
- "kind": "custom-element-definition",
3847
- "name": "qti-position-object-interaction",
3848
- "declaration": {
3849
- "name": "QtiSPositionObjectInteraction",
3850
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
3851
- }
3852
- }
3853
- ]
3854
- },
3855
- {
3856
- "kind": "javascript-module",
3857
- "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts",
3858
- "declarations": [
3859
- {
3860
- "kind": "class",
3861
- "description": "",
3862
- "name": "QtiPositionObjectStage",
3863
- "members": [],
3864
- "superclass": {
3865
- "name": "LitElement",
3866
- "package": "lit"
3867
- },
3868
- "tagName": "qti-position-object-stage",
3869
- "customElement": true
3870
- }
3871
- ],
3872
- "exports": [
3873
- {
3874
- "kind": "js",
3875
- "name": "QtiPositionObjectStage",
3876
- "declaration": {
3877
- "name": "QtiPositionObjectStage",
3878
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
3879
- }
3880
- },
3881
- {
3882
- "kind": "custom-element-definition",
3883
- "name": "qti-position-object-stage",
3884
- "declaration": {
3885
- "name": "QtiPositionObjectStage",
3886
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
3887
- }
3888
- }
3889
- ]
3890
- },
3891
3825
  {
3892
3826
  "kind": "javascript-module",
3893
3827
  "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
@@ -4004,46 +3938,65 @@
4004
3938
  },
4005
3939
  {
4006
3940
  "kind": "javascript-module",
4007
- "path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
3941
+ "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
4008
3942
  "declarations": [
4009
3943
  {
4010
3944
  "kind": "class",
4011
3945
  "description": "",
4012
- "name": "QtiTextEntryInteraction",
3946
+ "name": "QtiSliderInteraction",
4013
3947
  "members": [],
4014
3948
  "attributes": [
4015
3949
  {
4016
- "name": "expected-length",
3950
+ "name": "value",
4017
3951
  "type": {
4018
3952
  "text": "number"
4019
3953
  },
4020
- "fieldName": "expectedLength"
3954
+ "fieldName": "value"
4021
3955
  },
4022
3956
  {
4023
- "name": "pattern-mask",
3957
+ "name": "step-label",
4024
3958
  "type": {
4025
- "text": "string"
3959
+ "text": "boolean"
4026
3960
  },
4027
- "fieldName": "patternMask"
3961
+ "default": "false",
3962
+ "fieldName": "stepLabel"
4028
3963
  },
4029
3964
  {
4030
- "name": "placeholder-text",
3965
+ "name": "reverse",
4031
3966
  "type": {
4032
- "text": "string"
3967
+ "text": "boolean"
4033
3968
  },
4034
- "fieldName": "placeholderText"
3969
+ "default": "false",
3970
+ "fieldName": "reverse"
4035
3971
  },
4036
3972
  {
4037
- "name": "class",
4038
- "fieldName": "classNames"
3973
+ "name": "lower-bound",
3974
+ "type": {
3975
+ "text": "number"
3976
+ },
3977
+ "fieldName": "min"
4039
3978
  },
4040
3979
  {
4041
- "name": "response-identifier",
3980
+ "name": "upper-bound",
4042
3981
  "type": {
4043
- "text": "string"
3982
+ "text": "number"
4044
3983
  },
4045
- "default": "''",
4046
- "fieldName": "responseIdentifier",
3984
+ "fieldName": "max"
3985
+ },
3986
+ {
3987
+ "name": "step",
3988
+ "type": {
3989
+ "text": "number"
3990
+ },
3991
+ "fieldName": "step"
3992
+ },
3993
+ {
3994
+ "name": "response-identifier",
3995
+ "type": {
3996
+ "text": "string"
3997
+ },
3998
+ "default": "''",
3999
+ "fieldName": "responseIdentifier",
4047
4000
  "inheritedFrom": {
4048
4001
  "name": "Interaction",
4049
4002
  "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
@@ -4080,7 +4033,7 @@
4080
4033
  "name": "Interaction",
4081
4034
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4082
4035
  },
4083
- "tagName": "qti-text-entry-interaction",
4036
+ "tagName": "qti-slider-interaction",
4084
4037
  "customElement": true,
4085
4038
  "events": [
4086
4039
  {
@@ -4109,75 +4062,56 @@
4109
4062
  "exports": [
4110
4063
  {
4111
4064
  "kind": "js",
4112
- "name": "QtiTextEntryInteraction",
4065
+ "name": "QtiSliderInteraction",
4113
4066
  "declaration": {
4114
- "name": "QtiTextEntryInteraction",
4115
- "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4067
+ "name": "QtiSliderInteraction",
4068
+ "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4116
4069
  }
4117
4070
  },
4118
4071
  {
4119
4072
  "kind": "custom-element-definition",
4120
- "name": "qti-text-entry-interaction",
4073
+ "name": "qti-slider-interaction",
4121
4074
  "declaration": {
4122
- "name": "QtiTextEntryInteraction",
4123
- "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4075
+ "name": "QtiSliderInteraction",
4076
+ "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4124
4077
  }
4125
4078
  }
4126
4079
  ]
4127
4080
  },
4128
4081
  {
4129
4082
  "kind": "javascript-module",
4130
- "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
4083
+ "path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
4131
4084
  "declarations": [
4132
4085
  {
4133
4086
  "kind": "class",
4134
4087
  "description": "",
4135
- "name": "QtiSliderInteraction",
4088
+ "name": "QtiTextEntryInteraction",
4136
4089
  "members": [],
4137
4090
  "attributes": [
4138
4091
  {
4139
- "name": "value",
4092
+ "name": "expected-length",
4140
4093
  "type": {
4141
4094
  "text": "number"
4142
4095
  },
4143
- "fieldName": "value"
4144
- },
4145
- {
4146
- "name": "step-label",
4147
- "type": {
4148
- "text": "boolean"
4149
- },
4150
- "default": "false",
4151
- "fieldName": "stepLabel"
4152
- },
4153
- {
4154
- "name": "reverse",
4155
- "type": {
4156
- "text": "boolean"
4157
- },
4158
- "default": "false",
4159
- "fieldName": "reverse"
4096
+ "fieldName": "expectedLength"
4160
4097
  },
4161
4098
  {
4162
- "name": "lower-bound",
4099
+ "name": "pattern-mask",
4163
4100
  "type": {
4164
- "text": "number"
4101
+ "text": "string"
4165
4102
  },
4166
- "fieldName": "min"
4103
+ "fieldName": "patternMask"
4167
4104
  },
4168
4105
  {
4169
- "name": "upper-bound",
4106
+ "name": "placeholder-text",
4170
4107
  "type": {
4171
- "text": "number"
4108
+ "text": "string"
4172
4109
  },
4173
- "fieldName": "max"
4110
+ "fieldName": "placeholderText"
4174
4111
  },
4175
4112
  {
4176
- "name": "step",
4177
- "type": {
4178
- "text": "number"
4179
- },
4180
- "fieldName": "step"
4113
+ "name": "class",
4114
+ "fieldName": "classNames"
4181
4115
  },
4182
4116
  {
4183
4117
  "name": "response-identifier",
@@ -4222,7 +4156,7 @@
4222
4156
  "name": "Interaction",
4223
4157
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4224
4158
  },
4225
- "tagName": "qti-slider-interaction",
4159
+ "tagName": "qti-text-entry-interaction",
4226
4160
  "customElement": true,
4227
4161
  "events": [
4228
4162
  {
@@ -4251,80 +4185,90 @@
4251
4185
  "exports": [
4252
4186
  {
4253
4187
  "kind": "js",
4254
- "name": "QtiSliderInteraction",
4188
+ "name": "QtiTextEntryInteraction",
4255
4189
  "declaration": {
4256
- "name": "QtiSliderInteraction",
4257
- "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4190
+ "name": "QtiTextEntryInteraction",
4191
+ "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4258
4192
  }
4259
4193
  },
4260
4194
  {
4261
4195
  "kind": "custom-element-definition",
4262
- "name": "qti-slider-interaction",
4196
+ "name": "qti-text-entry-interaction",
4263
4197
  "declaration": {
4264
- "name": "QtiSliderInteraction",
4265
- "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4198
+ "name": "QtiTextEntryInteraction",
4199
+ "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4266
4200
  }
4267
4201
  }
4268
4202
  ]
4269
4203
  },
4270
4204
  {
4271
4205
  "kind": "javascript-module",
4272
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
4206
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts",
4273
4207
  "declarations": [
4274
4208
  {
4275
4209
  "kind": "class",
4276
4210
  "description": "",
4277
- "name": "QtiConditionExpression",
4211
+ "name": "QtiSPositionObjectInteraction",
4278
4212
  "members": [],
4279
4213
  "superclass": {
4280
- "name": "QtiExpression",
4281
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
4282
- }
4214
+ "name": "LitElement",
4215
+ "package": "lit"
4216
+ },
4217
+ "tagName": "qti-position-object-interaction",
4218
+ "customElement": true
4283
4219
  }
4284
4220
  ],
4285
4221
  "exports": [
4286
4222
  {
4287
4223
  "kind": "js",
4288
- "name": "QtiConditionExpression",
4224
+ "name": "QtiSPositionObjectInteraction",
4289
4225
  "declaration": {
4290
- "name": "QtiConditionExpression",
4291
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
4226
+ "name": "QtiSPositionObjectInteraction",
4227
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
4228
+ }
4229
+ },
4230
+ {
4231
+ "kind": "custom-element-definition",
4232
+ "name": "qti-position-object-interaction",
4233
+ "declaration": {
4234
+ "name": "QtiSPositionObjectInteraction",
4235
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
4292
4236
  }
4293
4237
  }
4294
4238
  ]
4295
4239
  },
4296
4240
  {
4297
4241
  "kind": "javascript-module",
4298
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
4242
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts",
4299
4243
  "declarations": [
4300
4244
  {
4301
4245
  "kind": "class",
4302
4246
  "description": "",
4303
- "name": "QtiExpression",
4247
+ "name": "QtiPositionObjectStage",
4304
4248
  "members": [],
4305
4249
  "superclass": {
4306
4250
  "name": "LitElement",
4307
4251
  "package": "lit"
4308
4252
  },
4309
- "tagName": "qti-expression",
4253
+ "tagName": "qti-position-object-stage",
4310
4254
  "customElement": true
4311
4255
  }
4312
4256
  ],
4313
4257
  "exports": [
4314
4258
  {
4315
4259
  "kind": "js",
4316
- "name": "QtiExpression",
4260
+ "name": "QtiPositionObjectStage",
4317
4261
  "declaration": {
4318
- "name": "QtiExpression",
4319
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4262
+ "name": "QtiPositionObjectStage",
4263
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4320
4264
  }
4321
4265
  },
4322
4266
  {
4323
4267
  "kind": "custom-element-definition",
4324
- "name": "qti-expression",
4268
+ "name": "qti-position-object-stage",
4325
4269
  "declaration": {
4326
- "name": "QtiExpression",
4327
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4270
+ "name": "QtiPositionObjectStage",
4271
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4328
4272
  }
4329
4273
  }
4330
4274
  ]
@@ -4453,135 +4397,62 @@
4453
4397
  },
4454
4398
  {
4455
4399
  "kind": "javascript-module",
4456
- "path": "src/lib/qti-components/qti-utilities/events/qti-choice-element-selected.ts",
4457
- "declarations": [],
4458
- "exports": [
4459
- {
4460
- "kind": "js",
4461
- "name": "default",
4462
- "declaration": {
4463
- "name": "QtiChoiceElementSelected",
4464
- "module": "src/lib/qti-components/qti-utilities/events/qti-choice-element-selected.ts"
4465
- }
4466
- }
4467
- ]
4468
- },
4469
- {
4470
- "kind": "javascript-module",
4471
- "path": "src/lib/qti-components/qti-utilities/events/qti-interaction-changed.ts",
4472
- "declarations": [],
4473
- "exports": [
4474
- {
4475
- "kind": "js",
4476
- "name": "default",
4477
- "declaration": {
4478
- "name": "QtiInteractionChanged",
4479
- "module": "src/lib/qti-components/qti-utilities/events/qti-interaction-changed.ts"
4480
- }
4481
- }
4482
- ]
4483
- },
4484
- {
4485
- "kind": "javascript-module",
4486
- "path": "src/lib/qti-components/qti-utilities/events/qti-interaction-response.ts",
4487
- "declarations": [],
4488
- "exports": [
4489
- {
4490
- "kind": "js",
4491
- "name": "default",
4492
- "declaration": {
4493
- "name": "QtiInteractionResponse",
4494
- "module": "src/lib/qti-components/qti-utilities/events/qti-interaction-response.ts"
4495
- }
4496
- }
4497
- ]
4498
- },
4499
- {
4500
- "kind": "javascript-module",
4501
- "path": "src/lib/qti-components/qti-utilities/events/qti-loose-choice.ts",
4502
- "declarations": [],
4503
- "exports": [
4504
- {
4505
- "kind": "js",
4506
- "name": "default",
4507
- "declaration": {
4508
- "name": "QtiLooseChoice",
4509
- "module": "src/lib/qti-components/qti-utilities/events/qti-loose-choice.ts"
4510
- }
4511
- }
4512
- ]
4513
- },
4514
- {
4515
- "kind": "javascript-module",
4516
- "path": "src/lib/qti-components/qti-utilities/events/qti-outcome-changed.ts",
4517
- "declarations": [],
4518
- "exports": [
4400
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
4401
+ "declarations": [
4519
4402
  {
4520
- "kind": "js",
4521
- "name": "default",
4522
- "declaration": {
4523
- "name": "QtiOutcomeChanged",
4524
- "module": "src/lib/qti-components/qti-utilities/events/qti-outcome-changed.ts"
4403
+ "kind": "class",
4404
+ "description": "",
4405
+ "name": "QtiConditionExpression",
4406
+ "members": [],
4407
+ "superclass": {
4408
+ "name": "QtiExpression",
4409
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
4525
4410
  }
4526
4411
  }
4527
- ]
4528
- },
4529
- {
4530
- "kind": "javascript-module",
4531
- "path": "src/lib/qti-components/qti-utilities/events/qti-register-choice.ts",
4532
- "declarations": [],
4412
+ ],
4533
4413
  "exports": [
4534
4414
  {
4535
4415
  "kind": "js",
4536
- "name": "default",
4416
+ "name": "QtiConditionExpression",
4537
4417
  "declaration": {
4538
- "name": "QtiRegisterChoice",
4539
- "module": "src/lib/qti-components/qti-utilities/events/qti-register-choice.ts"
4418
+ "name": "QtiConditionExpression",
4419
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
4540
4420
  }
4541
4421
  }
4542
4422
  ]
4543
4423
  },
4544
4424
  {
4545
4425
  "kind": "javascript-module",
4546
- "path": "src/lib/qti-components/qti-utilities/events/qti-register-hotspot.ts",
4547
- "declarations": [],
4548
- "exports": [
4426
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
4427
+ "declarations": [
4549
4428
  {
4550
- "kind": "js",
4551
- "name": "default",
4552
- "declaration": {
4553
- "name": "QtiRegisterHotspot",
4554
- "module": "src/lib/qti-components/qti-utilities/events/qti-register-hotspot.ts"
4555
- }
4429
+ "kind": "class",
4430
+ "description": "",
4431
+ "name": "QtiExpression",
4432
+ "members": [],
4433
+ "superclass": {
4434
+ "name": "LitElement",
4435
+ "package": "lit"
4436
+ },
4437
+ "tagName": "qti-expression",
4438
+ "customElement": true
4556
4439
  }
4557
- ]
4558
- },
4559
- {
4560
- "kind": "javascript-module",
4561
- "path": "src/lib/qti-components/qti-utilities/events/qti-register-interaction.ts",
4562
- "declarations": [],
4440
+ ],
4563
4441
  "exports": [
4564
4442
  {
4565
4443
  "kind": "js",
4566
- "name": "default",
4444
+ "name": "QtiExpression",
4567
4445
  "declaration": {
4568
- "name": "QtiRegisterInteraction",
4569
- "module": "src/lib/qti-components/qti-utilities/events/qti-register-interaction.ts"
4446
+ "name": "QtiExpression",
4447
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4570
4448
  }
4571
- }
4572
- ]
4573
- },
4574
- {
4575
- "kind": "javascript-module",
4576
- "path": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts",
4577
- "declarations": [],
4578
- "exports": [
4449
+ },
4579
4450
  {
4580
- "kind": "js",
4581
- "name": "default",
4451
+ "kind": "custom-element-definition",
4452
+ "name": "qti-expression",
4582
4453
  "declaration": {
4583
- "name": "QtiRegisterVariable",
4584
- "module": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts"
4454
+ "name": "QtiExpression",
4455
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4585
4456
  }
4586
4457
  }
4587
4458
  ]
@@ -4702,99 +4573,234 @@
4702
4573
  "kind": "custom-element-definition",
4703
4574
  "name": "qti-response-declaration",
4704
4575
  "declaration": {
4705
- "name": "QtiResponseDeclaration",
4706
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
4576
+ "name": "QtiResponseDeclaration",
4577
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
4578
+ }
4579
+ }
4580
+ ]
4581
+ },
4582
+ {
4583
+ "kind": "javascript-module",
4584
+ "path": "src/lib/qti-components/utilities/context/context.ts",
4585
+ "declarations": [
4586
+ {
4587
+ "kind": "variable",
4588
+ "name": "loggerContext"
4589
+ }
4590
+ ],
4591
+ "exports": [
4592
+ {
4593
+ "kind": "js",
4594
+ "name": "loggerContext",
4595
+ "declaration": {
4596
+ "name": "loggerContext",
4597
+ "module": "src/lib/qti-components/utilities/context/context.ts"
4598
+ }
4599
+ }
4600
+ ]
4601
+ },
4602
+ {
4603
+ "kind": "javascript-module",
4604
+ "path": "src/lib/qti-components/utilities/decorators/liveQuery.ts",
4605
+ "declarations": [
4606
+ {
4607
+ "kind": "function",
4608
+ "name": "liveQuery",
4609
+ "parameters": [
4610
+ {
4611
+ "name": "querySelector",
4612
+ "type": {
4613
+ "text": "string"
4614
+ }
4615
+ },
4616
+ {
4617
+ "name": "options",
4618
+ "optional": true,
4619
+ "type": {
4620
+ "text": "LiveQueryOptions"
4621
+ }
4622
+ }
4623
+ ]
4624
+ }
4625
+ ],
4626
+ "exports": [
4627
+ {
4628
+ "kind": "js",
4629
+ "name": "liveQuery",
4630
+ "declaration": {
4631
+ "name": "liveQuery",
4632
+ "module": "src/lib/qti-components/utilities/decorators/liveQuery.ts"
4633
+ }
4634
+ }
4635
+ ]
4636
+ },
4637
+ {
4638
+ "kind": "javascript-module",
4639
+ "path": "src/lib/qti-components/utilities/decorators/watch.ts",
4640
+ "declarations": [
4641
+ {
4642
+ "kind": "function",
4643
+ "name": "watch",
4644
+ "parameters": [
4645
+ {
4646
+ "name": "propertyName",
4647
+ "type": {
4648
+ "text": "string | string[]"
4649
+ }
4650
+ },
4651
+ {
4652
+ "name": "options",
4653
+ "optional": true,
4654
+ "type": {
4655
+ "text": "WatchOptions"
4656
+ }
4657
+ }
4658
+ ],
4659
+ "description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
4660
+ }
4661
+ ],
4662
+ "exports": [
4663
+ {
4664
+ "kind": "js",
4665
+ "name": "watch",
4666
+ "declaration": {
4667
+ "name": "watch",
4668
+ "module": "src/lib/qti-components/utilities/decorators/watch.ts"
4669
+ }
4670
+ }
4671
+ ]
4672
+ },
4673
+ {
4674
+ "kind": "javascript-module",
4675
+ "path": "src/lib/qti-components/qti-utilities/events/qti-choice-element-selected.ts",
4676
+ "declarations": [],
4677
+ "exports": [
4678
+ {
4679
+ "kind": "js",
4680
+ "name": "default",
4681
+ "declaration": {
4682
+ "name": "QtiChoiceElementSelected",
4683
+ "module": "src/lib/qti-components/qti-utilities/events/qti-choice-element-selected.ts"
4684
+ }
4685
+ }
4686
+ ]
4687
+ },
4688
+ {
4689
+ "kind": "javascript-module",
4690
+ "path": "src/lib/qti-components/qti-utilities/events/qti-interaction-changed.ts",
4691
+ "declarations": [],
4692
+ "exports": [
4693
+ {
4694
+ "kind": "js",
4695
+ "name": "default",
4696
+ "declaration": {
4697
+ "name": "QtiInteractionChanged",
4698
+ "module": "src/lib/qti-components/qti-utilities/events/qti-interaction-changed.ts"
4699
+ }
4700
+ }
4701
+ ]
4702
+ },
4703
+ {
4704
+ "kind": "javascript-module",
4705
+ "path": "src/lib/qti-components/qti-utilities/events/qti-interaction-response.ts",
4706
+ "declarations": [],
4707
+ "exports": [
4708
+ {
4709
+ "kind": "js",
4710
+ "name": "default",
4711
+ "declaration": {
4712
+ "name": "QtiInteractionResponse",
4713
+ "module": "src/lib/qti-components/qti-utilities/events/qti-interaction-response.ts"
4714
+ }
4715
+ }
4716
+ ]
4717
+ },
4718
+ {
4719
+ "kind": "javascript-module",
4720
+ "path": "src/lib/qti-components/qti-utilities/events/qti-loose-choice.ts",
4721
+ "declarations": [],
4722
+ "exports": [
4723
+ {
4724
+ "kind": "js",
4725
+ "name": "default",
4726
+ "declaration": {
4727
+ "name": "QtiLooseChoice",
4728
+ "module": "src/lib/qti-components/qti-utilities/events/qti-loose-choice.ts"
4729
+ }
4730
+ }
4731
+ ]
4732
+ },
4733
+ {
4734
+ "kind": "javascript-module",
4735
+ "path": "src/lib/qti-components/qti-utilities/events/qti-outcome-changed.ts",
4736
+ "declarations": [],
4737
+ "exports": [
4738
+ {
4739
+ "kind": "js",
4740
+ "name": "default",
4741
+ "declaration": {
4742
+ "name": "QtiOutcomeChanged",
4743
+ "module": "src/lib/qti-components/qti-utilities/events/qti-outcome-changed.ts"
4744
+ }
4745
+ }
4746
+ ]
4747
+ },
4748
+ {
4749
+ "kind": "javascript-module",
4750
+ "path": "src/lib/qti-components/qti-utilities/events/qti-register-choice.ts",
4751
+ "declarations": [],
4752
+ "exports": [
4753
+ {
4754
+ "kind": "js",
4755
+ "name": "default",
4756
+ "declaration": {
4757
+ "name": "QtiRegisterChoice",
4758
+ "module": "src/lib/qti-components/qti-utilities/events/qti-register-choice.ts"
4707
4759
  }
4708
4760
  }
4709
4761
  ]
4710
4762
  },
4711
4763
  {
4712
4764
  "kind": "javascript-module",
4713
- "path": "src/lib/qti-components/utilities/context/context.ts",
4714
- "declarations": [
4715
- {
4716
- "kind": "variable",
4717
- "name": "loggerContext"
4718
- }
4719
- ],
4765
+ "path": "src/lib/qti-components/qti-utilities/events/qti-register-hotspot.ts",
4766
+ "declarations": [],
4720
4767
  "exports": [
4721
4768
  {
4722
4769
  "kind": "js",
4723
- "name": "loggerContext",
4770
+ "name": "default",
4724
4771
  "declaration": {
4725
- "name": "loggerContext",
4726
- "module": "src/lib/qti-components/utilities/context/context.ts"
4772
+ "name": "QtiRegisterHotspot",
4773
+ "module": "src/lib/qti-components/qti-utilities/events/qti-register-hotspot.ts"
4727
4774
  }
4728
4775
  }
4729
4776
  ]
4730
4777
  },
4731
4778
  {
4732
4779
  "kind": "javascript-module",
4733
- "path": "src/lib/qti-components/utilities/decorators/liveQuery.ts",
4734
- "declarations": [
4735
- {
4736
- "kind": "function",
4737
- "name": "liveQuery",
4738
- "parameters": [
4739
- {
4740
- "name": "querySelector",
4741
- "type": {
4742
- "text": "string"
4743
- }
4744
- },
4745
- {
4746
- "name": "options",
4747
- "optional": true,
4748
- "type": {
4749
- "text": "LiveQueryOptions"
4750
- }
4751
- }
4752
- ]
4753
- }
4754
- ],
4780
+ "path": "src/lib/qti-components/qti-utilities/events/qti-register-interaction.ts",
4781
+ "declarations": [],
4755
4782
  "exports": [
4756
4783
  {
4757
4784
  "kind": "js",
4758
- "name": "liveQuery",
4785
+ "name": "default",
4759
4786
  "declaration": {
4760
- "name": "liveQuery",
4761
- "module": "src/lib/qti-components/utilities/decorators/liveQuery.ts"
4787
+ "name": "QtiRegisterInteraction",
4788
+ "module": "src/lib/qti-components/qti-utilities/events/qti-register-interaction.ts"
4762
4789
  }
4763
4790
  }
4764
4791
  ]
4765
4792
  },
4766
4793
  {
4767
4794
  "kind": "javascript-module",
4768
- "path": "src/lib/qti-components/utilities/decorators/watch.ts",
4769
- "declarations": [
4770
- {
4771
- "kind": "function",
4772
- "name": "watch",
4773
- "parameters": [
4774
- {
4775
- "name": "propertyName",
4776
- "type": {
4777
- "text": "string | string[]"
4778
- }
4779
- },
4780
- {
4781
- "name": "options",
4782
- "optional": true,
4783
- "type": {
4784
- "text": "WatchOptions"
4785
- }
4786
- }
4787
- ],
4788
- "description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
4789
- }
4790
- ],
4795
+ "path": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts",
4796
+ "declarations": [],
4791
4797
  "exports": [
4792
4798
  {
4793
4799
  "kind": "js",
4794
- "name": "watch",
4800
+ "name": "default",
4795
4801
  "declaration": {
4796
- "name": "watch",
4797
- "module": "src/lib/qti-components/utilities/decorators/watch.ts"
4802
+ "name": "QtiRegisterVariable",
4803
+ "module": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts"
4798
4804
  }
4799
4805
  }
4800
4806
  ]
@@ -5533,36 +5539,121 @@
5533
5539
  },
5534
5540
  {
5535
5541
  "kind": "javascript-module",
5536
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
5542
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
5537
5543
  "declarations": [
5538
5544
  {
5539
5545
  "kind": "class",
5540
5546
  "description": "",
5541
- "name": "QtiAnd",
5547
+ "name": "QtiResponseIf",
5542
5548
  "members": [],
5543
5549
  "superclass": {
5544
- "name": "QtiConditionExpression",
5545
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5550
+ "name": "QtiResponseElse",
5551
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
5546
5552
  },
5547
- "tagName": "qti-and",
5553
+ "tagName": "qti-response-if",
5554
+ "customElement": true,
5555
+ "attributes": [
5556
+ {
5557
+ "name": "debugCalculateResult",
5558
+ "type": {
5559
+ "text": "object"
5560
+ },
5561
+ "fieldName": "debugCalculateResult",
5562
+ "inheritedFrom": {
5563
+ "name": "QtiResponseElse",
5564
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
5565
+ }
5566
+ }
5567
+ ]
5568
+ }
5569
+ ],
5570
+ "exports": [
5571
+ {
5572
+ "kind": "js",
5573
+ "name": "QtiResponseIf",
5574
+ "declaration": {
5575
+ "name": "QtiResponseIf",
5576
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5577
+ }
5578
+ },
5579
+ {
5580
+ "kind": "custom-element-definition",
5581
+ "name": "qti-response-if",
5582
+ "declaration": {
5583
+ "name": "QtiResponseIf",
5584
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5585
+ }
5586
+ }
5587
+ ]
5588
+ },
5589
+ {
5590
+ "kind": "javascript-module",
5591
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
5592
+ "declarations": [
5593
+ {
5594
+ "kind": "class",
5595
+ "description": "",
5596
+ "name": "QtiResponseCondition",
5597
+ "members": [],
5598
+ "superclass": {
5599
+ "name": "QtiRule",
5600
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
5601
+ },
5602
+ "tagName": "qti-response-condition",
5548
5603
  "customElement": true
5549
5604
  }
5550
5605
  ],
5551
5606
  "exports": [
5552
5607
  {
5553
5608
  "kind": "js",
5554
- "name": "QtiAnd",
5609
+ "name": "QtiResponseCondition",
5555
5610
  "declaration": {
5556
- "name": "QtiAnd",
5557
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5611
+ "name": "QtiResponseCondition",
5612
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
5558
5613
  }
5559
5614
  },
5560
5615
  {
5561
5616
  "kind": "custom-element-definition",
5562
- "name": "qti-and",
5617
+ "name": "qti-response-condition",
5563
5618
  "declaration": {
5564
- "name": "QtiAnd",
5565
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5619
+ "name": "QtiResponseCondition",
5620
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
5621
+ }
5622
+ }
5623
+ ]
5624
+ },
5625
+ {
5626
+ "kind": "javascript-module",
5627
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
5628
+ "declarations": [
5629
+ {
5630
+ "kind": "class",
5631
+ "description": "",
5632
+ "name": "QtiSetOutcomeValue",
5633
+ "members": [],
5634
+ "superclass": {
5635
+ "name": "QtiRule",
5636
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
5637
+ },
5638
+ "tagName": "qti-set-outcome-value",
5639
+ "customElement": true
5640
+ }
5641
+ ],
5642
+ "exports": [
5643
+ {
5644
+ "kind": "js",
5645
+ "name": "QtiSetOutcomeValue",
5646
+ "declaration": {
5647
+ "name": "QtiSetOutcomeValue",
5648
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
5649
+ }
5650
+ },
5651
+ {
5652
+ "kind": "custom-element-definition",
5653
+ "name": "qti-set-outcome-value",
5654
+ "declaration": {
5655
+ "name": "QtiSetOutcomeValue",
5656
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
5566
5657
  }
5567
5658
  }
5568
5659
  ]
@@ -5590,25 +5681,97 @@
5590
5681
  "name": "QtiExpression",
5591
5682
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5592
5683
  },
5593
- "tagName": "qti-base-value",
5684
+ "tagName": "qti-base-value",
5685
+ "customElement": true
5686
+ }
5687
+ ],
5688
+ "exports": [
5689
+ {
5690
+ "kind": "js",
5691
+ "name": "QtiBaseValue",
5692
+ "declaration": {
5693
+ "name": "QtiBaseValue",
5694
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
5695
+ }
5696
+ },
5697
+ {
5698
+ "kind": "custom-element-definition",
5699
+ "name": "qti-base-value",
5700
+ "declaration": {
5701
+ "name": "QtiBaseValue",
5702
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
5703
+ }
5704
+ }
5705
+ ]
5706
+ },
5707
+ {
5708
+ "kind": "javascript-module",
5709
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
5710
+ "declarations": [
5711
+ {
5712
+ "kind": "class",
5713
+ "description": "",
5714
+ "name": "QtiAnd",
5715
+ "members": [],
5716
+ "superclass": {
5717
+ "name": "QtiConditionExpression",
5718
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5719
+ },
5720
+ "tagName": "qti-and",
5721
+ "customElement": true
5722
+ }
5723
+ ],
5724
+ "exports": [
5725
+ {
5726
+ "kind": "js",
5727
+ "name": "QtiAnd",
5728
+ "declaration": {
5729
+ "name": "QtiAnd",
5730
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5731
+ }
5732
+ },
5733
+ {
5734
+ "kind": "custom-element-definition",
5735
+ "name": "qti-and",
5736
+ "declaration": {
5737
+ "name": "QtiAnd",
5738
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5739
+ }
5740
+ }
5741
+ ]
5742
+ },
5743
+ {
5744
+ "kind": "javascript-module",
5745
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
5746
+ "declarations": [
5747
+ {
5748
+ "kind": "class",
5749
+ "description": "",
5750
+ "name": "QtiCorrect",
5751
+ "members": [],
5752
+ "superclass": {
5753
+ "name": "QtiExpression",
5754
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5755
+ },
5756
+ "tagName": "qti-correct",
5594
5757
  "customElement": true
5595
5758
  }
5596
5759
  ],
5597
5760
  "exports": [
5598
5761
  {
5599
5762
  "kind": "js",
5600
- "name": "QtiBaseValue",
5763
+ "name": "QtiCorrect",
5601
5764
  "declaration": {
5602
- "name": "QtiBaseValue",
5603
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
5765
+ "name": "QtiCorrect",
5766
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
5604
5767
  }
5605
5768
  },
5606
5769
  {
5607
5770
  "kind": "custom-element-definition",
5608
- "name": "qti-base-value",
5771
+ "name": "qti-correct",
5609
5772
  "declaration": {
5610
- "name": "QtiBaseValue",
5611
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
5773
+ "name": "QtiCorrect",
5774
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
5612
5775
  }
5613
5776
  }
5614
5777
  ]
@@ -5651,36 +5814,46 @@
5651
5814
  },
5652
5815
  {
5653
5816
  "kind": "javascript-module",
5654
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
5817
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
5655
5818
  "declarations": [
5656
5819
  {
5657
5820
  "kind": "class",
5658
5821
  "description": "",
5659
- "name": "QtiCorrect",
5822
+ "name": "QtiEqualRounded",
5660
5823
  "members": [],
5824
+ "attributes": [
5825
+ {
5826
+ "name": "roundingMode",
5827
+ "type": {
5828
+ "text": "| \"decimalPlaces\"\n | \"significantFigures\""
5829
+ },
5830
+ "default": "\"significantFigures\"",
5831
+ "fieldName": "roundingMode"
5832
+ }
5833
+ ],
5661
5834
  "superclass": {
5662
5835
  "name": "QtiExpression",
5663
5836
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5664
5837
  },
5665
- "tagName": "qti-correct",
5838
+ "tagName": "qti-equal-rounded",
5666
5839
  "customElement": true
5667
5840
  }
5668
5841
  ],
5669
5842
  "exports": [
5670
5843
  {
5671
5844
  "kind": "js",
5672
- "name": "QtiCorrect",
5845
+ "name": "QtiEqualRounded",
5673
5846
  "declaration": {
5674
- "name": "QtiCorrect",
5675
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
5847
+ "name": "QtiEqualRounded",
5848
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
5676
5849
  }
5677
5850
  },
5678
5851
  {
5679
5852
  "kind": "custom-element-definition",
5680
- "name": "qti-correct",
5853
+ "name": "qti-equal-rounded",
5681
5854
  "declaration": {
5682
- "name": "QtiCorrect",
5683
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
5855
+ "name": "QtiEqualRounded",
5856
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
5684
5857
  }
5685
5858
  }
5686
5859
  ]
@@ -5731,52 +5904,6 @@
5731
5904
  }
5732
5905
  ]
5733
5906
  },
5734
- {
5735
- "kind": "javascript-module",
5736
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
5737
- "declarations": [
5738
- {
5739
- "kind": "class",
5740
- "description": "",
5741
- "name": "QtiEqualRounded",
5742
- "members": [],
5743
- "attributes": [
5744
- {
5745
- "name": "roundingMode",
5746
- "type": {
5747
- "text": "| \"decimalPlaces\"\n | \"significantFigures\""
5748
- },
5749
- "default": "\"significantFigures\"",
5750
- "fieldName": "roundingMode"
5751
- }
5752
- ],
5753
- "superclass": {
5754
- "name": "QtiExpression",
5755
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5756
- },
5757
- "tagName": "qti-equal-rounded",
5758
- "customElement": true
5759
- }
5760
- ],
5761
- "exports": [
5762
- {
5763
- "kind": "js",
5764
- "name": "QtiEqualRounded",
5765
- "declaration": {
5766
- "name": "QtiEqualRounded",
5767
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
5768
- }
5769
- },
5770
- {
5771
- "kind": "custom-element-definition",
5772
- "name": "qti-equal-rounded",
5773
- "declaration": {
5774
- "name": "QtiEqualRounded",
5775
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
5776
- }
5777
- }
5778
- ]
5779
- },
5780
5907
  {
5781
5908
  "kind": "javascript-module",
5782
5909
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
@@ -6028,72 +6155,72 @@
6028
6155
  },
6029
6156
  {
6030
6157
  "kind": "javascript-module",
6031
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6158
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
6032
6159
  "declarations": [
6033
6160
  {
6034
6161
  "kind": "class",
6035
6162
  "description": "",
6036
- "name": "QtiMultiple",
6163
+ "name": "QtiOr",
6037
6164
  "members": [],
6038
6165
  "superclass": {
6039
- "name": "QtiExpression",
6040
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6166
+ "name": "QtiConditionExpression",
6167
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6041
6168
  },
6042
- "tagName": "qti-multiple",
6169
+ "tagName": "qti-or",
6043
6170
  "customElement": true
6044
6171
  }
6045
6172
  ],
6046
6173
  "exports": [
6047
6174
  {
6048
6175
  "kind": "js",
6049
- "name": "QtiMultiple",
6176
+ "name": "QtiOr",
6050
6177
  "declaration": {
6051
- "name": "QtiMultiple",
6052
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6178
+ "name": "QtiOr",
6179
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6053
6180
  }
6054
6181
  },
6055
6182
  {
6056
6183
  "kind": "custom-element-definition",
6057
- "name": "qti-multiple",
6184
+ "name": "qti-or",
6058
6185
  "declaration": {
6059
- "name": "QtiMultiple",
6060
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6186
+ "name": "QtiOr",
6187
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6061
6188
  }
6062
6189
  }
6063
6190
  ]
6064
6191
  },
6065
6192
  {
6066
6193
  "kind": "javascript-module",
6067
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
6194
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6068
6195
  "declarations": [
6069
6196
  {
6070
6197
  "kind": "class",
6071
6198
  "description": "",
6072
- "name": "QtiOr",
6199
+ "name": "QtiMultiple",
6073
6200
  "members": [],
6074
6201
  "superclass": {
6075
- "name": "QtiConditionExpression",
6076
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6202
+ "name": "QtiExpression",
6203
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6077
6204
  },
6078
- "tagName": "qti-or",
6205
+ "tagName": "qti-multiple",
6079
6206
  "customElement": true
6080
6207
  }
6081
6208
  ],
6082
6209
  "exports": [
6083
6210
  {
6084
6211
  "kind": "js",
6085
- "name": "QtiOr",
6212
+ "name": "QtiMultiple",
6086
6213
  "declaration": {
6087
- "name": "QtiOr",
6088
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6214
+ "name": "QtiMultiple",
6215
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6089
6216
  }
6090
6217
  },
6091
6218
  {
6092
6219
  "kind": "custom-element-definition",
6093
- "name": "qti-or",
6220
+ "name": "qti-multiple",
6094
6221
  "declaration": {
6095
- "name": "QtiOr",
6096
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6222
+ "name": "QtiMultiple",
6223
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6097
6224
  }
6098
6225
  }
6099
6226
  ]
@@ -6170,127 +6297,6 @@
6170
6297
  }
6171
6298
  ]
6172
6299
  },
6173
- {
6174
- "kind": "javascript-module",
6175
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6176
- "declarations": [
6177
- {
6178
- "kind": "class",
6179
- "description": "",
6180
- "name": "QtiResponseIf",
6181
- "members": [],
6182
- "superclass": {
6183
- "name": "QtiResponseElse",
6184
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6185
- },
6186
- "tagName": "qti-response-if",
6187
- "customElement": true,
6188
- "attributes": [
6189
- {
6190
- "name": "debugCalculateResult",
6191
- "type": {
6192
- "text": "object"
6193
- },
6194
- "fieldName": "debugCalculateResult",
6195
- "inheritedFrom": {
6196
- "name": "QtiResponseElse",
6197
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
6198
- }
6199
- }
6200
- ]
6201
- }
6202
- ],
6203
- "exports": [
6204
- {
6205
- "kind": "js",
6206
- "name": "QtiResponseIf",
6207
- "declaration": {
6208
- "name": "QtiResponseIf",
6209
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6210
- }
6211
- },
6212
- {
6213
- "kind": "custom-element-definition",
6214
- "name": "qti-response-if",
6215
- "declaration": {
6216
- "name": "QtiResponseIf",
6217
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6218
- }
6219
- }
6220
- ]
6221
- },
6222
- {
6223
- "kind": "javascript-module",
6224
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
6225
- "declarations": [
6226
- {
6227
- "kind": "class",
6228
- "description": "",
6229
- "name": "QtiResponseCondition",
6230
- "members": [],
6231
- "superclass": {
6232
- "name": "QtiRule",
6233
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6234
- },
6235
- "tagName": "qti-response-condition",
6236
- "customElement": true
6237
- }
6238
- ],
6239
- "exports": [
6240
- {
6241
- "kind": "js",
6242
- "name": "QtiResponseCondition",
6243
- "declaration": {
6244
- "name": "QtiResponseCondition",
6245
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6246
- }
6247
- },
6248
- {
6249
- "kind": "custom-element-definition",
6250
- "name": "qti-response-condition",
6251
- "declaration": {
6252
- "name": "QtiResponseCondition",
6253
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6254
- }
6255
- }
6256
- ]
6257
- },
6258
- {
6259
- "kind": "javascript-module",
6260
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
6261
- "declarations": [
6262
- {
6263
- "kind": "class",
6264
- "description": "",
6265
- "name": "QtiSetOutcomeValue",
6266
- "members": [],
6267
- "superclass": {
6268
- "name": "QtiRule",
6269
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6270
- },
6271
- "tagName": "qti-set-outcome-value",
6272
- "customElement": true
6273
- }
6274
- ],
6275
- "exports": [
6276
- {
6277
- "kind": "js",
6278
- "name": "QtiSetOutcomeValue",
6279
- "declaration": {
6280
- "name": "QtiSetOutcomeValue",
6281
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
6282
- }
6283
- },
6284
- {
6285
- "kind": "custom-element-definition",
6286
- "name": "qti-set-outcome-value",
6287
- "declaration": {
6288
- "name": "QtiSetOutcomeValue",
6289
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
6290
- }
6291
- }
6292
- ]
6293
- },
6294
6300
  {
6295
6301
  "kind": "javascript-module",
6296
6302
  "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif.ts",