@citolab/qti-components 6.0.20 → 6.0.23

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 (47) hide show
  1. package/dist/audience-context-444478f4.d.ts +8 -0
  2. package/dist/chunk-3O4URV5U.cjs +1 -0
  3. package/dist/chunk-5GG2XAUT.js +1 -0
  4. package/dist/chunk-6RJ7J4AE.cjs +1 -0
  5. package/dist/{chunk-5RZQOWDC.js → chunk-EHTDKAYF.js} +27 -5
  6. package/dist/chunk-GGEPFBR7.cjs +1 -0
  7. package/dist/chunk-HOQW4KDA.cjs +1 -0
  8. package/dist/{chunk-AQI672QR.js → chunk-VI35S4EM.cjs} +28 -6
  9. package/dist/context/index.cjs +1 -0
  10. package/dist/context/index.d.cts +1 -0
  11. package/dist/context/index.d.ts +1 -1
  12. package/dist/context/index.js +1 -1
  13. package/dist/custom-elements.json +653 -600
  14. package/dist/decorators/index.cjs +1 -0
  15. package/dist/decorators/index.d.cts +37 -0
  16. package/dist/index.cjs +2911 -0
  17. package/dist/index.css +25 -3
  18. package/dist/index.d.cts +1052 -0
  19. package/dist/index.d.ts +38 -41
  20. package/dist/index.js +98 -66
  21. package/dist/{qti-assessment-item-f1fcf393.d.ts → qti-assessment-item-e8a67444.d.ts} +17 -28
  22. package/dist/qti-components/index.cjs +419 -0
  23. package/dist/qti-components/index.d.cts +561 -0
  24. package/dist/qti-components/index.d.ts +24 -14
  25. package/dist/qti-components/index.js +76 -66
  26. package/dist/qti-item/index.cjs +1 -0
  27. package/dist/qti-item/index.d.cts +4 -0
  28. package/dist/qti-item/index.d.ts +2 -2
  29. package/dist/qti-item/index.js +1 -1
  30. package/dist/{qti-item-8c26fa9e.d.ts → qti-item-77742afa.d.ts} +1 -1
  31. package/dist/qti-item-react/index.cjs +1 -0
  32. package/dist/qti-item-react/index.d.cts +30 -0
  33. package/dist/qti-item-react/index.d.ts +3 -3
  34. package/dist/qti-item-react/index.js +1 -1
  35. package/dist/{qti-simple-choice-3e910d03.d.ts → qti-simple-choice-b4b79072.d.ts} +2 -2
  36. package/dist/qti-transform/index.cjs +17 -0
  37. package/dist/qti-transform/index.d.cts +17 -0
  38. package/package.json +25 -15
  39. package/dist/chunk-FIJLDR56.js +0 -2204
  40. package/dist/chunk-HQKT4SJF.js +0 -1
  41. package/dist/chunk-RPGALUIV.js +0 -1
  42. package/dist/chunk-UD6XWG6V.js +0 -2205
  43. package/dist/context-a957e50e.d.ts +0 -9
  44. package/dist/qti-assessment-item-68bcc951.d.ts +0 -121
  45. package/dist/qti-item-e1fc6a70.d.ts +0 -30
  46. package/dist/qti-simple-choice-ca9b86db.d.ts +0 -352
  47. package/dist/qti-simple-choice-d1392d78.d.ts +0 -352
@@ -4,20 +4,20 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "src/lib/context/context.ts",
7
+ "path": "src/lib/context/audience-context.ts",
8
8
  "declarations": [
9
9
  {
10
10
  "kind": "variable",
11
- "name": "loggerContext"
11
+ "name": "audienceContext"
12
12
  }
13
13
  ],
14
14
  "exports": [
15
15
  {
16
16
  "kind": "js",
17
- "name": "loggerContext",
17
+ "name": "audienceContext",
18
18
  "declaration": {
19
- "name": "loggerContext",
20
- "module": "src/lib/context/context.ts"
19
+ "name": "audienceContext",
20
+ "module": "src/lib/context/audience-context.ts"
21
21
  }
22
22
  }
23
23
  ]
@@ -32,7 +32,7 @@
32
32
  "name": "*",
33
33
  "declaration": {
34
34
  "name": "*",
35
- "package": "./context"
35
+ "package": "./audience-context"
36
36
  }
37
37
  }
38
38
  ]
@@ -131,122 +131,6 @@
131
131
  }
132
132
  ]
133
133
  },
134
- {
135
- "kind": "javascript-module",
136
- "path": "src/lib/qti-transform/index.ts",
137
- "declarations": [],
138
- "exports": [
139
- {
140
- "kind": "js",
141
- "name": "*",
142
- "declaration": {
143
- "name": "*",
144
- "package": "./qti-transform"
145
- }
146
- }
147
- ]
148
- },
149
- {
150
- "kind": "javascript-module",
151
- "path": "src/lib/qti-transform/qti-transform.ts",
152
- "declarations": [
153
- {
154
- "kind": "function",
155
- "name": "qtiTransform",
156
- "parameters": [
157
- {
158
- "name": "xmlValue",
159
- "type": {
160
- "text": "string"
161
- }
162
- }
163
- ]
164
- }
165
- ],
166
- "exports": [
167
- {
168
- "kind": "js",
169
- "name": "qtiTransform",
170
- "declaration": {
171
- "name": "qtiTransform",
172
- "module": "src/lib/qti-transform/qti-transform.ts"
173
- }
174
- }
175
- ]
176
- },
177
- {
178
- "kind": "javascript-module",
179
- "path": "src/lib/qti-item/index.ts",
180
- "declarations": [],
181
- "exports": [
182
- {
183
- "kind": "js",
184
- "name": "*",
185
- "declaration": {
186
- "name": "*",
187
- "package": "./qti-item"
188
- }
189
- }
190
- ]
191
- },
192
- {
193
- "kind": "javascript-module",
194
- "path": "src/lib/qti-item/qti-item.ts",
195
- "declarations": [
196
- {
197
- "kind": "class",
198
- "description": "",
199
- "name": "QtiItem",
200
- "members": [],
201
- "attributes": [
202
- {
203
- "name": "disabled",
204
- "type": {
205
- "text": "boolean"
206
- },
207
- "default": "false",
208
- "fieldName": "disabled"
209
- },
210
- {
211
- "name": "readonly",
212
- "type": {
213
- "text": "boolean"
214
- },
215
- "default": "false",
216
- "fieldName": "readonly"
217
- },
218
- {
219
- "name": "xml",
220
- "fieldName": "xml"
221
- }
222
- ],
223
- "superclass": {
224
- "name": "LitElement",
225
- "package": "lit"
226
- },
227
- "tagName": "qti-item",
228
- "customElement": true
229
- }
230
- ],
231
- "exports": [
232
- {
233
- "kind": "js",
234
- "name": "QtiItem",
235
- "declaration": {
236
- "name": "QtiItem",
237
- "module": "src/lib/qti-item/qti-item.ts"
238
- }
239
- },
240
- {
241
- "kind": "custom-element-definition",
242
- "name": "qti-item",
243
- "declaration": {
244
- "name": "QtiItem",
245
- "module": "src/lib/qti-item/qti-item.ts"
246
- }
247
- }
248
- ]
249
- },
250
134
  {
251
135
  "kind": "javascript-module",
252
136
  "path": "src/lib/qti-item-react/index.ts",
@@ -674,6 +558,122 @@
674
558
  }
