@citolab/qti-components 6.0.18 → 6.0.19
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-UD6XWG6V.js +2205 -0
- package/dist/custom-elements.json +815 -528
- package/dist/index.css +1 -0
- package/dist/index.d.ts +35 -5
- package/dist/index.js +85 -72
- 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 +77 -65
- package/dist/qti-item/index.d.ts +2 -2
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-e1fc6a70.d.ts +30 -0
- package/dist/qti-item-react/index.d.ts +3 -3
- package/dist/qti-item-react/index.js +1 -1
- package/dist/qti-simple-choice-d1392d78.d.ts +352 -0
- package/package.json +2 -2
|
@@ -131,6 +131,79 @@
|
|
|
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
|
+
},
|
|
134
207
|
{
|
|
135
208
|
"kind": "javascript-module",
|
|
136
209
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -272,6 +345,14 @@
|
|
|
272
345
|
"package": "./qti-feedback/qti-modal-feedback/qti-modal-feedback"
|
|
273
346
|
}
|
|
274
347
|
},
|
|
348
|
+
{
|
|
349
|
+
"kind": "js",
|
|
350
|
+
"name": "*",
|
|
351
|
+
"declaration": {
|
|
352
|
+
"name": "*",
|
|
353
|
+
"package": "./qti-feedback/qti-feedback-block/qti-feedback-block"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
275
356
|
{
|
|
276
357
|
"kind": "js",
|
|
277
358
|
"name": "*",
|
|
@@ -432,6 +513,14 @@
|
|
|
432
513
|
"package": "./qti-interaction/qti-slider-interaction/qti-slider-interaction"
|
|
433
514
|
}
|
|
434
515
|
},
|
|
516
|
+
{
|
|
517
|
+
"kind": "js",
|
|
518
|
+
"name": "*",
|
|
519
|
+
"declaration": {
|
|
520
|
+
"name": "*",
|
|
521
|
+
"package": "./qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
435
524
|
{
|
|
436
525
|
"kind": "js",
|
|
437
526
|
"name": "*",
|
|
@@ -508,7 +597,7 @@
|
|
|
508
597
|
},
|
|
509
598
|
{
|
|
510
599
|
"kind": "javascript-module",
|
|
511
|
-
"path": "src/lib/qti-
|
|
600
|
+
"path": "src/lib/qti-transform/index.ts",
|
|
512
601
|
"declarations": [],
|
|
513
602
|
"exports": [
|
|
514
603
|
{
|
|
@@ -516,65 +605,35 @@
|
|
|
516
605
|
"name": "*",
|
|
517
606
|
"declaration": {
|
|
518
607
|
"name": "*",
|
|
519
|
-
"package": "./qti-
|
|
608
|
+
"package": "./qti-transform"
|
|
520
609
|
}
|
|
521
610
|
}
|
|
522
611
|
]
|
|
523
612
|
},
|
|
524
613
|
{
|
|
525
614
|
"kind": "javascript-module",
|
|
526
|
-
"path": "src/lib/qti-
|
|
615
|
+
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
527
616
|
"declarations": [
|
|
528
617
|
{
|
|
529
|
-
"kind": "
|
|
530
|
-
"
|
|
531
|
-
"
|
|
532
|
-
"members": [],
|
|
533
|
-
"attributes": [
|
|
534
|
-
{
|
|
535
|
-
"name": "disabled",
|
|
536
|
-
"type": {
|
|
537
|
-
"text": "boolean"
|
|
538
|
-
},
|
|
539
|
-
"default": "false",
|
|
540
|
-
"fieldName": "disabled"
|
|
541
|
-
},
|
|
618
|
+
"kind": "function",
|
|
619
|
+
"name": "qtiTransform",
|
|
620
|
+
"parameters": [
|
|
542
621
|
{
|
|
543
|
-
"name": "
|
|
622
|
+
"name": "xmlValue",
|
|
544
623
|
"type": {
|
|
545
|
-
"text": "
|
|
546
|
-
}
|
|
547
|
-
"default": "false",
|
|
548
|
-
"fieldName": "readonly"
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"name": "xml",
|
|
552
|
-
"fieldName": "xml"
|
|
624
|
+
"text": "string"
|
|
625
|
+
}
|
|
553
626
|
}
|
|
554
|
-
]
|
|
555
|
-
"superclass": {
|
|
556
|
-
"name": "LitElement",
|
|
557
|
-
"package": "lit"
|
|
558
|
-
},
|
|
559
|
-
"tagName": "qti-item",
|
|
560
|
-
"customElement": true
|
|
627
|
+
]
|
|
561
628
|
}
|
|
562
629
|
],
|
|
563
630
|
"exports": [
|
|
564
631
|
{
|
|
565
632
|
"kind": "js",
|
|
566
|
-
"name": "
|
|
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",
|
|
633
|
+
"name": "qtiTransform",
|
|
575
634
|
"declaration": {
|
|
576
|
-
"name": "
|
|
577
|
-
"module": "src/lib/qti-
|
|
635
|
+
"name": "qtiTransform",
|
|
636
|
+
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
578
637
|
}
|
|
579
638
|
}
|
|
580
639
|
]
|
|
@@ -615,49 +674,6 @@
|
|
|
615
674
|
}
|
|
616
675
|
]
|
|
617
676
|
},
|
|
618
|
-
{
|
|
619
|
-
"kind": "javascript-module",
|
|
620
|
-
"path": "src/lib/qti-transform/index.ts",
|
|
621
|
-
"declarations": [],
|
|
622
|
-
"exports": [
|
|
623
|
-
{
|
|
624
|
-
"kind": "js",
|
|
625
|
-
"name": "*",
|
|
626
|
-
"declaration": {
|
|
627
|
-
"name": "*",
|
|
628
|
-
"package": "./qti-transform"
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
]
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"kind": "javascript-module",
|
|
635
|
-
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
636
|
-
"declarations": [
|
|
637
|
-
{
|
|
638
|
-
"kind": "function",
|
|
639
|
-
"name": "qtiTransform",
|
|
640
|
-
"parameters": [
|
|
641
|
-
{
|
|
642
|
-
"name": "xmlValue",
|
|
643
|
-
"type": {
|
|
644
|
-
"text": "string"
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
|
-
]
|
|
648
|
-
}
|
|
649
|
-
],
|
|
650
|
-
"exports": [
|
|
651
|
-
{
|
|
652
|
-
"kind": "js",
|
|
653
|
-
"name": "qtiTransform",
|
|
654
|
-
"declaration": {
|
|
655
|
-
"name": "qtiTransform",
|
|
656
|
-
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
]
|
|
660
|
-
},
|
|
661
677
|
{
|
|
662
678
|
"kind": "javascript-module",
|
|
663
679
|
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
@@ -847,6 +863,53 @@
|
|
|
847
863
|
}
|
|
848
864
|
]
|
|
849
865
|
},
|
|
866
|
+
{
|
|
867
|
+
"kind": "javascript-module",
|
|
868
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
869
|
+
"declarations": [
|
|
870
|
+
{
|
|
871
|
+
"kind": "class",
|
|
872
|
+
"description": "",
|
|
873
|
+
"name": "QtiItemBody",
|
|
874
|
+
"slots": [
|
|
875
|
+
{
|
|
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"
|
|
882
|
+
}
|
|
883
|
+
],
|
|
884
|
+
"members": [],
|
|
885
|
+
"superclass": {
|
|
886
|
+
"name": "LitElement",
|
|
887
|
+
"package": "lit"
|
|
888
|
+
},
|
|
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",
|
|
891
|
+
"customElement": true
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"exports": [
|
|
895
|
+
{
|
|
896
|
+
"kind": "js",
|
|
897
|
+
"name": "default",
|
|
898
|
+
"declaration": {
|
|
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
|
+
},
|
|
850
913
|
{
|
|
851
914
|
"kind": "javascript-module",
|
|
852
915
|
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
@@ -1512,75 +1575,28 @@
|
|
|
1512
1575
|
},
|
|
1513
1576
|
{
|
|
1514
1577
|
"kind": "javascript-module",
|
|
1515
|
-
"path": "src/lib/qti-components/qti-
|
|
1578
|
+
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1516
1579
|
"declarations": [
|
|
1517
1580
|
{
|
|
1518
1581
|
"kind": "class",
|
|
1519
1582
|
"description": "",
|
|
1520
|
-
"name": "
|
|
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
|
-
],
|
|
1583
|
+
"name": "QtiPrompt",
|
|
1531
1584
|
"members": [],
|
|
1532
1585
|
"superclass": {
|
|
1533
1586
|
"name": "LitElement",
|
|
1534
1587
|
"package": "lit"
|
|
1535
1588
|
},
|
|
1536
|
-
"
|
|
1537
|
-
"tagName": "qti-item-body",
|
|
1589
|
+
"tagName": "qti-prompt",
|
|
1538
1590
|
"customElement": true
|
|
1539
1591
|
}
|
|
1540
1592
|
],
|
|
1541
1593
|
"exports": [
|
|
1542
1594
|
{
|
|
1543
1595
|
"kind": "js",
|
|
1544
|
-
"name": "
|
|
1596
|
+
"name": "QtiPrompt",
|
|
1545
1597
|
"declaration": {
|
|
1546
|
-
"name": "
|
|
1547
|
-
"module": "src/lib/qti-components/qti-
|
|
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
|
-
{
|
|
1561
|
-
"kind": "javascript-module",
|
|
1562
|
-
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1563
|
-
"declarations": [
|
|
1564
|
-
{
|
|
1565
|
-
"kind": "class",
|
|
1566
|
-
"description": "",
|
|
1567
|
-
"name": "QtiPrompt",
|
|
1568
|
-
"members": [],
|
|
1569
|
-
"superclass": {
|
|
1570
|
-
"name": "LitElement",
|
|
1571
|
-
"package": "lit"
|
|
1572
|
-
},
|
|
1573
|
-
"tagName": "qti-prompt",
|
|
1574
|
-
"customElement": true
|
|
1575
|
-
}
|
|
1576
|
-
],
|
|
1577
|
-
"exports": [
|
|
1578
|
-
{
|
|
1579
|
-
"kind": "js",
|
|
1580
|
-
"name": "QtiPrompt",
|
|
1581
|
-
"declaration": {
|
|
1582
|
-
"name": "QtiPrompt",
|
|
1583
|
-
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1598
|
+
"name": "QtiPrompt",
|
|
1599
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1584
1600
|
}
|
|
1585
1601
|
},
|
|
1586
1602
|
{
|
|
@@ -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",
|
|
@@ -2357,191 +2481,213 @@
|
|
|
2357
2481
|
},
|
|
2358
2482
|
{
|
|
2359
2483
|
"kind": "javascript-module",
|
|
2360
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2361
|
-
"declarations": [],
|
|
2362
|
-
"exports": []
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"kind": "javascript-module",
|
|
2366
|
-
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
|
|
2484
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2367
2485
|
"declarations": [
|
|
2368
2486
|
{
|
|
2369
2487
|
"kind": "class",
|
|
2370
2488
|
"description": "",
|
|
2371
|
-
"name": "
|
|
2372
|
-
"
|
|
2373
|
-
|
|
2374
|
-
"description": "The default slot where <qti-simple-choice> must be placed.",
|
|
2375
|
-
"name": ""
|
|
2376
|
-
},
|
|
2489
|
+
"name": "QtiAssociateInteraction",
|
|
2490
|
+
"members": [],
|
|
2491
|
+
"mixins": [
|
|
2377
2492
|
{
|
|
2378
|
-
"
|
|
2379
|
-
"
|
|
2493
|
+
"name": "DragDropInteractionMixin",
|
|
2494
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2380
2495
|
}
|
|
2381
2496
|
],
|
|
2382
|
-
"
|
|
2383
|
-
|
|
2497
|
+
"superclass": {
|
|
2498
|
+
"name": "LitElement",
|
|
2499
|
+
"package": "lit"
|
|
2500
|
+
},
|
|
2501
|
+
"tagName": "qti-associate-interaction",
|
|
2502
|
+
"customElement": true,
|
|
2503
|
+
"attributes": [
|
|
2384
2504
|
{
|
|
2385
|
-
"name": "
|
|
2505
|
+
"name": "response-identifier",
|
|
2386
2506
|
"type": {
|
|
2387
|
-
"text": "
|
|
2507
|
+
"text": "string"
|
|
2388
2508
|
},
|
|
2389
|
-
"
|
|
2509
|
+
"default": "''",
|
|
2510
|
+
"fieldName": "responseIdentifier",
|
|
2390
2511
|
"inheritedFrom": {
|
|
2391
|
-
"name": "
|
|
2392
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2512
|
+
"name": "DragDropInteractionMixin",
|
|
2513
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2393
2514
|
}
|
|
2394
2515
|
},
|
|
2395
2516
|
{
|
|
2396
|
-
"name": "
|
|
2517
|
+
"name": "disabled",
|
|
2397
2518
|
"type": {
|
|
2398
|
-
"text": "
|
|
2519
|
+
"text": "boolean"
|
|
2399
2520
|
},
|
|
2400
|
-
"
|
|
2521
|
+
"default": "false",
|
|
2522
|
+
"fieldName": "disabled",
|
|
2401
2523
|
"inheritedFrom": {
|
|
2402
|
-
"name": "
|
|
2403
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2524
|
+
"name": "DroppablesMixin",
|
|
2525
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2404
2526
|
}
|
|
2405
|
-
}
|
|
2406
|
-
],
|
|
2407
|
-
"attributes": [
|
|
2408
|
-
{
|
|
2409
|
-
"name": "orientation",
|
|
2410
|
-
"type": {
|
|
2411
|
-
"text": "'horizontal' | 'vertical'"
|
|
2412
|
-
},
|
|
2413
|
-
"description": "orientation of choices",
|
|
2414
|
-
"fieldName": "orientation"
|
|
2415
2527
|
},
|
|
2416
2528
|
{
|
|
2417
|
-
"name": "
|
|
2529
|
+
"name": "readonly",
|
|
2418
2530
|
"type": {
|
|
2419
|
-
"text": "
|
|
2531
|
+
"text": "boolean"
|
|
2420
2532
|
},
|
|
2421
|
-
"default": "
|
|
2422
|
-
"
|
|
2423
|
-
"fieldName": "minChoices",
|
|
2533
|
+
"default": "false",
|
|
2534
|
+
"fieldName": "readonly",
|
|
2424
2535
|
"inheritedFrom": {
|
|
2425
|
-
"name": "
|
|
2426
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2536
|
+
"name": "DragDropInteractionMixin",
|
|
2537
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2427
2538
|
}
|
|
2428
2539
|
},
|
|
2429
2540
|
{
|
|
2430
|
-
"name": "
|
|
2541
|
+
"name": "min-associations",
|
|
2431
2542
|
"type": {
|
|
2432
2543
|
"text": "number"
|
|
2433
2544
|
},
|
|
2434
2545
|
"default": "1",
|
|
2435
|
-
"
|
|
2436
|
-
"fieldName": "maxChoices",
|
|
2546
|
+
"fieldName": "minAssociations",
|
|
2437
2547
|
"inheritedFrom": {
|
|
2438
|
-
"name": "
|
|
2439
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2548
|
+
"name": "DragDropInteractionMixin",
|
|
2549
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2440
2550
|
}
|
|
2441
2551
|
},
|
|
2442
2552
|
{
|
|
2443
|
-
"name": "
|
|
2553
|
+
"name": "max-associations",
|
|
2444
2554
|
"type": {
|
|
2445
|
-
"text": "
|
|
2555
|
+
"text": "number"
|
|
2446
2556
|
},
|
|
2447
|
-
"default": "
|
|
2448
|
-
"fieldName": "
|
|
2557
|
+
"default": "1",
|
|
2558
|
+
"fieldName": "maxAssociations",
|
|
2449
2559
|
"inheritedFrom": {
|
|
2450
|
-
"name": "
|
|
2451
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2560
|
+
"name": "DragDropInteractionMixin",
|
|
2561
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2452
2562
|
}
|
|
2453
|
-
}
|
|
2563
|
+
}
|
|
2564
|
+
],
|
|
2565
|
+
"events": [
|
|
2454
2566
|
{
|
|
2455
|
-
"name": "
|
|
2567
|
+
"name": "qti-register-interaction",
|
|
2456
2568
|
"type": {
|
|
2457
|
-
"text": "
|
|
2569
|
+
"text": "CustomEvent"
|
|
2458
2570
|
},
|
|
2459
|
-
"default": "false",
|
|
2460
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2461
|
-
"fieldName": "disabled",
|
|
2462
2571
|
"inheritedFrom": {
|
|
2463
|
-
"name": "
|
|
2464
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2572
|
+
"name": "DragDropInteractionMixin",
|
|
2573
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2465
2574
|
}
|
|
2466
2575
|
},
|
|
2467
2576
|
{
|
|
2468
|
-
"name": "
|
|
2577
|
+
"name": "qti-interaction-response",
|
|
2469
2578
|
"type": {
|
|
2470
|
-
"text": "
|
|
2579
|
+
"text": "CustomEvent"
|
|
2471
2580
|
},
|
|
2472
|
-
"default": "false",
|
|
2473
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2474
|
-
"fieldName": "readonly",
|
|
2475
2581
|
"inheritedFrom": {
|
|
2476
|
-
"name": "
|
|
2477
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2582
|
+
"name": "DragDropInteractionMixin",
|
|
2583
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2478
2584
|
}
|
|
2479
2585
|
}
|
|
2480
|
-
]
|
|
2481
|
-
"superclass": {
|
|
2482
|
-
"name": "Choices",
|
|
2483
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
2484
|
-
},
|
|
2485
|
-
"summary": "The ChoiceInteraction.Type (qti-choice-interaction) interaction presents a collection of choices to the candidate.",
|
|
2486
|
-
"tagName": "qti-choice-interaction",
|
|
2487
|
-
"customElement": true
|
|
2586
|
+
]
|
|
2488
2587
|
}
|
|
2489
2588
|
],
|
|
2490
2589
|
"exports": [
|
|
2491
2590
|
{
|
|
2492
2591
|
"kind": "js",
|
|
2493
|
-
"name": "
|
|
2592
|
+
"name": "QtiAssociateInteraction",
|
|
2494
2593
|
"declaration": {
|
|
2495
|
-
"name": "
|
|
2496
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2594
|
+
"name": "QtiAssociateInteraction",
|
|
2595
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2497
2596
|
}
|
|
2498
2597
|
},
|
|
2499
2598
|
{
|
|
2500
2599
|
"kind": "custom-element-definition",
|
|
2501
|
-
"name": "qti-
|
|
2600
|
+
"name": "qti-associate-interaction",
|
|
2502
2601
|
"declaration": {
|
|
2503
|
-
"name": "
|
|
2504
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2602
|
+
"name": "QtiAssociateInteraction",
|
|
2603
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2505
2604
|
}
|
|
2506
2605
|
}
|
|
2507
2606
|
]
|
|
2508
2607
|
},
|
|
2509
2608
|
{
|
|
2510
2609
|
"kind": "javascript-module",
|
|
2511
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2610
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.mdx",
|
|
2611
|
+
"declarations": [],
|
|
2612
|
+
"exports": []
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "javascript-module",
|
|
2616
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
|
|
2512
2617
|
"declarations": [
|
|
2513
2618
|
{
|
|
2514
2619
|
"kind": "class",
|
|
2515
2620
|
"description": "",
|
|
2516
|
-
"name": "
|
|
2621
|
+
"name": "QtiChoiceInteraction",
|
|
2622
|
+
"slots": [
|
|
2623
|
+
{
|
|
2624
|
+
"description": "The default slot where <qti-simple-choice> must be placed.",
|
|
2625
|
+
"name": ""
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
"description": "slot where the prompt is placed.",
|
|
2629
|
+
"name": "prompt"
|
|
2630
|
+
}
|
|
2631
|
+
],
|
|
2517
2632
|
"members": [],
|
|
2518
|
-
"
|
|
2633
|
+
"events": [
|
|
2519
2634
|
{
|
|
2520
|
-
"name": "
|
|
2635
|
+
"name": "qti-register-interaction",
|
|
2521
2636
|
"type": {
|
|
2522
|
-
"text": "
|
|
2637
|
+
"text": "CustomEvent"
|
|
2523
2638
|
},
|
|
2524
|
-
"description": "
|
|
2525
|
-
"
|
|
2639
|
+
"description": "emitted when the interaction wants to register itself",
|
|
2640
|
+
"inheritedFrom": {
|
|
2641
|
+
"name": "Interaction",
|
|
2642
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2643
|
+
}
|
|
2526
2644
|
},
|
|
2527
2645
|
{
|
|
2528
|
-
"name": "
|
|
2646
|
+
"name": "qti-interaction-response",
|
|
2529
2647
|
"type": {
|
|
2530
|
-
"text": "
|
|
2648
|
+
"text": "CustomEvent"
|
|
2531
2649
|
},
|
|
2532
|
-
"
|
|
2650
|
+
"description": "emitted when the interaction changes",
|
|
2651
|
+
"inheritedFrom": {
|
|
2652
|
+
"name": "Interaction",
|
|
2653
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2654
|
+
}
|
|
2655
|
+
}
|
|
2656
|
+
],
|
|
2657
|
+
"attributes": [
|
|
2658
|
+
{
|
|
2659
|
+
"name": "orientation",
|
|
2660
|
+
"type": {
|
|
2661
|
+
"text": "'horizontal' | 'vertical'"
|
|
2662
|
+
},
|
|
2663
|
+
"description": "orientation of choices",
|
|
2664
|
+
"fieldName": "orientation"
|
|
2533
2665
|
},
|
|
2534
2666
|
{
|
|
2535
|
-
"name": "
|
|
2667
|
+
"name": "min-choices",
|
|
2536
2668
|
"type": {
|
|
2537
|
-
"text": "
|
|
2669
|
+
"text": "number"
|
|
2538
2670
|
},
|
|
2539
|
-
"
|
|
2540
|
-
"
|
|
2671
|
+
"default": "0",
|
|
2672
|
+
"description": "the minimal number of selections a candidate must make",
|
|
2673
|
+
"fieldName": "minChoices",
|
|
2674
|
+
"inheritedFrom": {
|
|
2675
|
+
"name": "Choices",
|
|
2676
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
2677
|
+
}
|
|
2541
2678
|
},
|
|
2542
2679
|
{
|
|
2543
|
-
"name": "
|
|
2544
|
-
"
|
|
2680
|
+
"name": "max-choices",
|
|
2681
|
+
"type": {
|
|
2682
|
+
"text": "number"
|
|
2683
|
+
},
|
|
2684
|
+
"default": "1",
|
|
2685
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
2686
|
+
"fieldName": "maxChoices",
|
|
2687
|
+
"inheritedFrom": {
|
|
2688
|
+
"name": "Choices",
|
|
2689
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
2690
|
+
}
|
|
2545
2691
|
},
|
|
2546
2692
|
{
|
|
2547
2693
|
"name": "response-identifier",
|
|
@@ -2583,76 +2729,115 @@
|
|
|
2583
2729
|
}
|
|
2584
2730
|
],
|
|
2585
2731
|
"superclass": {
|
|
2586
|
-
"name": "
|
|
2587
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/
|
|
2732
|
+
"name": "Choices",
|
|
2733
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
2588
2734
|
},
|
|
2589
|
-
"
|
|
2590
|
-
"
|
|
2591
|
-
"
|
|
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
|
-
]
|
|
2735
|
+
"summary": "The ChoiceInteraction.Type (qti-choice-interaction) interaction presents a collection of choices to the candidate.",
|
|
2736
|
+
"tagName": "qti-choice-interaction",
|
|
2737
|
+
"customElement": true
|
|
2613
2738
|
}
|
|
2614
2739
|
],
|
|
2615
2740
|
"exports": [
|
|
2616
2741
|
{
|
|
2617
2742
|
"kind": "js",
|
|
2618
|
-
"name": "
|
|
2743
|
+
"name": "default",
|
|
2619
2744
|
"declaration": {
|
|
2620
|
-
"name": "
|
|
2621
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2745
|
+
"name": "QtiChoiceInteraction",
|
|
2746
|
+
"module": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts"
|
|
2622
2747
|
}
|
|
2623
2748
|
},
|
|
2624
2749
|
{
|
|
2625
2750
|
"kind": "custom-element-definition",
|
|
2626
|
-
"name": "qti-
|
|
2751
|
+
"name": "qti-choice-interaction",
|
|
2627
2752
|
"declaration": {
|
|
2628
|
-
"name": "
|
|
2629
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2753
|
+
"name": "QtiChoiceInteraction",
|
|
2754
|
+
"module": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts"
|
|
2630
2755
|
}
|
|
2631
2756
|
}
|
|
2632
2757
|
]
|
|
2633
2758
|
},
|
|
2634
2759
|
{
|
|
2635
2760
|
"kind": "javascript-module",
|
|
2636
|
-
"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",
|
|
2637
2762
|
"declarations": [
|
|
2638
2763
|
{
|
|
2639
2764
|
"kind": "class",
|
|
2640
2765
|
"description": "",
|
|
2641
|
-
"name": "
|
|
2766
|
+
"name": "QtiEndAttemptInteraction",
|
|
2642
2767
|
"members": [],
|
|
2643
|
-
"
|
|
2768
|
+
"attributes": [
|
|
2644
2769
|
{
|
|
2645
|
-
"name": "
|
|
2646
|
-
"
|
|
2770
|
+
"name": "title",
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "'end attempt'"
|
|
2773
|
+
},
|
|
2774
|
+
"fieldName": "title"
|
|
2647
2775
|
}
|
|
2648
2776
|
],
|
|
2649
2777
|
"superclass": {
|
|
2650
2778
|
"name": "LitElement",
|
|
2651
2779
|
"package": "lit"
|
|
2652
2780
|
},
|
|
2653
|
-
"tagName": "qti-
|
|
2654
|
-
"customElement": true
|
|
2781
|
+
"tagName": "qti-end-attempt-interaction",
|
|
2782
|
+
"customElement": true
|
|
2783
|
+
}
|
|
2784
|
+
],
|
|
2785
|
+
"exports": [
|
|
2786
|
+
{
|
|
2787
|
+
"kind": "js",
|
|
2788
|
+
"name": "QtiEndAttemptInteraction",
|
|
2789
|
+
"declaration": {
|
|
2790
|
+
"name": "QtiEndAttemptInteraction",
|
|
2791
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"kind": "custom-element-definition",
|
|
2796
|
+
"name": "qti-end-attempt-interaction",
|
|
2797
|
+
"declaration": {
|
|
2798
|
+
"name": "QtiEndAttemptInteraction",
|
|
2799
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2800
|
+
}
|
|
2801
|
+
}
|
|
2802
|
+
]
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"kind": "javascript-module",
|
|
2806
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
2807
|
+
"declarations": [
|
|
2808
|
+
{
|
|
2809
|
+
"kind": "class",
|
|
2810
|
+
"description": "",
|
|
2811
|
+
"name": "QtiExtendedTextInteraction",
|
|
2812
|
+
"members": [],
|
|
2655
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
|
+
},
|
|
2837
|
+
{
|
|
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-
|
|
2753
|
-
"declaration": {
|
|
2754
|
-
"name": "
|
|
2755
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2921
|
+
"name": "qti-extended-text-interaction",
|
|
2922
|
+
"declaration": {
|
|
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
|
]
|
|
@@ -4515,6 +4684,68 @@
|
|
|
4515
4684
|
}
|
|
4516
4685
|
]
|
|
4517
4686
|
},
|
|
4687
|
+
{
|
|
4688
|
+
"kind": "javascript-module",
|
|
4689
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
4690
|
+
"declarations": [
|
|
4691
|
+
{
|
|
4692
|
+
"kind": "class",
|
|
4693
|
+
"description": "",
|
|
4694
|
+
"name": "QtiConditionExpression",
|
|
4695
|
+
"members": [],
|
|
4696
|
+
"superclass": {
|
|
4697
|
+
"name": "QtiExpression",
|
|
4698
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
4699
|
+
}
|
|
4700
|
+
}
|
|
4701
|
+
],
|
|
4702
|
+
"exports": [
|
|
4703
|
+
{
|
|
4704
|
+
"kind": "js",
|
|
4705
|
+
"name": "QtiConditionExpression",
|
|
4706
|
+
"declaration": {
|
|
4707
|
+
"name": "QtiConditionExpression",
|
|
4708
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
|
|
4709
|
+
}
|
|
4710
|
+
}
|
|
4711
|
+
]
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"kind": "javascript-module",
|
|
4715
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
4716
|
+
"declarations": [
|
|
4717
|
+
{
|
|
4718
|
+
"kind": "class",
|
|
4719
|
+
"description": "",
|
|
4720
|
+
"name": "QtiExpression",
|
|
4721
|
+
"members": [],
|
|
4722
|
+
"superclass": {
|
|
4723
|
+
"name": "LitElement",
|
|
4724
|
+
"package": "lit"
|
|
4725
|
+
},
|
|
4726
|
+
"tagName": "qti-expression",
|
|
4727
|
+
"customElement": true
|
|
4728
|
+
}
|
|
4729
|
+
],
|
|
4730
|
+
"exports": [
|
|
4731
|
+
{
|
|
4732
|
+
"kind": "js",
|
|
4733
|
+
"name": "QtiExpression",
|
|
4734
|
+
"declaration": {
|
|
4735
|
+
"name": "QtiExpression",
|
|
4736
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4737
|
+
}
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
"kind": "custom-element-definition",
|
|
4741
|
+
"name": "qti-expression",
|
|
4742
|
+
"declaration": {
|
|
4743
|
+
"name": "QtiExpression",
|
|
4744
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4745
|
+
}
|
|
4746
|
+
}
|
|
4747
|
+
]
|
|
4748
|
+
},
|
|
4518
4749
|
{
|
|
4519
4750
|
"kind": "javascript-module",
|
|
4520
4751
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
|
|
@@ -4637,68 +4868,6 @@
|
|
|
4637
4868
|
}
|
|
4638
4869
|
]
|
|
4639
4870
|
},
|
|
4640
|
-
{
|
|
4641
|
-
"kind": "javascript-module",
|
|
4642
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
4643
|
-
"declarations": [
|
|
4644
|
-
{
|
|
4645
|
-
"kind": "class",
|
|
4646
|
-
"description": "",
|
|
4647
|
-
"name": "QtiConditionExpression",
|
|
4648
|
-
"members": [],
|
|
4649
|
-
"superclass": {
|
|
4650
|
-
"name": "QtiExpression",
|
|
4651
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
4652
|
-
}
|
|
4653
|
-
}
|
|
4654
|
-
],
|
|
4655
|
-
"exports": [
|
|
4656
|
-
{
|
|
4657
|
-
"kind": "js",
|
|
4658
|
-
"name": "QtiConditionExpression",
|
|
4659
|
-
"declaration": {
|
|
4660
|
-
"name": "QtiConditionExpression",
|
|
4661
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
|
|
4662
|
-
}
|
|
4663
|
-
}
|
|
4664
|
-
]
|
|
4665
|
-
},
|
|
4666
|
-
{
|
|
4667
|
-
"kind": "javascript-module",
|
|
4668
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
4669
|
-
"declarations": [
|
|
4670
|
-
{
|
|
4671
|
-
"kind": "class",
|
|
4672
|
-
"description": "",
|
|
4673
|
-
"name": "QtiExpression",
|
|
4674
|
-
"members": [],
|
|
4675
|
-
"superclass": {
|
|
4676
|
-
"name": "LitElement",
|
|
4677
|
-
"package": "lit"
|
|
4678
|
-
},
|
|
4679
|
-
"tagName": "qti-expression",
|
|
4680
|
-
"customElement": true
|
|
4681
|
-
}
|
|
4682
|
-
],
|
|
4683
|
-
"exports": [
|
|
4684
|
-
{
|
|
4685
|
-
"kind": "js",
|
|
4686
|
-
"name": "QtiExpression",
|
|
4687
|
-
"declaration": {
|
|
4688
|
-
"name": "QtiExpression",
|
|
4689
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4690
|
-
}
|
|
4691
|
-
},
|
|
4692
|
-
{
|
|
4693
|
-
"kind": "custom-element-definition",
|
|
4694
|
-
"name": "qti-expression",
|
|
4695
|
-
"declaration": {
|
|
4696
|
-
"name": "QtiExpression",
|
|
4697
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4698
|
-
}
|
|
4699
|
-
}
|
|
4700
|
-
]
|
|
4701
|
-
},
|
|
4702
4871
|
{
|
|
4703
4872
|
"kind": "javascript-module",
|
|
4704
4873
|
"path": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts",
|
|
@@ -5594,127 +5763,6 @@
|
|
|
5594
5763
|
}
|
|
5595
5764
|
]
|
|
5596
5765
|
},
|
|
5597
|
-
{
|
|
5598
|
-
"kind": "javascript-module",
|
|
5599
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
5600
|
-
"declarations": [
|
|
5601
|
-
{
|
|
5602
|
-
"kind": "class",
|
|
5603
|
-
"description": "",
|
|
5604
|
-
"name": "QtiResponseIf",
|
|
5605
|
-
"members": [],
|
|
5606
|
-
"superclass": {
|
|
5607
|
-
"name": "QtiResponseElse",
|
|
5608
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
|
|
5609
|
-
},
|
|
5610
|
-
"tagName": "qti-response-if",
|
|
5611
|
-
"customElement": true,
|
|
5612
|
-
"attributes": [
|
|
5613
|
-
{
|
|
5614
|
-
"name": "debugCalculateResult",
|
|
5615
|
-
"type": {
|
|
5616
|
-
"text": "object"
|
|
5617
|
-
},
|
|
5618
|
-
"fieldName": "debugCalculateResult",
|
|
5619
|
-
"inheritedFrom": {
|
|
5620
|
-
"name": "QtiResponseElse",
|
|
5621
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
5622
|
-
}
|
|
5623
|
-
}
|
|
5624
|
-
]
|
|
5625
|
-
}
|
|
5626
|
-
],
|
|
5627
|
-
"exports": [
|
|
5628
|
-
{
|
|
5629
|
-
"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",
|
|
5703
|
-
"declaration": {
|
|
5704
|
-
"name": "QtiSetOutcomeValue",
|
|
5705
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
|
|
5706
|
-
}
|
|
5707
|
-
},
|
|
5708
|
-
{
|
|
5709
|
-
"kind": "custom-element-definition",
|
|
5710
|
-
"name": "qti-set-outcome-value",
|
|
5711
|
-
"declaration": {
|
|
5712
|
-
"name": "QtiSetOutcomeValue",
|
|
5713
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
|
|
5714
|
-
}
|
|
5715
|
-
}
|
|
5716
|
-
]
|
|
5717
|
-
},
|
|
5718
5766
|
{
|
|
5719
5767
|
"kind": "javascript-module",
|
|
5720
5768
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
@@ -5871,46 +5919,46 @@
|
|
|
5871
5919
|
},
|
|
5872
5920
|
{
|
|
5873
5921
|
"kind": "javascript-module",
|
|
5874
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal
|
|
5922
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
|
|
5875
5923
|
"declarations": [
|
|
5876
5924
|
{
|
|
5877
5925
|
"kind": "class",
|
|
5878
5926
|
"description": "",
|
|
5879
|
-
"name": "
|
|
5927
|
+
"name": "QtiEqual",
|
|
5880
5928
|
"members": [],
|
|
5881
5929
|
"attributes": [
|
|
5882
5930
|
{
|
|
5883
|
-
"name": "
|
|
5931
|
+
"name": "toleranceMode",
|
|
5884
5932
|
"type": {
|
|
5885
|
-
"text": "|
|
|
5933
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
5886
5934
|
},
|
|
5887
|
-
"default": "
|
|
5888
|
-
"fieldName": "
|
|
5935
|
+
"default": "'exact'",
|
|
5936
|
+
"fieldName": "toleranceMode"
|
|
5889
5937
|
}
|
|
5890
5938
|
],
|
|
5891
5939
|
"superclass": {
|
|
5892
5940
|
"name": "QtiExpression",
|
|
5893
5941
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5894
5942
|
},
|
|
5895
|
-
"tagName": "qti-equal
|
|
5943
|
+
"tagName": "qti-equal",
|
|
5896
5944
|
"customElement": true
|
|
5897
5945
|
}
|
|
5898
5946
|
],
|
|
5899
5947
|
"exports": [
|
|
5900
5948
|
{
|
|
5901
5949
|
"kind": "js",
|
|
5902
|
-
"name": "
|
|
5950
|
+
"name": "QtiEqual",
|
|
5903
5951
|
"declaration": {
|
|
5904
|
-
"name": "
|
|
5905
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal
|
|
5952
|
+
"name": "QtiEqual",
|
|
5953
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5906
5954
|
}
|
|
5907
5955
|
},
|
|
5908
5956
|
{
|
|
5909
5957
|
"kind": "custom-element-definition",
|
|
5910
|
-
"name": "qti-equal
|
|
5958
|
+
"name": "qti-equal",
|
|
5911
5959
|
"declaration": {
|
|
5912
|
-
"name": "
|
|
5913
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal
|
|
5960
|
+
"name": "QtiEqual",
|
|
5961
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5914
5962
|
}
|
|
5915
5963
|
}
|
|
5916
5964
|
]
|
|
@@ -5953,46 +6001,46 @@
|
|
|
5953
6001
|
},
|
|
5954
6002
|
{
|
|
5955
6003
|
"kind": "javascript-module",
|
|
5956
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
|
|
6004
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
|
|
5957
6005
|
"declarations": [
|
|
5958
6006
|
{
|
|
5959
6007
|
"kind": "class",
|
|
5960
6008
|
"description": "",
|
|
5961
|
-
"name": "
|
|
6009
|
+
"name": "QtiEqualRounded",
|
|
5962
6010
|
"members": [],
|
|
5963
6011
|
"attributes": [
|
|
5964
6012
|
{
|
|
5965
|
-
"name": "
|
|
6013
|
+
"name": "roundingMode",
|
|
5966
6014
|
"type": {
|
|
5967
|
-
"text": "
|
|
6015
|
+
"text": "| \"decimalPlaces\"\n | \"significantFigures\""
|
|
5968
6016
|
},
|
|
5969
|
-
"default": "
|
|
5970
|
-
"fieldName": "
|
|
6017
|
+
"default": "\"significantFigures\"",
|
|
6018
|
+
"fieldName": "roundingMode"
|
|
5971
6019
|
}
|
|
5972
6020
|
],
|
|
5973
6021
|
"superclass": {
|
|
5974
6022
|
"name": "QtiExpression",
|
|
5975
6023
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5976
6024
|
},
|
|
5977
|
-
"tagName": "qti-equal",
|
|
6025
|
+
"tagName": "qti-equal-rounded",
|
|
5978
6026
|
"customElement": true
|
|
5979
6027
|
}
|
|
5980
6028
|
],
|
|
5981
6029
|
"exports": [
|
|
5982
6030
|
{
|
|
5983
6031
|
"kind": "js",
|
|
5984
|
-
"name": "
|
|
6032
|
+
"name": "QtiEqualRounded",
|
|
5985
6033
|
"declaration": {
|
|
5986
|
-
"name": "
|
|
5987
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
6034
|
+
"name": "QtiEqualRounded",
|
|
6035
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
5988
6036
|
}
|
|
5989
6037
|
},
|
|
5990
6038
|
{
|
|
5991
6039
|
"kind": "custom-element-definition",
|
|
5992
|
-
"name": "qti-equal",
|
|
6040
|
+
"name": "qti-equal-rounded",
|
|
5993
6041
|
"declaration": {
|
|
5994
|
-
"name": "
|
|
5995
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
6042
|
+
"name": "QtiEqualRounded",
|
|
6043
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
5996
6044
|
}
|
|
5997
6045
|
}
|
|
5998
6046
|
]
|
|
@@ -6318,6 +6366,42 @@
|
|
|
6318
6366
|
}
|
|
6319
6367
|
]
|
|
6320
6368
|
},
|
|
6369
|
+
{
|
|
6370
|
+
"kind": "javascript-module",
|
|
6371
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
|
|
6372
|
+
"declarations": [
|
|
6373
|
+
{
|
|
6374
|
+
"kind": "class",
|
|
6375
|
+
"description": "",
|
|
6376
|
+
"name": "QtiNot",
|
|
6377
|
+
"members": [],
|
|
6378
|
+
"superclass": {
|
|
6379
|
+
"name": "QtiExpression",
|
|
6380
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6381
|
+
},
|
|
6382
|
+
"tagName": "qti-not",
|
|
6383
|
+
"customElement": true
|
|
6384
|
+
}
|
|
6385
|
+
],
|
|
6386
|
+
"exports": [
|
|
6387
|
+
{
|
|
6388
|
+
"kind": "js",
|
|
6389
|
+
"name": "QtiNot",
|
|
6390
|
+
"declaration": {
|
|
6391
|
+
"name": "QtiNot",
|
|
6392
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
|
|
6393
|
+
}
|
|
6394
|
+
},
|
|
6395
|
+
{
|
|
6396
|
+
"kind": "custom-element-definition",
|
|
6397
|
+
"name": "qti-not",
|
|
6398
|
+
"declaration": {
|
|
6399
|
+
"name": "QtiNot",
|
|
6400
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
|
|
6401
|
+
}
|
|
6402
|
+
}
|
|
6403
|
+
]
|
|
6404
|
+
},
|
|
6321
6405
|
{
|
|
6322
6406
|
"kind": "javascript-module",
|
|
6323
6407
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
|
|
@@ -6390,6 +6474,88 @@
|
|
|
6390
6474
|
}
|
|
6391
6475
|
]
|
|
6392
6476
|
},
|
|
6477
|
+
{
|
|
6478
|
+
"kind": "javascript-module",
|
|
6479
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-printed-variable/qti-printed-variable.ts",
|
|
6480
|
+
"declarations": [
|
|
6481
|
+
{
|
|
6482
|
+
"kind": "class",
|
|
6483
|
+
"description": "",
|
|
6484
|
+
"name": "QtPrintedVariable",
|
|
6485
|
+
"members": [],
|
|
6486
|
+
"attributes": [
|
|
6487
|
+
{
|
|
6488
|
+
"name": "value",
|
|
6489
|
+
"type": {
|
|
6490
|
+
"text": "string"
|
|
6491
|
+
},
|
|
6492
|
+
"default": "''",
|
|
6493
|
+
"fieldName": "value"
|
|
6494
|
+
}
|
|
6495
|
+
],
|
|
6496
|
+
"superclass": {
|
|
6497
|
+
"name": "LitElement",
|
|
6498
|
+
"package": "lit"
|
|
6499
|
+
},
|
|
6500
|
+
"tagName": "qti-printed-variable",
|
|
6501
|
+
"customElement": true
|
|
6502
|
+
}
|
|
6503
|
+
],
|
|
6504
|
+
"exports": [
|
|
6505
|
+
{
|
|
6506
|
+
"kind": "js",
|
|
6507
|
+
"name": "QtPrintedVariable",
|
|
6508
|
+
"declaration": {
|
|
6509
|
+
"name": "QtPrintedVariable",
|
|
6510
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6511
|
+
}
|
|
6512
|
+
},
|
|
6513
|
+
{
|
|
6514
|
+
"kind": "custom-element-definition",
|
|
6515
|
+
"name": "qti-printed-variable",
|
|
6516
|
+
"declaration": {
|
|
6517
|
+
"name": "QtPrintedVariable",
|
|
6518
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6519
|
+
}
|
|
6520
|
+
}
|
|
6521
|
+
]
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"kind": "javascript-module",
|
|
6525
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts",
|
|
6526
|
+
"declarations": [
|
|
6527
|
+
{
|
|
6528
|
+
"kind": "class",
|
|
6529
|
+
"description": "",
|
|
6530
|
+
"name": "QtiProduct",
|
|
6531
|
+
"members": [],
|
|
6532
|
+
"superclass": {
|
|
6533
|
+
"name": "QtiExpression",
|
|
6534
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6535
|
+
},
|
|
6536
|
+
"tagName": "qti-product",
|
|
6537
|
+
"customElement": true
|
|
6538
|
+
}
|
|
6539
|
+
],
|
|
6540
|
+
"exports": [
|
|
6541
|
+
{
|
|
6542
|
+
"kind": "js",
|
|
6543
|
+
"name": "QtiProduct",
|
|
6544
|
+
"declaration": {
|
|
6545
|
+
"name": "QtiProduct",
|
|
6546
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
|
|
6547
|
+
}
|
|
6548
|
+
},
|
|
6549
|
+
{
|
|
6550
|
+
"kind": "custom-element-definition",
|
|
6551
|
+
"name": "qti-product",
|
|
6552
|
+
"declaration": {
|
|
6553
|
+
"name": "QtiProduct",
|
|
6554
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
|
|
6555
|
+
}
|
|
6556
|
+
}
|
|
6557
|
+
]
|
|
6558
|
+
},
|
|
6393
6559
|
{
|
|
6394
6560
|
"kind": "javascript-module",
|
|
6395
6561
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
|
|
@@ -6426,6 +6592,127 @@
|
|
|
6426
6592
|
}
|
|
6427
6593
|
]
|
|
6428
6594
|
},
|
|
6595
|
+
{
|
|
6596
|
+
"kind": "javascript-module",
|
|
6597
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
6598
|
+
"declarations": [
|
|
6599
|
+
{
|
|
6600
|
+
"kind": "class",
|
|
6601
|
+
"description": "",
|
|
6602
|
+
"name": "QtiResponseIf",
|
|
6603
|
+
"members": [],
|
|
6604
|
+
"superclass": {
|
|
6605
|
+
"name": "QtiResponseElse",
|
|
6606
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
|
|
6607
|
+
},
|
|
6608
|
+
"tagName": "qti-response-if",
|
|
6609
|
+
"customElement": true,
|
|
6610
|
+
"attributes": [
|
|
6611
|
+
{
|
|
6612
|
+
"name": "debugCalculateResult",
|
|
6613
|
+
"type": {
|
|
6614
|
+
"text": "object"
|
|
6615
|
+
},
|
|
6616
|
+
"fieldName": "debugCalculateResult",
|
|
6617
|
+
"inheritedFrom": {
|
|
6618
|
+
"name": "QtiResponseElse",
|
|
6619
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
6620
|
+
}
|
|
6621
|
+
}
|
|
6622
|
+
]
|
|
6623
|
+
}
|
|
6624
|
+
],
|
|
6625
|
+
"exports": [
|
|
6626
|
+
{
|
|
6627
|
+
"kind": "js",
|
|
6628
|
+
"name": "QtiResponseIf",
|
|
6629
|
+
"declaration": {
|
|
6630
|
+
"name": "QtiResponseIf",
|
|
6631
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6632
|
+
}
|
|
6633
|
+
},
|
|
6634
|
+
{
|
|
6635
|
+
"kind": "custom-element-definition",
|
|
6636
|
+
"name": "qti-response-if",
|
|
6637
|
+
"declaration": {
|
|
6638
|
+
"name": "QtiResponseIf",
|
|
6639
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6640
|
+
}
|
|
6641
|
+
}
|
|
6642
|
+
]
|
|
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",
|