@citolab/qti-components 6.6.1-2 → 6.6.1-21
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 +134 -61
- package/dist/debug/chunk-CJR2I3AV.js +35 -0
- package/dist/{index.d.ts → debug/qti-components/index.d.ts} +24 -46
- package/dist/debug/qti-components/index.js +6143 -0
- package/dist/debug/qti-transformers/index.d.ts +45 -0
- package/dist/debug/qti-transformers/index.js +153 -0
- package/dist/index.js +67 -67
- package/dist/{styles.bundled.css → item.css} +8 -4
- package/dist/qti-components/index.d.ts +27 -5
- package/dist/qti-components/index.js +307 -83
- package/dist/qti-transformers/index.js +1 -1
- package/package.json +40 -50
- /package/dist/{chunk-343LZK3D.js → chunk-BKTGSVMP.js} +0 -0
- /package/dist/{styles.css → item.minimal.css} +0 -0
|
@@ -96,6 +96,65 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
"kind": "javascript-module",
|
|
101
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
102
|
+
"declarations": [],
|
|
103
|
+
"exports": [
|
|
104
|
+
{
|
|
105
|
+
"kind": "js",
|
|
106
|
+
"name": "*",
|
|
107
|
+
"declaration": {
|
|
108
|
+
"name": "*",
|
|
109
|
+
"package": "./qti-transformers"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "javascript-module",
|
|
116
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
117
|
+
"declarations": [
|
|
118
|
+
{
|
|
119
|
+
"kind": "function",
|
|
120
|
+
"name": "qtiTransformItem",
|
|
121
|
+
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
122
|
+
"return": {
|
|
123
|
+
"type": {
|
|
124
|
+
"text": ""
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind": "function",
|
|
130
|
+
"name": "qtiTransformTest",
|
|
131
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
132
|
+
"return": {
|
|
133
|
+
"type": {
|
|
134
|
+
"text": ""
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"exports": [
|
|
140
|
+
{
|
|
141
|
+
"kind": "js",
|
|
142
|
+
"name": "qtiTransformItem",
|
|
143
|
+
"declaration": {
|
|
144
|
+
"name": "qtiTransformItem",
|
|
145
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"kind": "js",
|
|
150
|
+
"name": "qtiTransformTest",
|
|
151
|
+
"declaration": {
|
|
152
|
+
"name": "qtiTransformTest",
|
|
153
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
99
158
|
{
|
|
100
159
|
"kind": "javascript-module",
|
|
101
160
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -492,64 +551,13 @@
|
|
|
492
551
|
"name": "*",
|
|
493
552
|
"package": "./qti-assessment-item/qti-assessment-item.context"
|
|
494
553
|
}
|
|
495
|
-
}
|
|
496
|
-
]
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"kind": "javascript-module",
|
|
500
|
-
"path": "src/lib/qti-transformers/index.ts",
|
|
501
|
-
"declarations": [],
|
|
502
|
-
"exports": [
|
|
554
|
+
},
|
|
503
555
|
{
|
|
504
556
|
"kind": "js",
|
|
505
557
|
"name": "*",
|
|
506
558
|
"declaration": {
|
|
507
559
|
"name": "*",
|
|
508
|
-
"package": "./qti-
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
]
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"kind": "javascript-module",
|
|
515
|
-
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
516
|
-
"declarations": [
|
|
517
|
-
{
|
|
518
|
-
"kind": "function",
|
|
519
|
-
"name": "qtiTransformItem",
|
|
520
|
-
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
521
|
-
"return": {
|
|
522
|
-
"type": {
|
|
523
|
-
"text": ""
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"kind": "function",
|
|
529
|
-
"name": "qtiTransformTest",
|
|
530
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
531
|
-
"return": {
|
|
532
|
-
"type": {
|
|
533
|
-
"text": ""
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
],
|
|
538
|
-
"exports": [
|
|
539
|
-
{
|
|
540
|
-
"kind": "js",
|
|
541
|
-
"name": "qtiTransformItem",
|
|
542
|
-
"declaration": {
|
|
543
|
-
"name": "qtiTransformItem",
|
|
544
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"kind": "js",
|
|
549
|
-
"name": "qtiTransformTest",
|
|
550
|
-
"declaration": {
|
|
551
|
-
"name": "qtiTransformTest",
|
|
552
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
560
|
+
"package": "./qti-custom-operator/qti-custom-operator"
|
|
553
561
|
}
|
|
554
562
|
}
|
|
555
563
|
]
|
|
@@ -719,12 +727,25 @@
|
|
|
719
727
|
"kind": "javascript-module",
|
|
720
728
|
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
|
|
721
729
|
"declarations": [
|
|
730
|
+
{
|
|
731
|
+
"kind": "variable",
|
|
732
|
+
"name": "itemContextVariables",
|
|
733
|
+
"default": "[\n {\n identifier: 'completionStatus',\n cardinality: 'single',\n baseType: 'string',\n value: 'unknown',\n type: 'outcome'\n },\n {\n identifier: 'numAttempts',\n cardinality: 'single',\n baseType: 'integer',\n value: '0',\n type: 'response'\n }\n]"
|
|
734
|
+
},
|
|
722
735
|
{
|
|
723
736
|
"kind": "variable",
|
|
724
737
|
"name": "itemContext"
|
|
725
738
|
}
|
|
726
739
|
],
|
|
727
740
|
"exports": [
|
|
741
|
+
{
|
|
742
|
+
"kind": "js",
|
|
743
|
+
"name": "itemContextVariables",
|
|
744
|
+
"declaration": {
|
|
745
|
+
"name": "itemContextVariables",
|
|
746
|
+
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
728
749
|
{
|
|
729
750
|
"kind": "js",
|
|
730
751
|
"name": "itemContext",
|
|
@@ -815,6 +836,14 @@
|
|
|
815
836
|
"text": "boolean"
|
|
816
837
|
},
|
|
817
838
|
"fieldName": "readonly"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"name": "state",
|
|
842
|
+
"type": {
|
|
843
|
+
"text": "| 'item-created' // <-- pk: this is the state when the item is created\n | 'item-connected' // <-- pk: this is the state when the item is connected\n | 'variables-restored' // <-- pk: this is the state when the variables are restored\n | 'first-updated' // <-- pk: this is the state when the first-updated event is fired\n | 'item-connected'"
|
|
844
|
+
},
|
|
845
|
+
"default": "'item-created'",
|
|
846
|
+
"fieldName": "_state"
|
|
818
847
|
}
|
|
819
848
|
],
|
|
820
849
|
"superclass": {
|
|
@@ -880,6 +909,50 @@
|
|
|
880
909
|
}
|
|
881
910
|
]
|
|
882
911
|
},
|
|
912
|
+
{
|
|
913
|
+
"kind": "javascript-module",
|
|
914
|
+
"path": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts",
|
|
915
|
+
"declarations": [
|
|
916
|
+
{
|
|
917
|
+
"kind": "class",
|
|
918
|
+
"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>",
|
|
919
|
+
"name": "QtiCustomOperator",
|
|
920
|
+
"members": [],
|
|
921
|
+
"events": [
|
|
922
|
+
{
|
|
923
|
+
"name": "qti-set-outcome-value",
|
|
924
|
+
"type": {
|
|
925
|
+
"text": "CustomEvent"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"superclass": {
|
|
930
|
+
"name": "LitElement",
|
|
931
|
+
"package": "lit"
|
|
932
|
+
},
|
|
933
|
+
"tagName": "qti-custom-operator",
|
|
934
|
+
"customElement": true
|
|
935
|
+
}
|
|
936
|
+
],
|
|
937
|
+
"exports": [
|
|
938
|
+
{
|
|
939
|
+
"kind": "js",
|
|
940
|
+
"name": "QtiCustomOperator",
|
|
941
|
+
"declaration": {
|
|
942
|
+
"name": "QtiCustomOperator",
|
|
943
|
+
"module": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts"
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"kind": "custom-element-definition",
|
|
948
|
+
"name": "qti-custom-operator",
|
|
949
|
+
"declaration": {
|
|
950
|
+
"name": "QtiCustomOperator",
|
|
951
|
+
"module": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts"
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
]
|
|
955
|
+
},
|
|
883
956
|
{
|
|
884
957
|
"kind": "javascript-module",
|
|
885
958
|
"path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
|
|
@@ -1770,7 +1843,7 @@
|
|
|
1770
1843
|
{
|
|
1771
1844
|
"kind": "class",
|
|
1772
1845
|
"description": "",
|
|
1773
|
-
"name": "
|
|
1846
|
+
"name": "QtiContentBody",
|
|
1774
1847
|
"members": [],
|
|
1775
1848
|
"superclass": {
|
|
1776
1849
|
"name": "LitElement",
|
|
@@ -1783,9 +1856,9 @@
|
|
|
1783
1856
|
"exports": [
|
|
1784
1857
|
{
|
|
1785
1858
|
"kind": "js",
|
|
1786
|
-
"name": "
|
|
1859
|
+
"name": "QtiContentBody",
|
|
1787
1860
|
"declaration": {
|
|
1788
|
-
"name": "
|
|
1861
|
+
"name": "QtiContentBody",
|
|
1789
1862
|
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
1790
1863
|
}
|
|
1791
1864
|
},
|
|
@@ -1793,7 +1866,7 @@
|
|
|
1793
1866
|
"kind": "custom-element-definition",
|
|
1794
1867
|
"name": "qti-content-body",
|
|
1795
1868
|
"declaration": {
|
|
1796
|
-
"name": "
|
|
1869
|
+
"name": "QtiContentBody",
|
|
1797
1870
|
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
1798
1871
|
}
|
|
1799
1872
|
}
|
|
@@ -1806,7 +1879,7 @@
|
|
|
1806
1879
|
{
|
|
1807
1880
|
"kind": "class",
|
|
1808
1881
|
"description": "",
|
|
1809
|
-
"name": "
|
|
1882
|
+
"name": "QtiRubricBlock",
|
|
1810
1883
|
"members": [],
|
|
1811
1884
|
"attributes": [
|
|
1812
1885
|
{
|
|
@@ -1843,9 +1916,9 @@
|
|
|
1843
1916
|
"exports": [
|
|
1844
1917
|
{
|
|
1845
1918
|
"kind": "js",
|
|
1846
|
-
"name": "
|
|
1919
|
+
"name": "QtiRubricBlock",
|
|
1847
1920
|
"declaration": {
|
|
1848
|
-
"name": "
|
|
1921
|
+
"name": "QtiRubricBlock",
|
|
1849
1922
|
"module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
|
|
1850
1923
|
}
|
|
1851
1924
|
},
|
|
@@ -1853,7 +1926,7 @@
|
|
|
1853
1926
|
"kind": "custom-element-definition",
|
|
1854
1927
|
"name": "qti-rubric-block",
|
|
1855
1928
|
"declaration": {
|
|
1856
|
-
"name": "
|
|
1929
|
+
"name": "QtiRubricBlock",
|
|
1857
1930
|
"module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
|
|
1858
1931
|
}
|
|
1859
1932
|
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
5
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
8
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
9
|
+
var __spreadValues = (a, b) => {
|
|
10
|
+
for (var prop in b || (b = {}))
|
|
11
|
+
if (__hasOwnProp.call(b, prop))
|
|
12
|
+
__defNormalProp(a, prop, b[prop]);
|
|
13
|
+
if (__getOwnPropSymbols)
|
|
14
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
15
|
+
if (__propIsEnum.call(b, prop))
|
|
16
|
+
__defNormalProp(a, prop, b[prop]);
|
|
17
|
+
}
|
|
18
|
+
return a;
|
|
19
|
+
};
|
|
20
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
22
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
23
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
24
|
+
if (decorator = decorators[i])
|
|
25
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
26
|
+
if (kind && result)
|
|
27
|
+
__defProp(target, key, result);
|
|
28
|
+
return result;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export {
|
|
32
|
+
__spreadValues,
|
|
33
|
+
__spreadProps,
|
|
34
|
+
__decorateClass
|
|
35
|
+
};
|
|
@@ -152,14 +152,16 @@ declare class QtiAssessmentItem extends LitElement {
|
|
|
152
152
|
readonly: boolean;
|
|
153
153
|
_handleReadonlyChange: (_: boolean, readonly: boolean) => void;
|
|
154
154
|
private _context;
|
|
155
|
+
_state: 'item-created' | 'item-connected' | 'variables-restored' | 'first-updated' | 'item-connected';
|
|
156
|
+
private set state(value);
|
|
155
157
|
get variables(): VariableValue<string | string[] | null>[];
|
|
156
158
|
set variables(value: VariableValue<string | string[] | null>[]);
|
|
157
159
|
private _initialContext;
|
|
158
160
|
private _feedbackElements;
|
|
159
161
|
private _interactionElements;
|
|
160
162
|
firstUpdated(val: any): void;
|
|
161
|
-
|
|
162
|
-
/** @deprecated use
|
|
163
|
+
connectedCallback(): void;
|
|
164
|
+
/** @deprecated use variables property instead */
|
|
163
165
|
set responses(myResponses: ResponseInteraction[]);
|
|
164
166
|
render(): lit_html.TemplateResult<1>;
|
|
165
167
|
constructor();
|
|
@@ -252,6 +254,7 @@ interface ItemContext {
|
|
|
252
254
|
identifier: string;
|
|
253
255
|
variables: ReadonlyArray<VariableDeclaration<string | string[]>>;
|
|
254
256
|
}
|
|
257
|
+
declare const itemContextVariables: VariableDeclaration<string | string[]>[];
|
|
255
258
|
declare const itemContext: {
|
|
256
259
|
__context__: ItemContext;
|
|
257
260
|
};
|
|
@@ -287,11 +290,11 @@ declare class QtiResponseDeclaration extends QtiVariableDeclaration {
|
|
|
287
290
|
declare class QtiCompanionMaterialsInfo extends LitElement {
|
|
288
291
|
}
|
|
289
292
|
|
|
290
|
-
declare class
|
|
293
|
+
declare class QtiContentBody extends LitElement {
|
|
291
294
|
render(): lit_html.TemplateResult<1>;
|
|
292
295
|
}
|
|
293
296
|
|
|
294
|
-
declare class
|
|
297
|
+
declare class QtiRubricBlock extends LitElement {
|
|
295
298
|
id: any;
|
|
296
299
|
use: 'instructions' | 'scoring' | 'navigation';
|
|
297
300
|
view: 'author' | 'candidate' | 'proctor' | 'scorer' | 'testConstructor' | 'tutor';
|
|
@@ -986,47 +989,22 @@ declare global {
|
|
|
986
989
|
}
|
|
987
990
|
|
|
988
991
|
/**
|
|
989
|
-
*
|
|
990
|
-
*
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
* qtiTransformItem().parse(storyXML).html()
|
|
992
|
+
* https://www.imsglobal.org/spec/qti/v3p0/impl#h.fi29q8dubjgw
|
|
993
|
+
* <qti-custom-operator class="js.org">
|
|
994
|
+
<qti-base-value base-type="string"><![CDATA[
|
|
995
|
+
console.log(context.variables);
|
|
996
|
+
return 'B'
|
|
997
|
+
document.querySelector('qti-end-attempt-interaction').disabled = true;
|
|
998
|
+
]]></qti-base-value>
|
|
999
|
+
</qti-custom-operator>
|
|
1000
|
+
</qti-set-outcome-value>
|
|
999
1001
|
*/
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
path: (location: string) => any;
|
|
1008
|
-
html(): string;
|
|
1009
|
-
xml(): string;
|
|
1010
|
-
};
|
|
1011
|
-
/**
|
|
1012
|
-
* Returns an object with methods to load, parse and transform QTI tests.
|
|
1013
|
-
* @returns An object with methods to load, parse and transform QTI tests.
|
|
1014
|
-
* @example
|
|
1015
|
-
* const qtiTransformer = qtiTransformTest();
|
|
1016
|
-
* await qtiTransformer.load('https://example.com/test.xml');
|
|
1017
|
-
* const items = qtiTransformer.items();
|
|
1018
|
-
* const html = qtiTransformer.html();
|
|
1019
|
-
* const xml = qtiTransformer.xml();
|
|
1020
|
-
*/
|
|
1021
|
-
declare const qtiTransformTest: () => {
|
|
1022
|
-
load(uri: any): Promise<any>;
|
|
1023
|
-
items(): {
|
|
1024
|
-
identifier: string;
|
|
1025
|
-
href: string;
|
|
1026
|
-
category: string;
|
|
1027
|
-
}[];
|
|
1028
|
-
html(): string;
|
|
1029
|
-
xml(): string;
|
|
1030
|
-
};
|
|
1002
|
+
declare class QtiCustomOperator extends LitElement implements Calculate {
|
|
1003
|
+
private operatorFunction;
|
|
1004
|
+
private _context?;
|
|
1005
|
+
render(): lit_html.TemplateResult<1>;
|
|
1006
|
+
handleSlotChange(event: Event): void;
|
|
1007
|
+
calculate(): any;
|
|
1008
|
+
}
|
|
1031
1009
|
|
|
1032
|
-
export { BaseType, Calculate, Cardinality, Interaction, InteractionChangedDetails, ItemContext, MockQtiExpression, Multiple, Ordered, OutcomeChangedDetails, OutcomeVariable, QtPrintedVariable, QtiAnd, QtiAssessmentItem, QtiAssociableHotspot, QtiAssociateInteraction, QtiBaseValue, QtiChoice, QtiChoiceInteraction, QtiCompanionMaterialsInfo, QtiConditionExpression, QtiContains, QtiCorrect, QtiEndAttemptInteraction, QtiEqual, QtiEqualRounded, QtiExpression, QtiExtendedTextInteraction, QtiFeedbackBlock, QtiFeedbackInline, QtiGap, QtiGapImg, QtiGapMatchInteraction, QtiGapText, QtiGraphicAssociateInteraction, QtiGraphicGapMatchInteraction, QtiGraphicOrderInteraction, QtiGt, QtiGte, QtiHotspotChoice, QtiHotspotInteraction, QtiHottext, QtiHottextInteraction, QtiInlineChoice, QtiInlineChoiceInteraction, QtiInteractionChanged, QtiIsNull, QtiLookupOutcomeValue, QtiLt, QtiLte, QtiMapResponse, QtiMapping, QtiMatch, QtiMatchInteraction, QtiMediaInteraction, QtiMember, QtiModalFeedback, QtiMultiple, QtiNot, QtiOr, QtiOrderInteraction, QtiOrdered, QtiOutcomeChanged, QtiOutcomeDeclaration, QtiPortableCustomInteraction, QtiPositionObjectStage, QtiProduct, QtiPrompt, QtiResponseCondition, QtiResponseDeclaration, QtiResponseElse, QtiResponseElseIf, QtiResponseIf, QtiResponseProcessing, QtiRule, QtiSPositionObjectInteraction, QtiSelectPointInteraction, QtiSetOutcomeValue, QtiSimpleAssociableChoice, QtiSimpleChoice, QtiSliderInteraction, QtiStringMatch, QtiStylesheet, QtiSum, QtiTextEntryInteraction, QtiVariable, ResponseInteraction, ResponseVariable, VariableDeclaration, VariableValue, directedPair, float, integer, itemContext,
|
|
1010
|
+
export { type BaseType, type Calculate, type Cardinality, Interaction, type InteractionChangedDetails, type ItemContext, type MockQtiExpression, type Multiple, type Ordered, type OutcomeChangedDetails, type OutcomeVariable, QtPrintedVariable, QtiAnd, QtiAssessmentItem, QtiAssociableHotspot, QtiAssociateInteraction, QtiBaseValue, QtiChoice, QtiChoiceInteraction, QtiCompanionMaterialsInfo, QtiConditionExpression, QtiContains, QtiContentBody, QtiCorrect, QtiCustomOperator, QtiEndAttemptInteraction, QtiEqual, QtiEqualRounded, QtiExpression, QtiExtendedTextInteraction, QtiFeedbackBlock, QtiFeedbackInline, QtiGap, QtiGapImg, QtiGapMatchInteraction, QtiGapText, QtiGraphicAssociateInteraction, QtiGraphicGapMatchInteraction, QtiGraphicOrderInteraction, QtiGt, QtiGte, QtiHotspotChoice, QtiHotspotInteraction, QtiHottext, QtiHottextInteraction, QtiInlineChoice, QtiInlineChoiceInteraction, type QtiInteractionChanged, QtiIsNull, QtiLookupOutcomeValue, QtiLt, QtiLte, QtiMapResponse, QtiMapping, QtiMatch, QtiMatchInteraction, QtiMediaInteraction, QtiMember, QtiModalFeedback, QtiMultiple, QtiNot, QtiOr, QtiOrderInteraction, QtiOrdered, type QtiOutcomeChanged, QtiOutcomeDeclaration, QtiPortableCustomInteraction, QtiPositionObjectStage, QtiProduct, QtiPrompt, QtiResponseCondition, QtiResponseDeclaration, QtiResponseElse, QtiResponseElseIf, QtiResponseIf, QtiResponseProcessing, QtiRubricBlock, QtiRule, QtiSPositionObjectInteraction, QtiSelectPointInteraction, QtiSetOutcomeValue, QtiSimpleAssociableChoice, QtiSimpleChoice, QtiSliderInteraction, QtiStringMatch, QtiStylesheet, QtiSum, QtiTextEntryInteraction, QtiVariable, type ResponseInteraction, type ResponseVariable, type VariableDeclaration, type VariableValue, type directedPair, type float, type integer, itemContext, itemContextVariables, qtiAndMixin };
|