@citolab/qti-components 6.3.7 → 6.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/{chunk-WEDIB3NH.cjs → chunk-4UAPG3LE.cjs} +59 -708
  2. package/dist/{chunk-Q5WLROU6.js → chunk-C4LCNAWX.js} +59 -708
  3. package/dist/chunk-DMECNMIP.js +405 -0
  4. package/dist/{chunk-6G76D2MI.cjs → chunk-HYQC3D4Z.cjs} +1 -1
  5. package/dist/{chunk-M4CYU6DC.cjs → chunk-SLKHOXHJ.cjs} +1 -1
  6. package/dist/{chunk-QROD4MVT.js → chunk-V6U2X6CM.js} +1 -1
  7. package/dist/chunk-W7PJYSDO.cjs +405 -0
  8. package/dist/chunk-YWGBLO7P.js +1 -0
  9. package/dist/context/index.cjs +1 -1
  10. package/dist/context/index.d.cts +3 -3
  11. package/dist/context/index.d.ts +3 -3
  12. package/dist/context/index.js +1 -1
  13. package/dist/custom-elements.json +1216 -743
  14. package/dist/decorators/index.cjs +1 -1
  15. package/dist/decorators/index.js +1 -1
  16. package/dist/index.bundled.css +487 -0
  17. package/dist/index.cjs +368 -1742
  18. package/dist/index.css +48 -706
  19. package/dist/index.d.cts +105 -45
  20. package/dist/index.d.ts +105 -45
  21. package/dist/index.js +368 -1742
  22. package/dist/qti-components/index.cjs +35 -33
  23. package/dist/qti-components/index.d.cts +6 -9
  24. package/dist/qti-components/index.d.ts +6 -9
  25. package/dist/qti-components/index.js +59 -57
  26. package/dist/qti-item/index.cjs +1 -1
  27. package/dist/qti-item/index.d.cts +33 -2
  28. package/dist/qti-item/index.d.ts +33 -2
  29. package/dist/qti-item/index.js +1 -1
  30. package/dist/qti-item-react/index.cjs +1 -1
  31. package/dist/qti-item-react/index.d.cts +2 -2
  32. package/dist/qti-item-react/index.d.ts +2 -2
  33. package/dist/qti-item-react/index.js +1 -1
  34. package/dist/{qti-simple-choice-1e52645f.d.ts → qti-simple-choice-216b88b7.d.ts} +3 -1
  35. package/dist/qti-test/index.cjs +1 -1
  36. package/dist/qti-test/index.d.cts +44 -50
  37. package/dist/qti-test/index.d.ts +44 -50
  38. package/dist/qti-test/index.js +1 -1
  39. package/dist/qti-test-react/index.cjs +1 -1
  40. package/dist/qti-test-react/index.d.cts +41 -4
  41. package/dist/qti-test-react/index.d.ts +41 -4
  42. package/dist/qti-test-react/index.js +1 -1
  43. package/dist/qti-transform/index.cjs +1 -1
  44. package/dist/qti-transform/index.js +1 -1
  45. package/dist/test-print-variables-7ec6a0d5.d.ts +100 -0
  46. package/dist/test-print-variables-d61937ce.d.ts +100 -0
  47. package/package.json +21 -19
  48. package/dist/chunk-343LZK3D.js +0 -1
  49. package/dist/chunk-BKBZWUX6.cjs +0 -1
  50. package/dist/chunk-DPSTDDQZ.js +0 -1
  51. package/dist/chunk-GKMV5OHL.cjs +0 -1195
  52. package/dist/chunk-KDPWLV2I.js +0 -1195
  53. package/dist/chunk-MTPOYN4D.js +0 -0
  54. package/dist/chunk-TEMU6PXC.cjs +0 -1
  55. package/dist/qti-test-39419b1a.d.ts +0 -63
  56. package/dist/qti-test-f4fd5ff3.d.ts +0 -63
@@ -131,6 +131,111 @@
131
131
  }
132
132
  ]
133
133
  },
134
+ {
135
+ "kind": "javascript-module",
136
+ "path": "src/lib/qti-item/index.ts",
137
+ "declarations": [],
138
+ "exports": [
139
+ {
140
+ "kind": "js",
141
+ "name": "*",
142
+ "declaration": {
143
+ "name": "*",
144
+ "package": "./qti-item"
145
+ }
146
+ }
147
+ ]
148
+ },
149
+ {
150
+ "kind": "javascript-module",
151
+ "path": "src/lib/qti-item/qti-item.mdx",
152
+ "declarations": [],
153
+ "exports": []
154
+ },
155
+ {
156
+ "kind": "javascript-module",
157
+ "path": "src/lib/qti-item/qti-item.ts",
158
+ "declarations": [
159
+ {
160
+ "kind": "class",
161
+ "description": "",
162
+ "name": "QtiItem",
163
+ "members": [],
164
+ "attributes": [
165
+ {
166
+ "name": "item-location",
167
+ "type": {
168
+ "text": "string"
169
+ },
170
+ "default": "''",
171
+ "description": "The location of the item.",
172
+ "fieldName": "itemLocation",
173
+ "attribute": "item-location"
174
+ }
175
+ ],
176
+ "superclass": {
177
+ "name": "LitElement",
178
+ "package": "lit"
179
+ },
180
+ "tagName": "qti-item",
181
+ "customElement": true
182
+ }
183
+ ],
184
+ "exports": [
185
+ {
186
+ "kind": "js",
187
+ "name": "QtiItem",
188
+ "declaration": {
189
+ "name": "QtiItem",
190
+ "module": "src/lib/qti-item/qti-item.ts"
191
+ }
192
+ },
193
+ {
194
+ "kind": "custom-element-definition",
195
+ "name": "qti-item",
196
+ "declaration": {
197
+ "name": "QtiItem",
198
+ "module": "src/lib/qti-item/qti-item.ts"
199
+ }
200
+ }
201
+ ]
202
+ },
203
+ {
204
+ "kind": "javascript-module",
205
+ "path": "src/lib/qti-item-react/index.ts",
206
+ "declarations": [],
207
+ "exports": [
208
+ {
209
+ "kind": "js",
210
+ "name": "*",
211
+ "declaration": {
212
+ "name": "*",
213
+ "package": "./qti-item.react"
214
+ }
215
+ }
216
+ ]
217
+ },
218
+ {
219
+ "kind": "javascript-module",
220
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
221
+ "declarations": [
222
+ {
223
+ "kind": "variable",
224
+ "name": "QtiItem",
225
+ "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemFirstUpdated: 'qti-item-first-updated'\n }\n})"
226
+ }
227
+ ],
228
+ "exports": [
229
+ {
230
+ "kind": "js",
231
+ "name": "QtiItem",
232
+ "declaration": {
233
+ "name": "QtiItem",
234
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
235
+ }
236
+ }
237
+ ]
238
+ },
134
239
  {
135
240
  "kind": "javascript-module",
136
241
  "path": "src/lib/qti-components/index.ts",
@@ -213,7 +318,7 @@
213
318
  "name": "*",
214
319
  "declaration": {
215
320
  "name": "*",
216
- "package": "./qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration"
321
+ "package": "./qti-variable-declaration/qti-response-declaration/qti-response-declaration"
217
322
  }
218
323
  },
219
324
  {
@@ -221,7 +326,7 @@
221
326
  "name": "*",
222
327
  "declaration": {
223
328
  "name": "*",
224
- "package": "./qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration"
329
+ "package": "./qti-variable-declaration/qti-outcome-declaration/qti-outcomedeclaration"
225
330
  }
226
331
  },
227
332
  {
@@ -317,7 +422,7 @@
317
422
  "name": "*",
318
423
  "declaration": {
319
424
  "name": "*",
320
- "package": "./qti-responseprocessing"
425
+ "package": "./qti-response-processing"
321
426
  }
322
427
  },
323
428
  {
@@ -540,7 +645,7 @@
540
645
  },
541
646
  {
542
647
  "kind": "javascript-module",
543
- "path": "src/lib/qti-item-react/index.ts",
648
+ "path": "src/lib/qti-test-react/index.ts",
544
649
  "declarations": [],
545
650
  "exports": [
546
651
  {
@@ -548,28 +653,57 @@
548
653
  "name": "*",
549
654
  "declaration": {
550
655
  "name": "*",
551
- "package": "./qti-item.react"
656
+ "package": "./qti-test.react"
657
+ }
658
+ },
659
+ {
660
+ "kind": "js",
661
+ "name": "*",
662
+ "declaration": {
663
+ "name": "*",
664
+ "package": "./qti-assessment-test.react"
552
665
  }
553
666
  }
554
667
  ]
555
668
  },
556
669
  {
557
670
  "kind": "javascript-module",
558
- "path": "src/lib/qti-item-react/qti-item.react.ts",
671
+ "path": "src/lib/qti-test-react/qti-assessment-test.react.ts",
559
672
  "declarations": [
560
673
  {
561
674
  "kind": "variable",
562
- "name": "QtiItem",
563
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemFirstUpdated: 'qti-item-first-updated'\n }\n})"
675
+ "name": "QtiAssessmentTest",
676
+ "default": "createComponent({\n tagName: 'qti-assessment-test',\n react: React,\n elementClass: WcQtiAssessmentTest,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemFirstUpdated: 'qti-item-first-updated',\n onTestRequestItem: 'on-test-set-item',\n onTestFirstUpdated: 'qti-assessment-first-updated'\n }\n})"
564
677
  }
565
678
  ],
566
679
  "exports": [
567
680
  {
568
681
  "kind": "js",
569
- "name": "QtiItem",
682
+ "name": "QtiAssessmentTest",
570
683
  "declaration": {
571
- "name": "QtiItem",
572
- "module": "src/lib/qti-item-react/qti-item.react.ts"
684
+ "name": "QtiAssessmentTest",
685
+ "module": "src/lib/qti-test-react/qti-assessment-test.react.ts"
686
+ }
687
+ }
688
+ ]
689
+ },
690
+ {
691
+ "kind": "javascript-module",
692
+ "path": "src/lib/qti-test-react/qti-test.react.ts",
693
+ "declarations": [
694
+ {
695
+ "kind": "variable",
696
+ "name": "QtiTest",
697
+ "default": "createComponent({\n tagName: 'qti-test',\n react: React,\n elementClass: WcQtiTest,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onTestFirstUpdated: 'qti-assessment-first-updated'\n }\n})"
698
+ }
699
+ ],
700
+ "exports": [
701
+ {
702
+ "kind": "js",
703
+ "name": "QtiTest",
704
+ "declaration": {
705
+ "name": "QtiTest",
706
+ "module": "src/lib/qti-test-react/qti-test.react.ts"
573
707
  }
574
708
  }
575
709
  ]
@@ -626,6 +760,14 @@
626
760
  "name": "*",
627
761
  "package": "./qti-assessment-test.context"
628
762
  }
763
+ },
764
+ {
765
+ "kind": "js",
766
+ "name": "*",
767
+ "declaration": {
768
+ "name": "*",
769
+ "package": "./test-utils"
770
+ }
629
771
  }
630
772
  ]
631
773
  },
@@ -659,7 +801,9 @@
659
801
  "text": "string"
660
802
  },
661
803
  "default": "''",
804
+ "description": "The location of the item.",
662
805
  "fieldName": "itemLocation",
806
+ "attribute": "item-location",
663
807
  "inheritedFrom": {
664
808
  "name": "QtiItem",
665
809
  "module": "src/lib/qti-item/qti-item.ts"
@@ -727,6 +871,12 @@
727
871
  }
728
872
  ]
729
873
  },
874
+ {
875
+ "kind": "javascript-module",
876
+ "path": "src/lib/qti-test/qti-assessment-test.mdx",
877
+ "declarations": [],
878
+ "exports": []
879
+ },
730
880
  {
731
881
  "kind": "javascript-module",
732
882
  "path": "src/lib/qti-test/qti-assessment-test.tldr",
@@ -757,6 +907,21 @@
757
907
  }
758
908
  ],
