@citolab/qti-components 6.9.1-beta.6 → 6.9.1-beta.61

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.
@@ -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/choice/qti-choice"
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-transformers/index.ts",
687
+ "path": "src/lib/qti-loader/index.ts",
533
688
  "declarations": [],
534
689
  "exports": [
535
690
  {
@@ -537,185 +692,501 @@
537
692
  "name": "*",
538
693
  "declaration": {
539
694
  "name": "*",
540
- "package": "./qti-transformers"
695
+ "package": "./qti-loader"
541
696
  }
542
697
  }
543
698
  ]
544
699
  },
545
700
  {
546
701
  "kind": "javascript-module",
547
- "path": "src/lib/qti-transformers/qti-transformers.ts",
702
+ "path": "src/lib/qti-loader/qti-loader.ts",
548
703
  "declarations": [
549
704
  {
550
705
  "kind": "function",
551
- "name": "qtiTransformItem",
706
+ "name": "getManifestInfo",
552
707
  "return": {
553
708
  "type": {
554
- "text": ""
709
+ "text": "Promise<ManifestInfo>"
555
710
  }
556
711
  },
557
- "description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
558
- },
559
- {
560
- "kind": "function",
561
- "name": "qtiTransformManifest",
562
- "return": {
563
- "type": {
564
- "text": "{\n load: (uri: string) => Promise<typeof api>;\n assessmentTest: () => { href: string; identifier: string };\n}"
712
+ "parameters": [
713
+ {
714
+ "name": "manifestURL",
715
+ "type": {
716
+ "text": "string"
717
+ }
565
718
  }
566
- }
719
+ ]
567
720
  },
568
721
  {
569
722
  "kind": "function",
570
- "name": "qtiTransformTest",
723
+ "name": "getItemByUri",
571
724
  "return": {
572
725
  "type": {
573
- "text": ""
726
+ "text": "Promise<QtiAssessmentItem>"
574
727
  }
575
728
  },
576
- "description": "Returns an object with methods to load, parse and transform QTI tests."
729
+ "parameters": [
730
+ {
731
+ "name": "itemUri",
732
+ "type": {
733
+ "text": "string"
734
+ }
735
+ }
736
+ ]
577
737
  }
578
738
  ],
579
739
  "exports": [
580
740
  {
581
741
  "kind": "js",
582
- "name": "qtiTransformItem",
583
- "declaration": {
584
- "name": "qtiTransformItem",
585
- "module": "src/lib/qti-transformers/qti-transformers.ts"
586
- }
587
- },
588
- {
589
- "kind": "js",
590
- "name": "qtiTransformManifest",
742
+ "name": "getManifestInfo",
591
743
  "declaration": {
592
- "name": "qtiTransformManifest",
593
- "module": "src/lib/qti-transformers/qti-transformers.ts"
744
+ "name": "getManifestInfo",
745
+ "module": "src/lib/qti-loader/qti-loader.ts"
594
746
  }
595
747
  },
596
748
  {
597
749
  "kind": "js",
598
- "name": "qtiTransformTest",
750
+ "name": "getItemByUri",
599
751
  "declaration": {
600
- "name": "qtiTransformTest",
601
- "module": "src/lib/qti-transformers/qti-transformers.ts"
752
+ "name": "getItemByUri",
753
+ "module": "src/lib/qti-loader/qti-loader.ts"
602
754
  }
603
755
  }
604
756
  ]
605
757
  },
606
758
  {
607
759
  "kind": "javascript-module",
608
- "path": "src/lib/qti-components/internal/event-types.ts",
609
- "declarations": [],
610
- "exports": []
611
- },
612
- {
613
- "kind": "javascript-module",
614
- "path": "src/lib/qti-components/internal/expression-result.ts",
760
+ "path": "src/lib/qti-transformers/index.ts",
615
761
  "declarations": [],
616
- "exports": []
617
- },
618
- {
619
- "kind": "javascript-module",
620
- "path": "src/lib/qti-components/internal/template-strings.ts",
621
- "declarations": [
622
- {
623
- "kind": "variable",
624
- "name": "matchCorrect",
625
- "default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-match> <qti-variable identifier=\"RESPONSE\"></qti-variable> <qti-correct identifier=\"RESPONSE\"></qti-correct> </qti-match> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">1</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0</qti-base-value> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
626
- },
627
- {
628
- "kind": "variable",
629
- "name": "mapResponse",
630
- "default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-is-null> <qti-variable identifier=\"RESPONSE\"></qti-variable> </qti-is-null> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0.0</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-map-response identifier=\"RESPONSE\"> </qti-map-response> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
631
- },
632
- {
633
- "kind": "variable",
634
- "name": "mapResponsePoint",
635
- "default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-is-null> <qti-variable identifier=\"RESPONSE\"></qti-variable> </qti-is-null> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
636
- }
637
- ],
638
762
  "exports": [
639
763
  {
640
764
  "kind": "js",
641
- "name": "matchCorrect",
765
+ "name": "*",
642
766
  "declaration": {
643
- "name": "matchCorrect",
644
- "module": "src/lib/qti-components/internal/template-strings.ts"
767
+ "name": "*",
768
+ "package": "./qti-transform-item"
645
769
  }
646
770
  },
647
771
  {
648
772
  "kind": "js",
649
- "name": "mapResponse",
773
+ "name": "*",
650
774
  "declaration": {
651
- "name": "mapResponse",
652
- "module": "src/lib/qti-components/internal/template-strings.ts"
775
+ "name": "*",
776
+ "package": "./qti-transform-manifest"
653
777
  }
654
778
  },
655
779
  {
656
780
  "kind": "js",
657
- "name": "mapResponsePoint",
781
+ "name": "*",
658
782
  "declaration": {
659
- "name": "mapResponsePoint",
660
- "module": "src/lib/qti-components/internal/template-strings.ts"
783
+ "name": "*",
784
+ "package": "./qti-transform-test"
661
785
  }
662
786
  }
663
787
  ]
664
788
  },
665
789
  {
666
790
  "kind": "javascript-module",
667
- "path": "src/lib/qti-components/internal/utils.ts",
791
+ "path": "src/lib/qti-transformers/qti-transform-item.ts",
668
792
  "declarations": [
669
793
  {
670
794
  "kind": "function",
671
- "name": "decimalSeparator"
672
- },
673
- {
674
- "kind": "function",
675
- "name": "convertNumberToUniveralFormat",
676
- "parameters": [
677
- {
678
- "name": "number",
679
- "type": {
680
- "text": "number | string"
681
- }
682
- }
683
- ]
684
- },
685
- {
686
- "kind": "function",
687
- "name": "IsNullOrUndefined",
688
- "parameters": [
689
- {
690
- "name": "value",
691
- "type": {
692
- "text": "unknown"
693
- }
694
- }
695
- ]
696
- },
697
- {
698
- "kind": "function",
699
- "name": "removeDoubleSlashes",
700
- "parameters": [
701
- {
702
- "name": "str",
703
- "type": {
704
- "text": "string"
705
- }
706
- }
707
- ]
795
+ "name": "qtiTransformItem"
708
796
  }
709
797
  ],
710
798
  "exports": [
711
799
  {
712
800
  "kind": "js",
713
- "name": "decimalSeparator",
801
+ "name": "qtiTransformItem",
714
802
  "declaration": {
715
- "name": "decimalSeparator",
716
- "module": "src/lib/qti-components/internal/utils.ts"
803
+ "name": "qtiTransformItem",
804
+ "module": "src/lib/qti-transformers/qti-transform-item.ts"
717
805
  }
718
- },
806
+ }
807
+ ]
808
+ },
809
+ {
810
+ "kind": "javascript-module",
811
+ "path": "src/lib/qti-transformers/qti-transform-manifest.ts",
812
+ "declarations": [
813
+ {
814
+ "kind": "function",
815
+ "name": "qtiTransformManifest",
816
+ "return": {
817
+ "type": {
818
+ "text": "{\n load: (uri: string) => Promise<typeof api>;\n assessmentTest: () => { href: string; identifier: string };\n }"
819
+ }
820
+ }
821
+ }
822
+ ],
823
+ "exports": [
824
+ {
825
+ "kind": "js",
826
+ "name": "qtiTransformManifest",
827
+ "declaration": {
828
+ "name": "qtiTransformManifest",
829
+ "module": "src/lib/qti-transformers/qti-transform-manifest.ts"
830
+ }
831
+ }
832
+ ]
833
+ },
834
+ {
835
+ "kind": "javascript-module",
836
+ "path": "src/lib/qti-transformers/qti-transform-test.ts",
837
+ "declarations": [
838
+ {
839
+ "kind": "function",
840
+ "name": "qtiTransformTest",
841
+ "return": {
842
+ "type": {
843
+ "text": "transformTestApi"
844
+ }
845
+ }
846
+ }
847
+ ],
848
+ "exports": [
849
+ {
850
+ "kind": "js",
851
+ "name": "qtiTransformTest",
852
+ "declaration": {
853
+ "name": "qtiTransformTest",
854
+ "module": "src/lib/qti-transformers/qti-transform-test.ts"
855
+ }
856
+ }
857
+ ]
858
+ },
859
+ {
860
+ "kind": "javascript-module",
861
+ "path": "src/lib/qti-transformers/qti-transformers.ts",
862
+ "declarations": [
863
+ {
864
+ "kind": "function",
865
+ "name": "extendElementName",
866
+ "parameters": [
867
+ {
868
+ "name": "xmlFragment",
869
+ "type": {
870
+ "text": "XMLDocument"
871
+ }
872
+ },
873
+ {
874
+ "name": "tagName",
875
+ "type": {
876
+ "text": "string"
877
+ }
878
+ },
879
+ {
880
+ "name": "extension",
881
+ "type": {
882
+ "text": "string"
883
+ }
884
+ }
885
+ ]
886
+ },
887
+ {
888
+ "kind": "function",
889
+ "name": "extendElementsWithClass",
890
+ "parameters": [
891
+ {
892
+ "name": "xmlFragment",
893
+ "type": {
894
+ "text": "XMLDocument"
895
+ }
896
+ },
897
+ {
898
+ "name": "classNamePattern",
899
+ "type": {
900
+ "text": "string"
901
+ }
902
+ }
903
+ ]
904
+ },
905
+ {
906
+ "kind": "function",
907
+ "name": "itemsFromTest",
908
+ "parameters": [
909
+ {
910
+ "name": "xmlFragment",
911
+ "type": {
912
+ "text": "DocumentFragment"
913
+ }
914
+ }
915
+ ]
916
+ },
917
+ {
918
+ "kind": "function",
919
+ "name": "loadXML",
920
+ "parameters": [
921
+ {
922
+ "name": "url"
923
+ },
924
+ {
925
+ "name": "cancelPreviousRequest",
926
+ "default": "false"
927
+ }
928
+ ]
929
+ },
930
+ {
931
+ "kind": "function",
932
+ "name": "parseXML",
933
+ "parameters": [
934
+ {
935
+ "name": "xmlDocument",
936
+ "type": {
937
+ "text": "string"
938
+ }
939
+ }
940
+ ]
941
+ },
942
+ {
943
+ "kind": "function",
944
+ "name": "toHTML",
945
+ "return": {
946
+ "type": {
947
+ "text": "DocumentFragment"
948
+ }
949
+ },
950
+ "parameters": [
951
+ {
952
+ "name": "xmlFragment",
953
+ "type": {
954
+ "text": "Document"
955
+ }
956
+ }
957
+ ]
958
+ },
959
+ {
960
+ "kind": "function",
961
+ "name": "setLocation",
962
+ "parameters": [
963
+ {
964
+ "name": "xmlFragment",
965
+ "type": {
966
+ "text": "DocumentFragment"
967
+ }
968
+ },
969
+ {
970
+ "name": "location",
971
+ "type": {
972
+ "text": "string"
973
+ }
974
+ }
975
+ ]
976
+ },
977
+ {
978
+ "kind": "function",
979
+ "name": "convertCDATAtoComment",
980
+ "parameters": [
981
+ {
982
+ "name": "xmlFragment",
983
+ "type": {
984
+ "text": "DocumentFragment"
985
+ }
986
+ }
987
+ ]
988
+ },
989
+ {
990
+ "kind": "function",
991
+ "name": "stripStyleSheets",
992
+ "parameters": [
993
+ {
994
+ "name": "xmlFragment",
995
+ "type": {
996
+ "text": "DocumentFragment"
997
+ }
998
+ }
999
+ ]
1000
+ }
1001
+ ],
1002
+ "exports": [
1003
+ {
1004
+ "kind": "js",
1005
+ "name": "extendElementName",
1006
+ "declaration": {
1007
+ "name": "extendElementName",
1008
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
1009
+ }
1010
+ },
1011
+ {
1012
+ "kind": "js",
1013
+ "name": "extendElementsWithClass",
1014
+ "declaration": {
1015
+ "name": "extendElementsWithClass",
1016
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
1017
+ }
1018
+ },
1019
+ {
1020
+ "kind": "js",
1021
+ "name": "itemsFromTest",
1022
+ "declaration": {
1023
+ "name": "itemsFromTest",
1024
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
1025
+ }
1026
+ },
1027
+ {
1028
+ "kind": "js",
1029
+ "name": "loadXML",
1030
+ "declaration": {
1031
+ "name": "loadXML",
1032
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
1033
+ }
1034
+ },
1035
+ {
1036
+ "kind": "js",
1037
+ "name": "parseXML",
1038
+ "declaration": {
1039
+ "name": "parseXML",
1040
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
1041
+ }
1042
+ },
1043
+ {
1044
+ "kind": "js",
1045
+ "name": "toHTML",
1046
+ "declaration": {
1047
+ "name": "toHTML",
1048
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
1049
+ }
1050
+ },
1051
+ {
1052
+ "kind": "js",
1053
+ "name": "setLocation",
1054
+ "declaration": {
1055
+ "name": "setLocation",
1056
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
1057
+ }
1058
+ },
1059
+ {
1060
+ "kind": "js",
1061
+ "name": "convertCDATAtoComment",
1062
+ "declaration": {
1063
+ "name": "convertCDATAtoComment",
1064
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
1065
+ }
1066
+ },
1067
+ {
1068
+ "kind": "js",
1069
+ "name": "stripStyleSheets",
1070
+ "declaration": {
1071
+ "name": "stripStyleSheets",
1072
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
1073
+ }
1074
+ }
1075
+ ]
1076
+ },
1077
+ {
1078
+ "kind": "javascript-module",
1079
+ "path": "src/lib/qti-components/internal/event-types.ts",
1080
+ "declarations": [],
1081
+ "exports": []
1082
+ },
1083
+ {
1084
+ "kind": "javascript-module",
1085
+ "path": "src/lib/qti-components/internal/expression-result.ts",
1086
+ "declarations": [],
1087
+ "exports": []
1088
+ },
1089
+ {
1090
+ "kind": "javascript-module",
1091
+ "path": "src/lib/qti-components/internal/template-strings.ts",
1092
+ "declarations": [
1093
+ {
1094
+ "kind": "variable",
1095
+ "name": "matchCorrect",
1096
+ "default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-match> <qti-variable identifier=\"RESPONSE\"></qti-variable> <qti-correct identifier=\"RESPONSE\"></qti-correct> </qti-match> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">1</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0</qti-base-value> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
1097
+ },
1098
+ {
1099
+ "kind": "variable",
1100
+ "name": "mapResponse",
1101
+ "default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-is-null> <qti-variable identifier=\"RESPONSE\"></qti-variable> </qti-is-null> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0.0</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-map-response identifier=\"RESPONSE\"> </qti-map-response> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
1102
+ },
1103
+ {
1104
+ "kind": "variable",
1105
+ "name": "mapResponsePoint",
1106
+ "default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-is-null> <qti-variable identifier=\"RESPONSE\"></qti-variable> </qti-is-null> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
1107
+ }
1108
+ ],
1109
+ "exports": [
1110
+ {
1111
+ "kind": "js",
1112
+ "name": "matchCorrect",
1113
+ "declaration": {
1114
+ "name": "matchCorrect",
1115
+ "module": "src/lib/qti-components/internal/template-strings.ts"
1116
+ }
1117
+ },
1118
+ {
1119
+ "kind": "js",
1120
+ "name": "mapResponse",
1121
+ "declaration": {
1122
+ "name": "mapResponse",
1123
+ "module": "src/lib/qti-components/internal/template-strings.ts"
1124
+ }
1125
+ },
1126
+ {
1127
+ "kind": "js",
1128
+ "name": "mapResponsePoint",
1129
+ "declaration": {
1130
+ "name": "mapResponsePoint",
1131
+ "module": "src/lib/qti-components/internal/template-strings.ts"
1132
+ }
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "kind": "javascript-module",
1138
+ "path": "src/lib/qti-components/internal/utils.ts",
1139
+ "declarations": [
1140
+ {
1141
+ "kind": "function",
1142
+ "name": "decimalSeparator"
1143
+ },
1144
+ {
1145
+ "kind": "function",
1146
+ "name": "convertNumberToUniveralFormat",
1147
+ "parameters": [
1148
+ {
1149
+ "name": "number",
1150
+ "type": {
1151
+ "text": "number | string"
1152
+ }
1153
+ }
1154
+ ]
1155
+ },
1156
+ {
1157
+ "kind": "function",
1158
+ "name": "IsNullOrUndefined",
1159
+ "parameters": [
1160
+ {
1161
+ "name": "value",
1162
+ "type": {
1163
+ "text": "unknown"
1164
+ }
1165
+ }
1166
+ ]
1167
+ },
1168
+ {
1169
+ "kind": "function",
1170
+ "name": "removeDoubleSlashes",
1171
+ "parameters": [
1172
+ {
1173
+ "name": "str",
1174
+ "type": {
1175
+ "text": "string"
1176
+ }
1177
+ }
1178
+ ]
1179
+ }
1180
+ ],
1181
+ "exports": [
1182
+ {
1183
+ "kind": "js",
1184
+ "name": "decimalSeparator",
1185
+ "declaration": {
1186
+ "name": "decimalSeparator",
1187
+ "module": "src/lib/qti-components/internal/utils.ts"
1188
+ }
1189
+ },
719
1190
  {
720
1191
  "kind": "js",
721
1192
  "name": "convertNumberToUniveralFormat",
@@ -1229,10 +1700,56 @@
1229
1700
  {
1230
1701
  "name": "tabindex",
1231
1702
  "type": {
1232
- "text": "number | undefined"
1703
+ "text": "number"
1233
1704
  },
1234
1705
  "default": "0",
1235
- "fieldName": "tabindex"
1706
+ "fieldName": "tabindex",
1707
+ "inheritedFrom": {
1708
+ "name": "ActiveElementMixin",
1709
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1710
+ }
1711
+ },
1712
+ {
1713
+ "name": "identifier",
1714
+ "type": {
1715
+ "text": "string"
1716
+ },
1717
+ "default": "''",
1718
+ "fieldName": "identifier",
1719
+ "inheritedFrom": {
1720
+ "name": "ActiveElementMixin",
1721
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1722
+ }
1723
+ },
1724
+ {
1725
+ "name": "aria-disabled",
1726
+ "type": {
1727
+ "text": "boolean"
1728
+ },
1729
+ "default": "false",
1730
+ "fieldName": "disabled",
1731
+ "inheritedFrom": {
1732
+ "name": "ActiveElementMixin",
1733
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1734
+ }
1735
+ },
1736
+ {
1737
+ "name": "aria-readonly",
1738
+ "type": {
1739
+ "text": "boolean"
1740
+ },
1741
+ "default": "false",
1742
+ "fieldName": "readonly",
1743
+ "inheritedFrom": {
1744
+ "name": "ActiveElementMixin",
1745
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1746
+ }
1747
+ }
1748
+ ],
1749
+ "mixins": [
1750
+ {
1751
+ "name": "ActiveElementMixin",
1752
+ "module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
1236
1753
  }
1237
1754
  ],
1238
1755
  "superclass": {
@@ -1240,7 +1757,18 @@
1240
1757
  "package": "lit"
1241
1758
  },
1242
1759
  "tagName": "qti-gap-text",
1243
- "customElement": true
1760
+ "customElement": true,
1761
+ "events": [
1762
+ {
1763
+ "type": {
1764
+ "text": "CustomEvent"
1765
+ },
1766
+ "inheritedFrom": {
1767
+ "name": "ActiveElementMixin",
1768
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1769
+ }
1770
+ }
1771
+ ]
1244
1772
  }
1245
1773
  ],
1246
1774
  "exports": [
@@ -1330,22 +1858,23 @@
1330
1858
  "type": {
1331
1859
  "text": "string"
1332
1860
  },
1861
+ "default": "''",
1333
1862
  "fieldName": "identifier",
1334
1863
  "inheritedFrom": {
1335
- "name": "QtiChoice",
1336
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1864
+ "name": "ActiveElementMixin",
1865
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1337
1866
  }
1338
1867
  },
1339
1868
  {
1340
1869
  "name": "tabindex",
1341
1870
  "type": {
1342
- "text": "number | undefined"
1871
+ "text": "number"
1343
1872
  },
1344
1873
  "default": "0",
1345
- "fieldName": "tabindex",
1874
+ "fieldName": "tabIndex",
1346
1875
  "inheritedFrom": {
1347
- "name": "QtiChoice",
1348
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1876
+ "name": "ActiveElementMixin",
1877
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1349
1878
  }
1350
1879
  },
1351
1880
  {
@@ -1356,8 +1885,8 @@
1356
1885
  "default": "false",
1357
1886
  "fieldName": "disabled",
1358
1887
  "inheritedFrom": {
1359
- "name": "QtiChoice",
1360
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1888
+ "name": "ActiveElementMixin",
1889
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1361
1890
  }
1362
1891
  },
1363
1892
  {
@@ -1368,71 +1897,31 @@
1368
1897
  "default": "false",
1369
1898
  "fieldName": "readonly",
1370
1899
  "inheritedFrom": {
1371
- "name": "QtiChoice",
1372
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1900
+ "name": "ActiveElementMixin",
1901
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1373
1902
  }
1374
- },
1903
+ }
1904
+ ],
1905
+ "mixins": [
1375
1906
  {
1376
- "name": "aria-checked",
1377
- "type": {
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
- }
1907
+ "name": "ActiveElementMixin",
1908
+ "module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
1386
1909
  }
1387
1910
  ],
