@citolab/qti-components 6.3.4 → 6.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-GKMV5OHL.cjs +1195 -0
- package/dist/chunk-KDPWLV2I.js +1195 -0
- package/dist/{chunk-LNHTXQXY.js → chunk-Q5WLROU6.js} +394 -2
- package/dist/{chunk-LWL4UHCJ.cjs → chunk-WEDIB3NH.cjs} +394 -2
- package/dist/custom-elements.json +870 -811
- package/dist/index.cjs +1721 -264
- package/dist/index.css +392 -0
- package/dist/index.d.cts +33 -15
- package/dist/index.d.ts +33 -15
- package/dist/index.js +1721 -264
- package/dist/qti-components/index.cjs +2 -2
- package/dist/qti-components/index.d.cts +2 -2
- package/dist/qti-components/index.d.ts +2 -2
- package/dist/qti-components/index.js +2 -2
- package/dist/qti-item/index.cjs +1 -1
- package/dist/qti-item/index.d.cts +1 -1
- package/dist/qti-item/index.d.ts +1 -1
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.cjs +1 -1
- package/dist/qti-item-react/index.d.cts +2 -2
- package/dist/qti-item-react/index.d.ts +2 -2
- package/dist/qti-item-react/index.js +1 -1
- package/dist/{qti-simple-choice-5902cb37.d.ts → qti-simple-choice-1e52645f.d.ts} +1 -1
- package/dist/qti-test/index.cjs +1 -79
- package/dist/qti-test/index.d.cts +5 -16
- package/dist/qti-test/index.d.ts +5 -16
- package/dist/qti-test/index.js +1 -79
- package/dist/qti-test-39419b1a.d.ts +63 -0
- package/dist/qti-test-f4fd5ff3.d.ts +63 -0
- package/dist/qti-test-react/index.cjs +1 -1
- package/dist/qti-test-react/index.d.cts +24 -13
- package/dist/qti-test-react/index.d.ts +24 -13
- package/dist/qti-test-react/index.js +1 -1
- package/package.json +8 -8
- package/dist/chunk-43RGQFGW.cjs +0 -1
- package/dist/chunk-KESARAC5.js +0 -1
- package/dist/qti-assessment-test-15ffab61.d.ts +0 -34
- package/dist/qti-assessment-test-a1f2cb91.d.ts +0 -34
|
@@ -4,61 +4,35 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "src/lib/
|
|
8
|
-
"declarations": [
|
|
7
|
+
"path": "src/lib/context/audience-context.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "audienceContext"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
9
14
|
"exports": [
|
|
10
15
|
{
|
|
11
16
|
"kind": "js",
|
|
12
|
-
"name": "
|
|
17
|
+
"name": "audienceContext",
|
|
13
18
|
"declaration": {
|
|
14
|
-
"name": "
|
|
15
|
-
"
|
|
19
|
+
"name": "audienceContext",
|
|
20
|
+
"module": "src/lib/context/audience-context.ts"
|
|
16
21
|
}
|
|
17
22
|
}
|
|
18
23
|
]
|
|
19
24
|
},
|
|
20
25
|
{
|
|
21
26
|
"kind": "javascript-module",
|
|
22
|
-
"path": "src/lib/
|
|
23
|
-
"declarations": [
|
|
24
|
-
{
|
|
25
|
-
"kind": "class",
|
|
26
|
-
"description": "",
|
|
27
|
-
"name": "QtiItem",
|
|
28
|
-
"members": [],
|
|
29
|
-
"attributes": [
|
|
30
|
-
{
|
|
31
|
-
"name": "item-location",
|
|
32
|
-
"type": {
|
|
33
|
-
"text": "string"
|
|
34
|
-
},
|
|
35
|
-
"default": "''",
|
|
36
|
-
"fieldName": "itemLocation"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"superclass": {
|
|
40
|
-
"name": "LitElement",
|
|
41
|
-
"package": "lit"
|
|
42
|
-
},
|
|
43
|
-
"tagName": "qti-item",
|
|
44
|
-
"customElement": true
|
|
45
|
-
}
|
|
46
|
-
],
|
|
27
|
+
"path": "src/lib/context/index.ts",
|
|
28
|
+
"declarations": [],
|
|
47
29
|
"exports": [
|
|
48
30
|
{
|
|
49
31
|
"kind": "js",
|
|
50
|
-
"name": "
|
|
51
|
-
"declaration": {
|
|
52
|
-
"name": "QtiItem",
|
|
53
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"kind": "custom-element-definition",
|
|
58
|
-
"name": "qti-item",
|
|
32
|
+
"name": "*",
|
|
59
33
|
"declaration": {
|
|
60
|
-
"name": "
|
|
61
|
-
"
|
|
34
|
+
"name": "*",
|
|
35
|
+
"package": "./audience-context"
|
|
62
36
|
}
|
|
63
37
|
}
|
|
64
38
|
]
|
|
@@ -157,41 +131,6 @@
|
|
|
157
131
|
}
|
|
158
132
|
]
|
|
159
133
|
},
|
|
160
|
-
{
|
|
161
|
-
"kind": "javascript-module",
|
|
162
|
-
"path": "src/lib/context/audience-context.ts",
|
|
163
|
-
"declarations": [
|
|
164
|
-
{
|
|
165
|
-
"kind": "variable",
|
|
166
|
-
"name": "audienceContext"
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"exports": [
|
|
170
|
-
{
|
|
171
|
-
"kind": "js",
|
|
172
|
-
"name": "audienceContext",
|
|
173
|
-
"declaration": {
|
|
174
|
-
"name": "audienceContext",
|
|
175
|
-
"module": "src/lib/context/audience-context.ts"
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
]
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"kind": "javascript-module",
|
|
182
|
-
"path": "src/lib/context/index.ts",
|
|
183
|
-
"declarations": [],
|
|
184
|
-
"exports": [
|
|
185
|
-
{
|
|
186
|
-
"kind": "js",
|
|
187
|
-
"name": "*",
|
|
188
|
-
"declaration": {
|
|
189
|
-
"name": "*",
|
|
190
|
-
"package": "./audience-context"
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
]
|
|
194
|
-
},
|
|
195
134
|
{
|
|
196
135
|
"kind": "javascript-module",
|
|
197
136
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -621,7 +560,7 @@
|
|
|
621
560
|
{
|
|
622
561
|
"kind": "variable",
|
|
623
562
|
"name": "QtiItem",
|
|
624
|
-
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n
|
|
563
|
+
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemFirstUpdated: 'qti-item-first-updated'\n }\n})"
|
|
625
564
|
}
|
|
626
565
|
],
|
|
627
566
|
"exports": [
|
|
@@ -635,42 +574,6 @@
|
|
|
635
574
|
}
|
|
636
575
|
]
|
|
637
576
|
},
|
|
638
|
-
{
|
|
639
|
-
"kind": "javascript-module",
|
|
640
|
-
"path": "src/lib/qti-test-react/index.ts",
|
|
641
|
-
"declarations": [],
|
|
642
|
-
"exports": [
|
|
643
|
-
{
|
|
644
|
-
"kind": "js",
|
|
645
|
-
"name": "*",
|
|
646
|
-
"declaration": {
|
|
647
|
-
"name": "*",
|
|
648
|
-
"package": "./qti-test.react"
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
]
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"kind": "javascript-module",
|
|
655
|
-
"path": "src/lib/qti-test-react/qti-test.react.ts",
|
|
656
|
-
"declarations": [
|
|
657
|
-
{
|
|
658
|
-
"kind": "variable",
|
|
659
|
-
"name": "QtiTest",
|
|
660
|
-
"default": "createComponent({\n tagName: 'qti-test',\n react: React,\n elementClass: QtiAssessmentTestWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemConnected: 'qti-item-connected',\n onRegisterItem: 'register-item-ref',\n onTestRequestItem: 'on-test-request-item'\n }\n})"
|
|
661
|
-
}
|
|
662
|
-
],
|
|
663
|
-
"exports": [
|
|
664
|
-
{
|
|
665
|
-
"kind": "js",
|
|
666
|
-
"name": "QtiTest",
|
|
667
|
-
"declaration": {
|
|
668
|
-
"name": "QtiTest",
|
|
669
|
-
"module": "src/lib/qti-test-react/qti-test.react.ts"
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
]
|
|
673
|
-
},
|
|
674
577
|
{
|
|
675
578
|
"kind": "javascript-module",
|
|
676
579
|
"path": "src/lib/qti-test/index.ts",
|
|
@@ -715,6 +618,14 @@
|
|
|
715
618
|
"name": "*",
|
|
716
619
|
"package": "./components"
|
|
717
620
|
}
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"kind": "js",
|
|
624
|
+
"name": "*",
|
|
625
|
+
"declaration": {
|
|
626
|
+
"name": "*",
|
|
627
|
+
"package": "./qti-assessment-test.context"
|
|
628
|
+
}
|
|
718
629
|
}
|
|
719
630
|
]
|
|
720
631
|
},
|
|
@@ -837,6 +748,21 @@
|
|
|
837
748
|
"type": {
|
|
838
749
|
"text": "CustomEvent"
|
|
839
750
|
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "name",
|
|
754
|
+
"type": {
|
|
755
|
+
"text": "CustomEvent"
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
],
|
|
759
|
+
"attributes": [
|
|
760
|
+
{
|
|
761
|
+
"name": "identifier",
|
|
762
|
+
"type": {
|
|
763
|
+
"text": "string"
|
|
764
|
+
},
|
|
765
|
+
"fieldName": "identifier"
|
|
840
766
|
}
|
|
841
767
|
],
|
|
842
768
|
"superclass": {
|
|
@@ -876,6 +802,14 @@
|
|
|
876
802
|
"name": "QtiTestPart",
|
|
877
803
|
"members": [],
|
|
878
804
|
"attributes": [
|
|
805
|
+
{
|
|
806
|
+
"name": "loading",
|
|
807
|
+
"type": {
|
|
808
|
+
"text": "boolean"
|
|
809
|
+
},
|
|
810
|
+
"default": "false",
|
|
811
|
+
"fieldName": "loading"
|
|
812
|
+
},
|
|
879
813
|
{
|
|
880
814
|
"name": "navigation-mode",
|
|
881
815
|
"type": {
|
|
@@ -912,6 +846,12 @@
|
|
|
912
846
|
}
|
|
913
847
|
]
|
|
914
848
|
},
|
|
849
|
+
{
|
|
850
|
+
"kind": "javascript-module",
|
|
851
|
+
"path": "src/lib/qti-test/qti-test.css",
|
|
852
|
+
"declarations": [],
|
|
853
|
+
"exports": []
|
|
854
|
+
},
|
|
915
855
|
{
|
|
916
856
|
"kind": "javascript-module",
|
|
917
857
|
"path": "src/lib/qti-test/qti-test.ts",
|
|
@@ -923,19 +863,12 @@
|
|
|
923
863
|
"members": [],
|
|
924
864
|
"attributes": [
|
|
925
865
|
{
|
|
926
|
-
"name": "
|
|
927
|
-
"type": {
|
|
928
|
-
"text": "'linear' | 'nonlinear'"
|
|
929
|
-
},
|
|
930
|
-
"default": "'linear'",
|
|
931
|
-
"fieldName": "_navigationMode"
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"name": "assessment-test-uri",
|
|
866
|
+
"name": "package-uri",
|
|
935
867
|
"type": {
|
|
936
|
-
"text": "
|
|
868
|
+
"text": "string"
|
|
937
869
|
},
|
|
938
|
-
"
|
|
870
|
+
"default": "''",
|
|
871
|
+
"fieldName": "packageURI"
|
|
939
872
|
}
|
|
940
873
|
],
|
|
941
874
|
"superclass": {
|
|
@@ -965,6 +898,71 @@
|
|
|
965
898
|
}
|
|
966
899
|
]
|
|
967
900
|
},
|
|
901
|
+
{
|
|
902
|
+
"kind": "javascript-module",
|
|
903
|
+
"path": "src/lib/qti-test-react/index.ts",
|
|
904
|
+
"declarations": [],
|
|
905
|
+
"exports": [
|
|
906
|
+
{
|
|
907
|
+
"kind": "js",
|
|
908
|
+
"name": "*",
|
|
909
|
+
"declaration": {
|
|
910
|
+
"name": "*",
|
|
911
|
+
"package": "./qti-test.react"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "js",
|
|
916
|
+
"name": "*",
|
|
917
|
+
"declaration": {
|
|
918
|
+
"name": "*",
|
|
919
|
+
"package": "./qti-assessment-test.react"
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
]
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"kind": "javascript-module",
|
|
926
|
+
"path": "src/lib/qti-test-react/qti-assessment-test.react.ts",
|
|
927
|
+
"declarations": [
|
|
928
|
+
{
|
|
929
|
+
"kind": "variable",
|
|
930
|
+
"name": "QtiAssessmentTest",
|
|
931
|
+
"default": "createComponent({\n tagName: 'qti-assessment-test',\n react: React,\n elementClass: WcQtiAssessmentTest,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemFirstUpdated: 'qti-item-first-updated',\n onTestRequestItem: 'on-test-set-item',\n onTestFirstUpdated: 'qti-assessment-first-updated'\n }\n})"
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"exports": [
|
|
935
|
+
{
|
|
936
|
+
"kind": "js",
|
|
937
|
+
"name": "QtiAssessmentTest",
|
|
938
|
+
"declaration": {
|
|
939
|
+
"name": "QtiAssessmentTest",
|
|
940
|
+
"module": "src/lib/qti-test-react/qti-assessment-test.react.ts"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"kind": "javascript-module",
|
|
947
|
+
"path": "src/lib/qti-test-react/qti-test.react.ts",
|
|
948
|
+
"declarations": [
|
|
949
|
+
{
|
|
950
|
+
"kind": "variable",
|
|
951
|
+
"name": "QtiTest",
|
|
952
|
+
"default": "createComponent({\n tagName: 'qti-test',\n react: React,\n elementClass: WcQtiTest,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onTestFirstUpdated: 'qti-assessment-first-updated'\n }\n})"
|
|
953
|
+
}
|
|
954
|
+
],
|
|
955
|
+
"exports": [
|
|
956
|
+
{
|
|
957
|
+
"kind": "js",
|
|
958
|
+
"name": "QtiTest",
|
|
959
|
+
"declaration": {
|
|
960
|
+
"name": "QtiTest",
|
|
961
|
+
"module": "src/lib/qti-test-react/qti-test.react.ts"
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
]
|
|
965
|
+
},
|
|
968
966
|
{
|
|
969
967
|
"kind": "javascript-module",
|
|
970
968
|
"path": "src/lib/qti-transform/index.ts",
|
|
@@ -1010,40 +1008,101 @@
|
|
|
1010
1008
|
},
|
|
1011
1009
|
{
|
|
1012
1010
|
"kind": "javascript-module",
|
|
1013
|
-
"path": "src/lib/qti-
|
|
1014
|
-
"declarations": [
|
|
1015
|
-
{
|
|
1016
|
-
"kind": "variable",
|
|
1017
|
-
"name": "itemContext"
|
|
1018
|
-
}
|
|
1019
|
-
],
|
|
1011
|
+
"path": "src/lib/qti-item/index.ts",
|
|
1012
|
+
"declarations": [],
|
|
1020
1013
|
"exports": [
|
|
1021
1014
|
{
|
|
1022
1015
|
"kind": "js",
|
|
1023
|
-
"name": "
|
|
1016
|
+
"name": "*",
|
|
1024
1017
|
"declaration": {
|
|
1025
|
-
"name": "
|
|
1026
|
-
"
|
|
1018
|
+
"name": "*",
|
|
1019
|
+
"package": "./qti-item"
|
|
1027
1020
|
}
|
|
1028
1021
|
}
|
|
1029
1022
|
]
|
|
1030
1023
|
},
|
|
1031
1024
|
{
|
|
1032
1025
|
"kind": "javascript-module",
|
|
1033
|
-
"path": "src/lib/qti-
|
|
1026
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
1034
1027
|
"declarations": [
|
|
1035
1028
|
{
|
|
1036
1029
|
"kind": "class",
|
|
1037
1030
|
"description": "",
|
|
1038
|
-
"name": "
|
|
1039
|
-
"slots": [
|
|
1040
|
-
{
|
|
1041
|
-
"description": "The default slot where all the other QTI 3 item structures go.",
|
|
1042
|
-
"name": ""
|
|
1043
|
-
}
|
|
1044
|
-
],
|
|
1031
|
+
"name": "QtiItem",
|
|
1045
1032
|
"members": [],
|
|
1046
|
-
"
|
|
1033
|
+
"attributes": [
|
|
1034
|
+
{
|
|
1035
|
+
"name": "item-location",
|
|
1036
|
+
"type": {
|
|
1037
|
+
"text": "string"
|
|
1038
|
+
},
|
|
1039
|
+
"default": "''",
|
|
1040
|
+
"fieldName": "itemLocation"
|
|
1041
|
+
}
|
|
1042
|
+
],
|
|
1043
|
+
"superclass": {
|
|
1044
|
+
"name": "LitElement",
|
|
1045
|
+
"package": "lit"
|
|
1046
|
+
},
|
|
1047
|
+
"tagName": "qti-item",
|
|
1048
|
+
"customElement": true
|
|
1049
|
+
}
|
|
1050
|
+
],
|
|
1051
|
+
"exports": [
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "QtiItem",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "QtiItem",
|
|
1057
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "custom-element-definition",
|
|
1062
|
+
"name": "qti-item",
|
|
1063
|
+
"declaration": {
|
|
1064
|
+
"name": "QtiItem",
|
|
1065
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "javascript-module",
|
|
1072
|
+
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
|
|
1073
|
+
"declarations": [
|
|
1074
|
+
{
|
|
1075
|
+
"kind": "variable",
|
|
1076
|
+
"name": "itemContext"
|
|
1077
|
+
}
|
|
1078
|
+
],
|
|
1079
|
+
"exports": [
|
|
1080
|
+
{
|
|
1081
|
+
"kind": "js",
|
|
1082
|
+
"name": "itemContext",
|
|
1083
|
+
"declaration": {
|
|
1084
|
+
"name": "itemContext",
|
|
1085
|
+
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts"
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"kind": "javascript-module",
|
|
1092
|
+
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
1093
|
+
"declarations": [
|
|
1094
|
+
{
|
|
1095
|
+
"kind": "class",
|
|
1096
|
+
"description": "",
|
|
1097
|
+
"name": "QtiAssessmentItem",
|
|
1098
|
+
"slots": [
|
|
1099
|
+
{
|
|
1100
|
+
"description": "The default slot where all the other QTI 3 item structures go.",
|
|
1101
|
+
"name": ""
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"members": [],
|
|
1105
|
+
"events": [
|
|
1047
1106
|
{
|
|
1048
1107
|
"name": "name",
|
|
1049
1108
|
"type": {
|
|
@@ -1284,53 +1343,6 @@
|
|
|
1284
1343
|
}
|
|
1285
1344
|
]
|
|
1286
1345
|
},
|
|
1287
|
-
{
|
|
1288
|
-
"kind": "javascript-module",
|
|
1289
|
-
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1290
|
-
"declarations": [
|
|
1291
|
-
{
|
|
1292
|
-
"kind": "class",
|
|
1293
|
-
"description": "",
|
|
1294
|
-
"name": "QtiItemBody",
|
|
1295
|
-
"slots": [
|
|
1296
|
-
{
|
|
1297
|
-
"description": "item body content.",
|
|
1298
|
-
"name": ""
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
"description": "the qti rubric block is placed above the item",
|
|
1302
|
-
"name": "qti-rubric-block"
|
|
1303
|
-
}
|
|
1304
|
-
],
|
|
1305
|
-
"members": [],
|
|
1306
|
-
"superclass": {
|
|
1307
|
-
"name": "LitElement",
|
|
1308
|
-
"package": "lit"
|
|
1309
|
-
},
|
|
1310
|
-
"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.",
|
|
1311
|
-
"tagName": "qti-item-body",
|
|
1312
|
-
"customElement": true
|
|
1313
|
-
}
|
|
1314
|
-
],
|
|
1315
|
-
"exports": [
|
|
1316
|
-
{
|
|
1317
|
-
"kind": "js",
|
|
1318
|
-
"name": "default",
|
|
1319
|
-
"declaration": {
|
|
1320
|
-
"name": "QtiItemBody",
|
|
1321
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "custom-element-definition",
|
|
1326
|
-
"name": "qti-item-body",
|
|
1327
|
-
"declaration": {
|
|
1328
|
-
"name": "QtiItemBody",
|
|
1329
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1330
|
-
}
|
|
1331
|
-
}
|
|
1332
|
-
]
|
|
1333
|
-
},
|
|
1334
1346
|
{
|
|
1335
1347
|
"kind": "javascript-module",
|
|
1336
1348
|
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
@@ -1994,6 +2006,53 @@
|
|
|
1994
2006
|
}
|
|
1995
2007
|
]
|
|
1996
2008
|
},
|
|
2009
|
+
{
|
|
2010
|
+
"kind": "javascript-module",
|
|
2011
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
2012
|
+
"declarations": [
|
|
2013
|
+
{
|
|
2014
|
+
"kind": "class",
|
|
2015
|
+
"description": "",
|
|
2016
|
+
"name": "QtiItemBody",
|
|
2017
|
+
"slots": [
|
|
2018
|
+
{
|
|
2019
|
+
"description": "item body content.",
|
|
2020
|
+
"name": ""
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"description": "the qti rubric block is placed above the item",
|
|
2024
|
+
"name": "qti-rubric-block"
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"members": [],
|
|
2028
|
+
"superclass": {
|
|
2029
|
+
"name": "LitElement",
|
|
2030
|
+
"package": "lit"
|
|
2031
|
+
},
|
|
2032
|
+
"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.",
|
|
2033
|
+
"tagName": "qti-item-body",
|
|
2034
|
+
"customElement": true
|
|
2035
|
+
}
|
|
2036
|
+
],
|
|
2037
|
+
"exports": [
|
|
2038
|
+
{
|
|
2039
|
+
"kind": "js",
|
|
2040
|
+
"name": "default",
|
|
2041
|
+
"declaration": {
|
|
2042
|
+
"name": "QtiItemBody",
|
|
2043
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "custom-element-definition",
|
|
2048
|
+
"name": "qti-item-body",
|
|
2049
|
+
"declaration": {
|
|
2050
|
+
"name": "QtiItemBody",
|
|
2051
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2055
|
+
},
|
|
1997
2056
|
{
|
|
1998
2057
|
"kind": "javascript-module",
|
|
1999
2058
|
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
@@ -2496,89 +2555,6 @@
|
|
|
2496
2555
|
}
|
|
2497
2556
|
]
|
|
2498
2557
|
},
|
|
2499
|
-
{
|
|
2500
|
-
"kind": "javascript-module",
|
|
2501
|
-
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
2502
|
-
"declarations": [
|
|
2503
|
-
{
|
|
2504
|
-
"kind": "class",
|
|
2505
|
-
"description": "",
|
|
2506
|
-
"name": "QtiFeedbackBlock",
|
|
2507
|
-
"members": [],
|
|
2508
|
-
"superclass": {
|
|
2509
|
-
"name": "QtiFeedback",
|
|
2510
|
-
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
2511
|
-
},
|
|
2512
|
-
"tagName": "qti-feedback-block",
|
|
2513
|
-
"customElement": true,
|
|
2514
|
-
"attributes": [
|
|
2515
|
-
{
|
|
2516
|
-
"name": "show-hide",
|
|
2517
|
-
"type": {
|
|
2518
|
-
"text": "string"
|
|
2519
|
-
},
|
|
2520
|
-
"fieldName": "showHide",
|
|
2521
|
-
"inheritedFrom": {
|
|
2522
|
-
"name": "QtiFeedback",
|
|
2523
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
"name": "outcome-identifier",
|
|
2528
|
-
"type": {
|
|
2529
|
-
"text": "string"
|
|
2530
|
-
},
|
|
2531
|
-
"fieldName": "outcomeIdentifier",
|
|
2532
|
-
"inheritedFrom": {
|
|
2533
|
-
"name": "QtiFeedback",
|
|
2534
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"name": "identifier",
|
|
2539
|
-
"type": {
|
|
2540
|
-
"text": "string"
|
|
2541
|
-
},
|
|
2542
|
-
"fieldName": "identifier",
|
|
2543
|
-
"inheritedFrom": {
|
|
2544
|
-
"name": "QtiFeedback",
|
|
2545
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2546
|
-
}
|
|
2547
|
-
}
|
|
2548
|
-
],
|
|
2549
|
-
"events": [
|
|
2550
|
-
{
|
|
2551
|
-
"name": "qti-register-feedback",
|
|
2552
|
-
"type": {
|
|
2553
|
-
"text": "CustomEvent"
|
|
2554
|
-
},
|
|
2555
|
-
"inheritedFrom": {
|
|
2556
|
-
"name": "QtiFeedback",
|
|
2557
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2558
|
-
}
|
|
2559
|
-
}
|
|
2560
|
-
]
|
|
2561
|
-
}
|
|
2562
|
-
],
|
|
2563
|
-
"exports": [
|
|
2564
|
-
{
|
|
2565
|
-
"kind": "js",
|
|
2566
|
-
"name": "QtiFeedbackBlock",
|
|
2567
|
-
"declaration": {
|
|
2568
|
-
"name": "QtiFeedbackBlock",
|
|
2569
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
2570
|
-
}
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
"kind": "custom-element-definition",
|
|
2574
|
-
"name": "qti-feedback-block",
|
|
2575
|
-
"declaration": {
|
|
2576
|
-
"name": "QtiFeedbackBlock",
|
|
2577
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
2578
|
-
}
|
|
2579
|
-
}
|
|
2580
|
-
]
|
|
2581
|
-
},
|
|
2582
2558
|
{
|
|
2583
2559
|
"kind": "javascript-module",
|
|
2584
2560
|
"path": "src/lib/qti-test/components/index.ts",
|
|
@@ -3128,18 +3104,18 @@
|
|
|
3128
3104
|
},
|
|
3129
3105
|
{
|
|
3130
3106
|
"kind": "javascript-module",
|
|
3131
|
-
"path": "src/lib/qti-components/qti-feedback/qti-feedback-
|
|
3107
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
3132
3108
|
"declarations": [
|
|
3133
3109
|
{
|
|
3134
3110
|
"kind": "class",
|
|
3135
3111
|
"description": "",
|
|
3136
|
-
"name": "
|
|
3112
|
+
"name": "QtiFeedbackBlock",
|
|
3137
3113
|
"members": [],
|
|
3138
3114
|
"superclass": {
|
|
3139
3115
|
"name": "QtiFeedback",
|
|
3140
3116
|
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
3141
3117
|
},
|
|
3142
|
-
"tagName": "qti-feedback-
|
|
3118
|
+
"tagName": "qti-feedback-block",
|
|
3143
3119
|
"customElement": true,
|
|
3144
3120
|
"attributes": [
|
|
3145
3121
|
{
|
|
@@ -3193,7 +3169,90 @@
|
|
|
3193
3169
|
"exports": [
|
|
3194
3170
|
{
|
|
3195
3171
|
"kind": "js",
|
|
3196
|
-
"name": "
|
|
3172
|
+
"name": "QtiFeedbackBlock",
|
|
3173
|
+
"declaration": {
|
|
3174
|
+
"name": "QtiFeedbackBlock",
|
|
3175
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
3176
|
+
}
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"kind": "custom-element-definition",
|
|
3180
|
+
"name": "qti-feedback-block",
|
|
3181
|
+
"declaration": {
|
|
3182
|
+
"name": "QtiFeedbackBlock",
|
|
3183
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
3184
|
+
}
|
|
3185
|
+
}
|
|
3186
|
+
]
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "javascript-module",
|
|
3190
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts",
|
|
3191
|
+
"declarations": [
|
|
3192
|
+
{
|
|
3193
|
+
"kind": "class",
|
|
3194
|
+
"description": "",
|
|
3195
|
+
"name": "QtiFeedbackInline",
|
|
3196
|
+
"members": [],
|
|
3197
|
+
"superclass": {
|
|
3198
|
+
"name": "QtiFeedback",
|
|
3199
|
+
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
3200
|
+
},
|
|
3201
|
+
"tagName": "qti-feedback-inline",
|
|
3202
|
+
"customElement": true,
|
|
3203
|
+
"attributes": [
|
|
3204
|
+
{
|
|
3205
|
+
"name": "show-hide",
|
|
3206
|
+
"type": {
|
|
3207
|
+
"text": "string"
|
|
3208
|
+
},
|
|
3209
|
+
"fieldName": "showHide",
|
|
3210
|
+
"inheritedFrom": {
|
|
3211
|
+
"name": "QtiFeedback",
|
|
3212
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
3213
|
+
}
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"name": "outcome-identifier",
|
|
3217
|
+
"type": {
|
|
3218
|
+
"text": "string"
|
|
3219
|
+
},
|
|
3220
|
+
"fieldName": "outcomeIdentifier",
|
|
3221
|
+
"inheritedFrom": {
|
|
3222
|
+
"name": "QtiFeedback",
|
|
3223
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"name": "identifier",
|
|
3228
|
+
"type": {
|
|
3229
|
+
"text": "string"
|
|
3230
|
+
},
|
|
3231
|
+
"fieldName": "identifier",
|
|
3232
|
+
"inheritedFrom": {
|
|
3233
|
+
"name": "QtiFeedback",
|
|
3234
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
3235
|
+
}
|
|
3236
|
+
}
|
|
3237
|
+
],
|
|
3238
|
+
"events": [
|
|
3239
|
+
{
|
|
3240
|
+
"name": "qti-register-feedback",
|
|
3241
|
+
"type": {
|
|
3242
|
+
"text": "CustomEvent"
|
|
3243
|
+
},
|
|
3244
|
+
"inheritedFrom": {
|
|
3245
|
+
"name": "QtiFeedback",
|
|
3246
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
3247
|
+
}
|
|
3248
|
+
}
|
|
3249
|
+
]
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3252
|
+
"exports": [
|
|
3253
|
+
{
|
|
3254
|
+
"kind": "js",
|
|
3255
|
+
"name": "QtiFeedbackInline",
|
|
3197
3256
|
"declaration": {
|
|
3198
3257
|
"name": "QtiFeedbackInline",
|
|
3199
3258
|
"module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
|
|
@@ -3945,6 +4004,130 @@
|
|
|
3945
4004
|
}
|
|
3946
4005
|
]
|
|
3947
4006
|
},
|
|
4007
|
+
{
|
|
4008
|
+
"kind": "javascript-module",
|
|
4009
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
|
|
4010
|
+
"declarations": [
|
|
4011
|
+
{
|
|
4012
|
+
"kind": "class",
|
|
4013
|
+
"description": "",
|
|
4014
|
+
"name": "QtiGraphicOrderInteraction",
|
|
4015
|
+
"members": [],
|
|
4016
|
+
"superclass": {
|
|
4017
|
+
"name": "Choices",
|
|
4018
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4019
|
+
},
|
|
4020
|
+
"tagName": "qti-graphic-order-interaction",
|
|
4021
|
+
"customElement": true,
|
|
4022
|
+
"attributes": [
|
|
4023
|
+
{
|
|
4024
|
+
"name": "min-choices",
|
|
4025
|
+
"type": {
|
|
4026
|
+
"text": "number"
|
|
4027
|
+
},
|
|
4028
|
+
"default": "0",
|
|
4029
|
+
"description": "the minimal number of selections a candidate must make",
|
|
4030
|
+
"fieldName": "minChoices",
|
|
4031
|
+
"inheritedFrom": {
|
|
4032
|
+
"name": "Choices",
|
|
4033
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
4036
|
+
{
|
|
4037
|
+
"name": "max-choices",
|
|
4038
|
+
"type": {
|
|
4039
|
+
"text": "number"
|
|
4040
|
+
},
|
|
4041
|
+
"default": "1",
|
|
4042
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
4043
|
+
"fieldName": "maxChoices",
|
|
4044
|
+
"inheritedFrom": {
|
|
4045
|
+
"name": "Choices",
|
|
4046
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4047
|
+
}
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"name": "response-identifier",
|
|
4051
|
+
"type": {
|
|
4052
|
+
"text": "string"
|
|
4053
|
+
},
|
|
4054
|
+
"default": "''",
|
|
4055
|
+
"fieldName": "responseIdentifier",
|
|
4056
|
+
"inheritedFrom": {
|
|
4057
|
+
"name": "Interaction",
|
|
4058
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"name": "disabled",
|
|
4063
|
+
"type": {
|
|
4064
|
+
"text": "boolean"
|
|
4065
|
+
},
|
|
4066
|
+
"default": "false",
|
|
4067
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4068
|
+
"fieldName": "disabled",
|
|
4069
|
+
"inheritedFrom": {
|
|
4070
|
+
"name": "Interaction",
|
|
4071
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4072
|
+
}
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"name": "readonly",
|
|
4076
|
+
"type": {
|
|
4077
|
+
"text": "boolean"
|
|
4078
|
+
},
|
|
4079
|
+
"default": "false",
|
|
4080
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4081
|
+
"fieldName": "readonly",
|
|
4082
|
+
"inheritedFrom": {
|
|
4083
|
+
"name": "Interaction",
|
|
4084
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4085
|
+
}
|
|
4086
|
+
}
|
|
4087
|
+
],
|
|
4088
|
+
"events": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "qti-register-interaction",
|
|
4091
|
+
"type": {
|
|
4092
|
+
"text": "CustomEvent"
|
|
4093
|
+
},
|
|
4094
|
+
"inheritedFrom": {
|
|
4095
|
+
"name": "Interaction",
|
|
4096
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4097
|
+
}
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"name": "qti-interaction-response",
|
|
4101
|
+
"type": {
|
|
4102
|
+
"text": "CustomEvent"
|
|
4103
|
+
},
|
|
4104
|
+
"inheritedFrom": {
|
|
4105
|
+
"name": "Interaction",
|
|
4106
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4107
|
+
}
|
|
4108
|
+
}
|
|
4109
|
+
]
|
|
4110
|
+
}
|
|
4111
|
+
],
|
|
4112
|
+
"exports": [
|
|
4113
|
+
{
|
|
4114
|
+
"kind": "js",
|
|
4115
|
+
"name": "QtiGraphicOrderInteraction",
|
|
4116
|
+
"declaration": {
|
|
4117
|
+
"name": "QtiGraphicOrderInteraction",
|
|
4118
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
4119
|
+
}
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"kind": "custom-element-definition",
|
|
4123
|
+
"name": "qti-graphic-order-interaction",
|
|
4124
|
+
"declaration": {
|
|
4125
|
+
"name": "QtiGraphicOrderInteraction",
|
|
4126
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
4127
|
+
}
|
|
4128
|
+
}
|
|
4129
|
+
]
|
|
4130
|
+
},
|
|
3948
4131
|
{
|
|
3949
4132
|
"kind": "javascript-module",
|
|
3950
4133
|
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
@@ -4171,18 +4354,18 @@
|
|
|
4171
4354
|
},
|
|
4172
4355
|
{
|
|
4173
4356
|
"kind": "javascript-module",
|
|
4174
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4357
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
4175
4358
|
"declarations": [
|
|
4176
4359
|
{
|
|
4177
4360
|
"kind": "class",
|
|
4178
4361
|
"description": "",
|
|
4179
|
-
"name": "
|
|
4362
|
+
"name": "QtiHotspotInteraction",
|
|
4180
4363
|
"members": [],
|
|
4181
4364
|
"superclass": {
|
|
4182
4365
|
"name": "Choices",
|
|
4183
4366
|
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4184
4367
|
},
|
|
4185
|
-
"tagName": "qti-
|
|
4368
|
+
"tagName": "qti-hotspot-interaction",
|
|
4186
4369
|
"customElement": true,
|
|
4187
4370
|
"attributes": [
|
|
4188
4371
|
{
|
|
@@ -4277,36 +4460,36 @@
|
|
|
4277
4460
|
"exports": [
|
|
4278
4461
|
{
|
|
4279
4462
|
"kind": "js",
|
|
4280
|
-
"name": "
|
|
4463
|
+
"name": "QtiHotspotInteraction",
|
|
4281
4464
|
"declaration": {
|
|
4282
|
-
"name": "
|
|
4283
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4465
|
+
"name": "QtiHotspotInteraction",
|
|
4466
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
4284
4467
|
}
|
|
4285
4468
|
},
|
|
4286
4469
|
{
|
|
4287
4470
|
"kind": "custom-element-definition",
|
|
4288
|
-
"name": "qti-
|
|
4471
|
+
"name": "qti-hotspot-interaction",
|
|
4289
4472
|
"declaration": {
|
|
4290
|
-
"name": "
|
|
4291
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4473
|
+
"name": "QtiHotspotInteraction",
|
|
4474
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
4292
4475
|
}
|
|
4293
4476
|
}
|
|
4294
4477
|
]
|
|
4295
4478
|
},
|
|
4296
4479
|
{
|
|
4297
4480
|
"kind": "javascript-module",
|
|
4298
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4481
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
|
|
4299
4482
|
"declarations": [
|
|
4300
4483
|
{
|
|
4301
4484
|
"kind": "class",
|
|
4302
4485
|
"description": "",
|
|
4303
|
-
"name": "
|
|
4486
|
+
"name": "QtiHottextInteraction",
|
|
4304
4487
|
"members": [],
|
|
4305
4488
|
"superclass": {
|
|
4306
4489
|
"name": "Choices",
|
|
4307
4490
|
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4308
4491
|
},
|
|
4309
|
-
"tagName": "qti-
|
|
4492
|
+
"tagName": "qti-hottext-interaction",
|
|
4310
4493
|
"customElement": true,
|
|
4311
4494
|
"attributes": [
|
|
4312
4495
|
{
|
|
@@ -4401,158 +4584,34 @@
|
|
|
4401
4584
|
"exports": [
|
|
4402
4585
|
{
|
|
4403
4586
|
"kind": "js",
|
|
4404
|
-
"name": "
|
|
4587
|
+
"name": "QtiHottextInteraction",
|
|
4405
4588
|
"declaration": {
|
|
4406
|
-
"name": "
|
|
4407
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4589
|
+
"name": "QtiHottextInteraction",
|
|
4590
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
4408
4591
|
}
|
|
4409
4592
|
},
|
|
4410
4593
|
{
|
|
4411
4594
|
"kind": "custom-element-definition",
|
|
4412
|
-
"name": "qti-
|
|
4595
|
+
"name": "qti-hottext-interaction",
|
|
4413
4596
|
"declaration": {
|
|
4414
|
-
"name": "
|
|
4415
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4597
|
+
"name": "QtiHottextInteraction",
|
|
4598
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
4416
4599
|
}
|
|
4417
4600
|
}
|
|
4418
4601
|
]
|
|
4419
4602
|
},
|
|
4420
4603
|
{
|
|
4421
4604
|
"kind": "javascript-module",
|
|
4422
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4605
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
4423
4606
|
"declarations": [
|
|
4424
4607
|
{
|
|
4425
4608
|
"kind": "class",
|
|
4426
4609
|
"description": "",
|
|
4427
|
-
"name": "
|
|
4610
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4428
4611
|
"members": [],
|
|
4429
|
-
"superclass": {
|
|
4430
|
-
"name": "Choices",
|
|
4431
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
4432
|
-
},
|
|
4433
|
-
"tagName": "qti-hottext-interaction",
|
|
4434
|
-
"customElement": true,
|
|
4435
4612
|
"attributes": [
|
|
4436
4613
|
{
|
|
4437
|
-
"name": "
|
|
4438
|
-
"type": {
|
|
4439
|
-
"text": "number"
|
|
4440
|
-
},
|
|
4441
|
-
"default": "0",
|
|
4442
|
-
"description": "the minimal number of selections a candidate must make",
|
|
4443
|
-
"fieldName": "minChoices",
|
|
4444
|
-
"inheritedFrom": {
|
|
4445
|
-
"name": "Choices",
|
|
4446
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4447
|
-
}
|
|
4448
|
-
},
|
|
4449
|
-
{
|
|
4450
|
-
"name": "max-choices",
|
|
4451
|
-
"type": {
|
|
4452
|
-
"text": "number"
|
|
4453
|
-
},
|
|
4454
|
-
"default": "1",
|
|
4455
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
4456
|
-
"fieldName": "maxChoices",
|
|
4457
|
-
"inheritedFrom": {
|
|
4458
|
-
"name": "Choices",
|
|
4459
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4460
|
-
}
|
|
4461
|
-
},
|
|
4462
|
-
{
|
|
4463
|
-
"name": "response-identifier",
|
|
4464
|
-
"type": {
|
|
4465
|
-
"text": "string"
|
|
4466
|
-
},
|
|
4467
|
-
"default": "''",
|
|
4468
|
-
"fieldName": "responseIdentifier",
|
|
4469
|
-
"inheritedFrom": {
|
|
4470
|
-
"name": "Interaction",
|
|
4471
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4472
|
-
}
|
|
4473
|
-
},
|
|
4474
|
-
{
|
|
4475
|
-
"name": "disabled",
|
|
4476
|
-
"type": {
|
|
4477
|
-
"text": "boolean"
|
|
4478
|
-
},
|
|
4479
|
-
"default": "false",
|
|
4480
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4481
|
-
"fieldName": "disabled",
|
|
4482
|
-
"inheritedFrom": {
|
|
4483
|
-
"name": "Interaction",
|
|
4484
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4485
|
-
}
|
|
4486
|
-
},
|
|
4487
|
-
{
|
|
4488
|
-
"name": "readonly",
|
|
4489
|
-
"type": {
|
|
4490
|
-
"text": "boolean"
|
|
4491
|
-
},
|
|
4492
|
-
"default": "false",
|
|
4493
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4494
|
-
"fieldName": "readonly",
|
|
4495
|
-
"inheritedFrom": {
|
|
4496
|
-
"name": "Interaction",
|
|
4497
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4498
|
-
}
|
|
4499
|
-
}
|
|
4500
|
-
],
|
|
4501
|
-
"events": [
|
|
4502
|
-
{
|
|
4503
|
-
"name": "qti-register-interaction",
|
|
4504
|
-
"type": {
|
|
4505
|
-
"text": "CustomEvent"
|
|
4506
|
-
},
|
|
4507
|
-
"inheritedFrom": {
|
|
4508
|
-
"name": "Interaction",
|
|
4509
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4510
|
-
}
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
"name": "qti-interaction-response",
|
|
4514
|
-
"type": {
|
|
4515
|
-
"text": "CustomEvent"
|
|
4516
|
-
},
|
|
4517
|
-
"inheritedFrom": {
|
|
4518
|
-
"name": "Interaction",
|
|
4519
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4520
|
-
}
|
|
4521
|
-
}
|
|
4522
|
-
]
|
|
4523
|
-
}
|
|
4524
|
-
],
|
|
4525
|
-
"exports": [
|
|
4526
|
-
{
|
|
4527
|
-
"kind": "js",
|
|
4528
|
-
"name": "QtiHottextInteraction",
|
|
4529
|
-
"declaration": {
|
|
4530
|
-
"name": "QtiHottextInteraction",
|
|
4531
|
-
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
4532
|
-
}
|
|
4533
|
-
},
|
|
4534
|
-
{
|
|
4535
|
-
"kind": "custom-element-definition",
|
|
4536
|
-
"name": "qti-hottext-interaction",
|
|
4537
|
-
"declaration": {
|
|
4538
|
-
"name": "QtiHottextInteraction",
|
|
4539
|
-
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
4540
|
-
}
|
|
4541
|
-
}
|
|
4542
|
-
]
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"kind": "javascript-module",
|
|
4546
|
-
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
4547
|
-
"declarations": [
|
|
4548
|
-
{
|
|
4549
|
-
"kind": "class",
|
|
4550
|
-
"description": "",
|
|
4551
|
-
"name": "QtiInlineChoiceInteraction",
|
|
4552
|
-
"members": [],
|
|
4553
|
-
"attributes": [
|
|
4554
|
-
{
|
|
4555
|
-
"name": "data-prompt",
|
|
4614
|
+
"name": "data-prompt",
|
|
4556
4615
|
"type": {
|
|
4557
4616
|
"text": "string"
|
|
4558
4617
|
},
|
|
@@ -4775,21 +4834,18 @@
|
|
|
4775
4834
|
},
|
|
4776
4835
|
{
|
|
4777
4836
|
"kind": "javascript-module",
|
|
4778
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4837
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
4779
4838
|
"declarations": [
|
|
4780
4839
|
{
|
|
4781
4840
|
"kind": "class",
|
|
4782
4841
|
"description": "",
|
|
4783
|
-
"name": "
|
|
4842
|
+
"name": "QtiMediaInteraction",
|
|
4784
4843
|
"members": [],
|
|
4785
4844
|
"attributes": [
|
|
4786
4845
|
{
|
|
4787
|
-
"name": "
|
|
4788
|
-
"
|
|
4789
|
-
|
|
4790
|
-
},
|
|
4791
|
-
"description": "orientation of choices",
|
|
4792
|
-
"fieldName": "orientation"
|
|
4846
|
+
"name": "",
|
|
4847
|
+
"fieldName": "",
|
|
4848
|
+
"attribute": ""
|
|
4793
4849
|
},
|
|
4794
4850
|
{
|
|
4795
4851
|
"name": "response-identifier",
|
|
@@ -4799,8 +4855,8 @@
|
|
|
4799
4855
|
"default": "''",
|
|
4800
4856
|
"fieldName": "responseIdentifier",
|
|
4801
4857
|
"inheritedFrom": {
|
|
4802
|
-
"name": "
|
|
4803
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4858
|
+
"name": "Interaction",
|
|
4859
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4804
4860
|
}
|
|
4805
4861
|
},
|
|
4806
4862
|
{
|
|
@@ -4809,10 +4865,11 @@
|
|
|
4809
4865
|
"text": "boolean"
|
|
4810
4866
|
},
|
|
4811
4867
|
"default": "false",
|
|
4868
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4812
4869
|
"fieldName": "disabled",
|
|
4813
4870
|
"inheritedFrom": {
|
|
4814
|
-
"name": "
|
|
4815
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4871
|
+
"name": "Interaction",
|
|
4872
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4816
4873
|
}
|
|
4817
4874
|
},
|
|
4818
4875
|
{
|
|
@@ -4821,48 +4878,19 @@
|
|
|
4821
4878
|
"text": "boolean"
|
|
4822
4879
|
},
|
|
4823
4880
|
"default": "false",
|
|
4881
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4824
4882
|
"fieldName": "readonly",
|
|
4825
4883
|
"inheritedFrom": {
|
|
4826
|
-
"name": "
|
|
4827
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4828
|
-
}
|
|
4829
|
-
},
|
|
4830
|
-
{
|
|
4831
|
-
"name": "min-associations",
|
|
4832
|
-
"type": {
|
|
4833
|
-
"text": "number"
|
|
4834
|
-
},
|
|
4835
|
-
"default": "1",
|
|
4836
|
-
"fieldName": "minAssociations",
|
|
4837
|
-
"inheritedFrom": {
|
|
4838
|
-
"name": "DragDropInteractionMixin",
|
|
4839
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4840
|
-
}
|
|
4841
|
-
},
|
|
4842
|
-
{
|
|
4843
|
-
"name": "max-associations",
|
|
4844
|
-
"type": {
|
|
4845
|
-
"text": "number"
|
|
4846
|
-
},
|
|
4847
|
-
"default": "1",
|
|
4848
|
-
"fieldName": "maxAssociations",
|
|
4849
|
-
"inheritedFrom": {
|
|
4850
|
-
"name": "DragDropInteractionMixin",
|
|
4851
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4884
|
+
"name": "Interaction",
|
|
4885
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4852
4886
|
}
|
|
4853
4887
|
}
|
|
4854
4888
|
],
|
|
4855
|
-
"mixins": [
|
|
4856
|
-
{
|
|
4857
|
-
"name": "DragDropInteractionMixin",
|
|
4858
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
4859
|
-
}
|
|
4860
|
-
],
|
|
4861
4889
|
"superclass": {
|
|
4862
|
-
"name": "
|
|
4863
|
-
"
|
|
4890
|
+
"name": "Interaction",
|
|
4891
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4864
4892
|
},
|
|
4865
|
-
"tagName": "qti-
|
|
4893
|
+
"tagName": "qti-media-interaction",
|
|
4866
4894
|
"customElement": true,
|
|
4867
4895
|
"events": [
|
|
4868
4896
|
{
|
|
@@ -4871,8 +4899,8 @@
|
|
|
4871
4899
|
"text": "CustomEvent"
|
|
4872
4900
|
},
|
|
4873
4901
|
"inheritedFrom": {
|
|
4874
|
-
"name": "
|
|
4875
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4902
|
+
"name": "Interaction",
|
|
4903
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4876
4904
|
}
|
|
4877
4905
|
},
|
|
4878
4906
|
{
|
|
@@ -4881,8 +4909,8 @@
|
|
|
4881
4909
|
"text": "CustomEvent"
|
|
4882
4910
|
},
|
|
4883
4911
|
"inheritedFrom": {
|
|
4884
|
-
"name": "
|
|
4885
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4912
|
+
"name": "Interaction",
|
|
4913
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4886
4914
|
}
|
|
4887
4915
|
}
|
|
4888
4916
|
]
|
|
@@ -4891,36 +4919,45 @@
|
|
|
4891
4919
|
"exports": [
|
|
4892
4920
|
{
|
|
4893
4921
|
"kind": "js",
|
|
4894
|
-
"name": "
|
|
4922
|
+
"name": "QtiMediaInteraction",
|
|
4895
4923
|
"declaration": {
|
|
4896
|
-
"name": "
|
|
4897
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4924
|
+
"name": "QtiMediaInteraction",
|
|
4925
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
4898
4926
|
}
|
|
4899
4927
|
},
|
|
4900
4928
|
{
|
|
4901
4929
|
"kind": "custom-element-definition",
|
|
4902
|
-
"name": "qti-
|
|
4930
|
+
"name": "qti-media-interaction",
|
|
4903
4931
|
"declaration": {
|
|
4904
|
-
"name": "
|
|
4905
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4932
|
+
"name": "QtiMediaInteraction",
|
|
4933
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
4906
4934
|
}
|
|
4907
4935
|
}
|
|
4908
4936
|
]
|
|
4909
4937
|
},
|
|
4910
4938
|
{
|
|
4911
4939
|
"kind": "javascript-module",
|
|
4912
|
-
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.
|
|
4940
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
|
|
4941
|
+
"declarations": [],
|
|
4942
|
+
"exports": []
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"kind": "javascript-module",
|
|
4946
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
|
|
4913
4947
|
"declarations": [
|
|
4914
4948
|
{
|
|
4915
4949
|
"kind": "class",
|
|
4916
4950
|
"description": "",
|
|
4917
|
-
"name": "
|
|
4951
|
+
"name": "QtiOrderInteraction",
|
|
4918
4952
|
"members": [],
|
|
4919
4953
|
"attributes": [
|
|
4920
4954
|
{
|
|
4921
|
-
"name": "",
|
|
4922
|
-
"
|
|
4923
|
-
|
|
4955
|
+
"name": "orientation",
|
|
4956
|
+
"type": {
|
|
4957
|
+
"text": "'horizontal' | 'vertical'"
|
|
4958
|
+
},
|
|
4959
|
+
"description": "orientation of choices",
|
|
4960
|
+
"fieldName": "orientation"
|
|
4924
4961
|
},
|
|
4925
4962
|
{
|
|
4926
4963
|
"name": "response-identifier",
|
|
@@ -4930,8 +4967,8 @@
|
|
|
4930
4967
|
"default": "''",
|
|
4931
4968
|
"fieldName": "responseIdentifier",
|
|
4932
4969
|
"inheritedFrom": {
|
|
4933
|
-
"name": "
|
|
4934
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4970
|
+
"name": "DragDropInteractionMixin",
|
|
4971
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4935
4972
|
}
|
|
4936
4973
|
},
|
|
4937
4974
|
{
|
|
@@ -4940,11 +4977,10 @@
|
|
|
4940
4977
|
"text": "boolean"
|
|
4941
4978
|
},
|
|
4942
4979
|
"default": "false",
|
|
4943
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4944
4980
|
"fieldName": "disabled",
|
|
4945
4981
|
"inheritedFrom": {
|
|
4946
|
-
"name": "
|
|
4947
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4982
|
+
"name": "DroppablesMixin",
|
|
4983
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
4948
4984
|
}
|
|
4949
4985
|
},
|
|
4950
4986
|
{
|
|
@@ -4953,19 +4989,48 @@
|
|
|
4953
4989
|
"text": "boolean"
|
|
4954
4990
|
},
|
|
4955
4991
|
"default": "false",
|
|
4956
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4957
4992
|
"fieldName": "readonly",
|
|
4958
4993
|
"inheritedFrom": {
|
|
4959
|
-
"name": "
|
|
4960
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4994
|
+
"name": "DragDropInteractionMixin",
|
|
4995
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4996
|
+
}
|
|
4997
|
+
},
|
|
4998
|
+
{
|
|
4999
|
+
"name": "min-associations",
|
|
5000
|
+
"type": {
|
|
5001
|
+
"text": "number"
|
|
5002
|
+
},
|
|
5003
|
+
"default": "1",
|
|
5004
|
+
"fieldName": "minAssociations",
|
|
5005
|
+
"inheritedFrom": {
|
|
5006
|
+
"name": "DragDropInteractionMixin",
|
|
5007
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5008
|
+
}
|
|
5009
|
+
},
|
|
5010
|
+
{
|
|
5011
|
+
"name": "max-associations",
|
|
5012
|
+
"type": {
|
|
5013
|
+
"text": "number"
|
|
5014
|
+
},
|
|
5015
|
+
"default": "1",
|
|
5016
|
+
"fieldName": "maxAssociations",
|
|
5017
|
+
"inheritedFrom": {
|
|
5018
|
+
"name": "DragDropInteractionMixin",
|
|
5019
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4961
5020
|
}
|
|
4962
5021
|
}
|
|
4963
5022
|
],
|
|
5023
|
+
"mixins": [
|
|
5024
|
+
{
|
|
5025
|
+
"name": "DragDropInteractionMixin",
|
|
5026
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
5027
|
+
}
|
|
5028
|
+
],
|
|
4964
5029
|
"superclass": {
|
|
4965
|
-
"name": "
|
|
4966
|
-
"
|
|
5030
|
+
"name": "LitElement",
|
|
5031
|
+
"package": "lit"
|
|
4967
5032
|
},
|
|
4968
|
-
"tagName": "qti-
|
|
5033
|
+
"tagName": "qti-order-interaction",
|
|
4969
5034
|
"customElement": true,
|
|
4970
5035
|
"events": [
|
|
4971
5036
|
{
|
|
@@ -4974,8 +5039,8 @@
|
|
|
4974
5039
|
"text": "CustomEvent"
|
|
4975
5040
|
},
|
|
4976
5041
|
"inheritedFrom": {
|
|
4977
|
-
"name": "
|
|
4978
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5042
|
+
"name": "DragDropInteractionMixin",
|
|
5043
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4979
5044
|
}
|
|
4980
5045
|
},
|
|
4981
5046
|
{
|
|
@@ -4984,8 +5049,8 @@
|
|
|
4984
5049
|
"text": "CustomEvent"
|
|
4985
5050
|
},
|
|
4986
5051
|
"inheritedFrom": {
|
|
4987
|
-
"name": "
|
|
4988
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5052
|
+
"name": "DragDropInteractionMixin",
|
|
5053
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4989
5054
|
}
|
|
4990
5055
|
}
|
|
4991
5056
|
]
|
|
@@ -4994,28 +5059,22 @@
|
|
|
4994
5059
|
"exports": [
|
|
4995
5060
|
{
|
|
4996
5061
|
"kind": "js",
|
|
4997
|
-
"name": "
|
|
5062
|
+
"name": "QtiOrderInteraction",
|
|
4998
5063
|
"declaration": {
|
|
4999
|
-
"name": "
|
|
5000
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
5064
|
+
"name": "QtiOrderInteraction",
|
|
5065
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
5001
5066
|
}
|
|
5002
5067
|
},
|
|
5003
5068
|
{
|
|
5004
5069
|
"kind": "custom-element-definition",
|
|
5005
|
-
"name": "qti-
|
|
5070
|
+
"name": "qti-order-interaction",
|
|
5006
5071
|
"declaration": {
|
|
5007
|
-
"name": "
|
|
5008
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
5072
|
+
"name": "QtiOrderInteraction",
|
|
5073
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
5009
5074
|
}
|
|
5010
5075
|
}
|
|
5011
5076
|
]
|
|
5012
5077
|
},
|
|
5013
|
-
{
|
|
5014
|
-
"kind": "javascript-module",
|
|
5015
|
-
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
|
|
5016
|
-
"declarations": [],
|
|
5017
|
-
"exports": []
|
|
5018
|
-
},
|
|
5019
5078
|
{
|
|
5020
5079
|
"kind": "javascript-module",
|
|
5021
5080
|
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
|
|
@@ -5637,47 +5696,6 @@
|
|
|
5637
5696
|
}
|
|
5638
5697
|
]
|
|
5639
5698
|
},
|
|
5640
|
-
{
|
|
5641
|
-
"kind": "javascript-module",
|
|
5642
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
5643
|
-
"declarations": [
|
|
5644
|
-
{
|
|
5645
|
-
"kind": "class",
|
|
5646
|
-
"description": "",
|
|
5647
|
-
"name": "QtiResponseProcessing",
|
|
5648
|
-
"members": [],
|
|
5649
|
-
"attributes": [
|
|
5650
|
-
{
|
|
5651
|
-
"name": "identifier"
|
|
5652
|
-
}
|
|
5653
|
-
],
|
|
5654
|
-
"superclass": {
|
|
5655
|
-
"name": "LitElement",
|
|
5656
|
-
"package": "lit"
|
|
5657
|
-
},
|
|
5658
|
-
"tagName": "qti-response-processing",
|
|
5659
|
-
"customElement": true
|
|
5660
|
-
}
|
|
5661
|
-
],
|
|
5662
|
-
"exports": [
|
|
5663
|
-
{
|
|
5664
|
-
"kind": "js",
|
|
5665
|
-
"name": "default",
|
|
5666
|
-
"declaration": {
|
|
5667
|
-
"name": "QtiResponseProcessing",
|
|
5668
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
5669
|
-
}
|
|
5670
|
-
},
|
|
5671
|
-
{
|
|
5672
|
-
"kind": "custom-element-definition",
|
|
5673
|
-
"name": "qti-response-processing",
|
|
5674
|
-
"declaration": {
|
|
5675
|
-
"name": "QtiResponseProcessing",
|
|
5676
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
5677
|
-
}
|
|
5678
|
-
}
|
|
5679
|
-
]
|
|
5680
|
-
},
|
|
5681
5699
|
{
|
|
5682
5700
|
"kind": "javascript-module",
|
|
5683
5701
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
|
|
@@ -5885,63 +5903,126 @@
|
|
|
5885
5903
|
},
|
|
5886
5904
|
{
|
|
5887
5905
|
"kind": "js",
|
|
5888
|
-
"name": "*",
|
|
5906
|
+
"name": "*",
|
|
5907
|
+
"declaration": {
|
|
5908
|
+
"name": "*",
|
|
5909
|
+
"package": "./qti-sum/qti-sum"
|
|
5910
|
+
}
|
|
5911
|
+
}
|
|
5912
|
+
]
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
"kind": "javascript-module",
|
|
5916
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
5917
|
+
"declarations": [
|
|
5918
|
+
{
|
|
5919
|
+
"kind": "class",
|
|
5920
|
+
"description": "",
|
|
5921
|
+
"name": "QtiConditionExpression",
|
|
5922
|
+
"members": [],
|
|
5923
|
+
"superclass": {
|
|
5924
|
+
"name": "QtiExpression",
|
|
5925
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5926
|
+
}
|
|
5927
|
+
}
|
|
5928
|
+
],
|
|
5929
|
+
"exports": [
|
|
5930
|
+
{
|
|
5931
|
+
"kind": "js",
|
|
5932
|
+
"name": "QtiConditionExpression",
|
|
5933
|
+
"declaration": {
|
|
5934
|
+
"name": "QtiConditionExpression",
|
|
5935
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
|
|
5936
|
+
}
|
|
5937
|
+
}
|
|
5938
|
+
]
|
|
5939
|
+
},
|
|
5940
|
+
{
|
|
5941
|
+
"kind": "javascript-module",
|
|
5942
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
5943
|
+
"declarations": [
|
|
5944
|
+
{
|
|
5945
|
+
"kind": "class",
|
|
5946
|
+
"description": "",
|
|
5947
|
+
"name": "QtiExpression",
|
|
5948
|
+
"members": [],
|
|
5949
|
+
"superclass": {
|
|
5950
|
+
"name": "LitElement",
|
|
5951
|
+
"package": "lit"
|
|
5952
|
+
},
|
|
5953
|
+
"customElement": true
|
|
5954
|
+
}
|
|
5955
|
+
],
|
|
5956
|
+
"exports": [
|
|
5957
|
+
{
|
|
5958
|
+
"kind": "js",
|
|
5959
|
+
"name": "QtiExpression",
|
|
5889
5960
|
"declaration": {
|
|
5890
|
-
"name": "
|
|
5891
|
-
"
|
|
5961
|
+
"name": "QtiExpression",
|
|
5962
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
5892
5963
|
}
|
|
5893
5964
|
}
|
|
5894
5965
|
]
|
|
5895
5966
|
},
|
|
5896
5967
|
{
|
|
5897
5968
|
"kind": "javascript-module",
|
|
5898
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5969
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
5899
5970
|
"declarations": [
|
|
5900
5971
|
{
|
|
5901
5972
|
"kind": "class",
|
|
5902
5973
|
"description": "",
|
|
5903
|
-
"name": "
|
|
5974
|
+
"name": "QtiResponseProcessing",
|
|
5904
5975
|
"members": [],
|
|
5976
|
+
"attributes": [
|
|
5977
|
+
{
|
|
5978
|
+
"name": "identifier"
|
|
5979
|
+
}
|
|
5980
|
+
],
|
|
5905
5981
|
"superclass": {
|
|
5906
|
-
"name": "
|
|
5907
|
-
"
|
|
5908
|
-
}
|
|
5982
|
+
"name": "LitElement",
|
|
5983
|
+
"package": "lit"
|
|
5984
|
+
},
|
|
5985
|
+
"tagName": "qti-response-processing",
|
|
5986
|
+
"customElement": true
|
|
5909
5987
|
}
|
|
5910
5988
|
],
|
|
5911
5989
|
"exports": [
|
|
5912
5990
|
{
|
|
5913
5991
|
"kind": "js",
|
|
5914
|
-
"name": "
|
|
5992
|
+
"name": "default",
|
|
5915
5993
|
"declaration": {
|
|
5916
|
-
"name": "
|
|
5917
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5994
|
+
"name": "QtiResponseProcessing",
|
|
5995
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
5996
|
+
}
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"kind": "custom-element-definition",
|
|
6000
|
+
"name": "qti-response-processing",
|
|
6001
|
+
"declaration": {
|
|
6002
|
+
"name": "QtiResponseProcessing",
|
|
6003
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
5918
6004
|
}
|
|
5919
6005
|
}
|
|
5920
6006
|
]
|
|
5921
6007
|
},
|
|
5922
6008
|
{
|
|
5923
6009
|
"kind": "javascript-module",
|
|
5924
|
-
"path": "src/lib/qti-components/qti-responseprocessing/
|
|
6010
|
+
"path": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts",
|
|
5925
6011
|
"declarations": [
|
|
5926
6012
|
{
|
|
5927
6013
|
"kind": "class",
|
|
5928
6014
|
"description": "",
|
|
5929
|
-
"name": "
|
|
5930
|
-
"members": []
|
|
5931
|
-
"superclass": {
|
|
5932
|
-
"name": "LitElement",
|
|
5933
|
-
"package": "lit"
|
|
5934
|
-
},
|
|
5935
|
-
"customElement": true
|
|
6015
|
+
"name": "ScoringHelper",
|
|
6016
|
+
"members": []
|
|
5936
6017
|
}
|
|
5937
6018
|
],
|
|
5938
6019
|
"exports": [
|
|
5939
6020
|
{
|
|
5940
6021
|
"kind": "js",
|
|
5941
|
-
"name": "
|
|
6022
|
+
"name": "ScoringHelper",
|
|
5942
6023
|
"declaration": {
|
|
5943
|
-
"name": "
|
|
5944
|
-
"module": "src/lib/qti-components/qti-responseprocessing/
|
|
6024
|
+
"name": "ScoringHelper",
|
|
6025
|
+
"module": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts"
|
|
5945
6026
|
}
|
|
5946
6027
|
}
|
|
5947
6028
|
]
|
|
@@ -5984,22 +6065,67 @@
|
|
|
5984
6065
|
},
|
|
5985
6066
|
{
|
|
5986
6067
|
"kind": "javascript-module",
|
|
5987
|
-
"path": "src/lib/qti-components/qti-
|
|
6068
|
+
"path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
|
|
5988
6069
|
"declarations": [
|
|
5989
6070
|
{
|
|
5990
6071
|
"kind": "class",
|
|
5991
6072
|
"description": "",
|
|
5992
|
-
"name": "
|
|
5993
|
-
"members": []
|
|
6073
|
+
"name": "QtiOutcomeDeclaration",
|
|
6074
|
+
"members": [],
|
|
6075
|
+
"events": [
|
|
6076
|
+
{
|
|
6077
|
+
"name": "qti-register-variable",
|
|
6078
|
+
"type": {
|
|
6079
|
+
"text": "CustomEvent"
|
|
6080
|
+
}
|
|
6081
|
+
}
|
|
6082
|
+
],
|
|
6083
|
+
"attributes": [
|
|
6084
|
+
{
|
|
6085
|
+
"name": "base-type",
|
|
6086
|
+
"type": {
|
|
6087
|
+
"text": "BaseType"
|
|
6088
|
+
},
|
|
6089
|
+
"fieldName": "baseType"
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
"name": "identifier",
|
|
6093
|
+
"type": {
|
|
6094
|
+
"text": "string"
|
|
6095
|
+
},
|
|
6096
|
+
"fieldName": "identifier"
|
|
6097
|
+
},
|
|
6098
|
+
{
|
|
6099
|
+
"name": "cardinality",
|
|
6100
|
+
"type": {
|
|
6101
|
+
"text": "Cardinality"
|
|
6102
|
+
},
|
|
6103
|
+
"fieldName": "cardinality"
|
|
6104
|
+
}
|
|
6105
|
+
],
|
|
6106
|
+
"superclass": {
|
|
6107
|
+
"name": "QtiVariableDeclaration",
|
|
6108
|
+
"module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
|
|
6109
|
+
},
|
|
6110
|
+
"tagName": "qti-outcome-declaration",
|
|
6111
|
+
"customElement": true
|
|
5994
6112
|
}
|
|
5995
6113
|
],
|
|
5996
6114
|
"exports": [
|
|
5997
6115
|
{
|
|
5998
6116
|
"kind": "js",
|
|
5999
|
-
"name": "
|
|
6117
|
+
"name": "QtiOutcomeDeclaration",
|
|
6000
6118
|
"declaration": {
|
|
6001
|
-
"name": "
|
|
6002
|
-
"module": "src/lib/qti-components/qti-
|
|
6119
|
+
"name": "QtiOutcomeDeclaration",
|
|
6120
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
|
|
6121
|
+
}
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"kind": "custom-element-definition",
|
|
6125
|
+
"name": "qti-outcome-declaration",
|
|
6126
|
+
"declaration": {
|
|
6127
|
+
"name": "QtiOutcomeDeclaration",
|
|
6128
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
|
|
6003
6129
|
}
|
|
6004
6130
|
}
|
|
6005
6131
|
]
|
|
@@ -6139,73 +6265,6 @@
|
|
|
6139
6265
|
}
|
|
6140
6266
|
]
|
|
6141
6267
|
},
|
|
6142
|
-
{
|
|
6143
|
-
"kind": "javascript-module",
|
|
6144
|
-
"path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
|
|
6145
|
-
"declarations": [
|
|
6146
|
-
{
|
|
6147
|
-
"kind": "class",
|
|
6148
|
-
"description": "",
|
|
6149
|
-
"name": "QtiOutcomeDeclaration",
|
|
6150
|
-
"members": [],
|
|
6151
|
-
"events": [
|
|
6152
|
-
{
|
|
6153
|
-
"name": "qti-register-variable",
|
|
6154
|
-
"type": {
|
|
6155
|
-
"text": "CustomEvent"
|
|
6156
|
-
}
|
|
6157
|
-
}
|
|
6158
|
-
],
|
|
6159
|
-
"attributes": [
|
|
6160
|
-
{
|
|
6161
|
-
"name": "base-type",
|
|
6162
|
-
"type": {
|
|
6163
|
-
"text": "BaseType"
|
|
6164
|
-
},
|
|
6165
|
-
"fieldName": "baseType"
|
|
6166
|
-
},
|
|
6167
|
-
{
|
|
6168
|
-
"name": "identifier",
|
|
6169
|
-
"type": {
|
|
6170
|
-
"text": "string"
|
|
6171
|
-
},
|
|
6172
|
-
"fieldName": "identifier"
|
|
6173
|
-
},
|
|
6174
|
-
{
|
|
6175
|
-
"name": "cardinality",
|
|
6176
|
-
"type": {
|
|
6177
|
-
"text": "Cardinality"
|
|
6178
|
-
},
|
|
6179
|
-
"fieldName": "cardinality"
|
|
6180
|
-
}
|
|
6181
|
-
],
|
|
6182
|
-
"superclass": {
|
|
6183
|
-
"name": "QtiVariableDeclaration",
|
|
6184
|
-
"module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
|
|
6185
|
-
},
|
|
6186
|
-
"tagName": "qti-outcome-declaration",
|
|
6187
|
-
"customElement": true
|
|
6188
|
-
}
|
|
6189
|
-
],
|
|
6190
|
-
"exports": [
|
|
6191
|
-
{
|
|
6192
|
-
"kind": "js",
|
|
6193
|
-
"name": "QtiOutcomeDeclaration",
|
|
6194
|
-
"declaration": {
|
|
6195
|
-
"name": "QtiOutcomeDeclaration",
|
|
6196
|
-
"module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
|
|
6197
|
-
}
|
|
6198
|
-
},
|
|
6199
|
-
{
|
|
6200
|
-
"kind": "custom-element-definition",
|
|
6201
|
-
"name": "qti-outcome-declaration",
|
|
6202
|
-
"declaration": {
|
|
6203
|
-
"name": "QtiOutcomeDeclaration",
|
|
6204
|
-
"module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
|
|
6205
|
-
}
|
|
6206
|
-
}
|
|
6207
|
-
]
|
|
6208
|
-
},
|
|
6209
6268
|
{
|
|
6210
6269
|
"kind": "javascript-module",
|
|
6211
6270
|
"path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
|
|
@@ -6477,52 +6536,6 @@
|
|
|
6477
6536
|
}
|
|
6478
6537
|
]
|
|
6479
6538
|
},
|
|
6480
|
-
{
|
|
6481
|
-
"kind": "javascript-module",
|
|
6482
|
-
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
6483
|
-
"declarations": [
|
|
6484
|
-
{
|
|
6485
|
-
"kind": "function",
|
|
6486
|
-
"name": "positionHotspots",
|
|
6487
|
-
"parameters": [
|
|
6488
|
-
{
|
|
6489
|
-
"name": "shape",
|
|
6490
|
-
"type": {
|
|
6491
|
-
"text": "string"
|
|
6492
|
-
}
|
|
6493
|
-
},
|
|
6494
|
-
{
|
|
6495
|
-
"name": "coordsNumber",
|
|
6496
|
-
"type": {
|
|
6497
|
-
"text": "number[]"
|
|
6498
|
-
}
|
|
6499
|
-
},
|
|
6500
|
-
{
|
|
6501
|
-
"name": "img",
|
|
6502
|
-
"type": {
|
|
6503
|
-
"text": "HTMLImageElement"
|
|
6504
|
-
}
|
|
6505
|
-
},
|
|
6506
|
-
{
|
|
6507
|
-
"name": "hotspot",
|
|
6508
|
-
"type": {
|
|
6509
|
-
"text": "QtiHotspotChoice"
|
|
6510
|
-
}
|
|
6511
|
-
}
|
|
6512
|
-
]
|
|
6513
|
-
}
|
|
6514
|
-
],
|
|
6515
|
-
"exports": [
|
|
6516
|
-
{
|
|
6517
|
-
"kind": "js",
|
|
6518
|
-
"name": "positionHotspots",
|
|
6519
|
-
"declaration": {
|
|
6520
|
-
"name": "positionHotspots",
|
|
6521
|
-
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
6522
|
-
}
|
|
6523
|
-
}
|
|
6524
|
-
]
|
|
6525
|
-
},
|
|
6526
6539
|
{
|
|
6527
6540
|
"kind": "javascript-module",
|
|
6528
6541
|
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
@@ -6806,10 +6819,56 @@
|
|
|
6806
6819
|
},
|
|
6807
6820
|
{
|
|
6808
6821
|
"kind": "js",
|
|
6809
|
-
"name": "*",
|
|
6822
|
+
"name": "*",
|
|
6823
|
+
"declaration": {
|
|
6824
|
+
"name": "*",
|
|
6825
|
+
"package": "./flippables-mixin"
|
|
6826
|
+
}
|
|
6827
|
+
}
|
|
6828
|
+
]
|
|
6829
|
+
},
|
|
6830
|
+
{
|
|
6831
|
+
"kind": "javascript-module",
|
|
6832
|
+
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
6833
|
+
"declarations": [
|
|
6834
|
+
{
|
|
6835
|
+
"kind": "function",
|
|
6836
|
+
"name": "positionHotspots",
|
|
6837
|
+
"parameters": [
|
|
6838
|
+
{
|
|
6839
|
+
"name": "shape",
|
|
6840
|
+
"type": {
|
|
6841
|
+
"text": "string"
|
|
6842
|
+
}
|
|
6843
|
+
},
|
|
6844
|
+
{
|
|
6845
|
+
"name": "coordsNumber",
|
|
6846
|
+
"type": {
|
|
6847
|
+
"text": "number[]"
|
|
6848
|
+
}
|
|
6849
|
+
},
|
|
6850
|
+
{
|
|
6851
|
+
"name": "img",
|
|
6852
|
+
"type": {
|
|
6853
|
+
"text": "HTMLImageElement"
|
|
6854
|
+
}
|
|
6855
|
+
},
|
|
6856
|
+
{
|
|
6857
|
+
"name": "hotspot",
|
|
6858
|
+
"type": {
|
|
6859
|
+
"text": "QtiHotspotChoice"
|
|
6860
|
+
}
|
|
6861
|
+
}
|
|
6862
|
+
]
|
|
6863
|
+
}
|
|
6864
|
+
],
|
|
6865
|
+
"exports": [
|
|
6866
|
+
{
|
|
6867
|
+
"kind": "js",
|
|
6868
|
+
"name": "positionHotspots",
|
|
6810
6869
|
"declaration": {
|
|
6811
|
-
"name": "
|
|
6812
|
-
"
|
|
6870
|
+
"name": "positionHotspots",
|
|
6871
|
+
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
6813
6872
|
}
|
|
6814
6873
|
}
|
|
6815
6874
|
]
|
|
@@ -7138,42 +7197,6 @@
|
|
|
7138
7197
|
}
|
|
7139
7198
|
]
|
|
7140
7199
|
},
|
|
7141
|
-
{
|
|
7142
|
-
"kind": "javascript-module",
|
|
7143
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
|
|
7144
|
-
"declarations": [
|
|
7145
|
-
{
|
|
7146
|
-
"kind": "class",
|
|
7147
|
-
"description": "",
|
|
7148
|
-
"name": "QtiGt",
|
|
7149
|
-
"members": [],
|
|
7150
|
-
"superclass": {
|
|
7151
|
-
"name": "QtiExpression",
|
|
7152
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7153
|
-
},
|
|
7154
|
-
"tagName": "qti-gt",
|
|
7155
|
-
"customElement": true
|
|
7156
|
-
}
|
|
7157
|
-
],
|
|
7158
|
-
"exports": [
|
|
7159
|
-
{
|
|
7160
|
-
"kind": "js",
|
|
7161
|
-
"name": "QtiGt",
|
|
7162
|
-
"declaration": {
|
|
7163
|
-
"name": "QtiGt",
|
|
7164
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
7165
|
-
}
|
|
7166
|
-
},
|
|
7167
|
-
{
|
|
7168
|
-
"kind": "custom-element-definition",
|
|
7169
|
-
"name": "qti-gt",
|
|
7170
|
-
"declaration": {
|
|
7171
|
-
"name": "QtiGt",
|
|
7172
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
7173
|
-
}
|
|
7174
|
-
}
|
|
7175
|
-
]
|
|
7176
|
-
},
|
|
7177
7200
|
{
|
|
7178
7201
|
"kind": "javascript-module",
|
|
7179
7202
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
|
|
@@ -7222,36 +7245,36 @@
|
|
|
7222
7245
|
},
|
|
7223
7246
|
{
|
|
7224
7247
|
"kind": "javascript-module",
|
|
7225
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7248
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
|
|
7226
7249
|
"declarations": [
|
|
7227
7250
|
{
|
|
7228
7251
|
"kind": "class",
|
|
7229
7252
|
"description": "",
|
|
7230
|
-
"name": "
|
|
7253
|
+
"name": "QtiGt",
|
|
7231
7254
|
"members": [],
|
|
7232
7255
|
"superclass": {
|
|
7233
|
-
"name": "
|
|
7234
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7256
|
+
"name": "QtiExpression",
|
|
7257
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7235
7258
|
},
|
|
7236
|
-
"tagName": "qti-
|
|
7259
|
+
"tagName": "qti-gt",
|
|
7237
7260
|
"customElement": true
|
|
7238
7261
|
}
|
|
7239
7262
|
],
|
|
7240
7263
|
"exports": [
|
|
7241
7264
|
{
|
|
7242
7265
|
"kind": "js",
|
|
7243
|
-
"name": "
|
|
7266
|
+
"name": "QtiGt",
|
|
7244
7267
|
"declaration": {
|
|
7245
|
-
"name": "
|
|
7246
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7268
|
+
"name": "QtiGt",
|
|
7269
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
7247
7270
|
}
|
|
7248
7271
|
},
|
|
7249
7272
|
{
|
|
7250
7273
|
"kind": "custom-element-definition",
|
|
7251
|
-
"name": "qti-
|
|
7274
|
+
"name": "qti-gt",
|
|
7252
7275
|
"declaration": {
|
|
7253
|
-
"name": "
|
|
7254
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7276
|
+
"name": "QtiGt",
|
|
7277
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
7255
7278
|
}
|
|
7256
7279
|
}
|
|
7257
7280
|
]
|
|
@@ -7292,6 +7315,42 @@
|
|
|
7292
7315
|
}
|
|
7293
7316
|
]
|
|
7294
7317
|
},
|
|
7318
|
+
{
|
|
7319
|
+
"kind": "javascript-module",
|
|
7320
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
|
|
7321
|
+
"declarations": [
|
|
7322
|
+
{
|
|
7323
|
+
"kind": "class",
|
|
7324
|
+
"description": "",
|
|
7325
|
+
"name": "QtiGte",
|
|
7326
|
+
"members": [],
|
|
7327
|
+
"superclass": {
|
|
7328
|
+
"name": "QtiConditionExpression",
|
|
7329
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
7330
|
+
},
|
|
7331
|
+
"tagName": "qti-gte",
|
|
7332
|
+
"customElement": true
|
|
7333
|
+
}
|
|
7334
|
+
],
|
|
7335
|
+
"exports": [
|
|
7336
|
+
{
|
|
7337
|
+
"kind": "js",
|
|
7338
|
+
"name": "QtiGte",
|
|
7339
|
+
"declaration": {
|
|
7340
|
+
"name": "QtiGte",
|
|
7341
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
|
|
7342
|
+
}
|
|
7343
|
+
},
|
|
7344
|
+
{
|
|
7345
|
+
"kind": "custom-element-definition",
|
|
7346
|
+
"name": "qti-gte",
|
|
7347
|
+
"declaration": {
|
|
7348
|
+
"name": "QtiGte",
|
|
7349
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
|
|
7350
|
+
}
|
|
7351
|
+
}
|
|
7352
|
+
]
|
|
7353
|
+
},
|
|
7295
7354
|
{
|
|
7296
7355
|
"kind": "javascript-module",
|
|
7297
7356
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts",
|
|
@@ -7507,144 +7566,144 @@
|
|
|
7507
7566
|
},
|
|
7508
7567
|
{
|
|
7509
7568
|
"kind": "javascript-module",
|
|
7510
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7569
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
|
|
7511
7570
|
"declarations": [
|
|
7512
7571
|
{
|
|
7513
7572
|
"kind": "class",
|
|
7514
7573
|
"description": "",
|
|
7515
|
-
"name": "
|
|
7574
|
+
"name": "QtiMultiple",
|
|
7516
7575
|
"members": [],
|
|
7517
7576
|
"superclass": {
|
|
7518
7577
|
"name": "QtiExpression",
|
|
7519
7578
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7520
7579
|
},
|
|
7521
|
-
"tagName": "qti-
|
|
7580
|
+
"tagName": "qti-multiple",
|
|
7522
7581
|
"customElement": true
|
|
7523
7582
|
}
|
|
7524
7583
|
],
|
|
7525
7584
|
"exports": [
|
|
7526
7585
|
{
|
|
7527
7586
|
"kind": "js",
|
|
7528
|
-
"name": "
|
|
7587
|
+
"name": "QtiMultiple",
|
|
7529
7588
|
"declaration": {
|
|
7530
|
-
"name": "
|
|
7531
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7589
|
+
"name": "QtiMultiple",
|
|
7590
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
7532
7591
|
}
|
|
7533
7592
|
},
|
|
7534
7593
|
{
|
|
7535
7594
|
"kind": "custom-element-definition",
|
|
7536
|
-
"name": "qti-
|
|
7595
|
+
"name": "qti-multiple",
|
|
7537
7596
|
"declaration": {
|
|
7538
|
-
"name": "
|
|
7539
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7597
|
+
"name": "QtiMultiple",
|
|
7598
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
7540
7599
|
}
|
|
7541
7600
|
}
|
|
7542
7601
|
]
|
|
7543
7602
|
},
|
|
7544
7603
|
{
|
|
7545
7604
|
"kind": "javascript-module",
|
|
7546
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7605
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts",
|
|
7547
7606
|
"declarations": [
|
|
7548
7607
|
{
|
|
7549
7608
|
"kind": "class",
|
|
7550
7609
|
"description": "",
|
|
7551
|
-
"name": "
|
|
7610
|
+
"name": "QtiMember",
|
|
7552
7611
|
"members": [],
|
|
7553
7612
|
"superclass": {
|
|
7554
7613
|
"name": "QtiExpression",
|
|
7555
7614
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7556
7615
|
},
|
|
7557
|
-
"tagName": "qti-
|
|
7616
|
+
"tagName": "qti-member",
|
|
7558
7617
|
"customElement": true
|
|
7559
7618
|
}
|
|
7560
7619
|
],
|
|
7561
7620
|
"exports": [
|
|
7562
7621
|
{
|
|
7563
7622
|
"kind": "js",
|
|
7564
|
-
"name": "
|
|
7623
|
+
"name": "QtiMember",
|
|
7565
7624
|
"declaration": {
|
|
7566
|
-
"name": "
|
|
7567
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7625
|
+
"name": "QtiMember",
|
|
7626
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
|
|
7568
7627
|
}
|
|
7569
7628
|
},
|
|
7570
7629
|
{
|
|
7571
7630
|
"kind": "custom-element-definition",
|
|
7572
|
-
"name": "qti-
|
|
7631
|
+
"name": "qti-member",
|
|
7573
7632
|
"declaration": {
|
|
7574
|
-
"name": "
|
|
7575
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7633
|
+
"name": "QtiMember",
|
|
7634
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
|
|
7576
7635
|
}
|
|
7577
7636
|
}
|
|
7578
7637
|
]
|
|
7579
7638
|
},
|
|
7580
7639
|
{
|
|
7581
7640
|
"kind": "javascript-module",
|
|
7582
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7641
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
|
|
7583
7642
|
"declarations": [
|
|
7584
7643
|
{
|
|
7585
7644
|
"kind": "class",
|
|
7586
7645
|
"description": "",
|
|
7587
|
-
"name": "
|
|
7646
|
+
"name": "QtiOr",
|
|
7588
7647
|
"members": [],
|
|
7589
7648
|
"superclass": {
|
|
7590
|
-
"name": "
|
|
7591
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7649
|
+
"name": "QtiConditionExpression",
|
|
7650
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
7592
7651
|
},
|
|
7593
|
-
"tagName": "qti-
|
|
7652
|
+
"tagName": "qti-or",
|
|
7594
7653
|
"customElement": true
|
|
7595
7654
|
}
|
|
7596
7655
|
],
|
|
7597
7656
|
"exports": [
|
|
7598
7657
|
{
|
|
7599
7658
|
"kind": "js",
|
|
7600
|
-
"name": "
|
|
7659
|
+
"name": "QtiOr",
|
|
7601
7660
|
"declaration": {
|
|
7602
|
-
"name": "
|
|
7603
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7661
|
+
"name": "QtiOr",
|
|
7662
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
|
|
7604
7663
|
}
|
|
7605
7664
|
},
|
|
7606
7665
|
{
|
|
7607
7666
|
"kind": "custom-element-definition",
|
|
7608
|
-
"name": "qti-
|
|
7667
|
+
"name": "qti-or",
|
|
7609
7668
|
"declaration": {
|
|
7610
|
-
"name": "
|
|
7611
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7669
|
+
"name": "QtiOr",
|
|
7670
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
|
|
7612
7671
|
}
|
|
7613
7672
|
}
|
|
7614
7673
|
]
|
|
7615
7674
|
},
|
|
7616
7675
|
{
|
|
7617
7676
|
"kind": "javascript-module",
|
|
7618
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7677
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
|
|
7619
7678
|
"declarations": [
|
|
7620
7679
|
{
|
|
7621
7680
|
"kind": "class",
|
|
7622
7681
|
"description": "",
|
|
7623
|
-
"name": "
|
|
7682
|
+
"name": "QtiNot",
|
|
7624
7683
|
"members": [],
|
|
7625
7684
|
"superclass": {
|
|
7626
|
-
"name": "
|
|
7627
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7685
|
+
"name": "QtiExpression",
|
|
7686
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7628
7687
|
},
|
|
7629
|
-
"tagName": "qti-
|
|
7688
|
+
"tagName": "qti-not",
|
|
7630
7689
|
"customElement": true
|
|
7631
7690
|
}
|
|
7632
7691
|
],
|
|
7633
7692
|
"exports": [
|
|
7634
7693
|
{
|
|
7635
7694
|
"kind": "js",
|
|
7636
|
-
"name": "
|
|
7695
|
+
"name": "QtiNot",
|
|
7637
7696
|
"declaration": {
|
|
7638
|
-
"name": "
|
|
7639
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7697
|
+
"name": "QtiNot",
|
|
7698
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
|
|
7640
7699
|
}
|
|
7641
7700
|
},
|
|
7642
7701
|
{
|
|
7643
7702
|
"kind": "custom-element-definition",
|
|
7644
|
-
"name": "qti-
|
|
7703
|
+
"name": "qti-not",
|
|
7645
7704
|
"declaration": {
|
|
7646
|
-
"name": "
|
|
7647
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7705
|
+
"name": "QtiNot",
|
|
7706
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
|
|
7648
7707
|
}
|
|
7649
7708
|
}
|
|
7650
7709
|
]
|
|
@@ -7732,82 +7791,82 @@
|
|
|
7732
7791
|
},
|
|
7733
7792
|
{
|
|
7734
7793
|
"kind": "javascript-module",
|
|
7735
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7794
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts",
|
|
7736
7795
|
"declarations": [
|
|
7737
7796
|
{
|
|
7738
7797
|
"kind": "class",
|
|
7739
7798
|
"description": "",
|
|
7740
|
-
"name": "
|
|
7799
|
+
"name": "QtiProduct",
|
|
7741
7800
|
"members": [],
|
|
7742
|
-
"attributes": [
|
|
7743
|
-
{
|
|
7744
|
-
"name": "case-sensitive",
|
|
7745
|
-
"type": {
|
|
7746
|
-
"text": "string"
|
|
7747
|
-
},
|
|
7748
|
-
"default": "'true'",
|
|
7749
|
-
"fieldName": "caseSensitive"
|
|
7750
|
-
}
|
|
7751
|
-
],
|
|
7752
7801
|
"superclass": {
|
|
7753
7802
|
"name": "QtiExpression",
|
|
7754
7803
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7755
7804
|
},
|
|
7756
|
-
"tagName": "qti-
|
|
7805
|
+
"tagName": "qti-product",
|
|
7757
7806
|
"customElement": true
|
|
7758
7807
|
}
|
|
7759
7808
|
],
|
|
7760
7809
|
"exports": [
|
|
7761
7810
|
{
|
|
7762
7811
|
"kind": "js",
|
|
7763
|
-
"name": "
|
|
7812
|
+
"name": "QtiProduct",
|
|
7764
7813
|
"declaration": {
|
|
7765
|
-
"name": "
|
|
7766
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7814
|
+
"name": "QtiProduct",
|
|
7815
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
|
|
7767
7816
|
}
|
|
7768
7817
|
},
|
|
7769
7818
|
{
|
|
7770
7819
|
"kind": "custom-element-definition",
|
|
7771
|
-
"name": "qti-
|
|
7820
|
+
"name": "qti-product",
|
|
7772
7821
|
"declaration": {
|
|
7773
|
-
"name": "
|
|
7774
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7822
|
+
"name": "QtiProduct",
|
|
7823
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts"
|
|
7775
7824
|
}
|
|
7776
7825
|
}
|
|
7777
7826
|
]
|
|
7778
7827
|
},
|
|
7779
7828
|
{
|
|
7780
7829
|
"kind": "javascript-module",
|
|
7781
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7830
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts",
|
|
7782
7831
|
"declarations": [
|
|
7783
7832
|
{
|
|
7784
7833
|
"kind": "class",
|
|
7785
7834
|
"description": "",
|
|
7786
|
-
"name": "
|
|
7835
|
+
"name": "QtiStringMatch",
|
|
7787
7836
|
"members": [],
|
|
7837
|
+
"attributes": [
|
|
7838
|
+
{
|
|
7839
|
+
"name": "case-sensitive",
|
|
7840
|
+
"type": {
|
|
7841
|
+
"text": "string"
|
|
7842
|
+
},
|
|
7843
|
+
"default": "'true'",
|
|
7844
|
+
"fieldName": "caseSensitive"
|
|
7845
|
+
}
|
|
7846
|
+
],
|
|
7788
7847
|
"superclass": {
|
|
7789
7848
|
"name": "QtiExpression",
|
|
7790
7849
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7791
7850
|
},
|
|
7792
|
-
"tagName": "qti-
|
|
7851
|
+
"tagName": "qti-string-match",
|
|
7793
7852
|
"customElement": true
|
|
7794
7853
|
}
|
|
7795
7854
|
],
|
|
7796
7855
|
"exports": [
|
|
7797
7856
|
{
|
|
7798
7857
|
"kind": "js",
|
|
7799
|
-
"name": "
|
|
7858
|
+
"name": "QtiStringMatch",
|
|
7800
7859
|
"declaration": {
|
|
7801
|
-
"name": "
|
|
7802
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7860
|
+
"name": "QtiStringMatch",
|
|
7861
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
|
|
7803
7862
|
}
|
|
7804
7863
|
},
|
|
7805
7864
|
{
|
|
7806
7865
|
"kind": "custom-element-definition",
|
|
7807
|
-
"name": "qti-
|
|
7866
|
+
"name": "qti-string-match",
|
|
7808
7867
|
"declaration": {
|
|
7809
|
-
"name": "
|
|
7810
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7868
|
+
"name": "QtiStringMatch",
|
|
7869
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
|
|
7811
7870
|
}
|
|
7812
7871
|
}
|
|
7813
7872
|
]
|