759
909
  "attributes": [
910
+ {
911
+ "name": "audience-context",
912
+ "type": {
913
+ "text": "| 'candidate'\n | 'scorer'\n | ''"
914
+ },
915
+ "fieldName": "audienceContext"
916
+ },
917
+ {
918
+ "name": "item-index",
919
+ "type": {
920
+ "text": "number"
921
+ },
922
+ "default": "0",
923
+ "fieldName": "itemIndex"
924
+ },
760
925
  {
761
926
  "name": "identifier",
762
927
  "type": {
@@ -854,111 +1019,136 @@
854
1019
  },
855
1020
  {
856
1021
  "kind": "javascript-module",
857
- "path": "src/lib/qti-test/qti-test.ts",
1022
+ "path": "src/lib/qti-test/qti-test.haunted.ts",
858
1023
  "declarations": [
859
1024
  {
860
- "kind": "class",
861
- "description": "",
862
- "name": "QtiTest",
863
- "members": [],
864
- "attributes": [
1025
+ "kind": "function",
1026
+ "name": "QtiTestHaunted",
1027
+ "parameters": [
865
1028
  {
866
- "name": "package-uri",
1029
+ "name": "manifestData",
867
1030
  "type": {
868
- "text": "string"
869
- },
870
- "default": "''",
871
- "fieldName": "packageURI"
1031
+ "text": "ManifestData"
1032
+ }
1033
+ },
1034
+ {
1035
+ "name": "itemIndex",
1036
+ "type": {
1037
+ "text": "number"
1038
+ }
1039
+ },
1040
+ {
1041
+ "name": "testContext",
1042
+ "type": {
1043
+ "text": "TestContext"
1044
+ }
872
1045
  }
873
- ],
874
- "superclass": {
875
- "name": "LitElement",
876
- "package": "lit"
877
- },
878
- "tagName": "qti-test",
879
- "customElement": true
1046
+ ]
880
1047
  }
881
1048
  ],
882
1049
  "exports": [
883
1050
  {
884
1051
  "kind": "js",
885
- "name": "QtiTest",
886
- "declaration": {
887
- "name": "QtiTest",
888
- "module": "src/lib/qti-test/qti-test.ts"
889
- }
890
- },
891
- {
892
- "kind": "custom-element-definition",
893
- "name": "qti-test",
1052
+ "name": "QtiTestHaunted",
894
1053
  "declaration": {
895
- "name": "QtiTest",
896
- "module": "src/lib/qti-test/qti-test.ts"
1054
+ "name": "QtiTestHaunted",
1055
+ "module": "src/lib/qti-test/qti-test.haunted.ts"
897
1056
  }
898
1057
  }
899
1058
  ]
900
1059
  },
901
1060
  {
902
1061
  "kind": "javascript-module",
903
- "path": "src/lib/qti-test-react/index.ts",
1062
+ "path": "src/lib/qti-test/qti-test.mdx",
904
1063
  "declarations": [],
905
- "exports": [
906
- {
907
- "kind": "js",
908
- "name": "*",
909
- "declaration": {
910
- "name": "*",
911
- "package": "./qti-test.react"
912
- }
913
- },
914
- {
915
- "kind": "js",
916
- "name": "*",
917
- "declaration": {
918
- "name": "*",
919
- "package": "./qti-assessment-test.react"
920
- }
921
- }
922
- ]
1064
+ "exports": []
923
1065
  },
924
1066
  {
925
1067
  "kind": "javascript-module",
926
- "path": "src/lib/qti-test-react/qti-assessment-test.react.ts",
1068
+ "path": "src/lib/qti-test/qti-test.ts",
927
1069
  "declarations": [
928
1070
  {
929
1071
  "kind": "variable",
930
- "name": "QtiAssessmentTest",
931
- "default": "createComponent({\n tagName: 'qti-assessment-test',\n react: React,\n elementClass: WcQtiAssessmentTest,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemFirstUpdated: 'qti-item-first-updated',\n onTestRequestItem: 'on-test-set-item',\n onTestFirstUpdated: 'qti-assessment-first-updated'\n }\n})"
1072
+ "name": "QtiTest"
932
1073
  }
933
1074
  ],
934
1075
  "exports": [
935
1076
  {
936
1077
  "kind": "js",
937
- "name": "QtiAssessmentTest",
1078
+ "name": "QtiTest",
938
1079
  "declaration": {
939
- "name": "QtiAssessmentTest",
940
- "module": "src/lib/qti-test-react/qti-assessment-test.react.ts"
1080
+ "name": "QtiTest",
1081
+ "module": "src/lib/qti-test/qti-test.ts"
1082
+ }
1083
+ },
1084
+ {
1085
+ "kind": "custom-element-definition",
1086
+ "name": "qti-test",
1087
+ "declaration": {
1088
+ "name": "QtiTest",
1089
+ "module": "src/lib/qti-test/qti-test.ts"
941
1090
  }
942
1091
  }
943
1092
  ]
944
1093
  },
945
1094
  {
946
1095
  "kind": "javascript-module",
947
- "path": "src/lib/qti-test-react/qti-test.react.ts",
1096
+ "path": "src/lib/qti-test/test-utils.ts",
948
1097
  "declarations": [
949
1098
  {
950
- "kind": "variable",
951
- "name": "QtiTest",
952
- "default": "createComponent({\n tagName: 'qti-test',\n react: React,\n elementClass: WcQtiTest,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onTestFirstUpdated: 'qti-assessment-first-updated'\n }\n})"
1099
+ "kind": "function",
1100
+ "name": "requestItem",
1101
+ "parameters": [
1102
+ {
1103
+ "name": "href",
1104
+ "type": {
1105
+ "text": "string"
1106
+ },
1107
+ "description": "The URL of the XML item to request."
1108
+ }
1109
+ ],
1110
+ "description": "Requests an XML item from the specified URL.",
1111
+ "return": {
1112
+ "type": {
1113
+ "text": ""
1114
+ }
1115
+ }
1116
+ },
1117
+ {
1118
+ "kind": "function",
1119
+ "name": "fetchManifestData",
1120
+ "return": {
1121
+ "type": {
1122
+ "text": ""
1123
+ }
1124
+ },
1125
+ "parameters": [
1126
+ {
1127
+ "name": "packageUri",
1128
+ "type": {
1129
+ "text": "string"
1130
+ },
1131
+ "description": "The URI of the package to fetch manifest data for."
1132
+ }
1133
+ ],
1134
+ "description": "Fetches manifest data for a given package URI."
953
1135
  }
954
1136
  ],
955
1137
  "exports": [
956
1138
  {
957
1139
  "kind": "js",
958
- "name": "QtiTest",
1140
+ "name": "requestItem",
959
1141
  "declaration": {
960
- "name": "QtiTest",
961
- "module": "src/lib/qti-test-react/qti-test.react.ts"
1142
+ "name": "requestItem",
1143
+ "module": "src/lib/qti-test/test-utils.ts"
1144
+ }
1145
+ },
1146
+ {
1147
+ "kind": "js",
1148
+ "name": "fetchManifestData",
1149
+ "declaration": {
1150
+ "name": "fetchManifestData",
1151
+ "module": "src/lib/qti-test/test-utils.ts"
962
1152
  }
963
1153
  }
964
1154
  ]
@@ -980,89 +1170,74 @@
980
1170
  },
981
1171
  {
982
1172
  "kind": "javascript-module",
983
- "path": "src/lib/qti-transform/qti-transform.ts",
1173
+ "path": "src/lib/qti-transform/qti-transform.examples.ts",
984
1174
  "declarations": [
985
1175
  {
986
- "kind": "function",
987
- "name": "qtiTransform",
988
- "parameters": [
989
- {
990
- "name": "xmlValue",
991
- "type": {
992
- "text": "string"
993
- }
994
- }
995
- ]
1176
+ "kind": "variable",
1177
+ "name": "transforms",
1178
+ "type": {
1179
+ "text": "object"
1180
+ },
1181
+ "default": "{\n mathml,\n removeNamesSpaces,\n pciHooks,\n assetsLocation,\n customTypes,\n suffix,\n elementNameAttributes,\n operatorDefinition,\n cDataToComment\n}"
1182
+ },
1183
+ {
1184
+ "kind": "variable",
1185
+ "name": "transformStrings",
1186
+ "type": {
1187
+ "text": "object"
1188
+ },
1189
+ "default": "{\n mathmlString,\n removeNamesSpacesString,\n pciHooksString,\n assetsLocationString,\n customTypesString,\n suffixString,\n elementNameAttributesString,\n operatorDefinitionString,\n cDataToCommentString\n}"
996
1190
  }
997
1191
  ],
998
1192
  "exports": [
999
1193
  {
1000
1194
  "kind": "js",
1001
- "name": "qtiTransform",
1195
+ "name": "transforms",
1002
1196
  "declaration": {
1003
- "name": "qtiTransform",
1004
- "module": "src/lib/qti-transform/qti-transform.ts"
1197
+ "name": "transforms",
1198
+ "module": "src/lib/qti-transform/qti-transform.examples.ts"
1005
1199
  }
1006
- }
1007
- ]
1008
- },
1009
- {
1010
- "kind": "javascript-module",
1011
- "path": "src/lib/qti-item/index.ts",
1012
- "declarations": [],
1013
- "exports": [
1200
+ },
1014
1201
  {
1015
1202
  "kind": "js",
1016
- "name": "*",
1203
+ "name": "transformStrings",
1017
1204
  "declaration": {
1018
- "name": "*",
1019
- "package": "./qti-item"
1205
+ "name": "transformStrings",
1206
+ "module": "src/lib/qti-transform/qti-transform.examples.ts"
1020
1207
  }
1021
1208
  }
1022
1209
  ]
1023
1210
  },
1024
1211
  {
1025
1212
  "kind": "javascript-module",
1026
- "path": "src/lib/qti-item/qti-item.ts",
1213
+ "path": "src/lib/qti-transform/qti-transform.mdx",
1214
+ "declarations": [],
1215
+ "exports": []
1216
+ },
1217
+ {
1218
+ "kind": "javascript-module",
1219
+ "path": "src/lib/qti-transform/qti-transform.ts",
1027
1220
  "declarations": [
1028
1221
  {
1029
- "kind": "class",
1030
- "description": "",
1031
- "name": "QtiItem",
1032
- "members": [],
1033
- "attributes": [
1222
+ "kind": "function",
1223
+ "name": "qtiTransform",
1224
+ "parameters": [
1034
1225
  {
1035
- "name": "item-location",
1226
+ "name": "xmlValue",
1036
1227
  "type": {
1037
1228
  "text": "string"
1038
- },
1039
- "default": "''",
1040
- "fieldName": "itemLocation"
1229
+ }
1041
1230
  }
1042
- ],
1043
- "superclass": {
1044
- "name": "LitElement",
1045
- "package": "lit"
1046
- },
1047
- "tagName": "qti-item",
1048
- "customElement": true
1231
+ ]
1049
1232
  }
1050
1233
  ],
1051
1234
  "exports": [
1052
1235
  {
1053
1236
  "kind": "js",
1054
- "name": "QtiItem",
1055
- "declaration": {
1056
- "name": "QtiItem",
1057
- "module": "src/lib/qti-item/qti-item.ts"
1058
- }
1059
- },
1060
- {
1061
- "kind": "custom-element-definition",
1062
- "name": "qti-item",
1237
+ "name": "qtiTransform",
1063
1238
  "declaration": {
1064
- "name": "QtiItem",
1065
- "module": "src/lib/qti-item/qti-item.ts"
1239
+ "name": "qtiTransform",
1240
+ "module": "src/lib/qti-transform/qti-transform.ts"
1066
1241
  }
1067
1242
  }
1068
1243
  ]
@@ -2091,7 +2266,7 @@
2091
2266
  },
2092
2267
  {
2093
2268
  "kind": "javascript-module",
2094
- "path": "src/lib/qti-components/qti-responseprocessing/index.ts",
2269
+ "path": "src/lib/qti-components/qti-response-processing/index.ts",
2095
2270
  "declarations": [],
2096
2271
  "exports": [
2097
2272
  {
@@ -2099,7 +2274,7 @@
2099
2274
  "name": "QtiResponseProcessing",
2100
2275
  "declaration": {
2101
2276
  "name": "default",
2102
- "module": "./qti-responseprocessing/qti-responseprocessing"
2277
+ "module": "./qti-response-processing/qti-responseprocessing"
2103
2278
  }
2104
2279
  },
2105
2280
  {
@@ -2115,7 +2290,7 @@
2115
2290
  "name": "*",
2116
2291
  "declaration": {
2117
2292
  "name": "*",
2118
- "package": "./qti-rule/qti-responsecondition/qti-responsecondition"
2293
+ "package": "./qti-rule/qti-response-condition/qti-response-condition"
2119
2294
  }
2120
2295
  },
2121
2296
  {
@@ -2123,7 +2298,7 @@
2123
2298
  "name": "*",
2124
2299
  "declaration": {
2125
2300
  "name": "*",
2126
- "package": "./qti-rule/qti-setoutcomevalue/qti-setoutcomevalue"
2301
+ "package": "./qti-rule/qti-set-outcome-value/qti-set-outcome-value"
2127
2302
  }
2128
2303
  },
2129
2304
  {
@@ -2131,7 +2306,7 @@
2131
2306
  "name": "*",
2132
2307
  "declaration": {
2133
2308
  "name": "*",
2134
- "package": "./qti-responseelse/qti-responseif/qti-responseif"
2309
+ "package": "./qti-response-else/qti-response-if/qti-response-if"
2135
2310
  }
2136
2311
  },
2137
2312
  {
@@ -2139,7 +2314,7 @@
2139
2314
  "name": "*",
2140
2315
  "declaration": {
2141
2316
  "name": "*",
2142
- "package": "./qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif"
2317
+ "package": "./qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if"
2143
2318
  }
2144
2319
  },
2145
2320
  {
@@ -2147,7 +2322,7 @@
2147
2322
  "name": "*",
2148
2323
  "declaration": {
2149
2324
  "name": "*",
2150
- "package": "./qti-responseelse/qti-responseelse"
2325
+ "package": "./qti-response-else/qti-response-else"
2151
2326
  }
2152
2327
  },
2153
2328
  {
@@ -2256,6 +2431,12 @@
2256
2431
  }
2257
2432
  ]
2258
2433
  },
2434
+ {
2435
+ "kind": "javascript-module",
2436
+ "path": "src/lib/qti-components/qti-stylesheet/inline.css",
2437
+ "declarations": [],
2438
+ "exports": []
2439
+ },
2259
2440
  {
2260
2441
  "kind": "javascript-module",
2261
2442
  "path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
@@ -2521,7 +2702,7 @@
2521
2702
  },
2522
2703
  {
2523
2704
  "kind": "javascript-module",
2524
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts",
2705
+ "path": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts",
2525
2706
  "declarations": [
2526
2707
  {
2527
2708
  "kind": "class",
@@ -2542,7 +2723,7 @@
2542
2723
  "name": "QtiVariableDeclaration",
2543
2724
  "declaration": {
2544
2725
  "name": "QtiVariableDeclaration",
2545
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
2726
+ "module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
2546
2727
  }
2547
2728
  },
2548
2729
  {
@@ -2550,7 +2731,7 @@
2550
2731
  "name": "qti-variabledeclaration",
2551
2732
  "declaration": {
2552
2733
  "name": "QtiVariableDeclaration",
2553
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
2734
+ "module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
2554
2735
  }
2555
2736
  }
2556
2737
  ]
@@ -2634,18 +2815,162 @@
2634
2815
  },