675
559
  ]
676
560
  },
561
+ {
562
+ "kind": "javascript-module",
563
+ "path": "src/lib/qti-transform/index.ts",
564
+ "declarations": [],
565
+ "exports": [
566
+ {
567
+ "kind": "js",
568
+ "name": "*",
569
+ "declaration": {
570
+ "name": "*",
571
+ "package": "./qti-transform"
572
+ }
573
+ }
574
+ ]
575
+ },
576
+ {
577
+ "kind": "javascript-module",
578
+ "path": "src/lib/qti-transform/qti-transform.ts",
579
+ "declarations": [
580
+ {
581
+ "kind": "function",
582
+ "name": "qtiTransform",
583
+ "parameters": [
584
+ {
585
+ "name": "xmlValue",
586
+ "type": {
587
+ "text": "string"
588
+ }
589
+ }
590
+ ]
591
+ }
592
+ ],
593
+ "exports": [
594
+ {
595
+ "kind": "js",
596
+ "name": "qtiTransform",
597
+ "declaration": {
598
+ "name": "qtiTransform",
599
+ "module": "src/lib/qti-transform/qti-transform.ts"
600
+ }
601
+ }
602
+ ]
603
+ },
604
+ {
605
+ "kind": "javascript-module",
606
+ "path": "src/lib/qti-item/index.ts",
607
+ "declarations": [],
608
+ "exports": [
609
+ {
610
+ "kind": "js",
611
+ "name": "*",
612
+ "declaration": {
613
+ "name": "*",
614
+ "package": "./qti-item"
615
+ }
616
+ }
617
+ ]
618
+ },
619
+ {
620
+ "kind": "javascript-module",
621
+ "path": "src/lib/qti-item/qti-item.ts",
622
+ "declarations": [
623
+ {
624
+ "kind": "class",
625
+ "description": "",
626
+ "name": "QtiItem",
627
+ "members": [],
628
+ "attributes": [
629
+ {
630
+ "name": "disabled",
631
+ "type": {
632
+ "text": "boolean"
633
+ },
634
+ "default": "false",
635
+ "fieldName": "disabled"
636
+ },
637
+ {
638
+ "name": "readonly",
639
+ "type": {
640
+ "text": "boolean"
641
+ },
642
+ "default": "false",
643
+ "fieldName": "readonly"
644
+ },
645
+ {
646
+ "name": "xml",
647
+ "fieldName": "xml"
648
+ }
649
+ ],
650
+ "superclass": {
651
+ "name": "LitElement",
652
+ "package": "lit"
653
+ },
654
+ "tagName": "qti-item",
655
+ "customElement": true
656
+ }
657
+ ],
658
+ "exports": [
659
+ {
660
+ "kind": "js",
661
+ "name": "QtiItem",
662
+ "declaration": {
663
+ "name": "QtiItem",
664
+ "module": "src/lib/qti-item/qti-item.ts"
665
+ }
666
+ },
667
+ {
668
+ "kind": "custom-element-definition",
669
+ "name": "qti-item",
670
+ "declaration": {
671
+ "name": "QtiItem",
672
+ "module": "src/lib/qti-item/qti-item.ts"
673
+ }
674
+ }
675
+ ]
676
+ },
677
677
  {
678
678
  "kind": "javascript-module",
679
679
  "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
@@ -696,6 +696,13 @@
696
696
  "text": "CustomEvent"
697
697
  }
698
698
  },
699
+ {
700
+ "name": "qti-response-processing",
701
+ "type": {
702
+ "text": "CustomEvent"
703
+ },
704
+ "description": "Emitted when response-processing is called."
705
+ },
699
706
  {
700
707
  "name": "qti-interaction-changed",
701
708
  "type": {
@@ -708,7 +715,7 @@
708
715
  "type": {
709
716
  "text": "CustomEvent"
710
717
  },
711
- "description": "Emitted when the radio group receives user input."
718
+ "description": "Emitted when an outcome has changed."
712
719
  }
713
720
  ],
714
721
  "attributes": [
@@ -1838,6 +1845,14 @@
1838
1845
  "package": "./qti-expression/qti-printed-variable/qti-printed-variable"
1839
1846
  }
1840
1847
  },
1848
+ {
1849
+ "kind": "js",
1850
+ "name": "*",
1851
+ "declaration": {
1852
+ "name": "*",
1853
+ "package": "./qti-expression/qti-member/qti-member"
1854
+ }
1855
+ },
1841
1856
  {
1842
1857
  "kind": "js",
1843
1858
  "name": "*",
@@ -2803,26 +2818,41 @@
2803
2818
  },