1388
1911
  "superclass": {
1389
- "name": "QtiChoice",
1390
- "module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
1912
+ "name": "LitElement",
1913
+ "package": "lit"
1391
1914
  },
1392
1915
  "tagName": "qti-hotspot-choice",
1393
1916
  "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
1917
  "events": [
1405
1918
  {
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
1919
  "type": {
1430
1920
  "text": "CustomEvent"
1431
1921
  },
1432
- "description": "Emitted when the choice is selected.",
1433
1922
  "inheritedFrom": {
1434
- "name": "QtiChoice",
1435
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1923
+ "name": "ActiveElementMixin",
1924
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1436
1925
  }
1437
1926
  }
1438
1927
  ]
@@ -1466,44 +1955,41 @@
1466
1955
  "description": "",
1467
1956
  "name": "QtiHottext",
1468
1957
  "members": [],
1958
+ "mixins": [
1959
+ {
1960
+ "name": "ActiveElementMixin",
1961
+ "module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
1962
+ }
1963
+ ],
1469
1964
  "superclass": {
1470
- "name": "QtiChoice",
1471
- "module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
1965
+ "name": "LitElement",
1966
+ "package": "lit"
1472
1967
  },
1473
1968
  "tagName": "qti-hottext",
1474
1969
  "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
1970
  "attributes": [
1486
1971
  {
1487
1972
  "name": "identifier",
1488
1973
  "type": {
1489
1974
  "text": "string"
1490
1975
  },
1976
+ "default": "''",
1491
1977
  "fieldName": "identifier",
1492
1978
  "inheritedFrom": {
1493
- "name": "QtiChoice",
1494
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1979
+ "name": "ActiveElementMixin",
1980
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1495
1981
  }
1496
1982
  },
1497
1983
  {
1498
1984
  "name": "tabindex",
1499
1985
  "type": {
1500
- "text": "number | undefined"
1986
+ "text": "number"
1501
1987
  },
1502
1988
  "default": "0",
1503
- "fieldName": "tabindex",
1989
+ "fieldName": "tabIndex",
1504
1990
  "inheritedFrom": {
1505
- "name": "QtiChoice",
1506
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1991
+ "name": "ActiveElementMixin",
1992
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1507
1993
  }
1508
1994
  },
1509
1995
  {
@@ -1514,8 +2000,8 @@
1514
2000
  "default": "false",
1515
2001
  "fieldName": "disabled",
1516
2002
  "inheritedFrom": {
1517
- "name": "QtiChoice",
1518
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
2003
+ "name": "ActiveElementMixin",
2004
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1519
2005
  }
1520
2006
  },
1521
2007
  {
@@ -1526,55 +2012,19 @@
1526
2012
  "default": "false",
1527
2013
  "fieldName": "readonly",
1528
2014
  "inheritedFrom": {
1529
- "name": "QtiChoice",
1530
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
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"
2015
+ "name": "ActiveElementMixin",
2016
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1543
2017
  }
1544
2018
  }
1545
2019
  ],