2635
2816
  {
2636
2817
  "kind": "js",
2637
- "name": "*",
2818
+ "name": "*",
2819
+ "declaration": {
2820
+ "name": "*",
2821
+ "package": "./test-print-variables"
2822
+ }
2823
+ },
2824
+ {
2825
+ "kind": "js",
2826
+ "name": "*",
2827
+ "declaration": {
2828
+ "name": "*",
2829
+ "package": "./test-print-score"
2830
+ }
2831
+ },
2832
+ {
2833
+ "kind": "js",
2834
+ "name": "*",
2835
+ "declaration": {
2836
+ "name": "*",
2837
+ "package": "./test-manual-scoring"
2838
+ }
2839
+ },
2840
+ {
2841
+ "kind": "js",
2842
+ "name": "*",
2843
+ "declaration": {
2844
+ "name": "*",
2845
+ "package": "./test-toggle-scoring"
2846
+ }
2847
+ },
2848
+ {
2849
+ "kind": "js",
2850
+ "name": "*",
2851
+ "declaration": {
2852
+ "name": "*",
2853
+ "package": "./test-item-id"
2854
+ }
2855
+ }
2856
+ ]
2857
+ },
2858
+ {
2859
+ "kind": "javascript-module",
2860
+ "path": "src/lib/qti-test/components/test-item-id.ts",
2861
+ "declarations": [
2862
+ {
2863
+ "kind": "class",
2864
+ "description": "",
2865
+ "name": "TestItemId",
2866
+ "members": [],
2867
+ "superclass": {
2868
+ "name": "LitElement",
2869
+ "package": "lit"
2870
+ },
2871
+ "tagName": "test-item-id",
2872
+ "customElement": true
2873
+ }
2874
+ ],
2875
+ "exports": [
2876
+ {
2877
+ "kind": "js",
2878
+ "name": "TestItemId",
2879
+ "declaration": {
2880
+ "name": "TestItemId",
2881
+ "module": "src/lib/qti-test/components/test-item-id.ts"
2882
+ }
2883
+ },
2884
+ {
2885
+ "kind": "custom-element-definition",
2886
+ "name": "test-item-id",
2887
+ "declaration": {
2888
+ "name": "TestItemId",
2889
+ "module": "src/lib/qti-test/components/test-item-id.ts"
2890
+ }
2891
+ }
2892
+ ]
2893
+ },
2894
+ {
2895
+ "kind": "javascript-module",
2896
+ "path": "src/lib/qti-test/components/test-manual-scoring.ts",
2897
+ "declarations": [
2898
+ {
2899
+ "kind": "class",
2900
+ "description": "",
2901
+ "name": "TestManualScoring",
2902
+ "members": [],
2903
+ "events": [
2904
+ {
2905
+ "name": "qti-set-outcome-value",
2906
+ "type": {
2907
+ "text": "CustomEvent"
2908
+ }
2909
+ }
2910
+ ],
2911
+ "attributes": [
2912
+ {
2913
+ "name": "disabled",
2914
+ "type": {
2915
+ "text": "boolean"
2916
+ },
2917
+ "default": "false",
2918
+ "fieldName": "disabled"
2919
+ },
2920
+ {
2921
+ "name": "readonly",
2922
+ "type": {
2923
+ "text": "boolean"
2924
+ },
2925
+ "default": "false",
2926
+ "fieldName": "readonly"
2927
+ },
2928
+ {
2929
+ "name": "value",
2930
+ "type": {
2931
+ "text": "number"
2932
+ },
2933
+ "default": "0",
2934
+ "fieldName": "value"
2935
+ },
2936
+ {
2937
+ "name": "min",
2938
+ "type": {
2939
+ "text": "number"
2940
+ },
2941
+ "fieldName": "min"
2942
+ },
2943
+ {
2944
+ "name": "max",
2945
+ "type": {
2946
+ "text": "number"
2947
+ },
2948
+ "fieldName": "max"
2949
+ }
2950
+ ],
2951
+ "superclass": {
2952
+ "name": "LitElement",
2953
+ "package": "lit"
2954
+ },
2955
+ "tagName": "test-manual-scoring",
2956
+ "customElement": true
2957
+ }
2958
+ ],
2959
+ "exports": [
2960
+ {
2961
+ "kind": "js",
2962
+ "name": "TestManualScoring",
2638
2963
  "declaration": {
2639
- "name": "*",
2640
- "package": "./test-print-variables"
2964
+ "name": "TestManualScoring",
2965
+ "module": "src/lib/qti-test/components/test-manual-scoring.ts"
2641
2966
  }
2642
2967
  },
2643
2968
  {
2644
- "kind": "js",
2645
- "name": "*",
2969
+ "kind": "custom-element-definition",
2970
+ "name": "test-manual-scoring",
2646
2971
  "declaration": {
2647
- "name": "*",
2648
- "package": "./test-print-score"
2972
+ "name": "TestManualScoring",
2973
+ "module": "src/lib/qti-test/components/test-manual-scoring.ts"
2649
2974
  }
2650
2975
  }
2651
2976
  ]
@@ -2701,7 +3026,7 @@
2701
3026
  {
2702
3027
  "kind": "class",
2703
3028
  "description": "",
2704
- "name": "QtiTestPagingButtons",
3029
+ "name": "TestPagingButtons",
2705
3030
  "members": [],
2706
3031
  "events": [
2707
3032
  {
@@ -2711,6 +3036,16 @@
2711
3036
  }
2712
3037
  }
2713
3038
  ],
3039
+ "attributes": [
3040
+ {
3041
+ "name": "maxDisplayedItems",
3042
+ "type": {
3043
+ "text": "number"
3044
+ },
3045
+ "default": "5",
3046
+ "fieldName": "maxDisplayedItems"
3047
+ }
3048
+ ],
2714
3049
  "superclass": {
2715
3050
  "name": "LitElement",
2716
3051
  "package": "lit"
@@ -2722,9 +3057,9 @@
2722
3057
  "exports": [
2723
3058
  {
2724
3059
  "kind": "js",
2725
- "name": "QtiTestPagingButtons",
3060
+ "name": "TestPagingButtons",
2726
3061
  "declaration": {
2727
- "name": "QtiTestPagingButtons",
3062
+ "name": "TestPagingButtons",
2728
3063
  "module": "src/lib/qti-test/components/test-paging-buttons.ts"
2729
3064
  }
2730
3065
  },
@@ -2732,7 +3067,7 @@
2732
3067
  "kind": "custom-element-definition",
2733
3068
  "name": "test-paging-buttons",
2734
3069
  "declaration": {
2735
- "name": "QtiTestPagingButtons",
3070
+ "name": "TestPagingButtons",
2736
3071
  "module": "src/lib/qti-test/components/test-paging-buttons.ts"
2737
3072
  }
2738
3073
  }
@@ -2745,7 +3080,7 @@
2745
3080
  {
2746
3081
  "kind": "class",
2747
3082
  "description": "",
2748
- "name": "QtiTestPagingRadio",
3083
+ "name": "TestPagingRadio",
2749
3084
  "members": [],
2750
3085
  "events": [
2751
3086
  {
@@ -2766,9 +3101,9 @@
2766
3101
  "exports": [
2767
3102
  {
2768
3103
  "kind": "js",
2769
- "name": "QtiTestPagingRadio",
3104
+ "name": "TestPagingRadio",
2770
3105
  "declaration": {
2771
- "name": "QtiTestPagingRadio",
3106
+ "name": "TestPagingRadio",
2772
3107
  "module": "src/lib/qti-test/components/test-paging-radio.ts"
2773
3108
  }
2774
3109
  },
@@ -2776,7 +3111,7 @@
2776
3111
  "kind": "custom-element-definition",
2777
3112
  "name": "test-paging-radio",
2778
3113
  "declaration": {
2779
- "name": "QtiTestPagingRadio",
3114
+ "name": "TestPagingRadio",
2780
3115
  "module": "src/lib/qti-test/components/test-paging-radio.ts"
2781
3116
  }
2782
3117
  }
@@ -2833,7 +3168,7 @@
2833
3168
  {
2834
3169
  "kind": "class",
2835
3170
  "description": "",
2836
- "name": "QtiTestPrintScore",
3171
+ "name": "TestPrintScore",
2837
3172
  "members": [],
2838
3173
  "events": [
2839
3174
  {
@@ -2854,9 +3189,9 @@
2854
3189
  "exports": [
2855
3190
  {
2856
3191
  "kind": "js",
2857
- "name": "QtiTestPrintScore",
3192
+ "name": "TestPrintScore",
2858
3193
  "declaration": {
2859
- "name": "QtiTestPrintScore",
3194
+ "name": "TestPrintScore",
2860
3195
  "module": "src/lib/qti-test/components/test-print-score.ts"
2861
3196
  }
2862
3197
  },
@@ -2864,7 +3199,7 @@
2864
3199
  "kind": "custom-element-definition",
2865
3200
  "name": "test-print-score",
2866
3201
  "declaration": {
2867
- "name": "QtiTestPrintScore",
3202
+ "name": "TestPrintScore",
2868
3203
  "module": "src/lib/qti-test/components/test-print-score.ts"
2869
3204
  }
2870
3205
  }
@@ -2877,7 +3212,7 @@
2877
3212
  {
2878
3213
  "kind": "class",
2879
3214
  "description": "",
2880
- "name": "QtiPrintVariables",
3215
+ "name": "TestPrintVariables",
2881
3216
  "members": [],
2882
3217
  "superclass": {
2883
3218
  "name": "LitElement",
@@ -2890,9 +3225,9 @@
2890
3225
  "exports": [
2891
3226
  {
2892
3227
  "kind": "js",
2893
- "name": "QtiPrintVariables",
3228
+ "name": "TestPrintVariables",
2894
3229
  "declaration": {
2895
- "name": "QtiPrintVariables",
3230
+ "name": "TestPrintVariables",
2896
3231
  "module": "src/lib/qti-test/components/test-print-variables.ts"
2897
3232
  }
2898
3233
  },
@@ -2900,7 +3235,7 @@
2900
3235
  "kind": "custom-element-definition",
2901
3236
  "name": "test-print-variables",
2902
3237
  "declaration": {
2903
- "name": "QtiPrintVariables",
3238
+ "name": "TestPrintVariables",
2904
3239
  "module": "src/lib/qti-test/components/test-print-variables.ts"
2905
3240
  }
2906
3241
  }
@@ -2913,7 +3248,7 @@
2913
3248
  {
2914
3249
  "kind": "class",
2915
3250
  "description": "",
2916
- "name": "QtiTestProgress",
3251
+ "name": "TestProgress",
2917
3252
  "members": [],
2918
3253
  "superclass": {
2919
3254
  "name": "LitElement",
@@ -2926,9 +3261,9 @@
2926
3261
  "exports": [
2927
3262
  {
2928
3263
  "kind": "js",
2929
- "name": "QtiTestProgress",
3264
+ "name": "TestProgress",
2930
3265
  "declaration": {
2931
- "name": "QtiTestProgress",
3266
+ "name": "TestProgress",
2932
3267
  "module": "src/lib/qti-test/components/test-progress.ts"
2933
3268
  }
2934
3269
  },
@@ -2936,7 +3271,7 @@
2936
3271
  "kind": "custom-element-definition",
2937
3272
  "name": "test-progress",
2938
3273
  "declaration": {
2939
- "name": "QtiTestProgress",
3274
+ "name": "TestProgress",
2940
3275
  "module": "src/lib/qti-test/components/test-progress.ts"
2941
3276
  }
2942
3277
  }
@@ -2985,7 +3320,7 @@
2985
3320
  {
2986
3321
  "kind": "class",
2987
3322
  "description": "",
2988
- "name": "QtiTestShowCorrect",
3323
+ "name": "TestShowCorrect",
2989
3324
  "members": [],
2990
3325
  "superclass": {
2991
3326
  "name": "LitElement",
@@ -2998,9 +3333,9 @@
2998
3333
  "exports": [
2999
3334
  {
3000
3335
  "kind": "js",
3001
- "name": "QtiTestShowCorrect",
3336
+ "name": "TestShowCorrect",
3002
3337
  "declaration": {
3003
- "name": "QtiTestShowCorrect",
3338
+ "name": "TestShowCorrect",
3004
3339
  "module": "src/lib/qti-test/components/test-show-correct.ts"
3005
3340
  }
3006
3341
  },
@@ -3008,7 +3343,7 @@
3008
3343
  "kind": "custom-element-definition",
3009
3344
  "name": "test-show-correct",
3010
3345
  "declaration": {
3011
- "name": "QtiTestShowCorrect",
3346
+ "name": "TestShowCorrect",
3012
3347
  "module": "src/lib/qti-test/components/test-show-correct.ts"
3013
3348
  }
3014
3349
  }
@@ -3065,7 +3400,7 @@
3065
3400
  {
3066
3401
  "kind": "class",
3067
3402
  "description": "",
3068
- "name": "QtiTestSlider",
3403
+ "name": "TestSlider",
3069
3404
  "members": [],
3070
3405
  "events": [
3071
3406
  {
@@ -3086,9 +3421,9 @@
3086
3421
  "exports": [
3087
3422
  {
3088
3423
  "kind": "js",
3089
- "name": "QtiTestSlider",
3424
+ "name": "TestSlider",
3090
3425
  "declaration": {
3091
- "name": "QtiTestSlider",
3426
+ "name": "TestSlider",
3092
3427
  "module": "src/lib/qti-test/components/test-slider.ts"
3093
3428
  }
3094
3429
  },
@@ -3096,12 +3431,48 @@
3096
3431
  "kind": "custom-element-definition",
3097
3432
  "name": "test-slider",
3098
3433
  "declaration": {
3099
- "name": "QtiTestSlider",
3434
+ "name": "TestSlider",
3100
3435
  "module": "src/lib/qti-test/components/test-slider.ts"
3101
3436
  }
3102
3437
  }
3103
3438
  ]
3104
3439
  },
3440
+ {
3441
+ "kind": "javascript-module",
3442
+ "path": "src/lib/qti-test/components/test-toggle-scoring.ts",
3443
+ "declarations": [
3444
+ {
3445
+ "kind": "class",
3446
+ "description": "",
3447
+ "name": "TestToggleScoring",
3448
+ "members": [],
3449
+ "superclass": {
3450
+ "name": "LitElement",
3451
+ "package": "lit"
3452
+ },
3453
+ "tagName": "test-toggle-scoring",
3454
+ "customElement": true
3455
+ }
3456
+ ],
3457
+ "exports": [
3458
+ {
3459
+ "kind": "js",
3460
+ "name": "TestToggleScoring",
3461
+ "declaration": {
3462
+ "name": "TestToggleScoring",
3463
+ "module": "src/lib/qti-test/components/test-toggle-scoring.ts"
3464
+ }
3465
+ },
3466
+ {
3467
+ "kind": "custom-element-definition",
3468
+ "name": "test-toggle-scoring",
3469
+ "declaration": {
3470
+ "name": "TestToggleScoring",
3471
+ "module": "src/lib/qti-test/components/test-toggle-scoring.ts"
3472
+ }
3473
+ }
3474
+ ]
3475
+ },
3105
3476
  {
3106
3477
  "kind": "javascript-module",
3107
3478
  "path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
@@ -3351,6 +3722,12 @@
3351
3722
  }
3352
3723
  ]
3353
3724
  },
3725
+ {
3726
+ "kind": "javascript-module",
3727
+ "path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.mdx",
3728
+ "declarations": [],
3729
+ "exports": []
3730
+ },
3354
3731
  {
3355
3732
  "kind": "javascript-module",
3356
3733
  "path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
@@ -3628,6 +4005,12 @@
3628
4005
  }
3629
4006
  ]
3630
4007
  },
4008
+ {
4009
+ "kind": "javascript-module",
4010
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.mdx",
4011
+ "declarations": [],
4012
+ "exports": []
4013
+ },
3631
4014
  {
3632
4015
  "kind": "javascript-module",
3633
4016
  "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
@@ -3753,6 +4136,12 @@
3753
4136
  "declarations": [],
3754
4137
  "exports": []
3755
4138
  },
4139
+ {
4140
+ "kind": "javascript-module",
4141
+ "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
4142
+ "declarations": [],
4143
+ "exports": []
4144
+ },
3756
4145
  {
3757
4146
  "kind": "javascript-module",
3758
4147
  "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
@@ -3880,172 +4269,26 @@
3880
4269
  },
3881
4270
  {
3882
4271
  "kind": "javascript-module",
3883
- "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
3884
- "declarations": [
3885
- {
3886
- "kind": "class",
3887
- "description": "",
3888
- "name": "QtiGapMatchInteraction",
3889
- "members": [],
3890
- "mixins": [
3891
- {
3892
- "name": "DragDropInteractionMixin",
3893
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3894
- }
3895
- ],
3896
- "superclass": {
3897
- "name": "LitElement",
3898
- "package": "lit"
3899
- },
3900
- "tagName": "qti-gap-match-interaction",
3901
- "customElement": true,
3902
- "attributes": [
3903
- {
3904
- "name": "response-identifier",
3905
- "type": {
3906
- "text": "string"
3907
- },
3908
- "default": "''",
3909
- "fieldName": "responseIdentifier",
3910
- "inheritedFrom": {
3911
- "name": "DragDropInteractionMixin",
3912
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3913
- }
3914
- },
3915
- {
3916
- "name": "disabled",
3917
- "type": {
3918
- "text": "boolean"
3919
- },
3920
- "default": "false",
3921
- "fieldName": "disabled",
3922
- "inheritedFrom": {
3923
- "name": "DroppablesMixin",
3924
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3925
- }
3926
- },
3927
- {
3928
- "name": "readonly",
3929
- "type": {
3930
- "text": "boolean"
3931
- },
3932
- "default": "false",
3933
- "fieldName": "readonly",
3934
- "inheritedFrom": {
3935
- "name": "DragDropInteractionMixin",
3936
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3937
- }
3938
- },
3939
- {
3940
- "name": "min-associations",
3941
- "type": {
3942
- "text": "number"
3943
- },
3944
- "default": "1",
3945
- "fieldName": "minAssociations",
3946
- "inheritedFrom": {
3947
- "name": "DragDropInteractionMixin",
3948
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3949
- }
3950
- },
3951
- {
3952
- "name": "max-associations",
3953
- "type": {
3954
- "text": "number"
3955
- },
3956
- "default": "1",
3957
- "fieldName": "maxAssociations",
3958
- "inheritedFrom": {
3959
- "name": "DragDropInteractionMixin",
3960
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3961
- }
3962
- }
3963
- ],
3964
- "events": [
3965
- {
3966
- "name": "qti-register-interaction",
3967
- "type": {
3968
- "text": "CustomEvent"
3969
- },
3970
- "inheritedFrom": {
3971
- "name": "DragDropInteractionMixin",
3972
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3973
- }
3974
- },
3975
- {
3976
- "name": "qti-interaction-response",
3977
- "type": {
3978
- "text": "CustomEvent"
3979
- },
3980
- "inheritedFrom": {
3981
- "name": "DragDropInteractionMixin",
3982
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3983
- }
3984
- }
3985
- ]
3986
- }
3987
- ],
3988
- "exports": [
3989
- {
3990
- "kind": "js",
3991
- "name": "QtiGapMatchInteraction",
3992
- "declaration": {
3993
- "name": "QtiGapMatchInteraction",
3994
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
3995
- }
3996
- },
3997
- {
3998
- "kind": "custom-element-definition",
3999
- "name": "qti-gap-match-interaction",
4000
- "declaration": {
4001
- "name": "QtiGapMatchInteraction",
4002
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
4003
- }
4004
- }
4005
- ]
4272
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.mdx",
4273
+ "declarations": [],
4274
+ "exports": []
4006
4275
  },
4007
4276
  {
4008
4277
  "kind": "javascript-module",
4009
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
4278
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
4010
4279
  "declarations": [
4011
4280
  {
4012
4281
  "kind": "class",
4013
4282
  "description": "",
4014
- "name": "QtiGraphicOrderInteraction",
4283
+ "name": "QtiGraphicAssociateInteraction",
4015
4284
  "members": [],
4016
4285
  "superclass": {
4017
- "name": "Choices",
4018
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
4286
+ "name": "Interaction",
4287
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4019
4288
  },
4020
- "tagName": "qti-graphic-order-interaction",
4289
+ "tagName": "qti-graphic-associate-interaction",
4021
4290
  "customElement": true,
4022
4291
  "attributes": [
4023
- {
4024
- "name": "min-choices",
4025
- "type": {
4026
- "text": "number"
4027
- },
4028
- "default": "0",
4029
- "description": "the minimal number of selections a candidate must make",
4030
- "fieldName": "minChoices",
4031
- "inheritedFrom": {
4032
- "name": "Choices",
4033
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4034
- }
4035
- },
4036
- {
4037
- "name": "max-choices",
4038
- "type": {
4039
- "text": "number"
4040
- },
4041
- "default": "1",
4042
- "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
4043
- "fieldName": "maxChoices",
4044
- "inheritedFrom": {
4045
- "name": "Choices",
4046
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4047
- }
4048
- },
4049
4292
  {
4050
4293
  "name": "response-identifier",
4051
4294
  "type": {
@@ -4112,36 +4355,48 @@
4112
4355
  "exports": [
4113
4356
  {
4114
4357
  "kind": "js",
4115
- "name": "QtiGraphicOrderInteraction",
4358
+ "name": "QtiGraphicAssociateInteraction",
4116
4359
  "declaration": {
4117
- "name": "QtiGraphicOrderInteraction",
4118
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
4360
+ "name": "QtiGraphicAssociateInteraction",
4361
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
4119
4362
  }
4120
4363
  },
4121
4364
  {
4122
4365
  "kind": "custom-element-definition",
4123
- "name": "qti-graphic-order-interaction",
4124
- "declaration": {
4125
- "name": "QtiGraphicOrderInteraction",
4126
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
4366
+ "name": "qti-graphic-associate-interaction",
4367
+ "declaration": {
4368
+ "name": "QtiGraphicAssociateInteraction",
4369
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
4127
4370
  }
4128
4371
  }
4129
4372
  ]
4130
4373
  },
4131
4374
  {
4132
4375
  "kind": "javascript-module",
4133
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
4376
+ "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.mdx",
4377
+ "declarations": [],
4378
+ "exports": []
4379
+ },
4380
+ {
4381
+ "kind": "javascript-module",
4382
+ "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
4134
4383
  "declarations": [
4135
4384
  {
4136
4385
  "kind": "class",
4137
4386
  "description": "",
4138
- "name": "QtiGraphicAssociateInteraction",
4387
+ "name": "QtiGapMatchInteraction",
4139
4388
  "members": [],
4389
+ "mixins": [
4390
+ {
4391
+ "name": "DragDropInteractionMixin",
4392
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4393
+ }
4394
+ ],
4140
4395
  "superclass": {
4141
- "name": "Interaction",
4142
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4396
+ "name": "LitElement",
4397
+ "package": "lit"
4143
4398
  },
4144
- "tagName": "qti-graphic-associate-interaction",
4399
+ "tagName": "qti-gap-match-interaction",
4145
4400
  "customElement": true,
4146
4401
  "attributes": [
4147
4402
  {
@@ -4152,8 +4407,8 @@
4152
4407
  "default": "''",
4153
4408
  "fieldName": "responseIdentifier",
4154
4409
  "inheritedFrom": {
4155
- "name": "Interaction",
4156
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4410
+ "name": "DragDropInteractionMixin",
4411
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4157
4412
  }
4158
4413
  },
4159
4414
  {
@@ -4162,11 +4417,10 @@
4162
4417
  "text": "boolean"
4163
4418
  },
4164
4419
  "default": "false",
4165
- "description": "disabled should be exposed to the attributes and accessible as property",
4166
4420
  "fieldName": "disabled",
4167
4421
  "inheritedFrom": {
4168
- "name": "Interaction",
4169
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4422
+ "name": "DroppablesMixin",
4423
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4170
4424
  }
4171
4425
  },
4172
4426
  {
@@ -4175,11 +4429,34 @@
4175
4429
  "text": "boolean"
4176
4430
  },
4177
4431
  "default": "false",
4178
- "description": "readonly should be exposed to the attributes and accessible as property",
4179
4432
  "fieldName": "readonly",
4180
4433
  "inheritedFrom": {
4181
- "name": "Interaction",
4182
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4434
+ "name": "DragDropInteractionMixin",
4435
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4436
+ }
4437
+ },
4438
+ {
4439
+ "name": "min-associations",
4440
+ "type": {
4441
+ "text": "number"
4442
+ },
4443
+ "default": "1",
4444
+ "fieldName": "minAssociations",
4445
+ "inheritedFrom": {
4446
+ "name": "DragDropInteractionMixin",
4447
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4448
+ }
4449
+ },
4450
+ {
4451
+ "name": "max-associations",
4452
+ "type": {
4453
+ "text": "number"
4454
+ },
4455
+ "default": "1",
4456
+ "fieldName": "maxAssociations",
4457
+ "inheritedFrom": {
4458
+ "name": "DragDropInteractionMixin",
4459
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4183
4460
  }
4184
4461
  }
4185
4462
  ],
@@ -4190,8 +4467,8 @@
4190
4467
  "text": "CustomEvent"
4191
4468
  },
4192
4469
  "inheritedFrom": {
4193
- "name": "Interaction",
4194
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4470
+ "name": "DragDropInteractionMixin",
4471
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4195
4472
  }
4196
4473
  },
4197
4474
  {
@@ -4200,8 +4477,8 @@
4200
4477
  "text": "CustomEvent"
4201
4478
  },
4202
4479
  "inheritedFrom": {
4203
- "name": "Interaction",
4204
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4480
+ "name": "DragDropInteractionMixin",
4481
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4205
4482
  }
4206
4483
  }
4207
4484
  ]
@@ -4210,22 +4487,28 @@
4210
4487
  "exports": [
4211
4488
  {
4212
4489
  "kind": "js",
4213
- "name": "QtiGraphicAssociateInteraction",
4490
+ "name": "QtiGapMatchInteraction",
4214
4491
  "declaration": {
4215
- "name": "QtiGraphicAssociateInteraction",
4216
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
4492
+ "name": "QtiGapMatchInteraction",
4493
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
4217
4494
  }
4218
4495
  },
4219
4496
  {
4220
4497
  "kind": "custom-element-definition",
4221
- "name": "qti-graphic-associate-interaction",
4498
+ "name": "qti-gap-match-interaction",
4222
4499
  "declaration": {
4223
- "name": "QtiGraphicAssociateInteraction",
4224
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
4500
+ "name": "QtiGapMatchInteraction",
4501
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
4225
4502
  }
4226
4503
  }
4227
4504
  ]
4228
4505
  },
4506
+ {
4507
+ "kind": "javascript-module",
4508
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.mdx",
4509
+ "declarations": [],
4510
+ "exports": []
4511
+ },
4229
4512
  {
4230
4513
  "kind": "javascript-module",
4231
4514
  "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
@@ -4352,6 +4635,142 @@
4352
4635
  }
4353
4636
  ]
4354
4637
  },
4638
+ {
4639
+ "kind": "javascript-module",
4640
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.mdx",
4641
+ "declarations": [],
4642
+ "exports": []
4643
+ },
4644
+ {
4645
+ "kind": "javascript-module",
4646
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
4647
+ "declarations": [
4648
+ {
4649
+ "kind": "class",
4650
+ "description": "",
4651
+ "name": "QtiGraphicOrderInteraction",
4652
+ "members": [],
4653
+ "superclass": {
4654
+ "name": "Choices",
4655
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
4656
+ },
4657
+ "tagName": "qti-graphic-order-interaction",
4658
+ "customElement": true,
4659
+ "attributes": [
4660
+ {
4661
+ "name": "min-choices",
4662
+ "type": {
4663
+ "text": "number"
4664
+ },
4665
+ "default": "0",
4666
+ "description": "the minimal number of selections a candidate must make",
4667
+ "fieldName": "minChoices",
4668
+ "inheritedFrom": {
4669
+ "name": "Choices",
4670
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4671
+ }
4672
+ },
4673
+ {
4674
+ "name": "max-choices",
4675
+ "type": {
4676
+ "text": "number"
4677
+ },
4678
+ "default": "1",
4679
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
4680
+ "fieldName": "maxChoices",
4681
+ "inheritedFrom": {
4682
+ "name": "Choices",
4683
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4684
+ }
4685
+ },
4686
+ {
4687
+ "name": "response-identifier",
4688
+ "type": {
4689
+ "text": "string"
4690
+ },
4691
+ "default": "''",
4692
+ "fieldName": "responseIdentifier",
4693
+ "inheritedFrom": {
4694
+ "name": "Interaction",
4695
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4696
+ }
4697
+ },
4698
+ {
4699
+ "name": "disabled",
4700
+ "type": {
4701
+ "text": "boolean"
4702
+ },
4703
+ "default": "false",
4704
+ "description": "disabled should be exposed to the attributes and accessible as property",
4705
+ "fieldName": "disabled",
4706
+ "inheritedFrom": {
4707
+ "name": "Interaction",
4708
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4709
+ }
4710
+ },
4711
+ {
4712
+ "name": "readonly",
4713
+ "type": {
4714
+ "text": "boolean"
4715
+ },
4716
+ "default": "false",
4717
+ "description": "readonly should be exposed to the attributes and accessible as property",
4718
+ "fieldName": "readonly",
4719
+ "inheritedFrom": {
4720
+ "name": "Interaction",
4721
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4722
+ }
4723
+ }
4724
+ ],
4725
+ "events": [
4726
+ {
4727
+ "name": "qti-register-interaction",
4728
+ "type": {
4729
+ "text": "CustomEvent"
4730
+ },
4731
+ "inheritedFrom": {
4732
+ "name": "Interaction",
4733
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4734
+ }
4735
+ },
4736
+ {
4737
+ "name": "qti-interaction-response",
4738
+ "type": {
4739
+ "text": "CustomEvent"
4740
+ },
4741
+ "inheritedFrom": {
4742
+ "name": "Interaction",
4743
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4744
+ }
4745
+ }
4746
+ ]
4747
+ }
4748
+ ],
4749
+ "exports": [
4750
+ {
4751
+ "kind": "js",
4752
+ "name": "QtiGraphicOrderInteraction",
4753
+ "declaration": {
4754
+ "name": "QtiGraphicOrderInteraction",
4755
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
4756
+ }
4757
+ },
4758
+ {
4759
+ "kind": "custom-element-definition",
4760
+ "name": "qti-graphic-order-interaction",
4761
+ "declaration": {
4762
+ "name": "QtiGraphicOrderInteraction",
4763
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
4764
+ }
4765
+ }
4766
+ ]
4767
+ },
4768
+ {
4769
+ "kind": "javascript-module",
4770
+ "path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.mdx",
4771
+ "declarations": [],
4772
+ "exports": []
4773
+ },
4355
4774
  {
4356
4775
  "kind": "javascript-module",
4357
4776
  "path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
@@ -4476,6 +4895,12 @@
4476
4895
  }
4477
4896
  ]
4478
4897
  },
4898
+ {
4899
+ "kind": "javascript-module",
4900
+ "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.mdx",
4901
+ "declarations": [],
4902
+ "exports": []
4903
+ },
4479
4904
  {
4480
4905
  "kind": "javascript-module",
4481
4906
  "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
@@ -4600,6 +5025,12 @@
4600
5025
  }
4601
5026
  ]
4602
5027
  },
5028
+ {
5029
+ "kind": "javascript-module",
5030
+ "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.mdx",
5031
+ "declarations": [],
5032
+ "exports": []
5033
+ },
4603
5034
  {
4604
5035
  "kind": "javascript-module",
4605
5036
  "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
@@ -4706,6 +5137,12 @@
4706
5137
  }
4707
5138
  ]
4708
5139
  },
5140
+ {
5141
+ "kind": "javascript-module",
5142
+ "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.mdx",
5143
+ "declarations": [],
5144
+ "exports": []
5145
+ },
4709
5146
  {
4710
5147
  "kind": "javascript-module",
4711
5148
  "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
@@ -4832,6 +5269,12 @@
4832
5269
  }
4833
5270
  ]
4834
5271
  },
5272
+ {
5273
+ "kind": "javascript-module",
5274
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.mdx",
5275
+ "declarations": [],
5276
+ "exports": []
5277
+ },
4835
5278
  {
4836
5279
  "kind": "javascript-module",
4837
5280
  "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
@@ -4941,6 +5384,12 @@
4941
5384
  "declarations": [],
4942
5385
  "exports": []
4943
5386
  },
5387
+ {
5388
+ "kind": "javascript-module",
5389
+ "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.mdx",
5390
+ "declarations": [],
5391
+ "exports": []
5392
+ },
4944
5393
  {
4945
5394
  "kind": "javascript-module",
4946
5395
  "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
@@ -5075,6 +5524,12 @@
5075
5524
  }
5076
5525
  ]
5077
5526
  },
5527
+ {
5528
+ "kind": "javascript-module",
5529
+ "path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.mdx",
5530
+ "declarations": [],
5531
+ "exports": []
5532
+ },
5078
5533
  {
5079
5534
  "kind": "javascript-module",
5080
5535
  "path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
@@ -5141,6 +5596,12 @@
5141
5596
  }
5142
5597
  ]