2804
2819
  {
2805
2820
  "kind": "javascript-module",
2806
- "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
2821
+ "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
2807
2822
  "declarations": [
2808
2823
  {
2809
2824
  "kind": "class",
2810
2825
  "description": "",
2811
- "name": "QtiGapMatchInteraction",
2826
+ "name": "QtiExtendedTextInteraction",
2812
2827
  "members": [],
2813
- "mixins": [
2828
+ "attributes": [
2814
2829
  {
2815
- "name": "DragDropInteractionMixin",
2816
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2817
- }
2818
- ],
2819
- "superclass": {
2820
- "name": "LitElement",
2821
- "package": "lit"
2822
- },
2823
- "tagName": "qti-gap-match-interaction",
2824
- "customElement": true,
2825
- "attributes": [
2830
+ "name": "expected-length",
2831
+ "type": {
2832
+ "text": "number"
2833
+ },
2834
+ "description": "expected length is mapped to the property maxlength on the textarea",
2835
+ "fieldName": "expectedLength"
2836
+ },
2837
+ {
2838
+ "name": "pattern-mask",
2839
+ "type": {
2840
+ "text": "string"
2841
+ },
2842
+ "fieldName": "patternMask"
2843
+ },
2844
+ {
2845
+ "name": "placeholder-text",
2846
+ "type": {
2847
+ "text": "string"
2848
+ },
2849
+ "description": "text appearing in the extended-text-nteraction if it is empty",
2850
+ "fieldName": "placeholderText"
2851
+ },
2852
+ {
2853
+ "name": "class",
2854
+ "fieldName": "classNames"
2855
+ },
2826
2856
  {
2827
2857
  "name": "response-identifier",
2828
2858
  "type": {
@@ -2831,8 +2861,8 @@
2831
2861
  "default": "''",
2832
2862
  "fieldName": "responseIdentifier",
2833
2863
  "inheritedFrom": {
2834
- "name": "DragDropInteractionMixin",
2835
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2864
+ "name": "Interaction",
2865
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2836
2866
  }
2837
2867
  },
2838
2868
  {
@@ -2841,10 +2871,11 @@
2841
2871
  "text": "boolean"
2842
2872
  },
2843
2873
  "default": "false",
2874
+ "description": "disabled should be exposed to the attributes and accessible as property",
2844
2875
  "fieldName": "disabled",
2845
2876
  "inheritedFrom": {
2846
- "name": "DroppablesMixin",
2847
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2877
+ "name": "Interaction",
2878
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2848
2879
  }
2849
2880
  },
2850
2881
  {
@@ -2853,37 +2884,20 @@
2853
2884
  "text": "boolean"
2854
2885
  },
2855
2886
  "default": "false",
2887
+ "description": "readonly should be exposed to the attributes and accessible as property",
2856
2888
  "fieldName": "readonly",
2857
2889
  "inheritedFrom": {
2858
- "name": "DragDropInteractionMixin",
2859
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2860
- }
2861
- },
2862
- {
2863
- "name": "min-associations",
2864
- "type": {
2865
- "text": "number"
2866
- },
2867
- "default": "1",
2868
- "fieldName": "minAssociations",
2869
- "inheritedFrom": {
2870
- "name": "DragDropInteractionMixin",
2871
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2872
- }
2873
- },
2874
- {
2875
- "name": "max-associations",
2876
- "type": {
2877
- "text": "number"
2878
- },
2879
- "default": "1",
2880
- "fieldName": "maxAssociations",
2881
- "inheritedFrom": {
2882
- "name": "DragDropInteractionMixin",
2883
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2890
+ "name": "Interaction",
2891
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2884
2892
  }
2885
2893
  }
2886
2894
  ],
2895
+ "superclass": {
2896
+ "name": "Interaction",
2897
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2898
+ },
2899
+ "tagName": "qti-extended-text-interaction",
2900
+ "customElement": true,
2887
2901
  "events": [
2888
2902
  {
2889
2903
  "name": "qti-register-interaction",
@@ -2891,8 +2905,8 @@
2891
2905
  "text": "CustomEvent"
2892
2906
  },
2893
2907
  "inheritedFrom": {
2894
- "name": "DragDropInteractionMixin",
2895
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2908
+ "name": "Interaction",
2909
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2896
2910
  }
2897
2911
  },
2898
2912
  {
@@ -2901,8 +2915,8 @@
2901
2915
  "text": "CustomEvent"
2902
2916
  },
2903
2917
  "inheritedFrom": {
2904
- "name": "DragDropInteractionMixin",
2905
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2918
+ "name": "Interaction",
2919
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2906
2920
  }
2907
2921
  }
2908
2922
  ]
@@ -2911,59 +2925,44 @@
2911
2925
  "exports": [
2912
2926
  {
2913
2927
  "kind": "js",
2914
- "name": "QtiGapMatchInteraction",
2928
+ "name": "QtiExtendedTextInteraction",
2915
2929
  "declaration": {
2916
- "name": "QtiGapMatchInteraction",
2917
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2930
+ "name": "QtiExtendedTextInteraction",
2931
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
2918
2932
  }
2919
2933
  },
2920
2934
  {
2921
2935
  "kind": "custom-element-definition",
2922
- "name": "qti-gap-match-interaction",
2936
+ "name": "qti-extended-text-interaction",
2923
2937
  "declaration": {
2924
- "name": "QtiGapMatchInteraction",
2925
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2938
+ "name": "QtiExtendedTextInteraction",
2939
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
2926
2940
  }
2927
2941
  }
2928
2942
  ]
2929
2943
  },
2930
2944
  {
2931
2945
  "kind": "javascript-module",
2932
- "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
2946
+ "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
2933
2947
  "declarations": [
2934
2948
  {
2935
2949
  "kind": "class",
2936
2950
  "description": "",
2937
- "name": "QtiExtendedTextInteraction",
2951
+ "name": "QtiGapMatchInteraction",
2938
2952
  "members": [],
2939
- "attributes": [
2940
- {
2941
- "name": "expected-length",
2942
- "type": {
2943
- "text": "number"
2944
- },
2945
- "description": "expected length is mapped to the property maxlength on the textarea",
2946
- "fieldName": "expectedLength"
2947
- },
2948
- {
2949
- "name": "pattern-mask",
2950
- "type": {
2951
- "text": "string"
2952
- },
2953
- "fieldName": "patternMask"
2954
- },
2955
- {
2956
- "name": "placeholder-text",
2957
- "type": {
2958
- "text": "string"
2959
- },
2960
- "description": "text appearing in the extended-text-nteraction if it is empty",
2961
- "fieldName": "placeholderText"
2962
- },
2953
+ "mixins": [
2963
2954
  {
2964
- "name": "class",
2965
- "fieldName": "classNames"
2966
- },
2955
+ "name": "DragDropInteractionMixin",
2956
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2957
+ }
2958
+ ],
2959
+ "superclass": {
2960
+ "name": "LitElement",
2961
+ "package": "lit"
2962
+ },
2963
+ "tagName": "qti-gap-match-interaction",
2964
+ "customElement": true,
2965
+ "attributes": [
2967
2966
  {
2968
2967
  "name": "response-identifier",
2969
2968
  "type": {
@@ -2972,8 +2971,8 @@
2972
2971
  "default": "''",
2973
2972
  "fieldName": "responseIdentifier",
2974
2973
  "inheritedFrom": {
2975
- "name": "Interaction",
2976
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2974
+ "name": "DragDropInteractionMixin",
2975
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2977
2976
  }
2978
2977
  },
2979
2978
  {
@@ -2982,11 +2981,10 @@
2982
2981
  "text": "boolean"
2983
2982
  },
2984
2983
  "default": "false",
2985
- "description": "disabled should be exposed to the attributes and accessible as property",
2986
2984
  "fieldName": "disabled",
2987
2985
  "inheritedFrom": {
2988
- "name": "Interaction",
2989
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2986
+ "name": "DroppablesMixin",
2987
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2990
2988
  }
2991
2989
  },
2992
2990
  {
@@ -2995,20 +2993,37 @@
2995
2993
  "text": "boolean"
2996
2994
  },
2997
2995
  "default": "false",
2998
- "description": "readonly should be exposed to the attributes and accessible as property",
2999
2996
  "fieldName": "readonly",
3000
2997
  "inheritedFrom": {
3001
- "name": "Interaction",
3002
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2998
+ "name": "DragDropInteractionMixin",
2999
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3000
+ }
3001
+ },
3002
+ {
3003
+ "name": "min-associations",
3004
+ "type": {
3005
+ "text": "number"
3006
+ },
3007
+ "default": "1",
3008
+ "fieldName": "minAssociations",
3009
+ "inheritedFrom": {
3010
+ "name": "DragDropInteractionMixin",
3011
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3012
+ }
3013
+ },
3014
+ {
3015
+ "name": "max-associations",
3016
+ "type": {
3017
+ "text": "number"
3018
+ },
3019
+ "default": "1",
3020
+ "fieldName": "maxAssociations",
3021
+ "inheritedFrom": {
3022
+ "name": "DragDropInteractionMixin",
3023
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3003
3024
  }
3004
3025
  }
3005
3026
  ],
3006
- "superclass": {
3007
- "name": "Interaction",
3008
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3009
- },
3010
- "tagName": "qti-extended-text-interaction",
3011
- "customElement": true,
3012
3027
  "events": [
3013
3028
  {
3014
3029
  "name": "qti-register-interaction",
@@ -3016,8 +3031,8 @@
3016
3031
  "text": "CustomEvent"
3017
3032
  },
3018
3033
  "inheritedFrom": {
3019
- "name": "Interaction",
3020
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3034
+ "name": "DragDropInteractionMixin",
3035
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3021
3036
  }
3022
3037
  },
3023
3038
  {
@@ -3026,8 +3041,8 @@
3026
3041
  "text": "CustomEvent"
3027
3042
  },
3028
3043
  "inheritedFrom": {
3029
- "name": "Interaction",
3030
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3044
+ "name": "DragDropInteractionMixin",
3045
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3031
3046
  }
3032
3047
  }
3033
3048
  ]
