@citolab/qti-components 6.5.3 → 6.5.5
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 +851 -856
- package/dist/index.cjs +18 -18
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +14 -14
- package/dist/qti-components/index.cjs +3 -3
- package/dist/qti-components/index.d.cts +4 -4
- package/dist/qti-components/index.d.ts +4 -4
- package/dist/qti-components/index.js +3 -3
- package/package.json +1 -1
|
@@ -2,159 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/lib/decorators/index.ts",
|
|
8
|
-
"declarations": [],
|
|
9
|
-
"exports": [
|
|
10
|
-
{
|
|
11
|
-
"kind": "js",
|
|
12
|
-
"name": "*",
|
|
13
|
-
"declaration": {
|
|
14
|
-
"name": "*",
|
|
15
|
-
"package": "./live-query"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"kind": "js",
|
|
20
|
-
"name": "*",
|
|
21
|
-
"declaration": {
|
|
22
|
-
"name": "*",
|
|
23
|
-
"package": "./watch"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"kind": "javascript-module",
|
|
30
|
-
"path": "src/lib/decorators/live-query.ts",
|
|
31
|
-
"declarations": [
|
|
32
|
-
{
|
|
33
|
-
"kind": "function",
|
|
34
|
-
"name": "liveQuery",
|
|
35
|
-
"parameters": [
|
|
36
|
-
{
|
|
37
|
-
"name": "querySelector",
|
|
38
|
-
"type": {
|
|
39
|
-
"text": "string"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "options",
|
|
44
|
-
"optional": true,
|
|
45
|
-
"type": {
|
|
46
|
-
"text": "LiveQueryOptions"
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"exports": [
|
|
53
|
-
{
|
|
54
|
-
"kind": "js",
|
|
55
|
-
"name": "liveQuery",
|
|
56
|
-
"declaration": {
|
|
57
|
-
"name": "liveQuery",
|
|
58
|
-
"module": "src/lib/decorators/live-query.ts"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"kind": "javascript-module",
|
|
65
|
-
"path": "src/lib/decorators/watch.ts",
|
|
66
|
-
"declarations": [
|
|
67
|
-
{
|
|
68
|
-
"kind": "function",
|
|
69
|
-
"name": "watch",
|
|
70
|
-
"parameters": [
|
|
71
|
-
{
|
|
72
|
-
"name": "propertyName",
|
|
73
|
-
"type": {
|
|
74
|
-
"text": "string | string[]"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "options",
|
|
79
|
-
"optional": true,
|
|
80
|
-
"type": {
|
|
81
|
-
"text": "WatchOptions"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
],
|
|
85
|
-
"description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
"exports": [
|
|
89
|
-
{
|
|
90
|
-
"kind": "js",
|
|
91
|
-
"name": "watch",
|
|
92
|
-
"declaration": {
|
|
93
|
-
"name": "watch",
|
|
94
|
-
"module": "src/lib/decorators/watch.ts"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
]
|
|
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
|
-
},
|
|
158
5
|
{
|
|
159
6
|
"kind": "javascript-module",
|
|
160
7
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -722,184 +569,59 @@
|
|
|
722
569
|
},
|
|
723
570
|
{
|
|
724
571
|
"kind": "javascript-module",
|
|
725
|
-
"path": "src/lib/qti-components/
|
|
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",
|
|
572
|
+
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
738
573
|
"declarations": [
|
|
739
574
|
{
|
|
740
|
-
"kind": "
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
"
|
|
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>`"
|
|
575
|
+
"kind": "class",
|
|
576
|
+
"description": "",
|
|
577
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
578
|
+
"superclass": {
|
|
579
|
+
"name": "LitElement",
|
|
580
|
+
"package": "lit"
|
|
581
|
+
},
|
|
582
|
+
"tagName": "qti-companion-materials-info",
|
|
583
|
+
"customElement": true
|
|
753
584
|
}
|
|
754
585
|
],
|
|
755
586
|
"exports": [
|
|
756
587
|
{
|
|
757
588
|
"kind": "js",
|
|
758
|
-
"name": "
|
|
759
|
-
"declaration": {
|
|
760
|
-
"name": "matchCorrect",
|
|
761
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"kind": "js",
|
|
766
|
-
"name": "mapResponse",
|
|
589
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
767
590
|
"declaration": {
|
|
768
|
-
"name": "
|
|
769
|
-
"module": "src/lib/qti-components/
|
|
591
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
592
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
770
593
|
}
|
|
771
594
|
},
|
|
772
595
|
{
|
|
773
|
-
"kind": "
|
|
774
|
-
"name": "
|
|
596
|
+
"kind": "custom-element-definition",
|
|
597
|
+
"name": "qti-companion-materials-info",
|
|
775
598
|
"declaration": {
|
|
776
|
-
"name": "
|
|
777
|
-
"module": "src/lib/qti-components/
|
|
599
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
600
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
778
601
|
}
|
|
779
602
|
}
|
|
780
603
|
]
|
|
781
604
|
},
|
|
782
605
|
{
|
|
783
606
|
"kind": "javascript-module",
|
|
784
|
-
"path": "src/lib/qti-components/
|
|
607
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
|
|
785
608
|
"declarations": [
|
|
786
609
|
{
|
|
787
|
-
"kind": "
|
|
788
|
-
"
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
"
|
|
792
|
-
"name": "convertNumberToUniveralFormat",
|
|
793
|
-
"parameters": [
|
|
610
|
+
"kind": "class",
|
|
611
|
+
"description": "",
|
|
612
|
+
"name": "QtiFeedback",
|
|
613
|
+
"members": [],
|
|
614
|
+
"events": [
|
|
794
615
|
{
|
|
795
|
-
"name": "
|
|
616
|
+
"name": "qti-register-feedback",
|
|
796
617
|
"type": {
|
|
797
|
-
"text": "
|
|
618
|
+
"text": "CustomEvent"
|
|
798
619
|
}
|
|
799
620
|
}
|
|
800
|
-
]
|
|
801
|
-
|
|
802
|
-
{
|
|
803
|
-
"kind": "function",
|
|
804
|
-
"name": "IsNullOrUndefined",
|
|
805
|
-
"parameters": [
|
|
621
|
+
],
|
|
622
|
+
"attributes": [
|
|
806
623
|
{
|
|
807
|
-
"name": "
|
|
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
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"kind": "javascript-module",
|
|
850
|
-
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
851
|
-
"declarations": [
|
|
852
|
-
{
|
|
853
|
-
"kind": "class",
|
|
854
|
-
"description": "",
|
|
855
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
856
|
-
"superclass": {
|
|
857
|
-
"name": "LitElement",
|
|
858
|
-
"package": "lit"
|
|
859
|
-
},
|
|
860
|
-
"tagName": "qti-companion-materials-info",
|
|
861
|
-
"customElement": true
|
|
862
|
-
}
|
|
863
|
-
],
|
|
864
|
-
"exports": [
|
|
865
|
-
{
|
|
866
|
-
"kind": "js",
|
|
867
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
868
|
-
"declaration": {
|
|
869
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
870
|
-
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"kind": "custom-element-definition",
|
|
875
|
-
"name": "qti-companion-materials-info",
|
|
876
|
-
"declaration": {
|
|
877
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
878
|
-
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
]
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"kind": "javascript-module",
|
|
885
|
-
"path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
|
|
886
|
-
"declarations": [
|
|
887
|
-
{
|
|
888
|
-
"kind": "class",
|
|
889
|
-
"description": "",
|
|
890
|
-
"name": "QtiFeedback",
|
|
891
|
-
"members": [],
|
|
892
|
-
"events": [
|
|
893
|
-
{
|
|
894
|
-
"name": "qti-register-feedback",
|
|
895
|
-
"type": {
|
|
896
|
-
"text": "CustomEvent"
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
],
|
|
900
|
-
"attributes": [
|
|
901
|
-
{
|
|
902
|
-
"name": "show-hide",
|
|
624
|
+
"name": "show-hide",
|
|
903
625
|
"type": {
|
|
904
626
|
"text": "string"
|
|
905
627
|
},
|
|
@@ -1684,6 +1406,159 @@
|
|
|
1684
1406
|
}
|
|
1685
1407
|
]
|
|
1686
1408
|
},
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "javascript-module",
|
|
1411
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
1412
|
+
"declarations": [],
|
|
1413
|
+
"exports": [
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./qti-transformers"
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
]
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"kind": "javascript-module",
|
|
1426
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
1427
|
+
"declarations": [
|
|
1428
|
+
{
|
|
1429
|
+
"kind": "function",
|
|
1430
|
+
"name": "qtiTransformItem",
|
|
1431
|
+
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
1432
|
+
"return": {
|
|
1433
|
+
"type": {
|
|
1434
|
+
"text": ""
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "function",
|
|
1440
|
+
"name": "qtiTransformTest",
|
|
1441
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
1442
|
+
"return": {
|
|
1443
|
+
"type": {
|
|
1444
|
+
"text": ""
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
],
|
|
1449
|
+
"exports": [
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "js",
|
|
1452
|
+
"name": "qtiTransformItem",
|
|
1453
|
+
"declaration": {
|
|
1454
|
+
"name": "qtiTransformItem",
|
|
1455
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"kind": "js",
|
|
1460
|
+
"name": "qtiTransformTest",
|
|
1461
|
+
"declaration": {
|
|
1462
|
+
"name": "qtiTransformTest",
|
|
1463
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
]
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"kind": "javascript-module",
|
|
1470
|
+
"path": "src/lib/decorators/index.ts",
|
|
1471
|
+
"declarations": [],
|
|
1472
|
+
"exports": [
|
|
1473
|
+
{
|
|
1474
|
+
"kind": "js",
|
|
1475
|
+
"name": "*",
|
|
1476
|
+
"declaration": {
|
|
1477
|
+
"name": "*",
|
|
1478
|
+
"package": "./live-query"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"kind": "js",
|
|
1483
|
+
"name": "*",
|
|
1484
|
+
"declaration": {
|
|
1485
|
+
"name": "*",
|
|
1486
|
+
"package": "./watch"
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
]
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "javascript-module",
|
|
1493
|
+
"path": "src/lib/decorators/live-query.ts",
|
|
1494
|
+
"declarations": [
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "function",
|
|
1497
|
+
"name": "liveQuery",
|
|
1498
|
+
"parameters": [
|
|
1499
|
+
{
|
|
1500
|
+
"name": "querySelector",
|
|
1501
|
+
"type": {
|
|
1502
|
+
"text": "string"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"name": "options",
|
|
1507
|
+
"optional": true,
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "LiveQueryOptions"
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
]
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"exports": [
|
|
1516
|
+
{
|
|
1517
|
+
"kind": "js",
|
|
1518
|
+
"name": "liveQuery",
|
|
1519
|
+
"declaration": {
|
|
1520
|
+
"name": "liveQuery",
|
|
1521
|
+
"module": "src/lib/decorators/live-query.ts"
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "javascript-module",
|
|
1528
|
+
"path": "src/lib/decorators/watch.ts",
|
|
1529
|
+
"declarations": [
|
|
1530
|
+
{
|
|
1531
|
+
"kind": "function",
|
|
1532
|
+
"name": "watch",
|
|
1533
|
+
"parameters": [
|
|
1534
|
+
{
|
|
1535
|
+
"name": "propertyName",
|
|
1536
|
+
"type": {
|
|
1537
|
+
"text": "string | string[]"
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "options",
|
|
1542
|
+
"optional": true,
|
|
1543
|
+
"type": {
|
|
1544
|
+
"text": "WatchOptions"
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
|
|
1549
|
+
}
|
|
1550
|
+
],
|
|
1551
|
+
"exports": [
|
|
1552
|
+
{
|
|
1553
|
+
"kind": "js",
|
|
1554
|
+
"name": "watch",
|
|
1555
|
+
"declaration": {
|
|
1556
|
+
"name": "watch",
|
|
1557
|
+
"module": "src/lib/decorators/watch.ts"
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
]
|
|
1561
|
+
},
|
|
1687
1562
|
{
|
|
1688
1563
|
"kind": "javascript-module",
|
|
1689
1564
|
"path": "src/lib/qti-components/qti-response-processing/index.ts",
|
|
@@ -1861,298 +1736,209 @@
|
|
|
1861
1736
|
},
|
|
1862
1737
|
{
|
|
1863
1738
|
"kind": "javascript-module",
|
|
1864
|
-
"path": "src/lib/qti-components/
|
|
1739
|
+
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
1865
1740
|
"declarations": [],
|
|
1866
1741
|
"exports": []
|
|
1867
1742
|
},
|
|
1868
1743
|
{
|
|
1869
1744
|
"kind": "javascript-module",
|
|
1870
|
-
"path": "src/lib/qti-components/
|
|
1745
|
+
"path": "src/lib/qti-components/internal/expression-result.ts",
|
|
1871
1746
|
"declarations": [],
|
|
1872
1747
|
"exports": []
|
|
1873
1748
|
},
|
|
1874
1749
|
{
|
|
1875
1750
|
"kind": "javascript-module",
|
|
1876
|
-
"path": "src/lib/qti-components/
|
|
1751
|
+
"path": "src/lib/qti-components/internal/template-strings.ts",
|
|
1877
1752
|
"declarations": [
|
|
1878
1753
|
{
|
|
1879
|
-
"kind": "
|
|
1880
|
-
"
|
|
1881
|
-
"
|
|
1882
|
-
|
|
1883
|
-
"superclass": {
|
|
1884
|
-
"name": "LitElement",
|
|
1885
|
-
"package": "lit"
|
|
1886
|
-
},
|
|
1887
|
-
"tagName": "qti-stylesheet",
|
|
1888
|
-
"customElement": true
|
|
1889
|
-
}
|
|
1890
|
-
],
|
|
1891
|
-
"exports": [
|
|
1754
|
+
"kind": "variable",
|
|
1755
|
+
"name": "matchCorrect",
|
|
1756
|
+
"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>`"
|
|
1757
|
+
},
|
|
1892
1758
|
{
|
|
1893
|
-
"kind": "
|
|
1894
|
-
"name": "
|
|
1895
|
-
"
|
|
1896
|
-
"name": "QtiStylesheet",
|
|
1897
|
-
"module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
|
|
1898
|
-
}
|
|
1759
|
+
"kind": "variable",
|
|
1760
|
+
"name": "mapResponse",
|
|
1761
|
+
"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>`"
|
|
1899
1762
|
},
|
|
1900
1763
|
{
|
|
1901
|
-
"kind": "
|
|
1902
|
-
"name": "
|
|
1903
|
-
"
|
|
1904
|
-
"name": "QtiStylesheet",
|
|
1905
|
-
"module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
|
|
1906
|
-
}
|
|
1907
|
-
}
|
|
1908
|
-
]
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"kind": "javascript-module",
|
|
1912
|
-
"path": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts",
|
|
1913
|
-
"declarations": [
|
|
1914
|
-
{
|
|
1915
|
-
"kind": "class",
|
|
1916
|
-
"description": "",
|
|
1917
|
-
"name": "QtiVariableDeclaration",
|
|
1918
|
-
"members": [],
|
|
1919
|
-
"superclass": {
|
|
1920
|
-
"name": "LitElement",
|
|
1921
|
-
"package": "lit"
|
|
1922
|
-
},
|
|
1923
|
-
"tagName": "qti-variabledeclaration",
|
|
1924
|
-
"customElement": true
|
|
1764
|
+
"kind": "variable",
|
|
1765
|
+
"name": "mapResponsePoint",
|
|
1766
|
+
"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>`"
|
|
1925
1767
|
}
|
|
1926
1768
|
],
|
|
1927
1769
|
"exports": [
|
|
1928
1770
|
{
|
|
1929
1771
|
"kind": "js",
|
|
1930
|
-
"name": "
|
|
1931
|
-
"declaration": {
|
|
1932
|
-
"name": "QtiVariableDeclaration",
|
|
1933
|
-
"module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
|
|
1934
|
-
}
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "custom-element-definition",
|
|
1938
|
-
"name": "qti-variabledeclaration",
|
|
1939
|
-
"declaration": {
|
|
1940
|
-
"name": "QtiVariableDeclaration",
|
|
1941
|
-
"module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
|
|
1942
|
-
}
|
|
1943
|
-
}
|
|
1944
|
-
]
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"kind": "javascript-module",
|
|
1948
|
-
"path": "src/lib/qti-components/internal/events/index.ts",
|
|
1949
|
-
"declarations": [],
|
|
1950
|
-
"exports": [
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "js",
|
|
1953
|
-
"name": "*",
|
|
1772
|
+
"name": "matchCorrect",
|
|
1954
1773
|
"declaration": {
|
|
1955
|
-
"name": "
|
|
1956
|
-
"
|
|
1774
|
+
"name": "matchCorrect",
|
|
1775
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1957
1776
|
}
|
|
1958
1777
|
},
|
|
1959
1778
|
{
|
|
1960
1779
|
"kind": "js",
|
|
1961
|
-
"name": "
|
|
1780
|
+
"name": "mapResponse",
|
|
1962
1781
|
"declaration": {
|
|
1963
|
-
"name": "
|
|
1964
|
-
"
|
|
1782
|
+
"name": "mapResponse",
|
|
1783
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1965
1784
|
}
|
|
1966
1785
|
},
|
|
1967
1786
|
{
|
|
1968
1787
|
"kind": "js",
|
|
1969
|
-
"name": "
|
|
1788
|
+
"name": "mapResponsePoint",
|
|
1970
1789
|
"declaration": {
|
|
1971
|
-
"name": "
|
|
1972
|
-
"
|
|
1790
|
+
"name": "mapResponsePoint",
|
|
1791
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1973
1792
|
}
|
|
1974
|
-
}
|
|
1793
|
+
}
|
|
1794
|
+
]
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "javascript-module",
|
|
1798
|
+
"path": "src/lib/qti-components/internal/utils.ts",
|
|
1799
|
+
"declarations": [
|
|
1975
1800
|
{
|
|
1976
|
-
"kind": "
|
|
1977
|
-
"name": "
|
|
1978
|
-
"declaration": {
|
|
1979
|
-
"name": "*",
|
|
1980
|
-
"package": "./qti-loose-choice"
|
|
1981
|
-
}
|
|
1801
|
+
"kind": "function",
|
|
1802
|
+
"name": "decimalSeparator"
|
|
1982
1803
|
},
|
|
1983
1804
|
{
|
|
1984
|
-
"kind": "
|
|
1985
|
-
"name": "
|
|
1986
|
-
"
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1805
|
+
"kind": "function",
|
|
1806
|
+
"name": "convertNumberToUniveralFormat",
|
|
1807
|
+
"parameters": [
|
|
1808
|
+
{
|
|
1809
|
+
"name": "number",
|
|
1810
|
+
"type": {
|
|
1811
|
+
"text": "number | string"
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
]
|
|
1990
1815
|
},
|
|
1991
1816
|
{
|
|
1992
|
-
"kind": "
|
|
1993
|
-
"name": "
|
|
1994
|
-
"
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1817
|
+
"kind": "function",
|
|
1818
|
+
"name": "IsNullOrUndefined",
|
|
1819
|
+
"parameters": [
|
|
1820
|
+
{
|
|
1821
|
+
"name": "value",
|
|
1822
|
+
"type": {
|
|
1823
|
+
"text": "unknown"
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
]
|
|
1827
|
+
}
|
|
1828
|
+
],
|
|
1829
|
+
"exports": [
|
|
1999
1830
|
{
|
|
2000
1831
|
"kind": "js",
|
|
2001
|
-
"name": "
|
|
1832
|
+
"name": "decimalSeparator",
|
|
2002
1833
|
"declaration": {
|
|
2003
|
-
"name": "
|
|
2004
|
-
"
|
|
1834
|
+
"name": "decimalSeparator",
|
|
1835
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
2005
1836
|
}
|
|
2006
1837
|
},
|
|
2007
1838
|
{
|
|
2008
1839
|
"kind": "js",
|
|
2009
|
-
"name": "
|
|
1840
|
+
"name": "convertNumberToUniveralFormat",
|
|
2010
1841
|
"declaration": {
|
|
2011
|
-
"name": "
|
|
2012
|
-
"
|
|
1842
|
+
"name": "convertNumberToUniveralFormat",
|
|
1843
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
2013
1844
|
}
|
|
2014
1845
|
},
|
|
2015
1846
|
{
|
|
2016
1847
|
"kind": "js",
|
|
2017
|
-
"name": "
|
|
1848
|
+
"name": "IsNullOrUndefined",
|
|
2018
1849
|
"declaration": {
|
|
2019
|
-
"name": "
|
|
2020
|
-
"
|
|
1850
|
+
"name": "IsNullOrUndefined",
|
|
1851
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
2021
1852
|
}
|
|
2022
1853
|
}
|
|
2023
1854
|
]
|
|
2024
1855
|
},
|
|
2025
1856
|
{
|
|
2026
1857
|
"kind": "javascript-module",
|
|
2027
|
-
"path": "src/lib/qti-components/internal/
|
|
1858
|
+
"path": "src/lib/qti-components/internal/variables.ts",
|
|
2028
1859
|
"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
|
-
]
|
|
1860
|
+
"exports": []
|
|
2039
1861
|
},
|
|
2040
1862
|
{
|
|
2041
1863
|
"kind": "javascript-module",
|
|
2042
|
-
"path": "src/lib/qti-components/
|
|
1864
|
+
"path": "src/lib/qti-components/qti-stylesheet/inline.css",
|
|
2043
1865
|
"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
|
-
]
|
|
1866
|
+
"exports": []
|
|
2054
1867
|
},
|
|
2055
1868
|
{
|
|
2056
1869
|
"kind": "javascript-module",
|
|
2057
|
-
"path": "src/lib/qti-components/
|
|
1870
|
+
"path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
|
|
2058
1871
|
"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
|
-
]
|
|
1872
|
+
"exports": []
|
|
2069
1873
|
},
|
|
2070
1874
|
{
|
|
2071
1875
|
"kind": "javascript-module",
|
|
2072
|
-
"path": "src/lib/qti-components/
|
|
2073
|
-
"declarations": [
|
|
2074
|
-
"exports": [
|
|
1876
|
+
"path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts",
|
|
1877
|
+
"declarations": [
|
|
2075
1878
|
{
|
|
2076
|
-
"kind": "
|
|
2077
|
-
"
|
|
2078
|
-
"
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
1879
|
+
"kind": "class",
|
|
1880
|
+
"description": "",
|
|
1881
|
+
"name": "QtiStylesheet",
|
|
1882
|
+
"members": [],
|
|
1883
|
+
"superclass": {
|
|
1884
|
+
"name": "LitElement",
|
|
1885
|
+
"package": "lit"
|
|
1886
|
+
},
|
|
1887
|
+
"tagName": "qti-stylesheet",
|
|
1888
|
+
"customElement": true
|
|
2082
1889
|
}
|
|
2083
|
-
]
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"kind": "javascript-module",
|
|
2087
|
-
"path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
|
|
2088
|
-
"declarations": [],
|
|
1890
|
+
],
|
|
2089
1891
|
"exports": [
|
|
2090
1892
|
{
|
|
2091
1893
|
"kind": "js",
|
|
2092
|
-
"name": "
|
|
1894
|
+
"name": "QtiStylesheet",
|
|
2093
1895
|
"declaration": {
|
|
2094
|
-
"name": "
|
|
2095
|
-
"module": "src/lib/qti-components/
|
|
1896
|
+
"name": "QtiStylesheet",
|
|
1897
|
+
"module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
|
|
2096
1898
|
}
|
|
2097
|
-
}
|
|
2098
|
-
]
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
"kind": "javascript-module",
|
|
2102
|
-
"path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
|
|
2103
|
-
"declarations": [],
|
|
2104
|
-
"exports": [
|
|
1899
|
+
},
|
|
2105
1900
|
{
|
|
2106
|
-
"kind": "
|
|
2107
|
-
"name": "
|
|
1901
|
+
"kind": "custom-element-definition",
|
|
1902
|
+
"name": "qti-stylesheet",
|
|
2108
1903
|
"declaration": {
|
|
2109
|
-
"name": "
|
|
2110
|
-
"module": "src/lib/qti-components/
|
|
1904
|
+
"name": "QtiStylesheet",
|
|
1905
|
+
"module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
|
|
2111
1906
|
}
|
|
2112
1907
|
}
|
|
2113
1908
|
]
|
|
2114
1909
|
},
|
|
2115
1910
|
{
|
|
2116
1911
|
"kind": "javascript-module",
|
|
2117
|
-
"path": "src/lib/qti-components/
|
|
2118
|
-
"declarations": [
|
|
2119
|
-
"exports": [
|
|
1912
|
+
"path": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts",
|
|
1913
|
+
"declarations": [
|
|
2120
1914
|
{
|
|
2121
|
-
"kind": "
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
1915
|
+
"kind": "class",
|
|
1916
|
+
"description": "",
|
|
1917
|
+
"name": "QtiVariableDeclaration",
|
|
1918
|
+
"members": [],
|
|
1919
|
+
"superclass": {
|
|
1920
|
+
"name": "LitElement",
|
|
1921
|
+
"package": "lit"
|
|
1922
|
+
},
|
|
1923
|
+
"tagName": "qti-variabledeclaration",
|
|
1924
|
+
"customElement": true
|
|
2127
1925
|
}
|
|
2128
|
-
]
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"kind": "javascript-module",
|
|
2132
|
-
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
2133
|
-
"declarations": [],
|
|
1926
|
+
],
|
|
2134
1927
|
"exports": [
|
|
2135
1928
|
{
|
|
2136
1929
|
"kind": "js",
|
|
2137
|
-
"name": "
|
|
1930
|
+
"name": "QtiVariableDeclaration",
|
|
2138
1931
|
"declaration": {
|
|
2139
|
-
"name": "
|
|
2140
|
-
"module": "src/lib/qti-components/
|
|
1932
|
+
"name": "QtiVariableDeclaration",
|
|
1933
|
+
"module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
|
|
2141
1934
|
}
|
|
2142
|
-
}
|
|
2143
|
-
]
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"kind": "javascript-module",
|
|
2147
|
-
"path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
|
|
2148
|
-
"declarations": [],
|
|
2149
|
-
"exports": [
|
|
1935
|
+
},
|
|
2150
1936
|
{
|
|
2151
|
-
"kind": "
|
|
2152
|
-
"name": "
|
|
1937
|
+
"kind": "custom-element-definition",
|
|
1938
|
+
"name": "qti-variabledeclaration",
|
|
2153
1939
|
"declaration": {
|
|
2154
|
-
"name": "
|
|
2155
|
-
"module": "src/lib/qti-components/
|
|
1940
|
+
"name": "QtiVariableDeclaration",
|
|
1941
|
+
"module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
|
|
2156
1942
|
}
|
|
2157
1943
|
}
|
|
2158
1944
|
]
|
|
@@ -2695,131 +2481,6 @@
|
|
|
2695
2481
|
}
|
|
2696
2482
|
]
|
|
2697
2483
|
},
|
|
2698
|
-
{
|
|
2699
|
-
"kind": "javascript-module",
|
|
2700
|
-
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.mdx",
|
|
2701
|
-
"declarations": [],
|
|
2702
|
-
"exports": []
|
|
2703
|
-
},
|
|
2704
|
-
{
|
|
2705
|
-
"kind": "javascript-module",
|
|
2706
|
-
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
|
|
2707
|
-
"declarations": [
|
|
2708
|
-
{
|
|
2709
|
-
"kind": "class",
|
|
2710
|
-
"description": "",
|
|
2711
|
-
"name": "QtiEndAttemptInteraction",
|
|
2712
|
-
"members": [],
|
|
2713
|
-
"events": [
|
|
2714
|
-
{
|
|
2715
|
-
"name": "end-attempt",
|
|
2716
|
-
"type": {
|
|
2717
|
-
"text": "CustomEvent"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"name": "qti-register-interaction",
|
|
2722
|
-
"type": {
|
|
2723
|
-
"text": "CustomEvent"
|
|
2724
|
-
},
|
|
2725
|
-
"inheritedFrom": {
|
|
2726
|
-
"name": "Interaction",
|
|
2727
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2728
|
-
}
|
|
2729
|
-
},
|
|
2730
|
-
{
|
|
2731
|
-
"name": "qti-interaction-response",
|
|
2732
|
-
"type": {
|
|
2733
|
-
"text": "CustomEvent"
|
|
2734
|
-
},
|
|
2735
|
-
"inheritedFrom": {
|
|
2736
|
-
"name": "Interaction",
|
|
2737
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2738
|
-
}
|
|
2739
|
-
}
|
|
2740
|
-
],
|
|
2741
|
-
"attributes": [
|
|
2742
|
-
{
|
|
2743
|
-
"name": "count-attempt",
|
|
2744
|
-
"type": {
|
|
2745
|
-
"text": "string"
|
|
2746
|
-
},
|
|
2747
|
-
"default": "'true'",
|
|
2748
|
-
"fieldName": "countAttempt"
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"name": "title",
|
|
2752
|
-
"type": {
|
|
2753
|
-
"text": "'end attempt'"
|
|
2754
|
-
},
|
|
2755
|
-
"fieldName": "title"
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
"name": "response-identifier",
|
|
2759
|
-
"type": {
|
|
2760
|
-
"text": "string"
|
|
2761
|
-
},
|
|
2762
|
-
"default": "''",
|
|
2763
|
-
"fieldName": "responseIdentifier",
|
|
2764
|
-
"inheritedFrom": {
|
|
2765
|
-
"name": "Interaction",
|
|
2766
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2767
|
-
}
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "disabled",
|
|
2771
|
-
"type": {
|
|
2772
|
-
"text": "boolean"
|
|
2773
|
-
},
|
|
2774
|
-
"default": "false",
|
|
2775
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2776
|
-
"fieldName": "disabled",
|
|
2777
|
-
"inheritedFrom": {
|
|
2778
|
-
"name": "Interaction",
|
|
2779
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2780
|
-
}
|
|
2781
|
-
},
|
|
2782
|
-
{
|
|
2783
|
-
"name": "readonly",
|
|
2784
|
-
"type": {
|
|
2785
|
-
"text": "boolean"
|
|
2786
|
-
},
|
|
2787
|
-
"default": "false",
|
|
2788
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2789
|
-
"fieldName": "readonly",
|
|
2790
|
-
"inheritedFrom": {
|
|
2791
|
-
"name": "Interaction",
|
|
2792
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2793
|
-
}
|
|
2794
|
-
}
|
|
2795
|
-
],
|
|
2796
|
-
"superclass": {
|
|
2797
|
-
"name": "Interaction",
|
|
2798
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2799
|
-
},
|
|
2800
|
-
"tagName": "qti-end-attempt-interaction",
|
|
2801
|
-
"customElement": true
|
|
2802
|
-
}
|
|
2803
|
-
],
|
|
2804
|
-
"exports": [
|
|
2805
|
-
{
|
|
2806
|
-
"kind": "js",
|
|
2807
|
-
"name": "QtiEndAttemptInteraction",
|
|
2808
|
-
"declaration": {
|
|
2809
|
-
"name": "QtiEndAttemptInteraction",
|
|
2810
|
-
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2811
|
-
}
|
|
2812
|
-
},
|
|
2813
|
-
{
|
|
2814
|
-
"kind": "custom-element-definition",
|
|
2815
|
-
"name": "qti-end-attempt-interaction",
|
|
2816
|
-
"declaration": {
|
|
2817
|
-
"name": "QtiEndAttemptInteraction",
|
|
2818
|
-
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2819
|
-
}
|
|
2820
|
-
}
|
|
2821
|
-
]
|
|
2822
|
-
},
|
|
2823
2484
|
{
|
|
2824
2485
|
"kind": "javascript-module",
|
|
2825
2486
|
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
|
|
@@ -5115,11 +4776,6 @@
|
|
|
5115
4776
|
"description": "",
|
|
5116
4777
|
"name": "QtiResponseProcessing",
|
|
5117
4778
|
"members": [],
|
|
5118
|
-
"attributes": [
|
|
5119
|
-
{
|
|
5120
|
-
"name": "identifier"
|
|
5121
|
-
}
|
|
5122
|
-
],
|
|
5123
4779
|
"superclass": {
|
|
5124
4780
|
"name": "LitElement",
|
|
5125
4781
|
"package": "lit"
|
|
@@ -5199,17 +4855,11 @@
|
|
|
5199
4855
|
"kind": "js",
|
|
5200
4856
|
"name": "ScoringHelper",
|
|
5201
4857
|
"declaration": {
|
|
5202
|
-
"name": "ScoringHelper",
|
|
5203
|
-
"module": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts"
|
|
5204
|
-
}
|
|
5205
|
-
}
|
|
5206
|
-
]
|
|
5207
|
-
},
|
|
5208
|
-
{
|
|
5209
|
-
"kind": "javascript-module",
|
|
5210
|
-
"path": "src/lib/qti-components/qti-stylesheet/__snapshots__/qti-stylesheet.stories.ts.snap",
|
|
5211
|
-
"declarations": [],
|
|
5212
|
-
"exports": []
|
|
4858
|
+
"name": "ScoringHelper",
|
|
4859
|
+
"module": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts"
|
|
4860
|
+
}
|
|
4861
|
+
}
|
|
4862
|
+
]
|
|
5213
4863
|
},
|
|
5214
4864
|
{
|
|
5215
4865
|
"kind": "javascript-module",
|
|
@@ -5949,53 +5599,392 @@
|
|
|
5949
5599
|
},
|
|
5950
5600
|
"customElement": true
|
|
5951
5601
|
}
|
|
5952
|
-
],
|
|
5602
|
+
],
|
|
5603
|
+
"exports": [
|
|
5604
|
+
{
|
|
5605
|
+
"kind": "js",
|
|
5606
|
+
"name": "Interaction",
|
|
5607
|
+
"declaration": {
|
|
5608
|
+
"name": "Interaction",
|
|
5609
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5610
|
+
}
|
|
5611
|
+
}
|
|
5612
|
+
]
|
|
5613
|
+
},
|
|
5614
|
+
{
|
|
5615
|
+
"kind": "javascript-module",
|
|
5616
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.mdx",
|
|
5617
|
+
"declarations": [],
|
|
5618
|
+
"exports": []
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
"kind": "javascript-module",
|
|
5622
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
|
|
5623
|
+
"declarations": [
|
|
5624
|
+
{
|
|
5625
|
+
"kind": "class",
|
|
5626
|
+
"description": "",
|
|
5627
|
+
"name": "QtiEndAttemptInteraction",
|
|
5628
|
+
"members": [],
|
|
5629
|
+
"events": [
|
|
5630
|
+
{
|
|
5631
|
+
"name": "end-attempt",
|
|
5632
|
+
"type": {
|
|
5633
|
+
"text": "CustomEvent"
|
|
5634
|
+
}
|
|
5635
|
+
},
|
|
5636
|
+
{
|
|
5637
|
+
"name": "qti-register-interaction",
|
|
5638
|
+
"type": {
|
|
5639
|
+
"text": "CustomEvent"
|
|
5640
|
+
},
|
|
5641
|
+
"inheritedFrom": {
|
|
5642
|
+
"name": "Interaction",
|
|
5643
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5644
|
+
}
|
|
5645
|
+
},
|
|
5646
|
+
{
|
|
5647
|
+
"name": "qti-interaction-response",
|
|
5648
|
+
"type": {
|
|
5649
|
+
"text": "CustomEvent"
|
|
5650
|
+
},
|
|
5651
|
+
"inheritedFrom": {
|
|
5652
|
+
"name": "Interaction",
|
|
5653
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5654
|
+
}
|
|
5655
|
+
}
|
|
5656
|
+
],
|
|
5657
|
+
"attributes": [
|
|
5658
|
+
{
|
|
5659
|
+
"name": "count-attempt",
|
|
5660
|
+
"type": {
|
|
5661
|
+
"text": "string"
|
|
5662
|
+
},
|
|
5663
|
+
"default": "'true'",
|
|
5664
|
+
"fieldName": "countAttempt"
|
|
5665
|
+
},
|
|
5666
|
+
{
|
|
5667
|
+
"name": "title",
|
|
5668
|
+
"type": {
|
|
5669
|
+
"text": "'end attempt'"
|
|
5670
|
+
},
|
|
5671
|
+
"fieldName": "title"
|
|
5672
|
+
},
|
|
5673
|
+
{
|
|
5674
|
+
"name": "response-identifier",
|
|
5675
|
+
"type": {
|
|
5676
|
+
"text": "string"
|
|
5677
|
+
},
|
|
5678
|
+
"default": "''",
|
|
5679
|
+
"fieldName": "responseIdentifier",
|
|
5680
|
+
"inheritedFrom": {
|
|
5681
|
+
"name": "Interaction",
|
|
5682
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5683
|
+
}
|
|
5684
|
+
},
|
|
5685
|
+
{
|
|
5686
|
+
"name": "disabled",
|
|
5687
|
+
"type": {
|
|
5688
|
+
"text": "boolean"
|
|
5689
|
+
},
|
|
5690
|
+
"default": "false",
|
|
5691
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5692
|
+
"fieldName": "disabled",
|
|
5693
|
+
"inheritedFrom": {
|
|
5694
|
+
"name": "Interaction",
|
|
5695
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5696
|
+
}
|
|
5697
|
+
},
|
|
5698
|
+
{
|
|
5699
|
+
"name": "readonly",
|
|
5700
|
+
"type": {
|
|
5701
|
+
"text": "boolean"
|
|
5702
|
+
},
|
|
5703
|
+
"default": "false",
|
|
5704
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5705
|
+
"fieldName": "readonly",
|
|
5706
|
+
"inheritedFrom": {
|
|
5707
|
+
"name": "Interaction",
|
|
5708
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5709
|
+
}
|
|
5710
|
+
}
|
|
5711
|
+
],
|
|
5712
|
+
"superclass": {
|
|
5713
|
+
"name": "Interaction",
|
|
5714
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
5715
|
+
},
|
|
5716
|
+
"tagName": "qti-end-attempt-interaction",
|
|
5717
|
+
"customElement": true
|
|
5718
|
+
}
|
|
5719
|
+
],
|
|
5720
|
+
"exports": [
|
|
5721
|
+
{
|
|
5722
|
+
"kind": "js",
|
|
5723
|
+
"name": "QtiEndAttemptInteraction",
|
|
5724
|
+
"declaration": {
|
|
5725
|
+
"name": "QtiEndAttemptInteraction",
|
|
5726
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
5727
|
+
}
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
"kind": "custom-element-definition",
|
|
5731
|
+
"name": "qti-end-attempt-interaction",
|
|
5732
|
+
"declaration": {
|
|
5733
|
+
"name": "QtiEndAttemptInteraction",
|
|
5734
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
5735
|
+
}
|
|
5736
|
+
}
|
|
5737
|
+
]
|
|
5738
|
+
},
|
|
5739
|
+
{
|
|
5740
|
+
"kind": "javascript-module",
|
|
5741
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
5742
|
+
"declarations": [],
|
|
5743
|
+
"exports": []
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
"kind": "javascript-module",
|
|
5747
|
+
"path": "src/lib/qti-components/qti-stylesheet/__snapshots__/qti-stylesheet.stories.ts.snap",
|
|
5748
|
+
"declarations": [],
|
|
5749
|
+
"exports": []
|
|
5750
|
+
},
|
|
5751
|
+
{
|
|
5752
|
+
"kind": "javascript-module",
|
|
5753
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
5754
|
+
"declarations": [],
|
|
5755
|
+
"exports": []
|
|
5756
|
+
},
|
|
5757
|
+
{
|
|
5758
|
+
"kind": "javascript-module",
|
|
5759
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5760
|
+
"declarations": [],
|
|
5761
|
+
"exports": []
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"kind": "javascript-module",
|
|
5765
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5766
|
+
"declarations": [],
|
|
5767
|
+
"exports": []
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
"kind": "javascript-module",
|
|
5771
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
5772
|
+
"declarations": [],
|
|
5773
|
+
"exports": []
|
|
5774
|
+
},
|
|
5775
|
+
{
|
|
5776
|
+
"kind": "javascript-module",
|
|
5777
|
+
"path": "src/lib/qti-components/internal/events/index.ts",
|
|
5778
|
+
"declarations": [],
|
|
5779
|
+
"exports": [
|
|
5780
|
+
{
|
|
5781
|
+
"kind": "js",
|
|
5782
|
+
"name": "*",
|
|
5783
|
+
"declaration": {
|
|
5784
|
+
"name": "*",
|
|
5785
|
+
"package": "./qti-choice-element-selected"
|
|
5786
|
+
}
|
|
5787
|
+
},
|
|
5788
|
+
{
|
|
5789
|
+
"kind": "js",
|
|
5790
|
+
"name": "*",
|
|
5791
|
+
"declaration": {
|
|
5792
|
+
"name": "*",
|
|
5793
|
+
"package": "./qti-interaction-changed"
|
|
5794
|
+
}
|
|
5795
|
+
},
|
|
5796
|
+
{
|
|
5797
|
+
"kind": "js",
|
|
5798
|
+
"name": "*",
|
|
5799
|
+
"declaration": {
|
|
5800
|
+
"name": "*",
|
|
5801
|
+
"package": "./qti-interaction-response"
|
|
5802
|
+
}
|
|
5803
|
+
},
|
|
5804
|
+
{
|
|
5805
|
+
"kind": "js",
|
|
5806
|
+
"name": "*",
|
|
5807
|
+
"declaration": {
|
|
5808
|
+
"name": "*",
|
|
5809
|
+
"package": "./qti-loose-choice"
|
|
5810
|
+
}
|
|
5811
|
+
},
|
|
5812
|
+
{
|
|
5813
|
+
"kind": "js",
|
|
5814
|
+
"name": "*",
|
|
5815
|
+
"declaration": {
|
|
5816
|
+
"name": "*",
|
|
5817
|
+
"package": "./qti-outcome-changed"
|
|
5818
|
+
}
|
|
5819
|
+
},
|
|
5820
|
+
{
|
|
5821
|
+
"kind": "js",
|
|
5822
|
+
"name": "*",
|
|
5823
|
+
"declaration": {
|
|
5824
|
+
"name": "*",
|
|
5825
|
+
"package": "./qti-register-choice"
|
|
5826
|
+
}
|
|
5827
|
+
},
|
|
5828
|
+
{
|
|
5829
|
+
"kind": "js",
|
|
5830
|
+
"name": "*",
|
|
5831
|
+
"declaration": {
|
|
5832
|
+
"name": "*",
|
|
5833
|
+
"package": "./qti-register-interaction"
|
|
5834
|
+
}
|
|
5835
|
+
},
|
|
5836
|
+
{
|
|
5837
|
+
"kind": "js",
|
|
5838
|
+
"name": "*",
|
|
5839
|
+
"declaration": {
|
|
5840
|
+
"name": "*",
|
|
5841
|
+
"package": "./qti-register-variable"
|
|
5842
|
+
}
|
|
5843
|
+
},
|
|
5844
|
+
{
|
|
5845
|
+
"kind": "js",
|
|
5846
|
+
"name": "*",
|
|
5847
|
+
"declaration": {
|
|
5848
|
+
"name": "*",
|
|
5849
|
+
"package": "./qti-register-hotspot"
|
|
5850
|
+
}
|
|
5851
|
+
}
|
|
5852
|
+
]
|
|
5853
|
+
},
|
|
5854
|
+
{
|
|
5855
|
+
"kind": "javascript-module",
|
|
5856
|
+
"path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
|
|
5857
|
+
"declarations": [],
|
|
5858
|
+
"exports": [
|
|
5859
|
+
{
|
|
5860
|
+
"kind": "js",
|
|
5861
|
+
"name": "default",
|
|
5862
|
+
"declaration": {
|
|
5863
|
+
"name": "QtiChoiceElementSelected",
|
|
5864
|
+
"module": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts"
|
|
5865
|
+
}
|
|
5866
|
+
}
|
|
5867
|
+
]
|
|
5868
|
+
},
|
|
5869
|
+
{
|
|
5870
|
+
"kind": "javascript-module",
|
|
5871
|
+
"path": "src/lib/qti-components/internal/events/qti-interaction-changed.ts",
|
|
5872
|
+
"declarations": [],
|
|
5953
5873
|
"exports": [
|
|
5954
5874
|
{
|
|
5955
5875
|
"kind": "js",
|
|
5956
|
-
"name": "
|
|
5876
|
+
"name": "default",
|
|
5957
5877
|
"declaration": {
|
|
5958
|
-
"name": "
|
|
5959
|
-
"module": "src/lib/qti-components/
|
|
5878
|
+
"name": "QtiInteractionChanged",
|
|
5879
|
+
"module": "src/lib/qti-components/internal/events/qti-interaction-changed.ts"
|
|
5960
5880
|
}
|
|
5961
5881
|
}
|
|
5962
5882
|
]
|
|
5963
5883
|
},
|
|
5964
5884
|
{
|
|
5965
5885
|
"kind": "javascript-module",
|
|
5966
|
-
"path": "src/lib/qti-components/
|
|
5886
|
+
"path": "src/lib/qti-components/internal/events/qti-interaction-response.ts",
|
|
5967
5887
|
"declarations": [],
|
|
5968
|
-
"exports": [
|
|
5888
|
+
"exports": [
|
|
5889
|
+
{
|
|
5890
|
+
"kind": "js",
|
|
5891
|
+
"name": "default",
|
|
5892
|
+
"declaration": {
|
|
5893
|
+
"name": "QtiInteractionResponse",
|
|
5894
|
+
"module": "src/lib/qti-components/internal/events/qti-interaction-response.ts"
|
|
5895
|
+
}
|
|
5896
|
+
}
|
|
5897
|
+
]
|
|
5969
5898
|
},
|
|
5970
5899
|
{
|
|
5971
5900
|
"kind": "javascript-module",
|
|
5972
|
-
"path": "src/lib/qti-components/
|
|
5901
|
+
"path": "src/lib/qti-components/internal/events/qti-loose-choice.ts",
|
|
5973
5902
|
"declarations": [],
|
|
5974
|
-
"exports": [
|
|
5903
|
+
"exports": [
|
|
5904
|
+
{
|
|
5905
|
+
"kind": "js",
|
|
5906
|
+
"name": "default",
|
|
5907
|
+
"declaration": {
|
|
5908
|
+
"name": "QtiLooseChoice",
|
|
5909
|
+
"module": "src/lib/qti-components/internal/events/qti-loose-choice.ts"
|
|
5910
|
+
}
|
|
5911
|
+
}
|
|
5912
|
+
]
|
|
5975
5913
|
},
|
|
5976
5914
|
{
|
|
5977
5915
|
"kind": "javascript-module",
|
|
5978
|
-
"path": "src/lib/qti-components/
|
|
5916
|
+
"path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
|
|
5979
5917
|
"declarations": [],
|
|
5980
|
-
"exports": [
|
|
5918
|
+
"exports": [
|
|
5919
|
+
{
|
|
5920
|
+
"kind": "js",
|
|
5921
|
+
"name": "default",
|
|
5922
|
+
"declaration": {
|
|
5923
|
+
"name": "QtiOutcomeChanged",
|
|
5924
|
+
"module": "src/lib/qti-components/internal/events/qti-outcome-changed.ts"
|
|
5925
|
+
}
|
|
5926
|
+
}
|
|
5927
|
+
]
|
|
5981
5928
|
},
|
|
5982
5929
|
{
|
|
5983
5930
|
"kind": "javascript-module",
|
|
5984
|
-
"path": "src/lib/qti-components/
|
|
5931
|
+
"path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
|
|
5985
5932
|
"declarations": [],
|
|
5986
|
-
"exports": [
|
|
5933
|
+
"exports": [
|
|
5934
|
+
{
|
|
5935
|
+
"kind": "js",
|
|
5936
|
+
"name": "default",
|
|
5937
|
+
"declaration": {
|
|
5938
|
+
"name": "QtiRegisterChoice",
|
|
5939
|
+
"module": "src/lib/qti-components/internal/events/qti-register-choice.ts"
|
|
5940
|
+
}
|
|
5941
|
+
}
|
|
5942
|
+
]
|
|
5987
5943
|
},
|
|
5988
5944
|
{
|
|
5989
5945
|
"kind": "javascript-module",
|
|
5990
|
-
"path": "src/lib/qti-components/
|
|
5946
|
+
"path": "src/lib/qti-components/internal/events/qti-register-hotspot.ts",
|
|
5991
5947
|
"declarations": [],
|
|
5992
|
-
"exports": [
|
|
5948
|
+
"exports": [
|
|
5949
|
+
{
|
|
5950
|
+
"kind": "js",
|
|
5951
|
+
"name": "default",
|
|
5952
|
+
"declaration": {
|
|
5953
|
+
"name": "QtiRegisterHotspot",
|
|
5954
|
+
"module": "src/lib/qti-components/internal/events/qti-register-hotspot.ts"
|
|
5955
|
+
}
|
|
5956
|
+
}
|
|
5957
|
+
]
|
|
5993
5958
|
},
|
|
5994
5959
|
{
|
|
5995
5960
|
"kind": "javascript-module",
|
|
5996
|
-
"path": "src/lib/qti-components/
|
|
5961
|
+
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
5997
5962
|
"declarations": [],
|
|
5998
|
-
"exports": [
|
|
5963
|
+
"exports": [
|
|
5964
|
+
{
|
|
5965
|
+
"kind": "js",
|
|
5966
|
+
"name": "default",
|
|
5967
|
+
"declaration": {
|
|
5968
|
+
"name": "QtiRegisterInteraction",
|
|
5969
|
+
"module": "src/lib/qti-components/internal/events/qti-register-interaction.ts"
|
|
5970
|
+
}
|
|
5971
|
+
}
|
|
5972
|
+
]
|
|
5973
|
+
},
|
|
5974
|
+
{
|
|
5975
|
+
"kind": "javascript-module",
|
|
5976
|
+
"path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
|
|
5977
|
+
"declarations": [],
|
|
5978
|
+
"exports": [
|
|
5979
|
+
{
|
|
5980
|
+
"kind": "js",
|
|
5981
|
+
"name": "default",
|
|
5982
|
+
"declaration": {
|
|
5983
|
+
"name": "QtiRegisterVariable",
|
|
5984
|
+
"module": "src/lib/qti-components/internal/events/qti-register-variable.ts"
|
|
5985
|
+
}
|
|
5986
|
+
}
|
|
5987
|
+
]
|
|
5999
5988
|
},
|
|
6000
5989
|
{
|
|
6001
5990
|
"kind": "javascript-module",
|
|
@@ -6005,13 +5994,13 @@
|
|
|
6005
5994
|
},
|
|
6006
5995
|
{
|
|
6007
5996
|
"kind": "javascript-module",
|
|
6008
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5997
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6009
5998
|
"declarations": [],
|
|
6010
5999
|
"exports": []
|
|
6011
6000
|
},
|
|
6012
6001
|
{
|
|
6013
6002
|
"kind": "javascript-module",
|
|
6014
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6003
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6015
6004
|
"declarations": [],
|
|
6016
6005
|
"exports": []
|
|
6017
6006
|
},
|
|
@@ -6053,13 +6042,13 @@
|
|
|
6053
6042
|
},
|
|
6054
6043
|
{
|
|
6055
6044
|
"kind": "javascript-module",
|
|
6056
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6045
|
+
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6057
6046
|
"declarations": [],
|
|
6058
6047
|
"exports": []
|
|
6059
6048
|
},
|
|
6060
6049
|
{
|
|
6061
6050
|
"kind": "javascript-module",
|
|
6062
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6051
|
+
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/__snapshots__/qti-select-point-interaction.stories.ts.snap",
|
|
6063
6052
|
"declarations": [],
|
|
6064
6053
|
"exports": []
|
|
6065
6054
|
},
|
|
@@ -6237,82 +6226,82 @@
|
|
|
6237
6226
|
},
|
|
6238
6227
|
{
|
|
6239
6228
|
"kind": "javascript-module",
|
|
6240
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6229
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts",
|
|
6241
6230
|
"declarations": [
|
|
6242
6231
|
{
|
|
6243
6232
|
"kind": "class",
|
|
6244
6233
|
"description": "",
|
|
6245
|
-
"name": "
|
|
6234
|
+
"name": "QtiCorrect",
|
|
6246
6235
|
"members": [],
|
|
6247
|
-
"attributes": [
|
|
6248
|
-
{
|
|
6249
|
-
"name": "toleranceMode",
|
|
6250
|
-
"type": {
|
|
6251
|
-
"text": "'exact' | 'relative' | 'absolute'"
|
|
6252
|
-
},
|
|
6253
|
-
"default": "'exact'",
|
|
6254
|
-
"fieldName": "toleranceMode"
|
|
6255
|
-
}
|
|
6256
|
-
],
|
|
6257
6236
|
"superclass": {
|
|
6258
6237
|
"name": "QtiExpression",
|
|
6259
6238
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6260
6239
|
},
|
|
6261
|
-
"tagName": "qti-
|
|
6240
|
+
"tagName": "qti-correct",
|
|
6262
6241
|
"customElement": true
|
|
6263
6242
|
}
|
|
6264
6243
|
],
|
|
6265
6244
|
"exports": [
|
|
6266
6245
|
{
|
|
6267
6246
|
"kind": "js",
|
|
6268
|
-
"name": "
|
|
6247
|
+
"name": "QtiCorrect",
|
|
6269
6248
|
"declaration": {
|
|
6270
|
-
"name": "
|
|
6271
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6249
|
+
"name": "QtiCorrect",
|
|
6250
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
|
|
6272
6251
|
}
|
|
6273
6252
|
},
|
|
6274
6253
|
{
|
|
6275
6254
|
"kind": "custom-element-definition",
|
|
6276
|
-
"name": "qti-
|
|
6255
|
+
"name": "qti-correct",
|
|
6277
6256
|
"declaration": {
|
|
6278
|
-
"name": "
|
|
6279
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6257
|
+
"name": "QtiCorrect",
|
|
6258
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
|
|
6280
6259
|
}
|
|
6281
6260
|
}
|
|
6282
6261
|
]
|
|
6283
6262
|
},
|
|
6284
6263
|
{
|
|
6285
6264
|
"kind": "javascript-module",
|
|
6286
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6265
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts",
|
|
6287
6266
|
"declarations": [
|
|
6288
6267
|
{
|
|
6289
6268
|
"kind": "class",
|
|
6290
6269
|
"description": "",
|
|
6291
|
-
"name": "
|
|
6270
|
+
"name": "QtiEqual",
|
|
6292
6271
|
"members": [],
|
|
6272
|
+
"attributes": [
|
|
6273
|
+
{
|
|
6274
|
+
"name": "toleranceMode",
|
|
6275
|
+
"type": {
|
|
6276
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
6277
|
+
},
|
|
6278
|
+
"default": "'exact'",
|
|
6279
|
+
"fieldName": "toleranceMode"
|
|
6280
|
+
}
|
|
6281
|
+
],
|
|
6293
6282
|
"superclass": {
|
|
6294
6283
|
"name": "QtiExpression",
|
|
6295
6284
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6296
6285
|
},
|
|
6297
|
-
"tagName": "qti-
|
|
6286
|
+
"tagName": "qti-equal",
|
|
6298
6287
|
"customElement": true
|
|
6299
6288
|
}
|
|
6300
6289
|
],
|
|
6301
6290
|
"exports": [
|
|
6302
6291
|
{
|
|
6303
6292
|
"kind": "js",
|
|
6304
|
-
"name": "
|
|
6293
|
+
"name": "QtiEqual",
|
|
6305
6294
|
"declaration": {
|
|
6306
|
-
"name": "
|
|
6307
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6295
|
+
"name": "QtiEqual",
|
|
6296
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
6308
6297
|
}
|
|
6309
6298
|
},
|
|
6310
6299
|
{
|
|
6311
6300
|
"kind": "custom-element-definition",
|
|
6312
|
-
"name": "qti-
|
|
6301
|
+
"name": "qti-equal",
|
|
6313
6302
|
"declaration": {
|
|
6314
|
-
"name": "
|
|
6315
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6303
|
+
"name": "QtiEqual",
|
|
6304
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
6316
6305
|
}
|
|
6317
6306
|
}
|
|
6318
6307
|
]
|
|
@@ -6442,103 +6431,31 @@
|
|
|
6442
6431
|
{
|
|
6443
6432
|
"kind": "class",
|
|
6444
6433
|
"description": "",
|
|
6445
|
-
"name": "QtiIsNull",
|
|
6446
|
-
"members": [],
|
|
6447
|
-
"superclass": {
|
|
6448
|
-
"name": "QtiExpression",
|
|
6449
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6450
|
-
},
|
|
6451
|
-
"tagName": "qti-is-null",
|
|
6452
|
-
"customElement": true
|
|
6453
|
-
}
|
|
6454
|
-
],
|
|
6455
|
-
"exports": [
|
|
6456
|
-
{
|
|
6457
|
-
"kind": "js",
|
|
6458
|
-
"name": "QtiIsNull",
|
|
6459
|
-
"declaration": {
|
|
6460
|
-
"name": "QtiIsNull",
|
|
6461
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
|
|
6462
|
-
}
|
|
6463
|
-
},
|
|
6464
|
-
{
|
|
6465
|
-
"kind": "custom-element-definition",
|
|
6466
|
-
"name": "qti-is-null",
|
|
6467
|
-
"declaration": {
|
|
6468
|
-
"name": "QtiIsNull",
|
|
6469
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
|
|
6470
|
-
}
|
|
6471
|
-
}
|
|
6472
|
-
]
|
|
6473
|
-
},
|
|
6474
|
-
{
|
|
6475
|
-
"kind": "javascript-module",
|
|
6476
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts",
|
|
6477
|
-
"declarations": [
|
|
6478
|
-
{
|
|
6479
|
-
"kind": "class",
|
|
6480
|
-
"description": "",
|
|
6481
|
-
"name": "QtiLt",
|
|
6482
|
-
"members": [],
|
|
6483
|
-
"superclass": {
|
|
6484
|
-
"name": "QtiExpression",
|
|
6485
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6486
|
-
},
|
|
6487
|
-
"tagName": "qti-lt",
|
|
6488
|
-
"customElement": true
|
|
6489
|
-
}
|
|
6490
|
-
],
|
|
6491
|
-
"exports": [
|
|
6492
|
-
{
|
|
6493
|
-
"kind": "js",
|
|
6494
|
-
"name": "QtiLt",
|
|
6495
|
-
"declaration": {
|
|
6496
|
-
"name": "QtiLt",
|
|
6497
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6498
|
-
}
|
|
6499
|
-
},
|
|
6500
|
-
{
|
|
6501
|
-
"kind": "custom-element-definition",
|
|
6502
|
-
"name": "qti-lt",
|
|
6503
|
-
"declaration": {
|
|
6504
|
-
"name": "QtiLt",
|
|
6505
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6506
|
-
}
|
|
6507
|
-
}
|
|
6508
|
-
]
|
|
6509
|
-
},
|
|
6510
|
-
{
|
|
6511
|
-
"kind": "javascript-module",
|
|
6512
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
|
|
6513
|
-
"declarations": [
|
|
6514
|
-
{
|
|
6515
|
-
"kind": "class",
|
|
6516
|
-
"description": "",
|
|
6517
|
-
"name": "QtiLte",
|
|
6434
|
+
"name": "QtiIsNull",
|
|
6518
6435
|
"members": [],
|
|
6519
6436
|
"superclass": {
|
|
6520
|
-
"name": "
|
|
6521
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6437
|
+
"name": "QtiExpression",
|
|
6438
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6522
6439
|
},
|
|
6523
|
-
"tagName": "qti-
|
|
6440
|
+
"tagName": "qti-is-null",
|
|
6524
6441
|
"customElement": true
|
|
6525
6442
|
}
|
|
6526
6443
|
],
|
|
6527
6444
|
"exports": [
|
|
6528
6445
|
{
|
|
6529
6446
|
"kind": "js",
|
|
6530
|
-
"name": "
|
|
6447
|
+
"name": "QtiIsNull",
|
|
6531
6448
|
"declaration": {
|
|
6532
|
-
"name": "
|
|
6533
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6449
|
+
"name": "QtiIsNull",
|
|
6450
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
|
|
6534
6451
|
}
|
|
6535
6452
|
},
|
|
6536
6453
|
{
|
|
6537
6454
|
"kind": "custom-element-definition",
|
|
6538
|
-
"name": "qti-
|
|
6455
|
+
"name": "qti-is-null",
|
|
6539
6456
|
"declaration": {
|
|
6540
|
-
"name": "
|
|
6541
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6457
|
+
"name": "QtiIsNull",
|
|
6458
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
|
|
6542
6459
|
}
|
|
6543
6460
|
}
|
|
6544
6461
|
]
|
|
@@ -6686,72 +6603,72 @@
|
|
|
6686
6603
|
},
|
|
6687
6604
|
{
|
|
6688
6605
|
"kind": "javascript-module",
|
|
6689
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6606
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts",
|
|
6690
6607
|
"declarations": [
|
|
6691
6608
|
{
|
|
6692
6609
|
"kind": "class",
|
|
6693
6610
|
"description": "",
|
|
6694
|
-
"name": "
|
|
6611
|
+
"name": "QtiMultiple",
|
|
6695
6612
|
"members": [],
|
|
6696
6613
|
"superclass": {
|
|
6697
6614
|
"name": "QtiExpression",
|
|
6698
6615
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6699
6616
|
},
|
|
6700
|
-
"tagName": "qti-
|
|
6617
|
+
"tagName": "qti-multiple",
|
|
6701
6618
|
"customElement": true
|
|
6702
6619
|
}
|
|
6703
6620
|
],
|
|
6704
6621
|
"exports": [
|
|
6705
6622
|
{
|
|
6706
6623
|
"kind": "js",
|
|
6707
|
-
"name": "
|
|
6624
|
+
"name": "QtiMultiple",
|
|
6708
6625
|
"declaration": {
|
|
6709
|
-
"name": "
|
|
6710
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6626
|
+
"name": "QtiMultiple",
|
|
6627
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6711
6628
|
}
|
|
6712
6629
|
},
|
|
6713
6630
|
{
|
|
6714
6631
|
"kind": "custom-element-definition",
|
|
6715
|
-
"name": "qti-
|
|
6632
|
+
"name": "qti-multiple",
|
|
6716
6633
|
"declaration": {
|
|
6717
|
-
"name": "
|
|
6718
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6634
|
+
"name": "QtiMultiple",
|
|
6635
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6719
6636
|
}
|
|
6720
6637
|
}
|
|
6721
6638
|
]
|
|
6722
6639
|
},
|
|
6723
6640
|
{
|
|
6724
6641
|
"kind": "javascript-module",
|
|
6725
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6642
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts",
|
|
6726
6643
|
"declarations": [
|
|
6727
6644
|
{
|
|
6728
6645
|
"kind": "class",
|
|
6729
6646
|
"description": "",
|
|
6730
|
-
"name": "
|
|
6647
|
+
"name": "QtiLt",
|
|
6731
6648
|
"members": [],
|
|
6732
6649
|
"superclass": {
|
|
6733
6650
|
"name": "QtiExpression",
|
|
6734
6651
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6735
6652
|
},
|
|
6736
|
-
"tagName": "qti-
|
|
6653
|
+
"tagName": "qti-lt",
|
|
6737
6654
|
"customElement": true
|
|
6738
6655
|
}
|
|
6739
6656
|
],
|
|
6740
6657
|
"exports": [
|
|
6741
6658
|
{
|
|
6742
6659
|
"kind": "js",
|
|
6743
|
-
"name": "
|
|
6660
|
+
"name": "QtiLt",
|
|
6744
6661
|
"declaration": {
|
|
6745
|
-
"name": "
|
|
6746
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6662
|
+
"name": "QtiLt",
|
|
6663
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6747
6664
|
}
|
|
6748
6665
|
},
|
|
6749
6666
|
{
|
|
6750
6667
|
"kind": "custom-element-definition",
|
|
6751
|
-
"name": "qti-
|
|
6668
|
+
"name": "qti-lt",
|
|
6752
6669
|
"declaration": {
|
|
6753
|
-
"name": "
|
|
6754
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6670
|
+
"name": "QtiLt",
|
|
6671
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6755
6672
|
}
|
|
6756
6673
|
}
|
|
6757
6674
|
]
|
|
@@ -6792,6 +6709,78 @@
|
|
|
6792
6709
|
}
|
|
6793
6710
|
]
|
|
6794
6711
|
},
|
|
6712
|
+
{
|
|
6713
|
+
"kind": "javascript-module",
|
|
6714
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts",
|
|
6715
|
+
"declarations": [
|
|
6716
|
+
{
|
|
6717
|
+
"kind": "class",
|
|
6718
|
+
"description": "",
|
|
6719
|
+
"name": "QtiMember",
|
|
6720
|
+
"members": [],
|
|
6721
|
+
"superclass": {
|
|
6722
|
+
"name": "QtiExpression",
|
|
6723
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6724
|
+
},
|
|
6725
|
+
"tagName": "qti-member",
|
|
6726
|
+
"customElement": true
|
|
6727
|
+
}
|
|
6728
|
+
],
|
|
6729
|
+
"exports": [
|
|
6730
|
+
{
|
|
6731
|
+
"kind": "js",
|
|
6732
|
+
"name": "QtiMember",
|
|
6733
|
+
"declaration": {
|
|
6734
|
+
"name": "QtiMember",
|
|
6735
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
|
|
6736
|
+
}
|
|
6737
|
+
},
|
|
6738
|
+
{
|
|
6739
|
+
"kind": "custom-element-definition",
|
|
6740
|
+
"name": "qti-member",
|
|
6741
|
+
"declaration": {
|
|
6742
|
+
"name": "QtiMember",
|
|
6743
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
|
|
6744
|
+
}
|
|
6745
|
+
}
|
|
6746
|
+
]
|
|
6747
|
+
},
|
|
6748
|
+
{
|
|
6749
|
+
"kind": "javascript-module",
|
|
6750
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
|
|
6751
|
+
"declarations": [
|
|
6752
|
+
{
|
|
6753
|
+
"kind": "class",
|
|
6754
|
+
"description": "",
|
|
6755
|
+
"name": "QtiLte",
|
|
6756
|
+
"members": [],
|
|
6757
|
+
"superclass": {
|
|
6758
|
+
"name": "QtiConditionExpression",
|
|
6759
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6760
|
+
},
|
|
6761
|
+
"tagName": "qti-lte",
|
|
6762
|
+
"customElement": true
|
|
6763
|
+
}
|
|
6764
|
+
],
|
|
6765
|
+
"exports": [
|
|
6766
|
+
{
|
|
6767
|
+
"kind": "js",
|
|
6768
|
+
"name": "QtiLte",
|
|
6769
|
+
"declaration": {
|
|
6770
|
+
"name": "QtiLte",
|
|
6771
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6772
|
+
}
|
|
6773
|
+
},
|
|
6774
|
+
{
|
|
6775
|
+
"kind": "custom-element-definition",
|
|
6776
|
+
"name": "qti-lte",
|
|
6777
|
+
"declaration": {
|
|
6778
|
+
"name": "QtiLte",
|
|
6779
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6780
|
+
}
|
|
6781
|
+
}
|
|
6782
|
+
]
|
|
6783
|
+
},
|
|
6795
6784
|
{
|
|
6796
6785
|
"kind": "javascript-module",
|
|
6797
6786
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts",
|
|
@@ -7101,113 +7090,104 @@
|
|
|
7101
7090
|
},
|
|
7102
7091
|
{
|
|
7103
7092
|
"kind": "javascript-module",
|
|
7104
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7093
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7105
7094
|
"declarations": [
|
|
7106
7095
|
{
|
|
7107
7096
|
"kind": "class",
|
|
7108
|
-
"description": "
|
|
7109
|
-
"name": "
|
|
7097
|
+
"description": "",
|
|
7098
|
+
"name": "QtiResponseCondition",
|
|
7110
7099
|
"members": [],
|
|
7111
|
-
"events": [
|
|
7112
|
-
{
|
|
7113
|
-
"name": "qti-set-outcome-value",
|
|
7114
|
-
"type": {
|
|
7115
|
-
"text": "CustomEvent"
|
|
7116
|
-
}
|
|
7117
|
-
}
|
|
7118
|
-
],
|
|
7119
|
-
"attributes": [
|
|
7120
|
-
{
|
|
7121
|
-
"name": "identifier",
|
|
7122
|
-
"type": {
|
|
7123
|
-
"text": "string"
|
|
7124
|
-
},
|
|
7125
|
-
"fieldName": "identifier"
|
|
7126
|
-
}
|
|
7127
|
-
],
|
|
7128
7100
|
"superclass": {
|
|
7129
7101
|
"name": "QtiRule",
|
|
7130
7102
|
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7131
7103
|
},
|
|
7132
|
-
"tagName": "qti-
|
|
7104
|
+
"tagName": "qti-response-condition",
|
|
7133
7105
|
"customElement": true
|
|
7134
7106
|
}
|
|
7135
7107
|
],
|
|
7136
7108
|
"exports": [
|
|
7137
7109
|
{
|
|
7138
7110
|
"kind": "js",
|
|
7139
|
-
"name": "
|
|
7111
|
+
"name": "QtiResponseCondition",
|
|
7140
7112
|
"declaration": {
|
|
7141
|
-
"name": "
|
|
7142
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7113
|
+
"name": "QtiResponseCondition",
|
|
7114
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7143
7115
|
}
|
|
7144
7116
|
},
|
|
7145
7117
|
{
|
|
7146
7118
|
"kind": "custom-element-definition",
|
|
7147
|
-
"name": "qti-
|
|
7119
|
+
"name": "qti-response-condition",
|
|
7148
7120
|
"declaration": {
|
|
7149
|
-
"name": "
|
|
7150
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7121
|
+
"name": "QtiResponseCondition",
|
|
7122
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7151
7123
|
}
|
|
7152
7124
|
}
|
|
7153
7125
|
]
|
|
7154
7126
|
},
|
|
7155
7127
|
{
|
|
7156
7128
|
"kind": "javascript-module",
|
|
7157
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7158
|
-
"declarations": [],
|
|
7159
|
-
"exports": []
|
|
7160
|
-
},
|
|
7161
|
-
{
|
|
7162
|
-
"kind": "javascript-module",
|
|
7163
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.xml",
|
|
7164
|
-
"declarations": [],
|
|
7165
|
-
"exports": []
|
|
7166
|
-
},
|
|
7167
|
-
{
|
|
7168
|
-
"kind": "javascript-module",
|
|
7169
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7129
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
|
|
7170
7130
|
"declarations": [
|
|
7171
7131
|
{
|
|
7172
7132
|
"kind": "class",
|
|
7173
7133
|
"description": "",
|
|
7174
|
-
"name": "
|
|
7134
|
+
"name": "QtiSetOutcomeValue",
|
|
7175
7135
|
"members": [],
|
|
7136
|
+
"events": [
|
|
7137
|
+
{
|
|
7138
|
+
"name": "qti-set-outcome-value",
|
|
7139
|
+
"type": {
|
|
7140
|
+
"text": "CustomEvent"
|
|
7141
|
+
}
|
|
7142
|
+
}
|
|
7143
|
+
],
|
|
7176
7144
|
"superclass": {
|
|
7177
7145
|
"name": "QtiRule",
|
|
7178
7146
|
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7179
7147
|
},
|
|
7180
|
-
"tagName": "qti-
|
|
7148
|
+
"tagName": "qti-set-outcome-value",
|
|
7181
7149
|
"customElement": true
|
|
7182
7150
|
}
|
|
7183
7151
|
],
|
|
7184
7152
|
"exports": [
|
|
7185
7153
|
{
|
|
7186
7154
|
"kind": "js",
|
|
7187
|
-
"name": "
|
|
7155
|
+
"name": "QtiSetOutcomeValue",
|
|
7188
7156
|
"declaration": {
|
|
7189
|
-
"name": "
|
|
7190
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7157
|
+
"name": "QtiSetOutcomeValue",
|
|
7158
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7191
7159
|
}
|
|
7192
7160
|
},
|
|
7193
7161
|
{
|
|
7194
7162
|
"kind": "custom-element-definition",
|
|
7195
|
-
"name": "qti-
|
|
7163
|
+
"name": "qti-set-outcome-value",
|
|
7196
7164
|
"declaration": {
|
|
7197
|
-
"name": "
|
|
7198
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7165
|
+
"name": "QtiSetOutcomeValue",
|
|
7166
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7199
7167
|
}
|
|
7200
7168
|
}
|
|
7201
7169
|
]
|
|
7202
7170
|
},
|
|
7203
7171
|
{
|
|
7204
7172
|
"kind": "javascript-module",
|
|
7205
|
-
"path": "src/lib/qti-components/qti-
|
|
7173
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
7174
|
+
"declarations": [],
|
|
7175
|
+
"exports": []
|
|
7176
|
+
},
|
|
7177
|
+
{
|
|
7178
|
+
"kind": "javascript-module",
|
|
7179
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7180
|
+
"declarations": [],
|
|
7181
|
+
"exports": []
|
|
7182
|
+
},
|
|
7183
|
+
{
|
|
7184
|
+
"kind": "javascript-module",
|
|
7185
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
|
|
7206
7186
|
"declarations": [
|
|
7207
7187
|
{
|
|
7208
7188
|
"kind": "class",
|
|
7209
|
-
"description": "",
|
|
7210
|
-
"name": "
|
|
7189
|
+
"description": "The lookupOutcomeValue rule sets the value of an outcome variable to the value obtained\nby looking up the value of the associated expression in the lookupTable associated\nwith the outcome's declaration.",
|
|
7190
|
+
"name": "QtiLookupOutcomeValue",
|
|
7211
7191
|
"members": [],
|
|
7212
7192
|
"events": [
|
|
7213
7193
|
{
|
|
@@ -7217,42 +7197,51 @@
|
|
|
7217
7197
|
}
|
|
7218
7198
|
}
|
|
7219
7199
|
],
|
|
7200
|
+
"attributes": [
|
|
7201
|
+
{
|
|
7202
|
+
"name": "identifier",
|
|
7203
|
+
"type": {
|
|
7204
|
+
"text": "string"
|
|
7205
|
+
},
|
|
7206
|
+
"fieldName": "identifier"
|
|
7207
|
+
}
|
|
7208
|
+
],
|
|
7220
7209
|
"superclass": {
|
|
7221
7210
|
"name": "QtiRule",
|
|
7222
7211
|
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7223
7212
|
},
|
|
7224
|
-
"tagName": "qti-
|
|
7213
|
+
"tagName": "qti-lookup-outcome-value",
|
|
7225
7214
|
"customElement": true
|
|
7226
7215
|
}
|
|
7227
7216
|
],
|
|
7228
7217
|
"exports": [
|
|
7229
7218
|
{
|
|
7230
7219
|
"kind": "js",
|
|
7231
|
-
"name": "
|
|
7220
|
+
"name": "QtiLookupOutcomeValue",
|
|
7232
7221
|
"declaration": {
|
|
7233
|
-
"name": "
|
|
7234
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7222
|
+
"name": "QtiLookupOutcomeValue",
|
|
7223
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts"
|
|
7235
7224
|
}
|
|
7236
7225
|
},
|
|
7237
7226
|
{
|
|
7238
7227
|
"kind": "custom-element-definition",
|
|
7239
|
-
"name": "qti-
|
|
7228
|
+
"name": "qti-lookup-outcome-value",
|
|
7240
7229
|
"declaration": {
|
|
7241
|
-
"name": "
|
|
7242
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7230
|
+
"name": "QtiLookupOutcomeValue",
|
|
7231
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts"
|
|
7243
7232
|
}
|
|
7244
7233
|
}
|
|
7245
7234
|
]
|
|
7246
7235
|
},
|
|
7247
7236
|
{
|
|
7248
7237
|
"kind": "javascript-module",
|
|
7249
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7238
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.unit-test.ts",
|
|
7250
7239
|
"declarations": [],
|
|
7251
7240
|
"exports": []
|
|
7252
7241
|
},
|
|
7253
7242
|
{
|
|
7254
7243
|
"kind": "javascript-module",
|
|
7255
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7244
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.xml",
|
|
7256
7245
|
"declarations": [],
|
|
7257
7246
|
"exports": []
|
|
7258
7247
|
},
|
|
@@ -7298,6 +7287,12 @@
|
|
|
7298
7287
|
}
|
|
7299
7288
|
]
|
|
7300
7289
|
},
|
|
7290
|
+
{
|
|
7291
|
+
"kind": "javascript-module",
|
|
7292
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/__snapshots__/qti-set-outcome-value.stories.ts.snap",
|
|
7293
|
+
"declarations": [],
|
|
7294
|
+
"exports": []
|
|
7295
|
+
},
|
|
7301
7296
|
{
|
|
7302
7297
|
"kind": "javascript-module",
|
|
7303
7298
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|
|
@@ -7306,7 +7301,7 @@
|
|
|
7306
7301
|
},
|
|
7307
7302
|
{
|
|
7308
7303
|
"kind": "javascript-module",
|
|
7309
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7304
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7310
7305
|
"declarations": [],
|
|
7311
7306
|
"exports": []
|
|
7312
7307
|
}
|