5143
5598
  },
5599
+ {
5600
+ "kind": "javascript-module",
5601
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.mdx",
5602
+ "declarations": [],
5603
+ "exports": []
5604
+ },
5144
5605
  {
5145
5606
  "kind": "javascript-module",
5146
5607
  "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts",
@@ -5213,6 +5674,12 @@
5213
5674
  }
5214
5675
  ]
5215
5676
  },
5677
+ {
5678
+ "kind": "javascript-module",
5679
+ "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.mdx",
5680
+ "declarations": [],
5681
+ "exports": []
5682
+ },
5216
5683
  {
5217
5684
  "kind": "javascript-module",
5218
5685
  "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
@@ -5327,6 +5794,12 @@
5327
5794
  }
5328
5795
  ]
5329
5796
  },
5797
+ {
5798
+ "kind": "javascript-module",
5799
+ "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.mdx",
5800
+ "declarations": [],
5801
+ "exports": []
5802
+ },
5330
5803
  {
5331
5804
  "kind": "javascript-module",
5332
5805
  "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
@@ -5653,52 +6126,7 @@
5653
6126
  },
5654
6127
  {
5655
6128
  "kind": "javascript-module",
5656
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
5657
- "declarations": [
5658
- {
5659
- "kind": "class",
5660
- "description": "",
5661
- "name": "QtiResponseElse",
5662
- "members": [],
5663
- "attributes": [
5664
- {
5665
- "name": "debugCalculateResult",
5666
- "type": {
5667
- "text": "object"
5668
- },
5669
- "fieldName": "debugCalculateResult"
5670
- }
5671
- ],
5672
- "superclass": {
5673
- "name": "LitElement",
5674
- "package": "lit"
5675
- },
5676
- "tagName": "qti-response-else",
5677
- "customElement": true
5678
- }
5679
- ],
5680
- "exports": [
5681
- {
5682
- "kind": "js",
5683
- "name": "QtiResponseElse",
5684
- "declaration": {
5685
- "name": "QtiResponseElse",
5686
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
5687
- }
5688
- },
5689
- {
5690
- "kind": "custom-element-definition",
5691
- "name": "qti-response-else",
5692
- "declaration": {
5693
- "name": "QtiResponseElse",
5694
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
5695
- }
5696
- }
5697
- ]
5698
- },
5699
- {
5700
- "kind": "javascript-module",
5701
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
6129
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/index.ts",
5702
6130
  "declarations": [],
5703
6131
  "exports": [
5704
6132
  {
@@ -5802,7 +6230,7 @@
5802
6230
  "name": "*",
5803
6231
  "declaration": {
5804
6232
  "name": "*",
5805
- "package": "./qti-mapresponse/qti-mapresponse"
6233
+ "package": "./qti-map-response/qti-map-response"
5806
6234
  }
5807
6235
  },
5808
6236
  {
@@ -5913,7 +6341,7 @@
5913
6341
  },
5914
6342
  {
5915
6343
  "kind": "javascript-module",
5916
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
6344
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression.ts",
5917
6345
  "declarations": [
5918
6346
  {
5919
6347
  "kind": "class",
@@ -5922,7 +6350,7 @@
5922
6350
  "members": [],
5923
6351
  "superclass": {
5924
6352
  "name": "QtiExpression",
5925
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6353
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
5926
6354
  }
5927
6355
  }
5928
6356
  ],
@@ -5932,14 +6360,14 @@
5932
6360
  "name": "QtiConditionExpression",
5933
6361
  "declaration": {
5934
6362
  "name": "QtiConditionExpression",
5935
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
6363
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression.ts"
5936
6364
  }
5937
6365
  }
5938
6366
  ]
5939
6367
  },
