@citolab/qti-components 6.9.1-beta.5 → 6.9.1-beta.50
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-IRTOORT6.js +24 -0
- package/dist/chunk-NYAUPIAG.js +2 -0
- package/dist/custom-elements.json +962 -349
- package/dist/index.global.js +226 -0
- package/dist/index.js +2 -591
- package/dist/item.css +2406 -573
- package/dist/qti-components/index.d.ts +7 -1172
- package/dist/qti-components/index.js +262 -132
- package/dist/qti-item/index.d.ts +24 -0
- package/dist/qti-item/index.js +2 -0
- package/dist/qti-loader/index.d.ts +21 -0
- package/dist/qti-loader/index.js +2 -0
- package/dist/qti-simple-choice-Bil0gmT4.d.ts +1154 -0
- package/dist/qti-transformers/index.d.ts +21 -115
- package/dist/qti-transformers/index.js +1 -1
- package/package.json +57 -38
- package/dist/chunk-H4VLZ2F7.js +0 -24
|
@@ -96,6 +96,161 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
"kind": "javascript-module",
|
|
101
|
+
"path": "src/lib/qti-item/index.ts",
|
|
102
|
+
"declarations": [],
|
|
103
|
+
"exports": [
|
|
104
|
+
{
|
|
105
|
+
"kind": "js",
|
|
106
|
+
"name": "*",
|
|
107
|
+
"declaration": {
|
|
108
|
+
"name": "*",
|
|
109
|
+
"package": "./qti-item"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"kind": "js",
|
|
114
|
+
"name": "*",
|
|
115
|
+
"declaration": {
|
|
116
|
+
"name": "*",
|
|
117
|
+
"package": "./qti-item.mixin"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"kind": "javascript-module",
|
|
124
|
+
"path": "src/lib/qti-item/qti-item.mixin.ts",
|
|
125
|
+
"declarations": [
|
|
126
|
+
{
|
|
127
|
+
"kind": "mixin",
|
|
128
|
+
"description": "",
|
|
129
|
+
"name": "QtiItemMixin",
|
|
130
|
+
"members": [],
|
|
131
|
+
"events": [
|
|
132
|
+
{
|
|
133
|
+
"name": "qti-item-connected",
|
|
134
|
+
"type": {
|
|
135
|
+
"text": "CustomEvent"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"attributes": [
|
|
140
|
+
{
|
|
141
|
+
"name": "identifier",
|
|
142
|
+
"type": {
|
|
143
|
+
"text": "string | undefined"
|
|
144
|
+
},
|
|
145
|
+
"fieldName": "identifier"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "href",
|
|
149
|
+
"type": {
|
|
150
|
+
"text": "string | undefined"
|
|
151
|
+
},
|
|
152
|
+
"fieldName": "href"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"parameters": [
|
|
156
|
+
{
|
|
157
|
+
"name": "Base",
|
|
158
|
+
"type": {
|
|
159
|
+
"text": "T"
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"exports": [
|
|
166
|
+
{
|
|
167
|
+
"kind": "js",
|
|
168
|
+
"name": "QtiItemMixin",
|
|
169
|
+
"declaration": {
|
|
170
|
+
"name": "QtiItemMixin",
|
|
171
|
+
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"kind": "javascript-module",
|
|
178
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
179
|
+
"declarations": [
|
|
180
|
+
{
|
|
181
|
+
"kind": "class",
|
|
182
|
+
"description": "",
|
|
183
|
+
"name": "QtiItem",
|
|
184
|
+
"mixins": [
|
|
185
|
+
{
|
|
186
|
+
"name": "QtiItemMixin",
|
|
187
|
+
"module": "/src/lib/qti-item/qti-item.mixin"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"superclass": {
|
|
191
|
+
"name": "LitElement",
|
|
192
|
+
"package": "lit"
|
|
193
|
+
},
|
|
194
|
+
"tagName": "qti-item",
|
|
195
|
+
"customElement": true,
|
|
196
|
+
"attributes": [
|
|
197
|
+
{
|
|
198
|
+
"name": "identifier",
|
|
199
|
+
"type": {
|
|
200
|
+
"text": "string | undefined"
|
|
201
|
+
},
|
|
202
|
+
"fieldName": "identifier",
|
|
203
|
+
"inheritedFrom": {
|
|
204
|
+
"name": "QtiItemMixin",
|
|
205
|
+
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "href",
|
|
210
|
+
"type": {
|
|
211
|
+
"text": "string | undefined"
|
|
212
|
+
},
|
|
213
|
+
"fieldName": "href",
|
|
214
|
+
"inheritedFrom": {
|
|
215
|
+
"name": "QtiItemMixin",
|
|
216
|
+
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"members": [],
|
|
221
|
+
"events": [
|
|
222
|
+
{
|
|
223
|
+
"name": "qti-item-connected",
|
|
224
|
+
"type": {
|
|
225
|
+
"text": "CustomEvent"
|
|
226
|
+
},
|
|
227
|
+
"inheritedFrom": {
|
|
228
|
+
"name": "QtiItemMixin",
|
|
229
|
+
"module": "src/lib/qti-item/qti-item.mixin.ts"
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"exports": [
|
|
236
|
+
{
|
|
237
|
+
"kind": "js",
|
|
238
|
+
"name": "QtiItem",
|
|
239
|
+
"declaration": {
|
|
240
|
+
"name": "QtiItem",
|
|
241
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"kind": "custom-element-definition",
|
|
246
|
+
"name": "qti-item",
|
|
247
|
+
"declaration": {
|
|
248
|
+
"name": "QtiItem",
|
|
249
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
99
254
|
{
|
|
100
255
|
"kind": "javascript-module",
|
|
101
256
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -154,7 +309,7 @@
|
|
|
154
309
|
"name": "*",
|
|
155
310
|
"declaration": {
|
|
156
311
|
"name": "*",
|
|
157
|
-
"package": "./qti-interaction/internal/
|
|
312
|
+
"package": "./qti-interaction/internal/active-element/active-element.mixin"
|
|
158
313
|
}
|
|
159
314
|
},
|
|
160
315
|
{
|
|
@@ -529,7 +684,7 @@
|
|
|
529
684
|
},
|
|
530
685
|
{
|
|
531
686
|
"kind": "javascript-module",
|
|
532
|
-
"path": "src/lib/qti-
|
|
687
|
+
"path": "src/lib/qti-loader/index.ts",
|
|
533
688
|
"declarations": [],
|
|
534
689
|
"exports": [
|
|
535
690
|
{
|
|
@@ -537,67 +692,422 @@
|
|
|
537
692
|
"name": "*",
|
|
538
693
|
"declaration": {
|
|
539
694
|
"name": "*",
|
|
540
|
-
"package": "./qti-
|
|
695
|
+
"package": "./qti-loader"
|
|
541
696
|
}
|
|
542
697
|
}
|
|
543
698
|
]
|
|
544
699
|
},
|
|
545
700
|
{
|
|
546
701
|
"kind": "javascript-module",
|
|
547
|
-
"path": "src/lib/qti-
|
|
702
|
+
"path": "src/lib/qti-loader/qti-loader.ts",
|
|
548
703
|
"declarations": [
|
|
549
704
|
{
|
|
550
705
|
"kind": "function",
|
|
551
|
-
"name": "
|
|
706
|
+
"name": "getItemByIndex",
|
|
707
|
+
"return": {
|
|
708
|
+
"type": {
|
|
709
|
+
"text": "Promise<any>"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"parameters": [
|
|
713
|
+
{
|
|
714
|
+
"name": "packageUri",
|
|
715
|
+
"type": {
|
|
716
|
+
"text": "string"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "index",
|
|
721
|
+
"type": {
|
|
722
|
+
"text": "number"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "cancelPreviousRequest",
|
|
727
|
+
"default": "true"
|
|
728
|
+
}
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"kind": "function",
|
|
733
|
+
"name": "getAssessmentData",
|
|
552
734
|
"return": {
|
|
553
735
|
"type": {
|
|
554
|
-
"text": ""
|
|
736
|
+
"text": "Promise<ManifestData>"
|
|
555
737
|
}
|
|
556
738
|
},
|
|
557
|
-
"
|
|
739
|
+
"parameters": [
|
|
740
|
+
{
|
|
741
|
+
"name": "packageUri",
|
|
742
|
+
"type": {
|
|
743
|
+
"text": "string"
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
]
|
|
558
747
|
},
|
|
559
748
|
{
|
|
560
749
|
"kind": "function",
|
|
561
|
-
"name": "
|
|
750
|
+
"name": "getItemByUri",
|
|
562
751
|
"return": {
|
|
563
752
|
"type": {
|
|
564
|
-
"text": "
|
|
753
|
+
"text": "Promise<QtiAssessmentItem>"
|
|
565
754
|
}
|
|
755
|
+
},
|
|
756
|
+
"parameters": [
|
|
757
|
+
{
|
|
758
|
+
"name": "itemUri",
|
|
759
|
+
"type": {
|
|
760
|
+
"text": "string"
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "cancelPreviousRequest",
|
|
765
|
+
"default": "true"
|
|
766
|
+
}
|
|
767
|
+
]
|
|
768
|
+
}
|
|
769
|
+
],
|
|
770
|
+
"exports": [
|
|
771
|
+
{
|
|
772
|
+
"kind": "js",
|
|
773
|
+
"name": "getItemByIndex",
|
|
774
|
+
"declaration": {
|
|
775
|
+
"name": "getItemByIndex",
|
|
776
|
+
"module": "src/lib/qti-loader/qti-loader.ts"
|
|
566
777
|
}
|
|
567
778
|
},
|
|
779
|
+
{
|
|
780
|
+
"kind": "js",
|
|
781
|
+
"name": "getAssessmentData",
|
|
782
|
+
"declaration": {
|
|
783
|
+
"name": "getAssessmentData",
|
|
784
|
+
"module": "src/lib/qti-loader/qti-loader.ts"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"kind": "js",
|
|
789
|
+
"name": "getItemByUri",
|
|
790
|
+
"declaration": {
|
|
791
|
+
"name": "getItemByUri",
|
|
792
|
+
"module": "src/lib/qti-loader/qti-loader.ts"
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
]
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"kind": "javascript-module",
|
|
799
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
800
|
+
"declarations": [],
|
|
801
|
+
"exports": [
|
|
802
|
+
{
|
|
803
|
+
"kind": "js",
|
|
804
|
+
"name": "*",
|
|
805
|
+
"declaration": {
|
|
806
|
+
"name": "*",
|
|
807
|
+
"package": "./qti-transform-item"
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"kind": "js",
|
|
812
|
+
"name": "*",
|
|
813
|
+
"declaration": {
|
|
814
|
+
"name": "*",
|
|
815
|
+
"package": "./qti-transform-manifest"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"kind": "js",
|
|
820
|
+
"name": "*",
|
|
821
|
+
"declaration": {
|
|
822
|
+
"name": "*",
|
|
823
|
+
"package": "./qti-transform-test"
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
]
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"kind": "javascript-module",
|
|
830
|
+
"path": "src/lib/qti-transformers/qti-transform-item.ts",
|
|
831
|
+
"declarations": [
|
|
832
|
+
{
|
|
833
|
+
"kind": "function",
|
|
834
|
+
"name": "qtiTransformItem"
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"exports": [
|
|
838
|
+
{
|
|
839
|
+
"kind": "js",
|
|
840
|
+
"name": "qtiTransformItem",
|
|
841
|
+
"declaration": {
|
|
842
|
+
"name": "qtiTransformItem",
|
|
843
|
+
"module": "src/lib/qti-transformers/qti-transform-item.ts"
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "javascript-module",
|
|
850
|
+
"path": "src/lib/qti-transformers/qti-transform-manifest.ts",
|
|
851
|
+
"declarations": [
|
|
852
|
+
{
|
|
853
|
+
"kind": "function",
|
|
854
|
+
"name": "qtiTransformManifest",
|
|
855
|
+
"return": {
|
|
856
|
+
"type": {
|
|
857
|
+
"text": "{\n load: (uri: string) => Promise<typeof api>;\n assessmentTest: () => { href: string; identifier: string };\n }"
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
],
|
|
862
|
+
"exports": [
|
|
863
|
+
{
|
|
864
|
+
"kind": "js",
|
|
865
|
+
"name": "qtiTransformManifest",
|
|
866
|
+
"declaration": {
|
|
867
|
+
"name": "qtiTransformManifest",
|
|
868
|
+
"module": "src/lib/qti-transformers/qti-transform-manifest.ts"
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
]
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"kind": "javascript-module",
|
|
875
|
+
"path": "src/lib/qti-transformers/qti-transform-test.ts",
|
|
876
|
+
"declarations": [
|
|
568
877
|
{
|
|
569
878
|
"kind": "function",
|
|
570
879
|
"name": "qtiTransformTest",
|
|
571
880
|
"return": {
|
|
572
881
|
"type": {
|
|
573
|
-
"text": ""
|
|
882
|
+
"text": "transformTestApi"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
],
|
|
887
|
+
"exports": [
|
|
888
|
+
{
|
|
889
|
+
"kind": "js",
|
|
890
|
+
"name": "qtiTransformTest",
|
|
891
|
+
"declaration": {
|
|
892
|
+
"name": "qtiTransformTest",
|
|
893
|
+
"module": "src/lib/qti-transformers/qti-transform-test.ts"
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
]
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"kind": "javascript-module",
|
|
900
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
901
|
+
"declarations": [
|
|
902
|
+
{
|
|
903
|
+
"kind": "function",
|
|
904
|
+
"name": "extendElementName",
|
|
905
|
+
"parameters": [
|
|
906
|
+
{
|
|
907
|
+
"name": "xmlFragment",
|
|
908
|
+
"type": {
|
|
909
|
+
"text": "XMLDocument"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "tagName",
|
|
914
|
+
"type": {
|
|
915
|
+
"text": "string"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "extension",
|
|
920
|
+
"type": {
|
|
921
|
+
"text": "string"
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
]
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"kind": "function",
|
|
928
|
+
"name": "extendElementsWithClass",
|
|
929
|
+
"parameters": [
|
|
930
|
+
{
|
|
931
|
+
"name": "xmlFragment",
|
|
932
|
+
"type": {
|
|
933
|
+
"text": "XMLDocument"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "classNamePattern",
|
|
938
|
+
"type": {
|
|
939
|
+
"text": "string"
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
]
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"kind": "function",
|
|
946
|
+
"name": "itemsFromTest",
|
|
947
|
+
"parameters": [
|
|
948
|
+
{
|
|
949
|
+
"name": "xmlFragment",
|
|
950
|
+
"type": {
|
|
951
|
+
"text": "DocumentFragment"
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
]
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"kind": "function",
|
|
958
|
+
"name": "loadXML",
|
|
959
|
+
"parameters": [
|
|
960
|
+
{
|
|
961
|
+
"name": "url"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"name": "cancelPreviousRequest",
|
|
965
|
+
"default": "true"
|
|
966
|
+
}
|
|
967
|
+
]
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"kind": "function",
|
|
971
|
+
"name": "parseXML",
|
|
972
|
+
"parameters": [
|
|
973
|
+
{
|
|
974
|
+
"name": "xmlDocument",
|
|
975
|
+
"type": {
|
|
976
|
+
"text": "string"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"kind": "function",
|
|
983
|
+
"name": "toHTML",
|
|
984
|
+
"return": {
|
|
985
|
+
"type": {
|
|
986
|
+
"text": "DocumentFragment"
|
|
574
987
|
}
|
|
575
988
|
},
|
|
576
|
-
"
|
|
989
|
+
"parameters": [
|
|
990
|
+
{
|
|
991
|
+
"name": "xmlFragment",
|
|
992
|
+
"type": {
|
|
993
|
+
"text": "Document"
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
]
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"kind": "function",
|
|
1000
|
+
"name": "setLocation",
|
|
1001
|
+
"parameters": [
|
|
1002
|
+
{
|
|
1003
|
+
"name": "xmlFragment",
|
|
1004
|
+
"type": {
|
|
1005
|
+
"text": "DocumentFragment"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "location",
|
|
1010
|
+
"type": {
|
|
1011
|
+
"text": "string"
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
]
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"kind": "function",
|
|
1018
|
+
"name": "convertCDATAtoComment",
|
|
1019
|
+
"parameters": [
|
|
1020
|
+
{
|
|
1021
|
+
"name": "xmlFragment",
|
|
1022
|
+
"type": {
|
|
1023
|
+
"text": "DocumentFragment"
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
]
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"kind": "function",
|
|
1030
|
+
"name": "stripStyleSheets",
|
|
1031
|
+
"parameters": [
|
|
1032
|
+
{
|
|
1033
|
+
"name": "xmlFragment",
|
|
1034
|
+
"type": {
|
|
1035
|
+
"text": "DocumentFragment"
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
]
|
|
577
1039
|
}
|
|
578
1040
|
],
|
|
579
1041
|
"exports": [
|
|
580
1042
|
{
|
|
581
1043
|
"kind": "js",
|
|
582
|
-
"name": "
|
|
1044
|
+
"name": "extendElementName",
|
|
1045
|
+
"declaration": {
|
|
1046
|
+
"name": "extendElementName",
|
|
1047
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "js",
|
|
1052
|
+
"name": "extendElementsWithClass",
|
|
1053
|
+
"declaration": {
|
|
1054
|
+
"name": "extendElementsWithClass",
|
|
1055
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"kind": "js",
|
|
1060
|
+
"name": "itemsFromTest",
|
|
1061
|
+
"declaration": {
|
|
1062
|
+
"name": "itemsFromTest",
|
|
1063
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "js",
|
|
1068
|
+
"name": "loadXML",
|
|
1069
|
+
"declaration": {
|
|
1070
|
+
"name": "loadXML",
|
|
1071
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"kind": "js",
|
|
1076
|
+
"name": "parseXML",
|
|
1077
|
+
"declaration": {
|
|
1078
|
+
"name": "parseXML",
|
|
1079
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"kind": "js",
|
|
1084
|
+
"name": "toHTML",
|
|
1085
|
+
"declaration": {
|
|
1086
|
+
"name": "toHTML",
|
|
1087
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"kind": "js",
|
|
1092
|
+
"name": "setLocation",
|
|
583
1093
|
"declaration": {
|
|
584
|
-
"name": "
|
|
1094
|
+
"name": "setLocation",
|
|
585
1095
|
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
586
1096
|
}
|
|
587
1097
|
},
|
|
588
1098
|
{
|
|
589
1099
|
"kind": "js",
|
|
590
|
-
"name": "
|
|
1100
|
+
"name": "convertCDATAtoComment",
|
|
591
1101
|
"declaration": {
|
|
592
|
-
"name": "
|
|
1102
|
+
"name": "convertCDATAtoComment",
|
|
593
1103
|
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
594
1104
|
}
|
|
595
1105
|
},
|
|
596
1106
|
{
|
|
597
1107
|
"kind": "js",
|
|
598
|
-
"name": "
|
|
1108
|
+
"name": "stripStyleSheets",
|
|
599
1109
|
"declaration": {
|
|
600
|
-
"name": "
|
|
1110
|
+
"name": "stripStyleSheets",
|
|
601
1111
|
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
602
1112
|
}
|
|
603
1113
|
}
|
|
@@ -1229,10 +1739,56 @@
|
|
|
1229
1739
|
{
|
|
1230
1740
|
"name": "tabindex",
|
|
1231
1741
|
"type": {
|
|
1232
|
-
"text": "number
|
|
1742
|
+
"text": "number"
|
|
1233
1743
|
},
|
|
1234
1744
|
"default": "0",
|
|
1235
|
-
"fieldName": "tabindex"
|
|
1745
|
+
"fieldName": "tabindex",
|
|
1746
|
+
"inheritedFrom": {
|
|
1747
|
+
"name": "ActiveElementMixin",
|
|
1748
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "identifier",
|
|
1753
|
+
"type": {
|
|
1754
|
+
"text": "string"
|
|
1755
|
+
},
|
|
1756
|
+
"default": "''",
|
|
1757
|
+
"fieldName": "identifier",
|
|
1758
|
+
"inheritedFrom": {
|
|
1759
|
+
"name": "ActiveElementMixin",
|
|
1760
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"name": "aria-disabled",
|
|
1765
|
+
"type": {
|
|
1766
|
+
"text": "boolean"
|
|
1767
|
+
},
|
|
1768
|
+
"default": "false",
|
|
1769
|
+
"fieldName": "disabled",
|
|
1770
|
+
"inheritedFrom": {
|
|
1771
|
+
"name": "ActiveElementMixin",
|
|
1772
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "aria-readonly",
|
|
1777
|
+
"type": {
|
|
1778
|
+
"text": "boolean"
|
|
1779
|
+
},
|
|
1780
|
+
"default": "false",
|
|
1781
|
+
"fieldName": "readonly",
|
|
1782
|
+
"inheritedFrom": {
|
|
1783
|
+
"name": "ActiveElementMixin",
|
|
1784
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
],
|
|
1788
|
+
"mixins": [
|
|
1789
|
+
{
|
|
1790
|
+
"name": "ActiveElementMixin",
|
|
1791
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
|
|
1236
1792
|
}
|
|
1237
1793
|
],
|
|
1238
1794
|
"superclass": {
|
|
@@ -1240,7 +1796,18 @@
|
|
|
1240
1796
|
"package": "lit"
|
|
1241
1797
|
},
|
|
1242
1798
|
"tagName": "qti-gap-text",
|
|
1243
|
-
"customElement": true
|
|
1799
|
+
"customElement": true,
|
|
1800
|
+
"events": [
|
|
1801
|
+
{
|
|
1802
|
+
"type": {
|
|
1803
|
+
"text": "CustomEvent"
|
|
1804
|
+
},
|
|
1805
|
+
"inheritedFrom": {
|
|
1806
|
+
"name": "ActiveElementMixin",
|
|
1807
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1244
1811
|
}
|
|
1245
1812
|
],
|
|
1246
1813
|
"exports": [
|
|
@@ -1330,22 +1897,23 @@
|
|
|
1330
1897
|
"type": {
|
|
1331
1898
|
"text": "string"
|
|
1332
1899
|
},
|
|
1900
|
+
"default": "''",
|
|
1333
1901
|
"fieldName": "identifier",
|
|
1334
1902
|
"inheritedFrom": {
|
|
1335
|
-
"name": "
|
|
1336
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
1903
|
+
"name": "ActiveElementMixin",
|
|
1904
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1337
1905
|
}
|
|
1338
1906
|
},
|
|
1339
1907
|
{
|
|
1340
1908
|
"name": "tabindex",
|
|
1341
1909
|
"type": {
|
|
1342
|
-
"text": "number
|
|
1910
|
+
"text": "number"
|
|
1343
1911
|
},
|
|
1344
1912
|
"default": "0",
|
|
1345
|
-
"fieldName": "
|
|
1913
|
+
"fieldName": "tabIndex",
|
|
1346
1914
|
"inheritedFrom": {
|
|
1347
|
-
"name": "
|
|
1348
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
1915
|
+
"name": "ActiveElementMixin",
|
|
1916
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1349
1917
|
}
|
|
1350
1918
|
},
|
|
1351
1919
|
{
|
|
@@ -1356,8 +1924,8 @@
|
|
|
1356
1924
|
"default": "false",
|
|
1357
1925
|
"fieldName": "disabled",
|
|
1358
1926
|
"inheritedFrom": {
|
|
1359
|
-
"name": "
|
|
1360
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
1927
|
+
"name": "ActiveElementMixin",
|
|
1928
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1361
1929
|
}
|
|
1362
1930
|
},
|
|
1363
1931
|
{
|
|
@@ -1368,71 +1936,31 @@
|
|
|
1368
1936
|
"default": "false",
|
|
1369
1937
|
"fieldName": "readonly",
|
|
1370
1938
|
"inheritedFrom": {
|
|
1371
|
-
"name": "
|
|
1372
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
1939
|
+
"name": "ActiveElementMixin",
|
|
1940
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1373
1941
|
}
|
|
1374
|
-
}
|
|
1942
|
+
}
|
|
1943
|
+
],
|
|
1944
|
+
"mixins": [
|
|
1375
1945
|
{
|
|
1376
|
-
"name": "
|
|
1377
|
-
"
|
|
1378
|
-
"text": "boolean"
|
|
1379
|
-
},
|
|
1380
|
-
"default": "false",
|
|
1381
|
-
"fieldName": "checked",
|
|
1382
|
-
"inheritedFrom": {
|
|
1383
|
-
"name": "QtiChoice",
|
|
1384
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1385
|
-
}
|
|
1946
|
+
"name": "ActiveElementMixin",
|
|
1947
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
|
|
1386
1948
|
}
|
|
1387
1949
|
],
|
|
1388
1950
|
"superclass": {
|
|
1389
|
-
"name": "
|
|
1390
|
-
"
|
|
1951
|
+
"name": "LitElement",
|
|
1952
|
+
"package": "lit"
|
|
1391
1953
|
},
|
|
1392
1954
|
"tagName": "qti-hotspot-choice",
|
|
1393
1955
|
"customElement": true,
|
|
1394
|
-
"slots": [
|
|
1395
|
-
{
|
|
1396
|
-
"description": "The choices slot element",
|
|
1397
|
-
"name": "",
|
|
1398
|
-
"inheritedFrom": {
|
|
1399
|
-
"name": "QtiChoice",
|
|
1400
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1401
|
-
}
|
|
1402
|
-
}
|
|
1403
|
-
],
|
|
1404
1956
|
"events": [
|
|
1405
1957
|
{
|
|
1406
|
-
"name": "qti-register-choice",
|
|
1407
|
-
"type": {
|
|
1408
|
-
"text": "CustomEvent"
|
|
1409
|
-
},
|
|
1410
|
-
"description": "register itselves on a qti-choice-interaction element.",
|
|
1411
|
-
"inheritedFrom": {
|
|
1412
|
-
"name": "QtiChoice",
|
|
1413
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1414
|
-
}
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"name": "qti-loose-choice",
|
|
1418
|
-
"type": {
|
|
1419
|
-
"text": "CustomEvent"
|
|
1420
|
-
},
|
|
1421
|
-
"description": "de-register itselves on a qti-choice-interaction element.",
|
|
1422
|
-
"inheritedFrom": {
|
|
1423
|
-
"name": "QtiChoice",
|
|
1424
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1425
|
-
}
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"name": "qti-choice-element-selected",
|
|
1429
1958
|
"type": {
|
|
1430
1959
|
"text": "CustomEvent"
|
|
1431
1960
|
},
|
|
1432
|
-
"description": "Emitted when the choice is selected.",
|
|
1433
1961
|
"inheritedFrom": {
|
|
1434
|
-
"name": "
|
|
1435
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
1962
|
+
"name": "ActiveElementMixin",
|
|
1963
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1436
1964
|
}
|
|
1437
1965
|
}
|
|
1438
1966
|
]
|
|
@@ -1466,44 +1994,41 @@
|
|
|
1466
1994
|
"description": "",
|
|
1467
1995
|
"name": "QtiHottext",
|
|
1468
1996
|
"members": [],
|
|
1997
|
+
"mixins": [
|
|
1998
|
+
{
|
|
1999
|
+
"name": "ActiveElementMixin",
|
|
2000
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
|
|
2001
|
+
}
|
|
2002
|
+
],
|
|
1469
2003
|
"superclass": {
|
|
1470
|
-
"name": "
|
|
1471
|
-
"
|
|
2004
|
+
"name": "LitElement",
|
|
2005
|
+
"package": "lit"
|
|
1472
2006
|
},
|
|
1473
2007
|
"tagName": "qti-hottext",
|
|
1474
2008
|
"customElement": true,
|
|
1475
|
-
"slots": [
|
|
1476
|
-
{
|
|
1477
|
-
"description": "The choices slot element",
|
|
1478
|
-
"name": "",
|
|
1479
|
-
"inheritedFrom": {
|
|
1480
|
-
"name": "QtiChoice",
|
|
1481
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1482
|
-
}
|
|
1483
|
-
}
|
|
1484
|
-
],
|
|
1485
2009
|
"attributes": [
|
|
1486
2010
|
{
|
|
1487
2011
|
"name": "identifier",
|
|
1488
2012
|
"type": {
|
|
1489
2013
|
"text": "string"
|
|
1490
2014
|
},
|
|
2015
|
+
"default": "''",
|
|
1491
2016
|
"fieldName": "identifier",
|
|
1492
2017
|
"inheritedFrom": {
|
|
1493
|
-
"name": "
|
|
1494
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2018
|
+
"name": "ActiveElementMixin",
|
|
2019
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1495
2020
|
}
|
|
1496
2021
|
},
|
|
1497
2022
|
{
|
|
1498
2023
|
"name": "tabindex",
|
|
1499
2024
|
"type": {
|
|
1500
|
-
"text": "number
|
|
2025
|
+
"text": "number"
|
|
1501
2026
|
},
|
|
1502
2027
|
"default": "0",
|
|
1503
|
-
"fieldName": "
|
|
2028
|
+
"fieldName": "tabIndex",
|
|
1504
2029
|
"inheritedFrom": {
|
|
1505
|
-
"name": "
|
|
1506
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2030
|
+
"name": "ActiveElementMixin",
|
|
2031
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1507
2032
|
}
|
|
1508
2033
|
},
|
|
1509
2034
|
{
|
|
@@ -1514,8 +2039,8 @@
|
|
|
1514
2039
|
"default": "false",
|
|
1515
2040
|
"fieldName": "disabled",
|
|
1516
2041
|
"inheritedFrom": {
|
|
1517
|
-
"name": "
|
|
1518
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2042
|
+
"name": "ActiveElementMixin",
|
|
2043
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1519
2044
|
}
|
|
1520
2045
|
},
|
|
1521
2046
|
{
|
|
@@ -1526,55 +2051,19 @@
|
|
|
1526
2051
|
"default": "false",
|
|
1527
2052
|
"fieldName": "readonly",
|
|
1528
2053
|
"inheritedFrom": {
|
|
1529
|
-
"name": "
|
|
1530
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"name": "aria-checked",
|
|
1535
|
-
"type": {
|
|
1536
|
-
"text": "boolean"
|
|
1537
|
-
},
|
|
1538
|
-
"default": "false",
|
|
1539
|
-
"fieldName": "checked",
|
|
1540
|
-
"inheritedFrom": {
|
|
1541
|
-
"name": "QtiChoice",
|
|
1542
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
2054
|
+
"name": "ActiveElementMixin",
|
|
2055
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1543
2056
|
}
|
|
1544
2057
|
}
|
|
1545
2058
|
],
|
|
1546
2059
|
"events": [
|
|
1547
2060
|
{
|
|
1548
|
-
"name": "qti-register-choice",
|
|
1549
|
-
"type": {
|
|
1550
|
-
"text": "CustomEvent"
|
|
1551
|
-
},
|
|
1552
|
-
"description": "register itselves on a qti-choice-interaction element.",
|
|
1553
|
-
"inheritedFrom": {
|
|
1554
|
-
"name": "QtiChoice",
|
|
1555
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"name": "qti-loose-choice",
|
|
1560
|
-
"type": {
|
|
1561
|
-
"text": "CustomEvent"
|
|
1562
|
-
},
|
|
1563
|
-
"description": "de-register itselves on a qti-choice-interaction element.",
|
|
1564
|
-
"inheritedFrom": {
|
|
1565
|
-
"name": "QtiChoice",
|
|
1566
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"name": "qti-choice-element-selected",
|
|
1571
2061
|
"type": {
|
|
1572
2062
|
"text": "CustomEvent"
|
|
1573
2063
|
},
|
|
1574
|
-
"description": "Emitted when the choice is selected.",
|
|
1575
2064
|
"inheritedFrom": {
|
|
1576
|
-
"name": "
|
|
1577
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2065
|
+
"name": "ActiveElementMixin",
|
|
2066
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1578
2067
|
}
|
|
1579
2068
|
}
|
|
1580
2069
|
]
|
|
@@ -1693,6 +2182,60 @@
|
|
|
1693
2182
|
},
|
|
1694
2183
|
"default": "false",
|
|
1695
2184
|
"fieldName": "fixed"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"name": "identifier",
|
|
2188
|
+
"type": {
|
|
2189
|
+
"text": "string"
|
|
2190
|
+
},
|
|
2191
|
+
"default": "''",
|
|
2192
|
+
"fieldName": "identifier",
|
|
2193
|
+
"inheritedFrom": {
|
|
2194
|
+
"name": "ActiveElementMixin",
|
|
2195
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "tabindex",
|
|
2200
|
+
"type": {
|
|
2201
|
+
"text": "number"
|
|
2202
|
+
},
|
|
2203
|
+
"default": "0",
|
|
2204
|
+
"fieldName": "tabIndex",
|
|
2205
|
+
"inheritedFrom": {
|
|
2206
|
+
"name": "ActiveElementMixin",
|
|
2207
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "aria-disabled",
|
|
2212
|
+
"type": {
|
|
2213
|
+
"text": "boolean"
|
|
2214
|
+
},
|
|
2215
|
+
"default": "false",
|
|
2216
|
+
"fieldName": "disabled",
|
|
2217
|
+
"inheritedFrom": {
|
|
2218
|
+
"name": "ActiveElementMixin",
|
|
2219
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"name": "aria-readonly",
|
|
2224
|
+
"type": {
|
|
2225
|
+
"text": "boolean"
|
|
2226
|
+
},
|
|
2227
|
+
"default": "false",
|
|
2228
|
+
"fieldName": "readonly",
|
|
2229
|
+
"inheritedFrom": {
|
|
2230
|
+
"name": "ActiveElementMixin",
|
|
2231
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
2232
|
+
}
|
|
2233
|
+
}
|
|
2234
|
+
],
|
|
2235
|
+
"mixins": [
|
|
2236
|
+
{
|
|
2237
|
+
"name": "ActiveElementMixin",
|
|
2238
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
|
|
1696
2239
|
}
|
|
1697
2240
|
],
|
|
1698
2241
|
"superclass": {
|
|
@@ -1700,7 +2243,18 @@
|
|
|
1700
2243
|
"package": "lit"
|
|
1701
2244
|
},
|
|
1702
2245
|
"tagName": "qti-simple-associable-choice",
|
|
1703
|
-
"customElement": true
|
|
2246
|
+
"customElement": true,
|
|
2247
|
+
"events": [
|
|
2248
|
+
{
|
|
2249
|
+
"type": {
|
|
2250
|
+
"text": "CustomEvent"
|
|
2251
|
+
},
|
|
2252
|
+
"inheritedFrom": {
|
|
2253
|
+
"name": "ActiveElementMixin",
|
|
2254
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
2255
|
+
}
|
|
2256
|
+
}
|
|
2257
|
+
]
|
|
1704
2258
|
}
|
|
1705
2259
|
],
|
|
1706
2260
|
"exports": [
|
|
@@ -1728,59 +2282,19 @@
|
|
|
1728
2282
|
"declarations": [
|
|
1729
2283
|
{
|
|
1730
2284
|
"kind": "class",
|
|
1731
|
-
"description": "",
|
|
2285
|
+
"description": "qti-order-interaction\nqti-choice-interaction",
|
|
1732
2286
|
"name": "QtiSimpleChoice",
|
|
1733
|
-
"slots": [
|
|
1734
|
-
{
|
|
1735
|
-
"description": "The default slot.",
|
|
1736
|
-
"name": "",
|
|
1737
|
-
"inheritedFrom": {
|
|
1738
|
-
"name": "QtiChoice",
|
|
1739
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1740
|
-
}
|
|
1741
|
-
}
|
|
1742
|
-
],
|
|
1743
2287
|
"members": [],
|
|
1744
|
-
"
|
|
1745
|
-
{
|
|
1746
|
-
"name": "qti-choice-element-selected",
|
|
1747
|
-
"type": {
|
|
1748
|
-
"text": "CustomEvent"
|
|
1749
|
-
},
|
|
1750
|
-
"description": "Emitted when a choice is selected.",
|
|
1751
|
-
"inheritedFrom": {
|
|
1752
|
-
"name": "QtiChoice",
|
|
1753
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1754
|
-
}
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
"name": "qti-register-choice",
|
|
1758
|
-
"type": {
|
|
1759
|
-
"text": "CustomEvent"
|
|
1760
|
-
},
|
|
1761
|
-
"description": "Emitted when an choice is added",
|
|
1762
|
-
"inheritedFrom": {
|
|
1763
|
-
"name": "QtiChoice",
|
|
1764
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1765
|
-
}
|
|
1766
|
-
},
|
|
2288
|
+
"mixins": [
|
|
1767
2289
|
{
|
|
1768
|
-
"name": "
|
|
1769
|
-
"
|
|
1770
|
-
"text": "CustomEvent"
|
|
1771
|
-
},
|
|
1772
|
-
"description": "Emitted when a choice is removed",
|
|
1773
|
-
"inheritedFrom": {
|
|
1774
|
-
"name": "QtiChoice",
|
|
1775
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1776
|
-
}
|
|
2290
|
+
"name": "ActiveElementMixin",
|
|
2291
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
|
|
1777
2292
|
}
|
|
1778
2293
|
],
|
|
1779
2294
|
"superclass": {
|
|
1780
|
-
"name": "
|
|
1781
|
-
"
|
|
2295
|
+
"name": "LitElement",
|
|
2296
|
+
"package": "lit"
|
|
1782
2297
|
},
|
|
1783
|
-
"summary": "Short summary of the component's intended use.",
|
|
1784
2298
|
"tagName": "qti-simple-choice",
|
|
1785
2299
|
"customElement": true,
|
|
1786
2300
|
"attributes": [
|
|
@@ -1789,22 +2303,23 @@
|
|
|
1789
2303
|
"type": {
|
|
1790
2304
|
"text": "string"
|
|
1791
2305
|
},
|
|
2306
|
+
"default": "''",
|
|
1792
2307
|
"fieldName": "identifier",
|
|
1793
2308
|
"inheritedFrom": {
|
|
1794
|
-
"name": "
|
|
1795
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2309
|
+
"name": "ActiveElementMixin",
|
|
2310
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1796
2311
|
}
|
|
1797
2312
|
},
|
|
1798
2313
|
{
|
|
1799
2314
|
"name": "tabindex",
|
|
1800
2315
|
"type": {
|
|
1801
|
-
"text": "number
|
|
2316
|
+
"text": "number"
|
|
1802
2317
|
},
|
|
1803
2318
|
"default": "0",
|
|
1804
|
-
"fieldName": "
|
|
2319
|
+
"fieldName": "tabIndex",
|
|
1805
2320
|
"inheritedFrom": {
|
|
1806
|
-
"name": "
|
|
1807
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2321
|
+
"name": "ActiveElementMixin",
|
|
2322
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1808
2323
|
}
|
|
1809
2324
|
},
|
|
1810
2325
|
{
|
|
@@ -1815,8 +2330,8 @@
|
|
|
1815
2330
|
"default": "false",
|
|
1816
2331
|
"fieldName": "disabled",
|
|
1817
2332
|
"inheritedFrom": {
|
|
1818
|
-
"name": "
|
|
1819
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2333
|
+
"name": "ActiveElementMixin",
|
|
2334
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1820
2335
|
}
|
|
1821
2336
|
},
|
|
1822
2337
|
{
|
|
@@ -1827,20 +2342,19 @@
|
|
|
1827
2342
|
"default": "false",
|
|
1828
2343
|
"fieldName": "readonly",
|
|
1829
2344
|
"inheritedFrom": {
|
|
1830
|
-
"name": "
|
|
1831
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2345
|
+
"name": "ActiveElementMixin",
|
|
2346
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1832
2347
|
}
|
|
1833
|
-
}
|
|
2348
|
+
}
|
|
2349
|
+
],
|
|
2350
|
+
"events": [
|
|
1834
2351
|
{
|
|
1835
|
-
"name": "aria-checked",
|
|
1836
2352
|
"type": {
|
|
1837
|
-
"text": "
|
|
2353
|
+
"text": "CustomEvent"
|
|
1838
2354
|
},
|
|
1839
|
-
"default": "false",
|
|
1840
|
-
"fieldName": "checked",
|
|
1841
2355
|
"inheritedFrom": {
|
|
1842
|
-
"name": "
|
|
1843
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2356
|
+
"name": "ActiveElementMixin",
|
|
2357
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
1844
2358
|
}
|
|
1845
2359
|
}
|
|
1846
2360
|
]
|
|
@@ -2336,6 +2850,21 @@
|
|
|
2336
2850
|
}
|
|
2337
2851
|
]
|
|
2338
2852
|
},
|
|
2853
|
+
{
|
|
2854
|
+
"kind": "javascript-module",
|
|
2855
|
+
"path": "src/lib/qti-components/internal/events/qti-assessment-item-log.ts",
|
|
2856
|
+
"declarations": [],
|
|
2857
|
+
"exports": [
|
|
2858
|
+
{
|
|
2859
|
+
"kind": "js",
|
|
2860
|
+
"name": "default",
|
|
2861
|
+
"declaration": {
|
|
2862
|
+
"name": "QtiAssessmentItemLogEvent",
|
|
2863
|
+
"module": "src/lib/qti-components/internal/events/qti-assessment-item-log.ts"
|
|
2864
|
+
}
|
|
2865
|
+
}
|
|
2866
|
+
]
|
|
2867
|
+
},
|
|
2339
2868
|
{
|
|
2340
2869
|
"kind": "javascript-module",
|
|
2341
2870
|
"path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
|
|
@@ -2907,32 +3436,55 @@
|
|
|
2907
3436
|
"fieldName": "responseIdentifier",
|
|
2908
3437
|
"inheritedFrom": {
|
|
2909
3438
|
"name": "ChoicesMixin",
|
|
2910
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3439
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3440
|
+
}
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"name": "min-choices",
|
|
3444
|
+
"type": {
|
|
3445
|
+
"text": "number"
|
|
3446
|
+
},
|
|
3447
|
+
"default": "0",
|
|
3448
|
+
"fieldName": "minChoices",
|
|
3449
|
+
"inheritedFrom": {
|
|
3450
|
+
"name": "ChoicesMixin",
|
|
3451
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"name": "max-choices",
|
|
3456
|
+
"type": {
|
|
3457
|
+
"text": "number"
|
|
3458
|
+
},
|
|
3459
|
+
"default": "1",
|
|
3460
|
+
"fieldName": "maxChoices",
|
|
3461
|
+
"inheritedFrom": {
|
|
3462
|
+
"name": "ChoicesMixin",
|
|
3463
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
2911
3464
|
}
|
|
2912
3465
|
},
|
|
2913
3466
|
{
|
|
2914
|
-
"name": "
|
|
3467
|
+
"name": "disabled",
|
|
2915
3468
|
"type": {
|
|
2916
|
-
"text": "
|
|
3469
|
+
"text": "boolean"
|
|
2917
3470
|
},
|
|
2918
|
-
"default": "
|
|
2919
|
-
"fieldName": "
|
|
3471
|
+
"default": "false",
|
|
3472
|
+
"fieldName": "disabled",
|
|
2920
3473
|
"inheritedFrom": {
|
|
2921
3474
|
"name": "ChoicesMixin",
|
|
2922
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3475
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
2923
3476
|
}
|
|
2924
3477
|
},
|
|
2925
3478
|
{
|
|
2926
|
-
"name": "
|
|
3479
|
+
"name": "readonly",
|
|
2927
3480
|
"type": {
|
|
2928
|
-
"text": "
|
|
3481
|
+
"text": "boolean"
|
|
2929
3482
|
},
|
|
2930
|
-
"default": "
|
|
2931
|
-
"
|
|
2932
|
-
"fieldName": "maxChoices",
|
|
3483
|
+
"default": "false",
|
|
3484
|
+
"fieldName": "readonly",
|
|
2933
3485
|
"inheritedFrom": {
|
|
2934
3486
|
"name": "ChoicesMixin",
|
|
2935
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3487
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
2936
3488
|
}
|
|
2937
3489
|
}
|
|
2938
3490
|
],
|
|
@@ -2947,7 +3499,7 @@
|
|
|
2947
3499
|
},
|
|
2948
3500
|
{
|
|
2949
3501
|
"name": "ChoicesMixin",
|
|
2950
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3502
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
|
|
2951
3503
|
}
|
|
2952
3504
|
],
|
|
2953
3505
|
"superclass": {
|
|
@@ -2964,7 +3516,7 @@
|
|
|
2964
3516
|
},
|
|
2965
3517
|
"inheritedFrom": {
|
|
2966
3518
|
"name": "ChoicesMixin",
|
|
2967
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3519
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
2968
3520
|
}
|
|
2969
3521
|
},
|
|
2970
3522
|
{
|
|
@@ -2974,7 +3526,7 @@
|
|
|
2974
3526
|
},
|
|
2975
3527
|
"inheritedFrom": {
|
|
2976
3528
|
"name": "ChoicesMixin",
|
|
2977
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3529
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
2978
3530
|
}
|
|
2979
3531
|
}
|
|
2980
3532
|
]
|
|
@@ -3785,7 +4337,7 @@
|
|
|
3785
4337
|
"mixins": [
|
|
3786
4338
|
{
|
|
3787
4339
|
"name": "ChoicesMixin",
|
|
3788
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4340
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
|
|
3789
4341
|
}
|
|
3790
4342
|
],
|
|
3791
4343
|
"superclass": {
|
|
@@ -3804,7 +4356,7 @@
|
|
|
3804
4356
|
"fieldName": "responseIdentifier",
|
|
3805
4357
|
"inheritedFrom": {
|
|
3806
4358
|
"name": "ChoicesMixin",
|
|
3807
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4359
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3808
4360
|
}
|
|
3809
4361
|
},
|
|
3810
4362
|
{
|
|
@@ -3816,7 +4368,7 @@
|
|
|
3816
4368
|
"fieldName": "minChoices",
|
|
3817
4369
|
"inheritedFrom": {
|
|
3818
4370
|
"name": "ChoicesMixin",
|
|
3819
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4371
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3820
4372
|
}
|
|
3821
4373
|
},
|
|
3822
4374
|
{
|
|
@@ -3825,11 +4377,34 @@
|
|
|
3825
4377
|
"text": "number"
|
|
3826
4378
|
},
|
|
3827
4379
|
"default": "1",
|
|
3828
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3829
4380
|
"fieldName": "maxChoices",
|
|
3830
4381
|
"inheritedFrom": {
|
|
3831
4382
|
"name": "ChoicesMixin",
|
|
3832
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4383
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4384
|
+
}
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"name": "disabled",
|
|
4388
|
+
"type": {
|
|
4389
|
+
"text": "boolean"
|
|
4390
|
+
},
|
|
4391
|
+
"default": "false",
|
|
4392
|
+
"fieldName": "disabled",
|
|
4393
|
+
"inheritedFrom": {
|
|
4394
|
+
"name": "ChoicesMixin",
|
|
4395
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4396
|
+
}
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"name": "readonly",
|
|
4400
|
+
"type": {
|
|
4401
|
+
"text": "boolean"
|
|
4402
|
+
},
|
|
4403
|
+
"default": "false",
|
|
4404
|
+
"fieldName": "readonly",
|
|
4405
|
+
"inheritedFrom": {
|
|
4406
|
+
"name": "ChoicesMixin",
|
|
4407
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3833
4408
|
}
|
|
3834
4409
|
}
|
|
3835
4410
|
],
|
|
@@ -3841,7 +4416,7 @@
|
|
|
3841
4416
|
},
|
|
3842
4417
|
"inheritedFrom": {
|
|
3843
4418
|
"name": "ChoicesMixin",
|
|
3844
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4419
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3845
4420
|
}
|
|
3846
4421
|
},
|
|
3847
4422
|
{
|
|
@@ -3851,7 +4426,7 @@
|
|
|
3851
4426
|
},
|
|
3852
4427
|
"inheritedFrom": {
|
|
3853
4428
|
"name": "ChoicesMixin",
|
|
3854
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4429
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3855
4430
|
}
|
|
3856
4431
|
}
|
|
3857
4432
|
]
|
|
@@ -3894,7 +4469,7 @@
|
|
|
3894
4469
|
"mixins": [
|
|
3895
4470
|
{
|
|
3896
4471
|
"name": "ChoicesMixin",
|
|
3897
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4472
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
|
|
3898
4473
|
}
|
|
3899
4474
|
],
|
|
3900
4475
|
"superclass": {
|
|
@@ -3913,7 +4488,7 @@
|
|
|
3913
4488
|
"fieldName": "responseIdentifier",
|
|
3914
4489
|
"inheritedFrom": {
|
|
3915
4490
|
"name": "ChoicesMixin",
|
|
3916
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4491
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3917
4492
|
}
|
|
3918
4493
|
},
|
|
3919
4494
|
{
|
|
@@ -3925,7 +4500,7 @@
|
|
|
3925
4500
|
"fieldName": "minChoices",
|
|
3926
4501
|
"inheritedFrom": {
|
|
3927
4502
|
"name": "ChoicesMixin",
|
|
3928
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4503
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3929
4504
|
}
|
|
3930
4505
|
},
|
|
3931
4506
|
{
|
|
@@ -3934,11 +4509,34 @@
|
|
|
3934
4509
|
"text": "number"
|
|
3935
4510
|
},
|
|
3936
4511
|
"default": "1",
|
|
3937
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3938
4512
|
"fieldName": "maxChoices",
|
|
3939
4513
|
"inheritedFrom": {
|
|
3940
4514
|
"name": "ChoicesMixin",
|
|
3941
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4515
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4516
|
+
}
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"name": "disabled",
|
|
4520
|
+
"type": {
|
|
4521
|
+
"text": "boolean"
|
|
4522
|
+
},
|
|
4523
|
+
"default": "false",
|
|
4524
|
+
"fieldName": "disabled",
|
|
4525
|
+
"inheritedFrom": {
|
|
4526
|
+
"name": "ChoicesMixin",
|
|
4527
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4528
|
+
}
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"name": "readonly",
|
|
4532
|
+
"type": {
|
|
4533
|
+
"text": "boolean"
|
|
4534
|
+
},
|
|
4535
|
+
"default": "false",
|
|
4536
|
+
"fieldName": "readonly",
|
|
4537
|
+
"inheritedFrom": {
|
|
4538
|
+
"name": "ChoicesMixin",
|
|
4539
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3942
4540
|
}
|
|
3943
4541
|
}
|
|
3944
4542
|
],
|
|
@@ -3950,7 +4548,7 @@
|
|
|
3950
4548
|
},
|
|
3951
4549
|
"inheritedFrom": {
|
|
3952
4550
|
"name": "ChoicesMixin",
|
|
3953
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4551
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3954
4552
|
}
|
|
3955
4553
|
},
|
|
3956
4554
|
{
|
|
@@ -3960,7 +4558,7 @@
|
|
|
3960
4558
|
},
|
|
3961
4559
|
"inheritedFrom": {
|
|
3962
4560
|
"name": "ChoicesMixin",
|
|
3963
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4561
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
3964
4562
|
}
|
|
3965
4563
|
}
|
|
3966
4564
|
]
|
|
@@ -4003,7 +4601,7 @@
|
|
|
4003
4601
|
"mixins": [
|
|
4004
4602
|
{
|
|
4005
4603
|
"name": "ChoicesMixin",
|
|
4006
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4604
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
|
|
4007
4605
|
}
|
|
4008
4606
|
],
|
|
4009
4607
|
"superclass": {
|
|
@@ -4022,7 +4620,7 @@
|
|
|
4022
4620
|
"fieldName": "responseIdentifier",
|
|
4023
4621
|
"inheritedFrom": {
|
|
4024
4622
|
"name": "ChoicesMixin",
|
|
4025
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4623
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4026
4624
|
}
|
|
4027
4625
|
},
|
|
4028
4626
|
{
|
|
@@ -4034,7 +4632,7 @@
|
|
|
4034
4632
|
"fieldName": "minChoices",
|
|
4035
4633
|
"inheritedFrom": {
|
|
4036
4634
|
"name": "ChoicesMixin",
|
|
4037
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4635
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4038
4636
|
}
|
|
4039
4637
|
},
|
|
4040
4638
|
{
|
|
@@ -4043,11 +4641,34 @@
|
|
|
4043
4641
|
"text": "number"
|
|
4044
4642
|
},
|
|
4045
4643
|
"default": "1",
|
|
4046
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
4047
4644
|
"fieldName": "maxChoices",
|
|
4048
4645
|
"inheritedFrom": {
|
|
4049
4646
|
"name": "ChoicesMixin",
|
|
4050
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4647
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4648
|
+
}
|
|
4649
|
+
},
|
|
4650
|
+
{
|
|
4651
|
+
"name": "disabled",
|
|
4652
|
+
"type": {
|
|
4653
|
+
"text": "boolean"
|
|
4654
|
+
},
|
|
4655
|
+
"default": "false",
|
|
4656
|
+
"fieldName": "disabled",
|
|
4657
|
+
"inheritedFrom": {
|
|
4658
|
+
"name": "ChoicesMixin",
|
|
4659
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4660
|
+
}
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"name": "readonly",
|
|
4664
|
+
"type": {
|
|
4665
|
+
"text": "boolean"
|
|
4666
|
+
},
|
|
4667
|
+
"default": "false",
|
|
4668
|
+
"fieldName": "readonly",
|
|
4669
|
+
"inheritedFrom": {
|
|
4670
|
+
"name": "ChoicesMixin",
|
|
4671
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4051
4672
|
}
|
|
4052
4673
|
}
|
|
4053
4674
|
],
|
|
@@ -4059,7 +4680,7 @@
|
|
|
4059
4680
|
},
|
|
4060
4681
|
"inheritedFrom": {
|
|
4061
4682
|
"name": "ChoicesMixin",
|
|
4062
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4683
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4063
4684
|
}
|
|
4064
4685
|
},
|
|
4065
4686
|
{
|
|
@@ -4069,7 +4690,7 @@
|
|
|
4069
4690
|
},
|
|
4070
4691
|
"inheritedFrom": {
|
|
4071
4692
|
"name": "ChoicesMixin",
|
|
4072
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4693
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
4073
4694
|
}
|
|
4074
4695
|
}
|
|
4075
4696
|
]
|
|
@@ -5157,10 +5778,6 @@
|
|
|
5157
5778
|
},
|
|
5158
5779
|
"fieldName": "placeholderText"
|
|
5159
5780
|
},
|
|
5160
|
-
{
|
|
5161
|
-
"name": "class",
|
|
5162
|
-
"fieldName": "classNames"
|
|
5163
|
-
},
|
|
5164
5781
|
{
|
|
5165
5782
|
"name": "response-identifier",
|
|
5166
5783
|
"type": {
|
|
@@ -5791,40 +6408,18 @@
|
|
|
5791
6408
|
},
|
|
5792
6409
|
{
|
|
5793
6410
|
"kind": "javascript-module",
|
|
5794
|
-
"path": "src/lib/qti-components/qti-interaction/internal/
|
|
6411
|
+
"path": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts",
|
|
5795
6412
|
"declarations": [
|
|
5796
6413
|
{
|
|
5797
|
-
"kind": "
|
|
5798
|
-
"description": "",
|
|
5799
|
-
"name": "
|
|
5800
|
-
"slots": [
|
|
5801
|
-
{
|
|
5802
|
-
"description": "The choices slot element",
|
|
5803
|
-
"name": ""
|
|
5804
|
-
}
|
|
5805
|
-
],
|
|
6414
|
+
"kind": "mixin",
|
|
6415
|
+
"description": "A mixin that adds choice functionality to a LitElement-based class.\nIt dispatches events with a custom `type` and handles selection logic.",
|
|
6416
|
+
"name": "ActiveElementMixin",
|
|
5806
6417
|
"members": [],
|
|
5807
6418
|
"events": [
|
|
5808
6419
|
{
|
|
5809
|
-
"name": "qti-register-choice",
|
|
5810
|
-
"type": {
|
|
5811
|
-
"text": "CustomEvent"
|
|
5812
|
-
},
|
|
5813
|
-
"description": "register itselves on a qti-choice-interaction element."
|
|
5814
|
-
},
|
|
5815
|
-
{
|
|
5816
|
-
"name": "qti-loose-choice",
|
|
5817
|
-
"type": {
|
|
5818
|
-
"text": "CustomEvent"
|
|
5819
|
-
},
|
|
5820
|
-
"description": "de-register itselves on a qti-choice-interaction element."
|
|
5821
|
-
},
|
|
5822
|
-
{
|
|
5823
|
-
"name": "qti-choice-element-selected",
|
|
5824
6420
|
"type": {
|
|
5825
6421
|
"text": "CustomEvent"
|
|
5826
|
-
}
|
|
5827
|
-
"description": "Emitted when the choice is selected."
|
|
6422
|
+
}
|
|
5828
6423
|
}
|
|
5829
6424
|
],
|
|
5830
6425
|
"attributes": [
|
|
@@ -5833,15 +6428,16 @@
|
|
|
5833
6428
|
"type": {
|
|
5834
6429
|
"text": "string"
|
|
5835
6430
|
},
|
|
6431
|
+
"default": "''",
|
|
5836
6432
|
"fieldName": "identifier"
|
|
5837
6433
|
},
|
|
5838
6434
|
{
|
|
5839
6435
|
"name": "tabindex",
|
|
5840
6436
|
"type": {
|
|
5841
|
-
"text": "number
|
|
6437
|
+
"text": "number"
|
|
5842
6438
|
},
|
|
5843
6439
|
"default": "0",
|
|
5844
|
-
"fieldName": "
|
|
6440
|
+
"fieldName": "tabIndex"
|
|
5845
6441
|
},
|
|
5846
6442
|
{
|
|
5847
6443
|
"name": "aria-disabled",
|
|
@@ -5858,96 +6454,40 @@
|
|
|
5858
6454
|
},
|
|
5859
6455
|
"default": "false",
|
|
5860
6456
|
"fieldName": "readonly"
|
|
5861
|
-
},
|
|
5862
|
-
{
|
|
5863
|
-
"name": "aria-checked",
|
|
5864
|
-
"type": {
|
|
5865
|
-
"text": "boolean"
|
|
5866
|
-
},
|
|
5867
|
-
"default": "false",
|
|
5868
|
-
"fieldName": "checked"
|
|
5869
|
-
}
|
|
5870
|
-
],
|
|
5871
|
-
"superclass": {
|
|
5872
|
-
"name": "LitElement",
|
|
5873
|
-
"package": "lit"
|
|
5874
|
-
},
|
|
5875
|
-
"summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
|
|
5876
|
-
"customElement": true
|
|
5877
|
-
}
|
|
5878
|
-
],
|
|
5879
|
-
"exports": [
|
|
5880
|
-
{
|
|
5881
|
-
"kind": "js",
|
|
5882
|
-
"name": "QtiChoice",
|
|
5883
|
-
"declaration": {
|
|
5884
|
-
"name": "QtiChoice",
|
|
5885
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
5886
|
-
}
|
|
5887
|
-
}
|
|
5888
|
-
]
|
|
5889
|
-
},
|
|
5890
|
-
{
|
|
5891
|
-
"kind": "javascript-module",
|
|
5892
|
-
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.spec.ts",
|
|
5893
|
-
"declarations": [
|
|
5894
|
-
{
|
|
5895
|
-
"kind": "class",
|
|
5896
|
-
"description": "",
|
|
5897
|
-
"name": "TestElement",
|
|
5898
|
-
"members": [],
|
|
5899
|
-
"mixins": [
|
|
5900
|
-
{
|
|
5901
|
-
"name": "ChoicesMixin",
|
|
5902
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
5903
6457
|
}
|
|
5904
6458
|
],
|
|
5905
|
-
"
|
|
5906
|
-
"name": "LitElement",
|
|
5907
|
-
"package": "lit"
|
|
5908
|
-
},
|
|
5909
|
-
"tagName": "test-element",
|
|
5910
|
-
"customElement": true,
|
|
5911
|
-
"attributes": [
|
|
6459
|
+
"parameters": [
|
|
5912
6460
|
{
|
|
5913
|
-
"name": "
|
|
6461
|
+
"name": "Base",
|
|
5914
6462
|
"type": {
|
|
5915
|
-
"text": "
|
|
6463
|
+
"text": "T"
|
|
5916
6464
|
},
|
|
5917
|
-
"
|
|
5918
|
-
"inheritedFrom": {
|
|
5919
|
-
"name": "VocabularyMixin",
|
|
5920
|
-
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
5921
|
-
}
|
|
6465
|
+
"description": "The base class to extend."
|
|
5922
6466
|
},
|
|
5923
6467
|
{
|
|
5924
|
-
"name": "
|
|
6468
|
+
"name": "type",
|
|
5925
6469
|
"type": {
|
|
5926
|
-
"text": "
|
|
6470
|
+
"text": "string"
|
|
5927
6471
|
},
|
|
5928
|
-
"
|
|
5929
|
-
"inheritedFrom": {
|
|
5930
|
-
"name": "ShuffleMixin",
|
|
5931
|
-
"module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
|
|
5932
|
-
}
|
|
6472
|
+
"description": "The type of the choice, used in event names."
|
|
5933
6473
|
}
|
|
5934
6474
|
]
|
|
5935
6475
|
}
|
|
5936
6476
|
],
|
|
5937
6477
|
"exports": [
|
|
5938
6478
|
{
|
|
5939
|
-
"kind": "
|
|
5940
|
-
"name": "
|
|
6479
|
+
"kind": "js",
|
|
6480
|
+
"name": "ActiveElementMixin",
|
|
5941
6481
|
"declaration": {
|
|
5942
|
-
"name": "
|
|
5943
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
6482
|
+
"name": "ActiveElementMixin",
|
|
6483
|
+
"module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
|
|
5944
6484
|
}
|
|
5945
6485
|
}
|
|
5946
6486
|
]
|
|
5947
6487
|
},
|
|
5948
6488
|
{
|
|
5949
6489
|
"kind": "javascript-module",
|
|
5950
|
-
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
6490
|
+
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts",
|
|
5951
6491
|
"declarations": [
|
|
5952
6492
|
{
|
|
5953
6493
|
"kind": "mixin",
|
|
@@ -5991,8 +6531,23 @@
|
|
|
5991
6531
|
"text": "number"
|
|
5992
6532
|
},
|
|
5993
6533
|
"default": "1",
|
|
5994
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
5995
6534
|
"fieldName": "maxChoices"
|
|
6535
|
+
},
|
|
6536
|
+
{
|
|
6537
|
+
"name": "disabled",
|
|
6538
|
+
"type": {
|
|
6539
|
+
"text": "boolean"
|
|
6540
|
+
},
|
|
6541
|
+
"default": "false",
|
|
6542
|
+
"fieldName": "disabled"
|
|
6543
|
+
},
|
|
6544
|
+
{
|
|
6545
|
+
"name": "readonly",
|
|
6546
|
+
"type": {
|
|
6547
|
+
"text": "boolean"
|
|
6548
|
+
},
|
|
6549
|
+
"default": "false",
|
|
6550
|
+
"fieldName": "readonly"
|
|
5996
6551
|
}
|
|
5997
6552
|
],
|
|
5998
6553
|
"parameters": [
|
|
@@ -6017,7 +6572,65 @@
|
|
|
6017
6572
|
"name": "ChoicesMixin",
|
|
6018
6573
|
"declaration": {
|
|
6019
6574
|
"name": "ChoicesMixin",
|
|
6020
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
6575
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
|
|
6576
|
+
}
|
|
6577
|
+
}
|
|
6578
|
+
]
|
|
6579
|
+
},
|
|
6580
|
+
{
|
|
6581
|
+
"kind": "javascript-module",
|
|
6582
|
+
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.spec.ts",
|
|
6583
|
+
"declarations": [
|
|
6584
|
+
{
|
|
6585
|
+
"kind": "class",
|
|
6586
|
+
"description": "",
|
|
6587
|
+
"name": "TestElement",
|
|
6588
|
+
"members": [],
|
|
6589
|
+
"mixins": [
|
|
6590
|
+
{
|
|
6591
|
+
"name": "ChoicesMixin",
|
|
6592
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
|
|
6593
|
+
}
|
|
6594
|
+
],
|
|
6595
|
+
"superclass": {
|
|
6596
|
+
"name": "LitElement",
|
|
6597
|
+
"package": "lit"
|
|
6598
|
+
},
|
|
6599
|
+
"tagName": "test-element",
|
|
6600
|
+
"customElement": true,
|
|
6601
|
+
"attributes": [
|
|
6602
|
+
{
|
|
6603
|
+
"name": "class",
|
|
6604
|
+
"type": {
|
|
6605
|
+
"text": "string"
|
|
6606
|
+
},
|
|
6607
|
+
"fieldName": "class",
|
|
6608
|
+
"inheritedFrom": {
|
|
6609
|
+
"name": "VocabularyMixin",
|
|
6610
|
+
"module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
|
|
6611
|
+
}
|
|
6612
|
+
},
|
|
6613
|
+
{
|
|
6614
|
+
"name": "shuffle",
|
|
6615
|
+
"type": {
|
|
6616
|
+
"text": "boolean"
|
|
6617
|
+
},
|
|
6618
|
+
"fieldName": "shuffle",
|
|
6619
|
+
"inheritedFrom": {
|
|
6620
|
+
"name": "ShuffleMixin",
|
|
6621
|
+
"module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
|
|
6622
|
+
}
|
|
6623
|
+
}
|
|
6624
|
+
]
|
|
6625
|
+
}
|
|
6626
|
+
],
|
|
6627
|
+
"exports": [
|
|
6628
|
+
{
|
|
6629
|
+
"kind": "custom-element-definition",
|
|
6630
|
+
"name": "test-element",
|
|
6631
|
+
"declaration": {
|
|
6632
|
+
"name": "TestElement",
|
|
6633
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.spec.ts"
|
|
6021
6634
|
}
|
|
6022
6635
|
}
|
|
6023
6636
|
]
|
|
@@ -6137,7 +6750,7 @@
|
|
|
6137
6750
|
}
|
|
6138
6751
|
},
|
|
6139
6752
|
{
|
|
6140
|
-
"name": "
|
|
6753
|
+
"name": "useShadowRootForDroppables",
|
|
6141
6754
|
"type": {
|
|
6142
6755
|
"text": "boolean"
|
|
6143
6756
|
}
|
|
@@ -6164,7 +6777,7 @@
|
|
|
6164
6777
|
},
|
|
6165
6778
|
{
|
|
6166
6779
|
"kind": "javascript-module",
|
|
6167
|
-
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/
|
|
6780
|
+
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop.md",
|
|
6168
6781
|
"declarations": [],
|
|
6169
6782
|
"exports": []
|
|
6170
6783
|
},
|
|
@@ -6195,7 +6808,7 @@
|
|
|
6195
6808
|
}
|
|
6196
6809
|
},
|
|
6197
6810
|
{
|
|
6198
|
-
"name": "
|
|
6811
|
+
"name": "useShadowRoot",
|
|
6199
6812
|
"type": {
|
|
6200
6813
|
"text": "boolean"
|
|
6201
6814
|
}
|
|
@@ -7440,7 +8053,7 @@
|
|
|
7440
8053
|
{
|
|
7441
8054
|
"kind": "class",
|
|
7442
8055
|
"description": "",
|
|
7443
|
-
"name": "
|
|
8056
|
+
"name": "QtiPrintedVariable",
|
|
7444
8057
|
"members": [],
|
|
7445
8058
|
"attributes": [
|
|
7446
8059
|
{
|
|
@@ -7462,9 +8075,9 @@
|
|
|
7462
8075
|
"exports": [
|
|
7463
8076
|
{
|
|
7464
8077
|
"kind": "js",
|
|
7465
|
-
"name": "
|
|
8078
|
+
"name": "QtiPrintedVariable",
|
|
7466
8079
|
"declaration": {
|
|
7467
|
-
"name": "
|
|
8080
|
+
"name": "QtiPrintedVariable",
|
|
7468
8081
|
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
7469
8082
|
}
|
|
7470
8083
|
},
|
|
@@ -7472,7 +8085,7 @@
|
|
|
7472
8085
|
"kind": "custom-element-definition",
|
|
7473
8086
|
"name": "qti-printed-variable",
|
|
7474
8087
|
"declaration": {
|
|
7475
|
-
"name": "
|
|
8088
|
+
"name": "QtiPrintedVariable",
|
|
7476
8089
|
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
7477
8090
|
}
|
|
7478
8091
|
}
|