@citolab/qti-components 6.3.2 → 6.3.4

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.
@@ -4,35 +4,61 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "src/lib/context/audience-context.ts",
8
- "declarations": [
9
- {
10
- "kind": "variable",
11
- "name": "audienceContext"
12
- }
13
- ],
7
+ "path": "src/lib/qti-item/index.ts",
8
+ "declarations": [],
14
9
  "exports": [
15
10
  {
16
11
  "kind": "js",
17
- "name": "audienceContext",
12
+ "name": "*",
18
13
  "declaration": {
19
- "name": "audienceContext",
20
- "module": "src/lib/context/audience-context.ts"
14
+ "name": "*",
15
+ "package": "./qti-item"
21
16
  }
22
17
  }
23
18
  ]
24
19
  },
25
20
  {
26
21
  "kind": "javascript-module",
27
- "path": "src/lib/context/index.ts",
28
- "declarations": [],
22
+ "path": "src/lib/qti-item/qti-item.ts",
23
+ "declarations": [
24
+ {
25
+ "kind": "class",
26
+ "description": "",
27
+ "name": "QtiItem",
28
+ "members": [],
29
+ "attributes": [
30
+ {
31
+ "name": "item-location",
32
+ "type": {
33
+ "text": "string"
34
+ },
35
+ "default": "''",
36
+ "fieldName": "itemLocation"
37
+ }
38
+ ],
39
+ "superclass": {
40
+ "name": "LitElement",
41
+ "package": "lit"
42
+ },
43
+ "tagName": "qti-item",
44
+ "customElement": true
45
+ }
46
+ ],
29
47
  "exports": [
30
48
  {
31
49
  "kind": "js",
32
- "name": "*",
50
+ "name": "QtiItem",
33
51
  "declaration": {
34
- "name": "*",
35
- "package": "./audience-context"
52
+ "name": "QtiItem",
53
+ "module": "src/lib/qti-item/qti-item.ts"
54
+ }
55
+ },
56
+ {
57
+ "kind": "custom-element-definition",
58
+ "name": "qti-item",
59
+ "declaration": {
60
+ "name": "QtiItem",
61
+ "module": "src/lib/qti-item/qti-item.ts"
36
62
  }
37
63
  }
38
64
  ]
@@ -131,6 +157,41 @@
131
157
  }
132
158
  ]
133
159
  },
160
+ {
161
+ "kind": "javascript-module",
162
+ "path": "src/lib/context/audience-context.ts",
163
+ "declarations": [
164
+ {
165
+ "kind": "variable",
166
+ "name": "audienceContext"
167
+ }
168
+ ],
169
+ "exports": [
170
+ {
171
+ "kind": "js",
172
+ "name": "audienceContext",
173
+ "declaration": {
174
+ "name": "audienceContext",
175
+ "module": "src/lib/context/audience-context.ts"
176
+ }
177
+ }
178
+ ]
179
+ },
180
+ {
181
+ "kind": "javascript-module",
182
+ "path": "src/lib/context/index.ts",
183
+ "declarations": [],
184
+ "exports": [
185
+ {
186
+ "kind": "js",
187
+ "name": "*",
188
+ "declaration": {
189
+ "name": "*",
190
+ "package": "./audience-context"
191
+ }
192
+ }
193
+ ]
194
+ },
134
195
  {
135
196
  "kind": "javascript-module",
136
197
  "path": "src/lib/qti-components/index.ts",
@@ -596,7 +657,7 @@
596
657
  {
597
658
  "kind": "variable",
598
659
  "name": "QtiTest",
599
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiAssessmentTestWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemConnected: 'qti-item-connected',\n onRegisterItem: 'register-item-ref',\n onTestRequestItem: 'on-test-request-item'\n }\n})"
660
+ "default": "createComponent({\n tagName: 'qti-test',\n react: React,\n elementClass: QtiAssessmentTestWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemConnected: 'qti-item-connected',\n onRegisterItem: 'register-item-ref',\n onTestRequestItem: 'on-test-request-item'\n }\n})"
600
661
  }
601
662
  ],
602
663
  "exports": [
@@ -947,67 +1008,6 @@
947
1008
  }
948
1009
  ]
949
1010
  },