@@ -3036,18 +3051,18 @@
3036
3051
  "exports": [
3037
3052
  {
3038
3053
  "kind": "js",
3039
- "name": "QtiExtendedTextInteraction",
3054
+ "name": "QtiGapMatchInteraction",
3040
3055
  "declaration": {
3041
- "name": "QtiExtendedTextInteraction",
3042
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3056
+ "name": "QtiGapMatchInteraction",
3057
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
3043
3058
  }
3044
3059
  },
3045
3060
  {
3046
3061
  "kind": "custom-element-definition",
3047
- "name": "qti-extended-text-interaction",
3062
+ "name": "qti-gap-match-interaction",
3048
3063
  "declaration": {
3049
- "name": "QtiExtendedTextInteraction",
3050
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3064
+ "name": "QtiGapMatchInteraction",
3065
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
3051
3066
  }
3052
3067
  }
3053
3068
  ]
@@ -3526,18 +3541,45 @@
3526
3541
  },
3527
3542
  {
3528
3543
  "kind": "javascript-module",
3529
- "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
3544
+ "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
3530
3545
  "declarations": [
3531
3546
  {
3532
3547
  "kind": "class",
3533
3548
  "description": "",
3534
- "name": "QtiInlineChoiceInteraction",
3549
+ "name": "QtiHottextInteraction",
3535
3550
  "members": [],
3551
+ "superclass": {
3552
+ "name": "Choices",
3553
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3554
+ },
3555
+ "tagName": "qti-hottext-interaction",
3556
+ "customElement": true,
3536
3557
  "attributes": [
3537
3558
  {
3538
- "name": "",
3539
- "fieldName": "",
3540
- "attribute": ""
3559
+ "name": "min-choices",
3560
+ "type": {
3561
+ "text": "number"
3562
+ },
3563
+ "default": "0",
3564
+ "description": "the minimal number of selections a candidate must make",
3565
+ "fieldName": "minChoices",
3566
+ "inheritedFrom": {
3567
+ "name": "Choices",
3568
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3569
+ }
3570
+ },
3571
+ {
3572
+ "name": "max-choices",
3573
+ "type": {
3574
+ "text": "number"
3575
+ },
3576
+ "default": "1",
3577
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3578
+ "fieldName": "maxChoices",
3579
+ "inheritedFrom": {
3580
+ "name": "Choices",
3581
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3582
+ }
3541
3583
  },
3542
3584
  {
3543
3585
  "name": "response-identifier",
@@ -3578,12 +3620,6 @@
3578
3620
  }
3579
3621
  }
3580
3622
  ],
3581
- "superclass": {
3582
- "name": "Interaction",
3583
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3584
- },
3585
- "tagName": "qti-inline-choice-interaction",
3586
- "customElement": true,
3587
3623
  "events": [
3588
3624
  {
3589
3625
  "name": "qti-register-interaction",
@@ -3611,63 +3647,36 @@
3611
3647
  "exports": [
3612
3648
  {
3613
3649
  "kind": "js",
3614
- "name": "QtiInlineChoiceInteraction",
3650
+ "name": "QtiHottextInteraction",
3615
3651
  "declaration": {
3616
- "name": "QtiInlineChoiceInteraction",
3617
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3652
+ "name": "QtiHottextInteraction",
3653
+ "module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
3618
3654
  }
3619
3655
  },
3620
3656
  {
3621
3657
  "kind": "custom-element-definition",
3622
- "name": "qti-inline-choice-interaction",
3658
+ "name": "qti-hottext-interaction",
3623
3659
  "declaration": {
3624
- "name": "QtiInlineChoiceInteraction",
3625
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3660
+ "name": "QtiHottextInteraction",
3661
+ "module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
3626
3662
  }
3627
3663
  }
3628
3664
  ]
3629
3665
  },
3630
3666
  {
3631
3667
  "kind": "javascript-module",
3632
- "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
3668
+ "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
3633
3669
  "declarations": [
3634
3670
  {
3635
3671
  "kind": "class",
3636
3672
  "description": "",
3637
- "name": "QtiHottextInteraction",
3673
+ "name": "QtiInlineChoiceInteraction",
3638
3674
  "members": [],
3639
- "superclass": {
3640
- "name": "Choices",
3641
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3642
- },
3643
- "tagName": "qti-hottext-interaction",
3644
- "customElement": true,
3645
3675
  "attributes": [
3646
3676
  {
3647
- "name": "min-choices",
3648
- "type": {
3649
- "text": "number"
3650
- },
3651
- "default": "0",
3652
- "description": "the minimal number of selections a candidate must make",
3653
- "fieldName": "minChoices",
3654
- "inheritedFrom": {
3655
- "name": "Choices",
3656
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3657
- }
3658
- },
3659
- {
3660
- "name": "max-choices",
3661
- "type": {
3662
- "text": "number"
3663
- },
3664
- "default": "1",
3665
- "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3666
- "fieldName": "maxChoices",
3667
- "inheritedFrom": {
3668
- "name": "Choices",
3669
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3670
- }
3677
+ "name": "",
3678
+ "fieldName": "",
3679
+ "attribute": ""
3671
3680
  },
3672
3681
  {
3673
3682
  "name": "response-identifier",
@@ -3708,6 +3717,12 @@
3708
3717
  }
3709
3718
  }
3710
3719
  ],
3720
+ "superclass": {
3721
+ "name": "Interaction",
3722
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3723
+ },
3724
+ "tagName": "qti-inline-choice-interaction",
3725
+ "customElement": true,
3711
3726
  "events": [
3712
3727
  {
3713
3728
  "name": "qti-register-interaction",
@@ -3735,18 +3750,18 @@
3735
3750
  "exports": [
3736
3751
  {
3737
3752
  "kind": "js",
3738
- "name": "QtiHottextInteraction",
3753
+ "name": "QtiInlineChoiceInteraction",
3739
3754
  "declaration": {
3740
- "name": "QtiHottextInteraction",
3741
- "module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
3755
+ "name": "QtiInlineChoiceInteraction",
3756
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3742
3757
  }
3743
3758
  },
3744
3759
  {
3745
3760
  "kind": "custom-element-definition",
3746
- "name": "qti-hottext-interaction",
3761
+ "name": "qti-inline-choice-interaction",
3747
3762
  "declaration": {
3748
- "name": "QtiHottextInteraction",
3749
- "module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
3763
+ "name": "QtiInlineChoiceInteraction",
3764
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3750
3765
  }
3751
3766
  }
3752
3767
  ]
@@ -3991,12 +4006,154 @@
3991
4006
  "members": [],
3992
4007
  "attributes": [
3993
4008
  {
3994
- "name": "orientation",
4009
+ "name": "orientation",
4010
+ "type": {
4011
+ "text": "'horizontal' | 'vertical'"
4012
+ },
4013
+ "description": "orientation of choices",
4014
+ "fieldName": "orientation"
4015
+ },
4016
+ {
4017
+ "name": "response-identifier",
4018
+ "type": {
4019
+ "text": "string"
4020
+ },
4021
+ "default": "''",
4022
+ "fieldName": "responseIdentifier",
4023
+ "inheritedFrom": {
4024
+ "name": "DragDropInteractionMixin",
4025
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4026
+ }
4027
+ },
4028
+ {
4029
+ "name": "disabled",
4030
+ "type": {
4031
+ "text": "boolean"
4032
+ },
4033
+ "default": "false",
4034
+ "fieldName": "disabled",
4035
+ "inheritedFrom": {
4036
+ "name": "DroppablesMixin",
4037
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4038
+ }
4039
+ },
4040
+ {
4041
+ "name": "readonly",
4042
+ "type": {
4043
+ "text": "boolean"
4044
+ },
4045
+ "default": "false",
4046
+ "fieldName": "readonly",
4047
+ "inheritedFrom": {
4048
+ "name": "DragDropInteractionMixin",
4049
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4050
+ }
4051
+ },
4052
+ {
4053
+ "name": "min-associations",
4054
+ "type": {
4055
+ "text": "number"
4056
+ },
4057
+ "default": "1",
4058
+ "fieldName": "minAssociations",
4059
+ "inheritedFrom": {
4060
+ "name": "DragDropInteractionMixin",
4061
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4062
+ }
4063
+ },
4064
+ {
4065
+ "name": "max-associations",
4066
+ "type": {
4067
+ "text": "number"
4068
+ },
4069
+ "default": "1",
4070
+ "fieldName": "maxAssociations",
4071
+ "inheritedFrom": {
4072
+ "name": "DragDropInteractionMixin",
4073
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4074
+ }
4075
+ }
4076
+ ],
4077
+ "mixins": [
4078
+ {
4079
+ "name": "DragDropInteractionMixin",
4080
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4081
+ }
4082
+ ],
4083
+ "superclass": {
4084
+ "name": "LitElement",
4085
+ "package": "lit"
4086
+ },
4087
+ "tagName": "qti-order-interaction",
4088
+ "customElement": true,
4089
+ "events": [
4090
+ {
4091
+ "name": "qti-register-interaction",
4092
+ "type": {
4093
+ "text": "CustomEvent"
4094
+ },
4095
+ "inheritedFrom": {
4096
+ "name": "DragDropInteractionMixin",
4097
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4098
+ }
4099
+ },
4100
+ {
4101
+ "name": "qti-interaction-response",
4102
+ "type": {
4103
+ "text": "CustomEvent"
4104
+ },
4105
+ "inheritedFrom": {
4106
+ "name": "DragDropInteractionMixin",
4107
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4108
+ }
4109
+ }
4110
+ ]
4111
+ }
4112
+ ],
4113
+ "exports": [
4114
+ {
4115
+ "kind": "js",
4116
+ "name": "QtiOrderInteraction",
4117
+ "declaration": {
4118
+ "name": "QtiOrderInteraction",
4119
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4120
+ }
4121
+ },
4122
+ {
4123
+ "kind": "custom-element-definition",
4124
+ "name": "qti-order-interaction",
4125
+ "declaration": {
4126
+ "name": "QtiOrderInteraction",
4127
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4128
+ }
4129
+ }
4130
+ ]
4131
+ },
4132
+ {
4133
+ "kind": "javascript-module",
4134
+ "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
4135
+ "declarations": [
4136
+ {
4137
+ "kind": "class",
4138
+ "description": "",
4139
+ "name": "QtiSelectPointInteraction",
4140
+ "members": [],
4141
+ "attributes": [
4142
+ {
4143
+ "name": "max-choices",
4144
+ "type": {
4145
+ "text": "number"
4146
+ },
4147
+ "default": "0",
4148
+ "fieldName": "maxChoices"
4149
+ },
4150
+ {
4151
+ "name": "min-choices",
3995
4152
  "type": {
3996
- "text": "'horizontal' | 'vertical'"
4153
+ "text": "number"
3997
4154
  },
3998
- "description": "orientation of choices",
3999
- "fieldName": "orientation"
4155
+ "default": "0",
4156
+ "fieldName": "minChoices"
4000
4157
  },
4001
4158
  {
4002
4159
  "name": "response-identifier",
@@ -4006,8 +4163,8 @@
4006
4163
  "default": "''",
4007
4164
  "fieldName": "responseIdentifier",
4008
4165
  "inheritedFrom": {
4009
- "name": "DragDropInteractionMixin",
4010
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4166
+ "name": "Interaction",
4167
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4011
4168
  }
4012
4169
  },
4013
4170
  {
@@ -4016,10 +4173,11 @@
4016
4173
  "text": "boolean"
4017
4174
  },
4018
4175
  "default": "false",
4176
+ "description": "disabled should be exposed to the attributes and accessible as property",
4019
4177
  "fieldName": "disabled",
4020
4178
  "inheritedFrom": {
4021
- "name": "DroppablesMixin",
4022
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4179
+ "name": "Interaction",
4180
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4023
4181
  }
4024
4182
  },
4025
4183
  {
@@ -4028,48 +4186,19 @@
4028
4186
  "text": "boolean"
4029
4187
  },
4030
4188
  "default": "false",
4189
+ "description": "readonly should be exposed to the attributes and accessible as property",
4031
4190
  "fieldName": "readonly",
4032
4191
  "inheritedFrom": {
4033
- "name": "DragDropInteractionMixin",
4034
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4035
- }
4036
- },
4037
- {
4038
- "name": "min-associations",
4039
- "type": {
4040
- "text": "number"
4041
- },
4042
- "default": "1",
4043
- "fieldName": "minAssociations",
4044
- "inheritedFrom": {
4045
- "name": "DragDropInteractionMixin",
4046
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4047
- }
4048
- },
4049
- {
4050
- "name": "max-associations",
4051
- "type": {
4052
- "text": "number"
4053
- },
4054
- "default": "1",
4055
- "fieldName": "maxAssociations",
4056
- "inheritedFrom": {
4057
- "name": "DragDropInteractionMixin",
4058
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4192
+ "name": "Interaction",
4193
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4059
4194
  }
4060
4195
  }
4061
4196
  ],
4062
- "mixins": [
4063
- {
4064
- "name": "DragDropInteractionMixin",
4065
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4066
- }
4067
- ],
4068
4197
  "superclass": {
4069
- "name": "LitElement",
4070
- "package": "lit"
4198
+ "name": "Interaction",
4199
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4071
4200
  },
4072
- "tagName": "qti-order-interaction",
4201
+ "tagName": "qti-select-point-interaction",
4073
4202
  "customElement": true,
4074
4203
  "events": [
4075
4204
  {
@@ -4078,8 +4207,8 @@
4078
4207
  "text": "CustomEvent"
4079
4208
  },
4080
4209
  "inheritedFrom": {
4081
- "name": "DragDropInteractionMixin",
4082
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4210
+ "name": "Interaction",
4211
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4083
4212
  }
4084
4213
  },
4085
4214
  {
@@ -4088,8 +4217,8 @@
4088
4217
  "text": "CustomEvent"
4089
4218
  },
4090
4219
  "inheritedFrom": {
4091
- "name": "DragDropInteractionMixin",
4092
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4220
+ "name": "Interaction",
4221
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4093
4222
  }
4094
4223
  }
4095
4224
  ]
@@ -4098,18 +4227,18 @@
4098
4227
  "exports": [
4099
4228
  {
4100
4229
  "kind": "js",
4101
- "name": "QtiOrderInteraction",
4230
+ "name": "QtiSelectPointInteraction",
4102
4231
  "declaration": {
4103
- "name": "QtiOrderInteraction",
4104
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4232
+ "name": "QtiSelectPointInteraction",
4233
+ "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4105
4234
  }
4106
4235
  },
4107
4236
  {
4108
4237
  "kind": "custom-element-definition",
4109
- "name": "qti-order-interaction",
4238
+ "name": "qti-select-point-interaction",
4110
4239
  "declaration": {
4111
- "name": "QtiOrderInteraction",
4112
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4240
+ "name": "QtiSelectPointInteraction",
4241
+ "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4113
4242
  }
4114
4243
  }
4115
4244
  ]
@@ -4252,120 +4381,6 @@
4252
4381
  }
4253
4382
  ]
4254
4383
  },
