@citolab/qti-components 6.4.4 → 6.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +400 -400
- package/dist/index.bundled.css +2002 -2
- package/dist/index.cjs +24 -24
- package/dist/index.js +22 -22
- package/dist/qti-components/index.cjs +10 -10
- package/dist/qti-components/index.js +35 -35
- package/package.json +3 -2
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/lib/context/audience-context.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "audienceContext"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"exports": [
|
|
15
|
+
{
|
|
16
|
+
"kind": "js",
|
|
17
|
+
"name": "audienceContext",
|
|
18
|
+
"declaration": {
|
|
19
|
+
"name": "audienceContext",
|
|
20
|
+
"module": "src/lib/context/audience-context.ts"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"kind": "javascript-module",
|
|
27
|
+
"path": "src/lib/context/index.ts",
|
|
28
|
+
"declarations": [],
|
|
29
|
+
"exports": [
|
|
30
|
+
{
|
|
31
|
+
"kind": "js",
|
|
32
|
+
"name": "*",
|
|
33
|
+
"declaration": {
|
|
34
|
+
"name": "*",
|
|
35
|
+
"package": "./audience-context"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
5
40
|
{
|
|
6
41
|
"kind": "javascript-module",
|
|
7
42
|
"path": "src/lib/decorators/index.ts",
|
|
@@ -98,35 +133,36 @@
|
|
|
98
133
|
},
|
|
99
134
|
{
|
|
100
135
|
"kind": "javascript-module",
|
|
101
|
-
"path": "src/lib/
|
|
102
|
-
"declarations": [
|
|
103
|
-
{
|
|
104
|
-
"kind": "variable",
|
|
105
|
-
"name": "audienceContext"
|
|
106
|
-
}
|
|
107
|
-
],
|
|
136
|
+
"path": "src/lib/qti-item-react/index.ts",
|
|
137
|
+
"declarations": [],
|
|
108
138
|
"exports": [
|
|
109
139
|
{
|
|
110
140
|
"kind": "js",
|
|
111
|
-
"name": "
|
|
141
|
+
"name": "*",
|
|
112
142
|
"declaration": {
|
|
113
|
-
"name": "
|
|
114
|
-
"
|
|
143
|
+
"name": "*",
|
|
144
|
+
"package": "./qti-item.react"
|
|
115
145
|
}
|
|
116
146
|
}
|
|
117
147
|
]
|
|
118
148
|
},
|
|
119
149
|
{
|
|
120
150
|
"kind": "javascript-module",
|
|
121
|
-
"path": "src/lib/
|
|
122
|
-
"declarations": [
|
|
151
|
+
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
152
|
+
"declarations": [
|
|
153
|
+
{
|
|
154
|
+
"kind": "variable",
|
|
155
|
+
"name": "QtiItem",
|
|
156
|
+
"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})"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
123
159
|
"exports": [
|
|
124
160
|
{
|
|
125
161
|
"kind": "js",
|
|
126
|
-
"name": "
|
|
162
|
+
"name": "QtiItem",
|
|
127
163
|
"declaration": {
|
|
128
|
-
"name": "
|
|
129
|
-
"
|
|
164
|
+
"name": "QtiItem",
|
|
165
|
+
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
130
166
|
}
|
|
131
167
|
}
|
|
132
168
|
]
|
|
@@ -540,7 +576,7 @@
|
|
|
540
576
|
},
|
|
541
577
|
{
|
|
542
578
|
"kind": "javascript-module",
|
|
543
|
-
"path": "src/lib/qti-item
|
|
579
|
+
"path": "src/lib/qti-item/index.ts",
|
|
544
580
|
"declarations": [],
|
|
545
581
|
"exports": [
|
|
546
582
|
{
|
|
@@ -548,93 +584,61 @@
|
|
|
548
584
|
"name": "*",
|
|
549
585
|
"declaration": {
|
|
550
586
|
"name": "*",
|
|
551
|
-
"package": "./qti-item
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
]
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"kind": "javascript-module",
|
|
558
|
-
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
559
|
-
"declarations": [
|
|
560
|
-
{
|
|
561
|
-
"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})"
|
|
564
|
-
}
|
|
565
|
-
],
|
|
566
|
-
"exports": [
|
|
567
|
-
{
|
|
568
|
-
"kind": "js",
|
|
569
|
-
"name": "QtiItem",
|
|
570
|
-
"declaration": {
|
|
571
|
-
"name": "QtiItem",
|
|
572
|
-
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
587
|
+
"package": "./qti-item"
|
|
573
588
|
}
|
|
574
589
|
}
|
|
575
590
|
]
|
|
576
591
|
},
|
|
577
592
|
{
|
|
578
593
|
"kind": "javascript-module",
|
|
579
|
-
"path": "src/lib/qti-
|
|
594
|
+
"path": "src/lib/qti-item/qti-item.mdx",
|
|
580
595
|
"declarations": [],
|
|
581
|
-
"exports": [
|
|
582
|
-
{
|
|
583
|
-
"kind": "js",
|
|
584
|
-
"name": "*",
|
|
585
|
-
"declaration": {
|
|
586
|
-
"name": "*",
|
|
587
|
-
"package": "./qti-test.react"
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"kind": "js",
|
|
592
|
-
"name": "*",
|
|
593
|
-
"declaration": {
|
|
594
|
-
"name": "*",
|
|
595
|
-
"package": "./qti-assessment-test.react"
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
]
|
|
596
|
+
"exports": []
|
|
599
597
|
},
|
|
600
598
|
{
|
|
601
599
|
"kind": "javascript-module",
|
|
602
|
-
"path": "src/lib/qti-
|
|
600
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
603
601
|
"declarations": [
|
|
604
602
|
{
|
|
605
|
-
"kind": "
|
|
606
|
-
"
|
|
607
|
-
"
|
|
603
|
+
"kind": "class",
|
|
604
|
+
"description": "",
|
|
605
|
+
"name": "QtiItem",
|
|
606
|
+
"members": [],
|
|
607
|
+
"attributes": [
|
|
608
|
+
{
|
|
609
|
+
"name": "item-location",
|
|
610
|
+
"type": {
|
|
611
|
+
"text": "string"
|
|
612
|
+
},
|
|
613
|
+
"default": "''",
|
|
614
|
+
"description": "The location of the item.",
|
|
615
|
+
"fieldName": "itemLocation",
|
|
616
|
+
"attribute": "item-location"
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"superclass": {
|
|
620
|
+
"name": "LitElement",
|
|
621
|
+
"package": "lit"
|
|
622
|
+
},
|
|
623
|
+
"tagName": "qti-item",
|
|
624
|
+
"customElement": true
|
|
608
625
|
}
|
|
609
626
|
],
|
|
610
627
|
"exports": [
|
|
611
628
|
{
|
|
612
629
|
"kind": "js",
|
|
613
|
-
"name": "
|
|
630
|
+
"name": "QtiItem",
|
|
614
631
|
"declaration": {
|
|
615
|
-
"name": "
|
|
616
|
-
"module": "src/lib/qti-
|
|
632
|
+
"name": "QtiItem",
|
|
633
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
617
634
|
}
|
|
618
|
-
}
|
|
619
|
-
]
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"kind": "javascript-module",
|
|
623
|
-
"path": "src/lib/qti-test-react/qti-test.react.ts",
|
|
624
|
-
"declarations": [
|
|
625
|
-
{
|
|
626
|
-
"kind": "variable",
|
|
627
|
-
"name": "QtiTest",
|
|
628
|
-
"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})"
|
|
629
|
-
}
|
|
630
|
-
],
|
|
631
|
-
"exports": [
|
|
635
|
+
},
|
|
632
636
|
{
|
|
633
|
-
"kind": "
|
|
634
|
-
"name": "
|
|
637
|
+
"kind": "custom-element-definition",
|
|
638
|
+
"name": "qti-item",
|
|
635
639
|
"declaration": {
|
|
636
|
-
"name": "
|
|
637
|
-
"module": "src/lib/qti-
|
|
640
|
+
"name": "QtiItem",
|
|
641
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
638
642
|
}
|
|
639
643
|
}
|
|
640
644
|
]
|
|
@@ -1084,6 +1088,71 @@
|
|
|
1084
1088
|
}
|
|
1085
1089
|
]
|
|
1086
1090
|
},
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "javascript-module",
|
|
1093
|
+
"path": "src/lib/qti-test-react/index.ts",
|
|
1094
|
+
"declarations": [],
|
|
1095
|
+
"exports": [
|
|
1096
|
+
{
|
|
1097
|
+
"kind": "js",
|
|
1098
|
+
"name": "*",
|
|
1099
|
+
"declaration": {
|
|
1100
|
+
"name": "*",
|
|
1101
|
+
"package": "./qti-test.react"
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"kind": "js",
|
|
1106
|
+
"name": "*",
|
|
1107
|
+
"declaration": {
|
|
1108
|
+
"name": "*",
|
|
1109
|
+
"package": "./qti-assessment-test.react"
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"kind": "javascript-module",
|
|
1116
|
+
"path": "src/lib/qti-test-react/qti-assessment-test.react.ts",
|
|
1117
|
+
"declarations": [
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "variable",
|
|
1120
|
+
"name": "QtiAssessmentTest",
|
|
1121
|
+
"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})"
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
1124
|
+
"exports": [
|
|
1125
|
+
{
|
|
1126
|
+
"kind": "js",
|
|
1127
|
+
"name": "QtiAssessmentTest",
|
|
1128
|
+
"declaration": {
|
|
1129
|
+
"name": "QtiAssessmentTest",
|
|
1130
|
+
"module": "src/lib/qti-test-react/qti-assessment-test.react.ts"
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"kind": "javascript-module",
|
|
1137
|
+
"path": "src/lib/qti-test-react/qti-test.react.ts",
|
|
1138
|
+
"declarations": [
|
|
1139
|
+
{
|
|
1140
|
+
"kind": "variable",
|
|
1141
|
+
"name": "QtiTest",
|
|
1142
|
+
"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})"
|
|
1143
|
+
}
|
|
1144
|
+
],
|
|
1145
|
+
"exports": [
|
|
1146
|
+
{
|
|
1147
|
+
"kind": "js",
|
|
1148
|
+
"name": "QtiTest",
|
|
1149
|
+
"declaration": {
|
|
1150
|
+
"name": "QtiTest",
|
|
1151
|
+
"module": "src/lib/qti-test-react/qti-test.react.ts"
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
]
|
|
1155
|
+
},
|
|
1087
1156
|
{
|
|
1088
1157
|
"kind": "javascript-module",
|
|
1089
1158
|
"path": "src/lib/qti-transform/index.ts",
|
|
@@ -1159,85 +1228,16 @@
|
|
|
1159
1228
|
"text": "string"
|
|
1160
1229
|
}
|
|
1161
1230
|
}
|
|
1162
|
-
]
|
|
1163
|
-
}
|
|
1164
|
-
],
|
|
1165
|
-
"exports": [
|
|
1166
|
-
{
|
|
1167
|
-
"kind": "js",
|
|
1168
|
-
"name": "qtiTransform",
|
|
1169
|
-
"declaration": {
|
|
1170
|
-
"name": "qtiTransform",
|
|
1171
|
-
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
1172
|
-
}
|
|
1173
|
-
}
|
|
1174
|
-
]
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"kind": "javascript-module",
|
|
1178
|
-
"path": "src/lib/qti-item/index.ts",
|
|
1179
|
-
"declarations": [],
|
|
1180
|
-
"exports": [
|
|
1181
|
-
{
|
|
1182
|
-
"kind": "js",
|
|
1183
|
-
"name": "*",
|
|
1184
|
-
"declaration": {
|
|
1185
|
-
"name": "*",
|
|
1186
|
-
"package": "./qti-item"
|
|
1187
|
-
}
|
|
1188
|
-
}
|
|
1189
|
-
]
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
"kind": "javascript-module",
|
|
1193
|
-
"path": "src/lib/qti-item/qti-item.mdx",
|
|
1194
|
-
"declarations": [],
|
|
1195
|
-
"exports": []
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"kind": "javascript-module",
|
|
1199
|
-
"path": "src/lib/qti-item/qti-item.ts",
|
|
1200
|
-
"declarations": [
|
|
1201
|
-
{
|
|
1202
|
-
"kind": "class",
|
|
1203
|
-
"description": "",
|
|
1204
|
-
"name": "QtiItem",
|
|
1205
|
-
"members": [],
|
|
1206
|
-
"attributes": [
|
|
1207
|
-
{
|
|
1208
|
-
"name": "item-location",
|
|
1209
|
-
"type": {
|
|
1210
|
-
"text": "string"
|
|
1211
|
-
},
|
|
1212
|
-
"default": "''",
|
|
1213
|
-
"description": "The location of the item.",
|
|
1214
|
-
"fieldName": "itemLocation",
|
|
1215
|
-
"attribute": "item-location"
|
|
1216
|
-
}
|
|
1217
|
-
],
|
|
1218
|
-
"superclass": {
|
|
1219
|
-
"name": "LitElement",
|
|
1220
|
-
"package": "lit"
|
|
1221
|
-
},
|
|
1222
|
-
"tagName": "qti-item",
|
|
1223
|
-
"customElement": true
|
|
1231
|
+
]
|
|
1224
1232
|
}
|
|
1225
1233
|
],
|
|
1226
1234
|
"exports": [
|
|
1227
1235
|
{
|
|
1228
1236
|
"kind": "js",
|
|
1229
|
-
"name": "
|
|
1230
|
-
"declaration": {
|
|
1231
|
-
"name": "QtiItem",
|
|
1232
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
1233
|
-
}
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"kind": "custom-element-definition",
|
|
1237
|
-
"name": "qti-item",
|
|
1237
|
+
"name": "qtiTransform",
|
|
1238
1238
|
"declaration": {
|
|
1239
|
-
"name": "
|
|
1240
|
-
"module": "src/lib/qti-
|
|
1239
|
+
"name": "qtiTransform",
|
|
1240
|
+
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
1241
1241
|
}
|
|
1242
1242
|
}
|
|
1243
1243
|
]
|
|
@@ -4773,24 +4773,24 @@
|
|
|
4773
4773
|
},
|
|
4774
4774
|
{
|
|
4775
4775
|
"kind": "javascript-module",
|
|
4776
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4776
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.mdx",
|
|
4777
4777
|
"declarations": [],
|
|
4778
4778
|
"exports": []
|
|
4779
4779
|
},
|
|
4780
4780
|
{
|
|
4781
4781
|
"kind": "javascript-module",
|
|
4782
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4782
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
4783
4783
|
"declarations": [
|
|
4784
4784
|
{
|
|
4785
4785
|
"kind": "class",
|
|
4786
4786
|
"description": "",
|
|
4787
|
-
"name": "
|
|
4787
|
+
"name": "QtiHotspotInteraction",
|
|
4788
4788
|
"members": [],
|
|
4789
4789
|
"superclass": {
|
|
4790
4790
|
"name": "Choices",
|
|
4791
4791
|
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4792
4792
|
},
|
|
4793
|
-
"tagName": "qti-
|
|
4793
|
+
"tagName": "qti-hotspot-interaction",
|
|
4794
4794
|
"customElement": true,
|
|
4795
4795
|
"attributes": [
|
|
4796
4796
|
{
|
|
@@ -4885,45 +4885,69 @@
|
|
|
4885
4885
|
"exports": [
|
|
4886
4886
|
{
|
|
4887
4887
|
"kind": "js",
|
|
4888
|
-
"name": "
|
|
4888
|
+
"name": "QtiHotspotInteraction",
|
|
4889
4889
|
"declaration": {
|
|
4890
|
-
"name": "
|
|
4891
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4890
|
+
"name": "QtiHotspotInteraction",
|
|
4891
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
4892
4892
|
}
|
|
4893
4893
|
},
|
|
4894
4894
|
{
|
|
4895
4895
|
"kind": "custom-element-definition",
|
|
4896
|
-
"name": "qti-
|
|
4896
|
+
"name": "qti-hotspot-interaction",
|
|
4897
4897
|
"declaration": {
|
|
4898
|
-
"name": "
|
|
4899
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4898
|
+
"name": "QtiHotspotInteraction",
|
|
4899
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
4900
4900
|
}
|
|
4901
4901
|
}
|
|
4902
4902
|
]
|
|
4903
4903
|
},
|
|
4904
4904
|
{
|
|
4905
4905
|
"kind": "javascript-module",
|
|
4906
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4906
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.mdx",
|
|
4907
4907
|
"declarations": [],
|
|
4908
4908
|
"exports": []
|
|
4909
4909
|
},
|
|
4910
4910
|
{
|
|
4911
4911
|
"kind": "javascript-module",
|
|
4912
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4912
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
|
|
4913
4913
|
"declarations": [
|
|
4914
4914
|
{
|
|
4915
4915
|
"kind": "class",
|
|
4916
4916
|
"description": "",
|
|
4917
|
-
"name": "
|
|
4917
|
+
"name": "QtiHottextInteraction",
|
|
4918
4918
|
"members": [],
|
|
4919
|
+
"superclass": {
|
|
4920
|
+
"name": "Choices",
|
|
4921
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4922
|
+
},
|
|
4923
|
+
"tagName": "qti-hottext-interaction",
|
|
4924
|
+
"customElement": true,
|
|
4919
4925
|
"attributes": [
|
|
4920
4926
|
{
|
|
4921
|
-
"name": "
|
|
4927
|
+
"name": "min-choices",
|
|
4922
4928
|
"type": {
|
|
4923
|
-
"text": "
|
|
4929
|
+
"text": "number"
|
|
4924
4930
|
},
|
|
4925
|
-
"default": "
|
|
4926
|
-
"
|
|
4931
|
+
"default": "0",
|
|
4932
|
+
"description": "the minimal number of selections a candidate must make",
|
|
4933
|
+
"fieldName": "minChoices",
|
|
4934
|
+
"inheritedFrom": {
|
|
4935
|
+
"name": "Choices",
|
|
4936
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4937
|
+
}
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"name": "max-choices",
|
|
4941
|
+
"type": {
|
|
4942
|
+
"text": "number"
|
|
4943
|
+
},
|
|
4944
|
+
"default": "1",
|
|
4945
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
4946
|
+
"fieldName": "maxChoices",
|
|
4947
|
+
"inheritedFrom": {
|
|
4948
|
+
"name": "Choices",
|
|
4949
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4950
|
+
}
|
|
4927
4951
|
},
|
|
4928
4952
|
{
|
|
4929
4953
|
"name": "response-identifier",
|
|
@@ -4964,12 +4988,6 @@
|
|
|
4964
4988
|
}
|
|
4965
4989
|
}
|
|
4966
4990
|
],
|
|
4967
|
-
"superclass": {
|
|
4968
|
-
"name": "Interaction",
|
|
4969
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4970
|
-
},
|
|
4971
|
-
"tagName": "qti-inline-choice-interaction",
|
|
4972
|
-
"customElement": true,
|
|
4973
4991
|
"events": [
|
|
4974
4992
|
{
|
|
4975
4993
|
"name": "qti-register-interaction",
|
|
@@ -4997,60 +5015,46 @@
|
|
|
4997
5015
|
"exports": [
|
|
4998
5016
|
{
|
|
4999
5017
|
"kind": "js",
|
|
5000
|
-
"name": "
|
|
5018
|
+
"name": "QtiHottextInteraction",
|
|
5001
5019
|
"declaration": {
|
|
5002
|
-
"name": "
|
|
5003
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
5020
|
+
"name": "QtiHottextInteraction",
|
|
5021
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
5004
5022
|
}
|
|
5005
5023
|
},
|
|
5006
5024
|
{
|
|
5007
5025
|
"kind": "custom-element-definition",
|
|
5008
|
-
"name": "qti-
|
|
5026
|
+
"name": "qti-hottext-interaction",
|
|
5009
5027
|
"declaration": {
|
|
5010
|
-
"name": "
|
|
5011
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
5028
|
+
"name": "QtiHottextInteraction",
|
|
5029
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
5012
5030
|
}
|
|
5013
5031
|
}
|
|
5014
5032
|
]
|
|
5015
5033
|
},
|
|
5016
5034
|
{
|
|
5017
5035
|
"kind": "javascript-module",
|
|
5018
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5036
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.mdx",
|
|
5019
5037
|
"declarations": [],
|
|
5020
5038
|
"exports": []
|
|
5021
5039
|
},
|
|
5022
5040
|
{
|
|
5023
5041
|
"kind": "javascript-module",
|
|
5024
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5042
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
5025
5043
|
"declarations": [
|
|
5026
5044
|
{
|
|
5027
5045
|
"kind": "class",
|
|
5028
5046
|
"description": "",
|
|
5029
|
-
"name": "
|
|
5047
|
+
"name": "QtiInlineChoiceInteraction",
|
|
5030
5048
|
"members": [],
|
|
5031
|
-
"
|
|
5049
|
+
"attributes": [
|
|
5032
5050
|
{
|
|
5033
|
-
"name": "
|
|
5051
|
+
"name": "data-prompt",
|
|
5034
5052
|
"type": {
|
|
5035
|
-
"text": "
|
|
5053
|
+
"text": "string"
|
|
5036
5054
|
},
|
|
5037
|
-
"
|
|
5038
|
-
|
|
5039
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5040
|
-
}
|
|
5055
|
+
"default": "'select'",
|
|
5056
|
+
"fieldName": "dataPrompt"
|
|
5041
5057
|
},
|
|
5042
|
-
{
|
|
5043
|
-
"name": "qti-register-interaction",
|
|
5044
|
-
"type": {
|
|
5045
|
-
"text": "CustomEvent"
|
|
5046
|
-
},
|
|
5047
|
-
"inheritedFrom": {
|
|
5048
|
-
"name": "DragDropInteractionMixin",
|
|
5049
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5050
|
-
}
|
|
5051
|
-
}
|
|
5052
|
-
],
|
|
5053
|
-
"attributes": [
|
|
5054
5058
|
{
|
|
5055
5059
|
"name": "response-identifier",
|
|
5056
5060
|
"type": {
|
|
@@ -5059,8 +5063,8 @@
|
|
|
5059
5063
|
"default": "''",
|
|
5060
5064
|
"fieldName": "responseIdentifier",
|
|
5061
5065
|
"inheritedFrom": {
|
|
5062
|
-
"name": "
|
|
5063
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5066
|
+
"name": "Interaction",
|
|
5067
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5064
5068
|
}
|
|
5065
5069
|
},
|
|
5066
5070
|
{
|
|
@@ -5069,10 +5073,11 @@
|
|
|
5069
5073
|
"text": "boolean"
|
|
5070
5074
|
},
|
|
5071
5075
|
"default": "false",
|
|
5076
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5072
5077
|
"fieldName": "disabled",
|
|
5073
5078
|
"inheritedFrom": {
|
|
5074
|
-
"name": "
|
|
5075
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5079
|
+
"name": "Interaction",
|
|
5080
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5076
5081
|
}
|
|
5077
5082
|
},
|
|
5078
5083
|
{
|
|
@@ -5081,118 +5086,101 @@
|
|
|
5081
5086
|
"text": "boolean"
|
|
5082
5087
|
},
|
|
5083
5088
|
"default": "false",
|
|
5089
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5084
5090
|
"fieldName": "readonly",
|
|
5085
5091
|
"inheritedFrom": {
|
|
5086
|
-
"name": "
|
|
5087
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5092
|
+
"name": "Interaction",
|
|
5093
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5088
5094
|
}
|
|
5089
|
-
}
|
|
5095
|
+
}
|
|
5096
|
+
],
|
|
5097
|
+
"superclass": {
|
|
5098
|
+
"name": "Interaction",
|
|
5099
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
5100
|
+
},
|
|
5101
|
+
"tagName": "qti-inline-choice-interaction",
|
|
5102
|
+
"customElement": true,
|
|
5103
|
+
"events": [
|
|
5090
5104
|
{
|
|
5091
|
-
"name": "
|
|
5105
|
+
"name": "qti-register-interaction",
|
|
5092
5106
|
"type": {
|
|
5093
|
-
"text": "
|
|
5107
|
+
"text": "CustomEvent"
|
|
5094
5108
|
},
|
|
5095
|
-
"default": "1",
|
|
5096
|
-
"fieldName": "minAssociations",
|
|
5097
5109
|
"inheritedFrom": {
|
|
5098
|
-
"name": "
|
|
5099
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5110
|
+
"name": "Interaction",
|
|
5111
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5100
5112
|
}
|
|
5101
5113
|
},
|
|
5102
5114
|
{
|
|
5103
|
-
"name": "
|
|
5115
|
+
"name": "qti-interaction-response",
|
|
5104
5116
|
"type": {
|
|
5105
|
-
"text": "
|
|
5117
|
+
"text": "CustomEvent"
|
|
5106
5118
|
},
|
|
5107
|
-
"default": "1",
|
|
5108
|
-
"fieldName": "maxAssociations",
|
|
5109
5119
|
"inheritedFrom": {
|
|
5110
|
-
"name": "
|
|
5111
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5120
|
+
"name": "Interaction",
|
|
5121
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5112
5122
|
}
|
|
5113
5123
|
}
|
|
5114
|
-
]
|
|
5115
|
-
"mixins": [
|
|
5116
|
-
{
|
|
5117
|
-
"name": "DragDropInteractionMixin",
|
|
5118
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
5119
|
-
}
|
|
5120
|
-
],
|
|
5121
|
-
"superclass": {
|
|
5122
|
-
"name": "LitElement",
|
|
5123
|
-
"package": "lit"
|
|
5124
|
-
},
|
|
5125
|
-
"tagName": "qti-match-interaction",
|
|
5126
|
-
"customElement": true
|
|
5124
|
+
]
|
|
5127
5125
|
}
|
|
5128
5126
|
],
|
|
5129
5127
|
"exports": [
|
|
5130
5128
|
{
|
|
5131
5129
|
"kind": "js",
|
|
5132
|
-
"name": "
|
|
5130
|
+
"name": "QtiInlineChoiceInteraction",
|
|
5133
5131
|
"declaration": {
|
|
5134
|
-
"name": "
|
|
5135
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
5132
|
+
"name": "QtiInlineChoiceInteraction",
|
|
5133
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
5136
5134
|
}
|
|
5137
5135
|
},
|
|
5138
5136
|
{
|
|
5139
5137
|
"kind": "custom-element-definition",
|
|
5140
|
-
"name": "qti-
|
|
5138
|
+
"name": "qti-inline-choice-interaction",
|
|
5141
5139
|
"declaration": {
|
|
5142
|
-
"name": "
|
|
5143
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
5140
|
+
"name": "QtiInlineChoiceInteraction",
|
|
5141
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
5144
5142
|
}
|
|
5145
5143
|
}
|
|
5146
5144
|
]
|
|
5147
5145
|
},
|
|
5148
5146
|
{
|
|
5149
5147
|
"kind": "javascript-module",
|
|
5150
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5148
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.mdx",
|
|
5151
5149
|
"declarations": [],
|
|
5152
5150
|
"exports": []
|
|
5153
5151
|
},
|
|
5154
5152
|
{
|
|
5155
5153
|
"kind": "javascript-module",
|
|
5156
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5154
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
|
|
5157
5155
|
"declarations": [
|
|
5158
5156
|
{
|
|
5159
5157
|
"kind": "class",
|
|
5160
5158
|
"description": "",
|
|
5161
|
-
"name": "
|
|
5159
|
+
"name": "QtiMatchInteraction",
|
|
5162
5160
|
"members": [],
|
|
5163
|
-
"
|
|
5164
|
-
"name": "Choices",
|
|
5165
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
5166
|
-
},
|
|
5167
|
-
"tagName": "qti-hotspot-interaction",
|
|
5168
|
-
"customElement": true,
|
|
5169
|
-
"attributes": [
|
|
5161
|
+
"events": [
|
|
5170
5162
|
{
|
|
5171
|
-
"name": "
|
|
5163
|
+
"name": "qti-interaction-response",
|
|
5172
5164
|
"type": {
|
|
5173
|
-
"text": "
|
|
5165
|
+
"text": "CustomEvent"
|
|
5174
5166
|
},
|
|
5175
|
-
"default": "0",
|
|
5176
|
-
"description": "the minimal number of selections a candidate must make",
|
|
5177
|
-
"fieldName": "minChoices",
|
|
5178
5167
|
"inheritedFrom": {
|
|
5179
|
-
"name": "
|
|
5180
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5168
|
+
"name": "DragDropInteractionMixin",
|
|
5169
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5181
5170
|
}
|
|
5182
5171
|
},
|
|
5183
5172
|
{
|
|
5184
|
-
"name": "
|
|
5173
|
+
"name": "qti-register-interaction",
|
|
5185
5174
|
"type": {
|
|
5186
|
-
"text": "
|
|
5175
|
+
"text": "CustomEvent"
|
|
5187
5176
|
},
|
|
5188
|
-
"default": "1",
|
|
5189
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
5190
|
-
"fieldName": "maxChoices",
|
|
5191
5177
|
"inheritedFrom": {
|
|
5192
|
-
"name": "
|
|
5193
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5178
|
+
"name": "DragDropInteractionMixin",
|
|
5179
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5194
5180
|
}
|
|
5195
|
-
}
|
|
5181
|
+
}
|
|
5182
|
+
],
|
|
5183
|
+
"attributes": [
|
|
5196
5184
|
{
|
|
5197
5185
|
"name": "response-identifier",
|
|
5198
5186
|
"type": {
|
|
@@ -5201,8 +5189,8 @@
|
|
|
5201
5189
|
"default": "''",
|
|
5202
5190
|
"fieldName": "responseIdentifier",
|
|
5203
5191
|
"inheritedFrom": {
|
|
5204
|
-
"name": "
|
|
5205
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5192
|
+
"name": "DragDropInteractionMixin",
|
|
5193
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5206
5194
|
}
|
|
5207
5195
|
},
|
|
5208
5196
|
{
|
|
@@ -5211,11 +5199,10 @@
|
|
|
5211
5199
|
"text": "boolean"
|
|
5212
5200
|
},
|
|
5213
5201
|
"default": "false",
|
|
5214
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5215
5202
|
"fieldName": "disabled",
|
|
5216
5203
|
"inheritedFrom": {
|
|
5217
|
-
"name": "
|
|
5218
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5204
|
+
"name": "DroppablesMixin",
|
|
5205
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
5219
5206
|
}
|
|
5220
5207
|
},
|
|
5221
5208
|
{
|
|
@@ -5224,53 +5211,66 @@
|
|
|
5224
5211
|
"text": "boolean"
|
|
5225
5212
|
},
|
|
5226
5213
|
"default": "false",
|
|
5227
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5228
5214
|
"fieldName": "readonly",
|
|
5229
5215
|
"inheritedFrom": {
|
|
5230
|
-
"name": "
|
|
5231
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5232
|
-
}
|
|
5233
|
-
}
|
|
5234
|
-
],
|
|
5235
|
-
"events": [
|
|
5216
|
+
"name": "DragDropInteractionMixin",
|
|
5217
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5218
|
+
}
|
|
5219
|
+
},
|
|
5236
5220
|
{
|
|
5237
|
-
"name": "
|
|
5221
|
+
"name": "min-associations",
|
|
5238
5222
|
"type": {
|
|
5239
|
-
"text": "
|
|
5223
|
+
"text": "number"
|
|
5240
5224
|
},
|
|
5225
|
+
"default": "1",
|
|
5226
|
+
"fieldName": "minAssociations",
|
|
5241
5227
|
"inheritedFrom": {
|
|
5242
|
-
"name": "
|
|
5243
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5228
|
+
"name": "DragDropInteractionMixin",
|
|
5229
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5244
5230
|
}
|
|
5245
5231
|
},
|
|
5246
5232
|
{
|
|
5247
|
-
"name": "
|
|
5233
|
+
"name": "max-associations",
|
|
5248
5234
|
"type": {
|
|
5249
|
-
"text": "
|
|
5235
|
+
"text": "number"
|
|
5250
5236
|
},
|
|
5237
|
+
"default": "1",
|
|
5238
|
+
"fieldName": "maxAssociations",
|
|
5251
5239
|
"inheritedFrom": {
|
|
5252
|
-
"name": "
|
|
5253
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5240
|
+
"name": "DragDropInteractionMixin",
|
|
5241
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5254
5242
|
}
|
|
5255
5243
|
}
|
|
5256
|
-
]
|
|
5244
|
+
],
|
|
5245
|
+
"mixins": [
|
|
5246
|
+
{
|
|
5247
|
+
"name": "DragDropInteractionMixin",
|
|
5248
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
5249
|
+
}
|
|
5250
|
+
],
|
|
5251
|
+
"superclass": {
|
|
5252
|
+
"name": "LitElement",
|
|
5253
|
+
"package": "lit"
|
|
5254
|
+
},
|
|
5255
|
+
"tagName": "qti-match-interaction",
|
|
5256
|
+
"customElement": true
|
|
5257
5257
|
}
|
|
5258
5258
|
],
|
|
5259
5259
|
"exports": [
|
|
5260
5260
|
{
|
|
5261
5261
|
"kind": "js",
|
|
5262
|
-
"name": "
|
|
5262
|
+
"name": "QtiMatchInteraction",
|
|
5263
5263
|
"declaration": {
|
|
5264
|
-
"name": "
|
|
5265
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
5264
|
+
"name": "QtiMatchInteraction",
|
|
5265
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
5266
5266
|
}
|
|
5267
5267
|
},
|
|
5268
5268
|
{
|
|
5269
5269
|
"kind": "custom-element-definition",
|
|
5270
|
-
"name": "qti-
|
|
5270
|
+
"name": "qti-match-interaction",
|
|
5271
5271
|
"declaration": {
|
|
5272
|
-
"name": "
|
|
5273
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
5272
|
+
"name": "QtiMatchInteraction",
|
|
5273
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
5274
5274
|
}
|
|
5275
5275
|
}
|
|
5276
5276
|
]
|
|
@@ -7583,36 +7583,46 @@
|
|
|
7583
7583
|
},
|
|
7584
7584
|
{
|
|
7585
7585
|
"kind": "javascript-module",
|
|
7586
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
7586
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts",
|
|
7587
7587
|
"declarations": [
|
|
7588
7588
|
{
|
|
7589
7589
|
"kind": "class",
|
|
7590
7590
|
"description": "",
|
|
7591
|
-
"name": "
|
|
7591
|
+
"name": "QtiEqual",
|
|
7592
7592
|
"members": [],
|
|
7593
|
+
"attributes": [
|
|
7594
|
+
{
|
|
7595
|
+
"name": "toleranceMode",
|
|
7596
|
+
"type": {
|
|
7597
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
7598
|
+
},
|
|
7599
|
+
"default": "'exact'",
|
|
7600
|
+
"fieldName": "toleranceMode"
|
|
7601
|
+
}
|
|
7602
|
+
],
|
|
7593
7603
|
"superclass": {
|
|
7594
7604
|
"name": "QtiExpression",
|
|
7595
7605
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
7596
7606
|
},
|
|
7597
|
-
"tagName": "qti-
|
|
7607
|
+
"tagName": "qti-equal",
|
|
7598
7608
|
"customElement": true
|
|
7599
7609
|
}
|
|
7600
7610
|
],
|
|
7601
7611
|
"exports": [
|
|
7602
7612
|
{
|
|
7603
7613
|
"kind": "js",
|
|
7604
|
-
"name": "
|
|
7614
|
+
"name": "QtiEqual",
|
|
7605
7615
|
"declaration": {
|
|
7606
|
-
"name": "
|
|
7607
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
7616
|
+
"name": "QtiEqual",
|
|
7617
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
7608
7618
|
}
|
|
7609
7619
|
},
|
|
7610
7620
|
{
|
|
7611
7621
|
"kind": "custom-element-definition",
|
|
7612
|
-
"name": "qti-
|
|
7622
|
+
"name": "qti-equal",
|
|
7613
7623
|
"declaration": {
|
|
7614
|
-
"name": "
|
|
7615
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
7624
|
+
"name": "QtiEqual",
|
|
7625
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
7616
7626
|
}
|
|
7617
7627
|
}
|
|
7618
7628
|
]
|
|
@@ -7665,46 +7675,36 @@
|
|
|
7665
7675
|
},
|
|
7666
7676
|
{
|
|
7667
7677
|
"kind": "javascript-module",
|
|
7668
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
7678
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gt/qti-gt.ts",
|
|
7669
7679
|
"declarations": [
|
|
7670
7680
|
{
|
|
7671
7681
|
"kind": "class",
|
|
7672
7682
|
"description": "",
|
|
7673
|
-
"name": "
|
|
7683
|
+
"name": "QtiGt",
|
|
7674
7684
|
"members": [],
|
|
7675
|
-
"attributes": [
|
|
7676
|
-
{
|
|
7677
|
-
"name": "toleranceMode",
|
|
7678
|
-
"type": {
|
|
7679
|
-
"text": "'exact' | 'relative' | 'absolute'"
|
|
7680
|
-
},
|
|
7681
|
-
"default": "'exact'",
|
|
7682
|
-
"fieldName": "toleranceMode"
|
|
7683
|
-
}
|
|
7684
|
-
],
|
|
7685
7685
|
"superclass": {
|
|
7686
7686
|
"name": "QtiExpression",
|
|
7687
7687
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
7688
7688
|
},
|
|
7689
|
-
"tagName": "qti-
|
|
7689
|
+
"tagName": "qti-gt",
|
|
7690
7690
|
"customElement": true
|
|
7691
7691
|
}
|
|
7692
7692
|
],
|
|
7693
7693
|
"exports": [
|
|
7694
7694
|
{
|
|
7695
7695
|
"kind": "js",
|
|
7696
|
-
"name": "
|
|
7696
|
+
"name": "QtiGt",
|
|
7697
7697
|
"declaration": {
|
|
7698
|
-
"name": "
|
|
7699
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
7698
|
+
"name": "QtiGt",
|
|
7699
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gt/qti-gt.ts"
|
|
7700
7700
|
}
|
|
7701
7701
|
},
|
|
7702
7702
|
{
|
|
7703
7703
|
"kind": "custom-element-definition",
|
|
7704
|
-
"name": "qti-
|
|
7704
|
+
"name": "qti-gt",
|
|
7705
7705
|
"declaration": {
|
|
7706
|
-
"name": "
|
|
7707
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
7706
|
+
"name": "QtiGt",
|
|
7707
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-gt/qti-gt.ts"
|
|
7708
7708
|
}
|
|
7709
7709
|
}
|
|
7710
7710
|
]
|
|
@@ -7898,42 +7898,6 @@
|
|
|
7898
7898
|
}
|
|
7899
7899
|
]
|
|
7900
7900
|
},
|
|
7901
|
-
{
|
|
7902
|
-
"kind": "javascript-module",
|
|
7903
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts",
|
|
7904
|
-
"declarations": [
|
|
7905
|
-
{
|
|
7906
|
-
"kind": "class",
|
|
7907
|
-
"description": "",
|
|
7908
|
-
"name": "QtiMatch",
|
|
7909
|
-
"members": [],
|
|
7910
|
-
"superclass": {
|
|
7911
|
-
"name": "QtiExpression",
|
|
7912
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
7913
|
-
},
|
|
7914
|
-
"tagName": "qti-match",
|
|
7915
|
-
"customElement": true
|
|
7916
|
-
}
|
|
7917
|
-
],
|
|
7918
|
-
"exports": [
|
|
7919
|
-
{
|
|
7920
|
-
"kind": "js",
|
|
7921
|
-
"name": "QtiMatch",
|
|
7922
|
-
"declaration": {
|
|
7923
|
-
"name": "QtiMatch",
|
|
7924
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
7925
|
-
}
|
|
7926
|
-
},
|
|
7927
|
-
{
|
|
7928
|
-
"kind": "custom-element-definition",
|
|
7929
|
-
"name": "qti-match",
|
|
7930
|
-
"declaration": {
|
|
7931
|
-
"name": "QtiMatch",
|
|
7932
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
7933
|
-
}
|
|
7934
|
-
}
|
|
7935
|
-
]
|
|
7936
|
-
},
|
|
7937
7901
|
{
|
|
7938
7902
|
"kind": "javascript-module",
|
|
7939
7903
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts",
|
|
@@ -7996,36 +7960,36 @@
|
|
|
7996
7960
|
},
|
|
7997
7961
|
{
|
|
7998
7962
|
"kind": "javascript-module",
|
|
7999
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
7963
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts",
|
|
8000
7964
|
"declarations": [
|
|
8001
7965
|
{
|
|
8002
7966
|
"kind": "class",
|
|
8003
7967
|
"description": "",
|
|
8004
|
-
"name": "
|
|
7968
|
+
"name": "QtiMatch",
|
|
8005
7969
|
"members": [],
|
|
8006
7970
|
"superclass": {
|
|
8007
7971
|
"name": "QtiExpression",
|
|
8008
7972
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
8009
7973
|
},
|
|
8010
|
-
"tagName": "qti-
|
|
7974
|
+
"tagName": "qti-match",
|
|
8011
7975
|
"customElement": true
|
|
8012
7976
|
}
|
|
8013
7977
|
],
|
|
8014
7978
|
"exports": [
|
|
8015
7979
|
{
|
|
8016
7980
|
"kind": "js",
|
|
8017
|
-
"name": "
|
|
7981
|
+
"name": "QtiMatch",
|
|
8018
7982
|
"declaration": {
|
|
8019
|
-
"name": "
|
|
8020
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
7983
|
+
"name": "QtiMatch",
|
|
7984
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
8021
7985
|
}
|
|
8022
7986
|
},
|
|
8023
7987
|
{
|
|
8024
7988
|
"kind": "custom-element-definition",
|
|
8025
|
-
"name": "qti-
|
|
7989
|
+
"name": "qti-match",
|
|
8026
7990
|
"declaration": {
|
|
8027
|
-
"name": "
|
|
8028
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
7991
|
+
"name": "QtiMatch",
|
|
7992
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
8029
7993
|
}
|
|
8030
7994
|
}
|
|
8031
7995
|
]
|
|
@@ -8066,6 +8030,42 @@
|
|
|
8066
8030
|
}
|
|
8067
8031
|
]
|
|
8068
8032
|
},
|
|
8033
|
+
{
|
|
8034
|
+
"kind": "javascript-module",
|
|
8035
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts",
|
|
8036
|
+
"declarations": [
|
|
8037
|
+
{
|
|
8038
|
+
"kind": "class",
|
|
8039
|
+
"description": "",
|
|
8040
|
+
"name": "QtiMember",
|
|
8041
|
+
"members": [],
|
|
8042
|
+
"superclass": {
|
|
8043
|
+
"name": "QtiExpression",
|
|
8044
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
8045
|
+
},
|
|
8046
|
+
"tagName": "qti-member",
|
|
8047
|
+
"customElement": true
|
|
8048
|
+
}
|
|
8049
|
+
],
|
|
8050
|
+
"exports": [
|
|
8051
|
+
{
|
|
8052
|
+
"kind": "js",
|
|
8053
|
+
"name": "QtiMember",
|
|
8054
|
+
"declaration": {
|
|
8055
|
+
"name": "QtiMember",
|
|
8056
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
|
|
8057
|
+
}
|
|
8058
|
+
},
|
|
8059
|
+
{
|
|
8060
|
+
"kind": "custom-element-definition",
|
|
8061
|
+
"name": "qti-member",
|
|
8062
|
+
"declaration": {
|
|
8063
|
+
"name": "QtiMember",
|
|
8064
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
|
|
8065
|
+
}
|
|
8066
|
+
}
|
|
8067
|
+
]
|
|
8068
|
+
},
|
|
8069
8069
|
{
|
|
8070
8070
|
"kind": "javascript-module",
|
|
8071
8071
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-not/qti-not.ts",
|
|
@@ -8140,81 +8140,81 @@
|
|
|
8140
8140
|
},
|
|
8141
8141
|
{
|
|
8142
8142
|
"kind": "javascript-module",
|
|
8143
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
8143
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-ordered/qti-ordered.ts",
|
|
8144
8144
|
"declarations": [
|
|
8145
8145
|
{
|
|
8146
8146
|
"kind": "class",
|
|
8147
8147
|
"description": "",
|
|
8148
|
-
"name": "
|
|
8148
|
+
"name": "QtiOrdered",
|
|
8149
8149
|
"members": [],
|
|
8150
|
-
"attributes": [
|
|
8151
|
-
{
|
|
8152
|
-
"name": "identifier",
|
|
8153
|
-
"type": {
|
|
8154
|
-
"text": "string"
|
|
8155
|
-
},
|
|
8156
|
-
"fieldName": "identifier"
|
|
8157
|
-
}
|
|
8158
|
-
],
|
|
8159
8150
|
"superclass": {
|
|
8160
|
-
"name": "
|
|
8161
|
-
"
|
|
8151
|
+
"name": "QtiExpression",
|
|
8152
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
8162
8153
|
},
|
|
8163
|
-
"tagName": "qti-
|
|
8154
|
+
"tagName": "qti-ordered",
|
|
8164
8155
|
"customElement": true
|
|
8165
8156
|
}
|
|
8166
8157
|
],
|
|
8167
8158
|
"exports": [
|
|
8168
8159
|
{
|
|
8169
8160
|
"kind": "js",
|
|
8170
|
-
"name": "
|
|
8161
|
+
"name": "QtiOrdered",
|
|
8171
8162
|
"declaration": {
|
|
8172
|
-
"name": "
|
|
8173
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
8163
|
+
"name": "QtiOrdered",
|
|
8164
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-ordered/qti-ordered.ts"
|
|
8174
8165
|
}
|
|
8175
8166
|
},
|
|
8176
8167
|
{
|
|
8177
8168
|
"kind": "custom-element-definition",
|
|
8178
|
-
"name": "qti-
|
|
8169
|
+
"name": "qti-ordered",
|
|
8179
8170
|
"declaration": {
|
|
8180
|
-
"name": "
|
|
8181
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
8171
|
+
"name": "QtiOrdered",
|
|
8172
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-ordered/qti-ordered.ts"
|
|
8182
8173
|
}
|
|
8183
8174
|
}
|
|
8184
8175
|
]
|
|
8185
8176
|
},
|
|
8186
8177
|
{
|
|
8187
8178
|
"kind": "javascript-module",
|
|
8188
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
8179
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts",
|
|
8189
8180
|
"declarations": [
|
|
8190
8181
|
{
|
|
8191
8182
|
"kind": "class",
|
|
8192
8183
|
"description": "",
|
|
8193
|
-
"name": "
|
|
8184
|
+
"name": "QtPrintedVariable",
|
|
8194
8185
|
"members": [],
|
|
8186
|
+
"attributes": [
|
|
8187
|
+
{
|
|
8188
|
+
"name": "identifier",
|
|
8189
|
+
"type": {
|
|
8190
|
+
"text": "string"
|
|
8191
|
+
},
|
|
8192
|
+
"fieldName": "identifier"
|
|
8193
|
+
}
|
|
8194
|
+
],
|
|
8195
8195
|
"superclass": {
|
|
8196
|
-
"name": "
|
|
8197
|
-
"
|
|
8196
|
+
"name": "LitElement",
|
|
8197
|
+
"package": "lit"
|
|
8198
8198
|
},
|
|
8199
|
-
"tagName": "qti-
|
|
8199
|
+
"tagName": "qti-printed-variable",
|
|
8200
8200
|
"customElement": true
|
|
8201
8201
|
}
|
|
8202
8202
|
],
|
|
8203
8203
|
"exports": [
|
|
8204
8204
|
{
|
|
8205
8205
|
"kind": "js",
|
|
8206
|
-
"name": "
|
|
8206
|
+
"name": "QtPrintedVariable",
|
|
8207
8207
|
"declaration": {
|
|
8208
|
-
"name": "
|
|
8209
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
8208
|
+
"name": "QtPrintedVariable",
|
|
8209
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
8210
8210
|
}
|
|
8211
8211
|
},
|
|
8212
8212
|
{
|
|
8213
8213
|
"kind": "custom-element-definition",
|
|
8214
|
-
"name": "qti-
|
|
8214
|
+
"name": "qti-printed-variable",
|
|
8215
8215
|
"declaration": {
|
|
8216
|
-
"name": "
|
|
8217
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
8216
|
+
"name": "QtPrintedVariable",
|
|
8217
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
8218
8218
|
}
|
|
8219
8219
|
}
|
|
8220
8220
|
]
|