@citolab/qti-components 6.7.1-17 → 6.7.1-25
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 +59 -215
- package/dist/index.js +30 -47
- package/dist/item-normalize.css +173 -0
- package/dist/item-prose.css +51 -0
- package/dist/item.css +710 -2627
- package/dist/qti-components/index.js +5 -9
- package/dist/qti-transformers/index.d.ts +6 -0
- package/dist/qti-transformers/index.js +3 -16
- package/package.json +46 -42
- package/dist/item.minimal.css +0 -1846
|
@@ -96,65 +96,6 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
-
{
|
|
100
|
-
"kind": "javascript-module",
|
|
101
|
-
"path": "src/lib/qti-transformers/index.ts",
|
|
102
|
-
"declarations": [],
|
|
103
|
-
"exports": [
|
|
104
|
-
{
|
|
105
|
-
"kind": "js",
|
|
106
|
-
"name": "*",
|
|
107
|
-
"declaration": {
|
|
108
|
-
"name": "*",
|
|
109
|
-
"package": "./qti-transformers"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"kind": "javascript-module",
|
|
116
|
-
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
117
|
-
"declarations": [
|
|
118
|
-
{
|
|
119
|
-
"kind": "function",
|
|
120
|
-
"name": "qtiTransformItem",
|
|
121
|
-
"return": {
|
|
122
|
-
"type": {
|
|
123
|
-
"text": ""
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"kind": "function",
|
|
130
|
-
"name": "qtiTransformTest",
|
|
131
|
-
"return": {
|
|
132
|
-
"type": {
|
|
133
|
-
"text": ""
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests."
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"exports": [
|
|
140
|
-
{
|
|
141
|
-
"kind": "js",
|
|
142
|
-
"name": "qtiTransformItem",
|
|
143
|
-
"declaration": {
|
|
144
|
-
"name": "qtiTransformItem",
|
|
145
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"kind": "js",
|
|
150
|
-
"name": "qtiTransformTest",
|
|
151
|
-
"declaration": {
|
|
152
|
-
"name": "qtiTransformTest",
|
|
153
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
]
|
|
157
|
-
},
|
|
158
99
|
{
|
|
159
100
|
"kind": "javascript-module",
|
|
160
101
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -570,6 +511,65 @@
|
|
|
570
511
|
}
|
|
571
512
|
]
|
|
572
513
|
},
|
|
514
|
+
{
|
|
515
|
+
"kind": "javascript-module",
|
|
516
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
517
|
+
"declarations": [],
|
|
518
|
+
"exports": [
|
|
519
|
+
{
|
|
520
|
+
"kind": "js",
|
|
521
|
+
"name": "*",
|
|
522
|
+
"declaration": {
|
|
523
|
+
"name": "*",
|
|
524
|
+
"package": "./qti-transformers"
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"kind": "javascript-module",
|
|
531
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
532
|
+
"declarations": [
|
|
533
|
+
{
|
|
534
|
+
"kind": "function",
|
|
535
|
+
"name": "qtiTransformItem",
|
|
536
|
+
"return": {
|
|
537
|
+
"type": {
|
|
538
|
+
"text": ""
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
"description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"kind": "function",
|
|
545
|
+
"name": "qtiTransformTest",
|
|
546
|
+
"return": {
|
|
547
|
+
"type": {
|
|
548
|
+
"text": ""
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests."
|
|
552
|
+
}
|
|
553
|
+
],
|
|
554
|
+
"exports": [
|
|
555
|
+
{
|
|
556
|
+
"kind": "js",
|
|
557
|
+
"name": "qtiTransformItem",
|
|
558
|
+
"declaration": {
|
|
559
|
+
"name": "qtiTransformItem",
|
|
560
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"kind": "js",
|
|
565
|
+
"name": "qtiTransformTest",
|
|
566
|
+
"declaration": {
|
|
567
|
+
"name": "qtiTransformTest",
|
|
568
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
573
|
{
|
|
574
574
|
"kind": "javascript-module",
|
|
575
575
|
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
@@ -2280,12 +2280,6 @@
|
|
|
2280
2280
|
}
|
|
2281
2281
|
]
|
|
2282
2282
|
},
|
|
2283
|
-
{
|
|
2284
|
-
"kind": "javascript-module",
|
|
2285
|
-
"path": "src/lib/qti-components/qti-feedback/__snapshots__/qti-feedback.stories.ts.snap",
|
|
2286
|
-
"declarations": [],
|
|
2287
|
-
"exports": []
|
|
2288
|
-
},
|
|
2289
2283
|
{
|
|
2290
2284
|
"kind": "javascript-module",
|
|
2291
2285
|
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
@@ -5323,12 +5317,6 @@
|
|
|
5323
5317
|
}
|
|
5324
5318
|
]
|
|
5325
5319
|
},
|
|
5326
|
-
{
|
|
5327
|
-
"kind": "javascript-module",
|
|
5328
|
-
"path": "src/lib/qti-components/qti-stylesheet/__snapshots__/qti-stylesheet.stories.ts.snap",
|
|
5329
|
-
"declarations": [],
|
|
5330
|
-
"exports": []
|
|
5331
|
-
},
|
|
5332
5320
|
{
|
|
5333
5321
|
"kind": "javascript-module",
|
|
5334
5322
|
"path": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcome-declaration.ts",
|
|
@@ -6086,120 +6074,6 @@
|
|
|
6086
6074
|
}
|
|
6087
6075
|
]
|
|
6088
6076
|
},
|
|
6089
|
-
{
|
|
6090
|
-
"kind": "javascript-module",
|
|
6091
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
6092
|
-
"declarations": [],
|
|
6093
|
-
"exports": []
|
|
6094
|
-
},
|
|
6095
|
-
{
|
|
6096
|
-
"kind": "javascript-module",
|
|
6097
|
-
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
6098
|
-
"declarations": [],
|
|
6099
|
-
"exports": []
|
|
6100
|
-
},
|
|
6101
|
-
{
|
|
6102
|
-
"kind": "javascript-module",
|
|
6103
|
-
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
6104
|
-
"declarations": [],
|
|
6105
|
-
"exports": []
|
|
6106
|
-
},
|
|
6107
|
-
{
|
|
6108
|
-
"kind": "javascript-module",
|
|
6109
|
-
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
6110
|
-
"declarations": [],
|
|
6111
|
-
"exports": []
|
|
6112
|
-
},
|
|
6113
|
-
{
|
|
6114
|
-
"kind": "javascript-module",
|
|
6115
|
-
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
6116
|
-
"declarations": [],
|
|
6117
|
-
"exports": []
|
|
6118
|
-
},
|
|
6119
|
-
{
|
|
6120
|
-
"kind": "javascript-module",
|
|
6121
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
6122
|
-
"declarations": [],
|
|
6123
|
-
"exports": []
|
|
6124
|
-
},
|
|
6125
|
-
{
|
|
6126
|
-
"kind": "javascript-module",
|
|
6127
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
6128
|
-
"declarations": [],
|
|
6129
|
-
"exports": []
|
|
6130
|
-
},
|
|
6131
|
-
{
|
|
6132
|
-
"kind": "javascript-module",
|
|
6133
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6134
|
-
"declarations": [],
|
|
6135
|
-
"exports": []
|
|
6136
|
-
},
|
|
6137
|
-
{
|
|
6138
|
-
"kind": "javascript-module",
|
|
6139
|
-
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6140
|
-
"declarations": [],
|
|
6141
|
-
"exports": []
|
|
6142
|
-
},
|
|
6143
|
-
{
|
|
6144
|
-
"kind": "javascript-module",
|
|
6145
|
-
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/__snapshots__/qti-hottext-interaction.stories.ts.snap",
|
|
6146
|
-
"declarations": [],
|
|
6147
|
-
"exports": []
|
|
6148
|
-
},
|
|
6149
|
-
{
|
|
6150
|
-
"kind": "javascript-module",
|
|
6151
|
-
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6152
|
-
"declarations": [],
|
|
6153
|
-
"exports": []
|
|
6154
|
-
},
|
|
6155
|
-
{
|
|
6156
|
-
"kind": "javascript-module",
|
|
6157
|
-
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/__snapshots__/qti-match-interaction.stories.ts.snap",
|
|
6158
|
-
"declarations": [],
|
|
6159
|
-
"exports": []
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"kind": "javascript-module",
|
|
6163
|
-
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/__snapshots__/qti-media-interaction.stories.ts.snap",
|
|
6164
|
-
"declarations": [],
|
|
6165
|
-
"exports": []
|
|
6166
|
-
},
|
|
6167
|
-
{
|
|
6168
|
-
"kind": "javascript-module",
|
|
6169
|
-
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/__snapshots__/qti-order-interaction.stories.ts.snap",
|
|
6170
|
-
"declarations": [],
|
|
6171
|
-
"exports": []
|
|
6172
|
-
},
|
|
6173
|
-
{
|
|
6174
|
-
"kind": "javascript-module",
|
|
6175
|
-
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/__snapshots__/qti-portable-custom-interaction.stories.ts.snap",
|
|
6176
|
-
"declarations": [],
|
|
6177
|
-
"exports": []
|
|
6178
|
-
},
|
|
6179
|
-
{
|
|
6180
|
-
"kind": "javascript-module",
|
|
6181
|
-
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6182
|
-
"declarations": [],
|
|
6183
|
-
"exports": []
|
|
6184
|
-
},
|
|
6185
|
-
{
|
|
6186
|
-
"kind": "javascript-module",
|
|
6187
|
-
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/__snapshots__/qti-select-point-interaction.stories.ts.snap",
|
|
6188
|
-
"declarations": [],
|
|
6189
|
-
"exports": []
|
|
6190
|
-
},
|
|
6191
|
-
{
|
|
6192
|
-
"kind": "javascript-module",
|
|
6193
|
-
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/__snapshots__/qti-slider-interaction.stories.ts.snap",
|
|
6194
|
-
"declarations": [],
|
|
6195
|
-
"exports": []
|
|
6196
|
-
},
|
|
6197
|
-
{
|
|
6198
|
-
"kind": "javascript-module",
|
|
6199
|
-
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/__snapshots__/qti-text-entry-interaction.stories.ts.snap",
|
|
6200
|
-
"declarations": [],
|
|
6201
|
-
"exports": []
|
|
6202
|
-
},
|
|
6203
6077
|
{
|
|
6204
6078
|
"kind": "javascript-module",
|
|
6205
6079
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
|
|
@@ -7397,24 +7271,6 @@
|
|
|
7397
7271
|
}
|
|
7398
7272
|
]
|
|
7399
7273
|
},
|
|
7400
|
-
{
|
|
7401
|
-
"kind": "javascript-module",
|
|
7402
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7403
|
-
"declarations": [],
|
|
7404
|
-
"exports": []
|
|
7405
|
-
},
|
|
7406
|
-
{
|
|
7407
|
-
"kind": "javascript-module",
|
|
7408
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7409
|
-
"declarations": [],
|
|
7410
|
-
"exports": []
|
|
7411
|
-
},
|
|
7412
|
-
{
|
|
7413
|
-
"kind": "javascript-module",
|
|
7414
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7415
|
-
"declarations": [],
|
|
7416
|
-
"exports": []
|
|
7417
|
-
},
|
|
7418
7274
|
{
|
|
7419
7275
|
"kind": "javascript-module",
|
|
7420
7276
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts",
|
|
@@ -7450,18 +7306,6 @@
|
|
|
7450
7306
|
}
|
|
7451
7307
|
}
|
|
7452
7308
|
]
|
|
7453
|
-
},
|
|
7454
|
-
{
|
|
7455
|
-
"kind": "javascript-module",
|
|
7456
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|
|
7457
|
-
"declarations": [],
|
|
7458
|
-
"exports": []
|
|
7459
|
-
},
|
|
7460
|
-
{
|
|
7461
|
-
"kind": "javascript-module",
|
|
7462
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/__snapshots__/qti-set-outcome-value.stories.ts.snap",
|
|
7463
|
-
"declarations": [],
|
|
7464
|
-
"exports": []
|
|
7465
7309
|
}
|
|
7466
7310
|
]
|
|
7467
7311
|
}
|