950
- {
951
- "kind": "javascript-module",
952
- "path": "src/lib/qti-item/index.ts",
953
- "declarations": [],
954
- "exports": [
955
- {
956
- "kind": "js",
957
- "name": "*",
958
- "declaration": {
959
- "name": "*",
960
- "package": "./qti-item"
961
- }
962
- }
963
- ]
964
- },
965
- {
966
- "kind": "javascript-module",
967
- "path": "src/lib/qti-item/qti-item.ts",
968
- "declarations": [
969
- {
970
- "kind": "class",
971
- "description": "",
972
- "name": "QtiItem",
973
- "members": [],
974
- "attributes": [
975
- {
976
- "name": "item-location",
977
- "type": {
978
- "text": "string"
979
- },
980
- "default": "''",
981
- "fieldName": "itemLocation"
982
- }
983
- ],
984
- "superclass": {
985
- "name": "LitElement",
986
- "package": "lit"
987
- },
988
- "tagName": "qti-item",
989
- "customElement": true
990
- }
991
- ],
992
- "exports": [
993
- {
994
- "kind": "js",
995
- "name": "QtiItem",
996
- "declaration": {
997
- "name": "QtiItem",
998
- "module": "src/lib/qti-item/qti-item.ts"
999
- }
1000
- },
1001
- {
1002
- "kind": "custom-element-definition",
1003
- "name": "qti-item",
1004
- "declaration": {
1005
- "name": "QtiItem",
1006
- "module": "src/lib/qti-item/qti-item.ts"
1007
- }
1008
- }
1009
- ]
1010
- },
1011
1011
  {
1012
1012
  "kind": "javascript-module",
1013
1013
  "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
@@ -1284,6 +1284,53 @@
1284
1284
  }
1285
1285
  ]
1286
1286
  },
1287
+ {
1288
+ "kind": "javascript-module",
1289
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1290
+ "declarations": [
1291
+ {
1292
+ "kind": "class",
1293
+ "description": "",
1294
+ "name": "QtiItemBody",
1295
+ "slots": [
1296
+ {
1297
+ "description": "item body content.",
1298
+ "name": ""
1299
+ },
1300
+ {
1301
+ "description": "the qti rubric block is placed above the item",
1302
+ "name": "qti-rubric-block"
1303
+ }
1304
+ ],
1305
+ "members": [],
1306
+ "superclass": {
1307
+ "name": "LitElement",
1308
+ "package": "lit"
1309
+ },
1310
+ "summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
1311
+ "tagName": "qti-item-body",
1312
+ "customElement": true
1313
+ }
1314
+ ],
1315
+ "exports": [
1316
+ {
1317
+ "kind": "js",
1318
+ "name": "default",
1319
+ "declaration": {
1320
+ "name": "QtiItemBody",
1321
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1322
+ }
1323
+ },
1324
+ {
1325
+ "kind": "custom-element-definition",
1326
+ "name": "qti-item-body",
1327
+ "declaration": {
1328
+ "name": "QtiItemBody",
1329
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1330
+ }
1331
+ }
1332
+ ]
1333
+ },
1287
1334
  {
1288
1335
  "kind": "javascript-module",
1289
1336
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1947,53 +1994,6 @@
1947
1994
  }
1948
1995
  ]
1949
1996
  },
1950
- {
1951
- "kind": "javascript-module",
1952
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1953
- "declarations": [
1954
- {
1955
- "kind": "class",
1956
- "description": "",
1957
- "name": "QtiItemBody",
1958
- "slots": [
1959
- {
1960
- "description": "item body content.",
1961
- "name": ""
1962
- },
1963
- {
1964
- "description": "the qti rubric block is placed above the item",
1965
- "name": "qti-rubric-block"
1966
- }
1967
- ],
1968
- "members": [],
1969
- "superclass": {
1970
- "name": "LitElement",
1971
- "package": "lit"
1972
- },
1973
- "summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
1974
- "tagName": "qti-item-body",
1975
- "customElement": true
1976
- }
1977
- ],
1978
- "exports": [
1979
- {
1980
- "kind": "js",
1981
- "name": "default",
1982
- "declaration": {
1983
- "name": "QtiItemBody",
1984
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1985
- }
1986
- },
1987
- {
1988
- "kind": "custom-element-definition",
1989
- "name": "qti-item-body",
1990
- "declaration": {
1991
- "name": "QtiItemBody",
1992
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1993
- }
1994
- }
1995
- ]
1996
- },
1997
1997
  {
1998
1998
  "kind": "javascript-module",
1999
1999
  "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
@@ -2498,15 +2498,98 @@
2498
2498
  },
