@citolab/qti-components 6.0.27 → 6.0.28
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-OKBEUQM2.js → chunk-2K77UHFA.js} +0 -2
- package/dist/{chunk-EGPC25SK.cjs → chunk-5U4R2HMK.cjs} +0 -2
- package/dist/custom-elements.json +296 -293
- package/dist/index.cjs +80 -69
- package/dist/index.css +0 -2
- package/dist/index.d.cts +8 -12
- package/dist/index.d.ts +8 -12
- package/dist/index.js +80 -69
- package/dist/qti-components/index.cjs +67 -54
- package/dist/qti-components/index.d.cts +8 -12
- package/dist/qti-components/index.d.ts +8 -12
- package/dist/qti-components/index.js +78 -65
- package/dist/qti-item/index.cjs +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.js +1 -1
- package/package.json +1 -1
|
@@ -131,107 +131,6 @@
|
|
|
131
131
|
}
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
|
-
{
|
|
135
|
-
"kind": "javascript-module",
|
|
136
|
-
"path": "src/lib/qti-item/index.ts",
|
|
137
|
-
"declarations": [],
|
|
138
|
-
"exports": [
|
|
139
|
-
{
|
|
140
|
-
"kind": "js",
|
|
141
|
-
"name": "*",
|
|
142
|
-
"declaration": {
|
|
143
|
-
"name": "*",
|
|
144
|
-
"package": "./qti-item"
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
]
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"kind": "javascript-module",
|
|
151
|
-
"path": "src/lib/qti-item/qti-item.ts",
|
|
152
|
-
"declarations": [
|
|
153
|
-
{
|
|
154
|
-
"kind": "class",
|
|
155
|
-
"description": "",
|
|
156
|
-
"name": "QtiItem",
|
|
157
|
-
"members": [],
|
|
158
|
-
"attributes": [
|
|
159
|
-
{
|
|
160
|
-
"name": "item-location",
|
|
161
|
-
"type": {
|
|
162
|
-
"text": "string"
|
|
163
|
-
},
|
|
164
|
-
"default": "''",
|
|
165
|
-
"fieldName": "itemLocation"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"name": "xml",
|
|
169
|
-
"fieldName": "xml"
|
|
170
|
-
}
|
|
171
|
-
],
|
|
172
|
-
"superclass": {
|
|
173
|
-
"name": "LitElement",
|
|
174
|
-
"package": "lit"
|
|
175
|
-
},
|
|
176
|
-
"tagName": "qti-item",
|
|
177
|
-
"customElement": true
|
|
178
|
-
}
|
|
179
|
-
],
|
|
180
|
-
"exports": [
|
|
181
|
-
{
|
|
182
|
-
"kind": "js",
|
|
183
|
-
"name": "QtiItem",
|
|
184
|
-
"declaration": {
|
|
185
|
-
"name": "QtiItem",
|
|
186
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"kind": "custom-element-definition",
|
|
191
|
-
"name": "qti-item",
|
|
192
|
-
"declaration": {
|
|
193
|
-
"name": "QtiItem",
|
|
194
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
]
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"kind": "javascript-module",
|
|
201
|
-
"path": "src/lib/qti-item-react/index.ts",
|
|
202
|
-
"declarations": [],
|
|
203
|
-
"exports": [
|
|
204
|
-
{
|
|
205
|
-
"kind": "js",
|
|
206
|
-
"name": "*",
|
|
207
|
-
"declaration": {
|
|
208
|
-
"name": "*",
|
|
209
|
-
"package": "./qti-item.react"
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
]
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"kind": "javascript-module",
|
|
216
|
-
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
217
|
-
"declarations": [
|
|
218
|
-
{
|
|
219
|
-
"kind": "variable",
|
|
220
|
-
"name": "QtiItem",
|
|
221
|
-
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n 'qti-outcome-changed': 'qti-outcome-changed', // as EventName<Event>\n 'qti-interaction-changed': 'qti-interaction-changed',\n 'qti-item-connected': 'qti-item-connected'\n }\n})"
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
"exports": [
|
|
225
|
-
{
|
|
226
|
-
"kind": "js",
|
|
227
|
-
"name": "QtiItem",
|
|
228
|
-
"declaration": {
|
|
229
|
-
"name": "QtiItem",
|
|
230
|
-
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
]
|
|
234
|
-
},
|
|
235
134
|
{
|
|
236
135
|
"kind": "javascript-module",
|
|
237
136
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -615,6 +514,107 @@
|
|
|
615
514
|
}
|
|
616
515
|
]
|
|
617
516
|
},
|
|
517
|
+
{
|
|
518
|
+
"kind": "javascript-module",
|
|
519
|
+
"path": "src/lib/qti-item-react/index.ts",
|
|
520
|
+
"declarations": [],
|
|
521
|
+
"exports": [
|
|
522
|
+
{
|
|
523
|
+
"kind": "js",
|
|
524
|
+
"name": "*",
|
|
525
|
+
"declaration": {
|
|
526
|
+
"name": "*",
|
|
527
|
+
"package": "./qti-item.react"
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"kind": "javascript-module",
|
|
534
|
+
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
535
|
+
"declarations": [
|
|
536
|
+
{
|
|
537
|
+
"kind": "variable",
|
|
538
|
+
"name": "QtiItem",
|
|
539
|
+
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n 'qti-outcome-changed': 'qti-outcome-changed', // as EventName<Event>\n 'qti-interaction-changed': 'qti-interaction-changed',\n 'qti-item-connected': 'qti-item-connected'\n }\n})"
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"exports": [
|
|
543
|
+
{
|
|
544
|
+
"kind": "js",
|
|
545
|
+
"name": "QtiItem",
|
|
546
|
+
"declaration": {
|
|
547
|
+
"name": "QtiItem",
|
|
548
|
+
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"kind": "javascript-module",
|
|
555
|
+
"path": "src/lib/qti-item/index.ts",
|
|
556
|
+
"declarations": [],
|
|
557
|
+
"exports": [
|
|
558
|
+
{
|
|
559
|
+
"kind": "js",
|
|
560
|
+
"name": "*",
|
|
561
|
+
"declaration": {
|
|
562
|
+
"name": "*",
|
|
563
|
+
"package": "./qti-item"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"kind": "javascript-module",
|
|
570
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
571
|
+
"declarations": [
|
|
572
|
+
{
|
|
573
|
+
"kind": "class",
|
|
574
|
+
"description": "",
|
|
575
|
+
"name": "QtiItem",
|
|
576
|
+
"members": [],
|
|
577
|
+
"attributes": [
|
|
578
|
+
{
|
|
579
|
+
"name": "item-location",
|
|
580
|
+
"type": {
|
|
581
|
+
"text": "string"
|
|
582
|
+
},
|
|
583
|
+
"default": "''",
|
|
584
|
+
"fieldName": "itemLocation"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "xml",
|
|
588
|
+
"fieldName": "xml"
|
|
589
|
+
}
|
|
590
|
+
],
|
|
591
|
+
"superclass": {
|
|
592
|
+
"name": "LitElement",
|
|
593
|
+
"package": "lit"
|
|
594
|
+
},
|
|
595
|
+
"tagName": "qti-item",
|
|
596
|
+
"customElement": true
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"exports": [
|
|
600
|
+
{
|
|
601
|
+
"kind": "js",
|
|
602
|
+
"name": "QtiItem",
|
|
603
|
+
"declaration": {
|
|
604
|
+
"name": "QtiItem",
|
|
605
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"kind": "custom-element-definition",
|
|
610
|
+
"name": "qti-item",
|
|
611
|
+
"declaration": {
|
|
612
|
+
"name": "QtiItem",
|
|
613
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
]
|
|
617
|
+
},
|
|
618
618
|
{
|
|
619
619
|
"kind": "javascript-module",
|
|
620
620
|
"path": "src/lib/qti-transform/index.ts",
|
|
@@ -854,53 +854,6 @@
|
|
|
854
854
|
}
|
|
855
855
|
]
|
|
856
856
|
},
|
|
857
|
-
{
|
|
858
|
-
"kind": "javascript-module",
|
|
859
|
-
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
860
|
-
"declarations": [
|
|
861
|
-
{
|
|
862
|
-
"kind": "class",
|
|
863
|
-
"description": "",
|
|
864
|
-
"name": "QtiItemBody",
|
|
865
|
-
"slots": [
|
|
866
|
-
{
|
|
867
|
-
"description": "item body content.",
|
|
868
|
-
"name": ""
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"description": "the qti rubric block is placed above the item",
|
|
872
|
-
"name": "qti-rubric-block"
|
|
873
|
-
}
|
|
874
|
-
],
|
|
875
|
-
"members": [],
|
|
876
|
-
"superclass": {
|
|
877
|
-
"name": "LitElement",
|
|
878
|
-
"package": "lit"
|
|
879
|
-
},
|
|
880
|
-
"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.",
|
|
881
|
-
"tagName": "qti-item-body",
|
|
882
|
-
"customElement": true
|
|
883
|
-
}
|
|
884
|
-
],
|
|
885
|
-
"exports": [
|
|
886
|
-
{
|
|
887
|
-
"kind": "js",
|
|
888
|
-
"name": "default",
|
|
889
|
-
"declaration": {
|
|
890
|
-
"name": "QtiItemBody",
|
|
891
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"kind": "custom-element-definition",
|
|
896
|
-
"name": "qti-item-body",
|
|
897
|
-
"declaration": {
|
|
898
|
-
"name": "QtiItemBody",
|
|
899
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
]
|
|
903
|
-
},
|
|
904
857
|
{
|
|
905
858
|
"kind": "javascript-module",
|
|
906
859
|
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
@@ -1564,6 +1517,53 @@
|
|
|
1564
1517
|
}
|
|
1565
1518
|
]
|
|
1566
1519
|
},
|
|
1520
|
+
{
|
|
1521
|
+
"kind": "javascript-module",
|
|
1522
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1523
|
+
"declarations": [
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "class",
|
|
1526
|
+
"description": "",
|
|
1527
|
+
"name": "QtiItemBody",
|
|
1528
|
+
"slots": [
|
|
1529
|
+
{
|
|
1530
|
+
"description": "item body content.",
|
|
1531
|
+
"name": ""
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"description": "the qti rubric block is placed above the item",
|
|
1535
|
+
"name": "qti-rubric-block"
|
|
1536
|
+
}
|
|
1537
|
+
],
|
|
1538
|
+
"members": [],
|
|
1539
|
+
"superclass": {
|
|
1540
|
+
"name": "LitElement",
|
|
1541
|
+
"package": "lit"
|
|
1542
|
+
},
|
|
1543
|
+
"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.",
|
|
1544
|
+
"tagName": "qti-item-body",
|
|
1545
|
+
"customElement": true
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"exports": [
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "js",
|
|
1551
|
+
"name": "default",
|
|
1552
|
+
"declaration": {
|
|
1553
|
+
"name": "QtiItemBody",
|
|
1554
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"kind": "custom-element-definition",
|
|
1559
|
+
"name": "qti-item-body",
|
|
1560
|
+
"declaration": {
|
|
1561
|
+
"name": "QtiItemBody",
|
|
1562
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1565
|
+
]
|
|
1566
|
+
},
|
|
1567
1567
|
{
|
|
1568
1568
|
"kind": "javascript-module",
|
|
1569
1569
|
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
@@ -3474,9 +3474,12 @@
|
|
|
3474
3474
|
"members": [],
|
|
3475
3475
|
"attributes": [
|
|
3476
3476
|
{
|
|
3477
|
-
"name": "",
|
|
3478
|
-
"
|
|
3479
|
-
|
|
3477
|
+
"name": "data-prompt",
|
|
3478
|
+
"type": {
|
|
3479
|
+
"text": "string"
|
|
3480
|
+
},
|
|
3481
|
+
"default": "'select'",
|
|
3482
|
+
"fieldName": "dataPrompt"
|
|
3480
3483
|
},
|
|
3481
3484
|
{
|
|
3482
3485
|
"name": "response-identifier",
|
|
@@ -3575,18 +3578,28 @@
|
|
|
3575
3578
|
"description": "",
|
|
3576
3579
|
"name": "QtiMatchInteraction",
|
|
3577
3580
|
"members": [],
|
|
3578
|
-
"
|
|
3581
|
+
"events": [
|
|
3579
3582
|
{
|
|
3580
|
-
"name": "
|
|
3581
|
-
"
|
|
3583
|
+
"name": "qti-interaction-response",
|
|
3584
|
+
"type": {
|
|
3585
|
+
"text": "CustomEvent"
|
|
3586
|
+
},
|
|
3587
|
+
"inheritedFrom": {
|
|
3588
|
+
"name": "DragDropInteractionMixin",
|
|
3589
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3590
|
+
}
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"name": "qti-register-interaction",
|
|
3594
|
+
"type": {
|
|
3595
|
+
"text": "CustomEvent"
|
|
3596
|
+
},
|
|
3597
|
+
"inheritedFrom": {
|
|
3598
|
+
"name": "DragDropInteractionMixin",
|
|
3599
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3600
|
+
}
|
|
3582
3601
|
}
|
|
3583
3602
|
],
|
|
3584
|
-
"superclass": {
|
|
3585
|
-
"name": "LitElement",
|
|
3586
|
-
"package": "lit"
|
|
3587
|
-
},
|
|
3588
|
-
"tagName": "qti-match-interaction",
|
|
3589
|
-
"customElement": true,
|
|
3590
3603
|
"attributes": [
|
|
3591
3604
|
{
|
|
3592
3605
|
"name": "response-identifier",
|
|
@@ -3649,28 +3662,18 @@
|
|
|
3649
3662
|
}
|
|
3650
3663
|
}
|
|
3651
3664
|
],
|
|
3652
|
-
"
|
|
3653
|
-
{
|
|
3654
|
-
"name": "qti-register-interaction",
|
|
3655
|
-
"type": {
|
|
3656
|
-
"text": "CustomEvent"
|
|
3657
|
-
},
|
|
3658
|
-
"inheritedFrom": {
|
|
3659
|
-
"name": "DragDropInteractionMixin",
|
|
3660
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3661
|
-
}
|
|
3662
|
-
},
|
|
3665
|
+
"mixins": [
|
|
3663
3666
|
{
|
|
3664
|
-
"name": "
|
|
3665
|
-
"
|
|
3666
|
-
"text": "CustomEvent"
|
|
3667
|
-
},
|
|
3668
|
-
"inheritedFrom": {
|
|
3669
|
-
"name": "DragDropInteractionMixin",
|
|
3670
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3671
|
-
}
|
|
3667
|
+
"name": "DragDropInteractionMixin",
|
|
3668
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3672
3669
|
}
|
|
3673
|
-
]
|
|
3670
|
+
],
|
|
3671
|
+
"superclass": {
|
|
3672
|
+
"name": "LitElement",
|
|
3673
|
+
"package": "lit"
|
|
3674
|
+
},
|
|
3675
|
+
"tagName": "qti-match-interaction",
|
|
3676
|
+
"customElement": true
|
|
3674
3677
|
}
|
|
3675
3678
|
],
|
|
3676
3679
|
"exports": [
|
|
@@ -4556,47 +4559,6 @@
|
|
|
4556
4559
|
}
|
|
4557
4560
|
]
|
|
4558
4561
|
},
|
|
4559
|
-
{
|
|
4560
|
-
"kind": "javascript-module",
|
|
4561
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
4562
|
-
"declarations": [
|
|
4563
|
-
{
|
|
4564
|
-
"kind": "class",
|
|
4565
|
-
"description": "",
|
|
4566
|
-
"name": "QtiResponseProcessing",
|
|
4567
|
-
"members": [],
|
|
4568
|
-
"attributes": [
|
|
4569
|
-
{
|
|
4570
|
-
"name": "identifier"
|
|
4571
|
-
}
|
|
4572
|
-
],
|
|
4573
|
-
"superclass": {
|
|
4574
|
-
"name": "LitElement",
|
|
4575
|
-
"package": "lit"
|
|
4576
|
-
},
|
|
4577
|
-
"tagName": "qti-response-processing",
|
|
4578
|
-
"customElement": true
|
|
4579
|
-
}
|
|
4580
|
-
],
|
|
4581
|
-
"exports": [
|
|
4582
|
-
{
|
|
4583
|
-
"kind": "js",
|
|
4584
|
-
"name": "default",
|
|
4585
|
-
"declaration": {
|
|
4586
|
-
"name": "QtiResponseProcessing",
|
|
4587
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4588
|
-
}
|
|
4589
|
-
},
|
|
4590
|
-
{
|
|
4591
|
-
"kind": "custom-element-definition",
|
|
4592
|
-
"name": "qti-response-processing",
|
|
4593
|
-
"declaration": {
|
|
4594
|
-
"name": "QtiResponseProcessing",
|
|
4595
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4596
|
-
}
|
|
4597
|
-
}
|
|
4598
|
-
]
|
|
4599
|
-
},
|
|
4600
4562
|
{
|
|
4601
4563
|
"kind": "javascript-module",
|
|
4602
4564
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
|
|
@@ -4849,6 +4811,47 @@
|
|
|
4849
4811
|
}
|
|
4850
4812
|
]
|
|
4851
4813
|
},
|
|
4814
|
+
{
|
|
4815
|
+
"kind": "javascript-module",
|
|
4816
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
4817
|
+
"declarations": [
|
|
4818
|
+
{
|
|
4819
|
+
"kind": "class",
|
|
4820
|
+
"description": "",
|
|
4821
|
+
"name": "QtiResponseProcessing",
|
|
4822
|
+
"members": [],
|
|
4823
|
+
"attributes": [
|
|
4824
|
+
{
|
|
4825
|
+
"name": "identifier"
|
|
4826
|
+
}
|
|
4827
|
+
],
|
|
4828
|
+
"superclass": {
|
|
4829
|
+
"name": "LitElement",
|
|
4830
|
+
"package": "lit"
|
|
4831
|
+
},
|
|
4832
|
+
"tagName": "qti-response-processing",
|
|
4833
|
+
"customElement": true
|
|
4834
|
+
}
|
|
4835
|
+
],
|
|
4836
|
+
"exports": [
|
|
4837
|
+
{
|
|
4838
|
+
"kind": "js",
|
|
4839
|
+
"name": "default",
|
|
4840
|
+
"declaration": {
|
|
4841
|
+
"name": "QtiResponseProcessing",
|
|
4842
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4843
|
+
}
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"kind": "custom-element-definition",
|
|
4847
|
+
"name": "qti-response-processing",
|
|
4848
|
+
"declaration": {
|
|
4849
|
+
"name": "QtiResponseProcessing",
|
|
4850
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4851
|
+
}
|
|
4852
|
+
}
|
|
4853
|
+
]
|
|
4854
|
+
},
|
|
4852
4855
|
{
|
|
4853
4856
|
"kind": "javascript-module",
|
|
4854
4857
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
|
|
@@ -5044,12 +5047,12 @@
|
|
|
5044
5047
|
},
|
|
5045
5048
|
{
|
|
5046
5049
|
"kind": "javascript-module",
|
|
5047
|
-
"path": "src/lib/qti-components/qti-variabledeclaration/qti-
|
|
5050
|
+
"path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
|
|
5048
5051
|
"declarations": [
|
|
5049
5052
|
{
|
|
5050
5053
|
"kind": "class",
|
|
5051
5054
|
"description": "",
|
|
5052
|
-
"name": "
|
|
5055
|
+
"name": "QtiResponseDeclaration",
|
|
5053
5056
|
"members": [],
|
|
5054
5057
|
"events": [
|
|
5055
5058
|
{
|
|
@@ -5086,37 +5089,37 @@
|
|
|
5086
5089
|
"name": "QtiVariableDeclaration",
|
|
5087
5090
|
"module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
|
|
5088
5091
|
},
|
|
5089
|
-
"tagName": "qti-
|
|
5092
|
+
"tagName": "qti-response-declaration",
|
|
5090
5093
|
"customElement": true
|
|
5091
5094
|
}
|
|
5092
5095
|
],
|
|
5093
5096
|
"exports": [
|
|
5094
5097
|
{
|
|
5095
5098
|
"kind": "js",
|
|
5096
|
-
"name": "
|
|
5099
|
+
"name": "QtiResponseDeclaration",
|
|
5097
5100
|
"declaration": {
|
|
5098
|
-
"name": "
|
|
5099
|
-
"module": "src/lib/qti-components/qti-variabledeclaration/qti-
|
|
5101
|
+
"name": "QtiResponseDeclaration",
|
|
5102
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
|
|
5100
5103
|
}
|
|
5101
5104
|
},
|
|
5102
5105
|
{
|
|
5103
5106
|
"kind": "custom-element-definition",
|
|
5104
|
-
"name": "qti-
|
|
5107
|
+
"name": "qti-response-declaration",
|
|
5105
5108
|
"declaration": {
|
|
5106
|
-
"name": "
|
|
5107
|
-
"module": "src/lib/qti-components/qti-variabledeclaration/qti-
|
|
5109
|
+
"name": "QtiResponseDeclaration",
|
|
5110
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
|
|
5108
5111
|
}
|
|
5109
5112
|
}
|
|
5110
5113
|
]
|
|
5111
5114
|
},
|
|
5112
5115
|
{
|
|
5113
5116
|
"kind": "javascript-module",
|
|
5114
|
-
"path": "src/lib/qti-components/qti-variabledeclaration/qti-
|
|
5117
|
+
"path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
|
|
5115
5118
|
"declarations": [
|
|
5116
5119
|
{
|
|
5117
5120
|
"kind": "class",
|
|
5118
5121
|
"description": "",
|
|
5119
|
-
"name": "
|
|
5122
|
+
"name": "QtiOutcomeDeclaration",
|
|
5120
5123
|
"members": [],
|
|
5121
5124
|
"events": [
|
|
5122
5125
|
{
|
|
@@ -5153,25 +5156,25 @@
|
|
|
5153
5156
|
"name": "QtiVariableDeclaration",
|
|
5154
5157
|
"module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
|
|
5155
5158
|
},
|
|
5156
|
-
"tagName": "qti-
|
|
5159
|
+
"tagName": "qti-outcome-declaration",
|
|
5157
5160
|
"customElement": true
|
|
5158
5161
|
}
|
|
5159
5162
|
],
|
|
5160
5163
|
"exports": [
|
|
5161
5164
|
{
|
|
5162
5165
|
"kind": "js",
|
|
5163
|
-
"name": "
|
|
5166
|
+
"name": "QtiOutcomeDeclaration",
|
|
5164
5167
|
"declaration": {
|
|
5165
|
-
"name": "
|
|
5166
|
-
"module": "src/lib/qti-components/qti-variabledeclaration/qti-
|
|
5168
|
+
"name": "QtiOutcomeDeclaration",
|
|
5169
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
|
|
5167
5170
|
}
|
|
5168
5171
|
},
|
|
5169
5172
|
{
|
|
5170
5173
|
"kind": "custom-element-definition",
|
|
5171
|
-
"name": "qti-
|
|
5174
|
+
"name": "qti-outcome-declaration",
|
|
5172
5175
|
"declaration": {
|
|
5173
|
-
"name": "
|
|
5174
|
-
"module": "src/lib/qti-components/qti-variabledeclaration/qti-
|
|
5176
|
+
"name": "QtiOutcomeDeclaration",
|
|
5177
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
|
|
5175
5178
|
}
|
|
5176
5179
|
}
|
|
5177
5180
|
]
|
|
@@ -5843,82 +5846,82 @@
|
|
|
5843
5846
|
},
|
|
5844
5847
|
{
|
|
5845
5848
|
"kind": "javascript-module",
|
|
5846
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5849
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
5847
5850
|
"declarations": [
|
|
5848
5851
|
{
|
|
5849
5852
|
"kind": "class",
|
|
5850
5853
|
"description": "",
|
|
5851
|
-
"name": "
|
|
5854
|
+
"name": "QtiAnd",
|
|
5852
5855
|
"members": [],
|
|
5853
|
-
"attributes": [
|
|
5854
|
-
{
|
|
5855
|
-
"name": "base-type",
|
|
5856
|
-
"type": {
|
|
5857
|
-
"text": "BaseType"
|
|
5858
|
-
},
|
|
5859
|
-
"default": "'string'",
|
|
5860
|
-
"fieldName": "baseType"
|
|
5861
|
-
}
|
|
5862
|
-
],
|
|
5863
5856
|
"superclass": {
|
|
5864
|
-
"name": "
|
|
5865
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5857
|
+
"name": "QtiConditionExpression",
|
|
5858
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
5866
5859
|
},
|
|
5867
|
-
"tagName": "qti-
|
|
5860
|
+
"tagName": "qti-and",
|
|
5868
5861
|
"customElement": true
|
|
5869
5862
|
}
|
|
5870
5863
|
],
|
|
5871
5864
|
"exports": [
|
|
5872
5865
|
{
|
|
5873
5866
|
"kind": "js",
|
|
5874
|
-
"name": "
|
|
5867
|
+
"name": "QtiAnd",
|
|
5875
5868
|
"declaration": {
|
|
5876
|
-
"name": "
|
|
5877
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5869
|
+
"name": "QtiAnd",
|
|
5870
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5878
5871
|
}
|
|
5879
5872
|
},
|
|
5880
5873
|
{
|
|
5881
5874
|
"kind": "custom-element-definition",
|
|
5882
|
-
"name": "qti-
|
|
5875
|
+
"name": "qti-and",
|
|
5883
5876
|
"declaration": {
|
|
5884
|
-
"name": "
|
|
5885
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5877
|
+
"name": "QtiAnd",
|
|
5878
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5886
5879
|
}
|
|
5887
5880
|
}
|
|
5888
5881
|
]
|
|
5889
5882
|
},
|
|
5890
5883
|
{
|
|
5891
5884
|
"kind": "javascript-module",
|
|
5892
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5885
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts",
|
|
5893
5886
|
"declarations": [
|
|
5894
5887
|
{
|
|
5895
5888
|
"kind": "class",
|
|
5896
5889
|
"description": "",
|
|
5897
|
-
"name": "
|
|
5890
|
+
"name": "QtiBaseValue",
|
|
5898
5891
|
"members": [],
|
|
5892
|
+
"attributes": [
|
|
5893
|
+
{
|
|
5894
|
+
"name": "base-type",
|
|
5895
|
+
"type": {
|
|
5896
|
+
"text": "BaseType"
|
|
5897
|
+
},
|
|
5898
|
+
"default": "'string'",
|
|
5899
|
+
"fieldName": "baseType"
|
|
5900
|
+
}
|
|
5901
|
+
],
|
|
5899
5902
|
"superclass": {
|
|
5900
|
-
"name": "
|
|
5901
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5903
|
+
"name": "QtiExpression",
|
|
5904
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5902
5905
|
},
|
|
5903
|
-
"tagName": "qti-
|
|
5906
|
+
"tagName": "qti-base-value",
|
|
5904
5907
|
"customElement": true
|
|
5905
5908
|
}
|
|
5906
5909
|
],
|
|
5907
5910
|
"exports": [
|
|
5908
5911
|
{
|
|
5909
5912
|
"kind": "js",
|
|
5910
|
-
"name": "
|
|
5913
|
+
"name": "QtiBaseValue",
|
|
5911
5914
|
"declaration": {
|
|
5912
|
-
"name": "
|
|
5913
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5915
|
+
"name": "QtiBaseValue",
|
|
5916
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5914
5917
|
}
|
|
5915
5918
|
},
|
|
5916
5919
|
{
|
|
5917
5920
|
"kind": "custom-element-definition",
|
|
5918
|
-
"name": "qti-
|
|
5921
|
+
"name": "qti-base-value",
|
|
5919
5922
|
"declaration": {
|
|
5920
|
-
"name": "
|
|
5921
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5923
|
+
"name": "QtiBaseValue",
|
|
5924
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5922
5925
|
}
|
|
5923
5926
|
}
|
|
5924
5927
|
]
|
|
@@ -6518,72 +6521,72 @@
|
|
|
6518
6521
|
},
|
|
6519
6522
|
{
|
|
6520
6523
|
"kind": "javascript-module",
|
|
6521
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6524
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
|
|
6522
6525
|
"declarations": [
|
|
6523
6526
|
{
|
|
6524
6527
|
"kind": "class",
|
|
6525
6528
|
"description": "",
|
|
6526
|
-
"name": "
|
|
6529
|
+
"name": "QtiOr",
|
|
6527
6530
|
"members": [],
|
|
6528
6531
|
"superclass": {
|
|
6529
|
-
"name": "
|
|
6530
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6532
|
+
"name": "QtiConditionExpression",
|
|
6533
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
6531
6534
|
},
|
|
6532
|
-
"tagName": "qti-
|
|
6535
|
+
"tagName": "qti-or",
|
|
6533
6536
|
"customElement": true
|
|
6534
6537
|
}
|
|
6535
6538
|
],
|
|
6536
6539
|
"exports": [
|
|
6537
6540
|
{
|
|
6538
6541
|
"kind": "js",
|
|
6539
|
-
"name": "
|
|
6542
|
+
"name": "QtiOr",
|
|
6540
6543
|
"declaration": {
|
|
6541
|
-
"name": "
|
|
6542
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6544
|
+
"name": "QtiOr",
|
|
6545
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
|
|
6543
6546
|
}
|
|
6544
6547
|
},
|
|
6545
6548
|
{
|
|
6546
6549
|
"kind": "custom-element-definition",
|
|
6547
|
-
"name": "qti-
|
|
6550
|
+
"name": "qti-or",
|
|
6548
6551
|
"declaration": {
|
|
6549
|
-
"name": "
|
|
6550
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6552
|
+
"name": "QtiOr",
|
|
6553
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
|
|
6551
6554
|
}
|
|
6552
6555
|
}
|
|
6553
6556
|
]
|
|
6554
6557
|
},
|
|
6555
6558
|
{
|
|
6556
6559
|
"kind": "javascript-module",
|
|
6557
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6560
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts",
|
|
6558
6561
|
"declarations": [
|
|
6559
6562
|
{
|
|
6560
6563
|
"kind": "class",
|
|
6561
6564
|
"description": "",
|
|
6562
|
-
"name": "
|
|
6565
|
+
"name": "QtiOrdered",
|
|
6563
6566
|
"members": [],
|
|
6564
6567
|
"superclass": {
|
|
6565
|
-
"name": "
|
|
6566
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6568
|
+
"name": "QtiExpression",
|
|
6569
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6567
6570
|
},
|
|
6568
|
-
"tagName": "qti-
|
|
6571
|
+
"tagName": "qti-ordered",
|
|
6569
6572
|
"customElement": true
|
|
6570
6573
|
}
|
|
6571
6574
|
],
|
|
6572
6575
|
"exports": [
|
|
6573
6576
|
{
|
|
6574
6577
|
"kind": "js",
|
|
6575
|
-
"name": "
|
|
6578
|
+
"name": "QtiOrdered",
|
|
6576
6579
|
"declaration": {
|
|
6577
|
-
"name": "
|
|
6578
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6580
|
+
"name": "QtiOrdered",
|
|
6581
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
|
|
6579
6582
|
}
|
|
6580
6583
|
},
|
|
6581
6584
|
{
|
|
6582
6585
|
"kind": "custom-element-definition",
|
|
6583
|
-
"name": "qti-
|
|
6586
|
+
"name": "qti-ordered",
|
|
6584
6587
|
"declaration": {
|
|
6585
|
-
"name": "
|
|
6586
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6588
|
+
"name": "QtiOrdered",
|
|
6589
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
|
|
6587
6590
|
}
|
|
6588
6591
|
}
|
|
6589
6592
|
]
|