1546
2020
  "events": [
1547
2021
  {
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
2022
  "type": {
1561
2023
  "text": "CustomEvent"
1562
2024
  },
1563
- "description": "de-register itselves on a qti-choice-interaction element.",
1564
2025
  "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
- "type": {
1572
- "text": "CustomEvent"
1573
- },
1574
- "description": "Emitted when the choice is selected.",
1575
- "inheritedFrom": {
1576
- "name": "QtiChoice",
1577
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
2026
+ "name": "ActiveElementMixin",
2027
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1578
2028
  }
1579
2029
  }
1580
2030
  ]
@@ -1687,12 +2137,66 @@
1687
2137
  "fieldName": "matchMax"
1688
2138
  },
1689
2139
  {
1690
- "name": "fixed",
2140
+ "name": "fixed",
2141
+ "type": {
2142
+ "text": "boolean"
2143
+ },
2144
+ "default": "false",
2145
+ "fieldName": "fixed"
2146
+ },
2147
+ {
2148
+ "name": "identifier",
2149
+ "type": {
2150
+ "text": "string"
2151
+ },
2152
+ "default": "''",
2153
+ "fieldName": "identifier",
2154
+ "inheritedFrom": {
2155
+ "name": "ActiveElementMixin",
2156
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
2157
+ }
2158
+ },
2159
+ {
2160
+ "name": "tabindex",
2161
+ "type": {
2162
+ "text": "number"
2163
+ },
2164
+ "default": "0",
2165
+ "fieldName": "tabIndex",
2166
+ "inheritedFrom": {
2167
+ "name": "ActiveElementMixin",
2168
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
2169
+ }
2170
+ },
2171
+ {
2172
+ "name": "aria-disabled",
2173
+ "type": {
2174
+ "text": "boolean"
2175
+ },
2176
+ "default": "false",
2177
+ "fieldName": "disabled",
2178
+ "inheritedFrom": {
2179
+ "name": "ActiveElementMixin",
2180
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
2181
+ }
2182
+ },
2183
+ {
2184
+ "name": "aria-readonly",
1691
2185
  "type": {
1692
2186
  "text": "boolean"
1693
2187
  },
1694
2188
  "default": "false",
1695
- "fieldName": "fixed"
2189
+ "fieldName": "readonly",
2190
+ "inheritedFrom": {
2191
+ "name": "ActiveElementMixin",
2192
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
2193
+ }
2194
+ }
2195
+ ],
2196
+ "mixins": [
2197
+ {
2198
+ "name": "ActiveElementMixin",
2199
+ "module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
1696
2200
  }
1697
2201
  ],
1698
2202
  "superclass": {
@@ -1700,7 +2204,18 @@
1700
2204
  "package": "lit"
1701
2205
  },
1702
2206
  "tagName": "qti-simple-associable-choice",
1703
- "customElement": true
2207
+ "customElement": true,
2208
+ "events": [
2209
+ {
2210
+ "type": {
2211
+ "text": "CustomEvent"
2212
+ },
2213
+ "inheritedFrom": {
2214
+ "name": "ActiveElementMixin",
2215
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
2216
+ }
2217
+ }
2218
+ ]
1704
2219
  }
1705
2220
  ],
1706
2221
  "exports": [
@@ -1728,59 +2243,19 @@
1728
2243
  "declarations": [
1729
2244
  {
1730
2245
  "kind": "class",
1731
- "description": "",
2246
+ "description": "qti-order-interaction\nqti-choice-interaction",
1732
2247
  "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
2248
  "members": [],
1744
- "events": [
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
- },
2249
+ "mixins": [
1767
2250
  {
1768
- "name": "qti-loose-choice",
1769
- "type": {
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
- }
2251
+ "name": "ActiveElementMixin",
2252
+ "module": "/src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin"
1777
2253
  }
1778
2254
  ],
1779
2255
  "superclass": {
1780
- "name": "QtiChoice",
1781
- "module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
2256
+ "name": "LitElement",
2257
+ "package": "lit"
1782
2258
  },
1783
- "summary": "Short summary of the component's intended use.",
1784
2259
  "tagName": "qti-simple-choice",
1785
2260
  "customElement": true,
1786
2261
  "attributes": [
@@ -1789,22 +2264,23 @@
1789
2264
  "type": {
1790
2265
  "text": "string"
1791
2266
  },
2267
+ "default": "''",
1792
2268
  "fieldName": "identifier",
1793
2269
  "inheritedFrom": {
1794
- "name": "QtiChoice",
1795
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
2270
+ "name": "ActiveElementMixin",
2271
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1796
2272
  }
1797
2273
  },
1798
2274
  {
1799
2275
  "name": "tabindex",
1800
2276
  "type": {
1801
- "text": "number | undefined"
2277
+ "text": "number"
1802
2278
  },
1803
2279
  "default": "0",
1804
- "fieldName": "tabindex",
2280
+ "fieldName": "tabIndex",
1805
2281
  "inheritedFrom": {
1806
- "name": "QtiChoice",
1807
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
2282
+ "name": "ActiveElementMixin",
2283
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1808
2284
  }
1809
2285
  },
1810
2286
  {
@@ -1815,8 +2291,8 @@
1815
2291
  "default": "false",
1816
2292
  "fieldName": "disabled",
1817
2293
  "inheritedFrom": {
1818
- "name": "QtiChoice",
1819
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
2294
+ "name": "ActiveElementMixin",
2295
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1820
2296
  }
1821
2297
  },
1822
2298
  {
@@ -1827,20 +2303,19 @@
1827
2303
  "default": "false",
1828
2304
  "fieldName": "readonly",
1829
2305
  "inheritedFrom": {
1830
- "name": "QtiChoice",
1831
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
2306
+ "name": "ActiveElementMixin",
2307
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1832
2308
  }
1833
- },
2309
+ }
2310
+ ],
2311
+ "events": [
1834
2312
  {
1835
- "name": "aria-checked",
1836
2313
  "type": {
1837
- "text": "boolean"
2314
+ "text": "CustomEvent"
1838
2315
  },
1839
- "default": "false",
1840
- "fieldName": "checked",
1841
2316
  "inheritedFrom": {
1842
- "name": "QtiChoice",
1843
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
2317
+ "name": "ActiveElementMixin",
2318
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
1844
2319
  }
1845
2320
  }
1846
2321
  ]
@@ -1896,7 +2371,7 @@
1896
2371
  "exports": [
1897
2372
  {
1898
2373
  "kind": "js",
1899
- "name": "default",
2374
+ "name": "QtiItemBody",
1900
2375
  "declaration": {
1901
2376
  "name": "QtiItemBody",
1902
2377
  "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
@@ -2336,6 +2811,21 @@
2336
2811
  }
2337
2812
  ]
2338
2813
  },
2814
+ {
2815
+ "kind": "javascript-module",
2816
+ "path": "src/lib/qti-components/internal/events/qti-assessment-item-log.ts",
2817
+ "declarations": [],
2818
+ "exports": [
2819
+ {
2820
+ "kind": "js",
2821
+ "name": "default",
2822
+ "declaration": {
2823
+ "name": "QtiAssessmentItemLogEvent",
2824
+ "module": "src/lib/qti-components/internal/events/qti-assessment-item-log.ts"
2825
+ }
2826
+ }
2827
+ ]
2828
+ },
2339
2829
  {
2340
2830
  "kind": "javascript-module",
2341
2831
  "path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
@@ -2742,70 +3232,72 @@
2742
3232
  }
2743
3233
  ],
