@citolab/qti-components 6.5.2 → 6.5.3
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 +1126 -1126
- package/dist/index.cjs +87 -48
- package/dist/index.d.cts +46 -1
- package/dist/index.d.ts +46 -1
- package/dist/index.js +86 -47
- package/dist/qti-components/index.cjs +23 -19
- package/dist/qti-components/index.d.cts +1 -0
- package/dist/qti-components/index.d.ts +1 -0
- package/dist/qti-components/index.js +50 -46
- package/dist/styles.bundled.css +3 -0
- package/package.json +1 -1
|
@@ -96,6 +96,65 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
"kind": "javascript-module",
|
|
101
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
102
|
+
"declarations": [],
|
|
103
|
+
"exports": [
|
|
104
|
+
{
|
|
105
|
+
"kind": "js",
|
|
106
|
+
"name": "*",
|
|
107
|
+
"declaration": {
|
|
108
|
+
"name": "*",
|
|
109
|
+
"package": "./qti-transformers"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "javascript-module",
|
|
116
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
117
|
+
"declarations": [
|
|
118
|
+
{
|
|
119
|
+
"kind": "function",
|
|
120
|
+
"name": "qtiTransformItem",
|
|
121
|
+
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
122
|
+
"return": {
|
|
123
|
+
"type": {
|
|
124
|
+
"text": ""
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind": "function",
|
|
130
|
+
"name": "qtiTransformTest",
|
|
131
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
132
|
+
"return": {
|
|
133
|
+
"type": {
|
|
134
|
+
"text": ""
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"exports": [
|
|
140
|
+
{
|
|
141
|
+
"kind": "js",
|
|
142
|
+
"name": "qtiTransformItem",
|
|
143
|
+
"declaration": {
|
|
144
|
+
"name": "qtiTransformItem",
|
|
145
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"kind": "js",
|
|
150
|
+
"name": "qtiTransformTest",
|
|
151
|
+
"declaration": {
|
|
152
|
+
"name": "qtiTransformTest",
|
|
153
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
99
158
|
{
|
|
100
159
|
"kind": "javascript-module",
|
|
101
160
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -495,65 +554,6 @@
|
|
|
495
554
|
}
|
|
496
555
|
]
|
|
497
556
|
},
|
|
498
|
-
{
|
|
499
|
-
"kind": "javascript-module",
|
|
500
|
-
"path": "src/lib/qti-transformers/index.ts",
|
|
501
|
-
"declarations": [],
|
|
502
|
-
"exports": [
|
|
503
|
-
{
|
|
504
|
-
"kind": "js",
|
|
505
|
-
"name": "*",
|
|
506
|
-
"declaration": {
|
|
507
|
-
"name": "*",
|
|
508
|
-
"package": "./qti-transformers"
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
]
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"kind": "javascript-module",
|
|
515
|
-
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
516
|
-
"declarations": [
|
|
517
|
-
{
|
|
518
|
-
"kind": "function",
|
|
519
|
-
"name": "qtiTransformItem",
|
|
520
|
-
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
521
|
-
"return": {
|
|
522
|
-
"type": {
|
|
523
|
-
"text": ""
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"kind": "function",
|
|
529
|
-
"name": "qtiTransformTest",
|
|
530
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
531
|
-
"return": {
|
|
532
|
-
"type": {
|
|
533
|
-
"text": ""
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
],
|
|
538
|
-
"exports": [
|
|
539
|
-
{
|
|
540
|
-
"kind": "js",
|
|
541
|
-
"name": "qtiTransformItem",
|
|
542
|
-
"declaration": {
|
|
543
|
-
"name": "qtiTransformItem",
|
|
544
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"kind": "js",
|
|
549
|
-
"name": "qtiTransformTest",
|
|
550
|
-
"declaration": {
|
|
551
|
-
"name": "qtiTransformTest",
|
|
552
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
]
|
|
556
|
-
},
|
|
557
557
|
{
|
|
558
558
|
"kind": "javascript-module",
|
|
559
559
|
"path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
|
|
@@ -720,6 +720,131 @@
|
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
},
|
|
723
|
+
{
|
|
724
|
+
"kind": "javascript-module",
|
|
725
|
+
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
726
|
+
"declarations": [],
|
|
727
|
+
"exports": []
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"kind": "javascript-module",
|
|
731
|
+
"path": "src/lib/qti-components/internal/expression-result.ts",
|
|
732
|
+
"declarations": [],
|
|
733
|
+
"exports": []
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"kind": "javascript-module",
|
|
737
|
+
"path": "src/lib/qti-components/internal/template-strings.ts",
|
|
738
|
+
"declarations": [
|
|
739
|
+
{
|
|
740
|
+
"kind": "variable",
|
|
741
|
+
"name": "matchCorrect",
|
|
742
|
+
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"kind": "variable",
|
|
746
|
+
"name": "mapResponse",
|
|
747
|
+
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"kind": "variable",
|
|
751
|
+
"name": "mapResponsePoint",
|
|
752
|
+
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"exports": [
|
|
756
|
+
{
|
|
757
|
+
"kind": "js",
|
|
758
|
+
"name": "matchCorrect",
|
|
759
|
+
"declaration": {
|
|
760
|
+
"name": "matchCorrect",
|
|
761
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"kind": "js",
|
|
766
|
+
"name": "mapResponse",
|
|
767
|
+
"declaration": {
|
|
768
|
+
"name": "mapResponse",
|
|
769
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"kind": "js",
|
|
774
|
+
"name": "mapResponsePoint",
|
|
775
|
+
"declaration": {
|
|
776
|
+
"name": "mapResponsePoint",
|
|
777
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
]
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"kind": "javascript-module",
|
|
784
|
+
"path": "src/lib/qti-components/internal/utils.ts",
|
|
785
|
+
"declarations": [
|
|
786
|
+
{
|
|
787
|
+
"kind": "function",
|
|
788
|
+
"name": "decimalSeparator"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"kind": "function",
|
|
792
|
+
"name": "convertNumberToUniveralFormat",
|
|
793
|
+
"parameters": [
|
|
794
|
+
{
|
|
795
|
+
"name": "number",
|
|
796
|
+
"type": {
|
|
797
|
+
"text": "number | string"
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
]
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"kind": "function",
|
|
804
|
+
"name": "IsNullOrUndefined",
|
|
805
|
+
"parameters": [
|
|
806
|
+
{
|
|
807
|
+
"name": "value",
|
|
808
|
+
"type": {
|
|
809
|
+
"text": "unknown"
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"exports": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "js",
|
|
818
|
+
"name": "decimalSeparator",
|
|
819
|
+
"declaration": {
|
|
820
|
+
"name": "decimalSeparator",
|
|
821
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "js",
|
|
826
|
+
"name": "convertNumberToUniveralFormat",
|
|
827
|
+
"declaration": {
|
|
828
|
+
"name": "convertNumberToUniveralFormat",
|
|
829
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "IsNullOrUndefined",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "IsNullOrUndefined",
|
|
837
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "javascript-module",
|
|
844
|
+
"path": "src/lib/qti-components/internal/variables.ts",
|
|
845
|
+
"declarations": [],
|
|
846
|
+
"exports": []
|
|
847
|
+
},
|
|
723
848
|
{
|
|
724
849
|
"kind": "javascript-module",
|
|
725
850
|
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
@@ -1478,172 +1603,83 @@
|
|
|
1478
1603
|
},
|
|
1479
1604
|
{
|
|
1480
1605
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/lib/qti-components/
|
|
1482
|
-
"declarations": [],
|
|
1483
|
-
"exports": []
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "javascript-module",
|
|
1487
|
-
"path": "src/lib/qti-components/internal/expression-result.ts",
|
|
1488
|
-
"declarations": [],
|
|
1489
|
-
"exports": []
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"kind": "javascript-module",
|
|
1493
|
-
"path": "src/lib/qti-components/internal/template-strings.ts",
|
|
1494
|
-
"declarations": [
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "variable",
|
|
1497
|
-
"name": "matchCorrect",
|
|
1498
|
-
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"kind": "variable",
|
|
1502
|
-
"name": "mapResponse",
|
|
1503
|
-
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"kind": "variable",
|
|
1507
|
-
"name": "mapResponsePoint",
|
|
1508
|
-
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
1509
|
-
}
|
|
1510
|
-
],
|
|
1511
|
-
"exports": [
|
|
1512
|
-
{
|
|
1513
|
-
"kind": "js",
|
|
1514
|
-
"name": "matchCorrect",
|
|
1515
|
-
"declaration": {
|
|
1516
|
-
"name": "matchCorrect",
|
|
1517
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1518
|
-
}
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"kind": "js",
|
|
1522
|
-
"name": "mapResponse",
|
|
1523
|
-
"declaration": {
|
|
1524
|
-
"name": "mapResponse",
|
|
1525
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"kind": "js",
|
|
1530
|
-
"name": "mapResponsePoint",
|
|
1531
|
-
"declaration": {
|
|
1532
|
-
"name": "mapResponsePoint",
|
|
1533
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1534
|
-
}
|
|
1535
|
-
}
|
|
1536
|
-
]
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "javascript-module",
|
|
1540
|
-
"path": "src/lib/qti-components/internal/utils.ts",
|
|
1606
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1541
1607
|
"declarations": [
|
|
1542
1608
|
{
|
|
1543
|
-
"kind": "
|
|
1544
|
-
"
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
"kind": "function",
|
|
1548
|
-
"name": "convertNumberToUniveralFormat",
|
|
1549
|
-
"parameters": [
|
|
1609
|
+
"kind": "class",
|
|
1610
|
+
"description": "",
|
|
1611
|
+
"name": "QtiItemBody",
|
|
1612
|
+
"slots": [
|
|
1550
1613
|
{
|
|
1551
|
-
"
|
|
1552
|
-
"
|
|
1553
|
-
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "function",
|
|
1560
|
-
"name": "IsNullOrUndefined",
|
|
1561
|
-
"parameters": [
|
|
1614
|
+
"description": "item body content.",
|
|
1615
|
+
"name": ""
|
|
1616
|
+
},
|
|
1562
1617
|
{
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1565
|
-
"text": "unknown"
|
|
1566
|
-
}
|
|
1618
|
+
"description": "the qti rubric block is placed above the item",
|
|
1619
|
+
"name": "qti-rubric-block"
|
|
1567
1620
|
}
|
|
1568
|
-
]
|
|
1621
|
+
],
|
|
1622
|
+
"members": [],
|
|
1623
|
+
"superclass": {
|
|
1624
|
+
"name": "LitElement",
|
|
1625
|
+
"package": "lit"
|
|
1626
|
+
},
|
|
1627
|
+
"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.",
|
|
1628
|
+
"tagName": "qti-item-body",
|
|
1629
|
+
"customElement": true
|
|
1569
1630
|
}
|
|
1570
1631
|
],
|
|
1571
1632
|
"exports": [
|
|
1572
1633
|
{
|
|
1573
1634
|
"kind": "js",
|
|
1574
|
-
"name": "
|
|
1575
|
-
"declaration": {
|
|
1576
|
-
"name": "decimalSeparator",
|
|
1577
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"kind": "js",
|
|
1582
|
-
"name": "convertNumberToUniveralFormat",
|
|
1635
|
+
"name": "default",
|
|
1583
1636
|
"declaration": {
|
|
1584
|
-
"name": "
|
|
1585
|
-
"module": "src/lib/qti-components/
|
|
1637
|
+
"name": "QtiItemBody",
|
|
1638
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1586
1639
|
}
|
|
1587
1640
|
},
|
|
1588
1641
|
{
|
|
1589
|
-
"kind": "
|
|
1590
|
-
"name": "
|
|
1642
|
+
"kind": "custom-element-definition",
|
|
1643
|
+
"name": "qti-item-body",
|
|
1591
1644
|
"declaration": {
|
|
1592
|
-
"name": "
|
|
1593
|
-
"module": "src/lib/qti-components/
|
|
1645
|
+
"name": "QtiItemBody",
|
|
1646
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1594
1647
|
}
|
|
1595
1648
|
}
|
|
1596
1649
|
]
|
|
1597
1650
|
},
|
|
1598
1651
|
{
|
|
1599
1652
|
"kind": "javascript-module",
|
|
1600
|
-
"path": "src/lib/qti-components/
|
|
1601
|
-
"declarations": [],
|
|
1602
|
-
"exports": []
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "javascript-module",
|
|
1606
|
-
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1653
|
+
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1607
1654
|
"declarations": [
|
|
1608
1655
|
{
|
|
1609
1656
|
"kind": "class",
|
|
1610
1657
|
"description": "",
|
|
1611
|
-
"name": "
|
|
1612
|
-
"slots": [
|
|
1613
|
-
{
|
|
1614
|
-
"description": "item body content.",
|
|
1615
|
-
"name": ""
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"description": "the qti rubric block is placed above the item",
|
|
1619
|
-
"name": "qti-rubric-block"
|
|
1620
|
-
}
|
|
1621
|
-
],
|
|
1658
|
+
"name": "QtiPrompt",
|
|
1622
1659
|
"members": [],
|
|
1623
1660
|
"superclass": {
|
|
1624
1661
|
"name": "LitElement",
|
|
1625
1662
|
"package": "lit"
|
|
1626
1663
|
},
|
|
1627
|
-
"
|
|
1628
|
-
"tagName": "qti-item-body",
|
|
1664
|
+
"tagName": "qti-prompt",
|
|
1629
1665
|
"customElement": true
|
|
1630
1666
|
}
|
|
1631
1667
|
],
|
|
1632
1668
|
"exports": [
|
|
1633
1669
|
{
|
|
1634
1670
|
"kind": "js",
|
|
1635
|
-
"name": "
|
|
1671
|
+
"name": "QtiPrompt",
|
|
1636
1672
|
"declaration": {
|
|
1637
|
-
"name": "
|
|
1638
|
-
"module": "src/lib/qti-components/qti-
|
|
1673
|
+
"name": "QtiPrompt",
|
|
1674
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1639
1675
|
}
|
|
1640
1676
|
},
|
|
1641
1677
|
{
|
|
1642
1678
|
"kind": "custom-element-definition",
|
|
1643
|
-
"name": "qti-
|
|
1679
|
+
"name": "qti-prompt",
|
|
1644
1680
|
"declaration": {
|
|
1645
|
-
"name": "
|
|
1646
|
-
"module": "src/lib/qti-components/qti-
|
|
1681
|
+
"name": "QtiPrompt",
|
|
1682
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1647
1683
|
}
|
|
1648
1684
|
}
|
|
1649
1685
|
]
|
|
@@ -1909,143 +1945,238 @@
|
|
|
1909
1945
|
},
|
|
1910
1946
|
{
|
|
1911
1947
|
"kind": "javascript-module",
|
|
1912
|
-
"path": "src/lib/qti-components/
|
|
1948
|
+
"path": "src/lib/qti-components/internal/events/index.ts",
|
|
1913
1949
|
"declarations": [],
|
|
1914
|
-
"exports": []
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1919
|
-
"declarations": [
|
|
1920
|
-
{
|
|
1921
|
-
"kind": "class",
|
|
1922
|
-
"description": "",
|
|
1923
|
-
"name": "QtiPrompt",
|
|
1924
|
-
"members": [],
|
|
1925
|
-
"superclass": {
|
|
1926
|
-
"name": "LitElement",
|
|
1927
|
-
"package": "lit"
|
|
1928
|
-
},
|
|
1929
|
-
"tagName": "qti-prompt",
|
|
1930
|
-
"customElement": true
|
|
1931
|
-
}
|
|
1932
|
-
],
|
|
1933
1950
|
"exports": [
|
|
1934
1951
|
{
|
|
1935
1952
|
"kind": "js",
|
|
1936
|
-
"name": "
|
|
1953
|
+
"name": "*",
|
|
1937
1954
|
"declaration": {
|
|
1938
|
-
"name": "
|
|
1939
|
-
"
|
|
1955
|
+
"name": "*",
|
|
1956
|
+
"package": "./qti-choice-element-selected"
|
|
1940
1957
|
}
|
|
1941
1958
|
},
|
|
1942
1959
|
{
|
|
1943
|
-
"kind": "
|
|
1944
|
-
"name": "
|
|
1960
|
+
"kind": "js",
|
|
1961
|
+
"name": "*",
|
|
1945
1962
|
"declaration": {
|
|
1946
|
-
"name": "
|
|
1947
|
-
"
|
|
1963
|
+
"name": "*",
|
|
1964
|
+
"package": "./qti-interaction-changed"
|
|
1948
1965
|
}
|
|
1949
|
-
}
|
|
1950
|
-
]
|
|
1951
|
-
},
|
|
1952
|
-
{
|
|
1953
|
-
"kind": "javascript-module",
|
|
1954
|
-
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
1955
|
-
"declarations": [
|
|
1956
|
-
{
|
|
1957
|
-
"kind": "class",
|
|
1958
|
-
"description": "",
|
|
1959
|
-
"name": "QtiFeedbackBlock",
|
|
1960
|
-
"members": [],
|
|
1961
|
-
"superclass": {
|
|
1962
|
-
"name": "QtiFeedback",
|
|
1963
|
-
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
1964
|
-
},
|
|
1965
|
-
"tagName": "qti-feedback-block",
|
|
1966
|
-
"customElement": true,
|
|
1967
|
-
"attributes": [
|
|
1968
|
-
{
|
|
1969
|
-
"name": "show-hide",
|
|
1970
|
-
"type": {
|
|
1971
|
-
"text": "string"
|
|
1972
|
-
},
|
|
1973
|
-
"fieldName": "showHide",
|
|
1974
|
-
"inheritedFrom": {
|
|
1975
|
-
"name": "QtiFeedback",
|
|
1976
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
"name": "outcome-identifier",
|
|
1981
|
-
"type": {
|
|
1982
|
-
"text": "string"
|
|
1983
|
-
},
|
|
1984
|
-
"fieldName": "outcomeIdentifier",
|
|
1985
|
-
"inheritedFrom": {
|
|
1986
|
-
"name": "QtiFeedback",
|
|
1987
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
1988
|
-
}
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"name": "identifier",
|
|
1992
|
-
"type": {
|
|
1993
|
-
"text": "string"
|
|
1994
|
-
},
|
|
1995
|
-
"fieldName": "identifier",
|
|
1996
|
-
"inheritedFrom": {
|
|
1997
|
-
"name": "QtiFeedback",
|
|
1998
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
],
|
|
2002
|
-
"events": [
|
|
2003
|
-
{
|
|
2004
|
-
"name": "qti-register-feedback",
|
|
2005
|
-
"type": {
|
|
2006
|
-
"text": "CustomEvent"
|
|
2007
|
-
},
|
|
2008
|
-
"inheritedFrom": {
|
|
2009
|
-
"name": "QtiFeedback",
|
|
2010
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
]
|
|
2014
|
-
}
|
|
2015
|
-
],
|
|
2016
|
-
"exports": [
|
|
1966
|
+
},
|
|
2017
1967
|
{
|
|
2018
1968
|
"kind": "js",
|
|
2019
|
-
"name": "
|
|
1969
|
+
"name": "*",
|
|
2020
1970
|
"declaration": {
|
|
2021
|
-
"name": "
|
|
2022
|
-
"
|
|
1971
|
+
"name": "*",
|
|
1972
|
+
"package": "./qti-interaction-response"
|
|
2023
1973
|
}
|
|
2024
1974
|
},
|
|
2025
1975
|
{
|
|
2026
|
-
"kind": "
|
|
2027
|
-
"name": "
|
|
1976
|
+
"kind": "js",
|
|
1977
|
+
"name": "*",
|
|
2028
1978
|
"declaration": {
|
|
2029
|
-
"name": "
|
|
2030
|
-
"
|
|
1979
|
+
"name": "*",
|
|
1980
|
+
"package": "./qti-loose-choice"
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"kind": "js",
|
|
1985
|
+
"name": "*",
|
|
1986
|
+
"declaration": {
|
|
1987
|
+
"name": "*",
|
|
1988
|
+
"package": "./qti-outcome-changed"
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
"kind": "js",
|
|
1993
|
+
"name": "*",
|
|
1994
|
+
"declaration": {
|
|
1995
|
+
"name": "*",
|
|
1996
|
+
"package": "./qti-register-choice"
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "js",
|
|
2001
|
+
"name": "*",
|
|
2002
|
+
"declaration": {
|
|
2003
|
+
"name": "*",
|
|
2004
|
+
"package": "./qti-register-interaction"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"kind": "js",
|
|
2009
|
+
"name": "*",
|
|
2010
|
+
"declaration": {
|
|
2011
|
+
"name": "*",
|
|
2012
|
+
"package": "./qti-register-variable"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "js",
|
|
2017
|
+
"name": "*",
|
|
2018
|
+
"declaration": {
|
|
2019
|
+
"name": "*",
|
|
2020
|
+
"package": "./qti-register-hotspot"
|
|
2031
2021
|
}
|
|
2032
2022
|
}
|
|
2033
2023
|
]
|
|
2034
2024
|
},
|
|
2035
2025
|
{
|
|
2036
2026
|
"kind": "javascript-module",
|
|
2037
|
-
"path": "src/lib/qti-components/
|
|
2027
|
+
"path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
|
|
2028
|
+
"declarations": [],
|
|
2029
|
+
"exports": [
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "js",
|
|
2032
|
+
"name": "default",
|
|
2033
|
+
"declaration": {
|
|
2034
|
+
"name": "QtiChoiceElementSelected",
|
|
2035
|
+
"module": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts"
|
|
2036
|
+
}
|
|
2037
|
+
}
|
|
2038
|
+
]
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "javascript-module",
|
|
2042
|
+
"path": "src/lib/qti-components/internal/events/qti-interaction-changed.ts",
|
|
2043
|
+
"declarations": [],
|
|
2044
|
+
"exports": [
|
|
2045
|
+
{
|
|
2046
|
+
"kind": "js",
|
|
2047
|
+
"name": "default",
|
|
2048
|
+
"declaration": {
|
|
2049
|
+
"name": "QtiInteractionChanged",
|
|
2050
|
+
"module": "src/lib/qti-components/internal/events/qti-interaction-changed.ts"
|
|
2051
|
+
}
|
|
2052
|
+
}
|
|
2053
|
+
]
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"kind": "javascript-module",
|
|
2057
|
+
"path": "src/lib/qti-components/internal/events/qti-interaction-response.ts",
|
|
2058
|
+
"declarations": [],
|
|
2059
|
+
"exports": [
|
|
2060
|
+
{
|
|
2061
|
+
"kind": "js",
|
|
2062
|
+
"name": "default",
|
|
2063
|
+
"declaration": {
|
|
2064
|
+
"name": "QtiInteractionResponse",
|
|
2065
|
+
"module": "src/lib/qti-components/internal/events/qti-interaction-response.ts"
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
2068
|
+
]
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"kind": "javascript-module",
|
|
2072
|
+
"path": "src/lib/qti-components/internal/events/qti-loose-choice.ts",
|
|
2073
|
+
"declarations": [],
|
|
2074
|
+
"exports": [
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "js",
|
|
2077
|
+
"name": "default",
|
|
2078
|
+
"declaration": {
|
|
2079
|
+
"name": "QtiLooseChoice",
|
|
2080
|
+
"module": "src/lib/qti-components/internal/events/qti-loose-choice.ts"
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
]
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"kind": "javascript-module",
|
|
2087
|
+
"path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
|
|
2088
|
+
"declarations": [],
|
|
2089
|
+
"exports": [
|
|
2090
|
+
{
|
|
2091
|
+
"kind": "js",
|
|
2092
|
+
"name": "default",
|
|
2093
|
+
"declaration": {
|
|
2094
|
+
"name": "QtiOutcomeChanged",
|
|
2095
|
+
"module": "src/lib/qti-components/internal/events/qti-outcome-changed.ts"
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"kind": "javascript-module",
|
|
2102
|
+
"path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
|
|
2103
|
+
"declarations": [],
|
|
2104
|
+
"exports": [
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "js",
|
|
2107
|
+
"name": "default",
|
|
2108
|
+
"declaration": {
|
|
2109
|
+
"name": "QtiRegisterChoice",
|
|
2110
|
+
"module": "src/lib/qti-components/internal/events/qti-register-choice.ts"
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"kind": "javascript-module",
|
|
2117
|
+
"path": "src/lib/qti-components/internal/events/qti-register-hotspot.ts",
|
|
2118
|
+
"declarations": [],
|
|
2119
|
+
"exports": [
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "js",
|
|
2122
|
+
"name": "default",
|
|
2123
|
+
"declaration": {
|
|
2124
|
+
"name": "QtiRegisterHotspot",
|
|
2125
|
+
"module": "src/lib/qti-components/internal/events/qti-register-hotspot.ts"
|
|
2126
|
+
}
|
|
2127
|
+
}
|
|
2128
|
+
]
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "javascript-module",
|
|
2132
|
+
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
2133
|
+
"declarations": [],
|
|
2134
|
+
"exports": [
|
|
2135
|
+
{
|
|
2136
|
+
"kind": "js",
|
|
2137
|
+
"name": "default",
|
|
2138
|
+
"declaration": {
|
|
2139
|
+
"name": "QtiRegisterInteraction",
|
|
2140
|
+
"module": "src/lib/qti-components/internal/events/qti-register-interaction.ts"
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
]
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"kind": "javascript-module",
|
|
2147
|
+
"path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
|
|
2148
|
+
"declarations": [],
|
|
2149
|
+
"exports": [
|
|
2150
|
+
{
|
|
2151
|
+
"kind": "js",
|
|
2152
|
+
"name": "default",
|
|
2153
|
+
"declaration": {
|
|
2154
|
+
"name": "QtiRegisterVariable",
|
|
2155
|
+
"module": "src/lib/qti-components/internal/events/qti-register-variable.ts"
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
]
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"kind": "javascript-module",
|
|
2162
|
+
"path": "src/lib/qti-components/qti-feedback/__snapshots__/qti-feedback.stories.ts.snap",
|
|
2163
|
+
"declarations": [],
|
|
2164
|
+
"exports": []
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"kind": "javascript-module",
|
|
2168
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
2038
2169
|
"declarations": [
|
|
2039
2170
|
{
|
|
2040
2171
|
"kind": "class",
|
|
2041
2172
|
"description": "",
|
|
2042
|
-
"name": "
|
|
2173
|
+
"name": "QtiFeedbackBlock",
|
|
2043
2174
|
"members": [],
|
|
2044
2175
|
"superclass": {
|
|
2045
2176
|
"name": "QtiFeedback",
|
|
2046
2177
|
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
2047
2178
|
},
|
|
2048
|
-
"tagName": "qti-feedback-
|
|
2179
|
+
"tagName": "qti-feedback-block",
|
|
2049
2180
|
"customElement": true,
|
|
2050
2181
|
"attributes": [
|
|
2051
2182
|
{
|
|
@@ -2099,36 +2230,36 @@
|
|
|
2099
2230
|
"exports": [
|
|
2100
2231
|
{
|
|
2101
2232
|
"kind": "js",
|
|
2102
|
-
"name": "
|
|
2233
|
+
"name": "QtiFeedbackBlock",
|
|
2103
2234
|
"declaration": {
|
|
2104
|
-
"name": "
|
|
2105
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback-
|
|
2235
|
+
"name": "QtiFeedbackBlock",
|
|
2236
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
2106
2237
|
}
|
|
2107
2238
|
},
|
|
2108
2239
|
{
|
|
2109
2240
|
"kind": "custom-element-definition",
|
|
2110
|
-
"name": "qti-feedback-
|
|
2241
|
+
"name": "qti-feedback-block",
|
|
2111
2242
|
"declaration": {
|
|
2112
|
-
"name": "
|
|
2113
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback-
|
|
2243
|
+
"name": "QtiFeedbackBlock",
|
|
2244
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
2114
2245
|
}
|
|
2115
2246
|
}
|
|
2116
2247
|
]
|
|
2117
2248
|
},
|
|
2118
2249
|
{
|
|
2119
2250
|
"kind": "javascript-module",
|
|
2120
|
-
"path": "src/lib/qti-components/qti-feedback/qti-
|
|
2251
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts",
|
|
2121
2252
|
"declarations": [
|
|
2122
2253
|
{
|
|
2123
2254
|
"kind": "class",
|
|
2124
2255
|
"description": "",
|
|
2125
|
-
"name": "
|
|
2256
|
+
"name": "QtiFeedbackInline",
|
|
2126
2257
|
"members": [],
|
|
2127
2258
|
"superclass": {
|
|
2128
2259
|
"name": "QtiFeedback",
|
|
2129
2260
|
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
2130
2261
|
},
|
|
2131
|
-
"tagName": "qti-
|
|
2262
|
+
"tagName": "qti-feedback-inline",
|
|
2132
2263
|
"customElement": true,
|
|
2133
2264
|
"attributes": [
|
|
2134
2265
|
{
|
|
@@ -2182,52 +2313,267 @@
|
|
|
2182
2313
|
"exports": [
|
|
2183
2314
|
{
|
|
2184
2315
|
"kind": "js",
|
|
2185
|
-
"name": "
|
|
2316
|
+
"name": "QtiFeedbackInline",
|
|
2186
2317
|
"declaration": {
|
|
2187
|
-
"name": "
|
|
2188
|
-
"module": "src/lib/qti-components/qti-feedback/qti-
|
|
2318
|
+
"name": "QtiFeedbackInline",
|
|
2319
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
|
|
2189
2320
|
}
|
|
2190
2321
|
},
|
|
2191
2322
|
{
|
|
2192
2323
|
"kind": "custom-element-definition",
|
|
2193
|
-
"name": "qti-
|
|
2324
|
+
"name": "qti-feedback-inline",
|
|
2194
2325
|
"declaration": {
|
|
2195
|
-
"name": "
|
|
2196
|
-
"module": "src/lib/qti-components/qti-feedback/qti-
|
|
2326
|
+
"name": "QtiFeedbackInline",
|
|
2327
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
|
|
2197
2328
|
}
|
|
2198
2329
|
}
|
|
2199
2330
|
]
|
|
2200
2331
|
},
|
|
2201
2332
|
{
|
|
2202
2333
|
"kind": "javascript-module",
|
|
2203
|
-
"path": "src/lib/qti-components/qti-
|
|
2204
|
-
"declarations": [],
|
|
2205
|
-
"exports": []
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"kind": "javascript-module",
|
|
2209
|
-
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
|
|
2334
|
+
"path": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts",
|
|
2210
2335
|
"declarations": [
|
|
2211
2336
|
{
|
|
2212
2337
|
"kind": "class",
|
|
2213
2338
|
"description": "",
|
|
2214
|
-
"name": "
|
|
2215
|
-
"slots": [
|
|
2216
|
-
{
|
|
2217
|
-
"description": "The default slot where <qti-simple-choice> must be placed.",
|
|
2218
|
-
"name": ""
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"description": "slot where the prompt is placed.",
|
|
2222
|
-
"name": "prompt"
|
|
2223
|
-
}
|
|
2224
|
-
],
|
|
2339
|
+
"name": "QtiModalFeedback",
|
|
2225
2340
|
"members": [],
|
|
2226
|
-
"
|
|
2341
|
+
"superclass": {
|
|
2342
|
+
"name": "QtiFeedback",
|
|
2343
|
+
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
2344
|
+
},
|
|
2345
|
+
"tagName": "qti-modal-feedback",
|
|
2346
|
+
"customElement": true,
|
|
2347
|
+
"attributes": [
|
|
2227
2348
|
{
|
|
2228
|
-
"name": "
|
|
2349
|
+
"name": "show-hide",
|
|
2229
2350
|
"type": {
|
|
2230
|
-
"text": "
|
|
2351
|
+
"text": "string"
|
|
2352
|
+
},
|
|
2353
|
+
"fieldName": "showHide",
|
|
2354
|
+
"inheritedFrom": {
|
|
2355
|
+
"name": "QtiFeedback",
|
|
2356
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"name": "outcome-identifier",
|
|
2361
|
+
"type": {
|
|
2362
|
+
"text": "string"
|
|
2363
|
+
},
|
|
2364
|
+
"fieldName": "outcomeIdentifier",
|
|
2365
|
+
"inheritedFrom": {
|
|
2366
|
+
"name": "QtiFeedback",
|
|
2367
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"name": "identifier",
|
|
2372
|
+
"type": {
|
|
2373
|
+
"text": "string"
|
|
2374
|
+
},
|
|
2375
|
+
"fieldName": "identifier",
|
|
2376
|
+
"inheritedFrom": {
|
|
2377
|
+
"name": "QtiFeedback",
|
|
2378
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
],
|
|
2382
|
+
"events": [
|
|
2383
|
+
{
|
|
2384
|
+
"name": "qti-register-feedback",
|
|
2385
|
+
"type": {
|
|
2386
|
+
"text": "CustomEvent"
|
|
2387
|
+
},
|
|
2388
|
+
"inheritedFrom": {
|
|
2389
|
+
"name": "QtiFeedback",
|
|
2390
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2391
|
+
}
|
|
2392
|
+
}
|
|
2393
|
+
]
|
|
2394
|
+
}
|
|
2395
|
+
],
|
|
2396
|
+
"exports": [
|
|
2397
|
+
{
|
|
2398
|
+
"kind": "js",
|
|
2399
|
+
"name": "QtiModalFeedback",
|
|
2400
|
+
"declaration": {
|
|
2401
|
+
"name": "QtiModalFeedback",
|
|
2402
|
+
"module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"kind": "custom-element-definition",
|
|
2407
|
+
"name": "qti-modal-feedback",
|
|
2408
|
+
"declaration": {
|
|
2409
|
+
"name": "QtiModalFeedback",
|
|
2410
|
+
"module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
]
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"kind": "javascript-module",
|
|
2417
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.mdx",
|
|
2418
|
+
"declarations": [],
|
|
2419
|
+
"exports": []
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"kind": "javascript-module",
|
|
2423
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2424
|
+
"declarations": [
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "class",
|
|
2427
|
+
"description": "",
|
|
2428
|
+
"name": "QtiAssociateInteraction",
|
|
2429
|
+
"members": [],
|
|
2430
|
+
"mixins": [
|
|
2431
|
+
{
|
|
2432
|
+
"name": "DragDropInteractionMixin",
|
|
2433
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2434
|
+
}
|
|
2435
|
+
],
|
|
2436
|
+
"superclass": {
|
|
2437
|
+
"name": "LitElement",
|
|
2438
|
+
"package": "lit"
|
|
2439
|
+
},
|
|
2440
|
+
"tagName": "qti-associate-interaction",
|
|
2441
|
+
"customElement": true,
|
|
2442
|
+
"attributes": [
|
|
2443
|
+
{
|
|
2444
|
+
"name": "response-identifier",
|
|
2445
|
+
"type": {
|
|
2446
|
+
"text": "string"
|
|
2447
|
+
},
|
|
2448
|
+
"default": "''",
|
|
2449
|
+
"fieldName": "responseIdentifier",
|
|
2450
|
+
"inheritedFrom": {
|
|
2451
|
+
"name": "DragDropInteractionMixin",
|
|
2452
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "disabled",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "boolean"
|
|
2459
|
+
},
|
|
2460
|
+
"default": "false",
|
|
2461
|
+
"fieldName": "disabled",
|
|
2462
|
+
"inheritedFrom": {
|
|
2463
|
+
"name": "DroppablesMixin",
|
|
2464
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"name": "readonly",
|
|
2469
|
+
"type": {
|
|
2470
|
+
"text": "boolean"
|
|
2471
|
+
},
|
|
2472
|
+
"default": "false",
|
|
2473
|
+
"fieldName": "readonly",
|
|
2474
|
+
"inheritedFrom": {
|
|
2475
|
+
"name": "DragDropInteractionMixin",
|
|
2476
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"name": "min-associations",
|
|
2481
|
+
"type": {
|
|
2482
|
+
"text": "number"
|
|
2483
|
+
},
|
|
2484
|
+
"default": "1",
|
|
2485
|
+
"fieldName": "minAssociations",
|
|
2486
|
+
"inheritedFrom": {
|
|
2487
|
+
"name": "DragDropInteractionMixin",
|
|
2488
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2489
|
+
}
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"name": "max-associations",
|
|
2493
|
+
"type": {
|
|
2494
|
+
"text": "number"
|
|
2495
|
+
},
|
|
2496
|
+
"default": "1",
|
|
2497
|
+
"fieldName": "maxAssociations",
|
|
2498
|
+
"inheritedFrom": {
|
|
2499
|
+
"name": "DragDropInteractionMixin",
|
|
2500
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2501
|
+
}
|
|
2502
|
+
}
|
|
2503
|
+
],
|
|
2504
|
+
"events": [
|
|
2505
|
+
{
|
|
2506
|
+
"name": "qti-register-interaction",
|
|
2507
|
+
"type": {
|
|
2508
|
+
"text": "CustomEvent"
|
|
2509
|
+
},
|
|
2510
|
+
"inheritedFrom": {
|
|
2511
|
+
"name": "DragDropInteractionMixin",
|
|
2512
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"name": "qti-interaction-response",
|
|
2517
|
+
"type": {
|
|
2518
|
+
"text": "CustomEvent"
|
|
2519
|
+
},
|
|
2520
|
+
"inheritedFrom": {
|
|
2521
|
+
"name": "DragDropInteractionMixin",
|
|
2522
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2523
|
+
}
|
|
2524
|
+
}
|
|
2525
|
+
]
|
|
2526
|
+
}
|
|
2527
|
+
],
|
|
2528
|
+
"exports": [
|
|
2529
|
+
{
|
|
2530
|
+
"kind": "js",
|
|
2531
|
+
"name": "QtiAssociateInteraction",
|
|
2532
|
+
"declaration": {
|
|
2533
|
+
"name": "QtiAssociateInteraction",
|
|
2534
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"kind": "custom-element-definition",
|
|
2539
|
+
"name": "qti-associate-interaction",
|
|
2540
|
+
"declaration": {
|
|
2541
|
+
"name": "QtiAssociateInteraction",
|
|
2542
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2545
|
+
]
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"kind": "javascript-module",
|
|
2549
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.mdx",
|
|
2550
|
+
"declarations": [],
|
|
2551
|
+
"exports": []
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"kind": "javascript-module",
|
|
2555
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
|
|
2556
|
+
"declarations": [
|
|
2557
|
+
{
|
|
2558
|
+
"kind": "class",
|
|
2559
|
+
"description": "",
|
|
2560
|
+
"name": "QtiChoiceInteraction",
|
|
2561
|
+
"slots": [
|
|
2562
|
+
{
|
|
2563
|
+
"description": "The default slot where <qti-simple-choice> must be placed.",
|
|
2564
|
+
"name": ""
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"description": "slot where the prompt is placed.",
|
|
2568
|
+
"name": "prompt"
|
|
2569
|
+
}
|
|
2570
|
+
],
|
|
2571
|
+
"members": [],
|
|
2572
|
+
"events": [
|
|
2573
|
+
{
|
|
2574
|
+
"name": "qti-register-interaction",
|
|
2575
|
+
"type": {
|
|
2576
|
+
"text": "CustomEvent"
|
|
2231
2577
|
},
|
|
2232
2578
|
"description": "emitted when the interaction wants to register itself",
|
|
2233
2579
|
"inheritedFrom": {
|
|
@@ -2607,30 +2953,30 @@
|
|
|
2607
2953
|
},
|
|
2608
2954
|
{
|
|
2609
2955
|
"kind": "javascript-module",
|
|
2610
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2956
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.mdx",
|
|
2611
2957
|
"declarations": [],
|
|
2612
2958
|
"exports": []
|
|
2613
2959
|
},
|
|
2614
2960
|
{
|
|
2615
2961
|
"kind": "javascript-module",
|
|
2616
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2962
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
2617
2963
|
"declarations": [
|
|
2618
2964
|
{
|
|
2619
2965
|
"kind": "class",
|
|
2620
2966
|
"description": "",
|
|
2621
|
-
"name": "
|
|
2967
|
+
"name": "QtiGapMatchInteraction",
|
|
2622
2968
|
"members": [],
|
|
2623
2969
|
"mixins": [
|
|
2624
2970
|
{
|
|
2625
2971
|
"name": "DragDropInteractionMixin",
|
|
2626
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2972
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2627
2973
|
}
|
|
2628
2974
|
],
|
|
2629
2975
|
"superclass": {
|
|
2630
2976
|
"name": "LitElement",
|
|
2631
2977
|
"package": "lit"
|
|
2632
2978
|
},
|
|
2633
|
-
"tagName": "qti-
|
|
2979
|
+
"tagName": "qti-gap-match-interaction",
|
|
2634
2980
|
"customElement": true,
|
|
2635
2981
|
"attributes": [
|
|
2636
2982
|
{
|
|
@@ -2721,48 +3067,42 @@
|
|
|
2721
3067
|
"exports": [
|
|
2722
3068
|
{
|
|
2723
3069
|
"kind": "js",
|
|
2724
|
-
"name": "
|
|
3070
|
+
"name": "QtiGapMatchInteraction",
|
|
2725
3071
|
"declaration": {
|
|
2726
|
-
"name": "
|
|
2727
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3072
|
+
"name": "QtiGapMatchInteraction",
|
|
3073
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2728
3074
|
}
|
|
2729
3075
|
},
|
|
2730
3076
|
{
|
|
2731
3077
|
"kind": "custom-element-definition",
|
|
2732
|
-
"name": "qti-
|
|
3078
|
+
"name": "qti-gap-match-interaction",
|
|
2733
3079
|
"declaration": {
|
|
2734
|
-
"name": "
|
|
2735
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3080
|
+
"name": "QtiGapMatchInteraction",
|
|
3081
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2736
3082
|
}
|
|
2737
3083
|
}
|
|
2738
3084
|
]
|
|
2739
3085
|
},
|
|
2740
3086
|
{
|
|
2741
3087
|
"kind": "javascript-module",
|
|
2742
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3088
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.mdx",
|
|
2743
3089
|
"declarations": [],
|
|
2744
3090
|
"exports": []
|
|
2745
3091
|
},
|
|
2746
3092
|
{
|
|
2747
3093
|
"kind": "javascript-module",
|
|
2748
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3094
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
2749
3095
|
"declarations": [
|
|
2750
3096
|
{
|
|
2751
3097
|
"kind": "class",
|
|
2752
3098
|
"description": "",
|
|
2753
|
-
"name": "
|
|
3099
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2754
3100
|
"members": [],
|
|
2755
|
-
"mixins": [
|
|
2756
|
-
{
|
|
2757
|
-
"name": "DragDropInteractionMixin",
|
|
2758
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2759
|
-
}
|
|
2760
|
-
],
|
|
2761
3101
|
"superclass": {
|
|
2762
|
-
"name": "
|
|
2763
|
-
"
|
|
3102
|
+
"name": "Interaction",
|
|
3103
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2764
3104
|
},
|
|
2765
|
-
"tagName": "qti-
|
|
3105
|
+
"tagName": "qti-graphic-associate-interaction",
|
|
2766
3106
|
"customElement": true,
|
|
2767
3107
|
"attributes": [
|
|
2768
3108
|
{
|
|
@@ -2773,8 +3113,8 @@
|
|
|
2773
3113
|
"default": "''",
|
|
2774
3114
|
"fieldName": "responseIdentifier",
|
|
2775
3115
|
"inheritedFrom": {
|
|
2776
|
-
"name": "
|
|
2777
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3116
|
+
"name": "Interaction",
|
|
3117
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2778
3118
|
}
|
|
2779
3119
|
},
|
|
2780
3120
|
{
|
|
@@ -2783,10 +3123,11 @@
|
|
|
2783
3123
|
"text": "boolean"
|
|
2784
3124
|
},
|
|
2785
3125
|
"default": "false",
|
|
3126
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2786
3127
|
"fieldName": "disabled",
|
|
2787
3128
|
"inheritedFrom": {
|
|
2788
|
-
"name": "
|
|
2789
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3129
|
+
"name": "Interaction",
|
|
3130
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2790
3131
|
}
|
|
2791
3132
|
},
|
|
2792
3133
|
{
|
|
@@ -2795,34 +3136,11 @@
|
|
|
2795
3136
|
"text": "boolean"
|
|
2796
3137
|
},
|
|
2797
3138
|
"default": "false",
|
|
3139
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2798
3140
|
"fieldName": "readonly",
|
|
2799
3141
|
"inheritedFrom": {
|
|
2800
|
-
"name": "
|
|
2801
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2802
|
-
}
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
"name": "min-associations",
|
|
2806
|
-
"type": {
|
|
2807
|
-
"text": "number"
|
|
2808
|
-
},
|
|
2809
|
-
"default": "1",
|
|
2810
|
-
"fieldName": "minAssociations",
|
|
2811
|
-
"inheritedFrom": {
|
|
2812
|
-
"name": "DragDropInteractionMixin",
|
|
2813
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2814
|
-
}
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"name": "max-associations",
|
|
2818
|
-
"type": {
|
|
2819
|
-
"text": "number"
|
|
2820
|
-
},
|
|
2821
|
-
"default": "1",
|
|
2822
|
-
"fieldName": "maxAssociations",
|
|
2823
|
-
"inheritedFrom": {
|
|
2824
|
-
"name": "DragDropInteractionMixin",
|
|
2825
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3142
|
+
"name": "Interaction",
|
|
3143
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2826
3144
|
}
|
|
2827
3145
|
}
|
|
2828
3146
|
],
|
|
@@ -2833,8 +3151,8 @@
|
|
|
2833
3151
|
"text": "CustomEvent"
|
|
2834
3152
|
},
|
|
2835
3153
|
"inheritedFrom": {
|
|
2836
|
-
"name": "
|
|
2837
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3154
|
+
"name": "Interaction",
|
|
3155
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2838
3156
|
}
|
|
2839
3157
|
},
|
|
2840
3158
|
{
|
|
@@ -2843,8 +3161,8 @@
|
|
|
2843
3161
|
"text": "CustomEvent"
|
|
2844
3162
|
},
|
|
2845
3163
|
"inheritedFrom": {
|
|
2846
|
-
"name": "
|
|
2847
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3164
|
+
"name": "Interaction",
|
|
3165
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2848
3166
|
}
|
|
2849
3167
|
}
|
|
2850
3168
|
]
|
|
@@ -2853,42 +3171,48 @@
|
|
|
2853
3171
|
"exports": [
|
|
2854
3172
|
{
|
|
2855
3173
|
"kind": "js",
|
|
2856
|
-
"name": "
|
|
3174
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2857
3175
|
"declaration": {
|
|
2858
|
-
"name": "
|
|
2859
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3176
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3177
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
2860
3178
|
}
|
|
2861
3179
|
},
|
|
2862
3180
|
{
|
|
2863
3181
|
"kind": "custom-element-definition",
|
|
2864
|
-
"name": "qti-
|
|
3182
|
+
"name": "qti-graphic-associate-interaction",
|
|
2865
3183
|
"declaration": {
|
|
2866
|
-
"name": "
|
|
2867
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3184
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3185
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
2868
3186
|
}
|
|
2869
3187
|
}
|
|
2870
3188
|
]
|
|
2871
3189
|
},
|
|
2872
3190
|
{
|
|
2873
3191
|
"kind": "javascript-module",
|
|
2874
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3192
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.mdx",
|
|
2875
3193
|
"declarations": [],
|
|
2876
3194
|
"exports": []
|
|
2877
3195
|
},
|
|
2878
3196
|
{
|
|
2879
3197
|
"kind": "javascript-module",
|
|
2880
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3198
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
|
|
2881
3199
|
"declarations": [
|
|
2882
3200
|
{
|
|
2883
3201
|
"kind": "class",
|
|
2884
3202
|
"description": "",
|
|
2885
|
-
"name": "
|
|
3203
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
2886
3204
|
"members": [],
|
|
3205
|
+
"mixins": [
|
|
3206
|
+
{
|
|
3207
|
+
"name": "DragDropInteractionMixin",
|
|
3208
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3209
|
+
}
|
|
3210
|
+
],
|
|
2887
3211
|
"superclass": {
|
|
2888
|
-
"name": "
|
|
2889
|
-
"
|
|
3212
|
+
"name": "LitElement",
|
|
3213
|
+
"package": "lit"
|
|
2890
3214
|
},
|
|
2891
|
-
"tagName": "qti-graphic-
|
|
3215
|
+
"tagName": "qti-graphic-gap-match-interaction",
|
|
2892
3216
|
"customElement": true,
|
|
2893
3217
|
"attributes": [
|
|
2894
3218
|
{
|
|
@@ -2899,8 +3223,8 @@
|
|
|
2899
3223
|
"default": "''",
|
|
2900
3224
|
"fieldName": "responseIdentifier",
|
|
2901
3225
|
"inheritedFrom": {
|
|
2902
|
-
"name": "
|
|
2903
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3226
|
+
"name": "DragDropInteractionMixin",
|
|
3227
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2904
3228
|
}
|
|
2905
3229
|
},
|
|
2906
3230
|
{
|
|
@@ -2909,11 +3233,10 @@
|
|
|
2909
3233
|
"text": "boolean"
|
|
2910
3234
|
},
|
|
2911
3235
|
"default": "false",
|
|
2912
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2913
3236
|
"fieldName": "disabled",
|
|
2914
3237
|
"inheritedFrom": {
|
|
2915
|
-
"name": "
|
|
2916
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3238
|
+
"name": "DroppablesMixin",
|
|
3239
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2917
3240
|
}
|
|
2918
3241
|
},
|
|
2919
3242
|
{
|
|
@@ -2922,11 +3245,34 @@
|
|
|
2922
3245
|
"text": "boolean"
|
|
2923
3246
|
},
|
|
2924
3247
|
"default": "false",
|
|
2925
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2926
3248
|
"fieldName": "readonly",
|
|
2927
3249
|
"inheritedFrom": {
|
|
2928
|
-
"name": "
|
|
2929
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3250
|
+
"name": "DragDropInteractionMixin",
|
|
3251
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "min-associations",
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "number"
|
|
3258
|
+
},
|
|
3259
|
+
"default": "1",
|
|
3260
|
+
"fieldName": "minAssociations",
|
|
3261
|
+
"inheritedFrom": {
|
|
3262
|
+
"name": "DragDropInteractionMixin",
|
|
3263
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "max-associations",
|
|
3268
|
+
"type": {
|
|
3269
|
+
"text": "number"
|
|
3270
|
+
},
|
|
3271
|
+
"default": "1",
|
|
3272
|
+
"fieldName": "maxAssociations",
|
|
3273
|
+
"inheritedFrom": {
|
|
3274
|
+
"name": "DragDropInteractionMixin",
|
|
3275
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2930
3276
|
}
|
|
2931
3277
|
}
|
|
2932
3278
|
],
|
|
@@ -2937,8 +3283,8 @@
|
|
|
2937
3283
|
"text": "CustomEvent"
|
|
2938
3284
|
},
|
|
2939
3285
|
"inheritedFrom": {
|
|
2940
|
-
"name": "
|
|
2941
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3286
|
+
"name": "DragDropInteractionMixin",
|
|
3287
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2942
3288
|
}
|
|
2943
3289
|
},
|
|
2944
3290
|
{
|
|
@@ -2947,8 +3293,8 @@
|
|
|
2947
3293
|
"text": "CustomEvent"
|
|
2948
3294
|
},
|
|
2949
3295
|
"inheritedFrom": {
|
|
2950
|
-
"name": "
|
|
2951
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3296
|
+
"name": "DragDropInteractionMixin",
|
|
3297
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2952
3298
|
}
|
|
2953
3299
|
}
|
|
2954
3300
|
]
|
|
@@ -2957,18 +3303,18 @@
|
|
|
2957
3303
|
"exports": [
|
|
2958
3304
|
{
|
|
2959
3305
|
"kind": "js",
|
|
2960
|
-
"name": "
|
|
3306
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
2961
3307
|
"declaration": {
|
|
2962
|
-
"name": "
|
|
2963
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3308
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3309
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
2964
3310
|
}
|
|
2965
3311
|
},
|
|
2966
3312
|
{
|
|
2967
3313
|
"kind": "custom-element-definition",
|
|
2968
|
-
"name": "qti-graphic-
|
|
3314
|
+
"name": "qti-graphic-gap-match-interaction",
|
|
2969
3315
|
"declaration": {
|
|
2970
|
-
"name": "
|
|
2971
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3316
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3317
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
2972
3318
|
}
|
|
2973
3319
|
}
|
|
2974
3320
|
]
|
|
@@ -4363,345 +4709,95 @@
|
|
|
4363
4709
|
"text": "string"
|
|
4364
4710
|
},
|
|
4365
4711
|
"fieldName": "placeholderText"
|
|
4366
|
-
},
|
|
4367
|
-
{
|
|
4368
|
-
"name": "class",
|
|
4369
|
-
"fieldName": "classNames"
|
|
4370
|
-
},
|
|
4371
|
-
{
|
|
4372
|
-
"name": "response-identifier",
|
|
4373
|
-
"type": {
|
|
4374
|
-
"text": "string"
|
|
4375
|
-
},
|
|
4376
|
-
"default": "''",
|
|
4377
|
-
"fieldName": "responseIdentifier",
|
|
4378
|
-
"inheritedFrom": {
|
|
4379
|
-
"name": "Interaction",
|
|
4380
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4381
|
-
}
|
|
4382
|
-
},
|
|
4383
|
-
{
|
|
4384
|
-
"name": "disabled",
|
|
4385
|
-
"type": {
|
|
4386
|
-
"text": "boolean"
|
|
4387
|
-
},
|
|
4388
|
-
"default": "false",
|
|
4389
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4390
|
-
"fieldName": "disabled",
|
|
4391
|
-
"inheritedFrom": {
|
|
4392
|
-
"name": "Interaction",
|
|
4393
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4394
|
-
}
|
|
4395
|
-
},
|
|
4396
|
-
{
|
|
4397
|
-
"name": "readonly",
|
|
4398
|
-
"type": {
|
|
4399
|
-
"text": "boolean"
|
|
4400
|
-
},
|
|
4401
|
-
"default": "false",
|
|
4402
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4403
|
-
"fieldName": "readonly",
|
|
4404
|
-
"inheritedFrom": {
|
|
4405
|
-
"name": "Interaction",
|
|
4406
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4407
|
-
}
|
|
4408
|
-
}
|
|
4409
|
-
],
|
|
4410
|
-
"superclass": {
|
|
4411
|
-
"name": "Interaction",
|
|
4412
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4413
|
-
},
|
|
4414
|
-
"tagName": "qti-text-entry-interaction",
|
|
4415
|
-
"customElement": true,
|
|
4416
|
-
"events": [
|
|
4417
|
-
{
|
|
4418
|
-
"name": "qti-register-interaction",
|
|
4419
|
-
"type": {
|
|
4420
|
-
"text": "CustomEvent"
|
|
4421
|
-
},
|
|
4422
|
-
"inheritedFrom": {
|
|
4423
|
-
"name": "Interaction",
|
|
4424
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4425
|
-
}
|
|
4426
|
-
},
|
|
4427
|
-
{
|
|
4428
|
-
"name": "qti-interaction-response",
|
|
4429
|
-
"type": {
|
|
4430
|
-
"text": "CustomEvent"
|
|
4431
|
-
},
|
|
4432
|
-
"inheritedFrom": {
|
|
4433
|
-
"name": "Interaction",
|
|
4434
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4435
|
-
}
|
|
4436
|
-
}
|
|
4437
|
-
]
|
|
4438
|
-
}
|
|
4439
|
-
],
|
|
4440
|
-
"exports": [
|
|
4441
|
-
{
|
|
4442
|
-
"kind": "js",
|
|
4443
|
-
"name": "QtiTextEntryInteraction",
|
|
4444
|
-
"declaration": {
|
|
4445
|
-
"name": "QtiTextEntryInteraction",
|
|
4446
|
-
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4447
|
-
}
|
|
4448
|
-
},
|
|
4449
|
-
{
|
|
4450
|
-
"kind": "custom-element-definition",
|
|
4451
|
-
"name": "qti-text-entry-interaction",
|
|
4452
|
-
"declaration": {
|
|
4453
|
-
"name": "QtiTextEntryInteraction",
|
|
4454
|
-
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4455
|
-
}
|
|
4456
|
-
}
|
|
4457
|
-
]
|
|
4458
|
-
},
|
|
4459
|
-
{
|
|
4460
|
-
"kind": "javascript-module",
|
|
4461
|
-
"path": "src/lib/qti-components/internal/events/index.ts",
|
|
4462
|
-
"declarations": [],
|
|
4463
|
-
"exports": [
|
|
4464
|
-
{
|
|
4465
|
-
"kind": "js",
|
|
4466
|
-
"name": "*",
|
|
4467
|
-
"declaration": {
|
|
4468
|
-
"name": "*",
|
|
4469
|
-
"package": "./qti-choice-element-selected"
|
|
4470
|
-
}
|
|
4471
|
-
},
|
|
4472
|
-
{
|
|
4473
|
-
"kind": "js",
|
|
4474
|
-
"name": "*",
|
|
4475
|
-
"declaration": {
|
|
4476
|
-
"name": "*",
|
|
4477
|
-
"package": "./qti-interaction-changed"
|
|
4478
|
-
}
|
|
4479
|
-
},
|
|
4480
|
-
{
|
|
4481
|
-
"kind": "js",
|
|
4482
|
-
"name": "*",
|
|
4483
|
-
"declaration": {
|
|
4484
|
-
"name": "*",
|
|
4485
|
-
"package": "./qti-interaction-response"
|
|
4486
|
-
}
|
|
4487
|
-
},
|
|
4488
|
-
{
|
|
4489
|
-
"kind": "js",
|
|
4490
|
-
"name": "*",
|
|
4491
|
-
"declaration": {
|
|
4492
|
-
"name": "*",
|
|
4493
|
-
"package": "./qti-loose-choice"
|
|
4494
|
-
}
|
|
4495
|
-
},
|
|
4496
|
-
{
|
|
4497
|
-
"kind": "js",
|
|
4498
|
-
"name": "*",
|
|
4499
|
-
"declaration": {
|
|
4500
|
-
"name": "*",
|
|
4501
|
-
"package": "./qti-outcome-changed"
|
|
4502
|
-
}
|
|
4503
|
-
},
|
|
4504
|
-
{
|
|
4505
|
-
"kind": "js",
|
|
4506
|
-
"name": "*",
|
|
4507
|
-
"declaration": {
|
|
4508
|
-
"name": "*",
|
|
4509
|
-
"package": "./qti-register-choice"
|
|
4510
|
-
}
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
"kind": "js",
|
|
4514
|
-
"name": "*",
|
|
4515
|
-
"declaration": {
|
|
4516
|
-
"name": "*",
|
|
4517
|
-
"package": "./qti-register-interaction"
|
|
4518
|
-
}
|
|
4519
|
-
},
|
|
4520
|
-
{
|
|
4521
|
-
"kind": "js",
|
|
4522
|
-
"name": "*",
|
|
4523
|
-
"declaration": {
|
|
4524
|
-
"name": "*",
|
|
4525
|
-
"package": "./qti-register-variable"
|
|
4526
|
-
}
|
|
4527
|
-
},
|
|
4528
|
-
{
|
|
4529
|
-
"kind": "js",
|
|
4530
|
-
"name": "*",
|
|
4531
|
-
"declaration": {
|
|
4532
|
-
"name": "*",
|
|
4533
|
-
"package": "./qti-register-hotspot"
|
|
4534
|
-
}
|
|
4535
|
-
}
|
|
4536
|
-
]
|
|
4537
|
-
},
|
|
4538
|
-
{
|
|
4539
|
-
"kind": "javascript-module",
|
|
4540
|
-
"path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
|
|
4541
|
-
"declarations": [],
|
|
4542
|
-
"exports": [
|
|
4543
|
-
{
|
|
4544
|
-
"kind": "js",
|
|
4545
|
-
"name": "default",
|
|
4546
|
-
"declaration": {
|
|
4547
|
-
"name": "QtiChoiceElementSelected",
|
|
4548
|
-
"module": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts"
|
|
4549
|
-
}
|
|
4550
|
-
}
|
|
4551
|
-
]
|
|
4552
|
-
},
|
|
4553
|
-
{
|
|
4554
|
-
"kind": "javascript-module",
|
|
4555
|
-
"path": "src/lib/qti-components/internal/events/qti-interaction-changed.ts",
|
|
4556
|
-
"declarations": [],
|
|
4557
|
-
"exports": [
|
|
4558
|
-
{
|
|
4559
|
-
"kind": "js",
|
|
4560
|
-
"name": "default",
|
|
4561
|
-
"declaration": {
|
|
4562
|
-
"name": "QtiInteractionChanged",
|
|
4563
|
-
"module": "src/lib/qti-components/internal/events/qti-interaction-changed.ts"
|
|
4564
|
-
}
|
|
4565
|
-
}
|
|
4566
|
-
]
|
|
4567
|
-
},
|
|
4568
|
-
{
|
|
4569
|
-
"kind": "javascript-module",
|
|
4570
|
-
"path": "src/lib/qti-components/internal/events/qti-interaction-response.ts",
|
|
4571
|
-
"declarations": [],
|
|
4572
|
-
"exports": [
|
|
4573
|
-
{
|
|
4574
|
-
"kind": "js",
|
|
4575
|
-
"name": "default",
|
|
4576
|
-
"declaration": {
|
|
4577
|
-
"name": "QtiInteractionResponse",
|
|
4578
|
-
"module": "src/lib/qti-components/internal/events/qti-interaction-response.ts"
|
|
4579
|
-
}
|
|
4580
|
-
}
|
|
4581
|
-
]
|
|
4582
|
-
},
|
|
4583
|
-
{
|
|
4584
|
-
"kind": "javascript-module",
|
|
4585
|
-
"path": "src/lib/qti-components/internal/events/qti-loose-choice.ts",
|
|
4586
|
-
"declarations": [],
|
|
4587
|
-
"exports": [
|
|
4588
|
-
{
|
|
4589
|
-
"kind": "js",
|
|
4590
|
-
"name": "default",
|
|
4591
|
-
"declaration": {
|
|
4592
|
-
"name": "QtiLooseChoice",
|
|
4593
|
-
"module": "src/lib/qti-components/internal/events/qti-loose-choice.ts"
|
|
4594
|
-
}
|
|
4595
|
-
}
|
|
4596
|
-
]
|
|
4597
|
-
},
|
|
4598
|
-
{
|
|
4599
|
-
"kind": "javascript-module",
|
|
4600
|
-
"path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
|
|
4601
|
-
"declarations": [],
|
|
4602
|
-
"exports": [
|
|
4603
|
-
{
|
|
4604
|
-
"kind": "js",
|
|
4605
|
-
"name": "default",
|
|
4606
|
-
"declaration": {
|
|
4607
|
-
"name": "QtiOutcomeChanged",
|
|
4608
|
-
"module": "src/lib/qti-components/internal/events/qti-outcome-changed.ts"
|
|
4609
|
-
}
|
|
4610
|
-
}
|
|
4611
|
-
]
|
|
4612
|
-
},
|
|
4613
|
-
{
|
|
4614
|
-
"kind": "javascript-module",
|
|
4615
|
-
"path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
|
|
4616
|
-
"declarations": [],
|
|
4617
|
-
"exports": [
|
|
4618
|
-
{
|
|
4619
|
-
"kind": "js",
|
|
4620
|
-
"name": "default",
|
|
4621
|
-
"declaration": {
|
|
4622
|
-
"name": "QtiRegisterChoice",
|
|
4623
|
-
"module": "src/lib/qti-components/internal/events/qti-register-choice.ts"
|
|
4624
|
-
}
|
|
4625
|
-
}
|
|
4626
|
-
]
|
|
4627
|
-
},
|
|
4628
|
-
{
|
|
4629
|
-
"kind": "javascript-module",
|
|
4630
|
-
"path": "src/lib/qti-components/internal/events/qti-register-hotspot.ts",
|
|
4631
|
-
"declarations": [],
|
|
4632
|
-
"exports": [
|
|
4633
|
-
{
|
|
4634
|
-
"kind": "js",
|
|
4635
|
-
"name": "default",
|
|
4636
|
-
"declaration": {
|
|
4637
|
-
"name": "QtiRegisterHotspot",
|
|
4638
|
-
"module": "src/lib/qti-components/internal/events/qti-register-hotspot.ts"
|
|
4639
|
-
}
|
|
4640
|
-
}
|
|
4641
|
-
]
|
|
4642
|
-
},
|
|
4643
|
-
{
|
|
4644
|
-
"kind": "javascript-module",
|
|
4645
|
-
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
4646
|
-
"declarations": [],
|
|
4647
|
-
"exports": [
|
|
4648
|
-
{
|
|
4649
|
-
"kind": "js",
|
|
4650
|
-
"name": "default",
|
|
4651
|
-
"declaration": {
|
|
4652
|
-
"name": "QtiRegisterInteraction",
|
|
4653
|
-
"module": "src/lib/qti-components/internal/events/qti-register-interaction.ts"
|
|
4654
|
-
}
|
|
4655
|
-
}
|
|
4656
|
-
]
|
|
4657
|
-
},
|
|
4658
|
-
{
|
|
4659
|
-
"kind": "javascript-module",
|
|
4660
|
-
"path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
|
|
4661
|
-
"declarations": [],
|
|
4662
|
-
"exports": [
|
|
4663
|
-
{
|
|
4664
|
-
"kind": "js",
|
|
4665
|
-
"name": "default",
|
|
4666
|
-
"declaration": {
|
|
4667
|
-
"name": "QtiRegisterVariable",
|
|
4668
|
-
"module": "src/lib/qti-components/internal/events/qti-register-variable.ts"
|
|
4669
|
-
}
|
|
4670
|
-
}
|
|
4671
|
-
]
|
|
4672
|
-
},
|
|
4673
|
-
{
|
|
4674
|
-
"kind": "javascript-module",
|
|
4675
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
4676
|
-
"declarations": [
|
|
4677
|
-
{
|
|
4678
|
-
"kind": "class",
|
|
4679
|
-
"description": "",
|
|
4680
|
-
"name": "QtiResponseElse",
|
|
4681
|
-
"members": [],
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"name": "class",
|
|
4715
|
+
"fieldName": "classNames"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "response-identifier",
|
|
4719
|
+
"type": {
|
|
4720
|
+
"text": "string"
|
|
4721
|
+
},
|
|
4722
|
+
"default": "''",
|
|
4723
|
+
"fieldName": "responseIdentifier",
|
|
4724
|
+
"inheritedFrom": {
|
|
4725
|
+
"name": "Interaction",
|
|
4726
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4727
|
+
}
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"name": "disabled",
|
|
4731
|
+
"type": {
|
|
4732
|
+
"text": "boolean"
|
|
4733
|
+
},
|
|
4734
|
+
"default": "false",
|
|
4735
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4736
|
+
"fieldName": "disabled",
|
|
4737
|
+
"inheritedFrom": {
|
|
4738
|
+
"name": "Interaction",
|
|
4739
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4740
|
+
}
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "readonly",
|
|
4744
|
+
"type": {
|
|
4745
|
+
"text": "boolean"
|
|
4746
|
+
},
|
|
4747
|
+
"default": "false",
|
|
4748
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4749
|
+
"fieldName": "readonly",
|
|
4750
|
+
"inheritedFrom": {
|
|
4751
|
+
"name": "Interaction",
|
|
4752
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4753
|
+
}
|
|
4754
|
+
}
|
|
4755
|
+
],
|
|
4682
4756
|
"superclass": {
|
|
4683
|
-
"name": "
|
|
4684
|
-
"
|
|
4757
|
+
"name": "Interaction",
|
|
4758
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4685
4759
|
},
|
|
4686
|
-
"tagName": "qti-
|
|
4687
|
-
"customElement": true
|
|
4760
|
+
"tagName": "qti-text-entry-interaction",
|
|
4761
|
+
"customElement": true,
|
|
4762
|
+
"events": [
|
|
4763
|
+
{
|
|
4764
|
+
"name": "qti-register-interaction",
|
|
4765
|
+
"type": {
|
|
4766
|
+
"text": "CustomEvent"
|
|
4767
|
+
},
|
|
4768
|
+
"inheritedFrom": {
|
|
4769
|
+
"name": "Interaction",
|
|
4770
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4771
|
+
}
|
|
4772
|
+
},
|
|
4773
|
+
{
|
|
4774
|
+
"name": "qti-interaction-response",
|
|
4775
|
+
"type": {
|
|
4776
|
+
"text": "CustomEvent"
|
|
4777
|
+
},
|
|
4778
|
+
"inheritedFrom": {
|
|
4779
|
+
"name": "Interaction",
|
|
4780
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4781
|
+
}
|
|
4782
|
+
}
|
|
4783
|
+
]
|
|
4688
4784
|
}
|
|
4689
4785
|
],
|
|
4690
4786
|
"exports": [
|
|
4691
4787
|
{
|
|
4692
4788
|
"kind": "js",
|
|
4693
|
-
"name": "
|
|
4789
|
+
"name": "QtiTextEntryInteraction",
|
|
4694
4790
|
"declaration": {
|
|
4695
|
-
"name": "
|
|
4696
|
-
"module": "src/lib/qti-components/qti-
|
|
4791
|
+
"name": "QtiTextEntryInteraction",
|
|
4792
|
+
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4697
4793
|
}
|
|
4698
4794
|
},
|
|
4699
4795
|
{
|
|
4700
4796
|
"kind": "custom-element-definition",
|
|
4701
|
-
"name": "qti-
|
|
4797
|
+
"name": "qti-text-entry-interaction",
|
|
4702
4798
|
"declaration": {
|
|
4703
|
-
"name": "
|
|
4704
|
-
"module": "src/lib/qti-components/qti-
|
|
4799
|
+
"name": "QtiTextEntryInteraction",
|
|
4800
|
+
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4705
4801
|
}
|
|
4706
4802
|
}
|
|
4707
4803
|
]
|
|
@@ -4974,6 +5070,42 @@
|
|
|
4974
5070
|
}
|
|
4975
5071
|
]
|
|
4976
5072
|
},
|
|
5073
|
+
{
|
|
5074
|
+
"kind": "javascript-module",
|
|
5075
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
5076
|
+
"declarations": [
|
|
5077
|
+
{
|
|
5078
|
+
"kind": "class",
|
|
5079
|
+
"description": "",
|
|
5080
|
+
"name": "QtiResponseElse",
|
|
5081
|
+
"members": [],
|
|
5082
|
+
"superclass": {
|
|
5083
|
+
"name": "LitElement",
|
|
5084
|
+
"package": "lit"
|
|
5085
|
+
},
|
|
5086
|
+
"tagName": "qti-response-else",
|
|
5087
|
+
"customElement": true
|
|
5088
|
+
}
|
|
5089
|
+
],
|
|
5090
|
+
"exports": [
|
|
5091
|
+
{
|
|
5092
|
+
"kind": "js",
|
|
5093
|
+
"name": "QtiResponseElse",
|
|
5094
|
+
"declaration": {
|
|
5095
|
+
"name": "QtiResponseElse",
|
|
5096
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5097
|
+
}
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"kind": "custom-element-definition",
|
|
5101
|
+
"name": "qti-response-else",
|
|
5102
|
+
"declaration": {
|
|
5103
|
+
"name": "QtiResponseElse",
|
|
5104
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
5107
|
+
]
|
|
5108
|
+
},
|
|
4977
5109
|
{
|
|
4978
5110
|
"kind": "javascript-module",
|
|
4979
5111
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts",
|
|
@@ -5123,157 +5255,25 @@
|
|
|
5123
5255
|
"name": "QtiVariableDeclaration",
|
|
5124
5256
|
"module": "/src/lib/qti-components/qti-variable-declaration/qti-variable-declaration"
|
|
5125
5257
|
},
|
|
5126
|
-
"tagName": "qti-outcome-declaration",
|
|
5127
|
-
"customElement": true
|
|
5128
|
-
}
|
|
5129
|
-
],
|
|
5130
|
-
"exports": [
|
|
5131
|
-
{
|
|
5132
|
-
"kind": "js",
|
|
5133
|
-
"name": "QtiOutcomeDeclaration",
|
|
5134
|
-
"declaration": {
|
|
5135
|
-
"name": "QtiOutcomeDeclaration",
|
|
5136
|
-
"module": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcome-declaration.ts"
|
|
5137
|
-
}
|
|
5138
|
-
},
|
|
5139
|
-
{
|
|
5140
|
-
"kind": "custom-element-definition",
|
|
5141
|
-
"name": "qti-outcome-declaration",
|
|
5142
|
-
"declaration": {
|
|
5143
|
-
"name": "QtiOutcomeDeclaration",
|
|
5144
|
-
"module": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcome-declaration.ts"
|
|
5145
|
-
}
|
|
5146
|
-
}
|
|
5147
|
-
]
|
|
5148
|
-
},
|
|
5149
|
-
{
|
|
5150
|
-
"kind": "javascript-module",
|
|
5151
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.mdx",
|
|
5152
|
-
"declarations": [],
|
|
5153
|
-
"exports": []
|
|
5154
|
-
},
|
|
5155
|
-
{
|
|
5156
|
-
"kind": "javascript-module",
|
|
5157
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
|
|
5158
|
-
"declarations": [
|
|
5159
|
-
{
|
|
5160
|
-
"kind": "class",
|
|
5161
|
-
"description": "",
|
|
5162
|
-
"name": "QtiGraphicGapMatchInteraction",
|
|
5163
|
-
"members": [],
|
|
5164
|
-
"mixins": [
|
|
5165
|
-
{
|
|
5166
|
-
"name": "DragDropInteractionMixin",
|
|
5167
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
5168
|
-
}
|
|
5169
|
-
],
|
|
5170
|
-
"superclass": {
|
|
5171
|
-
"name": "LitElement",
|
|
5172
|
-
"package": "lit"
|
|
5173
|
-
},
|
|
5174
|
-
"tagName": "qti-graphic-gap-match-interaction",
|
|
5175
|
-
"customElement": true,
|
|
5176
|
-
"attributes": [
|
|
5177
|
-
{
|
|
5178
|
-
"name": "response-identifier",
|
|
5179
|
-
"type": {
|
|
5180
|
-
"text": "string"
|
|
5181
|
-
},
|
|
5182
|
-
"default": "''",
|
|
5183
|
-
"fieldName": "responseIdentifier",
|
|
5184
|
-
"inheritedFrom": {
|
|
5185
|
-
"name": "DragDropInteractionMixin",
|
|
5186
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5187
|
-
}
|
|
5188
|
-
},
|
|
5189
|
-
{
|
|
5190
|
-
"name": "disabled",
|
|
5191
|
-
"type": {
|
|
5192
|
-
"text": "boolean"
|
|
5193
|
-
},
|
|
5194
|
-
"default": "false",
|
|
5195
|
-
"fieldName": "disabled",
|
|
5196
|
-
"inheritedFrom": {
|
|
5197
|
-
"name": "DroppablesMixin",
|
|
5198
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
5199
|
-
}
|
|
5200
|
-
},
|
|
5201
|
-
{
|
|
5202
|
-
"name": "readonly",
|
|
5203
|
-
"type": {
|
|
5204
|
-
"text": "boolean"
|
|
5205
|
-
},
|
|
5206
|
-
"default": "false",
|
|
5207
|
-
"fieldName": "readonly",
|
|
5208
|
-
"inheritedFrom": {
|
|
5209
|
-
"name": "DragDropInteractionMixin",
|
|
5210
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5211
|
-
}
|
|
5212
|
-
},
|
|
5213
|
-
{
|
|
5214
|
-
"name": "min-associations",
|
|
5215
|
-
"type": {
|
|
5216
|
-
"text": "number"
|
|
5217
|
-
},
|
|
5218
|
-
"default": "1",
|
|
5219
|
-
"fieldName": "minAssociations",
|
|
5220
|
-
"inheritedFrom": {
|
|
5221
|
-
"name": "DragDropInteractionMixin",
|
|
5222
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5223
|
-
}
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"name": "max-associations",
|
|
5227
|
-
"type": {
|
|
5228
|
-
"text": "number"
|
|
5229
|
-
},
|
|
5230
|
-
"default": "1",
|
|
5231
|
-
"fieldName": "maxAssociations",
|
|
5232
|
-
"inheritedFrom": {
|
|
5233
|
-
"name": "DragDropInteractionMixin",
|
|
5234
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5235
|
-
}
|
|
5236
|
-
}
|
|
5237
|
-
],
|
|
5238
|
-
"events": [
|
|
5239
|
-
{
|
|
5240
|
-
"name": "qti-register-interaction",
|
|
5241
|
-
"type": {
|
|
5242
|
-
"text": "CustomEvent"
|
|
5243
|
-
},
|
|
5244
|
-
"inheritedFrom": {
|
|
5245
|
-
"name": "DragDropInteractionMixin",
|
|
5246
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5247
|
-
}
|
|
5248
|
-
},
|
|
5249
|
-
{
|
|
5250
|
-
"name": "qti-interaction-response",
|
|
5251
|
-
"type": {
|
|
5252
|
-
"text": "CustomEvent"
|
|
5253
|
-
},
|
|
5254
|
-
"inheritedFrom": {
|
|
5255
|
-
"name": "DragDropInteractionMixin",
|
|
5256
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5257
|
-
}
|
|
5258
|
-
}
|
|
5259
|
-
]
|
|
5258
|
+
"tagName": "qti-outcome-declaration",
|
|
5259
|
+
"customElement": true
|
|
5260
5260
|
}
|
|
5261
5261
|
],
|
|
5262
5262
|
"exports": [
|
|
5263
5263
|
{
|
|
5264
5264
|
"kind": "js",
|
|
5265
|
-
"name": "
|
|
5265
|
+
"name": "QtiOutcomeDeclaration",
|
|
5266
5266
|
"declaration": {
|
|
5267
|
-
"name": "
|
|
5268
|
-
"module": "src/lib/qti-components/qti-
|
|
5267
|
+
"name": "QtiOutcomeDeclaration",
|
|
5268
|
+
"module": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcome-declaration.ts"
|
|
5269
5269
|
}
|
|
5270
5270
|
},
|
|
5271
5271
|
{
|
|
5272
5272
|
"kind": "custom-element-definition",
|
|
5273
|
-
"name": "qti-
|
|
5273
|
+
"name": "qti-outcome-declaration",
|
|
5274
5274
|
"declaration": {
|
|
5275
|
-
"name": "
|
|
5276
|
-
"module": "src/lib/qti-components/qti-
|
|
5275
|
+
"name": "QtiOutcomeDeclaration",
|
|
5276
|
+
"module": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcome-declaration.ts"
|
|
5277
5277
|
}
|
|
5278
5278
|
}
|
|
5279
5279
|
]
|
|
@@ -5549,127 +5549,6 @@
|
|
|
5549
5549
|
}
|
|
5550
5550
|
]
|
|
5551
5551
|
},
|
|
5552
|
-
{
|
|
5553
|
-
"kind": "javascript-module",
|
|
5554
|
-
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5555
|
-
"declarations": [
|
|
5556
|
-
{
|
|
5557
|
-
"kind": "function",
|
|
5558
|
-
"name": "positionHotspots",
|
|
5559
|
-
"parameters": [
|
|
5560
|
-
{
|
|
5561
|
-
"name": "shape",
|
|
5562
|
-
"type": {
|
|
5563
|
-
"text": "string"
|
|
5564
|
-
}
|
|
5565
|
-
},
|
|
5566
|
-
{
|
|
5567
|
-
"name": "coordsNumber",
|
|
5568
|
-
"type": {
|
|
5569
|
-
"text": "number[]"
|
|
5570
|
-
}
|
|
5571
|
-
},
|
|
5572
|
-
{
|
|
5573
|
-
"name": "img",
|
|
5574
|
-
"type": {
|
|
5575
|
-
"text": "HTMLImageElement"
|
|
5576
|
-
}
|
|
5577
|
-
},
|
|
5578
|
-
{
|
|
5579
|
-
"name": "hotspot",
|
|
5580
|
-
"type": {
|
|
5581
|
-
"text": "QtiHotspotChoice"
|
|
5582
|
-
}
|
|
5583
|
-
}
|
|
5584
|
-
]
|
|
5585
|
-
}
|
|
5586
|
-
],
|
|
5587
|
-
"exports": [
|
|
5588
|
-
{
|
|
5589
|
-
"kind": "js",
|
|
5590
|
-
"name": "positionHotspots",
|
|
5591
|
-
"declaration": {
|
|
5592
|
-
"name": "positionHotspots",
|
|
5593
|
-
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5594
|
-
}
|
|
5595
|
-
}
|
|
5596
|
-
]
|
|
5597
|
-
},
|
|
5598
|
-
{
|
|
5599
|
-
"kind": "javascript-module",
|
|
5600
|
-
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
5601
|
-
"declarations": [],
|
|
5602
|
-
"exports": []
|
|
5603
|
-
},
|
|
5604
|
-
{
|
|
5605
|
-
"kind": "javascript-module",
|
|
5606
|
-
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
|
|
5607
|
-
"declarations": [
|
|
5608
|
-
{
|
|
5609
|
-
"kind": "class",
|
|
5610
|
-
"description": "",
|
|
5611
|
-
"name": "Interaction",
|
|
5612
|
-
"members": [],
|
|
5613
|
-
"events": [
|
|
5614
|
-
{
|
|
5615
|
-
"name": "qti-register-interaction",
|
|
5616
|
-
"type": {
|
|
5617
|
-
"text": "CustomEvent"
|
|
5618
|
-
}
|
|
5619
|
-
},
|
|
5620
|
-
{
|
|
5621
|
-
"name": "qti-interaction-response",
|
|
5622
|
-
"type": {
|
|
5623
|
-
"text": "CustomEvent"
|
|
5624
|
-
}
|
|
5625
|
-
}
|
|
5626
|
-
],
|
|
5627
|
-
"attributes": [
|
|
5628
|
-
{
|
|
5629
|
-
"name": "response-identifier",
|
|
5630
|
-
"type": {
|
|
5631
|
-
"text": "string"
|
|
5632
|
-
},
|
|
5633
|
-
"default": "''",
|
|
5634
|
-
"fieldName": "responseIdentifier"
|
|
5635
|
-
},
|
|
5636
|
-
{
|
|
5637
|
-
"name": "disabled",
|
|
5638
|
-
"type": {
|
|
5639
|
-
"text": "boolean"
|
|
5640
|
-
},
|
|
5641
|
-
"default": "false",
|
|
5642
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5643
|
-
"fieldName": "disabled"
|
|
5644
|
-
},
|
|
5645
|
-
{
|
|
5646
|
-
"name": "readonly",
|
|
5647
|
-
"type": {
|
|
5648
|
-
"text": "boolean"
|
|
5649
|
-
},
|
|
5650
|
-
"default": "false",
|
|
5651
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5652
|
-
"fieldName": "readonly"
|
|
5653
|
-
}
|
|
5654
|
-
],
|
|
5655
|
-
"superclass": {
|
|
5656
|
-
"name": "LitElement",
|
|
5657
|
-
"package": "lit"
|
|
5658
|
-
},
|
|
5659
|
-
"customElement": true
|
|
5660
|
-
}
|
|
5661
|
-
],
|
|
5662
|
-
"exports": [
|
|
5663
|
-
{
|
|
5664
|
-
"kind": "js",
|
|
5665
|
-
"name": "Interaction",
|
|
5666
|
-
"declaration": {
|
|
5667
|
-
"name": "Interaction",
|
|
5668
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5669
|
-
}
|
|
5670
|
-
}
|
|
5671
|
-
]
|
|
5672
|
-
},
|
|
5673
5552
|
{
|
|
5674
5553
|
"kind": "javascript-module",
|
|
5675
5554
|
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
@@ -5963,91 +5842,212 @@
|
|
|
5963
5842
|
},
|
|
5964
5843
|
{
|
|
5965
5844
|
"kind": "javascript-module",
|
|
5966
|
-
"path": "src/lib/qti-components/qti-interaction/
|
|
5845
|
+
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5846
|
+
"declarations": [
|
|
5847
|
+
{
|
|
5848
|
+
"kind": "function",
|
|
5849
|
+
"name": "positionHotspots",
|
|
5850
|
+
"parameters": [
|
|
5851
|
+
{
|
|
5852
|
+
"name": "shape",
|
|
5853
|
+
"type": {
|
|
5854
|
+
"text": "string"
|
|
5855
|
+
}
|
|
5856
|
+
},
|
|
5857
|
+
{
|
|
5858
|
+
"name": "coordsNumber",
|
|
5859
|
+
"type": {
|
|
5860
|
+
"text": "number[]"
|
|
5861
|
+
}
|
|
5862
|
+
},
|
|
5863
|
+
{
|
|
5864
|
+
"name": "img",
|
|
5865
|
+
"type": {
|
|
5866
|
+
"text": "HTMLImageElement"
|
|
5867
|
+
}
|
|
5868
|
+
},
|
|
5869
|
+
{
|
|
5870
|
+
"name": "hotspot",
|
|
5871
|
+
"type": {
|
|
5872
|
+
"text": "QtiHotspotChoice"
|
|
5873
|
+
}
|
|
5874
|
+
}
|
|
5875
|
+
]
|
|
5876
|
+
}
|
|
5877
|
+
],
|
|
5878
|
+
"exports": [
|
|
5879
|
+
{
|
|
5880
|
+
"kind": "js",
|
|
5881
|
+
"name": "positionHotspots",
|
|
5882
|
+
"declaration": {
|
|
5883
|
+
"name": "positionHotspots",
|
|
5884
|
+
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5885
|
+
}
|
|
5886
|
+
}
|
|
5887
|
+
]
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"kind": "javascript-module",
|
|
5891
|
+
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
5892
|
+
"declarations": [],
|
|
5893
|
+
"exports": []
|
|
5894
|
+
},
|
|
5895
|
+
{
|
|
5896
|
+
"kind": "javascript-module",
|
|
5897
|
+
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
|
|
5898
|
+
"declarations": [
|
|
5899
|
+
{
|
|
5900
|
+
"kind": "class",
|
|
5901
|
+
"description": "",
|
|
5902
|
+
"name": "Interaction",
|
|
5903
|
+
"members": [],
|
|
5904
|
+
"events": [
|
|
5905
|
+
{
|
|
5906
|
+
"name": "qti-register-interaction",
|
|
5907
|
+
"type": {
|
|
5908
|
+
"text": "CustomEvent"
|
|
5909
|
+
}
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"name": "qti-interaction-response",
|
|
5913
|
+
"type": {
|
|
5914
|
+
"text": "CustomEvent"
|
|
5915
|
+
}
|
|
5916
|
+
}
|
|
5917
|
+
],
|
|
5918
|
+
"attributes": [
|
|
5919
|
+
{
|
|
5920
|
+
"name": "response-identifier",
|
|
5921
|
+
"type": {
|
|
5922
|
+
"text": "string"
|
|
5923
|
+
},
|
|
5924
|
+
"default": "''",
|
|
5925
|
+
"fieldName": "responseIdentifier"
|
|
5926
|
+
},
|
|
5927
|
+
{
|
|
5928
|
+
"name": "disabled",
|
|
5929
|
+
"type": {
|
|
5930
|
+
"text": "boolean"
|
|
5931
|
+
},
|
|
5932
|
+
"default": "false",
|
|
5933
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5934
|
+
"fieldName": "disabled"
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"name": "readonly",
|
|
5938
|
+
"type": {
|
|
5939
|
+
"text": "boolean"
|
|
5940
|
+
},
|
|
5941
|
+
"default": "false",
|
|
5942
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5943
|
+
"fieldName": "readonly"
|
|
5944
|
+
}
|
|
5945
|
+
],
|
|
5946
|
+
"superclass": {
|
|
5947
|
+
"name": "LitElement",
|
|
5948
|
+
"package": "lit"
|
|
5949
|
+
},
|
|
5950
|
+
"customElement": true
|
|
5951
|
+
}
|
|
5952
|
+
],
|
|
5953
|
+
"exports": [
|
|
5954
|
+
{
|
|
5955
|
+
"kind": "js",
|
|
5956
|
+
"name": "Interaction",
|
|
5957
|
+
"declaration": {
|
|
5958
|
+
"name": "Interaction",
|
|
5959
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5960
|
+
}
|
|
5961
|
+
}
|
|
5962
|
+
]
|
|
5963
|
+
},
|
|
5964
|
+
{
|
|
5965
|
+
"kind": "javascript-module",
|
|
5966
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
5967
5967
|
"declarations": [],
|
|
5968
5968
|
"exports": []
|
|
5969
5969
|
},
|
|
5970
5970
|
{
|
|
5971
5971
|
"kind": "javascript-module",
|
|
5972
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5972
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
5973
5973
|
"declarations": [],
|
|
5974
5974
|
"exports": []
|
|
5975
5975
|
},
|
|
5976
5976
|
{
|
|
5977
5977
|
"kind": "javascript-module",
|
|
5978
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5978
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
5979
5979
|
"declarations": [],
|
|
5980
5980
|
"exports": []
|
|
5981
5981
|
},
|
|
5982
5982
|
{
|
|
5983
5983
|
"kind": "javascript-module",
|
|
5984
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5984
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5985
5985
|
"declarations": [],
|
|
5986
5986
|
"exports": []
|
|
5987
5987
|
},
|
|
5988
5988
|
{
|
|
5989
5989
|
"kind": "javascript-module",
|
|
5990
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5990
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
5991
5991
|
"declarations": [],
|
|
5992
5992
|
"exports": []
|
|
5993
5993
|
},
|
|
5994
5994
|
{
|
|
5995
5995
|
"kind": "javascript-module",
|
|
5996
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5996
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5997
5997
|
"declarations": [],
|
|
5998
5998
|
"exports": []
|
|
5999
5999
|
},
|
|
6000
6000
|
{
|
|
6001
6001
|
"kind": "javascript-module",
|
|
6002
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6002
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
6003
6003
|
"declarations": [],
|
|
6004
6004
|
"exports": []
|
|
6005
6005
|
},
|
|
6006
6006
|
{
|
|
6007
6007
|
"kind": "javascript-module",
|
|
6008
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6008
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6009
6009
|
"declarations": [],
|
|
6010
6010
|
"exports": []
|
|
6011
6011
|
},
|
|
6012
6012
|
{
|
|
6013
6013
|
"kind": "javascript-module",
|
|
6014
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6014
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6015
6015
|
"declarations": [],
|
|
6016
6016
|
"exports": []
|
|
6017
6017
|
},
|
|
6018
6018
|
{
|
|
6019
6019
|
"kind": "javascript-module",
|
|
6020
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6020
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/__snapshots__/qti-hottext-interaction.stories.ts.snap",
|
|
6021
6021
|
"declarations": [],
|
|
6022
6022
|
"exports": []
|
|
6023
6023
|
},
|
|
6024
6024
|
{
|
|
6025
6025
|
"kind": "javascript-module",
|
|
6026
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6026
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6027
6027
|
"declarations": [],
|
|
6028
6028
|
"exports": []
|
|
6029
6029
|
},
|
|
6030
6030
|
{
|
|
6031
6031
|
"kind": "javascript-module",
|
|
6032
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6032
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/__snapshots__/qti-match-interaction.stories.ts.snap",
|
|
6033
6033
|
"declarations": [],
|
|
6034
6034
|
"exports": []
|
|
6035
6035
|
},
|
|
6036
6036
|
{
|
|
6037
6037
|
"kind": "javascript-module",
|
|
6038
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6038
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/__snapshots__/qti-media-interaction.stories.ts.snap",
|
|
6039
6039
|
"declarations": [],
|
|
6040
6040
|
"exports": []
|
|
6041
6041
|
},
|
|
6042
6042
|
{
|
|
6043
6043
|
"kind": "javascript-module",
|
|
6044
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6044
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/__snapshots__/qti-order-interaction.stories.ts.snap",
|
|
6045
6045
|
"declarations": [],
|
|
6046
6046
|
"exports": []
|
|
6047
6047
|
},
|
|
6048
6048
|
{
|
|
6049
6049
|
"kind": "javascript-module",
|
|
6050
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6050
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/__snapshots__/qti-portable-custom-interaction.stories.ts.snap",
|
|
6051
6051
|
"declarations": [],
|
|
6052
6052
|
"exports": []
|
|
6053
6053
|
},
|
|
@@ -6059,51 +6059,21 @@
|
|
|
6059
6059
|
},
|
|
6060
6060
|
{
|
|
6061
6061
|
"kind": "javascript-module",
|
|
6062
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6062
|
+
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6063
6063
|
"declarations": [],
|
|
6064
6064
|
"exports": []
|
|
6065
6065
|
},
|
|
6066
6066
|
{
|
|
6067
6067
|
"kind": "javascript-module",
|
|
6068
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6068
|
+
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/__snapshots__/qti-slider-interaction.stories.ts.snap",
|
|
6069
6069
|
"declarations": [],
|
|
6070
6070
|
"exports": []
|
|
6071
6071
|
},
|
|
6072
6072
|
{
|
|
6073
6073
|
"kind": "javascript-module",
|
|
6074
|
-
"path": "src/lib/qti-components/qti-
|
|
6075
|
-
"declarations": [
|
|
6076
|
-
|
|
6077
|
-
"kind": "class",
|
|
6078
|
-
"description": "",
|
|
6079
|
-
"name": "QtiResponseIf",
|
|
6080
|
-
"members": [],
|
|
6081
|
-
"superclass": {
|
|
6082
|
-
"name": "QtiResponseElse",
|
|
6083
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
6084
|
-
},
|
|
6085
|
-
"tagName": "qti-response-if",
|
|
6086
|
-
"customElement": true
|
|
6087
|
-
}
|
|
6088
|
-
],
|
|
6089
|
-
"exports": [
|
|
6090
|
-
{
|
|
6091
|
-
"kind": "js",
|
|
6092
|
-
"name": "QtiResponseIf",
|
|
6093
|
-
"declaration": {
|
|
6094
|
-
"name": "QtiResponseIf",
|
|
6095
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6096
|
-
}
|
|
6097
|
-
},
|
|
6098
|
-
{
|
|
6099
|
-
"kind": "custom-element-definition",
|
|
6100
|
-
"name": "qti-response-if",
|
|
6101
|
-
"declaration": {
|
|
6102
|
-
"name": "QtiResponseIf",
|
|
6103
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6104
|
-
}
|
|
6105
|
-
}
|
|
6106
|
-
]
|
|
6074
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/__snapshots__/qti-text-entry-interaction.stories.ts.snap",
|
|
6075
|
+
"declarations": [],
|
|
6076
|
+
"exports": []
|
|
6107
6077
|
},
|
|
6108
6078
|
{
|
|
6109
6079
|
"kind": "javascript-module",
|
|
@@ -6267,82 +6237,82 @@
|
|
|
6267
6237
|
},
|
|
6268
6238
|
{
|
|
6269
6239
|
"kind": "javascript-module",
|
|
6270
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6240
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts",
|
|
6271
6241
|
"declarations": [
|
|
6272
6242
|
{
|
|
6273
6243
|
"kind": "class",
|
|
6274
6244
|
"description": "",
|
|
6275
|
-
"name": "
|
|
6245
|
+
"name": "QtiEqual",
|
|
6276
6246
|
"members": [],
|
|
6247
|
+
"attributes": [
|
|
6248
|
+
{
|
|
6249
|
+
"name": "toleranceMode",
|
|
6250
|
+
"type": {
|
|
6251
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
6252
|
+
},
|
|
6253
|
+
"default": "'exact'",
|
|
6254
|
+
"fieldName": "toleranceMode"
|
|
6255
|
+
}
|
|
6256
|
+
],
|
|
6277
6257
|
"superclass": {
|
|
6278
6258
|
"name": "QtiExpression",
|
|
6279
6259
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6280
6260
|
},
|
|
6281
|
-
"tagName": "qti-
|
|
6261
|
+
"tagName": "qti-equal",
|
|
6282
6262
|
"customElement": true
|
|
6283
6263
|
}
|
|
6284
6264
|
],
|
|
6285
6265
|
"exports": [
|
|
6286
6266
|
{
|
|
6287
6267
|
"kind": "js",
|
|
6288
|
-
"name": "
|
|
6268
|
+
"name": "QtiEqual",
|
|
6289
6269
|
"declaration": {
|
|
6290
|
-
"name": "
|
|
6291
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6270
|
+
"name": "QtiEqual",
|
|
6271
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
6292
6272
|
}
|
|
6293
6273
|
},
|
|
6294
6274
|
{
|
|
6295
6275
|
"kind": "custom-element-definition",
|
|
6296
|
-
"name": "qti-
|
|
6276
|
+
"name": "qti-equal",
|
|
6297
6277
|
"declaration": {
|
|
6298
|
-
"name": "
|
|
6299
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6278
|
+
"name": "QtiEqual",
|
|
6279
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
6300
6280
|
}
|
|
6301
6281
|
}
|
|
6302
6282
|
]
|
|
6303
6283
|
},
|
|
6304
6284
|
{
|
|
6305
6285
|
"kind": "javascript-module",
|
|
6306
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6286
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts",
|
|
6307
6287
|
"declarations": [
|
|
6308
6288
|
{
|
|
6309
6289
|
"kind": "class",
|
|
6310
6290
|
"description": "",
|
|
6311
|
-
"name": "
|
|
6291
|
+
"name": "QtiCorrect",
|
|
6312
6292
|
"members": [],
|
|
6313
|
-
"attributes": [
|
|
6314
|
-
{
|
|
6315
|
-
"name": "toleranceMode",
|
|
6316
|
-
"type": {
|
|
6317
|
-
"text": "'exact' | 'relative' | 'absolute'"
|
|
6318
|
-
},
|
|
6319
|
-
"default": "'exact'",
|
|
6320
|
-
"fieldName": "toleranceMode"
|
|
6321
|
-
}
|
|
6322
|
-
],
|
|
6323
6293
|
"superclass": {
|
|
6324
6294
|
"name": "QtiExpression",
|
|
6325
6295
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6326
6296
|
},
|
|
6327
|
-
"tagName": "qti-
|
|
6297
|
+
"tagName": "qti-correct",
|
|
6328
6298
|
"customElement": true
|
|
6329
6299
|
}
|
|
6330
6300
|
],
|
|
6331
6301
|
"exports": [
|
|
6332
6302
|
{
|
|
6333
6303
|
"kind": "js",
|
|
6334
|
-
"name": "
|
|
6304
|
+
"name": "QtiCorrect",
|
|
6335
6305
|
"declaration": {
|
|
6336
|
-
"name": "
|
|
6337
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6306
|
+
"name": "QtiCorrect",
|
|
6307
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
|
|
6338
6308
|
}
|
|
6339
6309
|
},
|
|
6340
6310
|
{
|
|
6341
6311
|
"kind": "custom-element-definition",
|
|
6342
|
-
"name": "qti-
|
|
6312
|
+
"name": "qti-correct",
|
|
6343
6313
|
"declaration": {
|
|
6344
|
-
"name": "
|
|
6345
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6314
|
+
"name": "QtiCorrect",
|
|
6315
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
|
|
6346
6316
|
}
|
|
6347
6317
|
}
|
|
6348
6318
|
]
|
|
@@ -6896,81 +6866,81 @@
|
|
|
6896
6866
|
},
|
|
6897
6867
|
{
|
|
6898
6868
|
"kind": "javascript-module",
|
|
6899
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6869
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts",
|
|
6900
6870
|
"declarations": [
|
|
6901
6871
|
{
|
|
6902
6872
|
"kind": "class",
|
|
6903
6873
|
"description": "",
|
|
6904
|
-
"name": "
|
|
6874
|
+
"name": "QtPrintedVariable",
|
|
6905
6875
|
"members": [],
|
|
6876
|
+
"attributes": [
|
|
6877
|
+
{
|
|
6878
|
+
"name": "identifier",
|
|
6879
|
+
"type": {
|
|
6880
|
+
"text": "string"
|
|
6881
|
+
},
|
|
6882
|
+
"fieldName": "identifier"
|
|
6883
|
+
}
|
|
6884
|
+
],
|
|
6906
6885
|
"superclass": {
|
|
6907
|
-
"name": "
|
|
6908
|
-
"
|
|
6886
|
+
"name": "LitElement",
|
|
6887
|
+
"package": "lit"
|
|
6909
6888
|
},
|
|
6910
|
-
"tagName": "qti-
|
|
6889
|
+
"tagName": "qti-printed-variable",
|
|
6911
6890
|
"customElement": true
|
|
6912
6891
|
}
|
|
6913
6892
|
],
|
|
6914
6893
|
"exports": [
|
|
6915
6894
|
{
|
|
6916
6895
|
"kind": "js",
|
|
6917
|
-
"name": "
|
|
6896
|
+
"name": "QtPrintedVariable",
|
|
6918
6897
|
"declaration": {
|
|
6919
|
-
"name": "
|
|
6920
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6898
|
+
"name": "QtPrintedVariable",
|
|
6899
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6921
6900
|
}
|
|
6922
6901
|
},
|
|
6923
6902
|
{
|
|
6924
6903
|
"kind": "custom-element-definition",
|
|
6925
|
-
"name": "qti-
|
|
6904
|
+
"name": "qti-printed-variable",
|
|
6926
6905
|
"declaration": {
|
|
6927
|
-
"name": "
|
|
6928
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6906
|
+
"name": "QtPrintedVariable",
|
|
6907
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6929
6908
|
}
|
|
6930
6909
|
}
|
|
6931
6910
|
]
|
|
6932
6911
|
},
|
|
6933
6912
|
{
|
|
6934
6913
|
"kind": "javascript-module",
|
|
6935
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6914
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts",
|
|
6936
6915
|
"declarations": [
|
|
6937
6916
|
{
|
|
6938
6917
|
"kind": "class",
|
|
6939
6918
|
"description": "",
|
|
6940
|
-
"name": "
|
|
6919
|
+
"name": "QtiProduct",
|
|
6941
6920
|
"members": [],
|
|
6942
|
-
"attributes": [
|
|
6943
|
-
{
|
|
6944
|
-
"name": "identifier",
|
|
6945
|
-
"type": {
|
|
6946
|
-
"text": "string"
|
|
6947
|
-
},
|
|
6948
|
-
"fieldName": "identifier"
|
|
6949
|
-
}
|
|
6950
|
-
],
|
|
6951
6921
|
"superclass": {
|
|
6952
|
-
"name": "
|
|
6953
|
-
"
|
|
6922
|
+
"name": "QtiExpression",
|
|
6923
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6954
6924
|
},
|
|
6955
|
-
"tagName": "qti-
|
|
6925
|
+
"tagName": "qti-product",
|
|
6956
6926
|
"customElement": true
|
|
6957
6927
|
}
|
|
6958
6928
|
],
|
|
6959
6929
|
"exports": [
|
|
6960
6930
|
{
|
|
6961
6931
|
"kind": "js",
|
|
6962
|
-
"name": "
|
|
6932
|
+
"name": "QtiProduct",
|
|
6963
6933
|
"declaration": {
|
|
6964
|
-
"name": "
|
|
6965
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6934
|
+
"name": "QtiProduct",
|
|
6935
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6966
6936
|
}
|
|
6967
6937
|
},
|
|
6968
6938
|
{
|
|
6969
6939
|
"kind": "custom-element-definition",
|
|
6970
|
-
"name": "qti-
|
|
6940
|
+
"name": "qti-product",
|
|
6971
6941
|
"declaration": {
|
|
6972
|
-
"name": "
|
|
6973
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6942
|
+
"name": "QtiProduct",
|
|
6943
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6974
6944
|
}
|
|
6975
6945
|
}
|
|
6976
6946
|
]
|
|
@@ -7093,6 +7063,42 @@
|
|
|
7093
7063
|
}
|
|
7094
7064
|
]
|
|
7095
7065
|
},
|
|
7066
|
+
{
|
|
7067
|
+
"kind": "javascript-module",
|
|
7068
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts",
|
|
7069
|
+
"declarations": [
|
|
7070
|
+
{
|
|
7071
|
+
"kind": "class",
|
|
7072
|
+
"description": "",
|
|
7073
|
+
"name": "QtiResponseIf",
|
|
7074
|
+
"members": [],
|
|
7075
|
+
"superclass": {
|
|
7076
|
+
"name": "QtiResponseElse",
|
|
7077
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
7078
|
+
},
|
|
7079
|
+
"tagName": "qti-response-if",
|
|
7080
|
+
"customElement": true
|
|
7081
|
+
}
|
|
7082
|
+
],
|
|
7083
|
+
"exports": [
|
|
7084
|
+
{
|
|
7085
|
+
"kind": "js",
|
|
7086
|
+
"name": "QtiResponseIf",
|
|
7087
|
+
"declaration": {
|
|
7088
|
+
"name": "QtiResponseIf",
|
|
7089
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
7090
|
+
}
|
|
7091
|
+
},
|
|
7092
|
+
{
|
|
7093
|
+
"kind": "custom-element-definition",
|
|
7094
|
+
"name": "qti-response-if",
|
|
7095
|
+
"declaration": {
|
|
7096
|
+
"name": "QtiResponseIf",
|
|
7097
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
7098
|
+
}
|
|
7099
|
+
}
|
|
7100
|
+
]
|
|
7101
|
+
},
|
|
7096
7102
|
{
|
|
7097
7103
|
"kind": "javascript-module",
|
|
7098
7104
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
|
|
@@ -7240,7 +7246,19 @@
|
|
|
7240
7246
|
},
|
|
7241
7247
|
{
|
|
7242
7248
|
"kind": "javascript-module",
|
|
7243
|
-
"path": "src/lib/qti-components/qti-
|
|
7249
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7250
|
+
"declarations": [],
|
|
7251
|
+
"exports": []
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"kind": "javascript-module",
|
|
7255
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7256
|
+
"declarations": [],
|
|
7257
|
+
"exports": []
|
|
7258
|
+
},
|
|
7259
|
+
{
|
|
7260
|
+
"kind": "javascript-module",
|
|
7261
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7244
7262
|
"declarations": [],
|
|
7245
7263
|
"exports": []
|
|
7246
7264
|
},
|
|
@@ -7280,24 +7298,6 @@
|
|
|
7280
7298
|
}
|
|
7281
7299
|
]
|
|
7282
7300
|
},
|
|
7283
|
-
{
|
|
7284
|
-
"kind": "javascript-module",
|
|
7285
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7286
|
-
"declarations": [],
|
|
7287
|
-
"exports": []
|
|
7288
|
-
},
|
|
7289
|
-
{
|
|
7290
|
-
"kind": "javascript-module",
|
|
7291
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7292
|
-
"declarations": [],
|
|
7293
|
-
"exports": []
|
|
7294
|
-
},
|
|
7295
|
-
{
|
|
7296
|
-
"kind": "javascript-module",
|
|
7297
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7298
|
-
"declarations": [],
|
|
7299
|
-
"exports": []
|
|
7300
|
-
},
|
|
7301
7301
|
{
|
|
7302
7302
|
"kind": "javascript-module",
|
|
7303
7303
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|