@citolab/qti-components 6.7.1-6 → 6.7.1-61
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/chunk-DBZBAD4I.js +24 -0
- package/dist/custom-elements.json +453 -249
- package/dist/index.js +122 -131
- package/dist/item.css +1123 -2566
- package/dist/qti-components/index.d.ts +312 -22
- package/dist/qti-components/index.js +108 -104
- package/dist/qti-transformers/index.d.ts +106 -13
- package/dist/qti-transformers/index.js +2 -37
- package/package.json +74 -70
- package/dist/chunk-JILF7TI5.js +0 -2
- 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": [
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
"kind": "javascript-module",
|
|
101
|
-
"path": "src/lib/qti-
|
|
101
|
+
"path": "src/lib/qti-components/index.ts",
|
|
102
102
|
"declarations": [],
|
|
103
103
|
"exports": [
|
|
104
104
|
{
|
|
@@ -106,66 +106,15 @@
|
|
|
106
106
|
"name": "*",
|
|
107
107
|
"declaration": {
|
|
108
108
|
"name": "*",
|
|
109
|
-
"package": "./
|
|
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"
|
|
109
|
+
"package": "./internal/event-types"
|
|
146
110
|
}
|
|
147
111
|
},
|
|
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
|
-
{
|
|
159
|
-
"kind": "javascript-module",
|
|
160
|
-
"path": "src/lib/qti-components/index.ts",
|
|
161
|
-
"declarations": [],
|
|
162
|
-
"exports": [
|
|
163
112
|
{
|
|
164
113
|
"kind": "js",
|
|
165
114
|
"name": "*",
|
|
166
115
|
"declaration": {
|
|
167
116
|
"name": "*",
|
|
168
|
-
"package": "./internal/
|
|
117
|
+
"package": "./internal/events"
|
|
169
118
|
}
|
|
170
119
|
},
|
|
171
120
|
{
|
|
@@ -173,7 +122,7 @@
|
|
|
173
122
|
"name": "*",
|
|
174
123
|
"declaration": {
|
|
175
124
|
"name": "*",
|
|
176
|
-
"package": "./internal/
|
|
125
|
+
"package": "./internal/expression-result"
|
|
177
126
|
}
|
|
178
127
|
},
|
|
179
128
|
{
|
|
@@ -181,7 +130,7 @@
|
|
|
181
130
|
"name": "*",
|
|
182
131
|
"declaration": {
|
|
183
132
|
"name": "*",
|
|
184
|
-
"package": "./internal/
|
|
133
|
+
"package": "./internal/variables"
|
|
185
134
|
}
|
|
186
135
|
},
|
|
187
136
|
{
|
|
@@ -189,7 +138,7 @@
|
|
|
189
138
|
"name": "*",
|
|
190
139
|
"declaration": {
|
|
191
140
|
"name": "*",
|
|
192
|
-
"package": "./
|
|
141
|
+
"package": "./qti-assessment-item/qti-assessment-item"
|
|
193
142
|
}
|
|
194
143
|
},
|
|
195
144
|
{
|
|
@@ -197,7 +146,7 @@
|
|
|
197
146
|
"name": "*",
|
|
198
147
|
"declaration": {
|
|
199
148
|
"name": "*",
|
|
200
|
-
"package": "./qti-assessment-
|
|
149
|
+
"package": "./qti-assessment-stimulus-ref/qti-assessment-stimulus-ref"
|
|
201
150
|
}
|
|
202
151
|
},
|
|
203
152
|
{
|
|
@@ -336,6 +285,14 @@
|
|
|
336
285
|
"package": "./qti-interaction/qti-choice-interaction/qti-choice-interaction"
|
|
337
286
|
}
|
|
338
287
|
},
|
|
288
|
+
{
|
|
289
|
+
"kind": "js",
|
|
290
|
+
"name": "*",
|
|
291
|
+
"declaration": {
|
|
292
|
+
"name": "*",
|
|
293
|
+
"package": "./qti-outcome-processing/qti-outcome-processing"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
339
296
|
{
|
|
340
297
|
"kind": "js",
|
|
341
298
|
"name": "*",
|
|
@@ -562,6 +519,65 @@
|
|
|
562
519
|
}
|
|
563
520
|
]
|
|
564
521
|
},
|
|
522
|
+
{
|
|
523
|
+
"kind": "javascript-module",
|
|
524
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
525
|
+
"declarations": [],
|
|
526
|
+
"exports": [
|
|
527
|
+
{
|
|
528
|
+
"kind": "js",
|
|
529
|
+
"name": "*",
|
|
530
|
+
"declaration": {
|
|
531
|
+
"name": "*",
|
|
532
|
+
"package": "./qti-transformers"
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
]
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"kind": "javascript-module",
|
|
539
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
540
|
+
"declarations": [
|
|
541
|
+
{
|
|
542
|
+
"kind": "function",
|
|
543
|
+
"name": "qtiTransformItem",
|
|
544
|
+
"return": {
|
|
545
|
+
"type": {
|
|
546
|
+
"text": ""
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"kind": "function",
|
|
553
|
+
"name": "qtiTransformTest",
|
|
554
|
+
"return": {
|
|
555
|
+
"type": {
|
|
556
|
+
"text": ""
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests."
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
"exports": [
|
|
563
|
+
{
|
|
564
|
+
"kind": "js",
|
|
565
|
+
"name": "qtiTransformItem",
|
|
566
|
+
"declaration": {
|
|
567
|
+
"name": "qtiTransformItem",
|
|
568
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"kind": "js",
|
|
573
|
+
"name": "qtiTransformTest",
|
|
574
|
+
"declaration": {
|
|
575
|
+
"name": "qtiTransformTest",
|
|
576
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
]
|
|
580
|
+
},
|
|
565
581
|
{
|
|
566
582
|
"kind": "javascript-module",
|
|
567
583
|
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
@@ -581,17 +597,17 @@
|
|
|
581
597
|
{
|
|
582
598
|
"kind": "variable",
|
|
583
599
|
"name": "matchCorrect",
|
|
584
|
-
"default": "`<qti-response-processing
|
|
600
|
+
"default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-match> <qti-variable identifier=\"RESPONSE\"></qti-variable> <qti-correct identifier=\"RESPONSE\"></qti-correct> </qti-match> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">1</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0</qti-base-value> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
|
|
585
601
|
},
|
|
586
602
|
{
|
|
587
603
|
"kind": "variable",
|
|
588
604
|
"name": "mapResponse",
|
|
589
|
-
"default": "`<qti-response-processing
|
|
605
|
+
"default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-is-null> <qti-variable identifier=\"RESPONSE\"></qti-variable> </qti-is-null> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0.0</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-map-response identifier=\"RESPONSE\"> </qti-map-response> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
|
|
590
606
|
},
|
|
591
607
|
{
|
|
592
608
|
"kind": "variable",
|
|
593
609
|
"name": "mapResponsePoint",
|
|
594
|
-
"default": "`<qti-response-processing
|
|
610
|
+
"default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-is-null> <qti-variable identifier=\"RESPONSE\"></qti-variable> </qti-is-null> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
|
|
595
611
|
}
|
|
596
612
|
],
|
|
597
613
|
"exports": [
|
|
@@ -730,7 +746,7 @@
|
|
|
730
746
|
{
|
|
731
747
|
"kind": "variable",
|
|
732
748
|
"name": "itemContextVariables",
|
|
733
|
-
"default": "[
|
|
749
|
+
"default": "[ { identifier: 'completionStatus', cardinality: 'single', baseType: 'string', value: 'unknown', type: 'outcome' }, { identifier: 'numAttempts', cardinality: 'single', baseType: 'integer', value: '0', type: 'response' } ]"
|
|
734
750
|
},
|
|
735
751
|
{
|
|
736
752
|
"kind": "variable",
|
|
@@ -866,6 +882,62 @@
|
|
|
866
882
|
}
|
|
867
883
|
]
|
|
868
884
|
},
|
|
885
|
+
{
|
|
886
|
+
"kind": "javascript-module",
|
|
887
|
+
"path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
|
|
888
|
+
"declarations": [
|
|
889
|
+
{
|
|
890
|
+
"kind": "class",
|
|
891
|
+
"description": "Represents a custom element for referencing an assessment stimulus.",
|
|
892
|
+
"name": "QtiAssessmentStimulusRef",
|
|
893
|
+
"members": [],
|
|
894
|
+
"attributes": [
|
|
895
|
+
{
|
|
896
|
+
"name": "identifier",
|
|
897
|
+
"type": {
|
|
898
|
+
"text": "string"
|
|
899
|
+
},
|
|
900
|
+
"default": "''",
|
|
901
|
+
"description": "The identifier of the stimulus.",
|
|
902
|
+
"fieldName": "identifier"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "href",
|
|
906
|
+
"type": {
|
|
907
|
+
"text": "string"
|
|
908
|
+
},
|
|
909
|
+
"default": "''",
|
|
910
|
+
"description": "The href of the stimulus.",
|
|
911
|
+
"fieldName": "href"
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
"superclass": {
|
|
915
|
+
"name": "LitElement",
|
|
916
|
+
"package": "lit"
|
|
917
|
+
},
|
|
918
|
+
"tagName": "qti-assessment-stimulus-ref",
|
|
919
|
+
"customElement": true
|
|
920
|
+
}
|
|
921
|
+
],
|
|
922
|
+
"exports": [
|
|
923
|
+
{
|
|
924
|
+
"kind": "js",
|
|
925
|
+
"name": "QtiAssessmentStimulusRef",
|
|
926
|
+
"declaration": {
|
|
927
|
+
"name": "QtiAssessmentStimulusRef",
|
|
928
|
+
"module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"kind": "custom-element-definition",
|
|
933
|
+
"name": "qti-assessment-stimulus-ref",
|
|
934
|
+
"declaration": {
|
|
935
|
+
"name": "QtiAssessmentStimulusRef",
|
|
936
|
+
"module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
]
|
|
940
|
+
},
|
|
869
941
|
{
|
|
870
942
|
"kind": "javascript-module",
|
|
871
943
|
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
@@ -1268,6 +1340,16 @@
|
|
|
1268
1340
|
},
|
|
1269
1341
|
"tagName": "qti-hotspot-choice",
|
|
1270
1342
|
"customElement": true,
|
|
1343
|
+
"slots": [
|
|
1344
|
+
{
|
|
1345
|
+
"description": "The choices slot element",
|
|
1346
|
+
"name": "",
|
|
1347
|
+
"inheritedFrom": {
|
|
1348
|
+
"name": "QtiChoice",
|
|
1349
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
],
|
|
1271
1353
|
"events": [
|
|
1272
1354
|
{
|
|
1273
1355
|
"name": "qti-register-choice",
|
|
@@ -1339,6 +1421,16 @@
|
|
|
1339
1421
|
},
|
|
1340
1422
|
"tagName": "qti-hottext",
|
|
1341
1423
|
"customElement": true,
|
|
1424
|
+
"slots": [
|
|
1425
|
+
{
|
|
1426
|
+
"description": "The choices slot element",
|
|
1427
|
+
"name": "",
|
|
1428
|
+
"inheritedFrom": {
|
|
1429
|
+
"name": "QtiChoice",
|
|
1430
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
],
|
|
1342
1434
|
"attributes": [
|
|
1343
1435
|
{
|
|
1344
1436
|
"name": "identifier",
|
|
@@ -1500,12 +1592,144 @@
|
|
|
1500
1592
|
"description": "",
|
|
1501
1593
|
"name": "QtiSimpleAssociableChoice",
|
|
1502
1594
|
"members": [],
|
|
1595
|
+
"attributes": [
|
|
1596
|
+
{
|
|
1597
|
+
"name": "match-min",
|
|
1598
|
+
"type": {
|
|
1599
|
+
"text": "number"
|
|
1600
|
+
},
|
|
1601
|
+
"default": "0",
|
|
1602
|
+
"description": "the minimal number of selections a candidate must make",
|
|
1603
|
+
"fieldName": "matchMin"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "match-max",
|
|
1607
|
+
"type": {
|
|
1608
|
+
"text": "number"
|
|
1609
|
+
},
|
|
1610
|
+
"default": "1",
|
|
1611
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
1612
|
+
"fieldName": "matchMax"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"name": "fixed",
|
|
1616
|
+
"type": {
|
|
1617
|
+
"text": "boolean"
|
|
1618
|
+
},
|
|
1619
|
+
"default": "false",
|
|
1620
|
+
"fieldName": "fixed"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "identifier",
|
|
1624
|
+
"type": {
|
|
1625
|
+
"text": "string"
|
|
1626
|
+
},
|
|
1627
|
+
"fieldName": "identifier",
|
|
1628
|
+
"inheritedFrom": {
|
|
1629
|
+
"name": "QtiChoice",
|
|
1630
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"name": "tabindex",
|
|
1635
|
+
"type": {
|
|
1636
|
+
"text": "number | undefined"
|
|
1637
|
+
},
|
|
1638
|
+
"default": "0",
|
|
1639
|
+
"fieldName": "tabindex",
|
|
1640
|
+
"inheritedFrom": {
|
|
1641
|
+
"name": "QtiChoice",
|
|
1642
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"name": "aria-disabled",
|
|
1647
|
+
"type": {
|
|
1648
|
+
"text": "boolean"
|
|
1649
|
+
},
|
|
1650
|
+
"default": "false",
|
|
1651
|
+
"fieldName": "disabled",
|
|
1652
|
+
"inheritedFrom": {
|
|
1653
|
+
"name": "QtiChoice",
|
|
1654
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "aria-readonly",
|
|
1659
|
+
"type": {
|
|
1660
|
+
"text": "boolean"
|
|
1661
|
+
},
|
|
1662
|
+
"default": "false",
|
|
1663
|
+
"fieldName": "readonly",
|
|
1664
|
+
"inheritedFrom": {
|
|
1665
|
+
"name": "QtiChoice",
|
|
1666
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "aria-checked",
|
|
1671
|
+
"type": {
|
|
1672
|
+
"text": "boolean"
|
|
1673
|
+
},
|
|
1674
|
+
"default": "false",
|
|
1675
|
+
"fieldName": "checked",
|
|
1676
|
+
"inheritedFrom": {
|
|
1677
|
+
"name": "QtiChoice",
|
|
1678
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
],
|
|
1503
1682
|
"superclass": {
|
|
1504
|
-
"name": "
|
|
1505
|
-
"
|
|
1683
|
+
"name": "QtiChoice",
|
|
1684
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
|
|
1506
1685
|
},
|
|
1507
1686
|
"tagName": "qti-simple-associable-choice",
|
|
1508
|
-
"customElement": true
|
|
1687
|
+
"customElement": true,
|
|
1688
|
+
"slots": [
|
|
1689
|
+
{
|
|
1690
|
+
"description": "The choices slot element",
|
|
1691
|
+
"name": "",
|
|
1692
|
+
"inheritedFrom": {
|
|
1693
|
+
"name": "QtiChoice",
|
|
1694
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
],
|
|
1698
|
+
"events": [
|
|
1699
|
+
{
|
|
1700
|
+
"name": "qti-register-choice",
|
|
1701
|
+
"type": {
|
|
1702
|
+
"text": "CustomEvent"
|
|
1703
|
+
},
|
|
1704
|
+
"description": "register itselves on a qti-choice-interaction element.",
|
|
1705
|
+
"inheritedFrom": {
|
|
1706
|
+
"name": "QtiChoice",
|
|
1707
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "qti-loose-choice",
|
|
1712
|
+
"type": {
|
|
1713
|
+
"text": "CustomEvent"
|
|
1714
|
+
},
|
|
1715
|
+
"description": "de-register itselves on a qti-choice-interaction element.",
|
|
1716
|
+
"inheritedFrom": {
|
|
1717
|
+
"name": "QtiChoice",
|
|
1718
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"name": "qti-choice-element-selected",
|
|
1723
|
+
"type": {
|
|
1724
|
+
"text": "CustomEvent"
|
|
1725
|
+
},
|
|
1726
|
+
"description": "Emitted when the choice is selected.",
|
|
1727
|
+
"inheritedFrom": {
|
|
1728
|
+
"name": "QtiChoice",
|
|
1729
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
]
|
|
1509
1733
|
}
|
|
1510
1734
|
],
|
|
1511
1735
|
"exports": [
|
|
@@ -1538,7 +1762,11 @@
|
|
|
1538
1762
|
"slots": [
|
|
1539
1763
|
{
|
|
1540
1764
|
"description": "The default slot.",
|
|
1541
|
-
"name": ""
|
|
1765
|
+
"name": "",
|
|
1766
|
+
"inheritedFrom": {
|
|
1767
|
+
"name": "QtiChoice",
|
|
1768
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1769
|
+
}
|
|
1542
1770
|
}
|
|
1543
1771
|
],
|
|
1544
1772
|
"members": [],
|
|
@@ -1689,26 +1917,76 @@
|
|
|
1689
1917
|
"name": "LitElement",
|
|
1690
1918
|
"package": "lit"
|
|
1691
1919
|
},
|
|
1692
|
-
"summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
|
|
1693
|
-
"tagName": "qti-item-body",
|
|
1920
|
+
"summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
|
|
1921
|
+
"tagName": "qti-item-body",
|
|
1922
|
+
"customElement": true
|
|
1923
|
+
}
|
|
1924
|
+
],
|
|
1925
|
+
"exports": [
|
|
1926
|
+
{
|
|
1927
|
+
"kind": "js",
|
|
1928
|
+
"name": "default",
|
|
1929
|
+
"declaration": {
|
|
1930
|
+
"name": "QtiItemBody",
|
|
1931
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"kind": "custom-element-definition",
|
|
1936
|
+
"name": "qti-item-body",
|
|
1937
|
+
"declaration": {
|
|
1938
|
+
"name": "QtiItemBody",
|
|
1939
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
]
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"kind": "javascript-module",
|
|
1946
|
+
"path": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts",
|
|
1947
|
+
"declarations": [
|
|
1948
|
+
{
|
|
1949
|
+
"kind": "class",
|
|
1950
|
+
"description": "",
|
|
1951
|
+
"name": "QtiOutcomeProcessing",
|
|
1952
|
+
"members": [],
|
|
1953
|
+
"superclass": {
|
|
1954
|
+
"name": "LitElement",
|
|
1955
|
+
"package": "lit"
|
|
1956
|
+
},
|
|
1957
|
+
"tagName": "qti-outcome-processing",
|
|
1694
1958
|
"customElement": true
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"kind": "class",
|
|
1962
|
+
"description": "",
|
|
1963
|
+
"name": "QtiOutcomeProcessingProcessor",
|
|
1964
|
+
"members": []
|
|
1695
1965
|
}
|
|
1696
1966
|
],
|
|
1697
1967
|
"exports": [
|
|
1698
1968
|
{
|
|
1699
1969
|
"kind": "js",
|
|
1700
|
-
"name": "
|
|
1970
|
+
"name": "QtiOutcomeProcessing",
|
|
1701
1971
|
"declaration": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/lib/qti-components/qti-
|
|
1972
|
+
"name": "QtiOutcomeProcessing",
|
|
1973
|
+
"module": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts"
|
|
1704
1974
|
}
|
|
1705
1975
|
},
|
|
1706
1976
|
{
|
|
1707
1977
|
"kind": "custom-element-definition",
|
|
1708
|
-
"name": "qti-
|
|
1978
|
+
"name": "qti-outcome-processing",
|
|
1709
1979
|
"declaration": {
|
|
1710
|
-
"name": "
|
|
1711
|
-
"module": "src/lib/qti-components/qti-
|
|
1980
|
+
"name": "QtiOutcomeProcessing",
|
|
1981
|
+
"module": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts"
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"kind": "js",
|
|
1986
|
+
"name": "QtiOutcomeProcessingProcessor",
|
|
1987
|
+
"declaration": {
|
|
1988
|
+
"name": "QtiOutcomeProcessingProcessor",
|
|
1989
|
+
"module": "src/lib/qti-components/qti-outcome-processing/qti-outcome-processing.ts"
|
|
1712
1990
|
}
|
|
1713
1991
|
}
|
|
1714
1992
|
]
|
|
@@ -2222,12 +2500,6 @@
|
|
|
2222
2500
|
}
|
|
2223
2501
|
]
|
|
2224
2502
|
},
|
|
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
2503
|
{
|
|
2232
2504
|
"kind": "javascript-module",
|
|
2233
2505
|
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
@@ -4033,12 +4305,13 @@
|
|
|
4033
4305
|
"description": "",
|
|
4034
4306
|
"name": "QtiMediaInteraction",
|
|
4035
4307
|
"members": [],
|
|
4308
|
+
"superclass": {
|
|
4309
|
+
"name": "Interaction",
|
|
4310
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4311
|
+
},
|
|
4312
|
+
"tagName": "qti-media-interaction",
|
|
4313
|
+
"customElement": true,
|
|
4036
4314
|
"attributes": [
|
|
4037
|
-
{
|
|
4038
|
-
"name": "",
|
|
4039
|
-
"fieldName": "",
|
|
4040
|
-
"attribute": ""
|
|
4041
|
-
},
|
|
4042
4315
|
{
|
|
4043
4316
|
"name": "response-identifier",
|
|
4044
4317
|
"type": {
|
|
@@ -4078,12 +4351,6 @@
|
|
|
4078
4351
|
}
|
|
4079
4352
|
}
|
|
4080
4353
|
],
|
|
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
4354
|
"events": [
|
|
4088
4355
|
{
|
|
4089
4356
|
"name": "qti-register-interaction",
|
|
@@ -4267,6 +4534,12 @@
|
|
|
4267
4534
|
}
|
|
4268
4535
|
]
|
|
4269
4536
|
},
|
|
4537
|
+
{
|
|
4538
|
+
"kind": "javascript-module",
|
|
4539
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/interface.ts",
|
|
4540
|
+
"declarations": [],
|
|
4541
|
+
"exports": []
|
|
4542
|
+
},
|
|
4270
4543
|
{
|
|
4271
4544
|
"kind": "javascript-module",
|
|
4272
4545
|
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.mdx",
|
|
@@ -4288,7 +4561,12 @@
|
|
|
4288
4561
|
"type": {
|
|
4289
4562
|
"text": "string"
|
|
4290
4563
|
},
|
|
4291
|
-
"
|
|
4564
|
+
"default": "''",
|
|
4565
|
+
"fieldName": "responseIdentifier",
|
|
4566
|
+
"inheritedFrom": {
|
|
4567
|
+
"name": "Interaction",
|
|
4568
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4569
|
+
}
|
|
4292
4570
|
},
|
|
4293
4571
|
{
|
|
4294
4572
|
"name": "module",
|
|
@@ -4305,19 +4583,60 @@
|
|
|
4305
4583
|
"fieldName": "customInteractionTypeIdentifier"
|
|
4306
4584
|
},
|
|
4307
4585
|
{
|
|
4308
|
-
"name": "
|
|
4586
|
+
"name": "disabled",
|
|
4309
4587
|
"type": {
|
|
4310
|
-
"text": "
|
|
4588
|
+
"text": "boolean"
|
|
4589
|
+
},
|
|
4590
|
+
"default": "false",
|
|
4591
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4592
|
+
"fieldName": "disabled",
|
|
4593
|
+
"inheritedFrom": {
|
|
4594
|
+
"name": "Interaction",
|
|
4595
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4596
|
+
}
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"name": "readonly",
|
|
4600
|
+
"type": {
|
|
4601
|
+
"text": "boolean"
|
|
4311
4602
|
},
|
|
4312
|
-
"
|
|
4603
|
+
"default": "false",
|
|
4604
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4605
|
+
"fieldName": "readonly",
|
|
4606
|
+
"inheritedFrom": {
|
|
4607
|
+
"name": "Interaction",
|
|
4608
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4609
|
+
}
|
|
4313
4610
|
}
|
|
4314
4611
|
],
|
|
4315
4612
|
"superclass": {
|
|
4316
|
-
"name": "
|
|
4317
|
-
"
|
|
4613
|
+
"name": "Interaction",
|
|
4614
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4318
4615
|
},
|
|
4319
4616
|
"tagName": "qti-portable-custom-interaction",
|
|
4320
|
-
"customElement": true
|
|
4617
|
+
"customElement": true,
|
|
4618
|
+
"events": [
|
|
4619
|
+
{
|
|
4620
|
+
"name": "qti-register-interaction",
|
|
4621
|
+
"type": {
|
|
4622
|
+
"text": "CustomEvent"
|
|
4623
|
+
},
|
|
4624
|
+
"inheritedFrom": {
|
|
4625
|
+
"name": "Interaction",
|
|
4626
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4627
|
+
}
|
|
4628
|
+
},
|
|
4629
|
+
{
|
|
4630
|
+
"name": "qti-interaction-response",
|
|
4631
|
+
"type": {
|
|
4632
|
+
"text": "CustomEvent"
|
|
4633
|
+
},
|
|
4634
|
+
"inheritedFrom": {
|
|
4635
|
+
"name": "Interaction",
|
|
4636
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4637
|
+
}
|
|
4638
|
+
}
|
|
4639
|
+
]
|
|
4321
4640
|
}
|
|
4322
4641
|
],
|
|
4323
4642
|
"exports": [
|
|
@@ -5265,12 +5584,6 @@
|
|
|
5265
5584
|
}
|
|
5266
5585
|
]
|
|
5267
5586
|
},
|
|
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
5587
|
{
|
|
5275
5588
|
"kind": "javascript-module",
|
|
5276
5589
|
"path": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcome-declaration.ts",
|
|
@@ -5296,6 +5609,13 @@
|
|
|
5296
5609
|
},
|
|
5297
5610
|
"fieldName": "baseType"
|
|
5298
5611
|
},
|
|
5612
|
+
{
|
|
5613
|
+
"name": "external-scored",
|
|
5614
|
+
"type": {
|
|
5615
|
+
"text": "String"
|
|
5616
|
+
},
|
|
5617
|
+
"fieldName": "externalScored"
|
|
5618
|
+
},
|
|
5299
5619
|
{
|
|
5300
5620
|
"name": "identifier",
|
|
5301
5621
|
"type": {
|
|
@@ -6021,120 +6341,6 @@
|
|
|
6021
6341
|
}
|
|
6022
6342
|
]
|
|
6023
6343
|
},
|
|
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
6344
|
{
|
|
6139
6345
|
"kind": "javascript-module",
|
|
6140
6346
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
|
|
@@ -7066,6 +7272,12 @@
|
|
|
7066
7272
|
},
|
|
7067
7273
|
"tagName": "qti-sum",
|
|
7068
7274
|
"customElement": true
|
|
7275
|
+
},
|
|
7276
|
+
{
|
|
7277
|
+
"kind": "class",
|
|
7278
|
+
"description": "",
|
|
7279
|
+
"name": "QtiSumExpression",
|
|
7280
|
+
"members": []
|
|
7069
7281
|
}
|
|
7070
7282
|
],
|
|
7071
7283
|
"exports": [
|
|
@@ -7077,6 +7289,14 @@
|
|
|
7077
7289
|
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-sum/qti-sum.ts"
|
|
7078
7290
|
}
|
|
7079
7291
|
},
|
|
7292
|
+
{
|
|
7293
|
+
"kind": "js",
|
|
7294
|
+
"name": "QtiSumExpression",
|
|
7295
|
+
"declaration": {
|
|
7296
|
+
"name": "QtiSumExpression",
|
|
7297
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-sum/qti-sum.ts"
|
|
7298
|
+
}
|
|
7299
|
+
},
|
|
7080
7300
|
{
|
|
7081
7301
|
"kind": "custom-element-definition",
|
|
7082
7302
|
"name": "qti-sum",
|
|
@@ -7283,6 +7503,12 @@
|
|
|
7283
7503
|
},
|
|
7284
7504
|
"tagName": "qti-set-outcome-value",
|
|
7285
7505
|
"customElement": true
|
|
7506
|
+
},
|
|
7507
|
+
{
|
|
7508
|
+
"kind": "class",
|
|
7509
|
+
"description": "",
|
|
7510
|
+
"name": "QtiSetOutcomeValueRule",
|
|
7511
|
+
"members": []
|
|
7286
7512
|
}
|
|
7287
7513
|
],
|
|
7288
7514
|
"exports": [
|
|
@@ -7294,6 +7520,14 @@
|
|
|
7294
7520
|
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7295
7521
|
}
|
|
7296
7522
|
},
|
|
7523
|
+
{
|
|
7524
|
+
"kind": "js",
|
|
7525
|
+
"name": "QtiSetOutcomeValueRule",
|
|
7526
|
+
"declaration": {
|
|
7527
|
+
"name": "QtiSetOutcomeValueRule",
|
|
7528
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7529
|
+
}
|
|
7530
|
+
},
|
|
7297
7531
|
{
|
|
7298
7532
|
"kind": "custom-element-definition",
|
|
7299
7533
|
"name": "qti-set-outcome-value",
|
|
@@ -7304,24 +7538,6 @@
|
|
|
7304
7538
|
}
|
|
7305
7539
|
]
|
|
7306
7540
|
},
|
|
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
7541
|
{
|
|
7326
7542
|
"kind": "javascript-module",
|
|
7327
7543
|
"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 +7573,6 @@
|
|
|
7357
7573
|
}
|
|
7358
7574
|
}
|
|
7359
7575
|
]
|
|
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
7576
|
}
|
|
7373
7577
|
]
|
|
7374
7578
|
}
|