2744
3234
  "superclass": {
2745
- "name": "LitElement",
2746
- "package": "lit"
3235
+ "name": "Interaction",
3236
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2747
3237
  },
2748
3238
  "tagName": "qti-associate-interaction",
2749
3239
  "customElement": true,
2750
3240
  "attributes": [
2751
3241
  {
2752
- "name": "response-identifier",
3242
+ "name": "min-associations",
2753
3243
  "type": {
2754
- "text": "string"
3244
+ "text": "number"
2755
3245
  },
2756
- "default": "''",
2757
- "fieldName": "responseIdentifier",
3246
+ "default": "1",
3247
+ "fieldName": "minAssociations",
2758
3248
  "inheritedFrom": {
2759
3249
  "name": "DragDropInteractionMixin",
2760
3250
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2761
3251
  }
2762
3252
  },
2763
3253
  {
2764
- "name": "disabled",
3254
+ "name": "max-associations",
2765
3255
  "type": {
2766
- "text": "boolean"
3256
+ "text": "number"
2767
3257
  },
2768
- "default": "false",
2769
- "fieldName": "disabled",
3258
+ "default": "1",
3259
+ "fieldName": "maxAssociations",
2770
3260
  "inheritedFrom": {
2771
- "name": "DroppablesMixin",
2772
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3261
+ "name": "DragDropInteractionMixin",
3262
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2773
3263
  }
2774
3264
  },
2775
3265
  {
2776
- "name": "readonly",
3266
+ "name": "disabled",
2777
3267
  "type": {
2778
3268
  "text": "boolean"
2779
3269
  },
2780
3270
  "default": "false",
2781
- "fieldName": "readonly",
3271
+ "description": "disabled should be exposed to the attributes and accessible as property",
3272
+ "fieldName": "disabled",
2782
3273
  "inheritedFrom": {
2783
- "name": "DragDropInteractionMixin",
2784
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3274
+ "name": "Interaction",
3275
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2785
3276
  }
2786
3277
  },
2787
3278
  {
2788
- "name": "min-associations",
3279
+ "name": "response-identifier",
2789
3280
  "type": {
2790
- "text": "number"
3281
+ "text": "string"
2791
3282
  },
2792
- "default": "1",
2793
- "fieldName": "minAssociations",
3283
+ "default": "''",
3284
+ "fieldName": "responseIdentifier",
2794
3285
  "inheritedFrom": {
2795
- "name": "DragDropInteractionMixin",
2796
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3286
+ "name": "Interaction",
3287
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2797
3288
  }
2798
3289
  },
2799
3290
  {
2800
- "name": "max-associations",
3291
+ "name": "readonly",
2801
3292
  "type": {
2802
- "text": "number"
3293
+ "text": "boolean"
2803
3294
  },
2804
- "default": "1",
2805
- "fieldName": "maxAssociations",
3295
+ "default": "false",
3296
+ "description": "readonly should be exposed to the attributes and accessible as property",
3297
+ "fieldName": "readonly",
2806
3298
  "inheritedFrom": {
2807
- "name": "DragDropInteractionMixin",
2808
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3299
+ "name": "Interaction",
3300
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2809
3301
  }
2810
3302
  }
2811
3303
  ],
@@ -2816,8 +3308,8 @@
2816
3308
  "text": "CustomEvent"
2817
3309
  },
2818
3310
  "inheritedFrom": {
2819
- "name": "DragDropInteractionMixin",
2820
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3311
+ "name": "Interaction",
3312
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2821
3313
  }
2822
3314
  },
2823
3315
  {
@@ -2826,8 +3318,8 @@
2826
3318
  "text": "CustomEvent"
2827
3319
  },
2828
3320
  "inheritedFrom": {
2829
- "name": "DragDropInteractionMixin",
2830
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3321
+ "name": "Interaction",
3322
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2831
3323
  }
2832
3324
  }
2833
3325
  ]
@@ -2898,18 +3390,6 @@
2898
3390
  "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
2899
3391
  }
2900
3392
  },
2901
- {
2902
- "name": "response-identifier",
2903
- "type": {
2904
- "text": "string"
2905
- },
2906
- "default": "''",
2907
- "fieldName": "responseIdentifier",
2908
- "inheritedFrom": {
2909
- "name": "ChoicesMixin",
2910
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2911
- }
2912
- },
2913
3393
  {
2914
3394
  "name": "min-choices",
2915
3395
  "type": {
@@ -2919,7 +3399,7 @@
2919
3399
  "fieldName": "minChoices",
2920
3400
  "inheritedFrom": {
2921
3401
  "name": "ChoicesMixin",
2922
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3402
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
2923
3403
  }
2924
3404
  },
2925
3405
  {
@@ -2928,11 +3408,48 @@
2928
3408
  "text": "number"
2929
3409
  },
2930
3410
  "default": "1",
2931
- "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
2932
3411
  "fieldName": "maxChoices",
2933
3412
  "inheritedFrom": {
2934
3413
  "name": "ChoicesMixin",
2935
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3414
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
3415
+ }
3416
+ },
3417
+ {
3418
+ "name": "response-identifier",
3419
+ "type": {
3420
+ "text": "string"
3421
+ },
3422
+ "default": "''",
3423
+ "fieldName": "responseIdentifier",
3424
+ "inheritedFrom": {
3425
+ "name": "Interaction",
3426
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3427
+ }
3428
+ },
3429
+ {
3430
+ "name": "disabled",
3431
+ "type": {
3432
+ "text": "boolean"
3433
+ },
3434
+ "default": "false",
3435
+ "description": "disabled should be exposed to the attributes and accessible as property",
3436
+ "fieldName": "disabled",
3437
+ "inheritedFrom": {
3438
+ "name": "Interaction",
3439
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3440
+ }
3441
+ },
3442
+ {
3443
+ "name": "readonly",
3444
+ "type": {
3445
+ "text": "boolean"
3446
+ },
3447
+ "default": "false",
3448
+ "description": "readonly should be exposed to the attributes and accessible as property",
3449
+ "fieldName": "readonly",
3450
+ "inheritedFrom": {
3451
+ "name": "Interaction",
3452
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2936
3453
  }
2937
3454
  }
2938
3455
  ],
@@ -2947,12 +3464,12 @@
2947
3464
  },
2948
3465
  {
2949
3466
  "name": "ChoicesMixin",
2950
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3467
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
2951
3468
  }
2952
3469
  ],
2953
3470
  "superclass": {
2954
- "name": "LitElement",
2955
- "package": "lit"
3471
+ "name": "Interaction",
3472
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2956
3473
  },
2957
3474
  "tagName": "qti-choice-interaction",
2958
3475
  "customElement": true,
@@ -2963,8 +3480,8 @@
2963
3480
  "text": "CustomEvent"
2964
3481
  },
2965
3482
  "inheritedFrom": {
2966
- "name": "ChoicesMixin",
2967
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3483
+ "name": "Interaction",
3484
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2968
3485
  }
2969
3486
  },
2970
3487
  {
@@ -2973,8 +3490,8 @@
2973
3490
  "text": "CustomEvent"
2974
3491
  },
2975
3492
  "inheritedFrom": {
2976
- "name": "ChoicesMixin",
2977
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3493
+ "name": "Interaction",
3494
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2978
3495
  }
2979
3496
  }
2980
3497
  ]
@@ -3307,6 +3824,13 @@
3307
3824
  "description": "text appearing in the extended-text-nteraction if it is empty",
3308
3825
  "fieldName": "placeholderText"
3309
3826
  },
3827
+ {
3828
+ "name": "data-patternmask-message",
3829
+ "type": {
3830
+ "text": "string"
3831
+ },
3832
+ "fieldName": "dataPatternmaskMessage"
3833
+ },
3310
3834
  {
3311
3835
  "name": "class",
3312
3836
  "fieldName": "classNames"
@@ -3421,70 +3945,72 @@
3421
3945
  }
3422
3946
  ],
3423
3947
  "superclass": {
3424
- "name": "LitElement",
3425
- "package": "lit"
3948
+ "name": "Interaction",
3949
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3426
3950
  },
3427
3951
  "tagName": "qti-gap-match-interaction",
3428
3952
  "customElement": true,
3429
3953
  "attributes": [
3430
3954
  {
3431
- "name": "response-identifier",
3955
+ "name": "min-associations",
3432
3956
  "type": {
3433
- "text": "string"
3957
+ "text": "number"
3434
3958
  },
3435
- "default": "''",
3436
- "fieldName": "responseIdentifier",
3959
+ "default": "1",
3960
+ "fieldName": "minAssociations",
3437
3961
  "inheritedFrom": {
3438
3962
  "name": "DragDropInteractionMixin",
3439
3963
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3440
3964
  }
3441
3965
  },
3442
3966
  {
3443
- "name": "disabled",
3967
+ "name": "max-associations",
3444
3968
  "type": {
3445
- "text": "boolean"
3969
+ "text": "number"
3446
3970
  },
3447
- "default": "false",
3448
- "fieldName": "disabled",
3971
+ "default": "1",
3972
+ "fieldName": "maxAssociations",
3449
3973
  "inheritedFrom": {
3450
- "name": "DroppablesMixin",
3451
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3974
+ "name": "DragDropInteractionMixin",
3975
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3452
3976
  }
3453
3977
  },
3454
3978
  {
3455
- "name": "readonly",
3979
+ "name": "disabled",
3456
3980
  "type": {
3457
3981
  "text": "boolean"
3458
3982
  },
3459
3983
  "default": "false",
3460
- "fieldName": "readonly",
3984
+ "description": "disabled should be exposed to the attributes and accessible as property",
3985
+ "fieldName": "disabled",
3461
3986
  "inheritedFrom": {
3462
- "name": "DragDropInteractionMixin",
3463
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3987
+ "name": "Interaction",
3988
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3464
3989
  }
3465
3990
  },
3466
3991
  {
3467
- "name": "min-associations",
3992
+ "name": "response-identifier",
3468
3993
  "type": {
3469
- "text": "number"
3994
+ "text": "string"
3470
3995
  },
3471
- "default": "1",
3472
- "fieldName": "minAssociations",
3996
+ "default": "''",
3997
+ "fieldName": "responseIdentifier",
3473
3998
  "inheritedFrom": {
3474
- "name": "DragDropInteractionMixin",
3475
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3999
+ "name": "Interaction",
4000
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3476
4001
  }
3477
4002
  },
3478
4003
  {
3479
- "name": "max-associations",
4004
+ "name": "readonly",
3480
4005
  "type": {
3481
- "text": "number"
4006
+ "text": "boolean"
3482
4007
  },
3483
- "default": "1",
3484
- "fieldName": "maxAssociations",
4008
+ "default": "false",
4009
+ "description": "readonly should be exposed to the attributes and accessible as property",
4010
+ "fieldName": "readonly",
3485
4011
  "inheritedFrom": {
3486
- "name": "DragDropInteractionMixin",
3487
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4012
+ "name": "Interaction",
4013
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3488
4014
  }
3489
4015
  }
3490
4016
  ],