2499
2499
  {
2500
2500
  "kind": "javascript-module",
2501
- "path": "src/lib/qti-test/components/index.ts",
2502
- "declarations": [],
2503
- "exports": [
2501
+ "path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
2502
+ "declarations": [
2504
2503
  {
2505
- "kind": "js",
2506
- "name": "*",
2507
- "declaration": {
2508
- "name": "*",
2509
- "package": "./test-next"
2504
+ "kind": "class",
2505
+ "description": "",
2506
+ "name": "QtiFeedbackBlock",
2507
+ "members": [],
2508
+ "superclass": {
2509
+ "name": "QtiFeedback",
2510
+ "module": "/src/lib/qti-components/qti-feedback/qti-feedback"
2511
+ },
2512
+ "tagName": "qti-feedback-block",
2513
+ "customElement": true,
2514
+ "attributes": [
2515
+ {
2516
+ "name": "show-hide",
2517
+ "type": {
2518
+ "text": "string"
2519
+ },
2520
+ "fieldName": "showHide",
2521
+ "inheritedFrom": {
2522
+ "name": "QtiFeedback",
2523
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
2524
+ }
2525
+ },
2526
+ {
2527
+ "name": "outcome-identifier",
2528
+ "type": {
2529
+ "text": "string"
2530
+ },
2531
+ "fieldName": "outcomeIdentifier",
2532
+ "inheritedFrom": {
2533
+ "name": "QtiFeedback",
2534
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
2535
+ }
2536
+ },
2537
+ {
2538
+ "name": "identifier",
2539
+ "type": {
2540
+ "text": "string"
2541
+ },
2542
+ "fieldName": "identifier",
2543
+ "inheritedFrom": {
2544
+ "name": "QtiFeedback",
2545
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
2546
+ }
2547
+ }
2548
+ ],
2549
+ "events": [
2550
+ {
2551
+ "name": "qti-register-feedback",
2552
+ "type": {
2553
+ "text": "CustomEvent"
2554
+ },
2555
+ "inheritedFrom": {
2556
+ "name": "QtiFeedback",
2557
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
2558
+ }
2559
+ }
2560
+ ]
2561
+ }
2562
+ ],
2563
+ "exports": [
2564
+ {
2565
+ "kind": "js",
2566
+ "name": "QtiFeedbackBlock",
2567
+ "declaration": {
2568
+ "name": "QtiFeedbackBlock",
2569
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
2570
+ }
2571
+ },
2572
+ {
2573
+ "kind": "custom-element-definition",
2574
+ "name": "qti-feedback-block",
2575
+ "declaration": {
2576
+ "name": "QtiFeedbackBlock",
2577
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
2578
+ }
2579
+ }
2580
+ ]
2581
+ },
2582
+ {
2583
+ "kind": "javascript-module",
2584
+ "path": "src/lib/qti-test/components/index.ts",
2585
+ "declarations": [],
2586
+ "exports": [
2587
+ {
2588
+ "kind": "js",
2589
+ "name": "*",
2590
+ "declaration": {
2591
+ "name": "*",
2592
+ "package": "./test-next"
2510
2593
  }
2511
2594
  },
2512
2595
  {
@@ -3043,89 +3126,6 @@
3043
3126
  }
3044
3127
  ]
3045
3128
  },
3046
- {
3047
- "kind": "javascript-module",
3048
- "path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
3049
- "declarations": [
3050
- {
3051
- "kind": "class",
3052
- "description": "",
3053
- "name": "QtiFeedbackBlock",
3054
- "members": [],
3055
- "superclass": {
3056
- "name": "QtiFeedback",
3057
- "module": "/src/lib/qti-components/qti-feedback/qti-feedback"
3058
- },
3059
- "tagName": "qti-feedback-block",
3060
- "customElement": true,
3061
- "attributes": [
3062
- {
3063
- "name": "show-hide",
3064
- "type": {
3065
- "text": "string"
3066
- },
3067
- "fieldName": "showHide",
3068
- "inheritedFrom": {
3069
- "name": "QtiFeedback",
3070
- "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
3071
- }
3072
- },
3073
- {
3074
- "name": "outcome-identifier",
3075
- "type": {
3076
- "text": "string"
3077
- },
3078
- "fieldName": "outcomeIdentifier",
3079
- "inheritedFrom": {
3080
- "name": "QtiFeedback",
3081
- "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
3082
- }
3083
- },
3084
- {
3085
- "name": "identifier",
3086
- "type": {
3087
- "text": "string"
3088
- },
3089
- "fieldName": "identifier",
3090
- "inheritedFrom": {
3091
- "name": "QtiFeedback",
3092
- "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
3093
- }
3094
- }
3095
- ],
3096
- "events": [
3097
- {
3098
- "name": "qti-register-feedback",
3099
- "type": {
3100
- "text": "CustomEvent"
3101
- },
3102
- "inheritedFrom": {
3103
- "name": "QtiFeedback",
3104
- "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
3105
- }
3106
- }
3107
- ]
3108
- }
3109
- ],
3110
- "exports": [
3111
- {
3112
- "kind": "js",
3113
- "name": "QtiFeedbackBlock",
3114
- "declaration": {
3115
- "name": "QtiFeedbackBlock",
3116
- "module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
3117
- }
3118
- },
3119
- {
3120
- "kind": "custom-element-definition",
3121
- "name": "qti-feedback-block",
3122
- "declaration": {
3123
- "name": "QtiFeedbackBlock",
3124
- "module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
3125
- }
3126
- }
3127
- ]
3128
- },
3129
3129
  {
3130
3130
  "kind": "javascript-module",
3131
3131
  "path": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts",
@@ -4775,18 +4775,21 @@
4775
4775
  },
4776
4776
  {
4777
4777
  "kind": "javascript-module",
4778
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
4778
+ "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
4779
4779
  "declarations": [
4780
4780
  {
4781
4781
  "kind": "class",
4782
4782
  "description": "",
4783
- "name": "QtiMediaInteraction",
4783
+ "name": "QtiOrderInteraction",
4784
4784
  "members": [],
4785
4785
  "attributes": [
4786
4786
  {
4787
- "name": "",
4788
- "fieldName": "",
4789
- "attribute": ""
4787
+ "name": "orientation",
4788
+ "type": {
4789
+ "text": "'horizontal' | 'vertical'"
4790
+ },
4791
+ "description": "orientation of choices",
4792
+ "fieldName": "orientation"
4790
4793
  },
4791
4794
  {
4792
4795
  "name": "response-identifier",
@@ -4796,8 +4799,8 @@
4796
4799
  "default": "''",
4797
4800
  "fieldName": "responseIdentifier",
4798
4801
  "inheritedFrom": {
4799
- "name": "Interaction",
4800
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4802
+ "name": "DragDropInteractionMixin",
4803
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4801
4804
  }
4802
4805
  },
4803
4806
  {
@@ -4806,11 +4809,10 @@
4806
4809
  "text": "boolean"
4807
4810
  },
4808
4811
  "default": "false",
4809
- "description": "disabled should be exposed to the attributes and accessible as property",
4810
4812
  "fieldName": "disabled",
4811
4813
  "inheritedFrom": {
4812
- "name": "Interaction",
4813
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4814
+ "name": "DroppablesMixin",
4815
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4814
4816
  }
4815
4817
  },
4816
4818
  {
@@ -4819,19 +4821,48 @@
4819
4821
  "text": "boolean"
4820
4822
  },
4821
4823
  "default": "false",
4822
- "description": "readonly should be exposed to the attributes and accessible as property",
4823
4824
  "fieldName": "readonly",
4824
4825
  "inheritedFrom": {
4825
- "name": "Interaction",
4826
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4826
+ "name": "DragDropInteractionMixin",
4827
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4828
+ }
4829
+ },
4830
+ {
4831
+ "name": "min-associations",
4832
+ "type": {
4833
+ "text": "number"
4834
+ },
4835
+ "default": "1",
4836
+ "fieldName": "minAssociations",
4837
+ "inheritedFrom": {
4838
+ "name": "DragDropInteractionMixin",
4839
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4840
+ }
4841
+ },
4842
+ {
4843
+ "name": "max-associations",
4844
+ "type": {
4845
+ "text": "number"
4846
+ },
4847
+ "default": "1",
4848
+ "fieldName": "maxAssociations",
4849
+ "inheritedFrom": {
4850
+ "name": "DragDropInteractionMixin",
4851
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4827
4852
  }
4828
4853
  }
4829
4854
  ],
4855
+ "mixins": [
4856
+ {
4857
+ "name": "DragDropInteractionMixin",
4858
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4859
+ }
4860
+ ],
4830
4861
  "superclass": {
4831
- "name": "Interaction",
4832
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4862
+ "name": "LitElement",
4863
+ "package": "lit"
4833
4864
  },
4834
- "tagName": "qti-media-interaction",
4865
+ "tagName": "qti-order-interaction",
4835
4866
  "customElement": true,
4836
4867
  "events": [
4837
4868
  {
@@ -4840,8 +4871,8 @@
4840
4871
  "text": "CustomEvent"
4841
4872
  },
4842
4873
  "inheritedFrom": {
4843
- "name": "Interaction",
4844
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4874
+ "name": "DragDropInteractionMixin",
4875
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4845
4876
  }
4846
4877
  },
4847
4878
  {
@@ -4850,8 +4881,8 @@
4850
4881
  "text": "CustomEvent"
4851
4882
  },
4852
4883
  "inheritedFrom": {
4853
- "name": "Interaction",
4854
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4884
+ "name": "DragDropInteractionMixin",
4885
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4855
4886
  }
4856
4887
  }
4857
4888
  ]
@@ -4860,45 +4891,36 @@
4860
4891
  "exports": [
4861
4892
  {
4862
4893
  "kind": "js",
4863
- "name": "QtiMediaInteraction",
4894
+ "name": "QtiOrderInteraction",
4864
4895
  "declaration": {
4865
- "name": "QtiMediaInteraction",
4866
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
4896
+ "name": "QtiOrderInteraction",
4897
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4867
4898
  }
4868
4899
  },
4869
4900
  {
4870
4901
  "kind": "custom-element-definition",
4871
- "name": "qti-media-interaction",
4902
+ "name": "qti-order-interaction",
4872
4903
  "declaration": {
4873
- "name": "QtiMediaInteraction",
4874
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
4904
+ "name": "QtiOrderInteraction",
4905
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4875
4906
  }
4876
4907
  }
4877
4908
  ]
4878
4909
  },