4255
- {
4256
- "kind": "javascript-module",
4257
- "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
4258
- "declarations": [
4259
- {
4260
- "kind": "class",
4261
- "description": "",
4262
- "name": "QtiSelectPointInteraction",
4263
- "members": [],
4264
- "attributes": [
4265
- {
4266
- "name": "max-choices",
4267
- "type": {
4268
- "text": "number"
4269
- },
4270
- "default": "0",
4271
- "fieldName": "maxChoices"
4272
- },
4273
- {
4274
- "name": "min-choices",
4275
- "type": {
4276
- "text": "number"
4277
- },
4278
- "default": "0",
4279
- "fieldName": "minChoices"
4280
- },
4281
- {
4282
- "name": "response-identifier",
4283
- "type": {
4284
- "text": "string"
4285
- },
4286
- "default": "''",
4287
- "fieldName": "responseIdentifier",
4288
- "inheritedFrom": {
4289
- "name": "Interaction",
4290
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4291
- }
4292
- },
4293
- {
4294
- "name": "disabled",
4295
- "type": {
4296
- "text": "boolean"
4297
- },
4298
- "default": "false",
4299
- "description": "disabled should be exposed to the attributes and accessible as property",
4300
- "fieldName": "disabled",
4301
- "inheritedFrom": {
4302
- "name": "Interaction",
4303
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4304
- }
4305
- },
4306
- {
4307
- "name": "readonly",
4308
- "type": {
4309
- "text": "boolean"
4310
- },
4311
- "default": "false",
4312
- "description": "readonly should be exposed to the attributes and accessible as property",
4313
- "fieldName": "readonly",
4314
- "inheritedFrom": {
4315
- "name": "Interaction",
4316
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4317
- }
4318
- }
4319
- ],
4320
- "superclass": {
4321
- "name": "Interaction",
4322
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4323
- },
4324
- "tagName": "qti-select-point-interaction",
4325
- "customElement": true,
4326
- "events": [
4327
- {
4328
- "name": "qti-register-interaction",
4329
- "type": {
4330
- "text": "CustomEvent"
4331
- },
4332
- "inheritedFrom": {
4333
- "name": "Interaction",
4334
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4335
- }
4336
- },
4337
- {
4338
- "name": "qti-interaction-response",
4339
- "type": {
4340
- "text": "CustomEvent"
4341
- },
4342
- "inheritedFrom": {
4343
- "name": "Interaction",
4344
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4345
- }
4346
- }
4347
- ]
4348
- }
4349
- ],
4350
- "exports": [
4351
- {
4352
- "kind": "js",
4353
- "name": "QtiSelectPointInteraction",
4354
- "declaration": {
4355
- "name": "QtiSelectPointInteraction",
4356
- "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4357
- }
4358
- },
4359
- {
4360
- "kind": "custom-element-definition",
4361
- "name": "qti-select-point-interaction",
4362
- "declaration": {
4363
- "name": "QtiSelectPointInteraction",
4364
- "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4365
- }
4366
- }
4367
- ]
4368
- },
4369
4384
  {
4370
4385
  "kind": "javascript-module",
4371
4386
  "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
@@ -4729,7 +4744,6 @@
4729
4744
  "name": "LitElement",
4730
4745
  "package": "lit"
4731
4746
  },
