@citolab/qti-components 6.0.31 → 6.0.34
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-G7BJTOY4.cjs +17 -0
- package/dist/chunk-UE4QJK43.js +17 -0
- package/dist/{chunk-3S2ODAEN.cjs → chunk-UGSY24LD.cjs} +12 -2
- package/dist/{chunk-KT5PFIUE.js → chunk-X6JTBTZK.js} +13 -3
- package/dist/custom-elements.json +744 -692
- package/dist/index.cjs +53 -43
- package/dist/index.css +10 -0
- package/dist/index.d.cts +11 -4
- package/dist/index.d.ts +11 -4
- package/dist/index.js +41 -31
- package/dist/qti-components/index.cjs +19 -19
- package/dist/qti-components/index.d.cts +7 -3
- package/dist/qti-components/index.d.ts +7 -3
- package/dist/qti-components/index.js +63 -63
- 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.d.cts +1 -1
- package/dist/qti-item-react/index.d.ts +1 -1
- package/dist/qti-item-react/index.js +1 -1
- package/dist/{qti-simple-choice-9a8c789b.d.ts → qti-simple-choice-e2bc67b1.d.ts} +6 -3
- package/dist/qti-transform/index.cjs +1 -1
- package/dist/qti-transform/index.js +1 -1
- package/package.json +41 -42
- package/dist/chunk-OO5TITDR.js +0 -17
- package/dist/chunk-Z2P5ZMVD.cjs +0 -17
|
@@ -131,6 +131,150 @@
|
|
|
131
131
|
}
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"kind": "javascript-module",
|
|
136
|
+
"path": "src/lib/qti-item-react/index.ts",
|
|
137
|
+
"declarations": [],
|
|
138
|
+
"exports": [
|
|
139
|
+
{
|
|
140
|
+
"kind": "js",
|
|
141
|
+
"name": "*",
|
|
142
|
+
"declaration": {
|
|
143
|
+
"name": "*",
|
|
144
|
+
"package": "./qti-item.react"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"kind": "javascript-module",
|
|
151
|
+
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
152
|
+
"declarations": [
|
|
153
|
+
{
|
|
154
|
+
"kind": "variable",
|
|
155
|
+
"name": "QtiItem",
|
|
156
|
+
"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})"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"exports": [
|
|
160
|
+
{
|
|
161
|
+
"kind": "js",
|
|
162
|
+
"name": "QtiItem",
|
|
163
|
+
"declaration": {
|
|
164
|
+
"name": "QtiItem",
|
|
165
|
+
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"kind": "javascript-module",
|
|
172
|
+
"path": "src/lib/qti-transform/index.ts",
|
|
173
|
+
"declarations": [],
|
|
174
|
+
"exports": [
|
|
175
|
+
{
|
|
176
|
+
"kind": "js",
|
|
177
|
+
"name": "*",
|
|
178
|
+
"declaration": {
|
|
179
|
+
"name": "*",
|
|
180
|
+
"package": "./qti-transform"
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"kind": "javascript-module",
|
|
187
|
+
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
188
|
+
"declarations": [
|
|
189
|
+
{
|
|
190
|
+
"kind": "function",
|
|
191
|
+
"name": "qtiTransform",
|
|
192
|
+
"parameters": [
|
|
193
|
+
{
|
|
194
|
+
"name": "xmlValue",
|
|
195
|
+
"type": {
|
|
196
|
+
"text": "string"
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
]
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"exports": [
|
|
203
|
+
{
|
|
204
|
+
"kind": "js",
|
|
205
|
+
"name": "qtiTransform",
|
|
206
|
+
"declaration": {
|
|
207
|
+
"name": "qtiTransform",
|
|
208
|
+
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"kind": "javascript-module",
|
|
215
|
+
"path": "src/lib/qti-item/index.ts",
|
|
216
|
+
"declarations": [],
|
|
217
|
+
"exports": [
|
|
218
|
+
{
|
|
219
|
+
"kind": "js",
|
|
220
|
+
"name": "*",
|
|
221
|
+
"declaration": {
|
|
222
|
+
"name": "*",
|
|
223
|
+
"package": "./qti-item"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"kind": "javascript-module",
|
|
230
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
231
|
+
"declarations": [
|
|
232
|
+
{
|
|
233
|
+
"kind": "class",
|
|
234
|
+
"description": "",
|
|
235
|
+
"name": "QtiItem",
|
|
236
|
+
"members": [],
|
|
237
|
+
"attributes": [
|
|
238
|
+
{
|
|
239
|
+
"name": "item-location",
|
|
240
|
+
"type": {
|
|
241
|
+
"text": "string"
|
|
242
|
+
},
|
|
243
|
+
"default": "''",
|
|
244
|
+
"fieldName": "itemLocation"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "xml",
|
|
248
|
+
"fieldName": "xml"
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"superclass": {
|
|
252
|
+
"name": "LitElement",
|
|
253
|
+
"package": "lit"
|
|
254
|
+
},
|
|
255
|
+
"tagName": "qti-item",
|
|
256
|
+
"customElement": true
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"exports": [
|
|
260
|
+
{
|
|
261
|
+
"kind": "js",
|
|
262
|
+
"name": "QtiItem",
|
|
263
|
+
"declaration": {
|
|
264
|
+
"name": "QtiItem",
|
|
265
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"kind": "custom-element-definition",
|
|
270
|
+
"name": "qti-item",
|
|
271
|
+
"declaration": {
|
|
272
|
+
"name": "QtiItem",
|
|
273
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
},
|
|
134
278
|
{
|
|
135
279
|
"kind": "javascript-module",
|
|
136
280
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -511,278 +655,142 @@
|
|
|
511
655
|
"name": "*",
|
|
512
656
|
"package": "./qti-interaction/qti-simple-choice"
|
|
513
657
|
}
|
|
514
|
-
}
|
|
515
|
-
]
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"kind": "javascript-module",
|
|
519
|
-
"path": "src/lib/qti-item/index.ts",
|
|
520
|
-
"declarations": [],
|
|
521
|
-
"exports": [
|
|
658
|
+
},
|
|
522
659
|
{
|
|
523
660
|
"kind": "js",
|
|
524
661
|
"name": "*",
|
|
525
662
|
"declaration": {
|
|
526
663
|
"name": "*",
|
|
527
|
-
"package": "./qti-
|
|
664
|
+
"package": "./qti-interaction/internal/interaction/interaction"
|
|
528
665
|
}
|
|
529
666
|
}
|
|
530
667
|
]
|
|
531
668
|
},
|
|
532
669
|
{
|
|
533
670
|
"kind": "javascript-module",
|
|
534
|
-
"path": "src/lib/qti-item/qti-item.ts",
|
|
671
|
+
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
535
672
|
"declarations": [
|
|
536
673
|
{
|
|
537
674
|
"kind": "class",
|
|
538
675
|
"description": "",
|
|
539
|
-
"name": "
|
|
676
|
+
"name": "QtiAssessmentItem",
|
|
677
|
+
"slots": [
|
|
678
|
+
{
|
|
679
|
+
"description": "The default slot where all the other QTI 3 item structures go.",
|
|
680
|
+
"name": ""
|
|
681
|
+
}
|
|
682
|
+
],
|
|
540
683
|
"members": [],
|
|
684
|
+
"events": [
|
|
685
|
+
{
|
|
686
|
+
"name": "qti-item-connected",
|
|
687
|
+
"type": {
|
|
688
|
+
"text": "CustomEvent"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "qti-response-processing",
|
|
693
|
+
"type": {
|
|
694
|
+
"text": "CustomEvent"
|
|
695
|
+
},
|
|
696
|
+
"description": "Emitted when response-processing is called."
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "qti-interaction-changed",
|
|
700
|
+
"type": {
|
|
701
|
+
"text": "CustomEvent"
|
|
702
|
+
},
|
|
703
|
+
"description": "Emitted when an interaction is changed."
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "qti-outcome-changed",
|
|
707
|
+
"type": {
|
|
708
|
+
"text": "CustomEvent"
|
|
709
|
+
},
|
|
710
|
+
"description": "Emitted when an outcome has changed."
|
|
711
|
+
}
|
|
712
|
+
],
|
|
541
713
|
"attributes": [
|
|
542
714
|
{
|
|
543
|
-
"name": "
|
|
715
|
+
"name": "disabled",
|
|
716
|
+
"type": {
|
|
717
|
+
"text": "boolean"
|
|
718
|
+
},
|
|
719
|
+
"fieldName": "disabled"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "readonly",
|
|
723
|
+
"type": {
|
|
724
|
+
"text": "boolean"
|
|
725
|
+
},
|
|
726
|
+
"fieldName": "readonly"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "title",
|
|
544
730
|
"type": {
|
|
545
731
|
"text": "string"
|
|
546
732
|
},
|
|
547
|
-
"
|
|
548
|
-
"fieldName": "itemLocation"
|
|
733
|
+
"fieldName": "title"
|
|
549
734
|
},
|
|
550
735
|
{
|
|
551
|
-
"name": "
|
|
552
|
-
"
|
|
736
|
+
"name": "identifier",
|
|
737
|
+
"type": {
|
|
738
|
+
"text": "string"
|
|
739
|
+
},
|
|
740
|
+
"fieldName": "identifier"
|
|
553
741
|
}
|
|
554
742
|
],
|
|
555
743
|
"superclass": {
|
|
556
744
|
"name": "LitElement",
|
|
557
745
|
"package": "lit"
|
|
558
746
|
},
|
|
559
|
-
"
|
|
747
|
+
"summary": "The qti-assessment-item element contains all the other QTI 3 item structures.",
|
|
748
|
+
"tagName": "qti-assessment-item",
|
|
560
749
|
"customElement": true
|
|
561
750
|
}
|
|
562
751
|
],
|
|
563
752
|
"exports": [
|
|
564
753
|
{
|
|
565
754
|
"kind": "js",
|
|
566
|
-
"name": "
|
|
755
|
+
"name": "QtiAssessmentItem",
|
|
567
756
|
"declaration": {
|
|
568
|
-
"name": "
|
|
569
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
757
|
+
"name": "QtiAssessmentItem",
|
|
758
|
+
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
570
759
|
}
|
|
571
760
|
},
|
|
572
761
|
{
|
|
573
762
|
"kind": "custom-element-definition",
|
|
574
|
-
"name": "qti-item",
|
|
763
|
+
"name": "qti-assessment-item",
|
|
575
764
|
"declaration": {
|
|
576
|
-
"name": "
|
|
577
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
765
|
+
"name": "QtiAssessmentItem",
|
|
766
|
+
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
578
767
|
}
|
|
579
768
|
}
|
|
580
769
|
]
|
|
581
770
|
},
|
|
582
771
|
{
|
|
583
772
|
"kind": "javascript-module",
|
|
584
|
-
"path": "src/lib/qti-
|
|
585
|
-
"declarations": [
|
|
773
|
+
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
774
|
+
"declarations": [
|
|
775
|
+
{
|
|
776
|
+
"kind": "class",
|
|
777
|
+
"description": "",
|
|
778
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
779
|
+
"superclass": {
|
|
780
|
+
"name": "LitElement",
|
|
781
|
+
"package": "lit"
|
|
782
|
+
},
|
|
783
|
+
"tagName": "qti-companion-materials-info",
|
|
784
|
+
"customElement": true
|
|
785
|
+
}
|
|
786
|
+
],
|
|
586
787
|
"exports": [
|
|
587
788
|
{
|
|
588
789
|
"kind": "js",
|
|
589
|
-
"name": "
|
|
790
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
590
791
|
"declaration": {
|
|
591
|
-
"name": "
|
|
592
|
-
"
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
]
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"kind": "javascript-module",
|
|
599
|
-
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
600
|
-
"declarations": [
|
|
601
|
-
{
|
|
602
|
-
"kind": "variable",
|
|
603
|
-
"name": "QtiItem",
|
|
604
|
-
"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})"
|
|
605
|
-
}
|
|
606
|
-
],
|
|
607
|
-
"exports": [
|
|
608
|
-
{
|
|
609
|
-
"kind": "js",
|
|
610
|
-
"name": "QtiItem",
|
|
611
|
-
"declaration": {
|
|
612
|
-
"name": "QtiItem",
|
|
613
|
-
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
]
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"kind": "javascript-module",
|
|
620
|
-
"path": "src/lib/qti-transform/index.ts",
|
|
621
|
-
"declarations": [],
|
|
622
|
-
"exports": [
|
|
623
|
-
{
|
|
624
|
-
"kind": "js",
|
|
625
|
-
"name": "*",
|
|
626
|
-
"declaration": {
|
|
627
|
-
"name": "*",
|
|
628
|
-
"package": "./qti-transform"
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
]
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"kind": "javascript-module",
|
|
635
|
-
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
636
|
-
"declarations": [
|
|
637
|
-
{
|
|
638
|
-
"kind": "function",
|
|
639
|
-
"name": "qtiTransform",
|
|
640
|
-
"parameters": [
|
|
641
|
-
{
|
|
642
|
-
"name": "xmlValue",
|
|
643
|
-
"type": {
|
|
644
|
-
"text": "string"
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
|
-
]
|
|
648
|
-
}
|
|
649
|
-
],
|
|
650
|
-
"exports": [
|
|
651
|
-
{
|
|
652
|
-
"kind": "js",
|
|
653
|
-
"name": "qtiTransform",
|
|
654
|
-
"declaration": {
|
|
655
|
-
"name": "qtiTransform",
|
|
656
|
-
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
]
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"kind": "javascript-module",
|
|
663
|
-
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
664
|
-
"declarations": [
|
|
665
|
-
{
|
|
666
|
-
"kind": "class",
|
|
667
|
-
"description": "",
|
|
668
|
-
"name": "QtiAssessmentItem",
|
|
669
|
-
"slots": [
|
|
670
|
-
{
|
|
671
|
-
"description": "The default slot where all the other QTI 3 item structures go.",
|
|
672
|
-
"name": ""
|
|
673
|
-
}
|
|
674
|
-
],
|
|
675
|
-
"members": [],
|
|
676
|
-
"events": [
|
|
677
|
-
{
|
|
678
|
-
"name": "qti-item-connected",
|
|
679
|
-
"type": {
|
|
680
|
-
"text": "CustomEvent"
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"name": "qti-response-processing",
|
|
685
|
-
"type": {
|
|
686
|
-
"text": "CustomEvent"
|
|
687
|
-
},
|
|
688
|
-
"description": "Emitted when response-processing is called."
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"name": "qti-interaction-changed",
|
|
692
|
-
"type": {
|
|
693
|
-
"text": "CustomEvent"
|
|
694
|
-
},
|
|
695
|
-
"description": "Emitted when an interaction is changed."
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"name": "qti-outcome-changed",
|
|
699
|
-
"type": {
|
|
700
|
-
"text": "CustomEvent"
|
|
701
|
-
},
|
|
702
|
-
"description": "Emitted when an outcome has changed."
|
|
703
|
-
}
|
|
704
|
-
],
|
|
705
|
-
"attributes": [
|
|
706
|
-
{
|
|
707
|
-
"name": "disabled",
|
|
708
|
-
"type": {
|
|
709
|
-
"text": "boolean"
|
|
710
|
-
},
|
|
711
|
-
"fieldName": "disabled"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"name": "readonly",
|
|
715
|
-
"type": {
|
|
716
|
-
"text": "boolean"
|
|
717
|
-
},
|
|
718
|
-
"fieldName": "readonly"
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
"name": "title",
|
|
722
|
-
"type": {
|
|
723
|
-
"text": "string"
|
|
724
|
-
},
|
|
725
|
-
"fieldName": "title"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"name": "identifier",
|
|
729
|
-
"type": {
|
|
730
|
-
"text": "string"
|
|
731
|
-
},
|
|
732
|
-
"fieldName": "identifier"
|
|
733
|
-
}
|
|
734
|
-
],
|
|
735
|
-
"superclass": {
|
|
736
|
-
"name": "LitElement",
|
|
737
|
-
"package": "lit"
|
|
738
|
-
},
|
|
739
|
-
"summary": "The qti-assessment-item element contains all the other QTI 3 item structures.",
|
|
740
|
-
"tagName": "qti-assessment-item",
|
|
741
|
-
"customElement": true
|
|
742
|
-
}
|
|
743
|
-
],
|
|
744
|
-
"exports": [
|
|
745
|
-
{
|
|
746
|
-
"kind": "js",
|
|
747
|
-
"name": "QtiAssessmentItem",
|
|
748
|
-
"declaration": {
|
|
749
|
-
"name": "QtiAssessmentItem",
|
|
750
|
-
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
751
|
-
}
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"kind": "custom-element-definition",
|
|
755
|
-
"name": "qti-assessment-item",
|
|
756
|
-
"declaration": {
|
|
757
|
-
"name": "QtiAssessmentItem",
|
|
758
|
-
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
]
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"kind": "javascript-module",
|
|
765
|
-
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
766
|
-
"declarations": [
|
|
767
|
-
{
|
|
768
|
-
"kind": "class",
|
|
769
|
-
"description": "",
|
|
770
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
771
|
-
"superclass": {
|
|
772
|
-
"name": "LitElement",
|
|
773
|
-
"package": "lit"
|
|
774
|
-
},
|
|
775
|
-
"tagName": "qti-companion-materials-info",
|
|
776
|
-
"customElement": true
|
|
777
|
-
}
|
|
778
|
-
],
|
|
779
|
-
"exports": [
|
|
780
|
-
{
|
|
781
|
-
"kind": "js",
|
|
782
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
783
|
-
"declaration": {
|
|
784
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
785
|
-
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
792
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
793
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
786
794
|
}
|
|
787
795
|
},
|
|
788
796
|
{
|
|
@@ -1602,115 +1610,44 @@
|
|
|
1602
1610
|
},
|
|
1603
1611
|
{
|
|
1604
1612
|
"kind": "javascript-module",
|
|
1605
|
-
"path": "src/lib/qti-components/qti-
|
|
1606
|
-
"declarations": [
|
|
1607
|
-
"exports": [
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "js",
|
|
1610
|
-
"name": "QtiResponseProcessing",
|
|
1611
|
-
"declaration": {
|
|
1612
|
-
"name": "default",
|
|
1613
|
-
"module": "./qti-responseprocessing/qti-responseprocessing"
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"kind": "js",
|
|
1618
|
-
"name": "QtiRule",
|
|
1619
|
-
"declaration": {
|
|
1620
|
-
"name": "QtiRule",
|
|
1621
|
-
"module": "./qti-rule/qti-rule"
|
|
1622
|
-
}
|
|
1623
|
-
},
|
|
1613
|
+
"path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
|
|
1614
|
+
"declarations": [
|
|
1624
1615
|
{
|
|
1625
|
-
"kind": "
|
|
1626
|
-
"
|
|
1627
|
-
"
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1616
|
+
"kind": "class",
|
|
1617
|
+
"description": "",
|
|
1618
|
+
"name": "qtiContentBody",
|
|
1619
|
+
"members": [],
|
|
1620
|
+
"superclass": {
|
|
1621
|
+
"name": "LitElement",
|
|
1622
|
+
"package": "lit"
|
|
1623
|
+
},
|
|
1624
|
+
"tagName": "qti-content-body",
|
|
1625
|
+
"customElement": true
|
|
1626
|
+
}
|
|
1627
|
+
],
|
|
1628
|
+
"exports": [
|
|
1632
1629
|
{
|
|
1633
1630
|
"kind": "js",
|
|
1634
|
-
"name": "
|
|
1631
|
+
"name": "qtiContentBody",
|
|
1635
1632
|
"declaration": {
|
|
1636
|
-
"name": "
|
|
1637
|
-
"
|
|
1633
|
+
"name": "qtiContentBody",
|
|
1634
|
+
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
1638
1635
|
}
|
|
1639
1636
|
},
|
|
1640
1637
|
{
|
|
1641
|
-
"kind": "
|
|
1642
|
-
"name": "
|
|
1638
|
+
"kind": "custom-element-definition",
|
|
1639
|
+
"name": "qti-content-body",
|
|
1643
1640
|
"declaration": {
|
|
1644
|
-
"name": "
|
|
1645
|
-
"
|
|
1641
|
+
"name": "qtiContentBody",
|
|
1642
|
+
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
1646
1643
|
}
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
}
|
|
1655
|
-
},
|
|
1656
|
-
{
|
|
1657
|
-
"kind": "js",
|
|
1658
|
-
"name": "*",
|
|
1659
|
-
"declaration": {
|
|
1660
|
-
"name": "*",
|
|
1661
|
-
"package": "./qti-responseelse/qti-responseelse"
|
|
1662
|
-
}
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"kind": "js",
|
|
1666
|
-
"name": "*",
|
|
1667
|
-
"declaration": {
|
|
1668
|
-
"name": "*",
|
|
1669
|
-
"package": "./qti-expression"
|
|
1670
|
-
}
|
|
1671
|
-
}
|
|
1672
|
-
]
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
"kind": "javascript-module",
|
|
1676
|
-
"path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
|
|
1677
|
-
"declarations": [
|
|
1678
|
-
{
|
|
1679
|
-
"kind": "class",
|
|
1680
|
-
"description": "",
|
|
1681
|
-
"name": "qtiContentBody",
|
|
1682
|
-
"members": [],
|
|
1683
|
-
"superclass": {
|
|
1684
|
-
"name": "LitElement",
|
|
1685
|
-
"package": "lit"
|
|
1686
|
-
},
|
|
1687
|
-
"tagName": "qti-content-body",
|
|
1688
|
-
"customElement": true
|
|
1689
|
-
}
|
|
1690
|
-
],
|
|
1691
|
-
"exports": [
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "js",
|
|
1694
|
-
"name": "qtiContentBody",
|
|
1695
|
-
"declaration": {
|
|
1696
|
-
"name": "qtiContentBody",
|
|
1697
|
-
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
1698
|
-
}
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"kind": "custom-element-definition",
|
|
1702
|
-
"name": "qti-content-body",
|
|
1703
|
-
"declaration": {
|
|
1704
|
-
"name": "qtiContentBody",
|
|
1705
|
-
"module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
]
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"kind": "javascript-module",
|
|
1712
|
-
"path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts",
|
|
1713
|
-
"declarations": [
|
|
1644
|
+
}
|
|
1645
|
+
]
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "javascript-module",
|
|
1649
|
+
"path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts",
|
|
1650
|
+
"declarations": [
|
|
1714
1651
|
{
|
|
1715
1652
|
"kind": "class",
|
|
1716
1653
|
"description": "",
|
|
@@ -1767,6 +1704,77 @@
|
|
|
1767
1704
|
}
|
|
1768
1705
|
]
|
|
1769
1706
|
},
|
|
1707
|
+
{
|
|
1708
|
+
"kind": "javascript-module",
|
|
1709
|
+
"path": "src/lib/qti-components/qti-responseprocessing/index.ts",
|
|
1710
|
+
"declarations": [],
|
|
1711
|
+
"exports": [
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "js",
|
|
1714
|
+
"name": "QtiResponseProcessing",
|
|
1715
|
+
"declaration": {
|
|
1716
|
+
"name": "default",
|
|
1717
|
+
"module": "./qti-responseprocessing/qti-responseprocessing"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "js",
|
|
1722
|
+
"name": "QtiRule",
|
|
1723
|
+
"declaration": {
|
|
1724
|
+
"name": "QtiRule",
|
|
1725
|
+
"module": "./qti-rule/qti-rule"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"kind": "js",
|
|
1730
|
+
"name": "*",
|
|
1731
|
+
"declaration": {
|
|
1732
|
+
"name": "*",
|
|
1733
|
+
"package": "./qti-rule/qti-responsecondition/qti-responsecondition"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"kind": "js",
|
|
1738
|
+
"name": "*",
|
|
1739
|
+
"declaration": {
|
|
1740
|
+
"name": "*",
|
|
1741
|
+
"package": "./qti-rule/qti-setoutcomevalue/qti-setoutcomevalue"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"kind": "js",
|
|
1746
|
+
"name": "*",
|
|
1747
|
+
"declaration": {
|
|
1748
|
+
"name": "*",
|
|
1749
|
+
"package": "./qti-responseelse/qti-responseif/qti-responseif"
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"kind": "js",
|
|
1754
|
+
"name": "*",
|
|
1755
|
+
"declaration": {
|
|
1756
|
+
"name": "*",
|
|
1757
|
+
"package": "./qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"kind": "js",
|
|
1762
|
+
"name": "*",
|
|
1763
|
+
"declaration": {
|
|
1764
|
+
"name": "*",
|
|
1765
|
+
"package": "./qti-responseelse/qti-responseelse"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "js",
|
|
1770
|
+
"name": "*",
|
|
1771
|
+
"declaration": {
|
|
1772
|
+
"name": "*",
|
|
1773
|
+
"package": "./qti-expression"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
]
|
|
1777
|
+
},
|
|
1770
1778
|
{
|
|
1771
1779
|
"kind": "javascript-module",
|
|
1772
1780
|
"path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
|
|
@@ -2565,57 +2573,6 @@
|
|
|
2565
2573
|
}
|
|
2566
2574
|
]
|
|
2567
2575
|
},
|
|
2568
|
-
{
|
|
2569
|
-
"kind": "javascript-module",
|
|
2570
|
-
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
|
|
2571
|
-
"declarations": [
|
|
2572
|
-
{
|
|
2573
|
-
"kind": "class",
|
|
2574
|
-
"description": "",
|
|
2575
|
-
"name": "QtiEndAttemptInteraction",
|
|
2576
|
-
"members": [],
|
|
2577
|
-
"attributes": [
|
|
2578
|
-
{
|
|
2579
|
-
"name": "title",
|
|
2580
|
-
"type": {
|
|
2581
|
-
"text": "'end attempt'"
|
|
2582
|
-
},
|
|
2583
|
-
"fieldName": "title"
|
|
2584
|
-
}
|
|
2585
|
-
],
|
|
2586
|
-
"superclass": {
|
|
2587
|
-
"name": "LitElement",
|
|
2588
|
-
"package": "lit"
|
|
2589
|
-
},
|
|
2590
|
-
"tagName": "qti-end-attempt-interaction",
|
|
2591
|
-
"customElement": true
|
|
2592
|
-
}
|
|
2593
|
-
],
|
|
2594
|
-
"exports": [
|
|
2595
|
-
{
|
|
2596
|
-
"kind": "js",
|
|
2597
|
-
"name": "QtiEndAttemptInteraction",
|
|
2598
|
-
"declaration": {
|
|
2599
|
-
"name": "QtiEndAttemptInteraction",
|
|
2600
|
-
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2601
|
-
}
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"kind": "custom-element-definition",
|
|
2605
|
-
"name": "qti-end-attempt-interaction",
|
|
2606
|
-
"declaration": {
|
|
2607
|
-
"name": "QtiEndAttemptInteraction",
|
|
2608
|
-
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2609
|
-
}
|
|
2610
|
-
}
|
|
2611
|
-
]
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"kind": "javascript-module",
|
|
2615
|
-
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.xml",
|
|
2616
|
-
"declarations": [],
|
|
2617
|
-
"exports": []
|
|
2618
|
-
},
|
|
2619
2576
|
{
|
|
2620
2577
|
"kind": "javascript-module",
|
|
2621
2578
|
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
@@ -2741,6 +2698,57 @@
|
|
|
2741
2698
|
}
|
|
2742
2699
|
]
|
|
2743
2700
|
},
|
|
2701
|
+
{
|
|
2702
|
+
"kind": "javascript-module",
|
|
2703
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
|
|
2704
|
+
"declarations": [
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "class",
|
|
2707
|
+
"description": "",
|
|
2708
|
+
"name": "QtiEndAttemptInteraction",
|
|
2709
|
+
"members": [],
|
|
2710
|
+
"attributes": [
|
|
2711
|
+
{
|
|
2712
|
+
"name": "title",
|
|
2713
|
+
"type": {
|
|
2714
|
+
"text": "'end attempt'"
|
|
2715
|
+
},
|
|
2716
|
+
"fieldName": "title"
|
|
2717
|
+
}
|
|
2718
|
+
],
|
|
2719
|
+
"superclass": {
|
|
2720
|
+
"name": "LitElement",
|
|
2721
|
+
"package": "lit"
|
|
2722
|
+
},
|
|
2723
|
+
"tagName": "qti-end-attempt-interaction",
|
|
2724
|
+
"customElement": true
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"exports": [
|
|
2728
|
+
{
|
|
2729
|
+
"kind": "js",
|
|
2730
|
+
"name": "QtiEndAttemptInteraction",
|
|
2731
|
+
"declaration": {
|
|
2732
|
+
"name": "QtiEndAttemptInteraction",
|
|
2733
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"kind": "custom-element-definition",
|
|
2738
|
+
"name": "qti-end-attempt-interaction",
|
|
2739
|
+
"declaration": {
|
|
2740
|
+
"name": "QtiEndAttemptInteraction",
|
|
2741
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
2742
|
+
}
|
|
2743
|
+
}
|
|
2744
|
+
]
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"kind": "javascript-module",
|
|
2748
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.xml",
|
|
2749
|
+
"declarations": [],
|
|
2750
|
+
"exports": []
|
|
2751
|
+
},
|
|
2744
2752
|
{
|
|
2745
2753
|
"kind": "javascript-module",
|
|
2746
2754
|
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
@@ -3697,21 +3705,18 @@
|
|
|
3697
3705
|
},
|
|
3698
3706
|
{
|
|
3699
3707
|
"kind": "javascript-module",
|
|
3700
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3708
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
3701
3709
|
"declarations": [
|
|
3702
3710
|
{
|
|
3703
3711
|
"kind": "class",
|
|
3704
3712
|
"description": "",
|
|
3705
|
-
"name": "
|
|
3713
|
+
"name": "QtiMediaInteraction",
|
|
3706
3714
|
"members": [],
|
|
3707
3715
|
"attributes": [
|
|
3708
3716
|
{
|
|
3709
|
-
"name": "
|
|
3710
|
-
"
|
|
3711
|
-
|
|
3712
|
-
},
|
|
3713
|
-
"description": "orientation of choices",
|
|
3714
|
-
"fieldName": "orientation"
|
|
3717
|
+
"name": "",
|
|
3718
|
+
"fieldName": "",
|
|
3719
|
+
"attribute": ""
|
|
3715
3720
|
},
|
|
3716
3721
|
{
|
|
3717
3722
|
"name": "response-identifier",
|
|
@@ -3721,8 +3726,8 @@
|
|
|
3721
3726
|
"default": "''",
|
|
3722
3727
|
"fieldName": "responseIdentifier",
|
|
3723
3728
|
"inheritedFrom": {
|
|
3724
|
-
"name": "
|
|
3725
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3729
|
+
"name": "Interaction",
|
|
3730
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3726
3731
|
}
|
|
3727
3732
|
},
|
|
3728
3733
|
{
|
|
@@ -3731,10 +3736,11 @@
|
|
|
3731
3736
|
"text": "boolean"
|
|
3732
3737
|
},
|
|
3733
3738
|
"default": "false",
|
|
3739
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3734
3740
|
"fieldName": "disabled",
|
|
3735
3741
|
"inheritedFrom": {
|
|
3736
|
-
"name": "
|
|
3737
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3742
|
+
"name": "Interaction",
|
|
3743
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3738
3744
|
}
|
|
3739
3745
|
},
|
|
3740
3746
|
{
|
|
@@ -3743,48 +3749,19 @@
|
|
|
3743
3749
|
"text": "boolean"
|
|
3744
3750
|
},
|
|
3745
3751
|
"default": "false",
|
|
3752
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3746
3753
|
"fieldName": "readonly",
|
|
3747
3754
|
"inheritedFrom": {
|
|
3748
|
-
"name": "
|
|
3749
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3750
|
-
}
|
|
3751
|
-
},
|
|
3752
|
-
{
|
|
3753
|
-
"name": "min-associations",
|
|
3754
|
-
"type": {
|
|
3755
|
-
"text": "number"
|
|
3756
|
-
},
|
|
3757
|
-
"default": "1",
|
|
3758
|
-
"fieldName": "minAssociations",
|
|
3759
|
-
"inheritedFrom": {
|
|
3760
|
-
"name": "DragDropInteractionMixin",
|
|
3761
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3762
|
-
}
|
|
3763
|
-
},
|
|
3764
|
-
{
|
|
3765
|
-
"name": "max-associations",
|
|
3766
|
-
"type": {
|
|
3767
|
-
"text": "number"
|
|
3768
|
-
},
|
|
3769
|
-
"default": "1",
|
|
3770
|
-
"fieldName": "maxAssociations",
|
|
3771
|
-
"inheritedFrom": {
|
|
3772
|
-
"name": "DragDropInteractionMixin",
|
|
3773
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3755
|
+
"name": "Interaction",
|
|
3756
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3774
3757
|
}
|
|
3775
3758
|
}
|
|
3776
3759
|
],
|
|
3777
|
-
"mixins": [
|
|
3778
|
-
{
|
|
3779
|
-
"name": "DragDropInteractionMixin",
|
|
3780
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3781
|
-
}
|
|
3782
|
-
],
|
|
3783
3760
|
"superclass": {
|
|
3784
|
-
"name": "
|
|
3785
|
-
"
|
|
3761
|
+
"name": "Interaction",
|
|
3762
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3786
3763
|
},
|
|
3787
|
-
"tagName": "qti-
|
|
3764
|
+
"tagName": "qti-media-interaction",
|
|
3788
3765
|
"customElement": true,
|
|
3789
3766
|
"events": [
|
|
3790
3767
|
{
|
|
@@ -3793,8 +3770,8 @@
|
|
|
3793
3770
|
"text": "CustomEvent"
|
|
3794
3771
|
},
|
|
3795
3772
|
"inheritedFrom": {
|
|
3796
|
-
"name": "
|
|
3797
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3773
|
+
"name": "Interaction",
|
|
3774
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3798
3775
|
}
|
|
3799
3776
|
},
|
|
3800
3777
|
{
|
|
@@ -3803,8 +3780,8 @@
|
|
|
3803
3780
|
"text": "CustomEvent"
|
|
3804
3781
|
},
|
|
3805
3782
|
"inheritedFrom": {
|
|
3806
|
-
"name": "
|
|
3807
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3783
|
+
"name": "Interaction",
|
|
3784
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3808
3785
|
}
|
|
3809
3786
|
}
|
|
3810
3787
|
]
|
|
@@ -3813,36 +3790,45 @@
|
|
|
3813
3790
|
"exports": [
|
|
3814
3791
|
{
|
|
3815
3792
|
"kind": "js",
|
|
3816
|
-
"name": "
|
|
3793
|
+
"name": "QtiMediaInteraction",
|
|
3817
3794
|
"declaration": {
|
|
3818
|
-
"name": "
|
|
3819
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3795
|
+
"name": "QtiMediaInteraction",
|
|
3796
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3820
3797
|
}
|
|
3821
3798
|
},
|
|
3822
3799
|
{
|
|
3823
3800
|
"kind": "custom-element-definition",
|
|
3824
|
-
"name": "qti-
|
|
3801
|
+
"name": "qti-media-interaction",
|
|
3825
3802
|
"declaration": {
|
|
3826
|
-
"name": "
|
|
3827
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3803
|
+
"name": "QtiMediaInteraction",
|
|
3804
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3828
3805
|
}
|
|
3829
3806
|
}
|
|
3830
3807
|
]
|
|
3831
3808
|
},
|
|
3832
3809
|
{
|
|
3833
3810
|
"kind": "javascript-module",
|
|
3834
|
-
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.
|
|
3811
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
|
|
3812
|
+
"declarations": [],
|
|
3813
|
+
"exports": []
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"kind": "javascript-module",
|
|
3817
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
|
|
3835
3818
|
"declarations": [
|
|
3836
3819
|
{
|
|
3837
3820
|
"kind": "class",
|
|
3838
3821
|
"description": "",
|
|
3839
|
-
"name": "
|
|
3822
|
+
"name": "QtiOrderInteraction",
|
|
3840
3823
|
"members": [],
|
|
3841
3824
|
"attributes": [
|
|
3842
3825
|
{
|
|
3843
|
-
"name": "",
|
|
3844
|
-
"
|
|
3845
|
-
|
|
3826
|
+
"name": "orientation",
|
|
3827
|
+
"type": {
|
|
3828
|
+
"text": "'horizontal' | 'vertical'"
|
|
3829
|
+
},
|
|
3830
|
+
"description": "orientation of choices",
|
|
3831
|
+
"fieldName": "orientation"
|
|
3846
3832
|
},
|
|
3847
3833
|
{
|
|
3848
3834
|
"name": "response-identifier",
|
|
@@ -3852,8 +3838,8 @@
|
|
|
3852
3838
|
"default": "''",
|
|
3853
3839
|
"fieldName": "responseIdentifier",
|
|
3854
3840
|
"inheritedFrom": {
|
|
3855
|
-
"name": "
|
|
3856
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3841
|
+
"name": "DragDropInteractionMixin",
|
|
3842
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3857
3843
|
}
|
|
3858
3844
|
},
|
|
3859
3845
|
{
|
|
@@ -3862,11 +3848,10 @@
|
|
|
3862
3848
|
"text": "boolean"
|
|
3863
3849
|
},
|
|
3864
3850
|
"default": "false",
|
|
3865
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3866
3851
|
"fieldName": "disabled",
|
|
3867
3852
|
"inheritedFrom": {
|
|
3868
|
-
"name": "
|
|
3869
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3853
|
+
"name": "DroppablesMixin",
|
|
3854
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3870
3855
|
}
|
|
3871
3856
|
},
|
|
3872
3857
|
{
|
|
@@ -3875,19 +3860,48 @@
|
|
|
3875
3860
|
"text": "boolean"
|
|
3876
3861
|
},
|
|
3877
3862
|
"default": "false",
|
|
3878
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3879
3863
|
"fieldName": "readonly",
|
|
3880
3864
|
"inheritedFrom": {
|
|
3881
|
-
"name": "
|
|
3882
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3865
|
+
"name": "DragDropInteractionMixin",
|
|
3866
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3883
3867
|
}
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"name": "min-associations",
|
|
3871
|
+
"type": {
|
|
3872
|
+
"text": "number"
|
|
3873
|
+
},
|
|
3874
|
+
"default": "1",
|
|
3875
|
+
"fieldName": "minAssociations",
|
|
3876
|
+
"inheritedFrom": {
|
|
3877
|
+
"name": "DragDropInteractionMixin",
|
|
3878
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3879
|
+
}
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"name": "max-associations",
|
|
3883
|
+
"type": {
|
|
3884
|
+
"text": "number"
|
|
3885
|
+
},
|
|
3886
|
+
"default": "1",
|
|
3887
|
+
"fieldName": "maxAssociations",
|
|
3888
|
+
"inheritedFrom": {
|
|
3889
|
+
"name": "DragDropInteractionMixin",
|
|
3890
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3891
|
+
}
|
|
3892
|
+
}
|
|
3893
|
+
],
|
|
3894
|
+
"mixins": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "DragDropInteractionMixin",
|
|
3897
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3884
3898
|
}
|
|
3885
3899
|
],
|
|
3886
3900
|
"superclass": {
|
|
3887
|
-
"name": "
|
|
3888
|
-
"
|
|
3901
|
+
"name": "LitElement",
|
|
3902
|
+
"package": "lit"
|
|
3889
3903
|
},
|
|
3890
|
-
"tagName": "qti-
|
|
3904
|
+
"tagName": "qti-order-interaction",
|
|
3891
3905
|
"customElement": true,
|
|
3892
3906
|
"events": [
|
|
3893
3907
|
{
|
|
@@ -3896,8 +3910,8 @@
|
|
|
3896
3910
|
"text": "CustomEvent"
|
|
3897
3911
|
},
|
|
3898
3912
|
"inheritedFrom": {
|
|
3899
|
-
"name": "
|
|
3900
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3913
|
+
"name": "DragDropInteractionMixin",
|
|
3914
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3901
3915
|
}
|
|
3902
3916
|
},
|
|
3903
3917
|
{
|
|
@@ -3906,8 +3920,8 @@
|
|
|
3906
3920
|
"text": "CustomEvent"
|
|
3907
3921
|
},
|
|
3908
3922
|
"inheritedFrom": {
|
|
3909
|
-
"name": "
|
|
3910
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3923
|
+
"name": "DragDropInteractionMixin",
|
|
3924
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3911
3925
|
}
|
|
3912
3926
|
}
|
|
3913
3927
|
]
|
|
@@ -3916,28 +3930,22 @@
|
|
|
3916
3930
|
"exports": [
|
|
3917
3931
|
{
|
|
3918
3932
|
"kind": "js",
|
|
3919
|
-
"name": "
|
|
3933
|
+
"name": "QtiOrderInteraction",
|
|
3920
3934
|
"declaration": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3935
|
+
"name": "QtiOrderInteraction",
|
|
3936
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
3923
3937
|
}
|
|
3924
3938
|
},
|
|
3925
3939
|
{
|
|
3926
3940
|
"kind": "custom-element-definition",
|
|
3927
|
-
"name": "qti-
|
|
3941
|
+
"name": "qti-order-interaction",
|
|
3928
3942
|
"declaration": {
|
|
3929
|
-
"name": "
|
|
3930
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3943
|
+
"name": "QtiOrderInteraction",
|
|
3944
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
3931
3945
|
}
|
|
3932
3946
|
}
|
|
3933
3947
|
]
|
|
3934
3948
|
},
|
|
3935
|
-
{
|
|
3936
|
-
"kind": "javascript-module",
|
|
3937
|
-
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
|
|
3938
|
-
"declarations": [],
|
|
3939
|
-
"exports": []
|
|
3940
|
-
},
|
|
3941
3949
|
{
|
|
3942
3950
|
"kind": "javascript-module",
|
|
3943
3951
|
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
|
|
@@ -4190,135 +4198,6 @@
|
|
|
4190
4198
|
}
|
|
4191
4199
|
]
|
|
4192
4200
|
},
|
|
4193
|
-
{
|
|
4194
|
-
"kind": "javascript-module",
|
|
4195
|
-
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.mdx",
|
|
4196
|
-
"declarations": [],
|
|
4197
|
-
"exports": []
|
|
4198
|
-
},
|
|
4199
|
-
{
|
|
4200
|
-
"kind": "javascript-module",
|
|
4201
|
-
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
|
|
4202
|
-
"declarations": [
|
|
4203
|
-
{
|
|
4204
|
-
"kind": "class",
|
|
4205
|
-
"description": "",
|
|
4206
|
-
"name": "QtiTextEntryInteraction",
|
|
4207
|
-
"members": [],
|
|
4208
|
-
"attributes": [
|
|
4209
|
-
{
|
|
4210
|
-
"name": "expected-length",
|
|
4211
|
-
"type": {
|
|
4212
|
-
"text": "number"
|
|
4213
|
-
},
|
|
4214
|
-
"fieldName": "expectedLength"
|
|
4215
|
-
},
|
|
4216
|
-
{
|
|
4217
|
-
"name": "pattern-mask",
|
|
4218
|
-
"type": {
|
|
4219
|
-
"text": "string"
|
|
4220
|
-
},
|
|
4221
|
-
"fieldName": "patternMask"
|
|
4222
|
-
},
|
|
4223
|
-
{
|
|
4224
|
-
"name": "placeholder-text",
|
|
4225
|
-
"type": {
|
|
4226
|
-
"text": "string"
|
|
4227
|
-
},
|
|
4228
|
-
"fieldName": "placeholderText"
|
|
4229
|
-
},
|
|
4230
|
-
{
|
|
4231
|
-
"name": "class",
|
|
4232
|
-
"fieldName": "classNames"
|
|
4233
|
-
},
|
|
4234
|
-
{
|
|
4235
|
-
"name": "response-identifier",
|
|
4236
|
-
"type": {
|
|
4237
|
-
"text": "string"
|
|
4238
|
-
},
|
|
4239
|
-
"default": "''",
|
|
4240
|
-
"fieldName": "responseIdentifier",
|
|
4241
|
-
"inheritedFrom": {
|
|
4242
|
-
"name": "Interaction",
|
|
4243
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4244
|
-
}
|
|
4245
|
-
},
|
|
4246
|
-
{
|
|
4247
|
-
"name": "disabled",
|
|
4248
|
-
"type": {
|
|
4249
|
-
"text": "boolean"
|
|
4250
|
-
},
|
|
4251
|
-
"default": "false",
|
|
4252
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4253
|
-
"fieldName": "disabled",
|
|
4254
|
-
"inheritedFrom": {
|
|
4255
|
-
"name": "Interaction",
|
|
4256
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4257
|
-
}
|
|
4258
|
-
},
|
|
4259
|
-
{
|
|
4260
|
-
"name": "readonly",
|
|
4261
|
-
"type": {
|
|
4262
|
-
"text": "boolean"
|
|
4263
|
-
},
|
|
4264
|
-
"default": "false",
|
|
4265
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4266
|
-
"fieldName": "readonly",
|
|
4267
|
-
"inheritedFrom": {
|
|
4268
|
-
"name": "Interaction",
|
|
4269
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4270
|
-
}
|
|
4271
|
-
}
|
|
4272
|
-
],
|
|
4273
|
-
"superclass": {
|
|
4274
|
-
"name": "Interaction",
|
|
4275
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4276
|
-
},
|
|
4277
|
-
"tagName": "qti-text-entry-interaction",
|
|
4278
|
-
"customElement": true,
|
|
4279
|
-
"events": [
|
|
4280
|
-
{
|
|
4281
|
-
"name": "qti-register-interaction",
|
|
4282
|
-
"type": {
|
|
4283
|
-
"text": "CustomEvent"
|
|
4284
|
-
},
|
|
4285
|
-
"inheritedFrom": {
|
|
4286
|
-
"name": "Interaction",
|
|
4287
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4288
|
-
}
|
|
4289
|
-
},
|
|
4290
|
-
{
|
|
4291
|
-
"name": "qti-interaction-response",
|
|
4292
|
-
"type": {
|
|
4293
|
-
"text": "CustomEvent"
|
|
4294
|
-
},
|
|
4295
|
-
"inheritedFrom": {
|
|
4296
|
-
"name": "Interaction",
|
|
4297
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4298
|
-
}
|
|
4299
|
-
}
|
|
4300
|
-
]
|
|
4301
|
-
}
|
|
4302
|
-
],
|
|
4303
|
-
"exports": [
|
|
4304
|
-
{
|
|
4305
|
-
"kind": "js",
|
|
4306
|
-
"name": "QtiTextEntryInteraction",
|
|
4307
|
-
"declaration": {
|
|
4308
|
-
"name": "QtiTextEntryInteraction",
|
|
4309
|
-
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4310
|
-
}
|
|
4311
|
-
},
|
|
4312
|
-
{
|
|
4313
|
-
"kind": "custom-element-definition",
|
|
4314
|
-
"name": "qti-text-entry-interaction",
|
|
4315
|
-
"declaration": {
|
|
4316
|
-
"name": "QtiTextEntryInteraction",
|
|
4317
|
-
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4318
|
-
}
|
|
4319
|
-
}
|
|
4320
|
-
]
|
|
4321
|
-
},
|
|
4322
4201
|
{
|
|
4323
4202
|
"kind": "javascript-module",
|
|
4324
4203
|
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
|
|
@@ -4419,33 +4298,141 @@
|
|
|
4419
4298
|
"fieldName": "stepLabel"
|
|
4420
4299
|
},
|
|
4421
4300
|
{
|
|
4422
|
-
"name": "reverse",
|
|
4301
|
+
"name": "reverse",
|
|
4302
|
+
"type": {
|
|
4303
|
+
"text": "boolean"
|
|
4304
|
+
},
|
|
4305
|
+
"default": "false",
|
|
4306
|
+
"fieldName": "reverse"
|
|
4307
|
+
},
|
|
4308
|
+
{
|
|
4309
|
+
"name": "lower-bound",
|
|
4310
|
+
"type": {
|
|
4311
|
+
"text": "number"
|
|
4312
|
+
},
|
|
4313
|
+
"fieldName": "min"
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"name": "upper-bound",
|
|
4317
|
+
"type": {
|
|
4318
|
+
"text": "number"
|
|
4319
|
+
},
|
|
4320
|
+
"fieldName": "max"
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"name": "step",
|
|
4324
|
+
"type": {
|
|
4325
|
+
"text": "number"
|
|
4326
|
+
},
|
|
4327
|
+
"fieldName": "step"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"name": "response-identifier",
|
|
4331
|
+
"type": {
|
|
4332
|
+
"text": "string"
|
|
4333
|
+
},
|
|
4334
|
+
"default": "''",
|
|
4335
|
+
"fieldName": "responseIdentifier",
|
|
4336
|
+
"inheritedFrom": {
|
|
4337
|
+
"name": "Interaction",
|
|
4338
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
"name": "disabled",
|
|
4343
|
+
"type": {
|
|
4344
|
+
"text": "boolean"
|
|
4345
|
+
},
|
|
4346
|
+
"default": "false",
|
|
4347
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4348
|
+
"fieldName": "disabled",
|
|
4349
|
+
"inheritedFrom": {
|
|
4350
|
+
"name": "Interaction",
|
|
4351
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4352
|
+
}
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "readonly",
|
|
4356
|
+
"type": {
|
|
4357
|
+
"text": "boolean"
|
|
4358
|
+
},
|
|
4359
|
+
"default": "false",
|
|
4360
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4361
|
+
"fieldName": "readonly",
|
|
4362
|
+
"inheritedFrom": {
|
|
4363
|
+
"name": "Interaction",
|
|
4364
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4365
|
+
}
|
|
4366
|
+
}
|
|
4367
|
+
],
|
|
4368
|
+
"superclass": {
|
|
4369
|
+
"name": "Interaction",
|
|
4370
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4371
|
+
},
|
|
4372
|
+
"summary": "The SliderInteraction.Type (qti-slider-interaction) presents the candidate with a control for selecting a numerical value between a lower and upper bound.",
|
|
4373
|
+
"tagName": "qti-slider-interaction",
|
|
4374
|
+
"customElement": true
|
|
4375
|
+
}
|
|
4376
|
+
],
|
|
4377
|
+
"exports": [
|
|
4378
|
+
{
|
|
4379
|
+
"kind": "js",
|
|
4380
|
+
"name": "QtiSliderInteraction",
|
|
4381
|
+
"declaration": {
|
|
4382
|
+
"name": "QtiSliderInteraction",
|
|
4383
|
+
"module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
|
|
4384
|
+
}
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"kind": "custom-element-definition",
|
|
4388
|
+
"name": "qti-slider-interaction",
|
|
4389
|
+
"declaration": {
|
|
4390
|
+
"name": "QtiSliderInteraction",
|
|
4391
|
+
"module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
|
|
4392
|
+
}
|
|
4393
|
+
}
|
|
4394
|
+
]
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"kind": "javascript-module",
|
|
4398
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.mdx",
|
|
4399
|
+
"declarations": [],
|
|
4400
|
+
"exports": []
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"kind": "javascript-module",
|
|
4404
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
|
|
4405
|
+
"declarations": [
|
|
4406
|
+
{
|
|
4407
|
+
"kind": "class",
|
|
4408
|
+
"description": "",
|
|
4409
|
+
"name": "QtiTextEntryInteraction",
|
|
4410
|
+
"members": [],
|
|
4411
|
+
"attributes": [
|
|
4412
|
+
{
|
|
4413
|
+
"name": "expected-length",
|
|
4423
4414
|
"type": {
|
|
4424
|
-
"text": "
|
|
4415
|
+
"text": "number"
|
|
4425
4416
|
},
|
|
4426
|
-
"
|
|
4427
|
-
"fieldName": "reverse"
|
|
4417
|
+
"fieldName": "expectedLength"
|
|
4428
4418
|
},
|
|
4429
4419
|
{
|
|
4430
|
-
"name": "
|
|
4420
|
+
"name": "pattern-mask",
|
|
4431
4421
|
"type": {
|
|
4432
|
-
"text": "
|
|
4422
|
+
"text": "string"
|
|
4433
4423
|
},
|
|
4434
|
-
"fieldName": "
|
|
4424
|
+
"fieldName": "patternMask"
|
|
4435
4425
|
},
|
|
4436
4426
|
{
|
|
4437
|
-
"name": "
|
|
4427
|
+
"name": "placeholder-text",
|
|
4438
4428
|
"type": {
|
|
4439
|
-
"text": "
|
|
4429
|
+
"text": "string"
|
|
4440
4430
|
},
|
|
4441
|
-
"fieldName": "
|
|
4431
|
+
"fieldName": "placeholderText"
|
|
4442
4432
|
},
|
|
4443
4433
|
{
|
|
4444
|
-
"name": "
|
|
4445
|
-
"
|
|
4446
|
-
"text": "number"
|
|
4447
|
-
},
|
|
4448
|
-
"fieldName": "step"
|
|
4434
|
+
"name": "class",
|
|
4435
|
+
"fieldName": "classNames"
|
|
4449
4436
|
},
|
|
4450
4437
|
{
|
|
4451
4438
|
"name": "response-identifier",
|
|
@@ -4490,26 +4477,92 @@
|
|
|
4490
4477
|
"name": "Interaction",
|
|
4491
4478
|
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4492
4479
|
},
|
|
4493
|
-
"
|
|
4494
|
-
"
|
|
4480
|
+
"tagName": "qti-text-entry-interaction",
|
|
4481
|
+
"customElement": true,
|
|
4482
|
+
"events": [
|
|
4483
|
+
{
|
|
4484
|
+
"name": "qti-register-interaction",
|
|
4485
|
+
"type": {
|
|
4486
|
+
"text": "CustomEvent"
|
|
4487
|
+
},
|
|
4488
|
+
"inheritedFrom": {
|
|
4489
|
+
"name": "Interaction",
|
|
4490
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"name": "qti-interaction-response",
|
|
4495
|
+
"type": {
|
|
4496
|
+
"text": "CustomEvent"
|
|
4497
|
+
},
|
|
4498
|
+
"inheritedFrom": {
|
|
4499
|
+
"name": "Interaction",
|
|
4500
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4501
|
+
}
|
|
4502
|
+
}
|
|
4503
|
+
]
|
|
4504
|
+
}
|
|
4505
|
+
],
|
|
4506
|
+
"exports": [
|
|
4507
|
+
{
|
|
4508
|
+
"kind": "js",
|
|
4509
|
+
"name": "QtiTextEntryInteraction",
|
|
4510
|
+
"declaration": {
|
|
4511
|
+
"name": "QtiTextEntryInteraction",
|
|
4512
|
+
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4513
|
+
}
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"kind": "custom-element-definition",
|
|
4517
|
+
"name": "qti-text-entry-interaction",
|
|
4518
|
+
"declaration": {
|
|
4519
|
+
"name": "QtiTextEntryInteraction",
|
|
4520
|
+
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4521
|
+
}
|
|
4522
|
+
}
|
|
4523
|
+
]
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"kind": "javascript-module",
|
|
4527
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
|
|
4528
|
+
"declarations": [
|
|
4529
|
+
{
|
|
4530
|
+
"kind": "class",
|
|
4531
|
+
"description": "",
|
|
4532
|
+
"name": "QtiResponseElse",
|
|
4533
|
+
"members": [],
|
|
4534
|
+
"attributes": [
|
|
4535
|
+
{
|
|
4536
|
+
"name": "debugCalculateResult",
|
|
4537
|
+
"type": {
|
|
4538
|
+
"text": "object"
|
|
4539
|
+
},
|
|
4540
|
+
"fieldName": "debugCalculateResult"
|
|
4541
|
+
}
|
|
4542
|
+
],
|
|
4543
|
+
"superclass": {
|
|
4544
|
+
"name": "LitElement",
|
|
4545
|
+
"package": "lit"
|
|
4546
|
+
},
|
|
4547
|
+
"tagName": "qti-response-else",
|
|
4495
4548
|
"customElement": true
|
|
4496
4549
|
}
|
|
4497
4550
|
],
|
|
4498
4551
|
"exports": [
|
|
4499
4552
|
{
|
|
4500
4553
|
"kind": "js",
|
|
4501
|
-
"name": "
|
|
4554
|
+
"name": "QtiResponseElse",
|
|
4502
4555
|
"declaration": {
|
|
4503
|
-
"name": "
|
|
4504
|
-
"module": "src/lib/qti-components/qti-
|
|
4556
|
+
"name": "QtiResponseElse",
|
|
4557
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4505
4558
|
}
|
|
4506
4559
|
},
|
|
4507
4560
|
{
|
|
4508
4561
|
"kind": "custom-element-definition",
|
|
4509
|
-
"name": "qti-
|
|
4562
|
+
"name": "qti-response-else",
|
|
4510
4563
|
"declaration": {
|
|
4511
|
-
"name": "
|
|
4512
|
-
"module": "src/lib/qti-components/qti-
|
|
4564
|
+
"name": "QtiResponseElse",
|
|
4565
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4513
4566
|
}
|
|
4514
4567
|
}
|
|
4515
4568
|
]
|
|
@@ -4718,6 +4771,14 @@
|
|
|
4718
4771
|
"name": "*",
|
|
4719
4772
|
"package": "./qti-expression"
|
|
4720
4773
|
}
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"kind": "js",
|
|
4777
|
+
"name": "*",
|
|
4778
|
+
"declaration": {
|
|
4779
|
+
"name": "*",
|
|
4780
|
+
"package": "./qti-sum/qti-sum"
|
|
4781
|
+
}
|
|
4721
4782
|
}
|
|
4722
4783
|
]
|
|
4723
4784
|
},
|
|
@@ -4774,51 +4835,6 @@
|
|
|
4774
4835
|
}
|
|
4775
4836
|
]
|
|
4776
4837
|
},
|
|
4777
|
-
{
|
|
4778
|
-
"kind": "javascript-module",
|
|
4779
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
|
|
4780
|
-
"declarations": [
|
|
4781
|
-
{
|
|
4782
|
-
"kind": "class",
|
|
4783
|
-
"description": "",
|
|
4784
|
-
"name": "QtiResponseElse",
|
|
4785
|
-
"members": [],
|
|
4786
|
-
"attributes": [
|
|
4787
|
-
{
|
|
4788
|
-
"name": "debugCalculateResult",
|
|
4789
|
-
"type": {
|
|
4790
|
-
"text": "object"
|
|
4791
|
-
},
|
|
4792
|
-
"fieldName": "debugCalculateResult"
|
|
4793
|
-
}
|
|
4794
|
-
],
|
|
4795
|
-
"superclass": {
|
|
4796
|
-
"name": "LitElement",
|
|
4797
|
-
"package": "lit"
|
|
4798
|
-
},
|
|
4799
|
-
"tagName": "qti-response-else",
|
|
4800
|
-
"customElement": true
|
|
4801
|
-
}
|
|
4802
|
-
],
|
|
4803
|
-
"exports": [
|
|
4804
|
-
{
|
|
4805
|
-
"kind": "js",
|
|
4806
|
-
"name": "QtiResponseElse",
|
|
4807
|
-
"declaration": {
|
|
4808
|
-
"name": "QtiResponseElse",
|
|
4809
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4810
|
-
}
|
|
4811
|
-
},
|
|
4812
|
-
{
|
|
4813
|
-
"kind": "custom-element-definition",
|
|
4814
|
-
"name": "qti-response-else",
|
|
4815
|
-
"declaration": {
|
|
4816
|
-
"name": "QtiResponseElse",
|
|
4817
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4818
|
-
}
|
|
4819
|
-
}
|
|
4820
|
-
]
|
|
4821
|
-
},
|
|
4822
4838
|
{
|
|
4823
4839
|
"kind": "javascript-module",
|
|
4824
4840
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
@@ -5803,6 +5819,55 @@
|
|
|
5803
5819
|
}
|
|
5804
5820
|
]
|
|
5805
5821
|
},
|
|
5822
|
+
{
|
|
5823
|
+
"kind": "javascript-module",
|
|
5824
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
5825
|
+
"declarations": [
|
|
5826
|
+
{
|
|
5827
|
+
"kind": "class",
|
|
5828
|
+
"description": "",
|
|
5829
|
+
"name": "QtiResponseIf",
|
|
5830
|
+
"members": [],
|
|
5831
|
+
"superclass": {
|
|
5832
|
+
"name": "QtiResponseElse",
|
|
5833
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
|
|
5834
|
+
},
|
|
5835
|
+
"tagName": "qti-response-if",
|
|
5836
|
+
"customElement": true,
|
|
5837
|
+
"attributes": [
|
|
5838
|
+
{
|
|
5839
|
+
"name": "debugCalculateResult",
|
|
5840
|
+
"type": {
|
|
5841
|
+
"text": "object"
|
|
5842
|
+
},
|
|
5843
|
+
"fieldName": "debugCalculateResult",
|
|
5844
|
+
"inheritedFrom": {
|
|
5845
|
+
"name": "QtiResponseElse",
|
|
5846
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
5847
|
+
}
|
|
5848
|
+
}
|
|
5849
|
+
]
|
|
5850
|
+
}
|
|
5851
|
+
],
|
|
5852
|
+
"exports": [
|
|
5853
|
+
{
|
|
5854
|
+
"kind": "js",
|
|
5855
|
+
"name": "QtiResponseIf",
|
|
5856
|
+
"declaration": {
|
|
5857
|
+
"name": "QtiResponseIf",
|
|
5858
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
5859
|
+
}
|
|
5860
|
+
},
|
|
5861
|
+
{
|
|
5862
|
+
"kind": "custom-element-definition",
|
|
5863
|
+
"name": "qti-response-if",
|
|
5864
|
+
"declaration": {
|
|
5865
|
+
"name": "QtiResponseIf",
|
|
5866
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
5867
|
+
}
|
|
5868
|
+
}
|
|
5869
|
+
]
|
|
5870
|
+
},
|
|
5806
5871
|
{
|
|
5807
5872
|
"kind": "javascript-module",
|
|
5808
5873
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
@@ -6679,85 +6744,72 @@
|
|
|
6679
6744
|
},
|
|
6680
6745
|
{
|
|
6681
6746
|
"kind": "javascript-module",
|
|
6682
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6747
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts",
|
|
6683
6748
|
"declarations": [
|
|
6684
6749
|
{
|
|
6685
6750
|
"kind": "class",
|
|
6686
6751
|
"description": "",
|
|
6687
|
-
"name": "
|
|
6752
|
+
"name": "QtiSum",
|
|
6688
6753
|
"members": [],
|
|
6689
6754
|
"superclass": {
|
|
6690
6755
|
"name": "QtiExpression",
|
|
6691
6756
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6692
6757
|
},
|
|
6693
|
-
"tagName": "qti-
|
|
6758
|
+
"tagName": "qti-sum",
|
|
6694
6759
|
"customElement": true
|
|
6695
6760
|
}
|
|
6696
6761
|
],
|
|
6697
6762
|
"exports": [
|
|
6698
6763
|
{
|
|
6699
6764
|
"kind": "js",
|
|
6700
|
-
"name": "
|
|
6765
|
+
"name": "QtiSum",
|
|
6701
6766
|
"declaration": {
|
|
6702
|
-
"name": "
|
|
6703
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6767
|
+
"name": "QtiSum",
|
|
6768
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
|
|
6704
6769
|
}
|
|
6705
6770
|
},
|
|
6706
6771
|
{
|
|
6707
6772
|
"kind": "custom-element-definition",
|
|
6708
|
-
"name": "qti-
|
|
6773
|
+
"name": "qti-sum",
|
|
6709
6774
|
"declaration": {
|
|
6710
|
-
"name": "
|
|
6711
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6775
|
+
"name": "QtiSum",
|
|
6776
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
|
|
6712
6777
|
}
|
|
6713
6778
|
}
|
|
6714
6779
|
]
|
|
6715
6780
|
},
|
|
6716
6781
|
{
|
|
6717
6782
|
"kind": "javascript-module",
|
|
6718
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
6783
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
|
|
6719
6784
|
"declarations": [
|
|
6720
6785
|
{
|
|
6721
6786
|
"kind": "class",
|
|
6722
6787
|
"description": "",
|
|
6723
|
-
"name": "
|
|
6788
|
+
"name": "QtiVariable",
|
|
6724
6789
|
"members": [],
|
|
6725
6790
|
"superclass": {
|
|
6726
|
-
"name": "
|
|
6727
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-
|
|
6791
|
+
"name": "QtiExpression",
|
|
6792
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6728
6793
|
},
|
|
6729
|
-
"tagName": "qti-
|
|
6730
|
-
"customElement": true
|
|
6731
|
-
"attributes": [
|
|
6732
|
-
{
|
|
6733
|
-
"name": "debugCalculateResult",
|
|
6734
|
-
"type": {
|
|
6735
|
-
"text": "object"
|
|
6736
|
-
},
|
|
6737
|
-
"fieldName": "debugCalculateResult",
|
|
6738
|
-
"inheritedFrom": {
|
|
6739
|
-
"name": "QtiResponseElse",
|
|
6740
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
6741
|
-
}
|
|
6742
|
-
}
|
|
6743
|
-
]
|
|
6794
|
+
"tagName": "qti-variable",
|
|
6795
|
+
"customElement": true
|
|
6744
6796
|
}
|
|
6745
6797
|
],
|
|
6746
6798
|
"exports": [
|
|
6747
6799
|
{
|
|
6748
6800
|
"kind": "js",
|
|
6749
|
-
"name": "
|
|
6801
|
+
"name": "QtiVariable",
|
|
6750
6802
|
"declaration": {
|
|
6751
|
-
"name": "
|
|
6752
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
6803
|
+
"name": "QtiVariable",
|
|
6804
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6753
6805
|
}
|
|
6754
6806
|
},
|
|
6755
6807
|
{
|
|
6756
6808
|
"kind": "custom-element-definition",
|
|
6757
|
-
"name": "qti-
|
|
6809
|
+
"name": "qti-variable",
|
|
6758
6810
|
"declaration": {
|
|
6759
|
-
"name": "
|
|
6760
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
6811
|
+
"name": "QtiVariable",
|
|
6812
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6761
6813
|
}
|
|
6762
6814
|
}
|
|
6763
6815
|
]
|