4879
4910
  {
4880
4911
  "kind": "javascript-module",
4881
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
4882
- "declarations": [],
4883
- "exports": []
4884
- },
4885
- {
4886
- "kind": "javascript-module",
4887
- "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
4912
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
4888
4913
  "declarations": [
4889
4914
  {
4890
4915
  "kind": "class",
4891
4916
  "description": "",
4892
- "name": "QtiOrderInteraction",
4917
+ "name": "QtiMediaInteraction",
4893
4918
  "members": [],
4894
4919
  "attributes": [
4895
4920
  {
4896
- "name": "orientation",
4897
- "type": {
4898
- "text": "'horizontal' | 'vertical'"
4899
- },
4900
- "description": "orientation of choices",
4901
- "fieldName": "orientation"
4921
+ "name": "",
4922
+ "fieldName": "",
4923
+ "attribute": ""
4902
4924
  },
4903
4925
  {
4904
4926
  "name": "response-identifier",
@@ -4908,8 +4930,8 @@
4908
4930
  "default": "''",
4909
4931
  "fieldName": "responseIdentifier",
4910
4932
  "inheritedFrom": {
4911
- "name": "DragDropInteractionMixin",
4912
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4933
+ "name": "Interaction",
4934
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4913
4935
  }
4914
4936
  },
4915
4937
  {
@@ -4918,10 +4940,11 @@
4918
4940
  "text": "boolean"
4919
4941
  },
4920
4942
  "default": "false",
4943
+ "description": "disabled should be exposed to the attributes and accessible as property",
4921
4944
  "fieldName": "disabled",
4922
4945
  "inheritedFrom": {
4923
- "name": "DroppablesMixin",
4924
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4946
+ "name": "Interaction",
4947
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4925
4948
  }
4926
4949
  },
4927
4950
  {
@@ -4930,48 +4953,19 @@
4930
4953
  "text": "boolean"
4931
4954
  },
4932
4955
  "default": "false",
4956
+ "description": "readonly should be exposed to the attributes and accessible as property",
4933
4957
  "fieldName": "readonly",
4934
4958
  "inheritedFrom": {
4935
- "name": "DragDropInteractionMixin",
4936
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4937
- }
4938
- },
4939
- {
4940
- "name": "min-associations",
4941
- "type": {
4942
- "text": "number"
4943
- },
4944
- "default": "1",
4945
- "fieldName": "minAssociations",
4946
- "inheritedFrom": {
4947
- "name": "DragDropInteractionMixin",
4948
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4949
- }
4950
- },
4951
- {
4952
- "name": "max-associations",
4953
- "type": {
4954
- "text": "number"
4955
- },
4956
- "default": "1",
4957
- "fieldName": "maxAssociations",
4958
- "inheritedFrom": {
4959
- "name": "DragDropInteractionMixin",
4960
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4959
+ "name": "Interaction",
4960
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4961
4961
  }
4962
4962
  }
4963
4963
  ],
4964
- "mixins": [
4965
- {
4966
- "name": "DragDropInteractionMixin",
4967
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4968
- }
4969
- ],
4970
4964
  "superclass": {
4971
- "name": "LitElement",
4972
- "package": "lit"
4965
+ "name": "Interaction",
4966
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4973
4967
  },
4974
- "tagName": "qti-order-interaction",
4968
+ "tagName": "qti-media-interaction",
4975
4969
  "customElement": true,
4976
4970
  "events": [
4977
4971
  {
@@ -4980,8 +4974,8 @@
4980
4974
  "text": "CustomEvent"
4981
4975
  },
4982
4976
  "inheritedFrom": {
4983
- "name": "DragDropInteractionMixin",
4984
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4977
+ "name": "Interaction",
4978
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4985
4979
  }
4986
4980
  },
4987
4981
  {
@@ -4990,8 +4984,8 @@
4990
4984
  "text": "CustomEvent"
4991
4985
  },
4992
4986
  "inheritedFrom": {
4993
- "name": "DragDropInteractionMixin",
4994
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4987
+ "name": "Interaction",
4988
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4995
4989
  }
4996
4990
  }