5940
6368
  {
5941
6369
  "kind": "javascript-module",
5942
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
6370
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-expression.ts",
5943
6371
  "declarations": [
5944
6372
  {
5945
6373
  "kind": "class",
@@ -5959,77 +6387,100 @@
5959
6387
  "name": "QtiExpression",
5960
6388
  "declaration": {
5961
6389
  "name": "QtiExpression",
5962
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
6390
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-expression.ts"
5963
6391
  }
5964
6392
  }
5965
6393
  ]
5966
6394
  },
5967
6395
  {
5968
6396
  "kind": "javascript-module",
5969
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
6397
+ "path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
5970
6398
  "declarations": [
5971
6399
  {
5972
6400
  "kind": "class",
5973
6401
  "description": "",
5974
- "name": "QtiResponseProcessing",
6402
+ "name": "QtiResponseElse",
5975
6403
  "members": [],
5976
6404
  "attributes": [
5977
6405
  {
5978
- "name": "identifier"
6406
+ "name": "debugCalculateResult",
6407
+ "type": {
6408
+ "text": "object"
6409
+ },
6410
+ "fieldName": "debugCalculateResult"
5979
6411
  }
5980
6412
  ],
5981
6413
  "superclass": {
5982
6414
  "name": "LitElement",
5983
6415
  "package": "lit"
5984
6416
  },
5985
- "tagName": "qti-response-processing",
6417
+ "tagName": "qti-response-else",
5986
6418
  "customElement": true
5987
6419
  }
5988
6420
  ],
5989
6421
  "exports": [
5990
6422
  {
5991
6423
  "kind": "js",
5992
- "name": "default",
6424
+ "name": "QtiResponseElse",
5993
6425
  "declaration": {
5994
- "name": "QtiResponseProcessing",
5995
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
6426
+ "name": "QtiResponseElse",
6427
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
5996
6428
  }
5997
6429
  },
5998
6430
  {
5999
6431
  "kind": "custom-element-definition",
6000
- "name": "qti-response-processing",
6432
+ "name": "qti-response-else",
6001
6433
  "declaration": {
6002
- "name": "QtiResponseProcessing",
6003
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
6434
+ "name": "QtiResponseElse",
6435
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
6004
6436
  }
6005
6437
  }
6006
6438
  ]
6007
6439
  },
6008
6440
  {
6009
6441
  "kind": "javascript-module",
6010
- "path": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts",
6442
+ "path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-responseprocessing.ts",
6011
6443
  "declarations": [
6012
6444
  {
6013
6445
  "kind": "class",
6014
6446
  "description": "",
6015
- "name": "ScoringHelper",
6016
- "members": []
6447
+ "name": "QtiResponseProcessing",
6448
+ "members": [],
6449
+ "attributes": [
6450
+ {
6451
+ "name": "identifier"
6452
+ }
6453
+ ],
6454
+ "superclass": {
6455
+ "name": "LitElement",
6456
+ "package": "lit"
6457
+ },
6458
+ "tagName": "qti-response-processing",
6459
+ "customElement": true
6017
6460
  }
6018
6461
  ],
6019
6462
  "exports": [
6020
6463
  {
6021
6464
  "kind": "js",
6022
- "name": "ScoringHelper",
6465
+ "name": "default",
6023
6466
  "declaration": {
6024
- "name": "ScoringHelper",
6025
- "module": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts"
6467
+ "name": "QtiResponseProcessing",
6468
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-responseprocessing.ts"
6469
+ }
6470
+ },
6471
+ {
6472
+ "kind": "custom-element-definition",
6473
+ "name": "qti-response-processing",
6474
+ "declaration": {
6475
+ "name": "QtiResponseProcessing",
6476
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-responseprocessing.ts"
6026
6477
  }
6027
6478
  }
6028
6479
  ]
6029
6480
  },
6030
6481
  {
6031
6482
  "kind": "javascript-module",
6032
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
6483
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-rule.ts",
6033
6484
  "declarations": [
6034
6485
  {
6035
6486
  "kind": "class",
@@ -6050,7 +6501,7 @@
6050
6501
  "name": "QtiRule",
6051
6502
  "declaration": {
6052
6503
  "name": "QtiRule",
6053
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
6504
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-rule.ts"
6054
6505
  }
6055
6506
  },
6056
6507
  {
@@ -6058,74 +6509,29 @@
6058
6509
  "name": "qti-rule",
6059
6510
  "declaration": {
6060
6511
  "name": "QtiRule",
6061
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
6512
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-rule.ts"
6062
6513
  }
6063
6514
  }
6064
6515
  ]
6065
6516
  },
6066
6517
  {
6067
6518
  "kind": "javascript-module",
6068
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
6519
+ "path": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts",
6069
6520
  "declarations": [
6070
6521
  {
6071
6522
  "kind": "class",
6072
6523
  "description": "",
6073
- "name": "QtiOutcomeDeclaration",
6074
- "members": [],
6075
- "events": [
6076
- {
6077
- "name": "qti-register-variable",
6078
- "type": {
6079
- "text": "CustomEvent"
6080
- }
6081
- }
6082
- ],
6083
- "attributes": [
6084
- {
6085
- "name": "base-type",
6086
- "type": {
6087
- "text": "BaseType"
6088
- },
6089
- "fieldName": "baseType"
6090
- },
6091
- {
6092
- "name": "identifier",
6093
- "type": {
6094
- "text": "string"
6095
- },
6096
- "fieldName": "identifier"
6097
- },
6098
- {
6099
- "name": "cardinality",
6100
- "type": {
6101
- "text": "Cardinality"
6102
- },
6103
- "fieldName": "cardinality"
6104
- }
6105
- ],
6106
- "superclass": {
6107
- "name": "QtiVariableDeclaration",
6108
- "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
6109
- },
6110
- "tagName": "qti-outcome-declaration",
6111
- "customElement": true
6524
+ "name": "ScoringHelper",
6525
+ "members": []
6112
6526
  }
6113
6527
  ],
6114
6528
  "exports": [
6115
6529
  {
6116
6530
  "kind": "js",
6117
- "name": "QtiOutcomeDeclaration",
6118
- "declaration": {
6119
- "name": "QtiOutcomeDeclaration",
6120
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
6121
- }
6122
- },
6123
- {
6124
- "kind": "custom-element-definition",
6125
- "name": "qti-outcome-declaration",
6531
+ "name": "ScoringHelper",
6126
6532
  "declaration": {
6127
- "name": "QtiOutcomeDeclaration",
6128
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
6533
+ "name": "ScoringHelper",
6534
+ "module": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts"
6129
6535
  }
6130
6536
  }
6131
6537
  ]
@@ -6267,7 +6673,74 @@
6267
6673
  },