@@ -3495,8 +4021,8 @@
3495
4021
  "text": "CustomEvent"
3496
4022
  },
3497
4023
  "inheritedFrom": {
3498
- "name": "DragDropInteractionMixin",
3499
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4024
+ "name": "Interaction",
4025
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3500
4026
  }
3501
4027
  },
3502
4028
  {
@@ -3505,8 +4031,8 @@
3505
4031
  "text": "CustomEvent"
3506
4032
  },
3507
4033
  "inheritedFrom": {
3508
- "name": "DragDropInteractionMixin",
3509
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4034
+ "name": "Interaction",
4035
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3510
4036
  }
3511
4037
  }
3512
4038
  ]
@@ -3657,70 +4183,72 @@
3657
4183
  }
3658
4184
  ],
3659
4185
  "superclass": {
3660
- "name": "LitElement",
3661
- "package": "lit"
4186
+ "name": "Interaction",
4187
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3662
4188
  },
3663
4189
  "tagName": "qti-graphic-gap-match-interaction",
3664
4190
  "customElement": true,
3665
4191
  "attributes": [
3666
4192
  {
3667
- "name": "response-identifier",
4193
+ "name": "min-associations",
3668
4194
  "type": {
3669
- "text": "string"
4195
+ "text": "number"
3670
4196
  },
3671
- "default": "''",
3672
- "fieldName": "responseIdentifier",
4197
+ "default": "1",
4198
+ "fieldName": "minAssociations",
3673
4199
  "inheritedFrom": {
3674
4200
  "name": "DragDropInteractionMixin",
3675
4201
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3676
4202
  }
3677
4203
  },
3678
4204
  {
3679
- "name": "disabled",
4205
+ "name": "max-associations",
3680
4206
  "type": {
3681
- "text": "boolean"
4207
+ "text": "number"
3682
4208
  },
3683
- "default": "false",
3684
- "fieldName": "disabled",
4209
+ "default": "1",
4210
+ "fieldName": "maxAssociations",
3685
4211
  "inheritedFrom": {
3686
- "name": "DroppablesMixin",
3687
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4212
+ "name": "DragDropInteractionMixin",
4213
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3688
4214
  }
3689
4215
  },
3690
4216
  {
3691
- "name": "readonly",
4217
+ "name": "disabled",
3692
4218
  "type": {
3693
4219
  "text": "boolean"
3694
4220
  },
3695
4221
  "default": "false",
3696
- "fieldName": "readonly",
4222
+ "description": "disabled should be exposed to the attributes and accessible as property",
4223
+ "fieldName": "disabled",
3697
4224
  "inheritedFrom": {
3698
- "name": "DragDropInteractionMixin",
3699
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4225
+ "name": "Interaction",
4226
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3700
4227
  }
3701
4228
  },
3702
4229
  {
3703
- "name": "min-associations",
4230
+ "name": "response-identifier",
3704
4231
  "type": {
3705
- "text": "number"
4232
+ "text": "string"
3706
4233
  },
3707
- "default": "1",
3708
- "fieldName": "minAssociations",
4234
+ "default": "''",
4235
+ "fieldName": "responseIdentifier",
3709
4236
  "inheritedFrom": {
3710
- "name": "DragDropInteractionMixin",
3711
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4237
+ "name": "Interaction",
4238
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3712
4239
  }
3713
4240
  },
3714
4241
  {
3715
- "name": "max-associations",
4242
+ "name": "readonly",
3716
4243
  "type": {
3717
- "text": "number"
4244
+ "text": "boolean"
3718
4245
  },
3719
- "default": "1",
3720
- "fieldName": "maxAssociations",
4246
+ "default": "false",
4247
+ "description": "readonly should be exposed to the attributes and accessible as property",
4248
+ "fieldName": "readonly",
3721
4249
  "inheritedFrom": {
3722
- "name": "DragDropInteractionMixin",
3723
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4250
+ "name": "Interaction",
4251
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3724
4252
  }
3725
4253
  }
3726
4254
  ],
@@ -3731,8 +4259,8 @@
3731
4259
  "text": "CustomEvent"
3732
4260
  },
3733
4261
  "inheritedFrom": {
3734
- "name": "DragDropInteractionMixin",
3735
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4262
+ "name": "Interaction",
4263
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3736
4264
  }
3737
4265
  },
3738
4266
  {
@@ -3741,8 +4269,8 @@
3741
4269
  "text": "CustomEvent"
3742
4270
  },
3743
4271
  "inheritedFrom": {
3744
- "name": "DragDropInteractionMixin",
3745
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4272
+ "name": "Interaction",
4273
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3746
4274
  }
3747
4275
  }
3748
4276
  ]
@@ -3785,28 +4313,16 @@
3785
4313
  "mixins": [
3786
4314
  {
3787
4315
  "name": "ChoicesMixin",
3788
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
4316
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
3789
4317
  }
3790
4318
  ],
3791
4319
  "superclass": {
3792
- "name": "LitElement",
3793
- "package": "lit"
4320
+ "name": "Interaction",
4321
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3794
4322
  },
3795
4323
  "tagName": "qti-graphic-order-interaction",
3796
4324
  "customElement": true,
3797
4325
  "attributes": [
3798
- {
3799
- "name": "response-identifier",
3800
- "type": {
3801
- "text": "string"
3802
- },
3803
- "default": "''",
3804
- "fieldName": "responseIdentifier",
3805
- "inheritedFrom": {
3806
- "name": "ChoicesMixin",
3807
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3808
- }
3809
- },
3810
4326
  {
3811
4327
  "name": "min-choices",
3812
4328
  "type": {
@@ -3816,7 +4332,7 @@
3816
4332
  "fieldName": "minChoices",
3817
4333
  "inheritedFrom": {
3818
4334
  "name": "ChoicesMixin",
3819
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4335
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
3820
4336
  }
3821
4337
  },
3822
4338
  {
@@ -3825,11 +4341,48 @@
3825
4341
  "text": "number"
3826
4342
  },
3827
4343
  "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
4344
  "fieldName": "maxChoices",
3830
4345
  "inheritedFrom": {
3831
4346
  "name": "ChoicesMixin",
3832
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4347
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4348
+ }
4349
+ },
4350
+ {
4351
+ "name": "response-identifier",
4352
+ "type": {
4353
+ "text": "string"
4354
+ },
4355
+ "default": "''",
4356
+ "fieldName": "responseIdentifier",
4357
+ "inheritedFrom": {
4358
+ "name": "Interaction",
4359
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4360
+ }
4361
+ },
4362
+ {
4363
+ "name": "disabled",
4364
+ "type": {
4365
+ "text": "boolean"
4366
+ },
4367
+ "default": "false",
4368
+ "description": "disabled should be exposed to the attributes and accessible as property",
4369
+ "fieldName": "disabled",
4370
+ "inheritedFrom": {
4371
+ "name": "Interaction",
4372
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4373
+ }
4374
+ },
4375
+ {
4376
+ "name": "readonly",
4377
+ "type": {
4378
+ "text": "boolean"
4379
+ },
4380
+ "default": "false",
4381
+ "description": "readonly should be exposed to the attributes and accessible as property",
4382
+ "fieldName": "readonly",
4383
+ "inheritedFrom": {
4384
+ "name": "Interaction",
4385
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3833
4386
  }
3834
4387
  }
3835
4388
  ],
@@ -3840,8 +4393,8 @@
3840
4393
  "text": "CustomEvent"
3841
4394
  },
3842
4395
  "inheritedFrom": {
3843
- "name": "ChoicesMixin",
3844
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4396
+ "name": "Interaction",
4397
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3845
4398
  }
3846
4399
  },
3847
4400
  {
@@ -3850,8 +4403,8 @@
3850
4403
  "text": "CustomEvent"
3851
4404
  },
3852
4405
  "inheritedFrom": {
3853
- "name": "ChoicesMixin",
3854
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4406
+ "name": "Interaction",
4407
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3855
4408
  }
3856
4409
  }
3857
4410
  ]
@@ -3894,28 +4447,16 @@
3894
4447
  "mixins": [
3895
4448
  {
3896
4449
  "name": "ChoicesMixin",
3897
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
4450
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
3898
4451
  }
3899
4452
  ],
3900
4453
  "superclass": {
3901
- "name": "LitElement",
3902
- "package": "lit"
4454
+ "name": "Interaction",
4455
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3903
4456
  },
3904
4457
  "tagName": "qti-hotspot-interaction",
3905
4458
  "customElement": true,