4997
4991
  ]
@@ -5000,22 +4994,28 @@
5000
4994
  "exports": [
5001
4995
  {
5002
4996
  "kind": "js",
5003
- "name": "QtiOrderInteraction",
4997
+ "name": "QtiMediaInteraction",
5004
4998
  "declaration": {
5005
- "name": "QtiOrderInteraction",
5006
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4999
+ "name": "QtiMediaInteraction",
5000
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
5007
5001
  }
5008
5002
  },
5009
5003
  {
5010
5004
  "kind": "custom-element-definition",
5011
- "name": "qti-order-interaction",
5005
+ "name": "qti-media-interaction",
5012
5006
  "declaration": {
5013
- "name": "QtiOrderInteraction",
5014
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
5007
+ "name": "QtiMediaInteraction",
5008
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
5015
5009
  }
5016
5010
  }
5017
5011
  ]
5018
5012
  },
5013
+ {
5014
+ "kind": "javascript-module",
5015
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
5016
+ "declarations": [],
5017
+ "exports": []
5018
+ },
5019
5019
  {
5020
5020
  "kind": "javascript-module",
5021
5021
  "path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
@@ -5637,6 +5637,47 @@
5637
5637
  }
5638
5638
  ]
5639
5639
  },
5640
+ {
5641
+ "kind": "javascript-module",
5642
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
5643
+ "declarations": [
5644
+ {
5645
+ "kind": "class",
5646
+ "description": "",
5647
+ "name": "QtiResponseProcessing",
5648
+ "members": [],
5649
+ "attributes": [
5650
+ {
5651
+ "name": "identifier"
5652
+ }
5653
+ ],
5654
+ "superclass": {
5655
+ "name": "LitElement",
5656
+ "package": "lit"
5657
+ },
5658
+ "tagName": "qti-response-processing",
5659
+ "customElement": true
5660
+ }
5661
+ ],
5662
+ "exports": [
5663
+ {
5664
+ "kind": "js",
5665
+ "name": "default",
5666
+ "declaration": {
5667
+ "name": "QtiResponseProcessing",
5668
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5669
+ }
5670
+ },
5671
+ {
5672
+ "kind": "custom-element-definition",
5673
+ "name": "qti-response-processing",
5674
+ "declaration": {
5675
+ "name": "QtiResponseProcessing",
5676
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5677
+ }
5678
+ }
5679
+ ]
5680
+ },
5640
5681
  {
5641
5682
  "kind": "javascript-module",
5642
5683
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
@@ -5905,47 +5946,6 @@
5905
5946
  }
