@citolab/qti-components 6.0.19 → 6.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-5RZQOWDC.js +2198 -0
- package/dist/chunk-AQI672QR.js +2198 -0
- package/dist/chunk-M7QOVOG6.js +1 -0
- package/dist/custom-elements.json +277 -271
- package/dist/decorators/index.js +1 -1
- package/dist/index.css +4 -11
- package/dist/index.d.ts +4 -1
- package/dist/index.js +53 -64
- package/dist/qti-components/index.d.ts +2 -2
- package/dist/qti-components/index.js +64 -68
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.d.ts +1 -1
- package/dist/qti-item-react/index.js +1 -1
- package/dist/qti-simple-choice-3e910d03.d.ts +355 -0
- package/package.json +2 -2
|
@@ -131,6 +131,49 @@
|
|
|
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
|
+
},
|
|
134
177
|
{
|
|
135
178
|
"kind": "javascript-module",
|
|
136
179
|
"path": "src/lib/qti-item/index.ts",
|
|
@@ -204,6 +247,42 @@
|
|
|
204
247
|
}
|
|
205
248
|
]
|
|
206
249
|
},
|
|
250
|
+
{
|
|
251
|
+
"kind": "javascript-module",
|
|
252
|
+
"path": "src/lib/qti-item-react/index.ts",
|
|
253
|
+
"declarations": [],
|
|
254
|
+
"exports": [
|
|
255
|
+
{
|
|
256
|
+
"kind": "js",
|
|
257
|
+
"name": "*",
|
|
258
|
+
"declaration": {
|
|
259
|
+
"name": "*",
|
|
260
|
+
"package": "./qti-item.react"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"kind": "javascript-module",
|
|
267
|
+
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
268
|
+
"declarations": [
|
|
269
|
+
{
|
|
270
|
+
"kind": "variable",
|
|
271
|
+
"name": "QtiItem",
|
|
272
|
+
"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})"
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"exports": [
|
|
276
|
+
{
|
|
277
|
+
"kind": "js",
|
|
278
|
+
"name": "QtiItem",
|
|
279
|
+
"declaration": {
|
|
280
|
+
"name": "QtiItem",
|
|
281
|
+
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
]
|
|
285
|
+
},
|
|
207
286
|
{
|
|
208
287
|
"kind": "javascript-module",
|
|
209
288
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -595,85 +674,6 @@
|
|
|
595
674
|
}
|
|
596
675
|
]
|
|
597
676
|
},
|
|
598
|
-
{
|
|
599
|
-
"kind": "javascript-module",
|
|
600
|
-
"path": "src/lib/qti-transform/index.ts",
|
|
601
|
-
"declarations": [],
|
|
602
|
-
"exports": [
|
|
603
|
-
{
|
|
604
|
-
"kind": "js",
|
|
605
|
-
"name": "*",
|
|
606
|
-
"declaration": {
|
|
607
|
-
"name": "*",
|
|
608
|
-
"package": "./qti-transform"
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
]
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"kind": "javascript-module",
|
|
615
|
-
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
616
|
-
"declarations": [
|
|
617
|
-
{
|
|
618
|
-
"kind": "function",
|
|
619
|
-
"name": "qtiTransform",
|
|
620
|
-
"parameters": [
|
|
621
|
-
{
|
|
622
|
-
"name": "xmlValue",
|
|
623
|
-
"type": {
|
|
624
|
-
"text": "string"
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
]
|
|
628
|
-
}
|
|
629
|
-
],
|
|
630
|
-
"exports": [
|
|
631
|
-
{
|
|
632
|
-
"kind": "js",
|
|
633
|
-
"name": "qtiTransform",
|
|
634
|
-
"declaration": {
|
|
635
|
-
"name": "qtiTransform",
|
|
636
|
-
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
637
|
-
}
|
|
638
|
-
}
|
|
639
|
-
]
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"kind": "javascript-module",
|
|
643
|
-
"path": "src/lib/qti-item-react/index.ts",
|
|
644
|
-
"declarations": [],
|
|
645
|
-
"exports": [
|
|
646
|
-
{
|
|
647
|
-
"kind": "js",
|
|
648
|
-
"name": "*",
|
|
649
|
-
"declaration": {
|
|
650
|
-
"name": "*",
|
|
651
|
-
"package": "./qti-item.react"
|
|
652
|
-
}
|
|
653
|
-
}
|
|
654
|
-
]
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"kind": "javascript-module",
|
|
658
|
-
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
659
|
-
"declarations": [
|
|
660
|
-
{
|
|
661
|
-
"kind": "variable",
|
|
662
|
-
"name": "QtiItem",
|
|
663
|
-
"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})"
|
|
664
|
-
}
|
|
665
|
-
],
|
|
666
|
-
"exports": [
|
|
667
|
-
{
|
|
668
|
-
"kind": "js",
|
|
669
|
-
"name": "QtiItem",
|
|
670
|
-
"declaration": {
|
|
671
|
-
"name": "QtiItem",
|
|
672
|
-
"module": "src/lib/qti-item-react/qti-item.react.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",
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
"exports": [
|
|
1558
1558
|
{
|
|
1559
1559
|
"kind": "js",
|
|
1560
|
-
"name": "
|
|
1560
|
+
"name": "QtiSimpleChoice",
|
|
1561
1561
|
"declaration": {
|
|
1562
1562
|
"name": "QtiSimpleChoice",
|
|
1563
1563
|
"module": "src/lib/qti-components/qti-interaction/qti-simple-choice.ts"
|
|
@@ -2740,7 +2740,7 @@
|
|
|
2740
2740
|
"exports": [
|
|
2741
2741
|
{
|
|
2742
2742
|
"kind": "js",
|
|
2743
|
-
"name": "
|
|
2743
|
+
"name": "QtiChoiceInteraction",
|
|
2744
2744
|
"declaration": {
|
|
2745
2745
|
"name": "QtiChoiceInteraction",
|
|
2746
2746
|
"module": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts"
|
|
@@ -2803,41 +2803,26 @@
|
|
|
2803
2803
|
},
|
|
2804
2804
|
{
|
|
2805
2805
|
"kind": "javascript-module",
|
|
2806
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2806
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
2807
2807
|
"declarations": [
|
|
2808
2808
|
{
|
|
2809
2809
|
"kind": "class",
|
|
2810
2810
|
"description": "",
|
|
2811
|
-
"name": "
|
|
2811
|
+
"name": "QtiGapMatchInteraction",
|
|
2812
2812
|
"members": [],
|
|
2813
|
-
"
|
|
2814
|
-
{
|
|
2815
|
-
"name": "expected-length",
|
|
2816
|
-
"type": {
|
|
2817
|
-
"text": "number"
|
|
2818
|
-
},
|
|
2819
|
-
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2820
|
-
"fieldName": "expectedLength"
|
|
2821
|
-
},
|
|
2822
|
-
{
|
|
2823
|
-
"name": "pattern-mask",
|
|
2824
|
-
"type": {
|
|
2825
|
-
"text": "string"
|
|
2826
|
-
},
|
|
2827
|
-
"fieldName": "patternMask"
|
|
2828
|
-
},
|
|
2829
|
-
{
|
|
2830
|
-
"name": "placeholder-text",
|
|
2831
|
-
"type": {
|
|
2832
|
-
"text": "string"
|
|
2833
|
-
},
|
|
2834
|
-
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2835
|
-
"fieldName": "placeholderText"
|
|
2836
|
-
},
|
|
2813
|
+
"mixins": [
|
|
2837
2814
|
{
|
|
2838
|
-
"name": "
|
|
2839
|
-
"
|
|
2840
|
-
}
|
|
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": [
|
|
2841
2826
|
{
|
|
2842
2827
|
"name": "response-identifier",
|
|
2843
2828
|
"type": {
|
|
@@ -2846,8 +2831,8 @@
|
|
|
2846
2831
|
"default": "''",
|
|
2847
2832
|
"fieldName": "responseIdentifier",
|
|
2848
2833
|
"inheritedFrom": {
|
|
2849
|
-
"name": "
|
|
2850
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2834
|
+
"name": "DragDropInteractionMixin",
|
|
2835
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2851
2836
|
}
|
|
2852
2837
|
},
|
|
2853
2838
|
{
|
|
@@ -2856,11 +2841,10 @@
|
|
|
2856
2841
|
"text": "boolean"
|
|
2857
2842
|
},
|
|
2858
2843
|
"default": "false",
|
|
2859
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2860
2844
|
"fieldName": "disabled",
|
|
2861
2845
|
"inheritedFrom": {
|
|
2862
|
-
"name": "
|
|
2863
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2846
|
+
"name": "DroppablesMixin",
|
|
2847
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2864
2848
|
}
|
|
2865
2849
|
},
|
|
2866
2850
|
{
|
|
@@ -2869,20 +2853,37 @@
|
|
|
2869
2853
|
"text": "boolean"
|
|
2870
2854
|
},
|
|
2871
2855
|
"default": "false",
|
|
2872
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2873
2856
|
"fieldName": "readonly",
|
|
2874
2857
|
"inheritedFrom": {
|
|
2875
|
-
"name": "
|
|
2876
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
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"
|
|
2877
2884
|
}
|
|
2878
2885
|
}
|
|
2879
2886
|
],
|
|
2880
|
-
"superclass": {
|
|
2881
|
-
"name": "Interaction",
|
|
2882
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2883
|
-
},
|
|
2884
|
-
"tagName": "qti-extended-text-interaction",
|
|
2885
|
-
"customElement": true,
|
|
2886
2887
|
"events": [
|
|
2887
2888
|
{
|
|
2888
2889
|
"name": "qti-register-interaction",
|
|
@@ -2890,8 +2891,8 @@
|
|
|
2890
2891
|
"text": "CustomEvent"
|
|
2891
2892
|
},
|
|
2892
2893
|
"inheritedFrom": {
|
|
2893
|
-
"name": "
|
|
2894
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2894
|
+
"name": "DragDropInteractionMixin",
|
|
2895
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2895
2896
|
}
|
|
2896
2897
|
},
|
|
2897
2898
|
{
|
|
@@ -2900,8 +2901,8 @@
|
|
|
2900
2901
|
"text": "CustomEvent"
|
|
2901
2902
|
},
|
|
2902
2903
|
"inheritedFrom": {
|
|
2903
|
-
"name": "
|
|
2904
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2904
|
+
"name": "DragDropInteractionMixin",
|
|
2905
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2905
2906
|
}
|
|
2906
2907
|
}
|
|
2907
2908
|
]
|
|
@@ -2910,44 +2911,59 @@
|
|
|
2910
2911
|
"exports": [
|
|
2911
2912
|
{
|
|
2912
2913
|
"kind": "js",
|
|
2913
|
-
"name": "
|
|
2914
|
+
"name": "QtiGapMatchInteraction",
|
|
2914
2915
|
"declaration": {
|
|
2915
|
-
"name": "
|
|
2916
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2916
|
+
"name": "QtiGapMatchInteraction",
|
|
2917
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2917
2918
|
}
|
|
2918
2919
|
},
|
|
2919
2920
|
{
|
|
2920
2921
|
"kind": "custom-element-definition",
|
|
2921
|
-
"name": "qti-
|
|
2922
|
+
"name": "qti-gap-match-interaction",
|
|
2922
2923
|
"declaration": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2924
|
+
"name": "QtiGapMatchInteraction",
|
|
2925
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2925
2926
|
}
|
|
2926
2927
|
}
|
|
2927
2928
|
]
|
|
2928
2929
|
},
|
|
2929
2930
|
{
|
|
2930
2931
|
"kind": "javascript-module",
|
|
2931
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2932
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
2932
2933
|
"declarations": [
|
|
2933
2934
|
{
|
|
2934
2935
|
"kind": "class",
|
|
2935
2936
|
"description": "",
|
|
2936
|
-
"name": "
|
|
2937
|
+
"name": "QtiExtendedTextInteraction",
|
|
2937
2938
|
"members": [],
|
|
2938
|
-
"
|
|
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
|
+
},
|
|
2939
2963
|
{
|
|
2940
|
-
"name": "
|
|
2941
|
-
"
|
|
2942
|
-
}
|
|
2943
|
-
],
|
|
2944
|
-
"superclass": {
|
|
2945
|
-
"name": "LitElement",
|
|
2946
|
-
"package": "lit"
|
|
2947
|
-
},
|
|
2948
|
-
"tagName": "qti-gap-match-interaction",
|
|
2949
|
-
"customElement": true,
|
|
2950
|
-
"attributes": [
|
|
2964
|
+
"name": "class",
|
|
2965
|
+
"fieldName": "classNames"
|
|
2966
|
+
},
|
|
2951
2967
|
{
|
|
2952
2968
|
"name": "response-identifier",
|
|
2953
2969
|
"type": {
|
|
@@ -2956,8 +2972,8 @@
|
|
|
2956
2972
|
"default": "''",
|
|
2957
2973
|
"fieldName": "responseIdentifier",
|
|
2958
2974
|
"inheritedFrom": {
|
|
2959
|
-
"name": "
|
|
2960
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2975
|
+
"name": "Interaction",
|
|
2976
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2961
2977
|
}
|
|
2962
2978
|
},
|
|
2963
2979
|
{
|
|
@@ -2966,10 +2982,11 @@
|
|
|
2966
2982
|
"text": "boolean"
|
|
2967
2983
|
},
|
|
2968
2984
|
"default": "false",
|
|
2985
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2969
2986
|
"fieldName": "disabled",
|
|
2970
2987
|
"inheritedFrom": {
|
|
2971
|
-
"name": "
|
|
2972
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2988
|
+
"name": "Interaction",
|
|
2989
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2973
2990
|
}
|
|
2974
2991
|
},
|
|
2975
2992
|
{
|
|
@@ -2978,37 +2995,20 @@
|
|
|
2978
2995
|
"text": "boolean"
|
|
2979
2996
|
},
|
|
2980
2997
|
"default": "false",
|
|
2998
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2981
2999
|
"fieldName": "readonly",
|
|
2982
3000
|
"inheritedFrom": {
|
|
2983
|
-
"name": "
|
|
2984
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2985
|
-
}
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"name": "min-associations",
|
|
2989
|
-
"type": {
|
|
2990
|
-
"text": "number"
|
|
2991
|
-
},
|
|
2992
|
-
"default": "1",
|
|
2993
|
-
"fieldName": "minAssociations",
|
|
2994
|
-
"inheritedFrom": {
|
|
2995
|
-
"name": "DragDropInteractionMixin",
|
|
2996
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2997
|
-
}
|
|
2998
|
-
},
|
|
2999
|
-
{
|
|
3000
|
-
"name": "max-associations",
|
|
3001
|
-
"type": {
|
|
3002
|
-
"text": "number"
|
|
3003
|
-
},
|
|
3004
|
-
"default": "1",
|
|
3005
|
-
"fieldName": "maxAssociations",
|
|
3006
|
-
"inheritedFrom": {
|
|
3007
|
-
"name": "DragDropInteractionMixin",
|
|
3008
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3001
|
+
"name": "Interaction",
|
|
3002
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3009
3003
|
}
|
|
3010
3004
|
}
|
|
3011
3005
|
],
|
|
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
3012
|
"events": [
|
|
3013
3013
|
{
|
|
3014
3014
|
"name": "qti-register-interaction",
|
|
@@ -3016,8 +3016,8 @@
|
|
|
3016
3016
|
"text": "CustomEvent"
|
|
3017
3017
|
},
|
|
3018
3018
|
"inheritedFrom": {
|
|
3019
|
-
"name": "
|
|
3020
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3019
|
+
"name": "Interaction",
|
|
3020
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3021
3021
|
}
|
|
3022
3022
|
},
|
|
3023
3023
|
{
|
|
@@ -3026,8 +3026,8 @@
|
|
|
3026
3026
|
"text": "CustomEvent"
|
|
3027
3027
|
},
|
|
3028
3028
|
"inheritedFrom": {
|
|
3029
|
-
"name": "
|
|
3030
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3029
|
+
"name": "Interaction",
|
|
3030
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3031
3031
|
}
|
|
3032
3032
|
}
|
|
3033
3033
|
]
|
|
@@ -3036,18 +3036,18 @@
|
|
|
3036
3036
|
"exports": [
|
|
3037
3037
|
{
|
|
3038
3038
|
"kind": "js",
|
|
3039
|
-
"name": "
|
|
3039
|
+
"name": "QtiExtendedTextInteraction",
|
|
3040
3040
|
"declaration": {
|
|
3041
|
-
"name": "
|
|
3042
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3041
|
+
"name": "QtiExtendedTextInteraction",
|
|
3042
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3043
3043
|
}
|
|
3044
3044
|
},
|
|
3045
3045
|
{
|
|
3046
3046
|
"kind": "custom-element-definition",
|
|
3047
|
-
"name": "qti-
|
|
3047
|
+
"name": "qti-extended-text-interaction",
|
|
3048
3048
|
"declaration": {
|
|
3049
|
-
"name": "
|
|
3050
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3049
|
+
"name": "QtiExtendedTextInteraction",
|
|
3050
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3051
3051
|
}
|
|
3052
3052
|
}
|
|
3053
3053
|
]
|
|
@@ -3526,45 +3526,18 @@
|
|
|
3526
3526
|
},
|
|
3527
3527
|
{
|
|
3528
3528
|
"kind": "javascript-module",
|
|
3529
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3529
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
3530
3530
|
"declarations": [
|
|
3531
3531
|
{
|
|
3532
3532
|
"kind": "class",
|
|
3533
3533
|
"description": "",
|
|
3534
|
-
"name": "
|
|
3534
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3535
3535
|
"members": [],
|
|
3536
|
-
"superclass": {
|
|
3537
|
-
"name": "Choices",
|
|
3538
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3539
|
-
},
|
|
3540
|
-
"tagName": "qti-hottext-interaction",
|
|
3541
|
-
"customElement": true,
|
|
3542
3536
|
"attributes": [
|
|
3543
3537
|
{
|
|
3544
|
-
"name": "
|
|
3545
|
-
"
|
|
3546
|
-
|
|
3547
|
-
},
|
|
3548
|
-
"default": "0",
|
|
3549
|
-
"description": "the minimal number of selections a candidate must make",
|
|
3550
|
-
"fieldName": "minChoices",
|
|
3551
|
-
"inheritedFrom": {
|
|
3552
|
-
"name": "Choices",
|
|
3553
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3554
|
-
}
|
|
3555
|
-
},
|
|
3556
|
-
{
|
|
3557
|
-
"name": "max-choices",
|
|
3558
|
-
"type": {
|
|
3559
|
-
"text": "number"
|
|
3560
|
-
},
|
|
3561
|
-
"default": "1",
|
|
3562
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3563
|
-
"fieldName": "maxChoices",
|
|
3564
|
-
"inheritedFrom": {
|
|
3565
|
-
"name": "Choices",
|
|
3566
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3567
|
-
}
|
|
3538
|
+
"name": "",
|
|
3539
|
+
"fieldName": "",
|
|
3540
|
+
"attribute": ""
|
|
3568
3541
|
},
|
|
3569
3542
|
{
|
|
3570
3543
|
"name": "response-identifier",
|
|
@@ -3605,6 +3578,12 @@
|
|
|
3605
3578
|
}
|
|
3606
3579
|
}
|
|
3607
3580
|
],
|
|
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,
|
|
3608
3587
|
"events": [
|
|
3609
3588
|
{
|
|
3610
3589
|
"name": "qti-register-interaction",
|
|
@@ -3632,36 +3611,63 @@
|
|
|
3632
3611
|
"exports": [
|
|
3633
3612
|
{
|
|
3634
3613
|
"kind": "js",
|
|
3635
|
-
"name": "
|
|
3614
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3636
3615
|
"declaration": {
|
|
3637
|
-
"name": "
|
|
3638
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3616
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3617
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3639
3618
|
}
|
|
3640
3619
|
},
|
|
3641
3620
|
{
|
|
3642
3621
|
"kind": "custom-element-definition",
|
|
3643
|
-
"name": "qti-
|
|
3622
|
+
"name": "qti-inline-choice-interaction",
|
|
3644
3623
|
"declaration": {
|
|
3645
|
-
"name": "
|
|
3646
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3624
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3625
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3647
3626
|
}
|
|
3648
3627
|
}
|
|
3649
3628
|
]
|
|
3650
3629
|
},
|
|
3651
3630
|
{
|
|
3652
3631
|
"kind": "javascript-module",
|
|
3653
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3632
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
|
|
3654
3633
|
"declarations": [
|
|
3655
3634
|
{
|
|
3656
3635
|
"kind": "class",
|
|
3657
3636
|
"description": "",
|
|
3658
|
-
"name": "
|
|
3637
|
+
"name": "QtiHottextInteraction",
|
|
3659
3638
|
"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,
|
|
3660
3645
|
"attributes": [
|
|
3661
3646
|
{
|
|
3662
|
-
"name": "",
|
|
3663
|
-
"
|
|
3664
|
-
|
|
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
|
+
}
|
|
3665
3671
|
},
|
|
3666
3672
|
{
|
|
3667
3673
|
"name": "response-identifier",
|
|
@@ -3702,12 +3708,6 @@
|
|
|
3702
3708
|
}
|
|
3703
3709
|
}
|
|
3704
3710
|
],
|
|
3705
|
-
"superclass": {
|
|
3706
|
-
"name": "Interaction",
|
|
3707
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3708
|
-
},
|
|
3709
|
-
"tagName": "qti-inline-choice-interaction",
|
|
3710
|
-
"customElement": true,
|
|
3711
3711
|
"events": [
|
|
3712
3712
|
{
|
|
3713
3713
|
"name": "qti-register-interaction",
|
|
@@ -3735,18 +3735,18 @@
|
|
|
3735
3735
|
"exports": [
|
|
3736
3736
|
{
|
|
3737
3737
|
"kind": "js",
|
|
3738
|
-
"name": "
|
|
3738
|
+
"name": "QtiHottextInteraction",
|
|
3739
3739
|
"declaration": {
|
|
3740
|
-
"name": "
|
|
3741
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3740
|
+
"name": "QtiHottextInteraction",
|
|
3741
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3742
3742
|
}
|
|
3743
3743
|
},
|
|
3744
3744
|
{
|
|
3745
3745
|
"kind": "custom-element-definition",
|
|
3746
|
-
"name": "qti-
|
|
3746
|
+
"name": "qti-hottext-interaction",
|
|
3747
3747
|
"declaration": {
|
|
3748
|
-
"name": "
|
|
3749
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3748
|
+
"name": "QtiHottextInteraction",
|
|
3749
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3750
3750
|
}
|
|
3751
3751
|
}
|
|
3752
3752
|
]
|
|
@@ -4561,6 +4561,12 @@
|
|
|
4561
4561
|
}
|
|
4562
4562
|
]
|
|
4563
4563
|
},
|
|
4564
|
+
{
|
|
4565
|
+
"kind": "javascript-module",
|
|
4566
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.mdx",
|
|
4567
|
+
"declarations": [],
|
|
4568
|
+
"exports": []
|
|
4569
|
+
},
|
|
4564
4570
|
{
|
|
4565
4571
|
"kind": "javascript-module",
|
|
4566
4572
|
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
|
|
@@ -5965,82 +5971,82 @@
|
|
|
5965
5971
|
},
|
|
5966
5972
|
{
|
|
5967
5973
|
"kind": "javascript-module",
|
|
5968
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5974
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
|
|
5969
5975
|
"declarations": [
|
|
5970
5976
|
{
|
|
5971
5977
|
"kind": "class",
|
|
5972
5978
|
"description": "",
|
|
5973
|
-
"name": "
|
|
5979
|
+
"name": "QtiEqualRounded",
|
|
5974
5980
|
"members": [],
|
|
5981
|
+
"attributes": [
|
|
5982
|
+
{
|
|
5983
|
+
"name": "roundingMode",
|
|
5984
|
+
"type": {
|
|
5985
|
+
"text": "| \"decimalPlaces\"\n | \"significantFigures\""
|
|
5986
|
+
},
|
|
5987
|
+
"default": "\"significantFigures\"",
|
|
5988
|
+
"fieldName": "roundingMode"
|
|
5989
|
+
}
|
|
5990
|
+
],
|
|
5975
5991
|
"superclass": {
|
|
5976
5992
|
"name": "QtiExpression",
|
|
5977
5993
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5978
5994
|
},
|
|
5979
|
-
"tagName": "qti-
|
|
5995
|
+
"tagName": "qti-equal-rounded",
|
|
5980
5996
|
"customElement": true
|
|
5981
5997
|
}
|
|
5982
5998
|
],
|
|
5983
5999
|
"exports": [
|
|
5984
6000
|
{
|
|
5985
6001
|
"kind": "js",
|
|
5986
|
-
"name": "
|
|
6002
|
+
"name": "QtiEqualRounded",
|
|
5987
6003
|
"declaration": {
|
|
5988
|
-
"name": "
|
|
5989
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6004
|
+
"name": "QtiEqualRounded",
|
|
6005
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
5990
6006
|
}
|
|
5991
6007
|
},
|
|
5992
6008
|
{
|
|
5993
6009
|
"kind": "custom-element-definition",
|
|
5994
|
-
"name": "qti-
|
|
6010
|
+
"name": "qti-equal-rounded",
|
|
5995
6011
|
"declaration": {
|
|
5996
|
-
"name": "
|
|
5997
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6012
|
+
"name": "QtiEqualRounded",
|
|
6013
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
5998
6014
|
}
|
|
5999
6015
|
}
|
|
6000
6016
|
]
|
|
6001
6017
|
},
|
|
6002
6018
|
{
|
|
6003
6019
|
"kind": "javascript-module",
|
|
6004
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6020
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
|
|
6005
6021
|
"declarations": [
|
|
6006
6022
|
{
|
|
6007
6023
|
"kind": "class",
|
|
6008
6024
|
"description": "",
|
|
6009
|
-
"name": "
|
|
6025
|
+
"name": "QtiGt",
|
|
6010
6026
|
"members": [],
|
|
6011
|
-
"attributes": [
|
|
6012
|
-
{
|
|
6013
|
-
"name": "roundingMode",
|
|
6014
|
-
"type": {
|
|
6015
|
-
"text": "| \"decimalPlaces\"\n | \"significantFigures\""
|
|
6016
|
-
},
|
|
6017
|
-
"default": "\"significantFigures\"",
|
|
6018
|
-
"fieldName": "roundingMode"
|
|
6019
|
-
}
|
|
6020
|
-
],
|
|
6021
6027
|
"superclass": {
|
|
6022
6028
|
"name": "QtiExpression",
|
|
6023
6029
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6024
6030
|
},
|
|
6025
|
-
"tagName": "qti-
|
|
6031
|
+
"tagName": "qti-gt",
|
|
6026
6032
|
"customElement": true
|
|
6027
6033
|
}
|
|
6028
6034
|
],
|
|
6029
6035
|
"exports": [
|
|
6030
6036
|
{
|
|
6031
6037
|
"kind": "js",
|
|
6032
|
-
"name": "
|
|
6038
|
+
"name": "QtiGt",
|
|
6033
6039
|
"declaration": {
|
|
6034
|
-
"name": "
|
|
6035
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6040
|
+
"name": "QtiGt",
|
|
6041
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
6036
6042
|
}
|
|
6037
6043
|
},
|
|
6038
6044
|
{
|
|
6039
6045
|
"kind": "custom-element-definition",
|
|
6040
|
-
"name": "qti-
|
|
6046
|
+
"name": "qti-gt",
|
|
6041
6047
|
"declaration": {
|
|
6042
|
-
"name": "
|
|
6043
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6048
|
+
"name": "QtiGt",
|
|
6049
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
6044
6050
|
}
|
|
6045
6051
|
}
|
|
6046
6052
|
]
|