@citolab/qti-components 6.7.1-33 → 6.7.1-36
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 +126 -107
- package/dist/index.js +9 -9
- package/dist/item.css +207 -168
- package/dist/qti-transformers/index.d.ts +14 -0
- package/dist/qti-transformers/index.js +3 -3
- package/package.json +44 -46
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
],
|
|
85
|
-
"description": "Runs when observed properties change, e.g.
|
|
85
|
+
"description": "Runs when observed properties change, e.g."
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
88
|
"exports": [
|
|
@@ -96,6 +96,65 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
"kind": "javascript-module",
|
|
101
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
102
|
+
"declarations": [],
|
|
103
|
+
"exports": [
|
|
104
|
+
{
|
|
105
|
+
"kind": "js",
|
|
106
|
+
"name": "*",
|
|
107
|
+
"declaration": {
|
|
108
|
+
"name": "*",
|
|
109
|
+
"package": "./qti-transformers"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "javascript-module",
|
|
116
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
117
|
+
"declarations": [
|
|
118
|
+
{
|
|
119
|
+
"kind": "function",
|
|
120
|
+
"name": "qtiTransformItem",
|
|
121
|
+
"return": {
|
|
122
|
+
"type": {
|
|
123
|
+
"text": ""
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind": "function",
|
|
130
|
+
"name": "qtiTransformTest",
|
|
131
|
+
"return": {
|
|
132
|
+
"type": {
|
|
133
|
+
"text": ""
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests."
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"exports": [
|
|
140
|
+
{
|
|
141
|
+
"kind": "js",
|
|
142
|
+
"name": "qtiTransformItem",
|
|
143
|
+
"declaration": {
|
|
144
|
+
"name": "qtiTransformItem",
|
|
145
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"kind": "js",
|
|
150
|
+
"name": "qtiTransformTest",
|
|
151
|
+
"declaration": {
|
|
152
|
+
"name": "qtiTransformTest",
|
|
153
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
99
158
|
{
|
|
100
159
|
"kind": "javascript-module",
|
|
101
160
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -511,65 +570,6 @@
|
|
|
511
570
|
}
|
|
512
571
|
]
|
|
513
572
|
},
|
|
514
|
-
{
|
|
515
|
-
"kind": "javascript-module",
|
|
516
|
-
"path": "src/lib/qti-transformers/index.ts",
|
|
517
|
-
"declarations": [],
|
|
518
|
-
"exports": [
|
|
519
|
-
{
|
|
520
|
-
"kind": "js",
|
|
521
|
-
"name": "*",
|
|
522
|
-
"declaration": {
|
|
523
|
-
"name": "*",
|
|
524
|
-
"package": "./qti-transformers"
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
]
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"kind": "javascript-module",
|
|
531
|
-
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
532
|
-
"declarations": [
|
|
533
|
-
{
|
|
534
|
-
"kind": "function",
|
|
535
|
-
"name": "qtiTransformItem",
|
|
536
|
-
"return": {
|
|
537
|
-
"type": {
|
|
538
|
-
"text": ""
|
|
539
|
-
}
|
|
540
|
-
},
|
|
541
|
-
"description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"kind": "function",
|
|
545
|
-
"name": "qtiTransformTest",
|
|
546
|
-
"return": {
|
|
547
|
-
"type": {
|
|
548
|
-
"text": ""
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests."
|
|
552
|
-
}
|
|
553
|
-
],
|
|
554
|
-
"exports": [
|
|
555
|
-
{
|
|
556
|
-
"kind": "js",
|
|
557
|
-
"name": "qtiTransformItem",
|
|
558
|
-
"declaration": {
|
|
559
|
-
"name": "qtiTransformItem",
|
|
560
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"kind": "js",
|
|
565
|
-
"name": "qtiTransformTest",
|
|
566
|
-
"declaration": {
|
|
567
|
-
"name": "qtiTransformTest",
|
|
568
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
]
|
|
572
|
-
},
|
|
573
573
|
{
|
|
574
574
|
"kind": "javascript-module",
|
|
575
575
|
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
@@ -695,6 +695,41 @@
|
|
|
695
695
|
"declarations": [],
|
|
696
696
|
"exports": []
|
|
697
697
|
},
|
|
698
|
+
{
|
|
699
|
+
"kind": "javascript-module",
|
|
700
|
+
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
701
|
+
"declarations": [
|
|
702
|
+
{
|
|
703
|
+
"kind": "class",
|
|
704
|
+
"description": "",
|
|
705
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
706
|
+
"superclass": {
|
|
707
|
+
"name": "LitElement",
|
|
708
|
+
"package": "lit"
|
|
709
|
+
},
|
|
710
|
+
"tagName": "qti-companion-materials-info",
|
|
711
|
+
"customElement": true
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"exports": [
|
|
715
|
+
{
|
|
716
|
+
"kind": "js",
|
|
717
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
718
|
+
"declaration": {
|
|
719
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
720
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"kind": "custom-element-definition",
|
|
725
|
+
"name": "qti-companion-materials-info",
|
|
726
|
+
"declaration": {
|
|
727
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
728
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
]
|
|
732
|
+
},
|
|
698
733
|
{
|
|
699
734
|
"kind": "javascript-module",
|
|
700
735
|
"path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
|
|
@@ -874,41 +909,6 @@
|
|
|
874
909
|
}
|
|
875
910
|
]
|
|
876
911
|
},
|
|
877
|
-
{
|
|
878
|
-
"kind": "javascript-module",
|
|
879
|
-
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
880
|
-
"declarations": [
|
|
881
|
-
{
|
|
882
|
-
"kind": "class",
|
|
883
|
-
"description": "",
|
|
884
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
885
|
-
"superclass": {
|
|
886
|
-
"name": "LitElement",
|
|
887
|
-
"package": "lit"
|
|
888
|
-
},
|
|
889
|
-
"tagName": "qti-companion-materials-info",
|
|
890
|
-
"customElement": true
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"exports": [
|
|
894
|
-
{
|
|
895
|
-
"kind": "js",
|
|
896
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
897
|
-
"declaration": {
|
|
898
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
899
|
-
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"kind": "custom-element-definition",
|
|
904
|
-
"name": "qti-companion-materials-info",
|
|
905
|
-
"declaration": {
|
|
906
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
907
|
-
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
]
|
|
911
|
-
},
|
|
912
912
|
{
|
|
913
913
|
"kind": "javascript-module",
|
|
914
914
|
"path": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts",
|
|
@@ -1276,6 +1276,16 @@
|
|
|
1276
1276
|
},
|
|
1277
1277
|
"tagName": "qti-hotspot-choice",
|
|
1278
1278
|
"customElement": true,
|
|
1279
|
+
"slots": [
|
|
1280
|
+
{
|
|
1281
|
+
"description": "The choices slot element",
|
|
1282
|
+
"name": "",
|
|
1283
|
+
"inheritedFrom": {
|
|
1284
|
+
"name": "QtiChoice",
|
|
1285
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
],
|
|
1279
1289
|
"events": [
|
|
1280
1290
|
{
|
|
1281
1291
|
"name": "qti-register-choice",
|
|
@@ -1347,6 +1357,16 @@
|
|
|
1347
1357
|
},
|
|
1348
1358
|
"tagName": "qti-hottext",
|
|
1349
1359
|
"customElement": true,
|
|
1360
|
+
"slots": [
|
|
1361
|
+
{
|
|
1362
|
+
"description": "The choices slot element",
|
|
1363
|
+
"name": "",
|
|
1364
|
+
"inheritedFrom": {
|
|
1365
|
+
"name": "QtiChoice",
|
|
1366
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1350
1370
|
"attributes": [
|
|
1351
1371
|
{
|
|
1352
1372
|
"name": "identifier",
|
|
@@ -1546,7 +1566,11 @@
|
|
|
1546
1566
|
"slots": [
|
|
1547
1567
|
{
|
|
1548
1568
|
"description": "The default slot.",
|
|
1549
|
-
"name": ""
|
|
1569
|
+
"name": "",
|
|
1570
|
+
"inheritedFrom": {
|
|
1571
|
+
"name": "QtiChoice",
|
|
1572
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
|
|
1573
|
+
}
|
|
1550
1574
|
}
|
|
1551
1575
|
],
|
|
1552
1576
|
"members": [],
|
|
@@ -4085,12 +4109,13 @@
|
|
|
4085
4109
|
"description": "",
|
|
4086
4110
|
"name": "QtiMediaInteraction",
|
|
4087
4111
|
"members": [],
|
|
4112
|
+
"superclass": {
|
|
4113
|
+
"name": "Interaction",
|
|
4114
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4115
|
+
},
|
|
4116
|
+
"tagName": "qti-media-interaction",
|
|
4117
|
+
"customElement": true,
|
|
4088
4118
|
"attributes": [
|
|
4089
|
-
{
|
|
4090
|
-
"name": "",
|
|
4091
|
-
"fieldName": "",
|
|
4092
|
-
"attribute": ""
|
|
4093
|
-
},
|
|
4094
4119
|
{
|
|
4095
4120
|
"name": "response-identifier",
|
|
4096
4121
|
"type": {
|
|
@@ -4130,12 +4155,6 @@
|
|
|
4130
4155
|
}
|
|
4131
4156
|
}
|
|
4132
4157
|
],
|
|
4133
|
-
"superclass": {
|
|
4134
|
-
"name": "Interaction",
|
|
4135
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4136
|
-
},
|
|
4137
|
-
"tagName": "qti-media-interaction",
|
|
4138
|
-
"customElement": true,
|
|
4139
4158
|
"events": [
|
|
4140
4159
|
{
|
|
4141
4160
|
"name": "qti-register-interaction",
|