5906
5947
  ]
5907
5948
  },
5908
- {
5909
- "kind": "javascript-module",
5910
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
5911
- "declarations": [
5912
- {
5913
- "kind": "class",
5914
- "description": "",
5915
- "name": "QtiResponseProcessing",
5916
- "members": [],
5917
- "attributes": [
5918
- {
5919
- "name": "identifier"
5920
- }
5921
- ],
5922
- "superclass": {
5923
- "name": "LitElement",
5924
- "package": "lit"
5925
- },
5926
- "tagName": "qti-response-processing",
5927
- "customElement": true
5928
- }
5929
- ],
5930
- "exports": [
5931
- {
5932
- "kind": "js",
5933
- "name": "default",
5934
- "declaration": {
5935
- "name": "QtiResponseProcessing",
5936
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5937
- }
5938
- },
5939
- {
5940
- "kind": "custom-element-definition",
5941
- "name": "qti-response-processing",
5942
- "declaration": {
5943
- "name": "QtiResponseProcessing",
5944
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5945
- }
5946
- }
5947
- ]
5948
- },
5949
5949
  {
5950
5950
  "kind": "javascript-module",
5951
5951
  "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
@@ -6477,6 +6477,52 @@
6477
6477
  }
6478
6478
  ]
6479
6479
  },
6480
+ {
6481
+ "kind": "javascript-module",
6482
+ "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
6483
+ "declarations": [
6484
+ {
6485
+ "kind": "function",
6486
+ "name": "positionHotspots",
6487
+ "parameters": [
6488
+ {
6489
+ "name": "shape",
6490
+ "type": {
6491
+ "text": "string"
6492
+ }
6493
+ },
6494
+ {
6495
+ "name": "coordsNumber",
6496
+ "type": {
6497
+ "text": "number[]"
6498
+ }
6499
+ },
6500
+ {
6501
+ "name": "img",
6502
+ "type": {
6503
+ "text": "HTMLImageElement"
6504
+ }
6505
+ },
6506
+ {
6507
+ "name": "hotspot",
6508
+ "type": {
6509
+ "text": "QtiHotspotChoice"
6510
+ }
6511
+ }
6512
+ ]
6513
+ }
6514
+ ],
6515
+ "exports": [
6516
+ {
6517
+ "kind": "js",
6518
+ "name": "positionHotspots",
6519
+ "declaration": {
6520
+ "name": "positionHotspots",
6521
+ "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
6522
+ }
6523
+ }
6524
+ ]
6525
+ },
6480
6526
  {
6481
6527
  "kind": "javascript-module",
6482
6528
  "path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
@@ -6768,52 +6814,6 @@
6768
6814
  }
6769
6815
  ]
6770
6816
  },
6771
- {
6772
- "kind": "javascript-module",
6773
- "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
6774
- "declarations": [
6775
- {
6776
- "kind": "function",
6777
- "name": "positionHotspots",
6778
- "parameters": [
6779
- {
6780
- "name": "shape",
6781
- "type": {
6782
- "text": "string"
6783
- }
6784
- },
6785
- {
6786
- "name": "coordsNumber",
6787
- "type": {
6788
- "text": "number[]"
6789
- }
6790
- },
6791
- {
6792
- "name": "img",
6793
- "type": {
6794
- "text": "HTMLImageElement"
6795
- }
6796
- },
6797
- {
6798
- "name": "hotspot",
6799
- "type": {
6800
- "text": "QtiHotspotChoice"
6801
- }
6802
- }
6803
- ]
6804
- }
6805
- ],
6806
- "exports": [
6807
- {
6808
- "kind": "js",
6809
- "name": "positionHotspots",
6810
- "declaration": {
6811
- "name": "positionHotspots",
6812
- "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
6813
- }
6814
- }
6815
- ]
6816
- },
6817
6817
  {
6818
6818
  "kind": "javascript-module",
6819
6819
  "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
@@ -7056,6 +7056,42 @@
7056
7056
  }