4732
- "tagName": "qti-expression",
4733
4747
  "customElement": true
4734
4748
  }
4735
4749
  ],
@@ -4741,14 +4755,6 @@
4741
4755
  "name": "QtiExpression",
4742
4756
  "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4743
4757
  }
4744
- },
4745
- {
4746
- "kind": "custom-element-definition",
4747
- "name": "qti-expression",
4748
- "declaration": {
4749
- "name": "QtiExpression",
4750
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4751
- }
4752
4758
  }
4753
4759
  ]
4754
4760
  },
@@ -5025,75 +5031,20 @@
5025
5031
  "kind": "js",
5026
5032
  "name": "default",
5027
5033
  "declaration": {
5028
- "name": "QtiRegisterVariable",
5029
- "module": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts"
5030
- }
5031
- }
5032
- ]
5033
- },
5034
- {
5035
- "kind": "javascript-module",
5036
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
5037
- "declarations": [
5038
- {
5039
- "kind": "class",
5040
- "description": "",
5041
- "name": "QtiOutcomeDeclaration",
5042
- "members": [],
5043
- "events": [
5044
- {
5045
- "name": "qti-register-variable",
5046
- "type": {
5047
- "text": "CustomEvent"
5048
- }
5049
- }
5050
- ],
5051
- "attributes": [
5052
- {
5053
- "name": "identifier"
5054
- },
5055
- {
5056
- "name": "cardinality"
5057
- },
5058
- {
5059
- "name": "base-type"
5060
- }
5061
- ],
5062
- "superclass": {
5063
- "name": "QtiVariableDeclaration",
5064
- "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
5065
- },
5066
- "tagName": "qti-outcome-declaration",
5067
- "customElement": true
5068
- }
5069
- ],
5070
- "exports": [
5071
- {
5072
- "kind": "js",
5073
- "name": "QtiOutcomeDeclaration",
5074
- "declaration": {
5075
- "name": "QtiOutcomeDeclaration",
5076
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5077
- }
5078
- },
5079
- {
5080
- "kind": "custom-element-definition",
5081
- "name": "qti-outcome-declaration",
5082
- "declaration": {
5083
- "name": "QtiOutcomeDeclaration",
5084
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5034
+ "name": "QtiRegisterVariable",
5035
+ "module": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts"
5085
5036
  }
5086
5037
  }
5087
5038
  ]
5088
5039
  },
