@citolab/qti-components 7.15.1 → 7.16.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/dist/base.js +2 -49
- package/dist/base.js.map +1 -1
- package/dist/elements.js +2 -41
- package/dist/elements.js.map +1 -1
- package/dist/index.js +9 -327
- package/dist/index.js.map +1 -1
- package/dist/interactions.js +2 -71
- package/dist/interactions.js.map +1 -1
- package/dist/item.js +2 -22
- package/dist/item.js.map +1 -1
- package/dist/loader.js +2 -10
- package/dist/loader.js.map +1 -1
- package/dist/processing.js +2 -102
- package/dist/processing.js.map +1 -1
- package/dist/test.js +2 -60
- package/dist/test.js.map +1 -1
- package/dist/transformers.js +2 -11
- package/dist/transformers.js.map +1 -1
- package/package.json +10 -8
- package/dist/chunk-2DOYPVF5.js +0 -481
- package/dist/chunk-2DOYPVF5.js.map +0 -1
- package/dist/chunk-2ZEJ3RR5.js +0 -89
- package/dist/chunk-2ZEJ3RR5.js.map +0 -1
- package/dist/chunk-352OTVTY.js +0 -3330
- package/dist/chunk-352OTVTY.js.map +0 -1
- package/dist/chunk-C2HQFI2C.js +0 -5927
- package/dist/chunk-C2HQFI2C.js.map +0 -1
- package/dist/chunk-DWIRLYDS.js +0 -20
- package/dist/chunk-DWIRLYDS.js.map +0 -1
- package/dist/chunk-EUXUH3YW.js +0 -15
- package/dist/chunk-EUXUH3YW.js.map +0 -1
- package/dist/chunk-F44CI35W.js +0 -145
- package/dist/chunk-F44CI35W.js.map +0 -1
- package/dist/chunk-INKI27D5.js +0 -493
- package/dist/chunk-INKI27D5.js.map +0 -1
- package/dist/chunk-JEUY3MYB.js +0 -2010
- package/dist/chunk-JEUY3MYB.js.map +0 -1
- package/dist/chunk-O4XIWHTF.js +0 -1139
- package/dist/chunk-O4XIWHTF.js.map +0 -1
- package/dist/chunk-RI47B4ZT.js +0 -1753
- package/dist/chunk-RI47B4ZT.js.map +0 -1
- package/dist/chunk-VEV4DGPH.js +0 -31
- package/dist/chunk-VEV4DGPH.js.map +0 -1
- package/dist/chunk-W4SQRNWO.js +0 -3844
- package/dist/chunk-W4SQRNWO.js.map +0 -1
package/dist/base.js
CHANGED
|
@@ -1,50 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
INITIAL_SESSION_CONTEXT,
|
|
4
|
-
INITIAL_TEST_CONTEXT,
|
|
5
|
-
Interaction,
|
|
6
|
-
IsNullOrUndefined,
|
|
7
|
-
QtiConditionExpression,
|
|
8
|
-
QtiExpression,
|
|
9
|
-
QtiFeedback,
|
|
10
|
-
QtiRuleElement,
|
|
11
|
-
QtiVariableDeclaration,
|
|
12
|
-
ScoringHelper,
|
|
13
|
-
computedContext,
|
|
14
|
-
computedItemContext,
|
|
15
|
-
configContext,
|
|
16
|
-
convertNumberToUniversalFormat,
|
|
17
|
-
decimalSeparator,
|
|
18
|
-
itemContext,
|
|
19
|
-
itemContextVariables,
|
|
20
|
-
qtiContext,
|
|
21
|
-
removeDoubleSlashes,
|
|
22
|
-
sessionContext,
|
|
23
|
-
testContext
|
|
24
|
-
} from "./chunk-JEUY3MYB.js";
|
|
25
|
-
import "./chunk-EUXUH3YW.js";
|
|
26
|
-
export {
|
|
27
|
-
Correctness,
|
|
28
|
-
INITIAL_SESSION_CONTEXT,
|
|
29
|
-
INITIAL_TEST_CONTEXT,
|
|
30
|
-
Interaction,
|
|
31
|
-
IsNullOrUndefined,
|
|
32
|
-
QtiConditionExpression,
|
|
33
|
-
QtiExpression,
|
|
34
|
-
QtiFeedback,
|
|
35
|
-
QtiRuleElement,
|
|
36
|
-
QtiVariableDeclaration,
|
|
37
|
-
ScoringHelper,
|
|
38
|
-
computedContext,
|
|
39
|
-
computedItemContext,
|
|
40
|
-
configContext,
|
|
41
|
-
convertNumberToUniversalFormat,
|
|
42
|
-
decimalSeparator,
|
|
43
|
-
itemContext,
|
|
44
|
-
itemContextVariables,
|
|
45
|
-
qtiContext,
|
|
46
|
-
removeDoubleSlashes,
|
|
47
|
-
sessionContext,
|
|
48
|
-
testContext
|
|
49
|
-
};
|
|
1
|
+
// src/base.ts
|
|
2
|
+
export * from "@qti-components/base";
|
|
50
3
|
//# sourceMappingURL=base.js.map
|
package/dist/base.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/base.ts"],"sourcesContent":["export * from '@qti-components/base';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
package/dist/elements.js
CHANGED
|
@@ -1,42 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
QtiAssessmentStimulusRef,
|
|
4
|
-
QtiAssessmentStimulusRefConnectedEvent,
|
|
5
|
-
QtiCompanionMaterialsInfo,
|
|
6
|
-
QtiContentBody,
|
|
7
|
-
QtiCustomOperator,
|
|
8
|
-
QtiFeedbackBlock,
|
|
9
|
-
QtiFeedbackInline,
|
|
10
|
-
QtiItemBody,
|
|
11
|
-
QtiModalFeedback,
|
|
12
|
-
QtiOutcomeDeclaration,
|
|
13
|
-
QtiPrompt,
|
|
14
|
-
QtiResponseDeclaration,
|
|
15
|
-
QtiResponseProcessing,
|
|
16
|
-
QtiRubricBlock,
|
|
17
|
-
QtiStylesheet
|
|
18
|
-
} from "./chunk-O4XIWHTF.js";
|
|
19
|
-
import "./chunk-DWIRLYDS.js";
|
|
20
|
-
import "./chunk-2ZEJ3RR5.js";
|
|
21
|
-
import "./chunk-INKI27D5.js";
|
|
22
|
-
import "./chunk-JEUY3MYB.js";
|
|
23
|
-
import "./chunk-EUXUH3YW.js";
|
|
24
|
-
export {
|
|
25
|
-
QtiAssessmentItem,
|
|
26
|
-
QtiAssessmentStimulusRef,
|
|
27
|
-
QtiAssessmentStimulusRefConnectedEvent,
|
|
28
|
-
QtiCompanionMaterialsInfo,
|
|
29
|
-
QtiContentBody,
|
|
30
|
-
QtiCustomOperator,
|
|
31
|
-
QtiFeedbackBlock,
|
|
32
|
-
QtiFeedbackInline,
|
|
33
|
-
QtiItemBody,
|
|
34
|
-
QtiModalFeedback,
|
|
35
|
-
QtiOutcomeDeclaration,
|
|
36
|
-
QtiPrompt,
|
|
37
|
-
QtiResponseDeclaration,
|
|
38
|
-
QtiResponseProcessing,
|
|
39
|
-
QtiRubricBlock,
|
|
40
|
-
QtiStylesheet
|
|
41
|
-
};
|
|
1
|
+
// src/elements.ts
|
|
2
|
+
export * from "@qti-components/elements";
|
|
42
3
|
//# sourceMappingURL=elements.js.map
|
package/dist/elements.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/elements.ts"],"sourcesContent":["export * from '@qti-components/elements';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
package/dist/index.js
CHANGED
|
@@ -1,328 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
QtiGapMatchInteraction,
|
|
11
|
-
QtiGapText,
|
|
12
|
-
QtiGraphicAssociateInteraction,
|
|
13
|
-
QtiGraphicGapMatchInteraction,
|
|
14
|
-
QtiGraphicOrderInteraction,
|
|
15
|
-
QtiHotspotChoice,
|
|
16
|
-
QtiHotspotInteraction,
|
|
17
|
-
QtiHottext,
|
|
18
|
-
QtiHottextInteraction,
|
|
19
|
-
QtiInlineChoice,
|
|
20
|
-
QtiInlineChoiceInteraction,
|
|
21
|
-
QtiMatchInteraction,
|
|
22
|
-
QtiMediaInteraction,
|
|
23
|
-
QtiOrderInteraction,
|
|
24
|
-
QtiPortableCustomInteraction,
|
|
25
|
-
QtiPositionObjectInteraction,
|
|
26
|
-
QtiPositionObjectStage,
|
|
27
|
-
QtiSelectPointInteraction,
|
|
28
|
-
QtiSimpleAssociableChoice,
|
|
29
|
-
QtiSimpleChoice,
|
|
30
|
-
QtiSliderInteraction,
|
|
31
|
-
QtiTextEntryInteraction,
|
|
32
|
-
QtiUploadInteraction
|
|
33
|
-
} from "./chunk-C2HQFI2C.js";
|
|
34
|
-
import {
|
|
35
|
-
ItemContainer,
|
|
36
|
-
ItemCorrectResponseMode,
|
|
37
|
-
ItemPrintVariables,
|
|
38
|
-
ItemShowCandidateCorrection,
|
|
39
|
-
ItemShowCorrectResponse,
|
|
40
|
-
QtiItem
|
|
41
|
-
} from "./chunk-2DOYPVF5.js";
|
|
42
|
-
import {
|
|
43
|
-
getItemByUri,
|
|
44
|
-
getManifestInfo
|
|
45
|
-
} from "./chunk-VEV4DGPH.js";
|
|
46
|
-
import {
|
|
47
|
-
QtiAnd,
|
|
48
|
-
QtiBaseValue,
|
|
49
|
-
QtiContainerSize,
|
|
50
|
-
QtiContains,
|
|
51
|
-
QtiCorrect,
|
|
52
|
-
QtiDefault,
|
|
53
|
-
QtiDelete,
|
|
54
|
-
QtiEqual,
|
|
55
|
-
QtiEqualRounded,
|
|
56
|
-
QtiFieldValue,
|
|
57
|
-
QtiGcd,
|
|
58
|
-
QtiGt,
|
|
59
|
-
QtiGte,
|
|
60
|
-
QtiIndex,
|
|
61
|
-
QtiIsNull,
|
|
62
|
-
QtiLookupOutcomeValue,
|
|
63
|
-
QtiLt,
|
|
64
|
-
QtiLte,
|
|
65
|
-
QtiMapResponse,
|
|
66
|
-
QtiMapResponsePoint,
|
|
67
|
-
QtiMatch,
|
|
68
|
-
QtiMathOperator,
|
|
69
|
-
QtiMember,
|
|
70
|
-
QtiMultiple,
|
|
71
|
-
QtiNot,
|
|
72
|
-
QtiNull,
|
|
73
|
-
QtiOr,
|
|
74
|
-
QtiOrdered,
|
|
75
|
-
QtiPower,
|
|
76
|
-
QtiPrintedVariable,
|
|
77
|
-
QtiProduct,
|
|
78
|
-
QtiRandom,
|
|
79
|
-
QtiRandomInteger,
|
|
80
|
-
QtiResponseCondition,
|
|
81
|
-
QtiResponseElse,
|
|
82
|
-
QtiResponseElseIf,
|
|
83
|
-
QtiResponseIf,
|
|
84
|
-
QtiRound,
|
|
85
|
-
QtiRoundTo,
|
|
86
|
-
QtiSetOutcomeValue,
|
|
87
|
-
QtiSetOutcomeValueRule,
|
|
88
|
-
QtiStringMatch,
|
|
89
|
-
QtiSubtract,
|
|
90
|
-
QtiSum,
|
|
91
|
-
QtiSumExpression,
|
|
92
|
-
QtiVariable,
|
|
93
|
-
qtiAndMixin,
|
|
94
|
-
qtiSubtractMixin
|
|
95
|
-
} from "./chunk-RI47B4ZT.js";
|
|
96
|
-
import {
|
|
97
|
-
QtiAssessmentItemRef,
|
|
98
|
-
QtiAssessmentSection,
|
|
99
|
-
QtiAssessmentTest,
|
|
100
|
-
QtiTest,
|
|
101
|
-
QtiTestFeedback,
|
|
102
|
-
QtiTestPart,
|
|
103
|
-
TestCheckItem,
|
|
104
|
-
TestContainer,
|
|
105
|
-
TestEndAttempt,
|
|
106
|
-
TestItemLink,
|
|
107
|
-
TestNavigation,
|
|
108
|
-
TestNext,
|
|
109
|
-
TestPagingButtonsStamp,
|
|
110
|
-
TestPrev,
|
|
111
|
-
TestPrintContext,
|
|
112
|
-
TestPrintVariables,
|
|
113
|
-
TestScoringButtons,
|
|
114
|
-
TestScoringFeedback,
|
|
115
|
-
TestSectionButtonsStamp,
|
|
116
|
-
TestSectionLink,
|
|
117
|
-
TestShowCorrectResponse,
|
|
118
|
-
TestStamp,
|
|
119
|
-
TestView,
|
|
120
|
-
TestViewToggle
|
|
121
|
-
} from "./chunk-352OTVTY.js";
|
|
122
|
-
import {
|
|
123
|
-
QtiAssessmentItem,
|
|
124
|
-
QtiAssessmentStimulusRef,
|
|
125
|
-
QtiAssessmentStimulusRefConnectedEvent,
|
|
126
|
-
QtiCompanionMaterialsInfo,
|
|
127
|
-
QtiContentBody,
|
|
128
|
-
QtiCustomOperator,
|
|
129
|
-
QtiFeedbackBlock,
|
|
130
|
-
QtiFeedbackInline,
|
|
131
|
-
QtiItemBody,
|
|
132
|
-
QtiModalFeedback,
|
|
133
|
-
QtiOutcomeDeclaration,
|
|
134
|
-
QtiPrompt,
|
|
135
|
-
QtiResponseDeclaration,
|
|
136
|
-
QtiResponseProcessing,
|
|
137
|
-
QtiRubricBlock,
|
|
138
|
-
QtiStylesheet
|
|
139
|
-
} from "./chunk-O4XIWHTF.js";
|
|
140
|
-
import "./chunk-DWIRLYDS.js";
|
|
141
|
-
import "./chunk-W4SQRNWO.js";
|
|
142
|
-
import "./chunk-F44CI35W.js";
|
|
143
|
-
import "./chunk-2ZEJ3RR5.js";
|
|
144
|
-
import {
|
|
145
|
-
qtiTransformItem,
|
|
146
|
-
qtiTransformManifest,
|
|
147
|
-
qtiTransformTest
|
|
148
|
-
} from "./chunk-INKI27D5.js";
|
|
149
|
-
import {
|
|
150
|
-
Correctness,
|
|
151
|
-
INITIAL_SESSION_CONTEXT,
|
|
152
|
-
INITIAL_TEST_CONTEXT,
|
|
153
|
-
Interaction,
|
|
154
|
-
IsNullOrUndefined,
|
|
155
|
-
QtiConditionExpression,
|
|
156
|
-
QtiExpression,
|
|
157
|
-
QtiFeedback,
|
|
158
|
-
QtiRuleElement,
|
|
159
|
-
QtiVariableDeclaration,
|
|
160
|
-
ScoringHelper,
|
|
161
|
-
computedContext,
|
|
162
|
-
computedItemContext,
|
|
163
|
-
configContext,
|
|
164
|
-
convertNumberToUniversalFormat,
|
|
165
|
-
decimalSeparator,
|
|
166
|
-
itemContext,
|
|
167
|
-
itemContextVariables,
|
|
168
|
-
qtiContext,
|
|
169
|
-
removeDoubleSlashes,
|
|
170
|
-
sessionContext,
|
|
171
|
-
testContext
|
|
172
|
-
} from "./chunk-JEUY3MYB.js";
|
|
173
|
-
import "./chunk-EUXUH3YW.js";
|
|
174
|
-
export {
|
|
175
|
-
Correctness,
|
|
176
|
-
INITIAL_SESSION_CONTEXT,
|
|
177
|
-
INITIAL_TEST_CONTEXT,
|
|
178
|
-
Interaction,
|
|
179
|
-
IsNullOrUndefined,
|
|
180
|
-
ItemContainer,
|
|
181
|
-
ItemCorrectResponseMode,
|
|
182
|
-
ItemPrintVariables,
|
|
183
|
-
ItemShowCandidateCorrection,
|
|
184
|
-
ItemShowCorrectResponse,
|
|
185
|
-
QtiAnd,
|
|
186
|
-
QtiAssessmentItem,
|
|
187
|
-
QtiAssessmentItemRef,
|
|
188
|
-
QtiAssessmentSection,
|
|
189
|
-
QtiAssessmentStimulusRef,
|
|
190
|
-
QtiAssessmentStimulusRefConnectedEvent,
|
|
191
|
-
QtiAssessmentTest,
|
|
192
|
-
QtiAssociableHotspot,
|
|
193
|
-
QtiAssociateInteraction,
|
|
194
|
-
QtiBaseValue,
|
|
195
|
-
QtiChoiceInteraction,
|
|
196
|
-
QtiCompanionMaterialsInfo,
|
|
197
|
-
QtiConditionExpression,
|
|
198
|
-
QtiContainerSize,
|
|
199
|
-
QtiContains,
|
|
200
|
-
QtiContentBody,
|
|
201
|
-
QtiCorrect,
|
|
202
|
-
QtiCustomInteraction,
|
|
203
|
-
QtiCustomOperator,
|
|
204
|
-
QtiDefault,
|
|
205
|
-
QtiDelete,
|
|
206
|
-
QtiEndAttemptInteraction,
|
|
207
|
-
QtiEqual,
|
|
208
|
-
QtiEqualRounded,
|
|
209
|
-
QtiExpression,
|
|
210
|
-
QtiExtendedTextInteraction,
|
|
211
|
-
QtiFeedback,
|
|
212
|
-
QtiFeedbackBlock,
|
|
213
|
-
QtiFeedbackInline,
|
|
214
|
-
QtiFieldValue,
|
|
215
|
-
QtiGap,
|
|
216
|
-
QtiGapImg,
|
|
217
|
-
QtiGapMatchInteraction,
|
|
218
|
-
QtiGapText,
|
|
219
|
-
QtiGcd,
|
|
220
|
-
QtiGraphicAssociateInteraction,
|
|
221
|
-
QtiGraphicGapMatchInteraction,
|
|
222
|
-
QtiGraphicOrderInteraction,
|
|
223
|
-
QtiGt,
|
|
224
|
-
QtiGte,
|
|
225
|
-
QtiHotspotChoice,
|
|
226
|
-
QtiHotspotInteraction,
|
|
227
|
-
QtiHottext,
|
|
228
|
-
QtiHottextInteraction,
|
|
229
|
-
QtiIndex,
|
|
230
|
-
QtiInlineChoice,
|
|
231
|
-
QtiInlineChoiceInteraction,
|
|
232
|
-
QtiIsNull,
|
|
233
|
-
QtiItem,
|
|
234
|
-
QtiItemBody,
|
|
235
|
-
QtiLookupOutcomeValue,
|
|
236
|
-
QtiLt,
|
|
237
|
-
QtiLte,
|
|
238
|
-
QtiMapResponse,
|
|
239
|
-
QtiMapResponsePoint,
|
|
240
|
-
QtiMatch,
|
|
241
|
-
QtiMatchInteraction,
|
|
242
|
-
QtiMathOperator,
|
|
243
|
-
QtiMediaInteraction,
|
|
244
|
-
QtiMember,
|
|
245
|
-
QtiModalFeedback,
|
|
246
|
-
QtiMultiple,
|
|
247
|
-
QtiNot,
|
|
248
|
-
QtiNull,
|
|
249
|
-
QtiOr,
|
|
250
|
-
QtiOrderInteraction,
|
|
251
|
-
QtiOrdered,
|
|
252
|
-
QtiOutcomeDeclaration,
|
|
253
|
-
QtiPortableCustomInteraction,
|
|
254
|
-
QtiPositionObjectInteraction,
|
|
255
|
-
QtiPositionObjectStage,
|
|
256
|
-
QtiPower,
|
|
257
|
-
QtiPrintedVariable,
|
|
258
|
-
QtiProduct,
|
|
259
|
-
QtiPrompt,
|
|
260
|
-
QtiRandom,
|
|
261
|
-
QtiRandomInteger,
|
|
262
|
-
QtiResponseCondition,
|
|
263
|
-
QtiResponseDeclaration,
|
|
264
|
-
QtiResponseElse,
|
|
265
|
-
QtiResponseElseIf,
|
|
266
|
-
QtiResponseIf,
|
|
267
|
-
QtiResponseProcessing,
|
|
268
|
-
QtiRound,
|
|
269
|
-
QtiRoundTo,
|
|
270
|
-
QtiRubricBlock,
|
|
271
|
-
QtiRuleElement,
|
|
272
|
-
QtiSelectPointInteraction,
|
|
273
|
-
QtiSetOutcomeValue,
|
|
274
|
-
QtiSetOutcomeValueRule,
|
|
275
|
-
QtiSimpleAssociableChoice,
|
|
276
|
-
QtiSimpleChoice,
|
|
277
|
-
QtiSliderInteraction,
|
|
278
|
-
QtiStringMatch,
|
|
279
|
-
QtiStylesheet,
|
|
280
|
-
QtiSubtract,
|
|
281
|
-
QtiSum,
|
|
282
|
-
QtiSumExpression,
|
|
283
|
-
QtiTest,
|
|
284
|
-
QtiTestFeedback,
|
|
285
|
-
QtiTestPart,
|
|
286
|
-
QtiTextEntryInteraction,
|
|
287
|
-
QtiUploadInteraction,
|
|
288
|
-
QtiVariable,
|
|
289
|
-
QtiVariableDeclaration,
|
|
290
|
-
ScoringHelper,
|
|
291
|
-
TestCheckItem,
|
|
292
|
-
TestContainer,
|
|
293
|
-
TestEndAttempt,
|
|
294
|
-
TestItemLink,
|
|
295
|
-
TestNavigation,
|
|
296
|
-
TestNext,
|
|
297
|
-
TestPagingButtonsStamp,
|
|
298
|
-
TestPrev,
|
|
299
|
-
TestPrintContext,
|
|
300
|
-
TestPrintVariables,
|
|
301
|
-
TestScoringButtons,
|
|
302
|
-
TestScoringFeedback,
|
|
303
|
-
TestSectionButtonsStamp,
|
|
304
|
-
TestSectionLink,
|
|
305
|
-
TestShowCorrectResponse,
|
|
306
|
-
TestStamp,
|
|
307
|
-
TestView,
|
|
308
|
-
TestViewToggle,
|
|
309
|
-
computedContext,
|
|
310
|
-
computedItemContext,
|
|
311
|
-
configContext,
|
|
312
|
-
convertNumberToUniversalFormat,
|
|
313
|
-
decimalSeparator,
|
|
314
|
-
getItemByUri,
|
|
315
|
-
getManifestInfo,
|
|
316
|
-
itemContext,
|
|
317
|
-
itemContextVariables,
|
|
318
|
-
qtiAndMixin,
|
|
319
|
-
qtiContext,
|
|
320
|
-
qtiSubtractMixin,
|
|
321
|
-
qtiTransformItem,
|
|
322
|
-
qtiTransformManifest,
|
|
323
|
-
qtiTransformTest,
|
|
324
|
-
removeDoubleSlashes,
|
|
325
|
-
sessionContext,
|
|
326
|
-
testContext
|
|
327
|
-
};
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@qti-components/test";
|
|
3
|
+
export * from "@qti-components/item";
|
|
4
|
+
export * from "@qti-components/elements";
|
|
5
|
+
export * from "@qti-components/interactions";
|
|
6
|
+
export * from "@qti-components/transformers";
|
|
7
|
+
export * from "@qti-components/loader";
|
|
8
|
+
export * from "@qti-components/base";
|
|
9
|
+
export * from "@qti-components/processing";
|
|
328
10
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@qti-components/test';\nexport * from '@qti-components/item';\nexport * from '@qti-components/elements';\nexport * from '@qti-components/interactions';\nexport * from '@qti-components/transformers';\nexport * from '@qti-components/loader';\nexport * from '@qti-components/base';\nexport * from '@qti-components/processing';\n\n// Import version from package.json\n// import packageJson from '../package.json' with { type: 'json' };\n\n// console.info(\n// '%cC¿TO%cLab%c: qti-components v%c%s%c loaded',\n// 'font-family: \"PT Sans\", font-weight:bold; color:green; font-size: smaller;vertical-align: sub',\n// 'font-weight:bold; color:green',\n// 'font-weight:unset',\n// 'font-weight:bold; color:#2563eb',\n// packageJson.version,\n// 'font-weight:unset'\n// );\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
package/dist/interactions.js
CHANGED
|
@@ -1,72 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
QtiAssociateInteraction,
|
|
4
|
-
QtiChoiceInteraction,
|
|
5
|
-
QtiCustomInteraction,
|
|
6
|
-
QtiEndAttemptInteraction,
|
|
7
|
-
QtiExtendedTextInteraction,
|
|
8
|
-
QtiGap,
|
|
9
|
-
QtiGapImg,
|
|
10
|
-
QtiGapMatchInteraction,
|
|
11
|
-
QtiGapText,
|
|
12
|
-
QtiGraphicAssociateInteraction,
|
|
13
|
-
QtiGraphicGapMatchInteraction,
|
|
14
|
-
QtiGraphicOrderInteraction,
|
|
15
|
-
QtiHotspotChoice,
|
|
16
|
-
QtiHotspotInteraction,
|
|
17
|
-
QtiHottext,
|
|
18
|
-
QtiHottextInteraction,
|
|
19
|
-
QtiInlineChoice,
|
|
20
|
-
QtiInlineChoiceInteraction,
|
|
21
|
-
QtiMatchInteraction,
|
|
22
|
-
QtiMediaInteraction,
|
|
23
|
-
QtiOrderInteraction,
|
|
24
|
-
QtiPortableCustomInteraction,
|
|
25
|
-
QtiPositionObjectInteraction,
|
|
26
|
-
QtiPositionObjectStage,
|
|
27
|
-
QtiSelectPointInteraction,
|
|
28
|
-
QtiSimpleAssociableChoice,
|
|
29
|
-
QtiSimpleChoice,
|
|
30
|
-
QtiSliderInteraction,
|
|
31
|
-
QtiTextEntryInteraction,
|
|
32
|
-
QtiUploadInteraction
|
|
33
|
-
} from "./chunk-C2HQFI2C.js";
|
|
34
|
-
import "./chunk-DWIRLYDS.js";
|
|
35
|
-
import "./chunk-F44CI35W.js";
|
|
36
|
-
import "./chunk-2ZEJ3RR5.js";
|
|
37
|
-
import "./chunk-JEUY3MYB.js";
|
|
38
|
-
import "./chunk-EUXUH3YW.js";
|
|
39
|
-
export {
|
|
40
|
-
QtiAssociableHotspot,
|
|
41
|
-
QtiAssociateInteraction,
|
|
42
|
-
QtiChoiceInteraction,
|
|
43
|
-
QtiCustomInteraction,
|
|
44
|
-
QtiEndAttemptInteraction,
|
|
45
|
-
QtiExtendedTextInteraction,
|
|
46
|
-
QtiGap,
|
|
47
|
-
QtiGapImg,
|
|
48
|
-
QtiGapMatchInteraction,
|
|
49
|
-
QtiGapText,
|
|
50
|
-
QtiGraphicAssociateInteraction,
|
|
51
|
-
QtiGraphicGapMatchInteraction,
|
|
52
|
-
QtiGraphicOrderInteraction,
|
|
53
|
-
QtiHotspotChoice,
|
|
54
|
-
QtiHotspotInteraction,
|
|
55
|
-
QtiHottext,
|
|
56
|
-
QtiHottextInteraction,
|
|
57
|
-
QtiInlineChoice,
|
|
58
|
-
QtiInlineChoiceInteraction,
|
|
59
|
-
QtiMatchInteraction,
|
|
60
|
-
QtiMediaInteraction,
|
|
61
|
-
QtiOrderInteraction,
|
|
62
|
-
QtiPortableCustomInteraction,
|
|
63
|
-
QtiPositionObjectInteraction,
|
|
64
|
-
QtiPositionObjectStage,
|
|
65
|
-
QtiSelectPointInteraction,
|
|
66
|
-
QtiSimpleAssociableChoice,
|
|
67
|
-
QtiSimpleChoice,
|
|
68
|
-
QtiSliderInteraction,
|
|
69
|
-
QtiTextEntryInteraction,
|
|
70
|
-
QtiUploadInteraction
|
|
71
|
-
};
|
|
1
|
+
// src/interactions.ts
|
|
2
|
+
export * from "@qti-components/interactions";
|
|
72
3
|
//# sourceMappingURL=interactions.js.map
|
package/dist/interactions.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/interactions.ts"],"sourcesContent":["export * from '@qti-components/interactions';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
package/dist/item.js
CHANGED
|
@@ -1,23 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
ItemCorrectResponseMode,
|
|
4
|
-
ItemPrintVariables,
|
|
5
|
-
ItemShowCandidateCorrection,
|
|
6
|
-
ItemShowCorrectResponse,
|
|
7
|
-
QtiItem
|
|
8
|
-
} from "./chunk-2DOYPVF5.js";
|
|
9
|
-
import "./chunk-W4SQRNWO.js";
|
|
10
|
-
import "./chunk-F44CI35W.js";
|
|
11
|
-
import "./chunk-2ZEJ3RR5.js";
|
|
12
|
-
import "./chunk-INKI27D5.js";
|
|
13
|
-
import "./chunk-JEUY3MYB.js";
|
|
14
|
-
import "./chunk-EUXUH3YW.js";
|
|
15
|
-
export {
|
|
16
|
-
ItemContainer,
|
|
17
|
-
ItemCorrectResponseMode,
|
|
18
|
-
ItemPrintVariables,
|
|
19
|
-
ItemShowCandidateCorrection,
|
|
20
|
-
ItemShowCorrectResponse,
|
|
21
|
-
QtiItem
|
|
22
|
-
};
|
|
1
|
+
// src/item.ts
|
|
2
|
+
export * from "@qti-components/item";
|
|
23
3
|
//# sourceMappingURL=item.js.map
|
package/dist/item.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/item.ts"],"sourcesContent":["export * from '@qti-components/item';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
package/dist/loader.js
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
getManifestInfo
|
|
4
|
-
} from "./chunk-VEV4DGPH.js";
|
|
5
|
-
import "./chunk-INKI27D5.js";
|
|
6
|
-
import "./chunk-EUXUH3YW.js";
|
|
7
|
-
export {
|
|
8
|
-
getItemByUri,
|
|
9
|
-
getManifestInfo
|
|
10
|
-
};
|
|
1
|
+
// src/loader.ts
|
|
2
|
+
export * from "@qti-components/loader";
|
|
11
3
|
//# sourceMappingURL=loader.js.map
|
package/dist/loader.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/loader.ts"],"sourcesContent":["export * from '@qti-components/loader';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
package/dist/processing.js
CHANGED
|
@@ -1,103 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
QtiBaseValue,
|
|
4
|
-
QtiContainerSize,
|
|
5
|
-
QtiContains,
|
|
6
|
-
QtiCorrect,
|
|
7
|
-
QtiDefault,
|
|
8
|
-
QtiDelete,
|
|
9
|
-
QtiEqual,
|
|
10
|
-
QtiEqualRounded,
|
|
11
|
-
QtiFieldValue,
|
|
12
|
-
QtiGcd,
|
|
13
|
-
QtiGt,
|
|
14
|
-
QtiGte,
|
|
15
|
-
QtiIndex,
|
|
16
|
-
QtiIsNull,
|
|
17
|
-
QtiLookupOutcomeValue,
|
|
18
|
-
QtiLt,
|
|
19
|
-
QtiLte,
|
|
20
|
-
QtiMapResponse,
|
|
21
|
-
QtiMapResponsePoint,
|
|
22
|
-
QtiMatch,
|
|
23
|
-
QtiMathOperator,
|
|
24
|
-
QtiMember,
|
|
25
|
-
QtiMultiple,
|
|
26
|
-
QtiNot,
|
|
27
|
-
QtiNull,
|
|
28
|
-
QtiOr,
|
|
29
|
-
QtiOrdered,
|
|
30
|
-
QtiPower,
|
|
31
|
-
QtiPrintedVariable,
|
|
32
|
-
QtiProduct,
|
|
33
|
-
QtiRandom,
|
|
34
|
-
QtiRandomInteger,
|
|
35
|
-
QtiResponseCondition,
|
|
36
|
-
QtiResponseElse,
|
|
37
|
-
QtiResponseElseIf,
|
|
38
|
-
QtiResponseIf,
|
|
39
|
-
QtiRound,
|
|
40
|
-
QtiRoundTo,
|
|
41
|
-
QtiSetOutcomeValue,
|
|
42
|
-
QtiSetOutcomeValueRule,
|
|
43
|
-
QtiStringMatch,
|
|
44
|
-
QtiSubtract,
|
|
45
|
-
QtiSum,
|
|
46
|
-
QtiSumExpression,
|
|
47
|
-
QtiVariable,
|
|
48
|
-
qtiAndMixin,
|
|
49
|
-
qtiSubtractMixin
|
|
50
|
-
} from "./chunk-RI47B4ZT.js";
|
|
51
|
-
import "./chunk-JEUY3MYB.js";
|
|
52
|
-
import "./chunk-EUXUH3YW.js";
|
|
53
|
-
export {
|
|
54
|
-
QtiAnd,
|
|
55
|
-
QtiBaseValue,
|
|
56
|
-
QtiContainerSize,
|
|
57
|
-
QtiContains,
|
|
58
|
-
QtiCorrect,
|
|
59
|
-
QtiDefault,
|
|
60
|
-
QtiDelete,
|
|
61
|
-
QtiEqual,
|
|
62
|
-
QtiEqualRounded,
|
|
63
|
-
QtiFieldValue,
|
|
64
|
-
QtiGcd,
|
|
65
|
-
QtiGt,
|
|
66
|
-
QtiGte,
|
|
67
|
-
QtiIndex,
|
|
68
|
-
QtiIsNull,
|
|
69
|
-
QtiLookupOutcomeValue,
|
|
70
|
-
QtiLt,
|
|
71
|
-
QtiLte,
|
|
72
|
-
QtiMapResponse,
|
|
73
|
-
QtiMapResponsePoint,
|
|
74
|
-
QtiMatch,
|
|
75
|
-
QtiMathOperator,
|
|
76
|
-
QtiMember,
|
|
77
|
-
QtiMultiple,
|
|
78
|
-
QtiNot,
|
|
79
|
-
QtiNull,
|
|
80
|
-
QtiOr,
|
|
81
|
-
QtiOrdered,
|
|
82
|
-
QtiPower,
|
|
83
|
-
QtiPrintedVariable,
|
|
84
|
-
QtiProduct,
|
|
85
|
-
QtiRandom,
|
|
86
|
-
QtiRandomInteger,
|
|
87
|
-
QtiResponseCondition,
|
|
88
|
-
QtiResponseElse,
|
|
89
|
-
QtiResponseElseIf,
|
|
90
|
-
QtiResponseIf,
|
|
91
|
-
QtiRound,
|
|
92
|
-
QtiRoundTo,
|
|
93
|
-
QtiSetOutcomeValue,
|
|
94
|
-
QtiSetOutcomeValueRule,
|
|
95
|
-
QtiStringMatch,
|
|
96
|
-
QtiSubtract,
|
|
97
|
-
QtiSum,
|
|
98
|
-
QtiSumExpression,
|
|
99
|
-
QtiVariable,
|
|
100
|
-
qtiAndMixin,
|
|
101
|
-
qtiSubtractMixin
|
|
102
|
-
};
|
|
1
|
+
// src/processing.ts
|
|
2
|
+
export * from "@qti-components/processing";
|
|
103
3
|
//# sourceMappingURL=processing.js.map
|
package/dist/processing.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/processing.ts"],"sourcesContent":["export * from '@qti-components/processing';\n"],"mappings":";AAAA,cAAc;","names":[]}
|