7057
7057
  ]
7058
7058
  },
7059
+ {
7060
+ "kind": "javascript-module",
7061
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
7062
+ "declarations": [
7063
+ {
7064
+ "kind": "class",
7065
+ "description": "",
7066
+ "name": "QtiCorrect",
7067
+ "members": [],
7068
+ "superclass": {
7069
+ "name": "QtiExpression",
7070
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7071
+ },
7072
+ "tagName": "qti-correct",
7073
+ "customElement": true
7074
+ }
7075
+ ],
7076
+ "exports": [
7077
+ {
7078
+ "kind": "js",
7079
+ "name": "QtiCorrect",
7080
+ "declaration": {
7081
+ "name": "QtiCorrect",
7082
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7083
+ }
7084
+ },
7085
+ {
7086
+ "kind": "custom-element-definition",
7087
+ "name": "qti-correct",
7088
+ "declaration": {
7089
+ "name": "QtiCorrect",
7090
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7091
+ }
7092
+ }
7093
+ ]
7094
+ },
7059
7095
  {
7060
7096
  "kind": "javascript-module",
7061
7097
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
@@ -7104,36 +7140,36 @@
7104
7140
  },
7105
7141
  {
7106
7142
  "kind": "javascript-module",
7107
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
7143
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
7108
7144
  "declarations": [
7109
7145
  {
7110
7146
  "kind": "class",
7111
7147
  "description": "",
7112
- "name": "QtiCorrect",
7148
+ "name": "QtiGt",
7113
7149
  "members": [],
7114
7150
  "superclass": {
7115
7151
  "name": "QtiExpression",
7116
7152
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7117
7153
  },
7118
- "tagName": "qti-correct",
7154
+ "tagName": "qti-gt",
7119
7155
  "customElement": true
7120
7156
  }
7121
7157
  ],
7122
7158
  "exports": [
7123
7159
  {
7124
7160
  "kind": "js",
7125
- "name": "QtiCorrect",
7161
+ "name": "QtiGt",
7126
7162
  "declaration": {
7127
- "name": "QtiCorrect",
7128
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7163
+ "name": "QtiGt",
7164
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7129
7165
  }
7130
7166
  },
7131
7167
  {
7132
7168
  "kind": "custom-element-definition",
7133
- "name": "qti-correct",
7169
+ "name": "qti-gt",
7134
7170
  "declaration": {
7135
- "name": "QtiCorrect",
7136
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7171
+ "name": "QtiGt",
7172
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7137
7173
  }
7138
7174
  }
7139
7175
  ]
@@ -7184,42 +7220,6 @@
7184
7220
  }
7185
7221
  ]
7186
7222
  },
7187
- {
7188
- "kind": "javascript-module",
7189
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
7190
- "declarations": [
7191
- {
7192
- "kind": "class",
7193
- "description": "",
7194
- "name": "QtiGt",
7195
- "members": [],
7196
- "superclass": {
7197
- "name": "QtiExpression",
7198
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7199
- },
7200
- "tagName": "qti-gt",
7201
- "customElement": true
7202
- }
7203
- ],
7204
- "exports": [
7205
- {
7206
- "kind": "js",
7207
- "name": "QtiGt",
7208
- "declaration": {
7209
- "name": "QtiGt",
7210
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7211
- }
7212
- },
7213
- {
7214
- "kind": "custom-element-definition",
7215
- "name": "qti-gt",
7216
- "declaration": {
7217
- "name": "QtiGt",
7218
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7219
- }
7220
- }
7221
- ]
7222
- },
7223
7223
  {
7224
7224
  "kind": "javascript-module",
7225
7225
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
@@ -7328,42 +7328,6 @@
7328
7328
  }
7329
7329
  ]
7330
7330
  },
7331
- {
7332
- "kind": "javascript-module",
7333
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
7334
- "declarations": [
7335
- {
7336
- "kind": "class",
7337
- "description": "",
7338
- "name": "QtiLte",
7339
- "members": [],
7340
- "superclass": {
7341
- "name": "QtiConditionExpression",
7342
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7343
- },
7344
- "tagName": "qti-lte",
7345
- "customElement": true
7346
- }
7347
- ],
7348
- "exports": [
7349
- {
7350
- "kind": "js",
7351
- "name": "QtiLte",
7352
- "declaration": {
7353
- "name": "QtiLte",
7354
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7355
- }
7356
- },
7357
- {
7358
- "kind": "custom-element-definition",
7359
- "name": "qti-lte",
7360
- "declaration": {
7361
- "name": "QtiLte",
7362
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7363
- }
7364
- }
7365
- ]
7366
- },
7367
7331
  {
7368
7332
  "kind": "javascript-module",
7369
7333
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts",
@@ -7424,6 +7388,42 @@
7424
7388
  }
