@citolab/qti-components 6.6.1-11 → 6.6.1-13
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 +111 -59
- package/dist/index.cjs +72 -72
- package/dist/index.js +69 -69
- package/dist/item.css +1 -1
- package/dist/qti-components/index.cjs +41 -41
- package/dist/qti-components/index.d.cts +20 -1
- package/dist/qti-components/index.d.ts +20 -1
- package/dist/qti-components/index.js +73 -73
- package/package.json +14 -14
|
@@ -96,65 +96,6 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
-
{
|
|
100
|
-
"kind": "javascript-module",
|
|
101
|
-
"path": "src/lib/qti-transformers/index.ts",
|
|
102
|
-
"declarations": [],
|
|
103
|
-
"exports": [
|
|
104
|
-
{
|
|
105
|
-
"kind": "js",
|
|
106
|
-
"name": "*",
|
|
107
|
-
"declaration": {
|
|
108
|
-
"name": "*",
|
|
109
|
-
"package": "./qti-transformers"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"kind": "javascript-module",
|
|
116
|
-
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
117
|
-
"declarations": [
|
|
118
|
-
{
|
|
119
|
-
"kind": "function",
|
|
120
|
-
"name": "qtiTransformItem",
|
|
121
|
-
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
122
|
-
"return": {
|
|
123
|
-
"type": {
|
|
124
|
-
"text": ""
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"kind": "function",
|
|
130
|
-
"name": "qtiTransformTest",
|
|
131
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
132
|
-
"return": {
|
|
133
|
-
"type": {
|
|
134
|
-
"text": ""
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"exports": [
|
|
140
|
-
{
|
|
141
|
-
"kind": "js",
|
|
142
|
-
"name": "qtiTransformItem",
|
|
143
|
-
"declaration": {
|
|
144
|
-
"name": "qtiTransformItem",
|
|
145
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"kind": "js",
|
|
150
|
-
"name": "qtiTransformTest",
|
|
151
|
-
"declaration": {
|
|
152
|
-
"name": "qtiTransformTest",
|
|
153
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
]
|
|
157
|
-
},
|
|
158
99
|
{
|
|
159
100
|
"kind": "javascript-module",
|
|
160
101
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -551,6 +492,73 @@
|
|
|
551
492
|
"name": "*",
|
|
552
493
|
"package": "./qti-assessment-item/qti-assessment-item.context"
|
|
553
494
|
}
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"kind": "js",
|
|
498
|
+
"name": "*",
|
|
499
|
+
"declaration": {
|
|
500
|
+
"name": "*",
|
|
501
|
+
"package": "./qti-custom-operator/qti-custom-operator"
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
]
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"kind": "javascript-module",
|
|
508
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
509
|
+
"declarations": [],
|
|
510
|
+
"exports": [
|
|
511
|
+
{
|
|
512
|
+
"kind": "js",
|
|
513
|
+
"name": "*",
|
|
514
|
+
"declaration": {
|
|
515
|
+
"name": "*",
|
|
516
|
+
"package": "./qti-transformers"
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "javascript-module",
|
|
523
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
524
|
+
"declarations": [
|
|
525
|
+
{
|
|
526
|
+
"kind": "function",
|
|
527
|
+
"name": "qtiTransformItem",
|
|
528
|
+
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
529
|
+
"return": {
|
|
530
|
+
"type": {
|
|
531
|
+
"text": ""
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"kind": "function",
|
|
537
|
+
"name": "qtiTransformTest",
|
|
538
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
539
|
+
"return": {
|
|
540
|
+
"type": {
|
|
541
|
+
"text": ""
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
],
|
|
546
|
+
"exports": [
|
|
547
|
+
{
|
|
548
|
+
"kind": "js",
|
|
549
|
+
"name": "qtiTransformItem",
|
|
550
|
+
"declaration": {
|
|
551
|
+
"name": "qtiTransformItem",
|
|
552
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"kind": "js",
|
|
557
|
+
"name": "qtiTransformTest",
|
|
558
|
+
"declaration": {
|
|
559
|
+
"name": "qtiTransformTest",
|
|
560
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
561
|
+
}
|
|
554
562
|
}
|
|
555
563
|
]
|
|
556
564
|
},
|
|
@@ -880,6 +888,50 @@
|
|
|
880
888
|
}
|
|
881
889
|
]
|
|
882
890
|
},
|
|
891
|
+
{
|
|
892
|
+
"kind": "javascript-module",
|
|
893
|
+
"path": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts",
|
|
894
|
+
"declarations": [
|
|
895
|
+
{
|
|
896
|
+
"kind": "class",
|
|
897
|
+
"description": "https://www.imsglobal.org/spec/qti/v3p0/impl#h.fi29q8dubjgw\n<qti-custom-operator class=\"js.org\">\n <qti-base-value base-type=\"string\"><![CDATA[\n console.log(context.variables);\n return 'B'\n document.querySelector('qti-end-attempt-interaction').disabled = true;\n ]]></qti-base-value>\n </qti-custom-operator>\n </qti-set-outcome-value>",
|
|
898
|
+
"name": "QtiCustomOperator",
|
|
899
|
+
"members": [],
|
|
900
|
+
"events": [
|
|
901
|
+
{
|
|
902
|
+
"name": "qti-set-outcome-value",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "CustomEvent"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
],
|
|
908
|
+
"superclass": {
|
|
909
|
+
"name": "LitElement",
|
|
910
|
+
"package": "lit"
|
|
911
|
+
},
|
|
912
|
+
"tagName": "qti-custom-operator",
|
|
913
|
+
"customElement": true
|
|
914
|
+
}
|
|
915
|
+
],
|
|
916
|
+
"exports": [
|
|
917
|
+
{
|
|
918
|
+
"kind": "js",
|
|
919
|
+
"name": "QtiCustomOperator",
|
|
920
|
+
"declaration": {
|
|
921
|
+
"name": "QtiCustomOperator",
|
|
922
|
+
"module": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"kind": "custom-element-definition",
|
|
927
|
+
"name": "qti-custom-operator",
|
|
928
|
+
"declaration": {
|
|
929
|
+
"name": "QtiCustomOperator",
|
|
930
|
+
"module": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
883
935
|
{
|
|
884
936
|
"kind": "javascript-module",
|
|
885
937
|
"path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
|