6268
6674
  {
6269
6675
  "kind": "javascript-module",
6270
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
6676
+ "path": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcomedeclaration.ts",
6677
+ "declarations": [
6678
+ {
6679
+ "kind": "class",
6680
+ "description": "",
6681
+ "name": "QtiOutcomeDeclaration",
6682
+ "members": [],
6683
+ "events": [
6684
+ {
6685
+ "name": "qti-register-variable",
6686
+ "type": {
6687
+ "text": "CustomEvent"
6688
+ }
6689
+ }
6690
+ ],
6691
+ "attributes": [
6692
+ {
6693
+ "name": "base-type",
6694
+ "type": {
6695
+ "text": "BaseType"
6696
+ },
6697
+ "fieldName": "baseType"
6698
+ },
6699
+ {
6700
+ "name": "identifier",
6701
+ "type": {
6702
+ "text": "string"
6703
+ },
6704
+ "fieldName": "identifier"
6705
+ },
6706
+ {
6707
+ "name": "cardinality",
6708
+ "type": {
6709
+ "text": "Cardinality"
6710
+ },
6711
+ "fieldName": "cardinality"
6712
+ }
6713
+ ],
6714
+ "superclass": {
6715
+ "name": "QtiVariableDeclaration",
6716
+ "module": "/src/lib/qti-components/qti-variable-declaration/qti-variable-declaration"
6717
+ },
6718
+ "tagName": "qti-outcome-declaration",
6719
+ "customElement": true
6720
+ }
6721
+ ],
6722
+ "exports": [
6723
+ {
6724
+ "kind": "js",
6725
+ "name": "QtiOutcomeDeclaration",
6726
+ "declaration": {
6727
+ "name": "QtiOutcomeDeclaration",
6728
+ "module": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcomedeclaration.ts"
6729
+ }
6730
+ },
6731
+ {
6732
+ "kind": "custom-element-definition",
6733
+ "name": "qti-outcome-declaration",
6734
+ "declaration": {
6735
+ "name": "QtiOutcomeDeclaration",
6736
+ "module": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcomedeclaration.ts"
6737
+ }
6738
+ }
6739
+ ]
6740
+ },
6741
+ {
6742
+ "kind": "javascript-module",
6743
+ "path": "src/lib/qti-components/qti-variable-declaration/qti-response-declaration/qti-response-declaration.ts",
6271
6744
  "declarations": [
6272
6745
  {
6273
6746
  "kind": "class",
@@ -6307,7 +6780,7 @@
6307
6780
  ],
6308
6781
  "superclass": {
6309
6782
  "name": "QtiVariableDeclaration",
6310
- "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
6783
+ "module": "/src/lib/qti-components/qti-variable-declaration/qti-variable-declaration"
6311
6784
  },
6312
6785
  "tagName": "qti-response-declaration",
6313
6786
  "customElement": true
@@ -6319,7 +6792,7 @@
6319
6792
  "name": "QtiResponseDeclaration",
6320
6793
  "declaration": {
6321
6794
  "name": "QtiResponseDeclaration",
6322
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
6795
+ "module": "src/lib/qti-components/qti-variable-declaration/qti-response-declaration/qti-response-declaration.ts"
6323
6796
  }
6324
6797
  },
6325
6798
  {
@@ -6327,7 +6800,7 @@
6327
6800
  "name": "qti-response-declaration",
6328
6801
  "declaration": {
6329
6802
  "name": "QtiResponseDeclaration",
6330
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
6803
+ "module": "src/lib/qti-components/qti-variable-declaration/qti-response-declaration/qti-response-declaration.ts"
6331
6804
  }
6332
6805
  }
6333
6806
  ]
@@ -6916,90 +7389,41 @@
6916
7389
  "type": {
6917
7390
  "text": "boolean"
6918
7391
  },
6919
- "default": "false",
6920
- "description": "disabled should be exposed to the attributes and accessible as property",
6921
- "fieldName": "disabled"
6922
- },
6923
- {
6924
- "name": "readonly",
6925
- "type": {
6926
- "text": "boolean"
6927
- },
6928
- "default": "false",
6929
- "description": "readonly should be exposed to the attributes and accessible as property",
6930
- "fieldName": "readonly"
6931
- }
6932
- ],
6933
- "superclass": {
6934
- "name": "LitElement",
6935
- "package": "lit"
6936
- },
6937
- "customElement": true
6938
- }
6939
- ],
6940
- "exports": [
6941
- {
6942
- "kind": "js",
6943
- "name": "Interaction",
6944
- "declaration": {
6945
- "name": "Interaction",
6946
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6947
- }
6948
- }
6949
- ]
6950
- },
6951
- {
6952
- "kind": "javascript-module",
6953
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6954
- "declarations": [
6955
- {
6956
- "kind": "class",
6957
- "description": "",
6958
- "name": "QtiResponseIf",
6959
- "members": [],
6960
- "superclass": {
6961
- "name": "QtiResponseElse",
6962
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6963
- },
6964
- "tagName": "qti-response-if",
6965
- "customElement": true,
6966
- "attributes": [
7392
+ "default": "false",
7393
+ "description": "disabled should be exposed to the attributes and accessible as property",
7394
+ "fieldName": "disabled"
7395
+ },
6967
7396
  {
6968
- "name": "debugCalculateResult",
7397
+ "name": "readonly",
6969
7398
  "type": {
6970
- "text": "object"
7399
+ "text": "boolean"
6971
7400
  },
6972
- "fieldName": "debugCalculateResult",
6973
- "inheritedFrom": {
6974
- "name": "QtiResponseElse",
6975
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
6976
- }
7401
+ "default": "false",
7402
+ "description": "readonly should be exposed to the attributes and accessible as property",
7403
+ "fieldName": "readonly"
6977
7404
  }
6978
- ]
7405
+ ],
7406
+ "superclass": {
7407
+ "name": "LitElement",
7408
+ "package": "lit"
7409
+ },
7410
+ "customElement": true
6979
7411
  }
6980
7412
  ],
6981
7413
  "exports": [
6982
7414
  {
6983
7415
  "kind": "js",
6984
- "name": "QtiResponseIf",
6985
- "declaration": {
6986
- "name": "QtiResponseIf",
6987
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6988
- }
6989
- },
6990
- {
6991
- "kind": "custom-element-definition",
6992
- "name": "qti-response-if",
7416
+ "name": "Interaction",
6993
7417
  "declaration": {
6994
- "name": "QtiResponseIf",
6995
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
7418
+ "name": "Interaction",
7419
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6996
7420
  }
6997
7421
  }
6998
7422
  ]
6999
7423
  },
7000
7424
  {
7001
7425
  "kind": "javascript-module",
7002
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
7426
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts",
7003
7427
  "declarations": [
7004
7428
  {
7005
7429
  "kind": "class",
@@ -7008,7 +7432,7 @@
7008
7432
  "members": [],
7009
7433
  "superclass": {
7010
7434
  "name": "QtiConditionExpression",
7011
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7435
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
7012
7436
  },
7013
7437
  "tagName": "qti-and",
7014
7438
  "customElement": true
@@ -7020,7 +7444,7 @@
7020
7444
  "name": "QtiAnd",
7021
7445
  "declaration": {
7022
7446
  "name": "QtiAnd",
7023
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
7447
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
7024
7448
  }
7025
7449
  },
7026
7450
  {
@@ -7028,14 +7452,14 @@
7028
7452
  "name": "qti-and",
7029
7453
  "declaration": {
7030
7454
  "name": "QtiAnd",
7031
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
7455
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
7032
7456
  }
7033
7457
  }
7034
7458
  ]
7035
7459
  },
7036
7460
  {
7037
7461
  "kind": "javascript-module",
7038
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts",
7462
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-basevalue/qti-basevalue.ts",
7039
7463
  "declarations": [
7040
7464
  {
7041
7465
  "kind": "class",
@@ -7054,7 +7478,7 @@
7054
7478
  ],
7055
7479
  "superclass": {
7056
7480
  "name": "QtiExpression",
7057
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7481
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7058
7482
  },
7059
7483
  "tagName": "qti-base-value",
7060
7484
  "customElement": true
@@ -7066,7 +7490,7 @@
7066
7490
  "name": "QtiBaseValue",
7067
7491
  "declaration": {
7068
7492
  "name": "QtiBaseValue",
7069
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
7493
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-basevalue/qti-basevalue.ts"
7070
7494
  }
7071
7495
  },
7072
7496
  {
@@ -7074,14 +7498,14 @@
7074
7498
  "name": "qti-base-value",
7075
7499
  "declaration": {
7076
7500
  "name": "QtiBaseValue",
7077
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
7501
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-basevalue/qti-basevalue.ts"
7078
7502
  }
7079
7503
  }
7080
7504
  ]
7081
7505
  },
7082
7506
  {
7083
7507
  "kind": "javascript-module",
7084
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts",
7508
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-contains/qti-contains.ts",
7085
7509
  "declarations": [
7086
7510
  {
7087
7511
  "kind": "class",
@@ -7090,7 +7514,7 @@
7090
7514
  "members": [],
7091
7515
  "superclass": {
7092
7516
  "name": "QtiConditionExpression",
7093
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7517
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
7094
7518
  },
7095
7519
  "tagName": "qti-contains",
7096
7520
  "customElement": true
@@ -7102,7 +7526,7 @@
7102
7526
  "name": "QtiContains",
7103
7527
  "declaration": {
7104
7528
  "name": "QtiContains",
7105
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts"
7529
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-contains/qti-contains.ts"
7106
7530
  }
7107
7531
  },
7108
7532
  {
@@ -7110,14 +7534,14 @@
7110
7534
  "name": "qti-contains",
7111
7535
  "declaration": {
7112
7536
  "name": "QtiContains",
7113
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts"
7537
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-contains/qti-contains.ts"
7114
7538
  }
7115
7539
  }
7116
7540
  ]
7117
7541
  },
7118
7542
  {
7119
7543
  "kind": "javascript-module",
7120
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
7544
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts",
7121
7545
  "declarations": [
7122
7546
  {
7123
7547
  "kind": "class",
@@ -7126,7 +7550,7 @@
7126
7550
  "members": [],
7127
7551
  "superclass": {
7128
7552
  "name": "QtiExpression",
7129
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7553
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7130
7554
  },
7131
7555
  "tagName": "qti-correct",
7132
7556
  "customElement": true
@@ -7138,7 +7562,7 @@
7138
7562
  "name": "QtiCorrect",
7139
7563
  "declaration": {
7140
7564
  "name": "QtiCorrect",
7141
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7565
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
7142
7566
  }
7143
7567
  },
7144
7568
  {
@@ -7146,14 +7570,14 @@
7146
7570
  "name": "qti-correct",
7147
7571
  "declaration": {
7148
7572
  "name": "QtiCorrect",
7149
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7573
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
7150
7574
  }
7151
7575
  }
7152
7576
  ]
7153
7577
  },
7154
7578
  {
7155
7579
  "kind": "javascript-module",
7156
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
7580
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts",
7157
7581
  "declarations": [
7158
7582
  {
7159
7583
  "kind": "class",
@@ -7172,7 +7596,7 @@
7172
7596
  ],
7173
7597
  "superclass": {
7174
7598
  "name": "QtiExpression",
7175
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7599
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7176
7600
  },
7177
7601
  "tagName": "qti-equal",
7178
7602
  "customElement": true
@@ -7184,7 +7608,7 @@
7184
7608
  "name": "QtiEqual",
7185
7609
  "declaration": {
7186
7610
  "name": "QtiEqual",
7187
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
7611
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
7188
7612
  }
7189
7613
  },
7190
7614
  {
@@ -7192,14 +7616,14 @@
7192
7616
  "name": "qti-equal",
7193
7617
  "declaration": {
7194
7618
  "name": "QtiEqual",
7195
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
7619
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
7196
7620
  }
7197
7621
  }
7198
7622
  ]
7199
7623
  },
7200
7624
  {
7201
7625
  "kind": "javascript-module",
7202
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
7626
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
7203
7627
  "declarations": [
7204
7628
  {
7205
7629
  "kind": "class",
@@ -7218,7 +7642,7 @@
7218
7642
  ],
7219
7643
  "superclass": {
7220
7644
  "name": "QtiExpression",
7221
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7645
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7222
7646
  },
7223
7647
  "tagName": "qti-equal-rounded",
7224
7648
  "customElement": true
@@ -7230,7 +7654,7 @@
7230
7654
  "name": "QtiEqualRounded",
7231
7655
  "declaration": {
7232
7656
  "name": "QtiEqualRounded",
7233
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
7657
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
7234
7658
  }
7235
7659
  },
7236
7660
  {
@@ -7238,14 +7662,14 @@
7238
7662
  "name": "qti-equal-rounded",
7239
7663
  "declaration": {
7240
7664
  "name": "QtiEqualRounded",
7241
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
7665
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
7242
7666
  }
7243
7667
  }
7244
7668
  ]
7245
7669
  },
7246
7670
  {
7247
7671
  "kind": "javascript-module",
7248
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
7672
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gt/qti-gt.ts",
7249
7673
  "declarations": [
7250
7674
  {
7251
7675
  "kind": "class",
@@ -7254,7 +7678,7 @@
7254
7678
  "members": [],
7255
7679
  "superclass": {
7256
7680
  "name": "QtiExpression",
7257
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7681
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7258
7682
  },
7259
7683
  "tagName": "qti-gt",
7260
7684
  "customElement": true
@@ -7266,7 +7690,7 @@
7266
7690
  "name": "QtiGt",
7267
7691
  "declaration": {
7268
7692
  "name": "QtiGt",
7269
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7693
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gt/qti-gt.ts"
7270
7694
  }
7271
7695
  },
7272
7696
  {
@@ -7274,86 +7698,86 @@
7274
7698
  "name": "qti-gt",
7275
7699
  "declaration": {
7276
7700
  "name": "QtiGt",
7277
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7701
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gt/qti-gt.ts"
7278
7702
  }
7279
7703
  }
7280
7704
  ]
7281
7705
  },
