@citolab/qti-components 6.7.1-5 → 6.7.1-50
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 +315 -253
- package/dist/index.js +78 -91
- package/dist/item.css +1123 -2566
- package/dist/qti-components/index.d.ts +276 -19
- package/dist/qti-components/index.js +92 -92
- package/dist/qti-transformers/index.d.ts +74 -13
- package/dist/qti-transformers/index.js +3 -16
- package/package.json +72 -69
- package/dist/item.minimal.css +0 -1888
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
],
|
|
85
|
-
"description": "Runs when observed properties change, e.g.
|
|
85
|
+
"description": "Runs when observed properties change, e.g."
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
88
|
"exports": [
|
|
@@ -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
|
-
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
122
|
-
"return": {
|
|
123
|
-
"type": {
|
|
124
|
-
"text": ""
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"kind": "function",
|
|
130
|
-
"name": "qtiTransformTest",
|
|
131
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
132
|
-
"return": {
|
|
133
|
-
"type": {
|
|
134
|
-
"text": ""
|
|
135
|
-
}
|
|
136
|
-
}
|
|
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",
|
|
@@ -344,6 +285,14 @@
|
|
|
344
285
|
"package": "./qti-response-processing"
|
|
345
286
|
}
|
|
346
287
|
},
|
|
288
|
+
{
|
|
289
|
+
"kind": "js",
|
|
290
|
+
"name": "*",
|
|
291
|
+
"declaration": {
|
|
292
|
+
"name": "*",
|
|
293
|
+
"package": "./qti-outcome-processing/qti-outcome-processing"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
347
296
|
{
|
|
348
297
|
"kind": "js",
|
|
349
298
|
"name": "*",
|
|
@@ -562,6 +511,65 @@
|
|
|
562
511
|
}
|
|
563
512
|
]
|
|
564
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
|
+
},
|
|
565
573
|
{
|
|
566
574
|
"kind": "javascript-module",
|
|
567
575
|
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
@@ -866,6 +874,60 @@
|
|
|
866
874
|
}
|
|
867
875
|
]
|
|
868
876
|
},
|
|
877
|
+
{
|
|
878
|
+
"kind": "javascript-module",
|
|
879
|
+
"path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
|
|
880
|
+
"declarations": [
|
|
881
|
+
{
|
|
882
|
+
"kind": "class",
|
|
883
|
+
"description": "",
|
|
884
|
+
"name": "QtiAssessmentStimulusRef",
|
|
885
|
+
"members": [],
|
|
886
|
+
"attributes": [
|
|
887
|
+
{
|
|
888
|
+
"name": "identifier",
|
|
889
|
+
"type": {
|
|
890
|
+
"text": "string"
|
|
891
|
+
},
|
|
892
|
+
"default": "''",
|
|
893
|
+
"fieldName": "identifier"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "href",
|
|
897
|
+
"type": {
|
|
898
|
+
"text": "string"
|
|
899
|
+
},
|
|
900
|
+
"default": "''",
|
|
901
|
+
"fieldName": "href"
|
|
902
|
+
}
|
|
903
|
+
],
|
|
904
|
+
"superclass": {
|
|
905
|
+
"name": "LitElement",
|
|
906
|
+
"package": "lit"
|
|
907
|
+
},
|
|
908
|
+
"tagName": "qti-assessment-stimulus-ref",
|
|
909
|
+
"customElement": true
|
|
910
|
+
}
|
|
911
|
+
],
|
|
912
|
+
"exports": [
|
|
913
|
+
{
|
|
914
|
+
"kind": "js",
|
|
915
|
+
"name": "QtiAssessmentStimulusRef",
|
|
916
|
+
"declaration": {
|
|
917
|
+
"name": "QtiAssessmentStimulusRef",
|
|
918
|
+
"module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"kind": "custom-element-definition",
|
|
923
|
+
"name": "qti-assessment-stimulus-ref",
|
|
924
|
+
"declaration": {
|
|
925
|
+
"name": "QtiAssessmentStimulusRef",
|
|
926
|
+
"module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
]
|
|
930
|
+
},
|
|
869
931
|
{
|
|
870
932
|
"kind": "javascript-module",
|
|
871
933
|
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
@@ -1268,6 +1330,16 @@
|
|
|
1268
1330
|
},
|
|
1269
1331
|
"tagName": "qti-hotspot-choice",
|
|
1270
1332
|
"customElement": true,
|
|
1333
|
+
"slots": [
|
|
1334
|
+
{
|
|
1335
|
+
"description": "The choices slot element",
|
|
1336
|
+
"name": "",
|
|
1337
|
+
"inheritedFrom": {
|
|
1338
|
+
"name": "QtiChoice",
|
|
1339
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
],
|
|
1271
1343
|
"events": [
|
|
1272
1344
|
{
|
|
1273
1345
|
"name": "qti-register-choice",
|
|
@@ -1339,6 +1411,16 @@
|
|
|
1339
1411
|
},
|
|
1340
1412
|
"tagName": "qti-hottext",
|
|
1341
1413
|
"customElement": true,
|
|
1414
|
+
"slots": [
|
|
1415
|
+
{
|
|
1416
|
+
"description": "The choices slot element",
|
|
1417
|
+
"name": "",
|
|
1418
|
+
"inheritedFrom": {
|
|
1419
|
+
"name": "QtiChoice",
|
|
1420
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
],
|
|
1342
1424
|
"attributes": [
|
|
1343
1425
|
{
|
|
1344
1426
|
"name": "identifier",
|
|
@@ -1538,7 +1620,11 @@
|
|
|
1538
1620
|
"slots": [
|
|
1539
1621
|
{
|
|
1540
1622
|
"description": "The default slot.",
|
|
1541
|
-
"name": ""
|
|
1623
|
+
"name": "",
|
|
1624
|
+
"inheritedFrom": {
|
|
1625
|
+
"name": "QtiChoice",
|
|
1626
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1627
|
+
}
|
|
1542
1628
|
}
|
|
1543
1629
|
],
|
|
1544
1630
|
"members": [],
|
|
@@ -1713,6 +1799,56 @@
|
|
|
1713
1799
|
}
|
|
1714
1800
|
]
|
|
1715
1801
|
},
|
|
1802
|
+
{
|
|
1803
|
+
"kind": "javascript-module",
|
|
1804
|
+
"path": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts",
|
|
1805
|
+
"declarations": [
|
|
1806
|
+
{
|
|
1807
|
+
"kind": "class",
|
|
1808
|
+
"description": "",
|
|
1809
|
+
"name": "QtiOutcomeProcessing",
|
|
1810
|
+
"members": [],
|
|
1811
|
+
"superclass": {
|
|
1812
|
+
"name": "LitElement",
|
|
1813
|
+
"package": "lit"
|
|
1814
|
+
},
|
|
1815
|
+
"tagName": "qti-outcome-processing",
|
|
1816
|
+
"customElement": true
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "class",
|
|
1820
|
+
"description": "",
|
|
1821
|
+
"name": "QtiOutcomeProcessingProcessor",
|
|
1822
|
+
"members": []
|
|
1823
|
+
}
|
|
1824
|
+
],
|
|
1825
|
+
"exports": [
|
|
1826
|
+
{
|
|
1827
|
+
"kind": "js",
|
|
1828
|
+
"name": "QtiOutcomeProcessing",
|
|
1829
|
+
"declaration": {
|
|
1830
|
+
"name": "QtiOutcomeProcessing",
|
|
1831
|
+
"module": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts"
|
|
1832
|
+
}
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"kind": "custom-element-definition",
|
|
1836
|
+
"name": "qti-outcome-processing",
|
|
1837
|
+
"declaration": {
|
|
1838
|
+
"name": "QtiOutcomeProcessing",
|
|
1839
|
+
"module": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts"
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"kind": "js",
|
|
1844
|
+
"name": "QtiOutcomeProcessingProcessor",
|
|
1845
|
+
"declaration": {
|
|
1846
|
+
"name": "QtiOutcomeProcessingProcessor",
|
|
1847
|
+
"module": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
]
|
|
1851
|
+
},
|
|
1716
1852
|
{
|
|
1717
1853
|
"kind": "javascript-module",
|
|
1718
1854
|
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
@@ -2222,12 +2358,6 @@
|
|
|
2222
2358
|
}
|
|
2223
2359
|
]
|
|
2224
2360
|
},
|
|
2225
|
-
{
|
|
2226
|
-
"kind": "javascript-module",
|
|
2227
|
-
"path": "src/lib/qti-components/qti-feedback/__snapshots__/qti-feedback.stories.ts.snap",
|
|
2228
|
-
"declarations": [],
|
|
2229
|
-
"exports": []
|
|
2230
|
-
},
|
|
2231
2361
|
{
|
|
2232
2362
|
"kind": "javascript-module",
|
|
2233
2363
|
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
@@ -4033,12 +4163,13 @@
|
|
|
4033
4163
|
"description": "",
|
|
4034
4164
|
"name": "QtiMediaInteraction",
|
|
4035
4165
|
"members": [],
|
|
4166
|
+
"superclass": {
|
|
4167
|
+
"name": "Interaction",
|
|
4168
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4169
|
+
},
|
|
4170
|
+
"tagName": "qti-media-interaction",
|
|
4171
|
+
"customElement": true,
|
|
4036
4172
|
"attributes": [
|
|
4037
|
-
{
|
|
4038
|
-
"name": "",
|
|
4039
|
-
"fieldName": "",
|
|
4040
|
-
"attribute": ""
|
|
4041
|
-
},
|
|
4042
4173
|
{
|
|
4043
4174
|
"name": "response-identifier",
|
|
4044
4175
|
"type": {
|
|
@@ -4078,12 +4209,6 @@
|
|
|
4078
4209
|
}
|
|
4079
4210
|
}
|
|
4080
4211
|
],
|
|
4081
|
-
"superclass": {
|
|
4082
|
-
"name": "Interaction",
|
|
4083
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4084
|
-
},
|
|
4085
|
-
"tagName": "qti-media-interaction",
|
|
4086
|
-
"customElement": true,
|
|
4087
4212
|
"events": [
|
|
4088
4213
|
{
|
|
4089
4214
|
"name": "qti-register-interaction",
|
|
@@ -4267,6 +4392,12 @@
|
|
|
4267
4392
|
}
|
|
4268
4393
|
]
|
|
4269
4394
|
},
|
|
4395
|
+
{
|
|
4396
|
+
"kind": "javascript-module",
|
|
4397
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/interface.ts",
|
|
4398
|
+
"declarations": [],
|
|
4399
|
+
"exports": []
|
|
4400
|
+
},
|
|
4270
4401
|
{
|
|
4271
4402
|
"kind": "javascript-module",
|
|
4272
4403
|
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.mdx",
|
|
@@ -4288,7 +4419,12 @@
|
|
|
4288
4419
|
"type": {
|
|
4289
4420
|
"text": "string"
|
|
4290
4421
|
},
|
|
4291
|
-
"
|
|
4422
|
+
"default": "''",
|
|
4423
|
+
"fieldName": "responseIdentifier",
|
|
4424
|
+
"inheritedFrom": {
|
|
4425
|
+
"name": "Interaction",
|
|
4426
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4427
|
+
}
|
|
4292
4428
|
},
|
|
4293
4429
|
{
|
|
4294
4430
|
"name": "module",
|
|
@@ -4305,19 +4441,60 @@
|
|
|
4305
4441
|
"fieldName": "customInteractionTypeIdentifier"
|
|
4306
4442
|
},
|
|
4307
4443
|
{
|
|
4308
|
-
"name": "
|
|
4444
|
+
"name": "disabled",
|
|
4309
4445
|
"type": {
|
|
4310
|
-
"text": "
|
|
4446
|
+
"text": "boolean"
|
|
4311
4447
|
},
|
|
4312
|
-
"
|
|
4448
|
+
"default": "false",
|
|
4449
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4450
|
+
"fieldName": "disabled",
|
|
4451
|
+
"inheritedFrom": {
|
|
4452
|
+
"name": "Interaction",
|
|
4453
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
{
|
|
4457
|
+
"name": "readonly",
|
|
4458
|
+
"type": {
|
|
4459
|
+
"text": "boolean"
|
|
4460
|
+
},
|
|
4461
|
+
"default": "false",
|
|
4462
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4463
|
+
"fieldName": "readonly",
|
|
4464
|
+
"inheritedFrom": {
|
|
4465
|
+
"name": "Interaction",
|
|
4466
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4467
|
+
}
|
|
4313
4468
|
}
|
|
4314
4469
|
],
|
|
4315
4470
|
"superclass": {
|
|
4316
|
-
"name": "
|
|
4317
|
-
"
|
|
4471
|
+
"name": "Interaction",
|
|
4472
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4318
4473
|
},
|
|
4319
4474
|
"tagName": "qti-portable-custom-interaction",
|
|
4320
|
-
"customElement": true
|
|
4475
|
+
"customElement": true,
|
|
4476
|
+
"events": [
|
|
4477
|
+
{
|
|
4478
|
+
"name": "qti-register-interaction",
|
|
4479
|
+
"type": {
|
|
4480
|
+
"text": "CustomEvent"
|
|
4481
|
+
},
|
|
4482
|
+
"inheritedFrom": {
|
|
4483
|
+
"name": "Interaction",
|
|
4484
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4485
|
+
}
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
"name": "qti-interaction-response",
|
|
4489
|
+
"type": {
|
|
4490
|
+
"text": "CustomEvent"
|
|
4491
|
+
},
|
|
4492
|
+
"inheritedFrom": {
|
|
4493
|
+
"name": "Interaction",
|
|
4494
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4495
|
+
}
|
|
4496
|
+
}
|
|
4497
|
+
]
|
|
4321
4498
|
}
|
|
4322
4499
|
],
|
|
4323
4500
|
"exports": [
|
|
@@ -5265,12 +5442,6 @@
|
|
|
5265
5442
|
}
|
|
5266
5443
|
]
|
|
5267
5444
|
},
|
|
5268
|
-
{
|
|
5269
|
-
"kind": "javascript-module",
|
|
5270
|
-
"path": "src/lib/qti-components/qti-stylesheet/__snapshots__/qti-stylesheet.stories.ts.snap",
|
|
5271
|
-
"declarations": [],
|
|
5272
|
-
"exports": []
|
|
5273
|
-
},
|
|
5274
5445
|
{
|
|
5275
5446
|
"kind": "javascript-module",
|
|
5276
5447
|
"path": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcome-declaration.ts",
|
|
@@ -5296,6 +5467,13 @@
|
|
|
5296
5467
|
},
|
|
5297
5468
|
"fieldName": "baseType"
|
|
5298
5469
|
},
|
|
5470
|
+
{
|
|
5471
|
+
"name": "external-scored",
|
|
5472
|
+
"type": {
|
|
5473
|
+
"text": "String"
|
|
5474
|
+
},
|
|
5475
|
+
"fieldName": "externalScored"
|
|
5476
|
+
},
|
|
5299
5477
|
{
|
|
5300
5478
|
"name": "identifier",
|
|
5301
5479
|
"type": {
|
|
@@ -6021,120 +6199,6 @@
|
|
|
6021
6199
|
}
|
|
6022
6200
|
]
|
|
6023
6201
|
},
|
|
6024
|
-
{
|
|
6025
|
-
"kind": "javascript-module",
|
|
6026
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
6027
|
-
"declarations": [],
|
|
6028
|
-
"exports": []
|
|
6029
|
-
},
|
|
6030
|
-
{
|
|
6031
|
-
"kind": "javascript-module",
|
|
6032
|
-
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
6033
|
-
"declarations": [],
|
|
6034
|
-
"exports": []
|
|
6035
|
-
},
|
|
6036
|
-
{
|
|
6037
|
-
"kind": "javascript-module",
|
|
6038
|
-
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
6039
|
-
"declarations": [],
|
|
6040
|
-
"exports": []
|
|
6041
|
-
},
|
|
6042
|
-
{
|
|
6043
|
-
"kind": "javascript-module",
|
|
6044
|
-
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
6045
|
-
"declarations": [],
|
|
6046
|
-
"exports": []
|
|
6047
|
-
},
|
|
6048
|
-
{
|
|
6049
|
-
"kind": "javascript-module",
|
|
6050
|
-
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
6051
|
-
"declarations": [],
|
|
6052
|
-
"exports": []
|
|
6053
|
-
},
|
|
6054
|
-
{
|
|
6055
|
-
"kind": "javascript-module",
|
|
6056
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
6057
|
-
"declarations": [],
|
|
6058
|
-
"exports": []
|
|
6059
|
-
},
|
|
6060
|
-
{
|
|
6061
|
-
"kind": "javascript-module",
|
|
6062
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
6063
|
-
"declarations": [],
|
|
6064
|
-
"exports": []
|
|
6065
|
-
},
|
|
6066
|
-
{
|
|
6067
|
-
"kind": "javascript-module",
|
|
6068
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6069
|
-
"declarations": [],
|
|
6070
|
-
"exports": []
|
|
6071
|
-
},
|
|
6072
|
-
{
|
|
6073
|
-
"kind": "javascript-module",
|
|
6074
|
-
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6075
|
-
"declarations": [],
|
|
6076
|
-
"exports": []
|
|
6077
|
-
},
|
|
6078
|
-
{
|
|
6079
|
-
"kind": "javascript-module",
|
|
6080
|
-
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/__snapshots__/qti-hottext-interaction.stories.ts.snap",
|
|
6081
|
-
"declarations": [],
|
|
6082
|
-
"exports": []
|
|
6083
|
-
},
|
|
6084
|
-
{
|
|
6085
|
-
"kind": "javascript-module",
|
|
6086
|
-
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6087
|
-
"declarations": [],
|
|
6088
|
-
"exports": []
|
|
6089
|
-
},
|
|
6090
|
-
{
|
|
6091
|
-
"kind": "javascript-module",
|
|
6092
|
-
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/__snapshots__/qti-match-interaction.stories.ts.snap",
|
|
6093
|
-
"declarations": [],
|
|
6094
|
-
"exports": []
|
|
6095
|
-
},
|
|
6096
|
-
{
|
|
6097
|
-
"kind": "javascript-module",
|
|
6098
|
-
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/__snapshots__/qti-media-interaction.stories.ts.snap",
|
|
6099
|
-
"declarations": [],
|
|
6100
|
-
"exports": []
|
|
6101
|
-
},
|
|
6102
|
-
{
|
|
6103
|
-
"kind": "javascript-module",
|
|
6104
|
-
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/__snapshots__/qti-order-interaction.stories.ts.snap",
|
|
6105
|
-
"declarations": [],
|
|
6106
|
-
"exports": []
|
|
6107
|
-
},
|
|
6108
|
-
{
|
|
6109
|
-
"kind": "javascript-module",
|
|
6110
|
-
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/__snapshots__/qti-portable-custom-interaction.stories.ts.snap",
|
|
6111
|
-
"declarations": [],
|
|
6112
|
-
"exports": []
|
|
6113
|
-
},
|
|
6114
|
-
{
|
|
6115
|
-
"kind": "javascript-module",
|
|
6116
|
-
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6117
|
-
"declarations": [],
|
|
6118
|
-
"exports": []
|
|
6119
|
-
},
|
|
6120
|
-
{
|
|
6121
|
-
"kind": "javascript-module",
|
|
6122
|
-
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/__snapshots__/qti-select-point-interaction.stories.ts.snap",
|
|
6123
|
-
"declarations": [],
|
|
6124
|
-
"exports": []
|
|
6125
|
-
},
|
|
6126
|
-
{
|
|
6127
|
-
"kind": "javascript-module",
|
|
6128
|
-
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/__snapshots__/qti-slider-interaction.stories.ts.snap",
|
|
6129
|
-
"declarations": [],
|
|
6130
|
-
"exports": []
|
|
6131
|
-
},
|
|
6132
|
-
{
|
|
6133
|
-
"kind": "javascript-module",
|
|
6134
|
-
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/__snapshots__/qti-text-entry-interaction.stories.ts.snap",
|
|
6135
|
-
"declarations": [],
|
|
6136
|
-
"exports": []
|
|
6137
|
-
},
|
|
6138
6202
|
{
|
|
6139
6203
|
"kind": "javascript-module",
|
|
6140
6204
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
|
|
@@ -6497,72 +6561,72 @@
|
|
|
6497
6561
|
},
|
|
6498
6562
|
{
|
|
6499
6563
|
"kind": "javascript-module",
|
|
6500
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6564
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts",
|
|
6501
6565
|
"declarations": [
|
|
6502
6566
|
{
|
|
6503
6567
|
"kind": "class",
|
|
6504
6568
|
"description": "",
|
|
6505
|
-
"name": "
|
|
6569
|
+
"name": "QtiLt",
|
|
6506
6570
|
"members": [],
|
|
6507
6571
|
"superclass": {
|
|
6508
6572
|
"name": "QtiExpression",
|
|
6509
6573
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6510
6574
|
},
|
|
6511
|
-
"tagName": "qti-
|
|
6575
|
+
"tagName": "qti-lt",
|
|
6512
6576
|
"customElement": true
|
|
6513
6577
|
}
|
|
6514
6578
|
],
|
|
6515
6579
|
"exports": [
|
|
6516
6580
|
{
|
|
6517
6581
|
"kind": "js",
|
|
6518
|
-
"name": "
|
|
6582
|
+
"name": "QtiLt",
|
|
6519
6583
|
"declaration": {
|
|
6520
|
-
"name": "
|
|
6521
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6584
|
+
"name": "QtiLt",
|
|
6585
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6522
6586
|
}
|
|
6523
6587
|
},
|
|
6524
6588
|
{
|
|
6525
6589
|
"kind": "custom-element-definition",
|
|
6526
|
-
"name": "qti-
|
|
6590
|
+
"name": "qti-lt",
|
|
6527
6591
|
"declaration": {
|
|
6528
|
-
"name": "
|
|
6529
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6592
|
+
"name": "QtiLt",
|
|
6593
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6530
6594
|
}
|
|
6531
6595
|
}
|
|
6532
6596
|
]
|
|
6533
6597
|
},
|
|
6534
6598
|
{
|
|
6535
6599
|
"kind": "javascript-module",
|
|
6536
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6600
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts",
|
|
6537
6601
|
"declarations": [
|
|
6538
6602
|
{
|
|
6539
6603
|
"kind": "class",
|
|
6540
6604
|
"description": "",
|
|
6541
|
-
"name": "
|
|
6605
|
+
"name": "QtiIsNull",
|
|
6542
6606
|
"members": [],
|
|
6543
6607
|
"superclass": {
|
|
6544
6608
|
"name": "QtiExpression",
|
|
6545
6609
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6546
6610
|
},
|
|
6547
|
-
"tagName": "qti-
|
|
6611
|
+
"tagName": "qti-is-null",
|
|
6548
6612
|
"customElement": true
|
|
6549
6613
|
}
|
|
6550
6614
|
],
|
|
6551
6615
|
"exports": [
|
|
6552
6616
|
{
|
|
6553
6617
|
"kind": "js",
|
|
6554
|
-
"name": "
|
|
6618
|
+
"name": "QtiIsNull",
|
|
6555
6619
|
"declaration": {
|
|
6556
|
-
"name": "
|
|
6557
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6620
|
+
"name": "QtiIsNull",
|
|
6621
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
|
|
6558
6622
|
}
|
|
6559
6623
|
},
|
|
6560
6624
|
{
|
|
6561
6625
|
"kind": "custom-element-definition",
|
|
6562
|
-
"name": "qti-
|
|
6626
|
+
"name": "qti-is-null",
|
|
6563
6627
|
"declaration": {
|
|
6564
|
-
"name": "
|
|
6565
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6628
|
+
"name": "QtiIsNull",
|
|
6629
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
|
|
6566
6630
|
}
|
|
6567
6631
|
}
|
|
6568
6632
|
]
|
|
@@ -7066,6 +7130,12 @@
|
|
|
7066
7130
|
},
|
|
7067
7131
|
"tagName": "qti-sum",
|
|
7068
7132
|
"customElement": true
|
|
7133
|
+
},
|
|
7134
|
+
{
|
|
7135
|
+
"kind": "class",
|
|
7136
|
+
"description": "",
|
|
7137
|
+
"name": "QtiSumExpression",
|
|
7138
|
+
"members": []
|
|
7069
7139
|
}
|
|
7070
7140
|
],
|
|
7071
7141
|
"exports": [
|
|
@@ -7077,6 +7147,14 @@
|
|
|
7077
7147
|
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-sum/qti-sum.ts"
|
|
7078
7148
|
}
|
|
7079
7149
|
},
|
|
7150
|
+
{
|
|
7151
|
+
"kind": "js",
|
|
7152
|
+
"name": "QtiSumExpression",
|
|
7153
|
+
"declaration": {
|
|
7154
|
+
"name": "QtiSumExpression",
|
|
7155
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-sum/qti-sum.ts"
|
|
7156
|
+
}
|
|
7157
|
+
},
|
|
7080
7158
|
{
|
|
7081
7159
|
"kind": "custom-element-definition",
|
|
7082
7160
|
"name": "qti-sum",
|
|
@@ -7283,6 +7361,12 @@
|
|
|
7283
7361
|
},
|
|
7284
7362
|
"tagName": "qti-set-outcome-value",
|
|
7285
7363
|
"customElement": true
|
|
7364
|
+
},
|
|
7365
|
+
{
|
|
7366
|
+
"kind": "class",
|
|
7367
|
+
"description": "",
|
|
7368
|
+
"name": "QtiSetOutcomeValueRule",
|
|
7369
|
+
"members": []
|
|
7286
7370
|
}
|
|
7287
7371
|
],
|
|
7288
7372
|
"exports": [
|
|
@@ -7294,6 +7378,14 @@
|
|
|
7294
7378
|
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7295
7379
|
}
|
|
7296
7380
|
},
|
|
7381
|
+
{
|
|
7382
|
+
"kind": "js",
|
|
7383
|
+
"name": "QtiSetOutcomeValueRule",
|
|
7384
|
+
"declaration": {
|
|
7385
|
+
"name": "QtiSetOutcomeValueRule",
|
|
7386
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7387
|
+
}
|
|
7388
|
+
},
|
|
7297
7389
|
{
|
|
7298
7390
|
"kind": "custom-element-definition",
|
|
7299
7391
|
"name": "qti-set-outcome-value",
|
|
@@ -7304,24 +7396,6 @@
|
|
|
7304
7396
|
}
|
|
7305
7397
|
]
|
|
7306
7398
|
},
|
|
7307
|
-
{
|
|
7308
|
-
"kind": "javascript-module",
|
|
7309
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7310
|
-
"declarations": [],
|
|
7311
|
-
"exports": []
|
|
7312
|
-
},
|
|
7313
|
-
{
|
|
7314
|
-
"kind": "javascript-module",
|
|
7315
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7316
|
-
"declarations": [],
|
|
7317
|
-
"exports": []
|
|
7318
|
-
},
|
|
7319
|
-
{
|
|
7320
|
-
"kind": "javascript-module",
|
|
7321
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7322
|
-
"declarations": [],
|
|
7323
|
-
"exports": []
|
|
7324
|
-
},
|
|
7325
7399
|
{
|
|
7326
7400
|
"kind": "javascript-module",
|
|
7327
7401
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts",
|
|
@@ -7357,18 +7431,6 @@
|
|
|
7357
7431
|
}
|
|
7358
7432
|
}
|
|
7359
7433
|
]
|
|
7360
|
-
},
|
|
7361
|
-
{
|
|
7362
|
-
"kind": "javascript-module",
|
|
7363
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|
|
7364
|
-
"declarations": [],
|
|
7365
|
-
"exports": []
|
|
7366
|
-
},
|
|
7367
|
-
{
|
|
7368
|
-
"kind": "javascript-module",
|
|
7369
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/__snapshots__/qti-set-outcome-value.stories.ts.snap",
|
|
7370
|
-
"declarations": [],
|
|
7371
|
-
"exports": []
|
|
7372
7434
|
}
|
|
7373
7435
|
]
|
|
7374
7436
|
}
|