@citolab/qti-components 6.0.18 → 6.0.19-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +771 -484
- package/dist/index.d.ts +35 -5
- package/dist/index.js +82 -70
- package/dist/qti-assessment-item-68bcc951.d.ts +121 -0
- package/dist/qti-components/index.d.ts +36 -7
- package/dist/qti-components/index.js +75 -63
- package/dist/qti-item/index.d.ts +2 -2
- package/dist/qti-item-e1fc6a70.d.ts +30 -0
- package/dist/qti-item-react/index.d.ts +3 -3
- package/dist/qti-simple-choice-d1392d78.d.ts +352 -0
- package/package.json +2 -2
|
@@ -131,6 +131,115 @@
|
|
|
131
131
|
}
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"kind": "javascript-module",
|
|
136
|
+
"path": "src/lib/qti-item/index.ts",
|
|
137
|
+
"declarations": [],
|
|
138
|
+
"exports": [
|
|
139
|
+
{
|
|
140
|
+
"kind": "js",
|
|
141
|
+
"name": "*",
|
|
142
|
+
"declaration": {
|
|
143
|
+
"name": "*",
|
|
144
|
+
"package": "./qti-item"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"kind": "javascript-module",
|
|
151
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
152
|
+
"declarations": [
|
|
153
|
+
{
|
|
154
|
+
"kind": "class",
|
|
155
|
+
"description": "",
|
|
156
|
+
"name": "QtiItem",
|
|
157
|
+
"members": [],
|
|
158
|
+
"attributes": [
|
|
159
|
+
{
|
|
160
|
+
"name": "disabled",
|
|
161
|
+
"type": {
|
|
162
|
+
"text": "boolean"
|
|
163
|
+
},
|
|
164
|
+
"default": "false",
|
|
165
|
+
"fieldName": "disabled"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "readonly",
|
|
169
|
+
"type": {
|
|
170
|
+
"text": "boolean"
|
|
171
|
+
},
|
|
172
|
+
"default": "false",
|
|
173
|
+
"fieldName": "readonly"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "xml",
|
|
177
|
+
"fieldName": "xml"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"superclass": {
|
|
181
|
+
"name": "LitElement",
|
|
182
|
+
"package": "lit"
|
|
183
|
+
},
|
|
184
|
+
"tagName": "qti-item",
|
|
185
|
+
"customElement": true
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"exports": [
|
|
189
|
+
{
|
|
190
|
+
"kind": "js",
|
|
191
|
+
"name": "QtiItem",
|
|
192
|
+
"declaration": {
|
|
193
|
+
"name": "QtiItem",
|
|
194
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"kind": "custom-element-definition",
|
|
199
|
+
"name": "qti-item",
|
|
200
|
+
"declaration": {
|
|
201
|
+
"name": "QtiItem",
|
|
202
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"kind": "javascript-module",
|
|
209
|
+
"path": "src/lib/qti-item-react/index.ts",
|
|
210
|
+
"declarations": [],
|
|
211
|
+
"exports": [
|
|
212
|
+
{
|
|
213
|
+
"kind": "js",
|
|
214
|
+
"name": "*",
|
|
215
|
+
"declaration": {
|
|
216
|
+
"name": "*",
|
|
217
|
+
"package": "./qti-item.react"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"kind": "javascript-module",
|
|
224
|
+
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
225
|
+
"declarations": [
|
|
226
|
+
{
|
|
227
|
+
"kind": "variable",
|
|
228
|
+
"name": "QtiItem",
|
|
229
|
+
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed',\n qtiitemconnected: 'qti-item-connected'\n }\n})"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"exports": [
|
|
233
|
+
{
|
|
234
|
+
"kind": "js",
|
|
235
|
+
"name": "QtiItem",
|
|
236
|
+
"declaration": {
|
|
237
|
+
"name": "QtiItem",
|
|
238
|
+
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
},
|
|
134
243
|
{
|
|
135
244
|
"kind": "javascript-module",
|
|
136
245
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -272,6 +381,14 @@
|
|
|
272
381
|
"package": "./qti-feedback/qti-modal-feedback/qti-modal-feedback"
|
|
273
382
|
}
|
|
274
383
|
},
|
|
384
|
+
{
|
|
385
|
+
"kind": "js",
|
|
386
|
+
"name": "*",
|
|
387
|
+
"declaration": {
|
|
388
|
+
"name": "*",
|
|
389
|
+
"package": "./qti-feedback/qti-feedback-block/qti-feedback-block"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
275
392
|
{
|
|
276
393
|
"kind": "js",
|
|
277
394
|
"name": "*",
|
|
@@ -432,6 +549,14 @@
|
|
|
432
549
|
"package": "./qti-interaction/qti-slider-interaction/qti-slider-interaction"
|
|
433
550
|
}
|
|
434
551
|
},
|
|
552
|
+
{
|
|
553
|
+
"kind": "js",
|
|
554
|
+
"name": "*",
|
|
555
|
+
"declaration": {
|
|
556
|
+
"name": "*",
|
|
557
|
+
"package": "./qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction"
|
|
558
|
+
}
|
|
559
|
+
},
|
|
435
560
|
{
|
|
436
561
|
"kind": "js",
|
|
437
562
|
"name": "*",
|
|
@@ -506,115 +631,6 @@
|
|
|
506
631
|
}
|
|
507
632
|
]
|
|
508
633
|
},
|
|
509
|
-
{
|
|
510
|
-
"kind": "javascript-module",
|
|
511
|
-
"path": "src/lib/qti-item/index.ts",
|
|
512
|
-
"declarations": [],
|
|
513
|
-
"exports": [
|
|
514
|
-
{
|
|
515
|
-
"kind": "js",
|
|
516
|
-
"name": "*",
|
|
517
|
-
"declaration": {
|
|
518
|
-
"name": "*",
|
|
519
|
-
"package": "./qti-item"
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
]
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"kind": "javascript-module",
|
|
526
|
-
"path": "src/lib/qti-item/qti-item.ts",
|
|
527
|
-
"declarations": [
|
|
528
|
-
{
|
|
529
|
-
"kind": "class",
|
|
530
|
-
"description": "",
|
|
531
|
-
"name": "QtiItem",
|
|
532
|
-
"members": [],
|
|
533
|
-
"attributes": [
|
|
534
|
-
{
|
|
535
|
-
"name": "disabled",
|
|
536
|
-
"type": {
|
|
537
|
-
"text": "boolean"
|
|
538
|
-
},
|
|
539
|
-
"default": "false",
|
|
540
|
-
"fieldName": "disabled"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"name": "readonly",
|
|
544
|
-
"type": {
|
|
545
|
-
"text": "boolean"
|
|
546
|
-
},
|
|
547
|
-
"default": "false",
|
|
548
|
-
"fieldName": "readonly"
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"name": "xml",
|
|
552
|
-
"fieldName": "xml"
|
|
553
|
-
}
|
|
554
|
-
],
|
|
555
|
-
"superclass": {
|
|
556
|
-
"name": "LitElement",
|
|
557
|
-
"package": "lit"
|
|
558
|
-
},
|
|
559
|
-
"tagName": "qti-item",
|
|
560
|
-
"customElement": true
|
|
561
|
-
}
|
|
562
|
-
],
|
|
563
|
-
"exports": [
|
|
564
|
-
{
|
|
565
|
-
"kind": "js",
|
|
566
|
-
"name": "QtiItem",
|
|
567
|
-
"declaration": {
|
|
568
|
-
"name": "QtiItem",
|
|
569
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"kind": "custom-element-definition",
|
|
574
|
-
"name": "qti-item",
|
|
575
|
-
"declaration": {
|
|
576
|
-
"name": "QtiItem",
|
|
577
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
]
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"kind": "javascript-module",
|
|
584
|
-
"path": "src/lib/qti-item-react/index.ts",
|
|
585
|
-
"declarations": [],
|
|
586
|
-
"exports": [
|
|
587
|
-
{
|
|
588
|
-
"kind": "js",
|
|
589
|
-
"name": "*",
|
|
590
|
-
"declaration": {
|
|
591
|
-
"name": "*",
|
|
592
|
-
"package": "./qti-item.react"
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
]
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"kind": "javascript-module",
|
|
599
|
-
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
600
|
-
"declarations": [
|
|
601
|
-
{
|
|
602
|
-
"kind": "variable",
|
|
603
|
-
"name": "QtiItem",
|
|
604
|
-
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed',\n qtiitemconnected: 'qti-item-connected'\n }\n})"
|
|
605
|
-
}
|
|
606
|
-
],
|
|
607
|
-
"exports": [
|
|
608
|
-
{
|
|
609
|
-
"kind": "js",
|
|
610
|
-
"name": "QtiItem",
|
|
611
|
-
"declaration": {
|
|
612
|
-
"name": "QtiItem",
|
|
613
|
-
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
]
|
|
617
|
-
},
|
|
618
634
|
{
|
|
619
635
|
"kind": "javascript-module",
|
|
620
636
|
"path": "src/lib/qti-transform/index.ts",
|
|
@@ -849,35 +865,82 @@
|
|
|
849
865
|
},
|
|
850
866
|
{
|
|
851
867
|
"kind": "javascript-module",
|
|
852
|
-
"path": "src/lib/qti-components/qti-
|
|
868
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
853
869
|
"declarations": [
|
|
854
870
|
{
|
|
855
871
|
"kind": "class",
|
|
856
872
|
"description": "",
|
|
857
|
-
"name": "
|
|
858
|
-
"
|
|
859
|
-
"events": [
|
|
873
|
+
"name": "QtiItemBody",
|
|
874
|
+
"slots": [
|
|
860
875
|
{
|
|
861
|
-
"
|
|
862
|
-
"
|
|
863
|
-
|
|
864
|
-
|
|
876
|
+
"description": "item body content.",
|
|
877
|
+
"name": ""
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"description": "the qti rubric block is placed above the item",
|
|
881
|
+
"name": "qti-rubric-block"
|
|
865
882
|
}
|
|
866
883
|
],
|
|
884
|
+
"members": [],
|
|
867
885
|
"superclass": {
|
|
868
886
|
"name": "LitElement",
|
|
869
887
|
"package": "lit"
|
|
870
888
|
},
|
|
871
|
-
"
|
|
889
|
+
"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.",
|
|
890
|
+
"tagName": "qti-item-body",
|
|
872
891
|
"customElement": true
|
|
873
892
|
}
|
|
874
893
|
],
|
|
875
894
|
"exports": [
|
|
876
895
|
{
|
|
877
896
|
"kind": "js",
|
|
878
|
-
"name": "
|
|
897
|
+
"name": "default",
|
|
879
898
|
"declaration": {
|
|
880
|
-
"name": "
|
|
899
|
+
"name": "QtiItemBody",
|
|
900
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"kind": "custom-element-definition",
|
|
905
|
+
"name": "qti-item-body",
|
|
906
|
+
"declaration": {
|
|
907
|
+
"name": "QtiItemBody",
|
|
908
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
]
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"kind": "javascript-module",
|
|
915
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
916
|
+
"declarations": [
|
|
917
|
+
{
|
|
918
|
+
"kind": "class",
|
|
919
|
+
"description": "",
|
|
920
|
+
"name": "QtiAssociableHotspot",
|
|
921
|
+
"members": [],
|
|
922
|
+
"events": [
|
|
923
|
+
{
|
|
924
|
+
"name": "qti-register-hotspot",
|
|
925
|
+
"type": {
|
|
926
|
+
"text": "CustomEvent"
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"superclass": {
|
|
931
|
+
"name": "LitElement",
|
|
932
|
+
"package": "lit"
|
|
933
|
+
},
|
|
934
|
+
"tagName": "qti-associable-hotspot",
|
|
935
|
+
"customElement": true
|
|
936
|
+
}
|
|
937
|
+
],
|
|
938
|
+
"exports": [
|
|
939
|
+
{
|
|
940
|
+
"kind": "js",
|
|
941
|
+
"name": "QtiAssociableHotspot",
|
|
942
|
+
"declaration": {
|
|
943
|
+
"name": "QtiAssociableHotspot",
|
|
881
944
|
"module": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts"
|
|
882
945
|
}
|
|
883
946
|
},
|
|
@@ -1510,53 +1573,6 @@
|
|
|
1510
1573
|
}
|
|
1511
1574
|
]
|
|
1512
1575
|
},
|
|
1513
|
-
{
|
|
1514
|
-
"kind": "javascript-module",
|
|
1515
|
-
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1516
|
-
"declarations": [
|
|
1517
|
-
{
|
|
1518
|
-
"kind": "class",
|
|
1519
|
-
"description": "",
|
|
1520
|
-
"name": "QtiItemBody",
|
|
1521
|
-
"slots": [
|
|
1522
|
-
{
|
|
1523
|
-
"description": "item body content.",
|
|
1524
|
-
"name": ""
|
|
1525
|
-
},
|
|
1526
|
-
{
|
|
1527
|
-
"description": "the qti rubric block is placed above the item",
|
|
1528
|
-
"name": "qti-rubric-block"
|
|
1529
|
-
}
|
|
1530
|
-
],
|
|
1531
|
-
"members": [],
|
|
1532
|
-
"superclass": {
|
|
1533
|
-
"name": "LitElement",
|
|
1534
|
-
"package": "lit"
|
|
1535
|
-
},
|
|
1536
|
-
"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.",
|
|
1537
|
-
"tagName": "qti-item-body",
|
|
1538
|
-
"customElement": true
|
|
1539
|
-
}
|
|
1540
|
-
],
|
|
1541
|
-
"exports": [
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "js",
|
|
1544
|
-
"name": "default",
|
|
1545
|
-
"declaration": {
|
|
1546
|
-
"name": "QtiItemBody",
|
|
1547
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"kind": "custom-element-definition",
|
|
1552
|
-
"name": "qti-item-body",
|
|
1553
|
-
"declaration": {
|
|
1554
|
-
"name": "QtiItemBody",
|
|
1555
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1556
|
-
}
|
|
1557
|
-
}
|
|
1558
|
-
]
|
|
1559
|
-
},
|
|
1560
1576
|
{
|
|
1561
1577
|
"kind": "javascript-module",
|
|
1562
1578
|
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
@@ -1694,6 +1710,14 @@
|
|
|
1694
1710
|
"package": "./qti-expression/qti-and/qti-and"
|
|
1695
1711
|
}
|
|
1696
1712
|
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "js",
|
|
1715
|
+
"name": "*",
|
|
1716
|
+
"declaration": {
|
|
1717
|
+
"name": "*",
|
|
1718
|
+
"package": "./qti-expression/qti-product/qti-product"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1697
1721
|
{
|
|
1698
1722
|
"kind": "js",
|
|
1699
1723
|
"name": "*",
|
|
@@ -1758,6 +1782,14 @@
|
|
|
1758
1782
|
"package": "./qti-expression/qti-is-null/qti-is-null"
|
|
1759
1783
|
}
|
|
1760
1784
|
},
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "js",
|
|
1787
|
+
"name": "*",
|
|
1788
|
+
"declaration": {
|
|
1789
|
+
"name": "*",
|
|
1790
|
+
"package": "./qti-expression/qti-not/qti-not"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1761
1793
|
{
|
|
1762
1794
|
"kind": "js",
|
|
1763
1795
|
"name": "*",
|
|
@@ -1798,6 +1830,14 @@
|
|
|
1798
1830
|
"package": "./qti-expression/qti-ordered/qti-ordered"
|
|
1799
1831
|
}
|
|
1800
1832
|
},
|
|
1833
|
+
{
|
|
1834
|
+
"kind": "js",
|
|
1835
|
+
"name": "*",
|
|
1836
|
+
"declaration": {
|
|
1837
|
+
"name": "*",
|
|
1838
|
+
"package": "./qti-expression/qti-printed-variable/qti-printed-variable"
|
|
1839
|
+
}
|
|
1840
|
+
},
|
|
1801
1841
|
{
|
|
1802
1842
|
"kind": "js",
|
|
1803
1843
|
"name": "*",
|
|
@@ -2187,6 +2227,90 @@
|
|
|
2187
2227
|
}
|
|
2188
2228
|
]
|
|
2189
2229
|
},
|
|
2230
|
+
{
|
|
2231
|
+
"kind": "javascript-module",
|
|
2232
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
2233
|
+
"declarations": [
|
|
2234
|
+
{
|
|
2235
|
+
"kind": "class",
|
|
2236
|
+
"description": "",
|
|
2237
|
+
"name": "QtiFeedbackBlock",
|
|
2238
|
+
"members": [],
|
|
2239
|
+
"superclass": {
|
|
2240
|
+
"name": "QtiFeedback",
|
|
2241
|
+
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
2242
|
+
},
|
|
2243
|
+
"tagName": "qti-feedback-block",
|
|
2244
|
+
"customElement": true,
|
|
2245
|
+
"attributes": [
|
|
2246
|
+
{
|
|
2247
|
+
"name": "show-hide",
|
|
2248
|
+
"type": {
|
|
2249
|
+
"text": "string"
|
|
2250
|
+
},
|
|
2251
|
+
"default": "'show'",
|
|
2252
|
+
"fieldName": "showHide",
|
|
2253
|
+
"inheritedFrom": {
|
|
2254
|
+
"name": "QtiFeedback",
|
|
2255
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"name": "outcome-identifier",
|
|
2260
|
+
"type": {
|
|
2261
|
+
"text": "string"
|
|
2262
|
+
},
|
|
2263
|
+
"fieldName": "outcomeIdentifier",
|
|
2264
|
+
"inheritedFrom": {
|
|
2265
|
+
"name": "QtiFeedback",
|
|
2266
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "identifier",
|
|
2271
|
+
"type": {
|
|
2272
|
+
"text": "string"
|
|
2273
|
+
},
|
|
2274
|
+
"fieldName": "identifier",
|
|
2275
|
+
"inheritedFrom": {
|
|
2276
|
+
"name": "QtiFeedback",
|
|
2277
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
],
|
|
2281
|
+
"events": [
|
|
2282
|
+
{
|
|
2283
|
+
"name": "qti-register-feedback",
|
|
2284
|
+
"type": {
|
|
2285
|
+
"text": "CustomEvent"
|
|
2286
|
+
},
|
|
2287
|
+
"inheritedFrom": {
|
|
2288
|
+
"name": "QtiFeedback",
|
|
2289
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
]
|
|
2293
|
+
}
|
|
2294
|
+
],
|
|
2295
|
+
"exports": [
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "js",
|
|
2298
|
+
"name": "QtiFeedbackBlock",
|
|
2299
|
+
"declaration": {
|
|
2300
|
+
"name": "QtiFeedbackBlock",
|
|
2301
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "custom-element-definition",
|
|
2306
|
+
"name": "qti-feedback-block",
|
|
2307
|
+
"declaration": {
|
|
2308
|
+
"name": "QtiFeedbackBlock",
|
|
2309
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
]
|
|
2313
|
+
},
|
|
2190
2314
|
{
|
|
2191
2315
|
"kind": "javascript-module",
|
|
2192
2316
|
"path": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts",
|
|
@@ -2355,6 +2479,132 @@
|
|
|
2355
2479
|
}
|
|
2356
2480
|
]
|
|
2357
2481
|
},
|
|
2482
|
+
{
|
|
2483
|
+
"kind": "javascript-module",
|
|
2484
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2485
|
+
"declarations": [
|
|
2486
|
+
{
|
|
2487
|
+
"kind": "class",
|
|
2488
|
+
"description": "",
|
|
2489
|
+
"name": "QtiAssociateInteraction",
|
|
2490
|
+
"members": [],
|
|
2491
|
+
"mixins": [
|
|
2492
|
+
{
|
|
2493
|
+
"name": "DragDropInteractionMixin",
|
|
2494
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2495
|
+
}
|
|
2496
|
+
],
|
|
2497
|
+
"superclass": {
|
|
2498
|
+
"name": "LitElement",
|
|
2499
|
+
"package": "lit"
|
|
2500
|
+
},
|
|
2501
|
+
"tagName": "qti-associate-interaction",
|
|
2502
|
+
"customElement": true,
|
|
2503
|
+
"attributes": [
|
|
2504
|
+
{
|
|
2505
|
+
"name": "response-identifier",
|
|
2506
|
+
"type": {
|
|
2507
|
+
"text": "string"
|
|
2508
|
+
},
|
|
2509
|
+
"default": "''",
|
|
2510
|
+
"fieldName": "responseIdentifier",
|
|
2511
|
+
"inheritedFrom": {
|
|
2512
|
+
"name": "DragDropInteractionMixin",
|
|
2513
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "disabled",
|
|
2518
|
+
"type": {
|
|
2519
|
+
"text": "boolean"
|
|
2520
|
+
},
|
|
2521
|
+
"default": "false",
|
|
2522
|
+
"fieldName": "disabled",
|
|
2523
|
+
"inheritedFrom": {
|
|
2524
|
+
"name": "DroppablesMixin",
|
|
2525
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "readonly",
|
|
2530
|
+
"type": {
|
|
2531
|
+
"text": "boolean"
|
|
2532
|
+
},
|
|
2533
|
+
"default": "false",
|
|
2534
|
+
"fieldName": "readonly",
|
|
2535
|
+
"inheritedFrom": {
|
|
2536
|
+
"name": "DragDropInteractionMixin",
|
|
2537
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
"name": "min-associations",
|
|
2542
|
+
"type": {
|
|
2543
|
+
"text": "number"
|
|
2544
|
+
},
|
|
2545
|
+
"default": "1",
|
|
2546
|
+
"fieldName": "minAssociations",
|
|
2547
|
+
"inheritedFrom": {
|
|
2548
|
+
"name": "DragDropInteractionMixin",
|
|
2549
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"name": "max-associations",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "number"
|
|
2556
|
+
},
|
|
2557
|
+
"default": "1",
|
|
2558
|
+
"fieldName": "maxAssociations",
|
|
2559
|
+
"inheritedFrom": {
|
|
2560
|
+
"name": "DragDropInteractionMixin",
|
|
2561
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2562
|
+
}
|
|
2563
|
+
}
|
|
2564
|
+
],
|
|
2565
|
+
"events": [
|
|
2566
|
+
{
|
|
2567
|
+
"name": "qti-register-interaction",
|
|
2568
|
+
"type": {
|
|
2569
|
+
"text": "CustomEvent"
|
|
2570
|
+
},
|
|
2571
|
+
"inheritedFrom": {
|
|
2572
|
+
"name": "DragDropInteractionMixin",
|
|
2573
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"name": "qti-interaction-response",
|
|
2578
|
+
"type": {
|
|
2579
|
+
"text": "CustomEvent"
|
|
2580
|
+
},
|
|
2581
|
+
"inheritedFrom": {
|
|
2582
|
+
"name": "DragDropInteractionMixin",
|
|
2583
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2584
|
+
}
|
|
2585
|
+
}
|
|
2586
|
+
]
|
|
2587
|
+
}
|
|
2588
|
+
],
|
|
2589
|
+
"exports": [
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "js",
|
|
2592
|
+
"name": "QtiAssociateInteraction",
|
|
2593
|
+
"declaration": {
|
|
2594
|
+
"name": "QtiAssociateInteraction",
|
|
2595
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2596
|
+
}
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"kind": "custom-element-definition",
|
|
2600
|
+
"name": "qti-associate-interaction",
|
|
2601
|
+
"declaration": {
|
|
2602
|
+
"name": "QtiAssociateInteraction",
|
|
2603
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2604
|
+
}
|
|
2605
|
+
}
|
|
2606
|
+
]
|
|
2607
|
+
},
|
|
2358
2608
|
{
|
|
2359
2609
|
"kind": "javascript-module",
|
|
2360
2610
|
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.mdx",
|
|
@@ -2508,151 +2758,86 @@
|
|
|
2508
2758
|
},
|
|
2509
2759
|
{
|
|
2510
2760
|
"kind": "javascript-module",
|
|
2511
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2761
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
|
|
2512
2762
|
"declarations": [
|
|
2513
2763
|
{
|
|
2514
2764
|
"kind": "class",
|
|
2515
2765
|
"description": "",
|
|
2516
|
-
"name": "
|
|
2766
|
+
"name": "QtiEndAttemptInteraction",
|
|
2517
2767
|
"members": [],
|
|
2518
2768
|
"attributes": [
|
|
2519
2769
|
{
|
|
2520
|
-
"name": "
|
|
2521
|
-
"type": {
|
|
2522
|
-
"text": "number"
|
|
2523
|
-
},
|
|
2524
|
-
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2525
|
-
"fieldName": "expectedLength"
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"name": "pattern-mask",
|
|
2529
|
-
"type": {
|
|
2530
|
-
"text": "string"
|
|
2531
|
-
},
|
|
2532
|
-
"fieldName": "patternMask"
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"name": "placeholder-text",
|
|
2536
|
-
"type": {
|
|
2537
|
-
"text": "string"
|
|
2538
|
-
},
|
|
2539
|
-
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2540
|
-
"fieldName": "placeholderText"
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"name": "class",
|
|
2544
|
-
"fieldName": "classNames"
|
|
2545
|
-
},
|
|
2546
|
-
{
|
|
2547
|
-
"name": "response-identifier",
|
|
2548
|
-
"type": {
|
|
2549
|
-
"text": "string"
|
|
2550
|
-
},
|
|
2551
|
-
"default": "''",
|
|
2552
|
-
"fieldName": "responseIdentifier",
|
|
2553
|
-
"inheritedFrom": {
|
|
2554
|
-
"name": "Interaction",
|
|
2555
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2556
|
-
}
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"name": "disabled",
|
|
2560
|
-
"type": {
|
|
2561
|
-
"text": "boolean"
|
|
2562
|
-
},
|
|
2563
|
-
"default": "false",
|
|
2564
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2565
|
-
"fieldName": "disabled",
|
|
2566
|
-
"inheritedFrom": {
|
|
2567
|
-
"name": "Interaction",
|
|
2568
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2569
|
-
}
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"name": "readonly",
|
|
2770
|
+
"name": "title",
|
|
2573
2771
|
"type": {
|
|
2574
|
-
"text": "
|
|
2772
|
+
"text": "'end attempt'"
|
|
2575
2773
|
},
|
|
2576
|
-
"
|
|
2577
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2578
|
-
"fieldName": "readonly",
|
|
2579
|
-
"inheritedFrom": {
|
|
2580
|
-
"name": "Interaction",
|
|
2581
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2582
|
-
}
|
|
2774
|
+
"fieldName": "title"
|
|
2583
2775
|
}
|
|
2584
2776
|
],
|
|
2585
2777
|
"superclass": {
|
|
2586
|
-
"name": "
|
|
2587
|
-
"
|
|
2778
|
+
"name": "LitElement",
|
|
2779
|
+
"package": "lit"
|
|
2588
2780
|
},
|
|
2589
|
-
"tagName": "qti-
|
|
2590
|
-
"customElement": true
|
|
2591
|
-
"events": [
|
|
2592
|
-
{
|
|
2593
|
-
"name": "qti-register-interaction",
|
|
2594
|
-
"type": {
|
|
2595
|
-
"text": "CustomEvent"
|
|
2596
|
-
},
|
|
2597
|
-
"inheritedFrom": {
|
|
2598
|
-
"name": "Interaction",
|
|
2599
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2600
|
-
}
|
|
2601
|
-
},
|
|
2602
|
-
{
|
|
2603
|
-
"name": "qti-interaction-response",
|
|
2604
|
-
"type": {
|
|
2605
|
-
"text": "CustomEvent"
|
|
2606
|
-
},
|
|
2607
|
-
"inheritedFrom": {
|
|
2608
|
-
"name": "Interaction",
|
|
2609
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2610
|
-
}
|
|
2611
|
-
}
|
|
2612
|
-
]
|
|
2781
|
+
"tagName": "qti-end-attempt-interaction",
|
|
2782
|
+
"customElement": true
|
|
2613
2783
|
}
|
|
2614
2784
|
],
|
|
2615
2785
|
"exports": [
|
|
2616
2786
|
{
|
|
2617
2787
|
"kind": "js",
|
|
2618
|
-
"name": "
|
|
2788
|
+
"name": "QtiEndAttemptInteraction",
|
|
2619
2789
|
"declaration": {
|
|
2620
|
-
"name": "
|
|
2621
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2790
|
+
"name": "QtiEndAttemptInteraction",
|
|
2791
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2622
2792
|
}
|
|
2623
2793
|
},
|
|
2624
2794
|
{
|
|
2625
2795
|
"kind": "custom-element-definition",
|
|
2626
|
-
"name": "qti-
|
|
2796
|
+
"name": "qti-end-attempt-interaction",
|
|
2627
2797
|
"declaration": {
|
|
2628
|
-
"name": "
|
|
2629
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2798
|
+
"name": "QtiEndAttemptInteraction",
|
|
2799
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2630
2800
|
}
|
|
2631
2801
|
}
|
|
2632
2802
|
]
|
|
2633
2803
|
},
|
|
2634
2804
|
{
|
|
2635
2805
|
"kind": "javascript-module",
|
|
2636
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2806
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
2637
2807
|
"declarations": [
|
|
2638
2808
|
{
|
|
2639
2809
|
"kind": "class",
|
|
2640
2810
|
"description": "",
|
|
2641
|
-
"name": "
|
|
2811
|
+
"name": "QtiExtendedTextInteraction",
|
|
2642
2812
|
"members": [],
|
|
2643
|
-
"
|
|
2813
|
+
"attributes": [
|
|
2814
|
+
{
|
|
2815
|
+
"name": "expected-length",
|
|
2816
|
+
"type": {
|
|
2817
|
+
"text": "number"
|
|
2818
|
+
},
|
|
2819
|
+
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2820
|
+
"fieldName": "expectedLength"
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"name": "pattern-mask",
|
|
2824
|
+
"type": {
|
|
2825
|
+
"text": "string"
|
|
2826
|
+
},
|
|
2827
|
+
"fieldName": "patternMask"
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "placeholder-text",
|
|
2831
|
+
"type": {
|
|
2832
|
+
"text": "string"
|
|
2833
|
+
},
|
|
2834
|
+
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2835
|
+
"fieldName": "placeholderText"
|
|
2836
|
+
},
|
|
2644
2837
|
{
|
|
2645
|
-
"name": "
|
|
2646
|
-
"
|
|
2647
|
-
}
|
|
2648
|
-
],
|
|
2649
|
-
"superclass": {
|
|
2650
|
-
"name": "LitElement",
|
|
2651
|
-
"package": "lit"
|
|
2652
|
-
},
|
|
2653
|
-
"tagName": "qti-associate-interaction",
|
|
2654
|
-
"customElement": true,
|
|
2655
|
-
"attributes": [
|
|
2838
|
+
"name": "class",
|
|
2839
|
+
"fieldName": "classNames"
|
|
2840
|
+
},
|
|
2656
2841
|
{
|
|
2657
2842
|
"name": "response-identifier",
|
|
2658
2843
|
"type": {
|
|
@@ -2661,8 +2846,8 @@
|
|
|
2661
2846
|
"default": "''",
|
|
2662
2847
|
"fieldName": "responseIdentifier",
|
|
2663
2848
|
"inheritedFrom": {
|
|
2664
|
-
"name": "
|
|
2665
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2849
|
+
"name": "Interaction",
|
|
2850
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2666
2851
|
}
|
|
2667
2852
|
},
|
|
2668
2853
|
{
|
|
@@ -2671,10 +2856,11 @@
|
|
|
2671
2856
|
"text": "boolean"
|
|
2672
2857
|
},
|
|
2673
2858
|
"default": "false",
|
|
2859
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2674
2860
|
"fieldName": "disabled",
|
|
2675
2861
|
"inheritedFrom": {
|
|
2676
|
-
"name": "
|
|
2677
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2862
|
+
"name": "Interaction",
|
|
2863
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2678
2864
|
}
|
|
2679
2865
|
},
|
|
2680
2866
|
{
|
|
@@ -2683,37 +2869,20 @@
|
|
|
2683
2869
|
"text": "boolean"
|
|
2684
2870
|
},
|
|
2685
2871
|
"default": "false",
|
|
2872
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2686
2873
|
"fieldName": "readonly",
|
|
2687
2874
|
"inheritedFrom": {
|
|
2688
|
-
"name": "
|
|
2689
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2690
|
-
}
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
2693
|
-
"name": "min-associations",
|
|
2694
|
-
"type": {
|
|
2695
|
-
"text": "number"
|
|
2696
|
-
},
|
|
2697
|
-
"default": "1",
|
|
2698
|
-
"fieldName": "minAssociations",
|
|
2699
|
-
"inheritedFrom": {
|
|
2700
|
-
"name": "DragDropInteractionMixin",
|
|
2701
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2702
|
-
}
|
|
2703
|
-
},
|
|
2704
|
-
{
|
|
2705
|
-
"name": "max-associations",
|
|
2706
|
-
"type": {
|
|
2707
|
-
"text": "number"
|
|
2708
|
-
},
|
|
2709
|
-
"default": "1",
|
|
2710
|
-
"fieldName": "maxAssociations",
|
|
2711
|
-
"inheritedFrom": {
|
|
2712
|
-
"name": "DragDropInteractionMixin",
|
|
2713
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2875
|
+
"name": "Interaction",
|
|
2876
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2714
2877
|
}
|
|
2715
2878
|
}
|
|
2716
2879
|
],
|
|
2880
|
+
"superclass": {
|
|
2881
|
+
"name": "Interaction",
|
|
2882
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2883
|
+
},
|
|
2884
|
+
"tagName": "qti-extended-text-interaction",
|
|
2885
|
+
"customElement": true,
|
|
2717
2886
|
"events": [
|
|
2718
2887
|
{
|
|
2719
2888
|
"name": "qti-register-interaction",
|
|
@@ -2721,8 +2890,8 @@
|
|
|
2721
2890
|
"text": "CustomEvent"
|
|
2722
2891
|
},
|
|
2723
2892
|
"inheritedFrom": {
|
|
2724
|
-
"name": "
|
|
2725
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2893
|
+
"name": "Interaction",
|
|
2894
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2726
2895
|
}
|
|
2727
2896
|
},
|
|
2728
2897
|
{
|
|
@@ -2731,8 +2900,8 @@
|
|
|
2731
2900
|
"text": "CustomEvent"
|
|
2732
2901
|
},
|
|
2733
2902
|
"inheritedFrom": {
|
|
2734
|
-
"name": "
|
|
2735
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2903
|
+
"name": "Interaction",
|
|
2904
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2736
2905
|
}
|
|
2737
2906
|
}
|
|
2738
2907
|
]
|
|
@@ -2741,18 +2910,18 @@
|
|
|
2741
2910
|
"exports": [
|
|
2742
2911
|
{
|
|
2743
2912
|
"kind": "js",
|
|
2744
|
-
"name": "
|
|
2913
|
+
"name": "QtiExtendedTextInteraction",
|
|
2745
2914
|
"declaration": {
|
|
2746
|
-
"name": "
|
|
2747
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2915
|
+
"name": "QtiExtendedTextInteraction",
|
|
2916
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2748
2917
|
}
|
|
2749
2918
|
},
|
|
2750
2919
|
{
|
|
2751
2920
|
"kind": "custom-element-definition",
|
|
2752
|
-
"name": "qti-
|
|
2921
|
+
"name": "qti-extended-text-interaction",
|
|
2753
2922
|
"declaration": {
|
|
2754
|
-
"name": "
|
|
2755
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2923
|
+
"name": "QtiExtendedTextInteraction",
|
|
2924
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2756
2925
|
}
|
|
2757
2926
|
}
|
|
2758
2927
|
]
|
|
@@ -4562,139 +4731,139 @@
|
|
|
4562
4731
|
},
|
|
4563
4732
|
{
|
|
4564
4733
|
"kind": "javascript-module",
|
|
4565
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4734
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
4566
4735
|
"declarations": [
|
|
4567
4736
|
{
|
|
4568
4737
|
"kind": "class",
|
|
4569
4738
|
"description": "",
|
|
4570
|
-
"name": "
|
|
4739
|
+
"name": "QtiConditionExpression",
|
|
4571
4740
|
"members": [],
|
|
4572
|
-
"attributes": [
|
|
4573
|
-
{
|
|
4574
|
-
"name": "identifier"
|
|
4575
|
-
}
|
|
4576
|
-
],
|
|
4577
4741
|
"superclass": {
|
|
4578
|
-
"name": "
|
|
4579
|
-
"
|
|
4580
|
-
}
|
|
4581
|
-
"tagName": "qti-response-processing",
|
|
4582
|
-
"customElement": true
|
|
4742
|
+
"name": "QtiExpression",
|
|
4743
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
4744
|
+
}
|
|
4583
4745
|
}
|
|
4584
4746
|
],
|
|
4585
4747
|
"exports": [
|
|
4586
4748
|
{
|
|
4587
4749
|
"kind": "js",
|
|
4588
|
-
"name": "
|
|
4589
|
-
"declaration": {
|
|
4590
|
-
"name": "QtiResponseProcessing",
|
|
4591
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4592
|
-
}
|
|
4593
|
-
},
|
|
4594
|
-
{
|
|
4595
|
-
"kind": "custom-element-definition",
|
|
4596
|
-
"name": "qti-response-processing",
|
|
4750
|
+
"name": "QtiConditionExpression",
|
|
4597
4751
|
"declaration": {
|
|
4598
|
-
"name": "
|
|
4599
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4752
|
+
"name": "QtiConditionExpression",
|
|
4753
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
|
|
4600
4754
|
}
|
|
4601
4755
|
}
|
|
4602
4756
|
]
|
|
4603
4757
|
},
|
|
4604
4758
|
{
|
|
4605
4759
|
"kind": "javascript-module",
|
|
4606
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4760
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
4607
4761
|
"declarations": [
|
|
4608
4762
|
{
|
|
4609
4763
|
"kind": "class",
|
|
4610
4764
|
"description": "",
|
|
4611
|
-
"name": "
|
|
4765
|
+
"name": "QtiExpression",
|
|
4612
4766
|
"members": [],
|
|
4613
4767
|
"superclass": {
|
|
4614
4768
|
"name": "LitElement",
|
|
4615
4769
|
"package": "lit"
|
|
4616
4770
|
},
|
|
4617
|
-
"tagName": "qti-
|
|
4771
|
+
"tagName": "qti-expression",
|
|
4618
4772
|
"customElement": true
|
|
4619
4773
|
}
|
|
4620
4774
|
],
|
|
4621
4775
|
"exports": [
|
|
4622
4776
|
{
|
|
4623
4777
|
"kind": "js",
|
|
4624
|
-
"name": "
|
|
4778
|
+
"name": "QtiExpression",
|
|
4625
4779
|
"declaration": {
|
|
4626
|
-
"name": "
|
|
4627
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4780
|
+
"name": "QtiExpression",
|
|
4781
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4628
4782
|
}
|
|
4629
4783
|
},
|
|
4630
4784
|
{
|
|
4631
4785
|
"kind": "custom-element-definition",
|
|
4632
|
-
"name": "qti-
|
|
4786
|
+
"name": "qti-expression",
|
|
4633
4787
|
"declaration": {
|
|
4634
|
-
"name": "
|
|
4635
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4788
|
+
"name": "QtiExpression",
|
|
4789
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4636
4790
|
}
|
|
4637
4791
|
}
|
|
4638
4792
|
]
|
|
4639
4793
|
},
|
|
4640
4794
|
{
|
|
4641
4795
|
"kind": "javascript-module",
|
|
4642
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4796
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
4643
4797
|
"declarations": [
|
|
4644
4798
|
{
|
|
4645
4799
|
"kind": "class",
|
|
4646
4800
|
"description": "",
|
|
4647
|
-
"name": "
|
|
4801
|
+
"name": "QtiResponseProcessing",
|
|
4648
4802
|
"members": [],
|
|
4803
|
+
"attributes": [
|
|
4804
|
+
{
|
|
4805
|
+
"name": "identifier"
|
|
4806
|
+
}
|
|
4807
|
+
],
|
|
4649
4808
|
"superclass": {
|
|
4650
|
-
"name": "
|
|
4651
|
-
"
|
|
4652
|
-
}
|
|
4809
|
+
"name": "LitElement",
|
|
4810
|
+
"package": "lit"
|
|
4811
|
+
},
|
|
4812
|
+
"tagName": "qti-response-processing",
|
|
4813
|
+
"customElement": true
|
|
4653
4814
|
}
|
|
4654
4815
|
],
|
|
4655
4816
|
"exports": [
|
|
4656
4817
|
{
|
|
4657
4818
|
"kind": "js",
|
|
4658
|
-
"name": "
|
|
4819
|
+
"name": "default",
|
|
4659
4820
|
"declaration": {
|
|
4660
|
-
"name": "
|
|
4661
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4821
|
+
"name": "QtiResponseProcessing",
|
|
4822
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4823
|
+
}
|
|
4824
|
+
},
|
|
4825
|
+
{
|
|
4826
|
+
"kind": "custom-element-definition",
|
|
4827
|
+
"name": "qti-response-processing",
|
|
4828
|
+
"declaration": {
|
|
4829
|
+
"name": "QtiResponseProcessing",
|
|
4830
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4662
4831
|
}
|
|
4663
4832
|
}
|
|
4664
4833
|
]
|
|
4665
4834
|
},
|
|
4666
4835
|
{
|
|
4667
4836
|
"kind": "javascript-module",
|
|
4668
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4837
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
|
|
4669
4838
|
"declarations": [
|
|
4670
4839
|
{
|
|
4671
4840
|
"kind": "class",
|
|
4672
4841
|
"description": "",
|
|
4673
|
-
"name": "
|
|
4842
|
+
"name": "QtiRule",
|
|
4674
4843
|
"members": [],
|
|
4675
4844
|
"superclass": {
|
|
4676
4845
|
"name": "LitElement",
|
|
4677
4846
|
"package": "lit"
|
|
4678
4847
|
},
|
|
4679
|
-
"tagName": "qti-
|
|
4848
|
+
"tagName": "qti-rule",
|
|
4680
4849
|
"customElement": true
|
|
4681
4850
|
}
|
|
4682
4851
|
],
|
|
4683
4852
|
"exports": [
|
|
4684
4853
|
{
|
|
4685
4854
|
"kind": "js",
|
|
4686
|
-
"name": "
|
|
4855
|
+
"name": "QtiRule",
|
|
4687
4856
|
"declaration": {
|
|
4688
|
-
"name": "
|
|
4689
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4857
|
+
"name": "QtiRule",
|
|
4858
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
|
|
4690
4859
|
}
|
|
4691
4860
|
},
|
|
4692
4861
|
{
|
|
4693
4862
|
"kind": "custom-element-definition",
|
|
4694
|
-
"name": "qti-
|
|
4863
|
+
"name": "qti-rule",
|
|
4695
4864
|
"declaration": {
|
|
4696
|
-
"name": "
|
|
4697
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4865
|
+
"name": "QtiRule",
|
|
4866
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
|
|
4698
4867
|
}
|
|
4699
4868
|
}
|
|
4700
4869
|
]
|
|
@@ -5627,90 +5796,18 @@
|
|
|
5627
5796
|
"exports": [
|
|
5628
5797
|
{
|
|
5629
5798
|
"kind": "js",
|
|
5630
|
-
"name": "QtiResponseIf",
|
|
5631
|
-
"declaration": {
|
|
5632
|
-
"name": "QtiResponseIf",
|
|
5633
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
5634
|
-
}
|
|
5635
|
-
},
|
|
5636
|
-
{
|
|
5637
|
-
"kind": "custom-element-definition",
|
|
5638
|
-
"name": "qti-response-if",
|
|
5639
|
-
"declaration": {
|
|
5640
|
-
"name": "QtiResponseIf",
|
|
5641
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
5642
|
-
}
|
|
5643
|
-
}
|
|
5644
|
-
]
|
|
5645
|
-
},
|
|
5646
|
-
{
|
|
5647
|
-
"kind": "javascript-module",
|
|
5648
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
|
|
5649
|
-
"declarations": [
|
|
5650
|
-
{
|
|
5651
|
-
"kind": "class",
|
|
5652
|
-
"description": "",
|
|
5653
|
-
"name": "QtiResponseCondition",
|
|
5654
|
-
"members": [],
|
|
5655
|
-
"superclass": {
|
|
5656
|
-
"name": "QtiRule",
|
|
5657
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
|
|
5658
|
-
},
|
|
5659
|
-
"tagName": "qti-response-condition",
|
|
5660
|
-
"customElement": true
|
|
5661
|
-
}
|
|
5662
|
-
],
|
|
5663
|
-
"exports": [
|
|
5664
|
-
{
|
|
5665
|
-
"kind": "js",
|
|
5666
|
-
"name": "QtiResponseCondition",
|
|
5667
|
-
"declaration": {
|
|
5668
|
-
"name": "QtiResponseCondition",
|
|
5669
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
|
|
5670
|
-
}
|
|
5671
|
-
},
|
|
5672
|
-
{
|
|
5673
|
-
"kind": "custom-element-definition",
|
|
5674
|
-
"name": "qti-response-condition",
|
|
5675
|
-
"declaration": {
|
|
5676
|
-
"name": "QtiResponseCondition",
|
|
5677
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
|
|
5678
|
-
}
|
|
5679
|
-
}
|
|
5680
|
-
]
|
|
5681
|
-
},
|
|
5682
|
-
{
|
|
5683
|
-
"kind": "javascript-module",
|
|
5684
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
|
|
5685
|
-
"declarations": [
|
|
5686
|
-
{
|
|
5687
|
-
"kind": "class",
|
|
5688
|
-
"description": "",
|
|
5689
|
-
"name": "QtiSetOutcomeValue",
|
|
5690
|
-
"members": [],
|
|
5691
|
-
"superclass": {
|
|
5692
|
-
"name": "QtiRule",
|
|
5693
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
|
|
5694
|
-
},
|
|
5695
|
-
"tagName": "qti-set-outcome-value",
|
|
5696
|
-
"customElement": true
|
|
5697
|
-
}
|
|
5698
|
-
],
|
|
5699
|
-
"exports": [
|
|
5700
|
-
{
|
|
5701
|
-
"kind": "js",
|
|
5702
|
-
"name": "QtiSetOutcomeValue",
|
|
5799
|
+
"name": "QtiResponseIf",
|
|
5703
5800
|
"declaration": {
|
|
5704
|
-
"name": "
|
|
5705
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5801
|
+
"name": "QtiResponseIf",
|
|
5802
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
5706
5803
|
}
|
|
5707
5804
|
},
|
|
5708
5805
|
{
|
|
5709
5806
|
"kind": "custom-element-definition",
|
|
5710
|
-
"name": "qti-
|
|
5807
|
+
"name": "qti-response-if",
|
|
5711
5808
|
"declaration": {
|
|
5712
|
-
"name": "
|
|
5713
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5809
|
+
"name": "QtiResponseIf",
|
|
5810
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
5714
5811
|
}
|
|
5715
5812
|
}
|
|
5716
5813
|
]
|
|
@@ -5871,128 +5968,128 @@
|
|
|
5871
5968
|
},
|
|
5872
5969
|
{
|
|
5873
5970
|
"kind": "javascript-module",
|
|
5874
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal
|
|
5971
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
|
|
5875
5972
|
"declarations": [
|
|
5876
5973
|
{
|
|
5877
5974
|
"kind": "class",
|
|
5878
5975
|
"description": "",
|
|
5879
|
-
"name": "
|
|
5976
|
+
"name": "QtiEqual",
|
|
5880
5977
|
"members": [],
|
|
5881
5978
|
"attributes": [
|
|
5882
5979
|
{
|
|
5883
|
-
"name": "
|
|
5980
|
+
"name": "toleranceMode",
|
|
5884
5981
|
"type": {
|
|
5885
|
-
"text": "|
|
|
5982
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
5886
5983
|
},
|
|
5887
|
-
"default": "
|
|
5888
|
-
"fieldName": "
|
|
5984
|
+
"default": "'exact'",
|
|
5985
|
+
"fieldName": "toleranceMode"
|
|
5889
5986
|
}
|
|
5890
5987
|
],
|
|
5891
5988
|
"superclass": {
|
|
5892
5989
|
"name": "QtiExpression",
|
|
5893
5990
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5894
5991
|
},
|
|
5895
|
-
"tagName": "qti-equal
|
|
5992
|
+
"tagName": "qti-equal",
|
|
5896
5993
|
"customElement": true
|
|
5897
5994
|
}
|
|
5898
5995
|
],
|
|
5899
5996
|
"exports": [
|
|
5900
5997
|
{
|
|
5901
5998
|
"kind": "js",
|
|
5902
|
-
"name": "
|
|
5999
|
+
"name": "QtiEqual",
|
|
5903
6000
|
"declaration": {
|
|
5904
|
-
"name": "
|
|
5905
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal
|
|
6001
|
+
"name": "QtiEqual",
|
|
6002
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5906
6003
|
}
|
|
5907
6004
|
},
|
|
5908
6005
|
{
|
|
5909
6006
|
"kind": "custom-element-definition",
|
|
5910
|
-
"name": "qti-equal
|
|
6007
|
+
"name": "qti-equal",
|
|
5911
6008
|
"declaration": {
|
|
5912
|
-
"name": "
|
|
5913
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal
|
|
6009
|
+
"name": "QtiEqual",
|
|
6010
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5914
6011
|
}
|
|
5915
6012
|
}
|
|
5916
6013
|
]
|
|
5917
6014
|
},
|
|
5918
6015
|
{
|
|
5919
6016
|
"kind": "javascript-module",
|
|
5920
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6017
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
|
|
5921
6018
|
"declarations": [
|
|
5922
6019
|
{
|
|
5923
6020
|
"kind": "class",
|
|
5924
6021
|
"description": "",
|
|
5925
|
-
"name": "
|
|
6022
|
+
"name": "QtiEqualRounded",
|
|
5926
6023
|
"members": [],
|
|
6024
|
+
"attributes": [
|
|
6025
|
+
{
|
|
6026
|
+
"name": "roundingMode",
|
|
6027
|
+
"type": {
|
|
6028
|
+
"text": "| \"decimalPlaces\"\n | \"significantFigures\""
|
|
6029
|
+
},
|
|
6030
|
+
"default": "\"significantFigures\"",
|
|
6031
|
+
"fieldName": "roundingMode"
|
|
6032
|
+
}
|
|
6033
|
+
],
|
|
5927
6034
|
"superclass": {
|
|
5928
6035
|
"name": "QtiExpression",
|
|
5929
6036
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5930
6037
|
},
|
|
5931
|
-
"tagName": "qti-
|
|
6038
|
+
"tagName": "qti-equal-rounded",
|
|
5932
6039
|
"customElement": true
|
|
5933
6040
|
}
|
|
5934
6041
|
],
|
|
5935
6042
|
"exports": [
|
|
5936
6043
|
{
|
|
5937
6044
|
"kind": "js",
|
|
5938
|
-
"name": "
|
|
6045
|
+
"name": "QtiEqualRounded",
|
|
5939
6046
|
"declaration": {
|
|
5940
|
-
"name": "
|
|
5941
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6047
|
+
"name": "QtiEqualRounded",
|
|
6048
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
5942
6049
|
}
|
|
5943
6050
|
},
|
|
5944
6051
|
{
|
|
5945
6052
|
"kind": "custom-element-definition",
|
|
5946
|
-
"name": "qti-
|
|
6053
|
+
"name": "qti-equal-rounded",
|
|
5947
6054
|
"declaration": {
|
|
5948
|
-
"name": "
|
|
5949
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6055
|
+
"name": "QtiEqualRounded",
|
|
6056
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
5950
6057
|
}
|
|
5951
6058
|
}
|
|
5952
6059
|
]
|
|
5953
6060
|
},
|
|
5954
6061
|
{
|
|
5955
6062
|
"kind": "javascript-module",
|
|
5956
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6063
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
|
|
5957
6064
|
"declarations": [
|
|
5958
6065
|
{
|
|
5959
6066
|
"kind": "class",
|
|
5960
6067
|
"description": "",
|
|
5961
|
-
"name": "
|
|
6068
|
+
"name": "QtiGt",
|
|
5962
6069
|
"members": [],
|
|
5963
|
-
"attributes": [
|
|
5964
|
-
{
|
|
5965
|
-
"name": "toleranceMode",
|
|
5966
|
-
"type": {
|
|
5967
|
-
"text": "'exact' | 'relative' | 'absolute'"
|
|
5968
|
-
},
|
|
5969
|
-
"default": "'exact'",
|
|
5970
|
-
"fieldName": "toleranceMode"
|
|
5971
|
-
}
|
|
5972
|
-
],
|
|
5973
6070
|
"superclass": {
|
|
5974
6071
|
"name": "QtiExpression",
|
|
5975
6072
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5976
6073
|
},
|
|
5977
|
-
"tagName": "qti-
|
|
6074
|
+
"tagName": "qti-gt",
|
|
5978
6075
|
"customElement": true
|
|
5979
6076
|
}
|
|
5980
6077
|
],
|
|
5981
6078
|
"exports": [
|
|
5982
6079
|
{
|
|
5983
6080
|
"kind": "js",
|
|
5984
|
-
"name": "
|
|
6081
|
+
"name": "QtiGt",
|
|
5985
6082
|
"declaration": {
|
|
5986
|
-
"name": "
|
|
5987
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6083
|
+
"name": "QtiGt",
|
|
6084
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
5988
6085
|
}
|
|
5989
6086
|
},
|
|
5990
6087
|
{
|
|
5991
6088
|
"kind": "custom-element-definition",
|
|
5992
|
-
"name": "qti-
|
|
6089
|
+
"name": "qti-gt",
|
|
5993
6090
|
"declaration": {
|
|
5994
|
-
"name": "
|
|
5995
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6091
|
+
"name": "QtiGt",
|
|
6092
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
5996
6093
|
}
|
|
5997
6094
|
}
|
|
5998
6095
|
]
|
|
@@ -6318,6 +6415,42 @@
|
|
|
6318
6415
|
}
|
|
6319
6416
|
]
|
|
6320
6417
|
},
|
|
6418
|
+
{
|
|
6419
|
+
"kind": "javascript-module",
|
|
6420
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
|
|
6421
|
+
"declarations": [
|
|
6422
|
+
{
|
|
6423
|
+
"kind": "class",
|
|
6424
|
+
"description": "",
|
|
6425
|
+
"name": "QtiNot",
|
|
6426
|
+
"members": [],
|
|
6427
|
+
"superclass": {
|
|
6428
|
+
"name": "QtiExpression",
|
|
6429
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6430
|
+
},
|
|
6431
|
+
"tagName": "qti-not",
|
|
6432
|
+
"customElement": true
|
|
6433
|
+
}
|
|
6434
|
+
],
|
|
6435
|
+
"exports": [
|
|
6436
|
+
{
|
|
6437
|
+
"kind": "js",
|
|
6438
|
+
"name": "QtiNot",
|
|
6439
|
+
"declaration": {
|
|
6440
|
+
"name": "QtiNot",
|
|
6441
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
|
|
6442
|
+
}
|
|
6443
|
+
},
|
|
6444
|
+
{
|
|
6445
|
+
"kind": "custom-element-definition",
|
|
6446
|
+
"name": "qti-not",
|
|
6447
|
+
"declaration": {
|
|
6448
|
+
"name": "QtiNot",
|
|
6449
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
|
|
6450
|
+
}
|
|
6451
|
+
}
|
|
6452
|
+
]
|
|
6453
|
+
},
|
|
6321
6454
|
{
|
|
6322
6455
|
"kind": "javascript-module",
|
|
6323
6456
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
|
|
@@ -6390,6 +6523,88 @@
|
|
|
6390
6523
|
}
|
|
6391
6524
|
]
|
|
6392
6525
|
},
|
|
6526
|
+
{
|
|
6527
|
+
"kind": "javascript-module",
|
|
6528
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-printed-variable/qti-printed-variable.ts",
|
|
6529
|
+
"declarations": [
|
|
6530
|
+
{
|
|
6531
|
+
"kind": "class",
|
|
6532
|
+
"description": "",
|
|
6533
|
+
"name": "QtPrintedVariable",
|
|
6534
|
+
"members": [],
|
|
6535
|
+
"attributes": [
|
|
6536
|
+
{
|
|
6537
|
+
"name": "value",
|
|
6538
|
+
"type": {
|
|
6539
|
+
"text": "string"
|
|
6540
|
+
},
|
|
6541
|
+
"default": "''",
|
|
6542
|
+
"fieldName": "value"
|
|
6543
|
+
}
|
|
6544
|
+
],
|
|
6545
|
+
"superclass": {
|
|
6546
|
+
"name": "LitElement",
|
|
6547
|
+
"package": "lit"
|
|
6548
|
+
},
|
|
6549
|
+
"tagName": "qti-printed-variable",
|
|
6550
|
+
"customElement": true
|
|
6551
|
+
}
|
|
6552
|
+
],
|
|
6553
|
+
"exports": [
|
|
6554
|
+
{
|
|
6555
|
+
"kind": "js",
|
|
6556
|
+
"name": "QtPrintedVariable",
|
|
6557
|
+
"declaration": {
|
|
6558
|
+
"name": "QtPrintedVariable",
|
|
6559
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6560
|
+
}
|
|
6561
|
+
},
|
|
6562
|
+
{
|
|
6563
|
+
"kind": "custom-element-definition",
|
|
6564
|
+
"name": "qti-printed-variable",
|
|
6565
|
+
"declaration": {
|
|
6566
|
+
"name": "QtPrintedVariable",
|
|
6567
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6568
|
+
}
|
|
6569
|
+
}
|
|
6570
|
+
]
|
|
6571
|
+
},
|
|
6572
|
+
{
|
|
6573
|
+
"kind": "javascript-module",
|
|
6574
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts",
|
|
6575
|
+
"declarations": [
|
|
6576
|
+
{
|
|
6577
|
+
"kind": "class",
|
|
6578
|
+
"description": "",
|
|
6579
|
+
"name": "QtiProduct",
|
|
6580
|
+
"members": [],
|
|
6581
|
+
"superclass": {
|
|
6582
|
+
"name": "QtiExpression",
|
|
6583
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6584
|
+
},
|
|
6585
|
+
"tagName": "qti-product",
|
|
6586
|
+
"customElement": true
|
|
6587
|
+
}
|
|
6588
|
+
],
|
|
6589
|
+
"exports": [
|
|
6590
|
+
{
|
|
6591
|
+
"kind": "js",
|
|
6592
|
+
"name": "QtiProduct",
|
|
6593
|
+
"declaration": {
|
|
6594
|
+
"name": "QtiProduct",
|
|
6595
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
|
|
6596
|
+
}
|
|
6597
|
+
},
|
|
6598
|
+
{
|
|
6599
|
+
"kind": "custom-element-definition",
|
|
6600
|
+
"name": "qti-product",
|
|
6601
|
+
"declaration": {
|
|
6602
|
+
"name": "QtiProduct",
|
|
6603
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
|
|
6604
|
+
}
|
|
6605
|
+
}
|
|
6606
|
+
]
|
|
6607
|
+
},
|
|
6393
6608
|
{
|
|
6394
6609
|
"kind": "javascript-module",
|
|
6395
6610
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
|
|
@@ -6426,6 +6641,78 @@
|
|
|
6426
6641
|
}
|
|
6427
6642
|
]
|
|
6428
6643
|
},
|
|
6644
|
+
{
|
|
6645
|
+
"kind": "javascript-module",
|
|
6646
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
|
|
6647
|
+
"declarations": [
|
|
6648
|
+
{
|
|
6649
|
+
"kind": "class",
|
|
6650
|
+
"description": "",
|
|
6651
|
+
"name": "QtiResponseCondition",
|
|
6652
|
+
"members": [],
|
|
6653
|
+
"superclass": {
|
|
6654
|
+
"name": "QtiRule",
|
|
6655
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
|
|
6656
|
+
},
|
|
6657
|
+
"tagName": "qti-response-condition",
|
|
6658
|
+
"customElement": true
|
|
6659
|
+
}
|
|
6660
|
+
],
|
|
6661
|
+
"exports": [
|
|
6662
|
+
{
|
|
6663
|
+
"kind": "js",
|
|
6664
|
+
"name": "QtiResponseCondition",
|
|
6665
|
+
"declaration": {
|
|
6666
|
+
"name": "QtiResponseCondition",
|
|
6667
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6670
|
+
{
|
|
6671
|
+
"kind": "custom-element-definition",
|
|
6672
|
+
"name": "qti-response-condition",
|
|
6673
|
+
"declaration": {
|
|
6674
|
+
"name": "QtiResponseCondition",
|
|
6675
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
|
|
6676
|
+
}
|
|
6677
|
+
}
|
|
6678
|
+
]
|
|
6679
|
+
},
|
|
6680
|
+
{
|
|
6681
|
+
"kind": "javascript-module",
|
|
6682
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
|
|
6683
|
+
"declarations": [
|
|
6684
|
+
{
|
|
6685
|
+
"kind": "class",
|
|
6686
|
+
"description": "",
|
|
6687
|
+
"name": "QtiSetOutcomeValue",
|
|
6688
|
+
"members": [],
|
|
6689
|
+
"superclass": {
|
|
6690
|
+
"name": "QtiRule",
|
|
6691
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
|
|
6692
|
+
},
|
|
6693
|
+
"tagName": "qti-set-outcome-value",
|
|
6694
|
+
"customElement": true
|
|
6695
|
+
}
|
|
6696
|
+
],
|
|
6697
|
+
"exports": [
|
|
6698
|
+
{
|
|
6699
|
+
"kind": "js",
|
|
6700
|
+
"name": "QtiSetOutcomeValue",
|
|
6701
|
+
"declaration": {
|
|
6702
|
+
"name": "QtiSetOutcomeValue",
|
|
6703
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
|
|
6704
|
+
}
|
|
6705
|
+
},
|
|
6706
|
+
{
|
|
6707
|
+
"kind": "custom-element-definition",
|
|
6708
|
+
"name": "qti-set-outcome-value",
|
|
6709
|
+
"declaration": {
|
|
6710
|
+
"name": "QtiSetOutcomeValue",
|
|
6711
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
|
|
6712
|
+
}
|
|
6713
|
+
}
|
|
6714
|
+
]
|
|
6715
|
+
},
|
|
6429
6716
|
{
|
|
6430
6717
|
"kind": "javascript-module",
|
|
6431
6718
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif.ts",
|