7282
7706
  {
7283
7707
  "kind": "javascript-module",
7284
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts",
7708
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gte/qti-gte.ts",
7285
7709
  "declarations": [
7286
7710
  {
7287
7711
  "kind": "class",
7288
7712
  "description": "",
7289
- "name": "QtiIsNull",
7713
+ "name": "QtiGte",
7290
7714
  "members": [],
7291
7715
  "superclass": {
7292
- "name": "QtiExpression",
7293
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7716
+ "name": "QtiConditionExpression",
7717
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
7294
7718
  },
7295
- "tagName": "qti-is-null",
7719
+ "tagName": "qti-gte",
7296
7720
  "customElement": true
7297
7721
  }
7298
7722
  ],
7299
7723
  "exports": [
7300
7724
  {
7301
7725
  "kind": "js",
7302
- "name": "QtiIsNull",
7726
+ "name": "QtiGte",
7303
7727
  "declaration": {
7304
- "name": "QtiIsNull",
7305
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
7728
+ "name": "QtiGte",
7729
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gte/qti-gte.ts"
7306
7730
  }
7307
7731
  },
7308
7732
  {
7309
7733
  "kind": "custom-element-definition",
7310
- "name": "qti-is-null",
7734
+ "name": "qti-gte",
7311
7735
  "declaration": {
7312
- "name": "QtiIsNull",
7313
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
7736
+ "name": "QtiGte",
7737
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gte/qti-gte.ts"
7314
7738
  }
7315
7739
  }
7316
7740
  ]
7317
7741
  },
7318
7742
  {
7319
7743
  "kind": "javascript-module",
7320
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
7744
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts",
7321
7745
  "declarations": [
7322
7746
  {
7323
7747
  "kind": "class",
7324
7748
  "description": "",
7325
- "name": "QtiGte",
7749
+ "name": "QtiIsNull",
7326
7750
  "members": [],
7327
7751
  "superclass": {
7328
- "name": "QtiConditionExpression",
7329
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7752
+ "name": "QtiExpression",
7753
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7330
7754
  },
7331
- "tagName": "qti-gte",
7755
+ "tagName": "qti-is-null",
7332
7756
  "customElement": true
7333
7757
  }
7334
7758
  ],
7335
7759
  "exports": [
7336
7760
  {
7337
7761
  "kind": "js",
7338
- "name": "QtiGte",
7762
+ "name": "QtiIsNull",
7339
7763
  "declaration": {
7340
- "name": "QtiGte",
7341
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
7764
+ "name": "QtiIsNull",
7765
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
7342
7766
  }
7343
7767
  },
7344
7768
  {
7345
7769
  "kind": "custom-element-definition",
7346
- "name": "qti-gte",
7770
+ "name": "qti-is-null",
7347
7771
  "declaration": {
7348
- "name": "QtiGte",
7349
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
7772
+ "name": "QtiIsNull",
7773
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
7350
7774
  }
7351
7775
  }
7352
7776
  ]
7353
7777
  },
7354
7778
  {
7355
7779
  "kind": "javascript-module",
7356
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts",
7780
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts",
7357
7781
  "declarations": [
7358
7782
  {
7359
7783
  "kind": "class",
@@ -7362,7 +7786,7 @@
7362
7786
  "members": [],
7363
7787
  "superclass": {
7364
7788
  "name": "QtiExpression",
7365
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7789
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7366
7790
  },
7367
7791
  "tagName": "qti-lt",
7368
7792
  "customElement": true
@@ -7374,7 +7798,7 @@
7374
7798
  "name": "QtiLt",
7375
7799
  "declaration": {
7376
7800
  "name": "QtiLt",
7377
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
7801
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
7378
7802
  }
7379
7803
  },
7380
7804
  {
@@ -7382,155 +7806,155 @@
7382
7806
  "name": "qti-lt",
7383
7807
  "declaration": {
7384
7808
  "name": "QtiLt",
7385
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
7809
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
7386
7810
  }
7387
7811
  }
7388
7812
  ]
7389
7813
  },
7390
7814
  {
7391
7815
  "kind": "javascript-module",
7392
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts",
7816
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
7393
7817
  "declarations": [
7394
7818
  {
7395
7819
  "kind": "class",
7396
7820
  "description": "",
7397
- "name": "QtiMapping",
7821
+ "name": "QtiLte",
7398
7822
  "members": [],
7399
- "attributes": [
7400
- {
7401
- "name": "default-value",
7402
- "type": {
7403
- "text": "number"
7404
- },
7405
- "default": "0",
7406
- "fieldName": "defaultValue"
7407
- },
7408
- {
7409
- "name": "lower-bound",
7410
- "type": {
7411
- "text": "number"
7412
- },
7413
- "fieldName": "lowerBound"
7414
- },
7415
- {
7416
- "name": "upper-bound",
7417
- "type": {
7418
- "text": "number"
7419
- },
7420
- "fieldName": "upperBound"
7421
- }
7422
- ],
7423
7823
  "superclass": {
7424
- "name": "LitElement",
7425
- "package": "lit"
7824
+ "name": "QtiConditionExpression",
7825
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
7426
7826
  },
7427
- "tagName": "qti-mapping",
7827
+ "tagName": "qti-lte",
7428
7828
  "customElement": true
7429
7829
  }
7430
7830
  ],
7431
7831
  "exports": [
7432
7832
  {
7433
7833
  "kind": "js",
7434
- "name": "QtiMapping",
7834
+ "name": "QtiLte",
7435
7835
  "declaration": {
7436
- "name": "QtiMapping",
7437
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts"
7836
+ "name": "QtiLte",
7837
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
7438
7838
  }
7439
7839
  },
7440
7840
  {
7441
7841
  "kind": "custom-element-definition",
7442
- "name": "qti-mapping",
7842
+ "name": "qti-lte",
7443
7843
  "declaration": {
7444
- "name": "QtiMapping",
7445
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts"
7844
+ "name": "QtiLte",
7845
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
7446
7846
  }
7447
7847
  }
7448
7848
  ]
7449
7849
  },
7450
7850
  {
7451
7851
  "kind": "javascript-module",
7452
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
7852
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts",
7453
7853
  "declarations": [
7454
7854
  {
7455
7855
  "kind": "class",
7456
7856
  "description": "",
7457
- "name": "QtiLte",
7857
+ "name": "QtiMapResponse",
7458
7858
  "members": [],
7859
+ "attributes": [
7860
+ {
7861
+ "name": "identifier",
7862
+ "type": {
7863
+ "text": "string"
7864
+ },
7865
+ "fieldName": "identifier"
7866
+ }
7867
+ ],
7459
7868
  "superclass": {
7460
- "name": "QtiConditionExpression",
7461
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7869
+ "name": "QtiExpression",
7870
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7462
7871
  },
7463
- "tagName": "qti-lte",
7872
+ "tagName": "qti-map-response",
7464
7873
  "customElement": true
7465
7874
  }
7466
7875
  ],
7467
7876
  "exports": [
7468
7877
  {
7469
7878
  "kind": "js",
7470
- "name": "QtiLte",
7879
+ "name": "QtiMapResponse",
7471
7880
  "declaration": {
7472
- "name": "QtiLte",
7473
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7881
+ "name": "QtiMapResponse",
7882
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
7474
7883
  }
7475
7884
  },
7476
7885
  {
7477
7886
  "kind": "custom-element-definition",
7478
- "name": "qti-lte",
7887
+ "name": "qti-map-response",
7479
7888
  "declaration": {
7480
- "name": "QtiLte",
7481
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7889
+ "name": "QtiMapResponse",
7890
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
7482
7891
  }
7483
7892
  }
7484
7893
  ]
7485
7894
  },
7486
7895
  {
7487
7896
  "kind": "javascript-module",
7488
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
7897
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts",
7489
7898
  "declarations": [
7490
7899
  {
7491
7900
  "kind": "class",
7492
7901
  "description": "",
7493
- "name": "QtiMapResponse",
7902
+ "name": "QtiMapping",
7494
7903
  "members": [],
7495
7904
  "attributes": [
7496
7905
  {
7497
- "name": "identifier",
7906
+ "name": "default-value",
7498
7907
  "type": {
7499
- "text": "string"
7908
+ "text": "number"
7500
7909
  },
7501
- "fieldName": "identifier"
7910
+ "default": "0",
7911
+ "fieldName": "defaultValue"
7912
+ },
7913
+ {
7914
+ "name": "lower-bound",
7915
+ "type": {
7916
+ "text": "number"
7917
+ },
7918
+ "fieldName": "lowerBound"
7919
+ },
7920
+ {
7921
+ "name": "upper-bound",
7922
+ "type": {
7923
+ "text": "number"
7924
+ },
7925
+ "fieldName": "upperBound"
7502
7926
  }
7503
7927
  ],
7504
7928
  "superclass": {
7505
- "name": "QtiExpression",
7506
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7929
+ "name": "LitElement",
7930
+ "package": "lit"
7507
7931
  },
7508
- "tagName": "qti-map-response",
7932
+ "tagName": "qti-mapping",
7509
7933
  "customElement": true
7510
7934
  }
7511
7935
  ],
7512
7936
  "exports": [
7513
7937
  {
7514
7938
  "kind": "js",
7515
- "name": "QtiMapResponse",
7939
+ "name": "QtiMapping",
7516
7940
  "declaration": {
7517
- "name": "QtiMapResponse",
7518
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
7941
+ "name": "QtiMapping",
7942
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts"
7519
7943
  }
7520
7944
  },
7521
7945
  {
7522
7946
  "kind": "custom-element-definition",
7523
- "name": "qti-map-response",
7947
+ "name": "qti-mapping",
7524
7948
  "declaration": {
7525
- "name": "QtiMapResponse",
7526
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
7949
+ "name": "QtiMapping",
7950
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts"
7527
7951
  }
7528
7952
  }
7529
7953
  ]
7530
7954
  },
7531
7955
  {
7532
7956
  "kind": "javascript-module",
7533
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
7957
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts",
7534
7958
  "declarations": [
7535
7959
  {
7536
7960
  "kind": "class",
@@ -7539,7 +7963,7 @@
7539
7963
  "members": [],
7540
7964
  "superclass": {
7541
7965
  "name": "QtiExpression",
7542
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7966
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7543
7967
  },
7544
7968
  "tagName": "qti-match",
7545
7969
  "customElement": true
@@ -7551,7 +7975,7 @@
7551
7975
  "name": "QtiMatch",
7552
7976
  "declaration": {
7553
7977
  "name": "QtiMatch",
7554
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
7978
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
7555
7979
  }
7556
7980
  },
7557
7981
  {
@@ -7559,158 +7983,158 @@
7559
7983
  "name": "qti-match",
7560
7984
  "declaration": {
7561
7985
  "name": "QtiMatch",
7562
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
7986
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
7563
7987
  }
7564
7988
  }
7565
7989
  ]
7566
7990
  },
7567
7991
  {
7568
7992
  "kind": "javascript-module",
7569
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
7993
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts",
7570
7994
  "declarations": [
7571
7995
  {
7572
7996
  "kind": "class",
7573
7997
  "description": "",
7574
- "name": "QtiMultiple",
7998
+ "name": "QtiMember",
7575
7999
  "members": [],
7576
8000
  "superclass": {
7577
8001
  "name": "QtiExpression",
7578
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
8002
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7579
8003
  },
7580
- "tagName": "qti-multiple",
8004
+ "tagName": "qti-member",
7581
8005
  "customElement": true
7582
8006
  }
7583
8007
  ],
7584
8008
  "exports": [
7585
8009
  {
7586
8010
  "kind": "js",
7587
- "name": "QtiMultiple",
8011
+ "name": "QtiMember",
7588
8012
  "declaration": {
7589
- "name": "QtiMultiple",
7590
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
8013
+ "name": "QtiMember",
8014
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
7591
8015
  }
7592
8016
  },
7593
8017
  {
7594
8018
  "kind": "custom-element-definition",
7595
- "name": "qti-multiple",
8019
+ "name": "qti-member",
7596
8020
  "declaration": {
7597
- "name": "QtiMultiple",
7598
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
8021
+ "name": "QtiMember",
8022
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
7599
8023
  }
7600
8024
  }
7601
8025
  ]
7602
8026
  },
7603
8027
  {
7604
8028
  "kind": "javascript-module",
7605
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts",
8029
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts",
7606
8030
  "declarations": [
7607
8031
  {
7608
8032
  "kind": "class",
7609
8033
  "description": "",
7610
- "name": "QtiMember",
8034
+ "name": "QtiMultiple",
7611
8035
  "members": [],
7612
8036
  "superclass": {
7613
8037
  "name": "QtiExpression",
7614
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
8038
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7615
8039
  },
7616
- "tagName": "qti-member",
8040
+ "tagName": "qti-multiple",
7617
8041
  "customElement": true
7618
8042
  }
7619
8043
  ],
7620
8044
  "exports": [
7621
8045
  {
7622
8046
  "kind": "js",
7623
- "name": "QtiMember",
8047
+ "name": "QtiMultiple",
7624
8048
  "declaration": {
7625
- "name": "QtiMember",
7626
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
8049
+ "name": "QtiMultiple",
8050
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
7627
8051
  }
7628
8052
  },
7629
8053
  {
7630
8054
  "kind": "custom-element-definition",
7631
- "name": "qti-member",
8055
+ "name": "qti-multiple",
7632
8056
  "declaration": {
7633
- "name": "QtiMember",
7634
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
8057
+ "name": "QtiMultiple",
8058
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
7635
8059
  }
7636
8060
  }
7637
8061
  ]
7638
8062
  },
