@citolab/qti-components 6.7.1-5 → 6.7.1-51
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 +242 -180
- 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 +106 -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": [
|
|
@@ -118,22 +118,22 @@
|
|
|
118
118
|
{
|
|
119
119
|
"kind": "function",
|
|
120
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
121
|
"return": {
|
|
123
122
|
"type": {
|
|
124
123
|
"text": ""
|
|
125
124
|
}
|
|
126
|
-
}
|
|
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
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"kind": "function",
|
|
130
130
|
"name": "qtiTransformTest",
|
|
131
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
132
131
|
"return": {
|
|
133
132
|
"type": {
|
|
134
133
|
"text": ""
|
|
135
134
|
}
|
|
136
|
-
}
|
|
135
|
+
},
|
|
136
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests."
|
|
137
137
|
}
|
|
138
138
|
],
|
|
139
139
|
"exports": [
|
|
@@ -344,6 +344,14 @@
|
|
|
344
344
|
"package": "./qti-response-processing"
|
|
345
345
|
}
|
|
346
346
|
},
|
|
347
|
+
{
|
|
348
|
+
"kind": "js",
|
|
349
|
+
"name": "*",
|
|
350
|
+
"declaration": {
|
|
351
|
+
"name": "*",
|
|
352
|
+
"package": "./qti-outcome-processing/qti-outcome-processing"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
347
355
|
{
|
|
348
356
|
"kind": "js",
|
|
349
357
|
"name": "*",
|
|
@@ -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"
|
|
4447
|
+
},
|
|
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"
|
|
4311
4460
|
},
|
|
4312
|
-
"
|
|
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",
|
|
@@ -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
|
}
|