3906
4459
  "attributes": [
3907
- {
3908
- "name": "response-identifier",
3909
- "type": {
3910
- "text": "string"
3911
- },
3912
- "default": "''",
3913
- "fieldName": "responseIdentifier",
3914
- "inheritedFrom": {
3915
- "name": "ChoicesMixin",
3916
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3917
- }
3918
- },
3919
4460
  {
3920
4461
  "name": "min-choices",
3921
4462
  "type": {
@@ -3925,7 +4466,7 @@
3925
4466
  "fieldName": "minChoices",
3926
4467
  "inheritedFrom": {
3927
4468
  "name": "ChoicesMixin",
3928
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4469
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
3929
4470
  }
3930
4471
  },
3931
4472
  {
@@ -3934,11 +4475,48 @@
3934
4475
  "text": "number"
3935
4476
  },
3936
4477
  "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
4478
  "fieldName": "maxChoices",
3939
4479
  "inheritedFrom": {
3940
4480
  "name": "ChoicesMixin",
3941
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4481
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4482
+ }
4483
+ },
4484
+ {
4485
+ "name": "response-identifier",
4486
+ "type": {
4487
+ "text": "string"
4488
+ },
4489
+ "default": "''",
4490
+ "fieldName": "responseIdentifier",
4491
+ "inheritedFrom": {
4492
+ "name": "Interaction",
4493
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4494
+ }
4495
+ },
4496
+ {
4497
+ "name": "disabled",
4498
+ "type": {
4499
+ "text": "boolean"
4500
+ },
4501
+ "default": "false",
4502
+ "description": "disabled should be exposed to the attributes and accessible as property",
4503
+ "fieldName": "disabled",
4504
+ "inheritedFrom": {
4505
+ "name": "Interaction",
4506
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4507
+ }
4508
+ },
4509
+ {
4510
+ "name": "readonly",
4511
+ "type": {
4512
+ "text": "boolean"
4513
+ },
4514
+ "default": "false",
4515
+ "description": "readonly should be exposed to the attributes and accessible as property",
4516
+ "fieldName": "readonly",
4517
+ "inheritedFrom": {
4518
+ "name": "Interaction",
4519
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3942
4520
  }
3943
4521
  }
3944
4522
  ],
@@ -3949,8 +4527,8 @@
3949
4527
  "text": "CustomEvent"
3950
4528
  },
3951
4529
  "inheritedFrom": {
3952
- "name": "ChoicesMixin",
3953
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4530
+ "name": "Interaction",
4531
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3954
4532
  }
3955
4533
  },
3956
4534
  {
@@ -3959,8 +4537,8 @@
3959
4537
  "text": "CustomEvent"
3960
4538
  },
3961
4539
  "inheritedFrom": {
3962
- "name": "ChoicesMixin",
3963
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4540
+ "name": "Interaction",
4541
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3964
4542
  }
3965
4543
  }
3966
4544
  ]
@@ -4003,16 +4581,40 @@
4003
4581
  "mixins": [
4004
4582
  {
4005
4583
  "name": "ChoicesMixin",
4006
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
4584
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
4007
4585
  }
4008
4586
  ],
4009
4587
  "superclass": {
4010
- "name": "LitElement",
4011
- "package": "lit"
4588
+ "name": "Interaction",
4589
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4012
4590
  },
4013
4591
  "tagName": "qti-hottext-interaction",
4014
4592
  "customElement": true,
4015
4593
  "attributes": [
4594
+ {
4595
+ "name": "min-choices",
4596
+ "type": {
4597
+ "text": "number"
4598
+ },
4599
+ "default": "0",
4600
+ "fieldName": "minChoices",
4601
+ "inheritedFrom": {
4602
+ "name": "ChoicesMixin",
4603
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4604
+ }
4605
+ },
4606
+ {
4607
+ "name": "max-choices",
4608
+ "type": {
4609
+ "text": "number"
4610
+ },
4611
+ "default": "1",
4612
+ "fieldName": "maxChoices",
4613
+ "inheritedFrom": {
4614
+ "name": "ChoicesMixin",
4615
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4616
+ }
4617
+ },
4016
4618
  {
4017
4619
  "name": "response-identifier",
4018
4620
  "type": {
@@ -4021,33 +4623,34 @@
4021
4623
  "default": "''",
4022
4624
  "fieldName": "responseIdentifier",
4023
4625
  "inheritedFrom": {
4024
- "name": "ChoicesMixin",
4025
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4626
+ "name": "Interaction",
4627
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4026
4628
  }
4027
4629
  },
4028
4630
  {
4029
- "name": "min-choices",
4631
+ "name": "disabled",
4030
4632
  "type": {
4031
- "text": "number"
4633
+ "text": "boolean"
4032
4634
  },
4033
- "default": "0",
4034
- "fieldName": "minChoices",
4635
+ "default": "false",
4636
+ "description": "disabled should be exposed to the attributes and accessible as property",
4637
+ "fieldName": "disabled",
4035
4638
  "inheritedFrom": {
4036
- "name": "ChoicesMixin",
4037
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4639
+ "name": "Interaction",
4640
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4038
4641
  }
4039
4642
  },
4040
4643
  {
4041
- "name": "max-choices",
4644
+ "name": "readonly",
4042
4645
  "type": {
4043
- "text": "number"
4646
+ "text": "boolean"
4044
4647
  },
4045
- "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
- "fieldName": "maxChoices",
4648
+ "default": "false",
4649
+ "description": "readonly should be exposed to the attributes and accessible as property",
4650
+ "fieldName": "readonly",
4048
4651
  "inheritedFrom": {
4049
- "name": "ChoicesMixin",
4050
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4652
+ "name": "Interaction",
4653
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4051
4654
  }
4052
4655
  }
4053
4656
  ],
@@ -4058,8 +4661,8 @@
4058
4661
  "text": "CustomEvent"
4059
4662
  },
4060
4663
  "inheritedFrom": {
4061
- "name": "ChoicesMixin",
4062
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4664
+ "name": "Interaction",
4665
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4063
4666
  }
4064
4667
  },
4065
4668
  {
@@ -4068,8 +4671,8 @@
4068
4671
  "text": "CustomEvent"
4069
4672
  },
4070
4673
  "inheritedFrom": {
4071
- "name": "ChoicesMixin",
4072
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4674
+ "name": "Interaction",
4675
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4073
4676
  }
4074
4677
  }
4075
4678
  ]
@@ -4230,56 +4833,58 @@
4230
4833
  "default": "''",
4231
4834
  "fieldName": "responseIdentifier",
4232
4835
  "inheritedFrom": {
4233
- "name": "DragDropInteractionMixin",
4234
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4836
+ "name": "Interaction",
4837
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4235
4838
  }
4236
4839
  },
4237
4840
  {
4238
- "name": "disabled",
4841
+ "name": "min-associations",
4239
4842
  "type": {
4240
- "text": "boolean"
4843
+ "text": "number"
4241
4844
  },
4242
- "default": "false",
4243
- "fieldName": "disabled",
4845
+ "default": "1",
4846
+ "fieldName": "minAssociations",
4244
4847
  "inheritedFrom": {
4245
- "name": "DroppablesMixin",
4246
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4848
+ "name": "DragDropInteractionMixin",
4849
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4247
4850
  }
4248
4851
  },
4249
4852
  {
4250
- "name": "readonly",
4853
+ "name": "max-associations",
4251
4854
  "type": {
4252
- "text": "boolean"
4855
+ "text": "number"
4253
4856
  },
4254
- "default": "false",
4255
- "fieldName": "readonly",
4857
+ "default": "1",
4858
+ "fieldName": "maxAssociations",
4256
4859
  "inheritedFrom": {
4257
4860
  "name": "DragDropInteractionMixin",
4258
4861
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4259
4862
  }
4260
4863
  },
4261
4864
  {
4262
- "name": "min-associations",
4865
+ "name": "disabled",
4263
4866
  "type": {
4264
- "text": "number"
4867
+ "text": "boolean"
4265
4868
  },
4266
- "default": "1",
4267
- "fieldName": "minAssociations",
4869
+ "default": "false",
4870
+ "description": "disabled should be exposed to the attributes and accessible as property",
4871
+ "fieldName": "disabled",
4268
4872
  "inheritedFrom": {
4269
- "name": "DragDropInteractionMixin",
4270
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4873
+ "name": "Interaction",
4874
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4271
4875
  }
4272
4876
  },
4273
4877
  {
4274
- "name": "max-associations",
4878
+ "name": "readonly",
4275
4879
  "type": {
4276
- "text": "number"
4880
+ "text": "boolean"
4277
4881
  },
4278
- "default": "1",
4279
- "fieldName": "maxAssociations",
4882
+ "default": "false",
4883
+ "description": "readonly should be exposed to the attributes and accessible as property",
4884
+ "fieldName": "readonly",
4280
4885
  "inheritedFrom": {
4281
- "name": "DragDropInteractionMixin",
4282
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4886
+ "name": "Interaction",
4887
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4283
4888
  }
4284
4889
  }
4285
4890
  ],
@@ -4290,8 +4895,8 @@
4290
4895
  }
4291
4896
  ],
4292
4897
  "superclass": {
4293
- "name": "LitElement",
4294
- "package": "lit"
4898
+ "name": "Interaction",
4899
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4295
4900
  },
4296
4901
  "tagName": "qti-match-interaction",
4297
4902
  "customElement": true,
@@ -4302,8 +4907,8 @@
4302
4907
  "text": "CustomEvent"
4303
4908
  },
4304
4909
  "inheritedFrom": {
4305
- "name": "DragDropInteractionMixin",
4306
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4910
+ "name": "Interaction",
4911
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4307
4912
  }
4308
4913
  },
4309
4914
  {
@@ -4312,8 +4917,8 @@
4312
4917
  "text": "CustomEvent"
4313
4918
  },
4314
4919
  "inheritedFrom": {
4315
- "name": "DragDropInteractionMixin",
4316
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4920
+ "name": "Interaction",
4921
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4317
4922
  }
4318
4923
  }
4319
4924
  ]
@@ -4478,63 +5083,65 @@
4478
5083
  }
4479
5084
  },
4480
5085
  {
4481
- "name": "response-identifier",
5086
+ "name": "min-associations",
4482
5087
  "type": {
4483
- "text": "string"
5088
+ "text": "number"
4484
5089
  },
4485
- "default": "''",
4486
- "fieldName": "responseIdentifier",
5090
+ "default": "1",
5091
+ "fieldName": "minAssociations",
4487
5092
  "inheritedFrom": {
4488
5093
  "name": "DragDropInteractionMixin",
4489
5094
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4490
5095
  }
4491
5096
  },
4492
5097
  {
4493
- "name": "disabled",
5098
+ "name": "max-associations",
4494
5099
  "type": {
4495
- "text": "boolean"
5100
+ "text": "number"
4496
5101
  },
4497
- "default": "false",
4498
- "fieldName": "disabled",
5102
+ "default": "1",
5103
+ "fieldName": "maxAssociations",
4499
5104
  "inheritedFrom": {
4500
- "name": "DroppablesMixin",
4501
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
5105
+ "name": "DragDropInteractionMixin",
5106
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4502
5107
  }
4503
5108
  },
4504
5109
  {
4505
- "name": "readonly",
5110
+ "name": "disabled",
4506
5111
  "type": {
4507
5112
  "text": "boolean"
4508
5113
  },
4509
5114
  "default": "false",
4510
- "fieldName": "readonly",
5115
+ "description": "disabled should be exposed to the attributes and accessible as property",
5116
+ "fieldName": "disabled",
4511
5117
  "inheritedFrom": {
4512
- "name": "DragDropInteractionMixin",
4513
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5118
+ "name": "Interaction",
5119
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4514
5120
  }
4515
5121
  },