7639
8063
  {
7640
8064
  "kind": "javascript-module",
7641
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
8065
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-not/qti-not.ts",
7642
8066
  "declarations": [
7643
8067
  {
7644
8068
  "kind": "class",
7645
8069
  "description": "",
7646
- "name": "QtiOr",
8070
+ "name": "QtiNot",
7647
8071
  "members": [],
7648
8072
  "superclass": {
7649
- "name": "QtiConditionExpression",
7650
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
8073
+ "name": "QtiExpression",
8074
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7651
8075
  },
7652
- "tagName": "qti-or",
8076
+ "tagName": "qti-not",
7653
8077
  "customElement": true
7654
8078
  }
7655
8079
  ],
7656
8080
  "exports": [
7657
8081
  {
7658
8082
  "kind": "js",
7659
- "name": "QtiOr",
8083
+ "name": "QtiNot",
7660
8084
  "declaration": {
7661
- "name": "QtiOr",
7662
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
8085
+ "name": "QtiNot",
8086
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-not/qti-not.ts"
7663
8087
  }
7664
8088
  },
7665
8089
  {
7666
8090
  "kind": "custom-element-definition",
7667
- "name": "qti-or",
8091
+ "name": "qti-not",
7668
8092
  "declaration": {
7669
- "name": "QtiOr",
7670
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
8093
+ "name": "QtiNot",
8094
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-not/qti-not.ts"
7671
8095
  }
7672
8096
  }
7673
8097
  ]
7674
8098
  },
7675
8099
  {
7676
8100
  "kind": "javascript-module",
7677
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
8101
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts",
7678
8102
  "declarations": [
7679
8103
  {
7680
8104
  "kind": "class",
7681
8105
  "description": "",
7682
- "name": "QtiNot",
8106
+ "name": "QtiOr",
7683
8107
  "members": [],
7684
8108
  "superclass": {
7685
- "name": "QtiExpression",
7686
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
8109
+ "name": "QtiConditionExpression",
8110
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
7687
8111
  },
7688
- "tagName": "qti-not",
8112
+ "tagName": "qti-or",
7689
8113
  "customElement": true
7690
8114
  }
7691
8115
  ],
7692
8116
  "exports": [
7693
8117
  {
7694
8118
  "kind": "js",
7695
- "name": "QtiNot",
8119
+ "name": "QtiOr",
7696
8120
  "declaration": {
7697
- "name": "QtiNot",
7698
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
8121
+ "name": "QtiOr",
8122
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
7699
8123
  }
7700
8124
  },
7701
8125
  {
7702
8126
  "kind": "custom-element-definition",
7703
- "name": "qti-not",
8127
+ "name": "qti-or",
7704
8128
  "declaration": {
7705
- "name": "QtiNot",
7706
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
8129
+ "name": "QtiOr",
8130
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
7707
8131
  }
7708
8132
  }
7709
8133
  ]
7710
8134
  },
7711
8135
  {
7712
8136
  "kind": "javascript-module",
7713
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts",
8137
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-ordered/qti-ordered.ts",
7714
8138
  "declarations": [
7715
8139
  {
7716
8140
  "kind": "class",
@@ -7719,7 +8143,7 @@
7719
8143
  "members": [],
7720
8144
  "superclass": {
7721
8145
  "name": "QtiExpression",
7722
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
8146
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7723
8147
  },
7724
8148
  "tagName": "qti-ordered",
7725
8149
  "customElement": true
@@ -7731,7 +8155,7 @@
7731
8155
  "name": "QtiOrdered",
7732
8156
  "declaration": {
7733
8157
  "name": "QtiOrdered",
7734
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
8158
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-ordered/qti-ordered.ts"
7735
8159
  }
7736
8160
  },
7737
8161
  {
@@ -7739,14 +8163,14 @@
7739
8163
  "name": "qti-ordered",
7740
8164
  "declaration": {
7741
8165
  "name": "QtiOrdered",
7742
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
8166
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-ordered/qti-ordered.ts"
7743
8167
  }
7744
8168
  }
7745
8169
  ]
7746
8170
  },
7747
8171
  {
7748
8172
  "kind": "javascript-module",
7749
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-printed-variable/qti-printed-variable.ts",
8173
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts",
7750
8174
  "declarations": [
7751
8175
  {
7752
8176
  "kind": "class",
@@ -7776,7 +8200,7 @@
7776
8200
  "name": "QtPrintedVariable",
7777
8201
  "declaration": {
7778
8202
  "name": "QtPrintedVariable",
7779
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
8203
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
7780
8204
  }
7781
8205
  },
7782
8206
  {
@@ -7784,14 +8208,14 @@
7784
8208
  "name": "qti-printed-variable",
7785
8209
  "declaration": {
7786
8210
  "name": "QtPrintedVariable",
7787
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
8211
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
7788
8212
  }
7789
8213
  }
7790
8214
  ]
7791
8215
  },
7792
8216
  {
7793
8217
  "kind": "javascript-module",
7794
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts",
8218
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts",
7795
8219
  "declarations": [
7796
8220
  {
7797
8221
  "kind": "class",
@@ -7800,7 +8224,7 @@
7800
8224
  "members": [],
7801
8225
  "superclass": {
7802
8226
  "name": "QtiExpression",
7803
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
8227
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7804
8228
  },
7805
8229
  "tagName": "qti-product",
7806
8230
  "customElement": true
@@ -7812,7 +8236,7 @@
7812
8236
  "name": "QtiProduct",
7813
8237
  "declaration": {
7814
8238
  "name": "QtiProduct",
7815
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
8239
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
7816
8240
  }
7817
8241
  },
7818
8242
  {
@@ -7820,14 +8244,14 @@
7820
8244
  "name": "qti-product",
7821
8245
  "declaration": {
7822
8246
  "name": "QtiProduct",
7823
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
8247
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
7824
8248
  }
7825
8249
  }
7826
8250
  ]
7827
8251
  },
7828
8252
  {
7829
8253
  "kind": "javascript-module",
7830
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts",
8254
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-string-match/qti-string-match.ts",
7831
8255
  "declarations": [
7832
8256
  {
7833
8257
  "kind": "class",
@@ -7846,7 +8270,7 @@
7846
8270
  ],
7847
8271
  "superclass": {
7848
8272
  "name": "QtiExpression",
7849
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
8273
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7850
8274
  },
7851
8275
  "tagName": "qti-string-match",
7852
8276
  "customElement": true
@@ -7858,7 +8282,7 @@
7858
8282
  "name": "QtiStringMatch",
7859
8283
  "declaration": {
7860
8284
  "name": "QtiStringMatch",
7861
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
8285
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-string-match/qti-string-match.ts"
7862
8286
  }
7863
8287
  },
7864
8288
  {
@@ -7866,14 +8290,14 @@
7866
8290
  "name": "qti-string-match",
7867
8291
  "declaration": {
7868
8292
  "name": "QtiStringMatch",
7869
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
8293
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-string-match/qti-string-match.ts"
7870
8294
  }
7871
8295
  }
7872
8296
  ]
7873
8297
  },
7874
8298
  {
7875
8299
  "kind": "javascript-module",
7876
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts",
8300
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-sum/qti-sum.ts",
7877
8301
  "declarations": [
7878
8302
  {
7879
8303
  "kind": "class",
@@ -7882,7 +8306,7 @@
7882
8306
  "members": [],
7883
8307
  "superclass": {
7884
8308
  "name": "QtiExpression",
7885
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
8309
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7886
8310
  },
7887
8311
  "tagName": "qti-sum",
7888
8312
  "customElement": true
@@ -7894,7 +8318,7 @@
7894
8318
  "name": "QtiSum",
7895
8319
  "declaration": {
7896
8320
  "name": "QtiSum",
7897
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
8321
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-sum/qti-sum.ts"
7898
8322
  }
7899
8323
  },
7900
8324
  {
@@ -7902,14 +8326,14 @@
7902
8326
  "name": "qti-sum",
7903
8327
  "declaration": {
7904
8328
  "name": "QtiSum",
7905
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
8329
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-sum/qti-sum.ts"
7906
8330
  }
7907
8331
  }
7908
8332
  ]
7909
8333
  },
7910
8334
  {
7911
8335
  "kind": "javascript-module",
7912
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
8336
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-variable/qti-variable.ts",
7913
8337
  "declarations": [
7914
8338
  {
7915
8339
  "kind": "class",
@@ -7918,7 +8342,7 @@
7918
8342
  "members": [],
7919
8343
  "superclass": {
7920
8344
  "name": "QtiExpression",
7921
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
8345
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
7922
8346
  },
7923
8347
  "tagName": "qti-variable",
7924
8348
  "customElement": true
@@ -7930,7 +8354,7 @@
7930
8354
  "name": "QtiVariable",
7931
8355
  "declaration": {
7932
8356
  "name": "QtiVariable",
7933
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
8357
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-variable/qti-variable.ts"
7934
8358
  }
7935
8359
  },
7936
8360
  {
@@ -7938,14 +8362,63 @@
7938
8362
  "name": "qti-variable",
7939
8363
  "declaration": {
7940
8364
  "name": "QtiVariable",
7941
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
8365
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-variable/qti-variable.ts"
8366
+ }
8367
+ }
8368
+ ]
8369
+ },
8370
+ {
8371
+ "kind": "javascript-module",
8372
+ "path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts",
8373
+ "declarations": [
8374
+ {
8375
+ "kind": "class",
8376
+ "description": "",
8377
+ "name": "QtiResponseIf",
8378
+ "members": [],
8379
+ "superclass": {
8380
+ "name": "QtiResponseElse",
8381
+ "module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
8382
+ },
8383
+ "tagName": "qti-response-if",
8384
+ "customElement": true,
8385
+ "attributes": [
8386
+ {
8387
+ "name": "debugCalculateResult",
8388
+ "type": {
8389
+ "text": "object"
8390
+ },
8391
+ "fieldName": "debugCalculateResult",
8392
+ "inheritedFrom": {
8393
+ "name": "QtiResponseElse",
8394
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
8395
+ }
8396
+ }
8397
+ ]
8398
+ }
8399
+ ],
8400
+ "exports": [
8401
+ {
8402
+ "kind": "js",
8403
+ "name": "QtiResponseIf",
8404
+ "declaration": {
8405
+ "name": "QtiResponseIf",
8406
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
8407
+ }
8408
+ },
8409
+ {
8410
+ "kind": "custom-element-definition",
8411
+ "name": "qti-response-if",
8412
+ "declaration": {
8413
+ "name": "QtiResponseIf",
8414
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
7942
8415
  }
7943
8416
  }
7944
8417
  ]
7945
8418
  },
7946
8419
  {
7947
8420
  "kind": "javascript-module",
7948
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
8421
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
7949
8422
  "declarations": [
7950
8423
  {
7951
8424
  "kind": "class",
@@ -7954,7 +8427,7 @@
7954
8427
  "members": [],
7955
8428
  "superclass": {
7956
8429
  "name": "QtiRule",
7957
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
8430
+ "module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
7958
8431
  },
7959
8432
  "tagName": "qti-response-condition",
7960
8433
  "customElement": true
@@ -7966,7 +8439,7 @@
7966
8439
  "name": "QtiResponseCondition",
7967
8440
  "declaration": {
7968
8441
  "name": "QtiResponseCondition",
7969
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
8442
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7970
8443
  }
7971
8444
  },
7972
8445
  {
@@ -7974,14 +8447,14 @@
7974
8447
  "name": "qti-response-condition",
7975
8448
  "declaration": {
7976
8449
  "name": "QtiResponseCondition",
7977
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
8450
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7978
8451
  }
7979
8452
  }
7980
8453
  ]
7981
8454
  },
7982
8455
  {
7983
8456
  "kind": "javascript-module",
7984
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
8457
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
7985
8458
  "declarations": [
7986
8459
  {
7987
8460
  "kind": "class",
@@ -7998,7 +8471,7 @@
7998
8471
  ],
7999
8472
  "superclass": {
8000
8473
  "name": "QtiRule",
8001
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
8474
+ "module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
8002
8475
  },
8003
8476
  "tagName": "qti-set-outcome-value",
8004
8477
  "customElement": true
@@ -8010,7 +8483,7 @@
8010
8483
  "name": "QtiSetOutcomeValue",
8011
8484
  "declaration": {
8012
8485
  "name": "QtiSetOutcomeValue",
8013
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
8486
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
8014
8487
  }
8015
8488
  },
8016
8489
  {
@@ -8018,14 +8491,14 @@
8018
8491
  "name": "qti-set-outcome-value",
8019
8492
  "declaration": {
8020
8493
  "name": "QtiSetOutcomeValue",
8021
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
8494
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
8022
8495
  }
8023
8496
  }
8024
8497
  ]
8025
8498
  },
8026
8499
  {
8027
8500
  "kind": "javascript-module",
8028
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif.ts",
8501
+ "path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts",
8029
8502
  "declarations": [
8030
8503
  {
8031
8504
  "kind": "class",
@@ -8034,7 +8507,7 @@
8034
8507
  "members": [],
8035
8508
  "superclass": {
8036
8509
  "name": "QtiResponseIf",
8037
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif"
8510
+ "module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if"
8038
8511
  },
8039
8512
  "tagName": "qti-response-else-if",
8040
8513
  "customElement": true,
@@ -8047,7 +8520,7 @@
8047
8520
  "fieldName": "debugCalculateResult",
8048
8521
  "inheritedFrom": {
8049
8522
  "name": "QtiResponseElse",
8050
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
8523
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
8051
8524
  }
8052
8525
  }
8053
8526
  ]
@@ -8059,7 +8532,7 @@
8059
8532
  "name": "QtiResponseElseIf",
8060
8533
  "declaration": {
8061
8534
  "name": "QtiResponseElseIf",
8062
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif.ts"
8535
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts"
8063
8536
  }
8064
8537
  },
8065
8538
  {
@@ -8067,7 +8540,7 @@
8067
8540
  "name": "qti-response-else-if",
8068
8541
  "declaration": {
8069
8542
  "name": "QtiResponseElseIf",
8070
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif.ts"
8543
+ "module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts"
8071
8544
  }
8072
8545
  }
8073
8546
  ]