5089
5040
  {
5090
5041
  "kind": "javascript-module",
5091
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
5042
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
5092
5043
  "declarations": [
5093
5044
  {
5094
5045
  "kind": "class",
5095
5046
  "description": "",
5096
- "name": "QtiResponseDeclaration",
5047
+ "name": "QtiOutcomeDeclaration",
5097
5048
  "members": [],
5098
5049
  "events": [
5099
5050
  {
@@ -5130,123 +5081,92 @@
5130
5081
  "name": "QtiVariableDeclaration",
5131
5082
  "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
5132
5083
  },
5133
- "tagName": "qti-response-declaration",
5084
+ "tagName": "qti-outcome-declaration",
5134
5085
  "customElement": true
5135
5086
  }
5136
5087
  ],
5137
5088
  "exports": [
5138
5089
  {
5139
5090
  "kind": "js",
5140
- "name": "QtiResponseDeclaration",
5091
+ "name": "QtiOutcomeDeclaration",
5141
5092
  "declaration": {
5142
- "name": "QtiResponseDeclaration",
5143
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5093
+ "name": "QtiOutcomeDeclaration",
5094
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5144
5095
  }
5145
5096
  },
5146
5097
  {
5147
5098
  "kind": "custom-element-definition",
5148
- "name": "qti-response-declaration",
5099
+ "name": "qti-outcome-declaration",
5149
5100
  "declaration": {
5150
- "name": "QtiResponseDeclaration",
5151
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5101
+ "name": "QtiOutcomeDeclaration",
5102
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5152
5103
  }
5153
5104
  }
5154
5105
  ]
5155
5106
  },
5156
5107
  {
5157
5108
  "kind": "javascript-module",
5158
- "path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
5109
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
5159
5110
  "declarations": [
5160
5111
  {
5161
5112
  "kind": "class",
5162
5113
  "description": "",
5163
- "name": "QtiChoice",
5164
- "slots": [
5165
- {
5166
- "description": "The choices slot element",
5167
- "name": ""
5168
- }
5169
- ],
5114
+ "name": "QtiResponseDeclaration",
5170
5115
  "members": [],
5171
5116
  "events": [
5172
5117
  {
5173
- "name": "qti-register-choice",
5174
- "type": {
5175
- "text": "CustomEvent"
5176
- },
5177
- "description": "register itselves on a qti-choice-interaction element."
5178
- },
5179
- {
5180
- "name": "qti-loose-choice",
5181
- "type": {
5182
- "text": "CustomEvent"
5183
- },
5184
- "description": "de-register itselves on a qti-choice-interaction element."
5185
- },
5186
- {
5187
- "name": "qti-choice-element-selected",
5118
+ "name": "qti-register-variable",
5188
5119
  "type": {
5189
5120
  "text": "CustomEvent"
5190
- },
5191
- "description": "Emitted when the choice is selected."
5121
+ }
5192
5122
  }
5193
5123
  ],
5194
5124
  "attributes": [
5195
5125
  {
5196
- "name": "identifier",
5197
- "type": {
5198
- "text": "string"
5199
- },
5200
- "fieldName": "identifier"
5201
- },
5202
- {
5203
- "name": "tabindex",
5204
- "type": {
5205
- "text": "number | undefined"
5206
- },
5207
- "default": "0",
5208
- "fieldName": "tabindex"
5209
- },
5210
- {
5211
- "name": "aria-disabled",
5126
+ "name": "base-type",
5212
5127
  "type": {
5213
- "text": "boolean"
5128
+ "text": "BaseType"
5214
5129
  },
5215
- "default": "false",
5216
- "fieldName": "disabled"
5130
+ "fieldName": "baseType"
5217
5131
  },
5218
5132
  {
5219
- "name": "aria-readonly",
5133
+ "name": "identifier",
5220
5134
  "type": {
5221
- "text": "boolean"
5135
+ "text": "string"
5222
5136
  },
5223
- "default": "false",
5224
- "fieldName": "readonly"
5137
+ "fieldName": "identifier"
5225
5138
  },
5226
5139
  {
5227
- "name": "aria-checked",
5140
+ "name": "cardinality",
5228
5141
  "type": {
5229
- "text": "boolean"
5142
+ "text": "Cardinality"
5230
5143
  },
5231
- "default": "false",
5232
- "fieldName": "checked"
5144
+ "fieldName": "cardinality"
5233
5145
  }
5234
5146
  ],
5235
5147
  "superclass": {
5236
- "name": "LitElement",
5237
- "package": "lit"
5148
+ "name": "QtiVariableDeclaration",
5149
+ "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
5238
5150
  },
5239
- "summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
5151
+ "tagName": "qti-response-declaration",
5240
5152
  "customElement": true
5241
5153
  }
5242
5154
  ],
5243
5155
  "exports": [
5244
5156
  {
5245
5157
  "kind": "js",
5246
- "name": "QtiChoice",
5158
+ "name": "QtiResponseDeclaration",
5247
5159
  "declaration": {
5248
- "name": "QtiChoice",
5249
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
5160
+ "name": "QtiResponseDeclaration",
5161
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5162
+ }
5163
+ },
5164
+ {
5165
+ "kind": "custom-element-definition",
5166
+ "name": "qti-response-declaration",
5167
+ "declaration": {
5168
+ "name": "QtiResponseDeclaration",
5169
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5250
5170
  }
5251
5171
  }
5252
5172
  ]
@@ -5648,6 +5568,104 @@
5648
5568
  }
