@citolab/qti-components 7.28.0 → 8.0.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.
- package/cdn/index.global.js +1 -1
- package/cdn/index.js +6178 -2946
- package/dist/base.d.ts +9 -50
- package/dist/base.js +31 -6
- package/dist/chunk-5QYII4OZ.js +1374 -0
- package/dist/chunk-5QYII4OZ.js.map +1 -0
- package/dist/{chunk-FK2IVMS3.js → chunk-5SJS36BI.js} +4264 -3647
- package/dist/chunk-5SJS36BI.js.map +1 -0
- package/dist/chunk-64XSIBGO.js +241 -0
- package/dist/chunk-64XSIBGO.js.map +1 -0
- package/dist/{chunk-F6WP6WEF.js → chunk-7V4HJFHW.js} +3 -3
- package/dist/{chunk-F6WP6WEF.js.map → chunk-7V4HJFHW.js.map} +1 -1
- package/dist/{chunk-Z2SUBRH5.js → chunk-H3J7LFRO.js} +834 -1005
- package/dist/chunk-H3J7LFRO.js.map +1 -0
- package/dist/chunk-IJD53WY6.js +719 -0
- package/dist/chunk-IJD53WY6.js.map +1 -0
- package/dist/chunk-KYEZRYO6.js +1608 -0
- package/dist/chunk-KYEZRYO6.js.map +1 -0
- package/dist/{chunk-PINGOK2F.js → chunk-LZJHHZQ2.js} +1979 -1775
- package/dist/chunk-LZJHHZQ2.js.map +1 -0
- package/dist/chunk-MGF5F3S2.js +11 -0
- package/dist/chunk-MGF5F3S2.js.map +1 -0
- package/dist/chunk-MJVPNN7W.js +11 -0
- package/dist/chunk-MJVPNN7W.js.map +1 -0
- package/dist/{chunk-YLIYPNMK.js → chunk-NA2N2WSG.js} +1303 -1193
- package/dist/chunk-NA2N2WSG.js.map +1 -0
- package/dist/chunk-V5G7X53Y.js +11 -0
- package/dist/chunk-V5G7X53Y.js.map +1 -0
- package/dist/chunk-W4QZPCNC.js +294 -0
- package/dist/chunk-W4QZPCNC.js.map +1 -0
- package/dist/chunk-WCQ26LV7.js +102 -0
- package/dist/chunk-WCQ26LV7.js.map +1 -0
- package/dist/{chunk-OQ77SE2W.js → chunk-WVVMNF74.js} +851 -925
- package/dist/chunk-WVVMNF74.js.map +1 -0
- package/dist/{chunk-N7S3GNUP.js → chunk-X3E5HXG2.js} +2 -2
- package/dist/corrections.d.ts +1 -0
- package/dist/corrections.js +84 -0
- package/dist/elements.d.ts +1 -399
- package/dist/elements.js +6 -5
- package/dist/index.d.ts +9 -23
- package/dist/index.js +189 -76
- package/dist/interactions.d.ts +1 -915
- package/dist/interactions.js +19 -15
- package/dist/item.css +4118 -1920
- package/dist/item.d.ts +1 -127
- package/dist/item.js +6 -11
- package/dist/loader.d.ts +1 -22
- package/dist/loader.js +2 -3
- package/dist/processing.d.ts +1 -731
- package/dist/processing.js +2 -3
- package/dist/qti-components-jsx.d.ts +5394 -2718
- package/dist/test.d.ts +1 -537
- package/dist/test.js +26 -11
- package/dist/transformers.d.ts +1 -18
- package/dist/transformers.js +1 -2
- package/package.json +20 -16
- package/custom-elements.json +0 -43161
- package/dist/chunk-BPIDAS3T.js +0 -495
- package/dist/chunk-BPIDAS3T.js.map +0 -1
- package/dist/chunk-FK2IVMS3.js.map +0 -1
- package/dist/chunk-LQZCSHN5.js +0 -3673
- package/dist/chunk-LQZCSHN5.js.map +0 -1
- package/dist/chunk-OQ77SE2W.js.map +0 -1
- package/dist/chunk-PINGOK2F.js.map +0 -1
- package/dist/chunk-QXBXORM3.js +0 -27
- package/dist/chunk-U2FLSHK7.js +0 -510
- package/dist/chunk-U2FLSHK7.js.map +0 -1
- package/dist/chunk-YLIYPNMK.js.map +0 -1
- package/dist/chunk-Z2SUBRH5.js.map +0 -1
- package/dist/computed-item.context-DfsW_96S.d.ts +0 -22
- package/dist/computed.context-DHbxad0N.d.ts +0 -45
- package/dist/config.context-BjZ2bZSY.d.ts +0 -42
- package/dist/interaction-Bgzlw7Iu.d.ts +0 -110
- package/dist/item.context-CkUeDcaO.d.ts +0 -15
- package/dist/qti-condition-expression-B1BYmCcq.d.ts +0 -26
- package/dist/qti-feedback-ChmXhZuf.d.ts +0 -21
- package/dist/qti-rule-base-ajOnfGXY.d.ts +0 -16
- package/dist/qti-transform-test-DMx816H0.d.ts +0 -68
- package/dist/qti.context-B8PSyIWm.d.ts +0 -14
- package/dist/test.context-CByZZjkR.d.ts +0 -15
- package/dist/variables-CMYcDbyW.d.ts +0 -70
- /package/dist/{chunk-N7S3GNUP.js.map → chunk-X3E5HXG2.js.map} +0 -0
- /package/dist/{chunk-QXBXORM3.js.map → corrections.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,12 +1,114 @@
|
|
|
1
|
+
import "./chunk-MGF5F3S2.js";
|
|
2
|
+
import {
|
|
3
|
+
CandidateCorrectionMixin,
|
|
4
|
+
ChoiceCorrectionMixin,
|
|
5
|
+
CorrectResponseMixin,
|
|
6
|
+
Correctness,
|
|
7
|
+
ItemCorrectResponseMode,
|
|
8
|
+
ItemShowCandidateCorrection,
|
|
9
|
+
ItemShowCorrectResponse,
|
|
10
|
+
QtiAssessmentItemCorrection,
|
|
11
|
+
QtiAssociateInteractionCorrection,
|
|
12
|
+
QtiChoiceInteractionCorrection,
|
|
13
|
+
QtiExtendedTextInteractionCorrection,
|
|
14
|
+
QtiGapMatchInteractionCorrection,
|
|
15
|
+
QtiGapTextCorrection,
|
|
16
|
+
QtiGraphicAssociateInteractionCorrection,
|
|
17
|
+
QtiGraphicGapMatchInteractionCorrection,
|
|
18
|
+
QtiGraphicOrderInteractionCorrection,
|
|
19
|
+
QtiHotspotChoiceCorrection,
|
|
20
|
+
QtiHotspotInteractionCorrection,
|
|
21
|
+
QtiHottextCorrection,
|
|
22
|
+
QtiHottextInteractionCorrection,
|
|
23
|
+
QtiInlineChoiceInteractionCorrection,
|
|
24
|
+
QtiItemCorrection,
|
|
25
|
+
QtiMatchInteractionCorrection,
|
|
26
|
+
QtiOrderInteractionCorrection,
|
|
27
|
+
QtiPortableCustomInteractionCorrection,
|
|
28
|
+
QtiSelectPointInteractionCorrection,
|
|
29
|
+
QtiSimpleAssociableChoiceCorrection,
|
|
30
|
+
QtiSimpleChoiceCorrection,
|
|
31
|
+
QtiSliderInteractionCorrection,
|
|
32
|
+
QtiTestCorrection,
|
|
33
|
+
QtiTextEntryInteractionCorrection,
|
|
34
|
+
TestCheckItemCorrection,
|
|
35
|
+
TestNavigationCorrection,
|
|
36
|
+
TestShowCorrectResponse,
|
|
37
|
+
correctionPart
|
|
38
|
+
} from "./chunk-KYEZRYO6.js";
|
|
39
|
+
import {
|
|
40
|
+
QtiAssessmentItemRef,
|
|
41
|
+
QtiAssessmentSection,
|
|
42
|
+
QtiAssessmentTest,
|
|
43
|
+
QtiTest,
|
|
44
|
+
QtiTestFeedback,
|
|
45
|
+
QtiTestPart,
|
|
46
|
+
TestCheckItem,
|
|
47
|
+
TestContainer,
|
|
48
|
+
TestEndAttempt,
|
|
49
|
+
TestItemLink,
|
|
50
|
+
TestItemToSpeech,
|
|
51
|
+
TestNavigation,
|
|
52
|
+
TestNext,
|
|
53
|
+
TestPagingButtonsStamp,
|
|
54
|
+
TestPrev,
|
|
55
|
+
TestPrintContext,
|
|
56
|
+
TestPrintVariables,
|
|
57
|
+
TestScoringButtons,
|
|
58
|
+
TestScoringFeedback,
|
|
59
|
+
TestSectionButtonsStamp,
|
|
60
|
+
TestSectionLink,
|
|
61
|
+
TestStamp,
|
|
62
|
+
TestTtsNext,
|
|
63
|
+
TestTtsPause,
|
|
64
|
+
TestTtsPlay,
|
|
65
|
+
TestTtsPrev,
|
|
66
|
+
TestTtsResume,
|
|
67
|
+
TestTtsStop,
|
|
68
|
+
TestView,
|
|
69
|
+
TestViewToggle,
|
|
70
|
+
ttsContext
|
|
71
|
+
} from "./chunk-LZJHHZQ2.js";
|
|
72
|
+
import "./chunk-V5G7X53Y.js";
|
|
73
|
+
import {
|
|
74
|
+
QtiAssessmentItem,
|
|
75
|
+
QtiAssessmentStimulusRef,
|
|
76
|
+
QtiAssessmentStimulusRefConnectedEvent,
|
|
77
|
+
QtiCompanionMaterialsInfo,
|
|
78
|
+
QtiContentBody,
|
|
79
|
+
QtiContextDeclaration,
|
|
80
|
+
QtiCustomOperator,
|
|
81
|
+
QtiFeedbackBlock,
|
|
82
|
+
QtiFeedbackInline,
|
|
83
|
+
QtiItemBody,
|
|
84
|
+
QtiModalFeedback,
|
|
85
|
+
QtiOutcomeDeclaration,
|
|
86
|
+
QtiResponseDeclaration,
|
|
87
|
+
QtiResponseProcessing,
|
|
88
|
+
QtiRubricBlock,
|
|
89
|
+
QtiStylesheet,
|
|
90
|
+
QtiTemplateConstraint,
|
|
91
|
+
QtiTemplateDeclaration,
|
|
92
|
+
QtiTemplateProcessing
|
|
93
|
+
} from "./chunk-WVVMNF74.js";
|
|
1
94
|
import {
|
|
2
95
|
QtiAssociableHotspot,
|
|
3
|
-
QtiAssociateInteraction,
|
|
4
|
-
QtiChoiceInteraction,
|
|
5
96
|
QtiCustomInteraction,
|
|
6
97
|
QtiEndAttemptInteraction,
|
|
7
|
-
QtiExtendedTextInteraction,
|
|
8
98
|
QtiGap,
|
|
9
99
|
QtiGapImg,
|
|
100
|
+
QtiInlineChoice,
|
|
101
|
+
QtiMediaInteraction,
|
|
102
|
+
QtiPositionObjectInteraction,
|
|
103
|
+
QtiPositionObjectStage,
|
|
104
|
+
QtiPrompt,
|
|
105
|
+
QtiUploadInteraction,
|
|
106
|
+
qtiInteractionElements
|
|
107
|
+
} from "./chunk-5QYII4OZ.js";
|
|
108
|
+
import {
|
|
109
|
+
QtiAssociateInteraction,
|
|
110
|
+
QtiChoiceInteraction,
|
|
111
|
+
QtiExtendedTextInteraction,
|
|
10
112
|
QtiGapMatchInteraction,
|
|
11
113
|
QtiGapText,
|
|
12
114
|
QtiGraphicAssociateInteraction,
|
|
@@ -16,34 +118,34 @@ import {
|
|
|
16
118
|
QtiHotspotInteraction,
|
|
17
119
|
QtiHottext,
|
|
18
120
|
QtiHottextInteraction,
|
|
19
|
-
QtiInlineChoice,
|
|
20
121
|
QtiInlineChoiceInteraction,
|
|
21
122
|
QtiMatchInteraction,
|
|
22
|
-
QtiMediaInteraction,
|
|
23
123
|
QtiOrderInteraction,
|
|
24
124
|
QtiPortableCustomInteraction,
|
|
25
|
-
QtiPositionObjectInteraction,
|
|
26
|
-
QtiPositionObjectStage,
|
|
27
|
-
QtiPrompt,
|
|
28
125
|
QtiSelectPointInteraction,
|
|
29
126
|
QtiSimpleAssociableChoice,
|
|
30
127
|
QtiSimpleChoice,
|
|
31
128
|
QtiSliderInteraction,
|
|
32
|
-
QtiTextEntryInteraction
|
|
33
|
-
|
|
34
|
-
|
|
129
|
+
QtiTextEntryInteraction
|
|
130
|
+
} from "./chunk-5SJS36BI.js";
|
|
131
|
+
import "./chunk-X3E5HXG2.js";
|
|
132
|
+
import "./chunk-MJVPNN7W.js";
|
|
35
133
|
import {
|
|
36
134
|
ItemContainer,
|
|
37
|
-
ItemCorrectResponseMode,
|
|
38
135
|
ItemPrintVariables,
|
|
39
|
-
ItemShowCandidateCorrection,
|
|
40
|
-
ItemShowCorrectResponse,
|
|
41
136
|
QtiItem
|
|
42
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-W4QZPCNC.js";
|
|
138
|
+
import "./chunk-WCQ26LV7.js";
|
|
139
|
+
import "./chunk-64XSIBGO.js";
|
|
43
140
|
import {
|
|
44
141
|
getItemByUri,
|
|
45
142
|
getManifestInfo
|
|
46
|
-
} from "./chunk-
|
|
143
|
+
} from "./chunk-7V4HJFHW.js";
|
|
144
|
+
import {
|
|
145
|
+
qtiTransformItem,
|
|
146
|
+
qtiTransformManifest,
|
|
147
|
+
qtiTransformTest
|
|
148
|
+
} from "./chunk-IJD53WY6.js";
|
|
47
149
|
import {
|
|
48
150
|
QtiAnd,
|
|
49
151
|
QtiAnyN,
|
|
@@ -113,63 +215,8 @@ import {
|
|
|
113
215
|
QtiVariable,
|
|
114
216
|
qtiAndMixin,
|
|
115
217
|
qtiSubtractMixin
|
|
116
|
-
} from "./chunk-
|
|
117
|
-
import {
|
|
118
|
-
QtiAssessmentItemRef,
|
|
119
|
-
QtiAssessmentSection,
|
|
120
|
-
QtiAssessmentTest,
|
|
121
|
-
QtiTest,
|
|
122
|
-
QtiTestFeedback,
|
|
123
|
-
QtiTestPart,
|
|
124
|
-
TestCheckItem,
|
|
125
|
-
TestContainer,
|
|
126
|
-
TestEndAttempt,
|
|
127
|
-
TestItemLink,
|
|
128
|
-
TestNavigation,
|
|
129
|
-
TestNext,
|
|
130
|
-
TestPagingButtonsStamp,
|
|
131
|
-
TestPrev,
|
|
132
|
-
TestPrintContext,
|
|
133
|
-
TestPrintVariables,
|
|
134
|
-
TestScoringButtons,
|
|
135
|
-
TestScoringFeedback,
|
|
136
|
-
TestSectionButtonsStamp,
|
|
137
|
-
TestSectionLink,
|
|
138
|
-
TestShowCorrectResponse,
|
|
139
|
-
TestStamp,
|
|
140
|
-
TestView,
|
|
141
|
-
TestViewToggle
|
|
142
|
-
} from "./chunk-PINGOK2F.js";
|
|
218
|
+
} from "./chunk-NA2N2WSG.js";
|
|
143
219
|
import {
|
|
144
|
-
QtiAssessmentItem,
|
|
145
|
-
QtiAssessmentStimulusRef,
|
|
146
|
-
QtiAssessmentStimulusRefConnectedEvent,
|
|
147
|
-
QtiCompanionMaterialsInfo,
|
|
148
|
-
QtiContentBody,
|
|
149
|
-
QtiContextDeclaration,
|
|
150
|
-
QtiCustomOperator,
|
|
151
|
-
QtiFeedbackBlock,
|
|
152
|
-
QtiFeedbackInline,
|
|
153
|
-
QtiItemBody,
|
|
154
|
-
QtiModalFeedback,
|
|
155
|
-
QtiOutcomeDeclaration,
|
|
156
|
-
QtiResponseDeclaration,
|
|
157
|
-
QtiResponseProcessing,
|
|
158
|
-
QtiRubricBlock,
|
|
159
|
-
QtiStylesheet,
|
|
160
|
-
QtiTemplateConstraint,
|
|
161
|
-
QtiTemplateDeclaration,
|
|
162
|
-
QtiTemplateProcessing
|
|
163
|
-
} from "./chunk-OQ77SE2W.js";
|
|
164
|
-
import "./chunk-N7S3GNUP.js";
|
|
165
|
-
import "./chunk-LQZCSHN5.js";
|
|
166
|
-
import {
|
|
167
|
-
qtiTransformItem,
|
|
168
|
-
qtiTransformManifest,
|
|
169
|
-
qtiTransformTest
|
|
170
|
-
} from "./chunk-BPIDAS3T.js";
|
|
171
|
-
import {
|
|
172
|
-
Correctness,
|
|
173
220
|
INITIAL_SESSION_CONTEXT,
|
|
174
221
|
INITIAL_TEST_CONTEXT,
|
|
175
222
|
Interaction,
|
|
@@ -180,20 +227,36 @@ import {
|
|
|
180
227
|
QtiRuleElement,
|
|
181
228
|
QtiVariableDeclaration,
|
|
182
229
|
ScoringHelper,
|
|
230
|
+
asSeed,
|
|
231
|
+
boxSizing,
|
|
183
232
|
computedContext,
|
|
184
233
|
computedItemContext,
|
|
185
234
|
configContext,
|
|
186
235
|
convertNumberToUniversalFormat,
|
|
187
236
|
decimalSeparator,
|
|
237
|
+
dropRegion,
|
|
238
|
+
interactionContext,
|
|
239
|
+
isSeed,
|
|
188
240
|
itemContext,
|
|
189
241
|
itemContextVariables,
|
|
242
|
+
iterResponseValues,
|
|
243
|
+
parsePair,
|
|
244
|
+
parsePoint,
|
|
245
|
+
parseResponseAttribute,
|
|
190
246
|
qtiContext,
|
|
191
247
|
removeDoubleSlashes,
|
|
248
|
+
responseAttributeConverter,
|
|
249
|
+
serializePair,
|
|
250
|
+
serializePoint,
|
|
251
|
+
serializeResponseAttribute,
|
|
192
252
|
sessionContext,
|
|
193
|
-
testContext
|
|
194
|
-
|
|
195
|
-
|
|
253
|
+
testContext,
|
|
254
|
+
validationMessage
|
|
255
|
+
} from "./chunk-H3J7LFRO.js";
|
|
196
256
|
export {
|
|
257
|
+
CandidateCorrectionMixin,
|
|
258
|
+
ChoiceCorrectionMixin,
|
|
259
|
+
CorrectResponseMixin,
|
|
197
260
|
Correctness,
|
|
198
261
|
INITIAL_SESSION_CONTEXT,
|
|
199
262
|
INITIAL_TEST_CONTEXT,
|
|
@@ -207,6 +270,7 @@ export {
|
|
|
207
270
|
QtiAnd,
|
|
208
271
|
QtiAnyN,
|
|
209
272
|
QtiAssessmentItem,
|
|
273
|
+
QtiAssessmentItemCorrection,
|
|
210
274
|
QtiAssessmentItemRef,
|
|
211
275
|
QtiAssessmentSection,
|
|
212
276
|
QtiAssessmentStimulusRef,
|
|
@@ -214,8 +278,10 @@ export {
|
|
|
214
278
|
QtiAssessmentTest,
|
|
215
279
|
QtiAssociableHotspot,
|
|
216
280
|
QtiAssociateInteraction,
|
|
281
|
+
QtiAssociateInteractionCorrection,
|
|
217
282
|
QtiBaseValue,
|
|
218
283
|
QtiChoiceInteraction,
|
|
284
|
+
QtiChoiceInteractionCorrection,
|
|
219
285
|
QtiCompanionMaterialsInfo,
|
|
220
286
|
QtiConditionExpression,
|
|
221
287
|
QtiContainerSize,
|
|
@@ -235,6 +301,7 @@ export {
|
|
|
235
301
|
QtiEqualRounded,
|
|
236
302
|
QtiExpression,
|
|
237
303
|
QtiExtendedTextInteraction,
|
|
304
|
+
QtiExtendedTextInteractionCorrection,
|
|
238
305
|
QtiFeedback,
|
|
239
306
|
QtiFeedbackBlock,
|
|
240
307
|
QtiFeedbackInline,
|
|
@@ -242,20 +309,30 @@ export {
|
|
|
242
309
|
QtiGap,
|
|
243
310
|
QtiGapImg,
|
|
244
311
|
QtiGapMatchInteraction,
|
|
312
|
+
QtiGapMatchInteractionCorrection,
|
|
245
313
|
QtiGapText,
|
|
314
|
+
QtiGapTextCorrection,
|
|
246
315
|
QtiGcd,
|
|
247
316
|
QtiGraphicAssociateInteraction,
|
|
317
|
+
QtiGraphicAssociateInteractionCorrection,
|
|
248
318
|
QtiGraphicGapMatchInteraction,
|
|
319
|
+
QtiGraphicGapMatchInteractionCorrection,
|
|
249
320
|
QtiGraphicOrderInteraction,
|
|
321
|
+
QtiGraphicOrderInteractionCorrection,
|
|
250
322
|
QtiGt,
|
|
251
323
|
QtiGte,
|
|
252
324
|
QtiHotspotChoice,
|
|
325
|
+
QtiHotspotChoiceCorrection,
|
|
253
326
|
QtiHotspotInteraction,
|
|
327
|
+
QtiHotspotInteractionCorrection,
|
|
254
328
|
QtiHottext,
|
|
329
|
+
QtiHottextCorrection,
|
|
255
330
|
QtiHottextInteraction,
|
|
331
|
+
QtiHottextInteractionCorrection,
|
|
256
332
|
QtiIndex,
|
|
257
333
|
QtiInlineChoice,
|
|
258
334
|
QtiInlineChoiceInteraction,
|
|
335
|
+
QtiInlineChoiceInteractionCorrection,
|
|
259
336
|
QtiInside,
|
|
260
337
|
QtiIntegerDivide,
|
|
261
338
|
QtiIntegerModulus,
|
|
@@ -263,6 +340,7 @@ export {
|
|
|
263
340
|
QtiIsNull,
|
|
264
341
|
QtiItem,
|
|
265
342
|
QtiItemBody,
|
|
343
|
+
QtiItemCorrection,
|
|
266
344
|
QtiLcm,
|
|
267
345
|
QtiLookupOutcomeValue,
|
|
268
346
|
QtiLt,
|
|
@@ -271,6 +349,7 @@ export {
|
|
|
271
349
|
QtiMapResponsePoint,
|
|
272
350
|
QtiMatch,
|
|
273
351
|
QtiMatchInteraction,
|
|
352
|
+
QtiMatchInteractionCorrection,
|
|
274
353
|
QtiMathOperator,
|
|
275
354
|
QtiMax,
|
|
276
355
|
QtiMediaInteraction,
|
|
@@ -282,10 +361,12 @@ export {
|
|
|
282
361
|
QtiNull,
|
|
283
362
|
QtiOr,
|
|
284
363
|
QtiOrderInteraction,
|
|
364
|
+
QtiOrderInteractionCorrection,
|
|
285
365
|
QtiOrdered,
|
|
286
366
|
QtiOutcomeDeclaration,
|
|
287
367
|
QtiPatternMatch,
|
|
288
368
|
QtiPortableCustomInteraction,
|
|
369
|
+
QtiPortableCustomInteractionCorrection,
|
|
289
370
|
QtiPositionObjectInteraction,
|
|
290
371
|
QtiPositionObjectStage,
|
|
291
372
|
QtiPower,
|
|
@@ -306,6 +387,7 @@ export {
|
|
|
306
387
|
QtiRubricBlock,
|
|
307
388
|
QtiRuleElement,
|
|
308
389
|
QtiSelectPointInteraction,
|
|
390
|
+
QtiSelectPointInteractionCorrection,
|
|
309
391
|
QtiSetCorrectResponse,
|
|
310
392
|
QtiSetCorrectResponseRule,
|
|
311
393
|
QtiSetOutcomeValue,
|
|
@@ -313,8 +395,11 @@ export {
|
|
|
313
395
|
QtiSetTemplateValue,
|
|
314
396
|
QtiSetTemplateValueRule,
|
|
315
397
|
QtiSimpleAssociableChoice,
|
|
398
|
+
QtiSimpleAssociableChoiceCorrection,
|
|
316
399
|
QtiSimpleChoice,
|
|
400
|
+
QtiSimpleChoiceCorrection,
|
|
317
401
|
QtiSliderInteraction,
|
|
402
|
+
QtiSliderInteractionCorrection,
|
|
318
403
|
QtiStatsOperator,
|
|
319
404
|
QtiStringMatch,
|
|
320
405
|
QtiStylesheet,
|
|
@@ -326,19 +411,24 @@ export {
|
|
|
326
411
|
QtiTemplateDeclaration,
|
|
327
412
|
QtiTemplateProcessing,
|
|
328
413
|
QtiTest,
|
|
414
|
+
QtiTestCorrection,
|
|
329
415
|
QtiTestFeedback,
|
|
330
416
|
QtiTestPart,
|
|
331
417
|
QtiTextEntryInteraction,
|
|
418
|
+
QtiTextEntryInteractionCorrection,
|
|
332
419
|
QtiTruncate,
|
|
333
420
|
QtiUploadInteraction,
|
|
334
421
|
QtiVariable,
|
|
335
422
|
QtiVariableDeclaration,
|
|
336
423
|
ScoringHelper,
|
|
337
424
|
TestCheckItem,
|
|
425
|
+
TestCheckItemCorrection,
|
|
338
426
|
TestContainer,
|
|
339
427
|
TestEndAttempt,
|
|
340
428
|
TestItemLink,
|
|
429
|
+
TestItemToSpeech,
|
|
341
430
|
TestNavigation,
|
|
431
|
+
TestNavigationCorrection,
|
|
342
432
|
TestNext,
|
|
343
433
|
TestPagingButtonsStamp,
|
|
344
434
|
TestPrev,
|
|
@@ -350,25 +440,48 @@ export {
|
|
|
350
440
|
TestSectionLink,
|
|
351
441
|
TestShowCorrectResponse,
|
|
352
442
|
TestStamp,
|
|
443
|
+
TestTtsNext,
|
|
444
|
+
TestTtsPause,
|
|
445
|
+
TestTtsPlay,
|
|
446
|
+
TestTtsPrev,
|
|
447
|
+
TestTtsResume,
|
|
448
|
+
TestTtsStop,
|
|
353
449
|
TestView,
|
|
354
450
|
TestViewToggle,
|
|
451
|
+
asSeed,
|
|
452
|
+
boxSizing,
|
|
355
453
|
computedContext,
|
|
356
454
|
computedItemContext,
|
|
357
455
|
configContext,
|
|
358
456
|
convertNumberToUniversalFormat,
|
|
457
|
+
correctionPart,
|
|
359
458
|
decimalSeparator,
|
|
459
|
+
dropRegion,
|
|
360
460
|
getItemByUri,
|
|
361
461
|
getManifestInfo,
|
|
462
|
+
interactionContext,
|
|
463
|
+
isSeed,
|
|
362
464
|
itemContext,
|
|
363
465
|
itemContextVariables,
|
|
466
|
+
iterResponseValues,
|
|
467
|
+
parsePair,
|
|
468
|
+
parsePoint,
|
|
469
|
+
parseResponseAttribute,
|
|
364
470
|
qtiAndMixin,
|
|
365
471
|
qtiContext,
|
|
472
|
+
qtiInteractionElements,
|
|
366
473
|
qtiSubtractMixin,
|
|
367
474
|
qtiTransformItem,
|
|
368
475
|
qtiTransformManifest,
|
|
369
476
|
qtiTransformTest,
|
|
370
477
|
removeDoubleSlashes,
|
|
478
|
+
responseAttributeConverter,
|
|
479
|
+
serializePair,
|
|
480
|
+
serializePoint,
|
|
481
|
+
serializeResponseAttribute,
|
|
371
482
|
sessionContext,
|
|
372
|
-
testContext
|
|
483
|
+
testContext,
|
|
484
|
+
ttsContext,
|
|
485
|
+
validationMessage
|
|
373
486
|
};
|
|
374
487
|
//# sourceMappingURL=index.js.map
|