4516
5122
  {
4517
- "name": "min-associations",
5123
+ "name": "response-identifier",
4518
5124
  "type": {
4519
- "text": "number"
5125
+ "text": "string"
4520
5126
  },
4521
- "default": "1",
4522
- "fieldName": "minAssociations",
5127
+ "default": "''",
5128
+ "fieldName": "responseIdentifier",
4523
5129
  "inheritedFrom": {
4524
- "name": "DragDropInteractionMixin",
4525
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5130
+ "name": "Interaction",
5131
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4526
5132
  }
4527
5133
  },
4528
5134
  {
4529
- "name": "max-associations",
5135
+ "name": "readonly",
4530
5136
  "type": {
4531
- "text": "number"
5137
+ "text": "boolean"
4532
5138
  },
4533
- "default": "1",
4534
- "fieldName": "maxAssociations",
5139
+ "default": "false",
5140
+ "description": "readonly should be exposed to the attributes and accessible as property",
5141
+ "fieldName": "readonly",
4535
5142
  "inheritedFrom": {
4536
- "name": "DragDropInteractionMixin",
4537
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5143
+ "name": "Interaction",
5144
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4538
5145
  }
4539
5146
  }
4540
5147
  ],
@@ -4549,8 +5156,8 @@
4549
5156
  }
4550
5157
  ],
4551
5158
  "superclass": {
4552
- "name": "LitElement",
4553
- "package": "lit"
5159
+ "name": "Interaction",
5160
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4554
5161
  },
4555
5162
  "tagName": "qti-order-interaction",
4556
5163
  "customElement": true,
@@ -4561,8 +5168,8 @@
4561
5168
  "text": "CustomEvent"
4562
5169
  },
4563
5170
  "inheritedFrom": {
4564
- "name": "DragDropInteractionMixin",
4565
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5171
+ "name": "Interaction",
5172
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4566
5173
  }
4567
5174
  },
4568
5175
  {
@@ -4571,8 +5178,8 @@
4571
5178
  "text": "CustomEvent"
4572
5179
  },
4573
5180
  "inheritedFrom": {
4574
- "name": "DragDropInteractionMixin",
4575
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5181
+ "name": "Interaction",
5182
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4576
5183
  }
4577
5184
  }
4578
5185
  ]
@@ -5009,13 +5616,6 @@
5009
5616
  }
5010
5617
  ],
5011
5618
  "attributes": [
5012
- {
5013
- "name": "value",
5014
- "type": {
5015
- "text": "number"
5016
- },
5017
- "fieldName": "value"
5018
- },
5019
5619
  {
5020
5620
  "name": "step-label",
5021
5621
  "type": {
@@ -5158,8 +5758,11 @@
5158
5758
  "fieldName": "placeholderText"
5159
5759
  },
5160
5760
  {
5161
- "name": "class",
5162
- "fieldName": "classNames"
5761
+ "name": "data-patternmask-message",
5762
+ "type": {
5763
+ "text": "string"
5764
+ },
5765
+ "fieldName": "dataPatternmaskMessage"
5163
5766
  },
5164
5767
  {
5165
5768
  "name": "response-identifier",
@@ -5791,40 +6394,18 @@
5791
6394
  },
5792
6395
  {
5793
6396
  "kind": "javascript-module",
5794
- "path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
6397
+ "path": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts",
5795
6398
  "declarations": [
5796
6399
  {
5797
- "kind": "class",
6400
+ "kind": "mixin",
5798
6401
  "description": "",
5799
- "name": "QtiChoice",
5800
- "slots": [
5801
- {
5802
- "description": "The choices slot element",
5803
- "name": ""
5804
- }
5805
- ],
6402
+ "name": "ActiveElementMixin",
5806
6403
  "members": [],
5807
6404
  "events": [
5808
6405
  {
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
6406
  "type": {
5818
6407
  "text": "CustomEvent"
5819
- },
5820
- "description": "de-register itselves on a qti-choice-interaction element."
5821
- },
5822
- {
5823
- "name": "qti-choice-element-selected",
5824
- "type": {
5825
- "text": "CustomEvent"
5826
- },
5827
- "description": "Emitted when the choice is selected."
6408
+ }
5828
6409
  }
5829
6410
  ],
5830
6411
  "attributes": [
@@ -5833,15 +6414,16 @@
5833
6414
  "type": {
5834
6415
  "text": "string"
5835
6416
  },
6417
+ "default": "''",
5836
6418
  "fieldName": "identifier"
5837
6419
  },
5838
6420
  {
5839
6421
  "name": "tabindex",
5840
6422
  "type": {
5841
- "text": "number | undefined"
6423
+ "text": "number"
5842
6424
  },
5843
6425
  "default": "0",
5844
- "fieldName": "tabindex"
6426
+ "fieldName": "tabIndex"
5845
6427
  },
5846
6428
  {
5847
6429
  "name": "aria-disabled",
@@ -5858,77 +6440,73 @@
5858
6440
  },
5859
6441
  "default": "false",
5860
6442
  "fieldName": "readonly"
6443
+ }
6444
+ ],
6445
+ "parameters": [
6446
+ {
6447
+ "name": "Base",
6448
+ "type": {
6449
+ "text": "T"
6450
+ }
5861
6451
  },
5862
6452
  {
5863
- "name": "aria-checked",
6453
+ "name": "type",
5864
6454
  "type": {
5865
- "text": "boolean"
5866
- },
5867
- "default": "false",
5868
- "fieldName": "checked"
6455
+ "text": "string"
6456
+ }
5869
6457
  }
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
6458
+ ]
5877
6459
  }
5878
6460
  ],
5879
6461
  "exports": [
5880
6462
  {
5881
6463
  "kind": "js",
5882
- "name": "QtiChoice",
6464
+ "name": "ActiveElementMixin",
5883
6465
  "declaration": {
5884
- "name": "QtiChoice",
5885
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
6466
+ "name": "ActiveElementMixin",
6467
+ "module": "src/lib/qti-components/qti-interaction/internal/active-element/active-element.mixin.ts"
5886
6468
  }
5887
6469
  }
5888
6470
  ]
5889
6471
  },