7425
7389
  ]
7426
7390
  },
7391
+ {
7392
+ "kind": "javascript-module",
7393
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
7394
+ "declarations": [
7395
+ {
7396
+ "kind": "class",
7397
+ "description": "",
7398
+ "name": "QtiLte",
7399
+ "members": [],
7400
+ "superclass": {
7401
+ "name": "QtiConditionExpression",
7402
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7403
+ },
7404
+ "tagName": "qti-lte",
7405
+ "customElement": true
7406
+ }
7407
+ ],
7408
+ "exports": [
7409
+ {
7410
+ "kind": "js",
7411
+ "name": "QtiLte",
7412
+ "declaration": {
7413
+ "name": "QtiLte",
7414
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7415
+ }
7416
+ },
7417
+ {
7418
+ "kind": "custom-element-definition",
7419
+ "name": "qti-lte",
7420
+ "declaration": {
7421
+ "name": "QtiLte",
7422
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7423
+ }
7424
+ }
7425
+ ]
7426
+ },
7427
7427
  {
7428
7428
  "kind": "javascript-module",
7429
7429
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
@@ -7732,82 +7732,82 @@
7732
7732
  },
7733
7733
  {
7734
7734
  "kind": "javascript-module",
7735
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts",
7735
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts",
7736
7736
  "declarations": [
7737
7737
  {
7738
7738
  "kind": "class",
7739
7739
  "description": "",
7740
- "name": "QtiProduct",
7740
+ "name": "QtiStringMatch",
7741
7741
  "members": [],
7742
+ "attributes": [
7743
+ {
7744
+ "name": "case-sensitive",
7745
+ "type": {
7746
+ "text": "string"
7747
+ },
7748
+ "default": "'true'",
7749
+ "fieldName": "caseSensitive"
7750
+ }
7751
+ ],
7742
7752
  "superclass": {
7743
7753
  "name": "QtiExpression",
7744
7754
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7745
7755
  },
7746
- "tagName": "qti-product",
7756
+ "tagName": "qti-string-match",
7747
7757
  "customElement": true
7748
7758
  }
7749
7759
  ],
7750
7760
  "exports": [
7751
7761
  {
7752
7762
  "kind": "js",
7753
- "name": "QtiProduct",
7763
+ "name": "QtiStringMatch",
7754
7764
  "declaration": {
7755
- "name": "QtiProduct",
7756
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
7765
+ "name": "QtiStringMatch",
7766
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
7757
7767
  }
7758
7768
  },
7759
7769
  {
7760
7770
  "kind": "custom-element-definition",
7761
- "name": "qti-product",
7771
+ "name": "qti-string-match",
7762
7772
  "declaration": {
7763
- "name": "QtiProduct",
7764
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
7773
+ "name": "QtiStringMatch",
7774
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
7765
7775
  }
7766
7776
  }
7767
7777
  ]
7768
7778
  },
7769
7779
  {
7770
7780
  "kind": "javascript-module",
7771
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts",
7781
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts",
7772
7782
  "declarations": [
7773
7783
  {
7774
7784
  "kind": "class",
7775
7785
  "description": "",
7776
- "name": "QtiStringMatch",
7786
+ "name": "QtiProduct",
7777
7787
  "members": [],
7778
- "attributes": [
7779
- {
7780
- "name": "case-sensitive",
7781
- "type": {
7782
- "text": "string"
7783
- },
7784
- "default": "'true'",
7785
- "fieldName": "caseSensitive"
7786
- }
7787
- ],
7788
7788
  "superclass": {
7789
7789
  "name": "QtiExpression",
7790
7790
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7791
7791
  },
7792
- "tagName": "qti-string-match",
7792
+ "tagName": "qti-product",
7793
7793
  "customElement": true
7794
7794
  }
7795
7795
  ],
7796
7796
  "exports": [
7797
7797
  {
7798
7798
  "kind": "js",
7799
- "name": "QtiStringMatch",
7799
+ "name": "QtiProduct",
7800
7800
  "declaration": {
7801
- "name": "QtiStringMatch",
7802
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
7801
+ "name": "QtiProduct",
7802
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
7803
7803
  }
7804
7804
  },
7805
7805
  {
7806
7806
  "kind": "custom-element-definition",
7807
- "name": "qti-string-match",
7807
+ "name": "qti-product",
7808
7808
  "declaration": {
7809
- "name": "QtiStringMatch",
7810
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
7809
+ "name": "QtiProduct",
7810
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
7811
7811
  }
7812
7812
  }
7813
7813
  ]