5649
5569
  ]
5650
5570
  },
5571
+ {
5572
+ "kind": "javascript-module",
5573
+ "path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
5574
+ "declarations": [
5575
+ {
5576
+ "kind": "class",
5577
+ "description": "",
5578
+ "name": "QtiChoice",
5579
+ "slots": [
5580
+ {
5581
+ "description": "The choices slot element",
5582
+ "name": ""
5583
+ }
5584
+ ],
5585
+ "members": [],
5586
+ "events": [
5587
+ {
5588
+ "name": "qti-register-choice",
5589
+ "type": {
5590
+ "text": "CustomEvent"
5591
+ },
5592
+ "description": "register itselves on a qti-choice-interaction element."
5593
+ },
5594
+ {
5595
+ "name": "qti-loose-choice",
5596
+ "type": {
5597
+ "text": "CustomEvent"
5598
+ },
5599
+ "description": "de-register itselves on a qti-choice-interaction element."
5600
+ },
5601
+ {
5602
+ "name": "qti-choice-element-selected",
5603
+ "type": {
5604
+ "text": "CustomEvent"
5605
+ },
5606
+ "description": "Emitted when the choice is selected."
5607
+ }
5608
+ ],
5609
+ "attributes": [
5610
+ {
5611
+ "name": "identifier",
5612
+ "type": {
5613
+ "text": "string"
5614
+ },
5615
+ "fieldName": "identifier"
5616
+ },
5617
+ {
5618
+ "name": "tabindex",
5619
+ "type": {
5620
+ "text": "number | undefined"
5621
+ },
5622
+ "default": "0",
5623
+ "fieldName": "tabindex"
5624
+ },
5625
+ {
5626
+ "name": "aria-disabled",
5627
+ "type": {
5628
+ "text": "boolean"
5629
+ },
5630
+ "default": "false",
5631
+ "fieldName": "disabled"
5632
+ },
5633
+ {
5634
+ "name": "aria-readonly",
5635
+ "type": {
5636
+ "text": "boolean"
5637
+ },
5638
+ "default": "false",
5639
+ "fieldName": "readonly"
5640
+ },
5641
+ {
5642
+ "name": "aria-checked",
5643
+ "type": {
5644
+ "text": "boolean"
5645
+ },
5646
+ "default": "false",
5647
+ "fieldName": "checked"
5648
+ }
5649
+ ],
5650
+ "superclass": {
5651
+ "name": "LitElement",
5652
+ "package": "lit"
5653
+ },
5654
+ "summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
5655
+ "customElement": true
5656
+ }
5657
+ ],
5658
+ "exports": [
5659
+ {
5660
+ "kind": "js",
5661
+ "name": "QtiChoice",
5662
+ "declaration": {
5663
+ "name": "QtiChoice",
5664
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
5665
+ }
5666
+ }
5667
+ ]
5668
+ },
5651
5669
  {
5652
5670
  "kind": "javascript-module",
5653
5671
  "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
@@ -5816,7 +5834,7 @@
5816
5834
  "members": [],
5817
5835
  "attributes": [
5818
5836
  {
5819
- "name": "baseType",
5837
+ "name": "base-type",
5820
5838
  "type": {
5821
5839
  "text": "BaseType"
5822
5840
  },
@@ -5982,9 +6000,9 @@
5982
6000
  {
5983
6001
  "name": "roundingMode",
5984
6002
  "type": {
5985
- "text": "| \"decimalPlaces\"\n | \"significantFigures\""
6003
+ "text": "'decimalPlaces' | 'significantFigures'"
5986
6004
  },
5987
- "default": "\"significantFigures\"",
6005
+ "default": "'significantFigures'",
5988
6006
  "fieldName": "roundingMode"
5989
6007
  }
5990
6008
  ],
@@ -6338,36 +6356,36 @@
6338
6356
  },
6339
6357
  {
6340
6358
  "kind": "javascript-module",
6341
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6359
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts",
6342
6360
  "declarations": [
6343
6361
  {
6344
6362
  "kind": "class",
6345
6363
  "description": "",
6346
- "name": "QtiMultiple",
6364
+ "name": "QtiMember",
6347
6365
  "members": [],
6348
6366
  "superclass": {
6349
6367
  "name": "QtiExpression",
6350
6368
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6351
6369
  },
6352
- "tagName": "qti-multiple",
6370
+ "tagName": "qti-member",
6353
6371
  "customElement": true
6354
6372
  }
6355
6373
  ],
6356
6374
  "exports": [
6357
6375
  {
6358
6376
  "kind": "js",
6359
- "name": "QtiMultiple",
6377
+ "name": "QtiMember",
6360
6378
  "declaration": {
6361
- "name": "QtiMultiple",
6362
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6379
+ "name": "QtiMember",
6380
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6363
6381
  }
6364
6382
  },
6365
6383
  {
6366
6384
  "kind": "custom-element-definition",
6367
- "name": "qti-multiple",
6385
+ "name": "qti-member",
6368
6386
  "declaration": {
6369
- "name": "QtiMultiple",
6370
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6387
+ "name": "QtiMember",
6388
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6371
6389
  }
6372
6390
  }
6373
6391
  ]
@@ -6408,6 +6426,42 @@
6408
6426
  }
6409
6427
  ]
6410
6428
  },
6429
+ {
6430
+ "kind": "javascript-module",
6431
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6432
+ "declarations": [
6433
+ {
6434
+ "kind": "class",
6435
+ "description": "",
6436
+ "name": "QtiMultiple",
6437
+ "members": [],
6438
+ "superclass": {
6439
+ "name": "QtiExpression",
6440
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6441
+ },
6442
+ "tagName": "qti-multiple",
6443
+ "customElement": true
6444
+ }
6445
+ ],
6446
+ "exports": [
6447
+ {
6448
+ "kind": "js",
6449
+ "name": "QtiMultiple",
6450
+ "declaration": {
6451
+ "name": "QtiMultiple",
6452
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6453
+ }
6454
+ },
6455
+ {
6456
+ "kind": "custom-element-definition",
6457
+ "name": "qti-multiple",
6458
+ "declaration": {
6459
+ "name": "QtiMultiple",
6460
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6461
+ }
6462
+ }
6463
+ ]
6464
+ },
6411
6465
  {
6412
6466
  "kind": "javascript-module",
6413
6467
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
@@ -6491,12 +6545,11 @@
6491
6545
  "members": [],
6492
6546
  "attributes": [
6493
6547
  {
6494
- "name": "value",
6548
+ "name": "identifier",
6495
6549
  "type": {
6496
6550
  "text": "string"
6497
6551
  },
6498
- "default": "''",
6499
- "fieldName": "value"
6552
+ "fieldName": "identifier"
6500
6553
  }
6501
6554
  ],
6502
6555
  "superclass": {