5890
6472
  {
5891
6473
  "kind": "javascript-module",
5892
- "path": "src/lib/qti-components/qti-interaction/internal/choices/choices.spec.ts",
6474
+ "path": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts",
5893
6475
  "declarations": [
5894
6476
  {
5895
- "kind": "class",
6477
+ "kind": "mixin",
5896
6478
  "description": "",
5897
- "name": "TestElement",
6479
+ "name": "ChoicesMixin",
5898
6480
  "members": [],
5899
- "mixins": [
6481
+ "attributes": [
5900
6482
  {
5901
- "name": "ChoicesMixin",
5902
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
6483
+ "name": "min-choices",
6484
+ "type": {
6485
+ "text": "number"
6486
+ },
6487
+ "default": "0",
6488
+ "fieldName": "minChoices"
6489
+ },
6490
+ {
6491
+ "name": "max-choices",
6492
+ "type": {
6493
+ "text": "number"
6494
+ },
6495
+ "default": "1",
6496
+ "fieldName": "maxChoices"
5903
6497
  }
5904
6498
  ],
5905
- "superclass": {
5906
- "name": "LitElement",
5907
- "package": "lit"
5908
- },
5909
- "tagName": "test-element",
5910
- "customElement": true,
5911
- "attributes": [
6499
+ "parameters": [
5912
6500
  {
5913
- "name": "class",
6501
+ "name": "superClass",
5914
6502
  "type": {
5915
- "text": "string"
5916
- },
5917
- "fieldName": "class",
5918
- "inheritedFrom": {
5919
- "name": "VocabularyMixin",
5920
- "module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
6503
+ "text": "T"
5921
6504
  }
5922
6505
  },
5923
6506
  {
5924
- "name": "shuffle",
6507
+ "name": "selector",
5925
6508
  "type": {
5926
- "text": "boolean"
5927
- },
5928
- "fieldName": "shuffle",
5929
- "inheritedFrom": {
5930
- "name": "ShuffleMixin",
5931
- "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
6509
+ "text": "string"
5932
6510
  }
5933
6511
  }
5934
6512
  ]
@@ -5936,76 +6514,117 @@
5936
6514
  ],
5937
6515
  "exports": [
5938
6516
  {
5939
- "kind": "custom-element-definition",
5940
- "name": "test-element",
6517
+ "kind": "js",
6518
+ "name": "ChoicesMixin",
5941
6519
  "declaration": {
5942
- "name": "TestElement",
5943
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.spec.ts"
6520
+ "name": "ChoicesMixin",
6521
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
5944
6522
  }
5945
6523
  }
5946
6524
  ]
5947
6525
  },
5948
6526
  {
5949
6527
  "kind": "javascript-module",
5950
- "path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
6528
+ "path": "src/lib/qti-components/qti-interaction/internal/choices/choices.spec.ts",
5951
6529
  "declarations": [
5952
6530
  {
5953
- "kind": "mixin",
6531
+ "kind": "class",
5954
6532
  "description": "",
5955
- "name": "ChoicesMixin",
6533
+ "name": "TestElement",
5956
6534
  "members": [],
5957
- "events": [
6535
+ "mixins": [
6536
+ {
6537
+ "name": "ChoicesMixin",
6538
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices.mixin"
6539
+ }
6540
+ ],
6541
+ "superclass": {
6542
+ "name": "Interaction",
6543
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
6544
+ },
6545
+ "tagName": "test-element",
6546
+ "customElement": true,
6547
+ "attributes": [
5958
6548
  {
5959
- "name": "qti-register-interaction",
6549
+ "name": "class",
5960
6550
  "type": {
5961
- "text": "CustomEvent"
6551
+ "text": "string"
6552
+ },
6553
+ "fieldName": "class",
6554
+ "inheritedFrom": {
6555
+ "name": "VocabularyMixin",
6556
+ "module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
5962
6557
  }
5963
6558
  },
5964
6559
  {
5965
- "name": "qti-interaction-response",
6560
+ "name": "shuffle",
5966
6561
  "type": {
5967
- "text": "CustomEvent"
6562
+ "text": "boolean"
6563
+ },
6564
+ "fieldName": "shuffle",
6565
+ "inheritedFrom": {
6566
+ "name": "ShuffleMixin",
6567
+ "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
5968
6568
  }
5969
- }
5970
- ],
5971
- "attributes": [
6569
+ },
5972
6570
  {
5973
6571
  "name": "response-identifier",
5974
6572
  "type": {
5975
6573
  "text": "string"
5976
6574
  },
5977
6575
  "default": "''",
5978
- "fieldName": "responseIdentifier"
6576
+ "fieldName": "responseIdentifier",
6577
+ "inheritedFrom": {
6578
+ "name": "Interaction",
6579
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6580
+ }
5979
6581
  },
5980
6582
  {
5981
- "name": "min-choices",
6583
+ "name": "disabled",
5982
6584
  "type": {
5983
- "text": "number"
6585
+ "text": "boolean"
5984
6586
  },
5985
- "default": "0",
5986
- "fieldName": "minChoices"
6587
+ "default": "false",
6588
+ "description": "disabled should be exposed to the attributes and accessible as property",
6589
+ "fieldName": "disabled",
6590
+ "inheritedFrom": {
6591
+ "name": "Interaction",
6592
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6593
+ }
5987
6594
  },
5988
6595
  {
5989
- "name": "max-choices",
6596
+ "name": "readonly",
5990
6597
  "type": {
5991
- "text": "number"
6598
+ "text": "boolean"
5992
6599
  },
5993
- "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
- "fieldName": "maxChoices"
6600
+ "default": "false",
6601
+ "description": "readonly should be exposed to the attributes and accessible as property",
6602
+ "fieldName": "readonly",
6603
+ "inheritedFrom": {
6604
+ "name": "Interaction",
6605
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6606
+ }
5996
6607
  }
5997
6608
  ],
5998
- "parameters": [
6609
+ "events": [
5999
6610
  {
6000
- "name": "superClass",
6611
+ "name": "qti-register-interaction",
6001
6612
  "type": {
6002
- "text": "T"
6613
+ "text": "CustomEvent"
6614
+ },
6615
+ "inheritedFrom": {
6616
+ "name": "Interaction",
6617
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6003
6618
  }
6004
6619
  },
6005
6620
  {
6006
- "name": "selector",
6621
+ "name": "qti-interaction-response",
6007
6622
  "type": {
6008
- "text": "string"
6623
+ "text": "CustomEvent"
6624
+ },
6625
+ "inheritedFrom": {
6626
+ "name": "Interaction",
6627
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6009
6628
  }
6010
6629
  }
6011
6630
  ]
@@ -6013,11 +6632,11 @@
6013
6632
  ],
6014
6633
  "exports": [
6015
6634
  {
6016
- "kind": "js",
6017
- "name": "ChoicesMixin",
6635
+ "kind": "custom-element-definition",
6636
+ "name": "test-element",
6018
6637
  "declaration": {
6019
- "name": "ChoicesMixin",
6020
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
6638
+ "name": "TestElement",
6639
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.spec.ts"
6021
6640
  }
6022
6641
  }
6023
6642
  ]
@@ -6068,34 +6687,6 @@
6068
6687
  }
6069
6688
  ],
6070
6689
  "attributes": [
6071
- {
6072
- "name": "response-identifier",
6073
- "type": {
6074
- "text": "string"
6075
- },
6076
- "default": "''",
6077
- "fieldName": "responseIdentifier"
6078
- },
6079
- {
6080
- "name": "disabled",
6081
- "type": {
6082
- "text": "boolean"
6083
- },
6084
- "default": "false",
6085
- "fieldName": "disabled",
6086
- "inheritedFrom": {
6087
- "name": "DroppablesMixin",
6088
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
6089
- }
6090
- },
6091
- {
6092
- "name": "readonly",
6093
- "type": {
6094
- "text": "boolean"
6095
- },
6096
- "default": "false",
6097
- "fieldName": "readonly"
6098
- },
6099
6690
  {
6100
6691
  "name": "min-associations",
6101
6692
  "type": {
@@ -6111,6 +6702,18 @@
6111
6702
  },
6112
6703
  "default": "1",
6113
6704
  "fieldName": "maxAssociations"
6705
+ },
6706
+ {
6707
+ "name": "disabled",
6708
+ "type": {
6709
+ "text": "boolean"
6710
+ },
6711
+ "default": "false",
6712
+ "fieldName": "disabled",
6713
+ "inheritedFrom": {
6714
+ "name": "DroppablesMixin",
6715
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
6716
+ }
6114
6717
  }
6115
6718
  ],
6116
6719
  "mixins": [
@@ -6137,7 +6740,7 @@
6137
6740
  }
6138
6741
  },
6139
6742
  {
6140
- "name": "droppablesInShadowRoot",
6743
+ "name": "useShadowRootForDroppables",
6141
6744
  "type": {
6142
6745
  "text": "boolean"
6143
6746
  }
@@ -6164,7 +6767,7 @@
6164
6767
  },
6165
6768
  {
6166
6769
  "kind": "javascript-module",
6167
- "path": "src/lib/qti-components/qti-interaction/internal/drag-drop/draggables-mixin.old_ts",
6770
+ "path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop.md",
6168
6771
  "declarations": [],
6169
6772
  "exports": []
6170
6773
  },
@@ -6195,7 +6798,7 @@
6195
6798
  }
6196
6799
  },
6197
6800
  {
6198
- "name": "droppablesInShadowRoot",
6801
+ "name": "useShadowRoot",
6199
6802
  "type": {
6200
6803
  "text": "boolean"
6201
6804
  }
@@ -6450,8 +7053,8 @@
6450
7053
  }
6451
7054
  ],
6452
7055
  "superclass": {
6453
- "name": "LitElement",
6454
- "package": "lit"
7056
+ "name": "Interaction",
7057
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
6455
7058
  },
6456
7059
  "tagName": "test-element",
6457
7060
  "customElement": true,
@@ -6477,6 +7080,66 @@
6477
7080
  "name": "ShuffleMixin",
6478
7081
  "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
6479
7082
  }
7083
+ },
7084
+ {
7085
+ "name": "response-identifier",
7086
+ "type": {
7087
+ "text": "string"
7088
+ },
7089
+ "default": "''",
7090
+ "fieldName": "responseIdentifier",
7091
+ "inheritedFrom": {
7092
+ "name": "Interaction",
7093
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7094
+ }
7095
+ },
7096
+ {
7097
+ "name": "disabled",
7098
+ "type": {
7099
+ "text": "boolean"
7100
+ },
7101
+ "default": "false",
7102
+ "description": "disabled should be exposed to the attributes and accessible as property",
7103
+ "fieldName": "disabled",
7104
+ "inheritedFrom": {
7105
+ "name": "Interaction",
7106
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7107
+ }
7108
+ },
7109
+ {
7110
+ "name": "readonly",
7111
+ "type": {
7112
+ "text": "boolean"
7113
+ },
7114
+ "default": "false",
7115
+ "description": "readonly should be exposed to the attributes and accessible as property",
7116
+ "fieldName": "readonly",
7117
+ "inheritedFrom": {
7118
+ "name": "Interaction",
7119
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7120
+ }
7121
+ }
7122
+ ],
7123
+ "events": [
7124
+ {
7125
+ "name": "qti-register-interaction",
7126
+ "type": {
7127
+ "text": "CustomEvent"
7128
+ },
7129
+ "inheritedFrom": {
7130
+ "name": "Interaction",
7131
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7132
+ }
7133
+ },
7134
+ {
7135
+ "name": "qti-interaction-response",
7136
+ "type": {
7137
+ "text": "CustomEvent"
7138
+ },
7139
+ "inheritedFrom": {
7140
+ "name": "Interaction",
7141
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7142
+ }
6480
7143
  }
6481
7144
  ]
6482
7145
  }
@@ -6557,8 +7220,8 @@
6557
7220
  }
6558
7221
  ],
6559
7222
  "superclass": {
6560
- "name": "LitElement",
6561
- "package": "lit"
7223
+ "name": "Interaction",
7224
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
6562
7225
  },
6563
7226
  "tagName": "test-element",
6564
7227
  "customElement": true,
@@ -6584,6 +7247,66 @@
6584
7247
  "name": "ShuffleMixin",
6585
7248
  "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
6586
7249
  }
7250
+ },
7251
+ {
7252
+ "name": "response-identifier",
7253
+ "type": {
7254
+ "text": "string"
7255
+ },
7256
+ "default": "''",
7257
+ "fieldName": "responseIdentifier",
7258
+ "inheritedFrom": {
7259
+ "name": "Interaction",
7260
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7261
+ }
7262
+ },
7263
+ {
7264
+ "name": "disabled",
7265
+ "type": {
7266
+ "text": "boolean"
7267
+ },
7268
+ "default": "false",
7269
+ "description": "disabled should be exposed to the attributes and accessible as property",
7270
+ "fieldName": "disabled",
7271
+ "inheritedFrom": {
7272
+ "name": "Interaction",
7273
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7274
+ }
7275
+ },
7276
+ {
7277
+ "name": "readonly",
7278
+ "type": {
7279
+ "text": "boolean"
7280
+ },
7281
+ "default": "false",
7282
+ "description": "readonly should be exposed to the attributes and accessible as property",
7283
+ "fieldName": "readonly",
7284
+ "inheritedFrom": {
7285
+ "name": "Interaction",
7286
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7287
+ }
7288
+ }
7289
+ ],
7290
+ "events": [
7291
+ {
7292
+ "name": "qti-register-interaction",
7293
+ "type": {
7294
+ "text": "CustomEvent"
7295
+ },
7296
+ "inheritedFrom": {
7297
+ "name": "Interaction",
7298
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7299
+ }
7300
+ },
7301
+ {
7302
+ "name": "qti-interaction-response",
7303
+ "type": {
7304
+ "text": "CustomEvent"
7305
+ },
7306
+ "inheritedFrom": {
7307
+ "name": "Interaction",
7308
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7309
+ }
6587
7310
  }
6588
7311
  ]
6589
7312
  }
@@ -7440,7 +8163,7 @@
7440
8163
  {
7441
8164
  "kind": "class",
7442
8165
  "description": "",
7443
- "name": "QtPrintedVariable",
8166
+ "name": "QtiPrintedVariable",
7444
8167
  "members": [],
7445
8168
  "attributes": [
7446
8169
  {
@@ -7462,9 +8185,9 @@
7462
8185
  "exports": [
7463
8186
  {
7464
8187
  "kind": "js",
7465
- "name": "QtPrintedVariable",
8188
+ "name": "QtiPrintedVariable",
7466
8189
  "declaration": {
7467
- "name": "QtPrintedVariable",
8190
+ "name": "QtiPrintedVariable",
7468
8191
  "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
7469
8192
  }
7470
8193
  },
@@ -7472,7 +8195,7 @@
7472
8195
  "kind": "custom-element-definition",
7473
8196
  "name": "qti-printed-variable",
7474
8197
  "declaration": {
7475
- "name": "QtPrintedVariable",
8198
+ "name": "QtiPrintedVariable",
7476
8199
  "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
7477
8200
  }
7478
8201
  }