@citolab/qti-components 6.0.26 → 6.0.27
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 +370 -370
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/qti-components/index.cjs +1 -1
- package/dist/qti-components/index.js +1 -1
- package/package.json +1 -1
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/lib/context/audience-context.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "audienceContext"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"exports": [
|
|
15
|
+
{
|
|
16
|
+
"kind": "js",
|
|
17
|
+
"name": "audienceContext",
|
|
18
|
+
"declaration": {
|
|
19
|
+
"name": "audienceContext",
|
|
20
|
+
"module": "src/lib/context/audience-context.ts"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"kind": "javascript-module",
|
|
27
|
+
"path": "src/lib/context/index.ts",
|
|
28
|
+
"declarations": [],
|
|
29
|
+
"exports": [
|
|
30
|
+
{
|
|
31
|
+
"kind": "js",
|
|
32
|
+
"name": "*",
|
|
33
|
+
"declaration": {
|
|
34
|
+
"name": "*",
|
|
35
|
+
"package": "./audience-context"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
5
40
|
{
|
|
6
41
|
"kind": "javascript-module",
|
|
7
42
|
"path": "src/lib/decorators/index.ts",
|
|
@@ -98,35 +133,65 @@
|
|
|
98
133
|
},
|
|
99
134
|
{
|
|
100
135
|
"kind": "javascript-module",
|
|
101
|
-
"path": "src/lib/
|
|
102
|
-
"declarations": [
|
|
103
|
-
{
|
|
104
|
-
"kind": "variable",
|
|
105
|
-
"name": "audienceContext"
|
|
106
|
-
}
|
|
107
|
-
],
|
|
136
|
+
"path": "src/lib/qti-item/index.ts",
|
|
137
|
+
"declarations": [],
|
|
108
138
|
"exports": [
|
|
109
139
|
{
|
|
110
140
|
"kind": "js",
|
|
111
|
-
"name": "
|
|
141
|
+
"name": "*",
|
|
112
142
|
"declaration": {
|
|
113
|
-
"name": "
|
|
114
|
-
"
|
|
143
|
+
"name": "*",
|
|
144
|
+
"package": "./qti-item"
|
|
115
145
|
}
|
|
116
146
|
}
|
|
117
147
|
]
|
|
118
148
|
},
|
|
119
149
|
{
|
|
120
150
|
"kind": "javascript-module",
|
|
121
|
-
"path": "src/lib/
|
|
122
|
-
"declarations": [
|
|
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
|
+
],
|
|
123
180
|
"exports": [
|
|
124
181
|
{
|
|
125
182
|
"kind": "js",
|
|
126
|
-
"name": "
|
|
183
|
+
"name": "QtiItem",
|
|
127
184
|
"declaration": {
|
|
128
|
-
"name": "
|
|
129
|
-
"
|
|
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"
|
|
130
195
|
}
|
|
131
196
|
}
|
|
132
197
|
]
|
|
@@ -593,71 +658,6 @@
|
|
|
593
658
|
}
|
|
594
659
|
]
|
|
595
660
|
},
|
|
596
|
-
{
|
|
597
|
-
"kind": "javascript-module",
|
|
598
|
-
"path": "src/lib/qti-item/index.ts",
|
|
599
|
-
"declarations": [],
|
|
600
|
-
"exports": [
|
|
601
|
-
{
|
|
602
|
-
"kind": "js",
|
|
603
|
-
"name": "*",
|
|
604
|
-
"declaration": {
|
|
605
|
-
"name": "*",
|
|
606
|
-
"package": "./qti-item"
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
]
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"kind": "javascript-module",
|
|
613
|
-
"path": "src/lib/qti-item/qti-item.ts",
|
|
614
|
-
"declarations": [
|
|
615
|
-
{
|
|
616
|
-
"kind": "class",
|
|
617
|
-
"description": "",
|
|
618
|
-
"name": "QtiItem",
|
|
619
|
-
"members": [],
|
|
620
|
-
"attributes": [
|
|
621
|
-
{
|
|
622
|
-
"name": "item-location",
|
|
623
|
-
"type": {
|
|
624
|
-
"text": "string"
|
|
625
|
-
},
|
|
626
|
-
"default": "''",
|
|
627
|
-
"fieldName": "itemLocation"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"name": "xml",
|
|
631
|
-
"fieldName": "xml"
|
|
632
|
-
}
|
|
633
|
-
],
|
|
634
|
-
"superclass": {
|
|
635
|
-
"name": "LitElement",
|
|
636
|
-
"package": "lit"
|
|
637
|
-
},
|
|
638
|
-
"tagName": "qti-item",
|
|
639
|
-
"customElement": true
|
|
640
|
-
}
|
|
641
|
-
],
|
|
642
|
-
"exports": [
|
|
643
|
-
{
|
|
644
|
-
"kind": "js",
|
|
645
|
-
"name": "QtiItem",
|
|
646
|
-
"declaration": {
|
|
647
|
-
"name": "QtiItem",
|
|
648
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
649
|
-
}
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"kind": "custom-element-definition",
|
|
653
|
-
"name": "qti-item",
|
|
654
|
-
"declaration": {
|
|
655
|
-
"name": "QtiItem",
|
|
656
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
]
|
|
660
|
-
},
|
|
661
661
|
{
|
|
662
662
|
"kind": "javascript-module",
|
|
663
663
|
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
@@ -3465,12 +3465,12 @@
|
|
|
3465
3465
|
},
|
|
3466
3466
|
{
|
|
3467
3467
|
"kind": "javascript-module",
|
|
3468
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3468
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
3469
3469
|
"declarations": [
|
|
3470
3470
|
{
|
|
3471
3471
|
"kind": "class",
|
|
3472
3472
|
"description": "",
|
|
3473
|
-
"name": "
|
|
3473
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3474
3474
|
"members": [],
|
|
3475
3475
|
"attributes": [
|
|
3476
3476
|
{
|
|
@@ -3521,7 +3521,7 @@
|
|
|
3521
3521
|
"name": "Interaction",
|
|
3522
3522
|
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3523
3523
|
},
|
|
3524
|
-
"tagName": "qti-
|
|
3524
|
+
"tagName": "qti-inline-choice-interaction",
|
|
3525
3525
|
"customElement": true,
|
|
3526
3526
|
"events": [
|
|
3527
3527
|
{
|
|
@@ -3550,43 +3550,44 @@
|
|
|
3550
3550
|
"exports": [
|
|
3551
3551
|
{
|
|
3552
3552
|
"kind": "js",
|
|
3553
|
-
"name": "
|
|
3553
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3554
3554
|
"declaration": {
|
|
3555
|
-
"name": "
|
|
3556
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3555
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3556
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3557
3557
|
}
|
|
3558
3558
|
},
|
|
3559
3559
|
{
|
|
3560
3560
|
"kind": "custom-element-definition",
|
|
3561
|
-
"name": "qti-
|
|
3561
|
+
"name": "qti-inline-choice-interaction",
|
|
3562
3562
|
"declaration": {
|
|
3563
|
-
"name": "
|
|
3564
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3563
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3564
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3565
3565
|
}
|
|
3566
3566
|
}
|
|
3567
3567
|
]
|
|
3568
3568
|
},
|
|
3569
3569
|
{
|
|
3570
3570
|
"kind": "javascript-module",
|
|
3571
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3572
|
-
"declarations": [],
|
|
3573
|
-
"exports": []
|
|
3574
|
-
},
|
|
3575
|
-
{
|
|
3576
|
-
"kind": "javascript-module",
|
|
3577
|
-
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
3571
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
|
|
3578
3572
|
"declarations": [
|
|
3579
3573
|
{
|
|
3580
3574
|
"kind": "class",
|
|
3581
3575
|
"description": "",
|
|
3582
|
-
"name": "
|
|
3576
|
+
"name": "QtiMatchInteraction",
|
|
3583
3577
|
"members": [],
|
|
3584
|
-
"
|
|
3578
|
+
"mixins": [
|
|
3585
3579
|
{
|
|
3586
|
-
"name": "",
|
|
3587
|
-
"
|
|
3588
|
-
|
|
3589
|
-
|
|
3580
|
+
"name": "DragDropInteractionMixin",
|
|
3581
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3582
|
+
}
|
|
3583
|
+
],
|
|
3584
|
+
"superclass": {
|
|
3585
|
+
"name": "LitElement",
|
|
3586
|
+
"package": "lit"
|
|
3587
|
+
},
|
|
3588
|
+
"tagName": "qti-match-interaction",
|
|
3589
|
+
"customElement": true,
|
|
3590
|
+
"attributes": [
|
|
3590
3591
|
{
|
|
3591
3592
|
"name": "response-identifier",
|
|
3592
3593
|
"type": {
|
|
@@ -3595,8 +3596,8 @@
|
|
|
3595
3596
|
"default": "''",
|
|
3596
3597
|
"fieldName": "responseIdentifier",
|
|
3597
3598
|
"inheritedFrom": {
|
|
3598
|
-
"name": "
|
|
3599
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3599
|
+
"name": "DragDropInteractionMixin",
|
|
3600
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3600
3601
|
}
|
|
3601
3602
|
},
|
|
3602
3603
|
{
|
|
@@ -3605,11 +3606,10 @@
|
|
|
3605
3606
|
"text": "boolean"
|
|
3606
3607
|
},
|
|
3607
3608
|
"default": "false",
|
|
3608
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3609
3609
|
"fieldName": "disabled",
|
|
3610
3610
|
"inheritedFrom": {
|
|
3611
|
-
"name": "
|
|
3612
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3611
|
+
"name": "DroppablesMixin",
|
|
3612
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3613
3613
|
}
|
|
3614
3614
|
},
|
|
3615
3615
|
{
|
|
@@ -3618,20 +3618,37 @@
|
|
|
3618
3618
|
"text": "boolean"
|
|
3619
3619
|
},
|
|
3620
3620
|
"default": "false",
|
|
3621
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3622
3621
|
"fieldName": "readonly",
|
|
3623
3622
|
"inheritedFrom": {
|
|
3624
|
-
"name": "
|
|
3625
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3623
|
+
"name": "DragDropInteractionMixin",
|
|
3624
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"name": "min-associations",
|
|
3629
|
+
"type": {
|
|
3630
|
+
"text": "number"
|
|
3631
|
+
},
|
|
3632
|
+
"default": "1",
|
|
3633
|
+
"fieldName": "minAssociations",
|
|
3634
|
+
"inheritedFrom": {
|
|
3635
|
+
"name": "DragDropInteractionMixin",
|
|
3636
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3637
|
+
}
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"name": "max-associations",
|
|
3641
|
+
"type": {
|
|
3642
|
+
"text": "number"
|
|
3643
|
+
},
|
|
3644
|
+
"default": "1",
|
|
3645
|
+
"fieldName": "maxAssociations",
|
|
3646
|
+
"inheritedFrom": {
|
|
3647
|
+
"name": "DragDropInteractionMixin",
|
|
3648
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3626
3649
|
}
|
|
3627
3650
|
}
|
|
3628
3651
|
],
|
|
3629
|
-
"superclass": {
|
|
3630
|
-
"name": "Interaction",
|
|
3631
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3632
|
-
},
|
|
3633
|
-
"tagName": "qti-inline-choice-interaction",
|
|
3634
|
-
"customElement": true,
|
|
3635
3652
|
"events": [
|
|
3636
3653
|
{
|
|
3637
3654
|
"name": "qti-register-interaction",
|
|
@@ -3639,8 +3656,8 @@
|
|
|
3639
3656
|
"text": "CustomEvent"
|
|
3640
3657
|
},
|
|
3641
3658
|
"inheritedFrom": {
|
|
3642
|
-
"name": "
|
|
3643
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3659
|
+
"name": "DragDropInteractionMixin",
|
|
3660
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3644
3661
|
}
|
|
3645
3662
|
},
|
|
3646
3663
|
{
|
|
@@ -3649,9 +3666,9 @@
|
|
|
3649
3666
|
"text": "CustomEvent"
|
|
3650
3667
|
},
|
|
3651
3668
|
"inheritedFrom": {
|
|
3652
|
-
"name": "
|
|
3653
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3654
|
-
}
|
|
3669
|
+
"name": "DragDropInteractionMixin",
|
|
3670
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3671
|
+
}
|
|
3655
3672
|
}
|
|
3656
3673
|
]
|
|
3657
3674
|
}
|
|
@@ -3659,44 +3676,37 @@
|
|
|
3659
3676
|
"exports": [
|
|
3660
3677
|
{
|
|
3661
3678
|
"kind": "js",
|
|
3662
|
-
"name": "
|
|
3679
|
+
"name": "QtiMatchInteraction",
|
|
3663
3680
|
"declaration": {
|
|
3664
|
-
"name": "
|
|
3665
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3681
|
+
"name": "QtiMatchInteraction",
|
|
3682
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
3666
3683
|
}
|
|
3667
3684
|
},
|
|
3668
3685
|
{
|
|
3669
3686
|
"kind": "custom-element-definition",
|
|
3670
|
-
"name": "qti-
|
|
3687
|
+
"name": "qti-match-interaction",
|
|
3671
3688
|
"declaration": {
|
|
3672
|
-
"name": "
|
|
3673
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3689
|
+
"name": "QtiMatchInteraction",
|
|
3690
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
3674
3691
|
}
|
|
3675
3692
|
}
|
|
3676
3693
|
]
|
|
3677
3694
|
},
|
|
3678
3695
|
{
|
|
3679
3696
|
"kind": "javascript-module",
|
|
3680
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3697
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
3681
3698
|
"declarations": [
|
|
3682
3699
|
{
|
|
3683
3700
|
"kind": "class",
|
|
3684
3701
|
"description": "",
|
|
3685
|
-
"name": "
|
|
3702
|
+
"name": "QtiMediaInteraction",
|
|
3686
3703
|
"members": [],
|
|
3687
|
-
"mixins": [
|
|
3688
|
-
{
|
|
3689
|
-
"name": "DragDropInteractionMixin",
|
|
3690
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3691
|
-
}
|
|
3692
|
-
],
|
|
3693
|
-
"superclass": {
|
|
3694
|
-
"name": "LitElement",
|
|
3695
|
-
"package": "lit"
|
|
3696
|
-
},
|
|
3697
|
-
"tagName": "qti-match-interaction",
|
|
3698
|
-
"customElement": true,
|
|
3699
3704
|
"attributes": [
|
|
3705
|
+
{
|
|
3706
|
+
"name": "",
|
|
3707
|
+
"fieldName": "",
|
|
3708
|
+
"attribute": ""
|
|
3709
|
+
},
|
|
3700
3710
|
{
|
|
3701
3711
|
"name": "response-identifier",
|
|
3702
3712
|
"type": {
|
|
@@ -3705,8 +3715,8 @@
|
|
|
3705
3715
|
"default": "''",
|
|
3706
3716
|
"fieldName": "responseIdentifier",
|
|
3707
3717
|
"inheritedFrom": {
|
|
3708
|
-
"name": "
|
|
3709
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3718
|
+
"name": "Interaction",
|
|
3719
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3710
3720
|
}
|
|
3711
3721
|
},
|
|
3712
3722
|
{
|
|
@@ -3715,10 +3725,11 @@
|
|
|
3715
3725
|
"text": "boolean"
|
|
3716
3726
|
},
|
|
3717
3727
|
"default": "false",
|
|
3728
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3718
3729
|
"fieldName": "disabled",
|
|
3719
3730
|
"inheritedFrom": {
|
|
3720
|
-
"name": "
|
|
3721
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3731
|
+
"name": "Interaction",
|
|
3732
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3722
3733
|
}
|
|
3723
3734
|
},
|
|
3724
3735
|
{
|
|
@@ -3727,37 +3738,20 @@
|
|
|
3727
3738
|
"text": "boolean"
|
|
3728
3739
|
},
|
|
3729
3740
|
"default": "false",
|
|
3741
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3730
3742
|
"fieldName": "readonly",
|
|
3731
3743
|
"inheritedFrom": {
|
|
3732
|
-
"name": "
|
|
3733
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3734
|
-
}
|
|
3735
|
-
},
|
|
3736
|
-
{
|
|
3737
|
-
"name": "min-associations",
|
|
3738
|
-
"type": {
|
|
3739
|
-
"text": "number"
|
|
3740
|
-
},
|
|
3741
|
-
"default": "1",
|
|
3742
|
-
"fieldName": "minAssociations",
|
|
3743
|
-
"inheritedFrom": {
|
|
3744
|
-
"name": "DragDropInteractionMixin",
|
|
3745
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3746
|
-
}
|
|
3747
|
-
},
|
|
3748
|
-
{
|
|
3749
|
-
"name": "max-associations",
|
|
3750
|
-
"type": {
|
|
3751
|
-
"text": "number"
|
|
3752
|
-
},
|
|
3753
|
-
"default": "1",
|
|
3754
|
-
"fieldName": "maxAssociations",
|
|
3755
|
-
"inheritedFrom": {
|
|
3756
|
-
"name": "DragDropInteractionMixin",
|
|
3757
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3744
|
+
"name": "Interaction",
|
|
3745
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3758
3746
|
}
|
|
3759
3747
|
}
|
|
3760
3748
|
],
|
|
3749
|
+
"superclass": {
|
|
3750
|
+
"name": "Interaction",
|
|
3751
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3752
|
+
},
|
|
3753
|
+
"tagName": "qti-media-interaction",
|
|
3754
|
+
"customElement": true,
|
|
3761
3755
|
"events": [
|
|
3762
3756
|
{
|
|
3763
3757
|
"name": "qti-register-interaction",
|
|
@@ -3765,8 +3759,8 @@
|
|
|
3765
3759
|
"text": "CustomEvent"
|
|
3766
3760
|
},
|
|
3767
3761
|
"inheritedFrom": {
|
|
3768
|
-
"name": "
|
|
3769
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3762
|
+
"name": "Interaction",
|
|
3763
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3770
3764
|
}
|
|
3771
3765
|
},
|
|
3772
3766
|
{
|
|
@@ -3775,8 +3769,8 @@
|
|
|
3775
3769
|
"text": "CustomEvent"
|
|
3776
3770
|
},
|
|
3777
3771
|
"inheritedFrom": {
|
|
3778
|
-
"name": "
|
|
3779
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3772
|
+
"name": "Interaction",
|
|
3773
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3780
3774
|
}
|
|
3781
3775
|
}
|
|
3782
3776
|
]
|
|
@@ -3785,22 +3779,28 @@
|
|
|
3785
3779
|
"exports": [
|
|
3786
3780
|
{
|
|
3787
3781
|
"kind": "js",
|
|
3788
|
-
"name": "
|
|
3782
|
+
"name": "QtiMediaInteraction",
|
|
3789
3783
|
"declaration": {
|
|
3790
|
-
"name": "
|
|
3791
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3784
|
+
"name": "QtiMediaInteraction",
|
|
3785
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3792
3786
|
}
|
|
3793
3787
|
},
|
|
3794
3788
|
{
|
|
3795
3789
|
"kind": "custom-element-definition",
|
|
3796
|
-
"name": "qti-
|
|
3790
|
+
"name": "qti-media-interaction",
|
|
3797
3791
|
"declaration": {
|
|
3798
|
-
"name": "
|
|
3799
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3792
|
+
"name": "QtiMediaInteraction",
|
|
3793
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3800
3794
|
}
|
|
3801
3795
|
}
|
|
3802
3796
|
]
|
|
3803
3797
|
},
|
|
3798
|
+
{
|
|
3799
|
+
"kind": "javascript-module",
|
|
3800
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
|
|
3801
|
+
"declarations": [],
|
|
3802
|
+
"exports": []
|
|
3803
|
+
},
|
|
3804
3804
|
{
|
|
3805
3805
|
"kind": "javascript-module",
|
|
3806
3806
|
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
|
|
@@ -4556,6 +4556,47 @@
|
|
|
4556
4556
|
}
|
|
4557
4557
|
]
|
|
4558
4558
|
},
|
|
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
|
+
},
|
|
4559
4600
|
{
|
|
4560
4601
|
"kind": "javascript-module",
|
|
4561
4602
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
|
|
@@ -4808,47 +4849,6 @@
|
|
|
4808
4849
|
}
|
|
4809
4850
|
]
|
|
4810
4851
|
},
|
|
4811
|
-
{
|
|
4812
|
-
"kind": "javascript-module",
|
|
4813
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
4814
|
-
"declarations": [
|
|
4815
|
-
{
|
|
4816
|
-
"kind": "class",
|
|
4817
|
-
"description": "",
|
|
4818
|
-
"name": "QtiResponseProcessing",
|
|
4819
|
-
"members": [],
|
|
4820
|
-
"attributes": [
|
|
4821
|
-
{
|
|
4822
|
-
"name": "identifier"
|
|
4823
|
-
}
|
|
4824
|
-
],
|
|
4825
|
-
"superclass": {
|
|
4826
|
-
"name": "LitElement",
|
|
4827
|
-
"package": "lit"
|
|
4828
|
-
},
|
|
4829
|
-
"tagName": "qti-response-processing",
|
|
4830
|
-
"customElement": true
|
|
4831
|
-
}
|
|
4832
|
-
],
|
|
4833
|
-
"exports": [
|
|
4834
|
-
{
|
|
4835
|
-
"kind": "js",
|
|
4836
|
-
"name": "default",
|
|
4837
|
-
"declaration": {
|
|
4838
|
-
"name": "QtiResponseProcessing",
|
|
4839
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4840
|
-
}
|
|
4841
|
-
},
|
|
4842
|
-
{
|
|
4843
|
-
"kind": "custom-element-definition",
|
|
4844
|
-
"name": "qti-response-processing",
|
|
4845
|
-
"declaration": {
|
|
4846
|
-
"name": "QtiResponseProcessing",
|
|
4847
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4848
|
-
}
|
|
4849
|
-
}
|
|
4850
|
-
]
|
|
4851
|
-
},
|
|
4852
4852
|
{
|
|
4853
4853
|
"kind": "javascript-module",
|
|
4854
4854
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
|
|
@@ -5109,6 +5109,73 @@
|
|
|
5109
5109
|
}
|
|
5110
5110
|
]
|
|
5111
5111
|
},
|
|
5112
|
+
{
|
|
5113
|
+
"kind": "javascript-module",
|
|
5114
|
+
"path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
|
|
5115
|
+
"declarations": [
|
|
5116
|
+
{
|
|
5117
|
+
"kind": "class",
|
|
5118
|
+
"description": "",
|
|
5119
|
+
"name": "QtiResponseDeclaration",
|
|
5120
|
+
"members": [],
|
|
5121
|
+
"events": [
|
|
5122
|
+
{
|
|
5123
|
+
"name": "qti-register-variable",
|
|
5124
|
+
"type": {
|
|
5125
|
+
"text": "CustomEvent"
|
|
5126
|
+
}
|
|
5127
|
+
}
|
|
5128
|
+
],
|
|
5129
|
+
"attributes": [
|
|
5130
|
+
{
|
|
5131
|
+
"name": "base-type",
|
|
5132
|
+
"type": {
|
|
5133
|
+
"text": "BaseType"
|
|
5134
|
+
},
|
|
5135
|
+
"fieldName": "baseType"
|
|
5136
|
+
},
|
|
5137
|
+
{
|
|
5138
|
+
"name": "identifier",
|
|
5139
|
+
"type": {
|
|
5140
|
+
"text": "string"
|
|
5141
|
+
},
|
|
5142
|
+
"fieldName": "identifier"
|
|
5143
|
+
},
|
|
5144
|
+
{
|
|
5145
|
+
"name": "cardinality",
|
|
5146
|
+
"type": {
|
|
5147
|
+
"text": "Cardinality"
|
|
5148
|
+
},
|
|
5149
|
+
"fieldName": "cardinality"
|
|
5150
|
+
}
|
|
5151
|
+
],
|
|
5152
|
+
"superclass": {
|
|
5153
|
+
"name": "QtiVariableDeclaration",
|
|
5154
|
+
"module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
|
|
5155
|
+
},
|
|
5156
|
+
"tagName": "qti-response-declaration",
|
|
5157
|
+
"customElement": true
|
|
5158
|
+
}
|
|
5159
|
+
],
|
|
5160
|
+
"exports": [
|
|
5161
|
+
{
|
|
5162
|
+
"kind": "js",
|
|
5163
|
+
"name": "QtiResponseDeclaration",
|
|
5164
|
+
"declaration": {
|
|
5165
|
+
"name": "QtiResponseDeclaration",
|
|
5166
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
|
|
5167
|
+
}
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"kind": "custom-element-definition",
|
|
5171
|
+
"name": "qti-response-declaration",
|
|
5172
|
+
"declaration": {
|
|
5173
|
+
"name": "QtiResponseDeclaration",
|
|
5174
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
|
|
5175
|
+
}
|
|
5176
|
+
}
|
|
5177
|
+
]
|
|
5178
|
+
},
|
|
5112
5179
|
{
|
|
5113
5180
|
"kind": "javascript-module",
|
|
5114
5181
|
"path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
|
|
@@ -5207,73 +5274,6 @@
|
|
|
5207
5274
|
}
|
|
5208
5275
|
]
|
|
5209
5276
|
},
|
|
5210
|
-
{
|
|
5211
|
-
"kind": "javascript-module",
|
|
5212
|
-
"path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
|
|
5213
|
-
"declarations": [
|
|
5214
|
-
{
|
|
5215
|
-
"kind": "class",
|
|
5216
|
-
"description": "",
|
|
5217
|
-
"name": "QtiResponseDeclaration",
|
|
5218
|
-
"members": [],
|
|
5219
|
-
"events": [
|
|
5220
|
-
{
|
|
5221
|
-
"name": "qti-register-variable",
|
|
5222
|
-
"type": {
|
|
5223
|
-
"text": "CustomEvent"
|
|
5224
|
-
}
|
|
5225
|
-
}
|
|
5226
|
-
],
|
|
5227
|
-
"attributes": [
|
|
5228
|
-
{
|
|
5229
|
-
"name": "base-type",
|
|
5230
|
-
"type": {
|
|
5231
|
-
"text": "BaseType"
|
|
5232
|
-
},
|
|
5233
|
-
"fieldName": "baseType"
|
|
5234
|
-
},
|
|
5235
|
-
{
|
|
5236
|
-
"name": "identifier",
|
|
5237
|
-
"type": {
|
|
5238
|
-
"text": "string"
|
|
5239
|
-
},
|
|
5240
|
-
"fieldName": "identifier"
|
|
5241
|
-
},
|
|
5242
|
-
{
|
|
5243
|
-
"name": "cardinality",
|
|
5244
|
-
"type": {
|
|
5245
|
-
"text": "Cardinality"
|
|
5246
|
-
},
|
|
5247
|
-
"fieldName": "cardinality"
|
|
5248
|
-
}
|
|
5249
|
-
],
|
|
5250
|
-
"superclass": {
|
|
5251
|
-
"name": "QtiVariableDeclaration",
|
|
5252
|
-
"module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
|
|
5253
|
-
},
|
|
5254
|
-
"tagName": "qti-response-declaration",
|
|
5255
|
-
"customElement": true
|
|
5256
|
-
}
|
|
5257
|
-
],
|
|
5258
|
-
"exports": [
|
|
5259
|
-
{
|
|
5260
|
-
"kind": "js",
|
|
5261
|
-
"name": "QtiResponseDeclaration",
|
|
5262
|
-
"declaration": {
|
|
5263
|
-
"name": "QtiResponseDeclaration",
|
|
5264
|
-
"module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
|
|
5265
|
-
}
|
|
5266
|
-
},
|
|
5267
|
-
{
|
|
5268
|
-
"kind": "custom-element-definition",
|
|
5269
|
-
"name": "qti-response-declaration",
|
|
5270
|
-
"declaration": {
|
|
5271
|
-
"name": "QtiResponseDeclaration",
|
|
5272
|
-
"module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
|
|
5273
|
-
}
|
|
5274
|
-
}
|
|
5275
|
-
]
|
|
5276
|
-
},
|
|
5277
5277
|
{
|
|
5278
5278
|
"kind": "javascript-module",
|
|
5279
5279
|
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
@@ -5843,82 +5843,82 @@
|
|
|
5843
5843
|
},
|
|
5844
5844
|
{
|
|
5845
5845
|
"kind": "javascript-module",
|
|
5846
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5846
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts",
|
|
5847
5847
|
"declarations": [
|
|
5848
5848
|
{
|
|
5849
5849
|
"kind": "class",
|
|
5850
5850
|
"description": "",
|
|
5851
|
-
"name": "
|
|
5851
|
+
"name": "QtiBaseValue",
|
|
5852
5852
|
"members": [],
|
|
5853
|
+
"attributes": [
|
|
5854
|
+
{
|
|
5855
|
+
"name": "base-type",
|
|
5856
|
+
"type": {
|
|
5857
|
+
"text": "BaseType"
|
|
5858
|
+
},
|
|
5859
|
+
"default": "'string'",
|
|
5860
|
+
"fieldName": "baseType"
|
|
5861
|
+
}
|
|
5862
|
+
],
|
|
5853
5863
|
"superclass": {
|
|
5854
|
-
"name": "
|
|
5855
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5864
|
+
"name": "QtiExpression",
|
|
5865
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5856
5866
|
},
|
|
5857
|
-
"tagName": "qti-
|
|
5867
|
+
"tagName": "qti-base-value",
|
|
5858
5868
|
"customElement": true
|
|
5859
5869
|
}
|
|
5860
5870
|
],
|
|
5861
5871
|
"exports": [
|
|
5862
5872
|
{
|
|
5863
5873
|
"kind": "js",
|
|
5864
|
-
"name": "
|
|
5874
|
+
"name": "QtiBaseValue",
|
|
5865
5875
|
"declaration": {
|
|
5866
|
-
"name": "
|
|
5867
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5876
|
+
"name": "QtiBaseValue",
|
|
5877
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5868
5878
|
}
|
|
5869
5879
|
},
|
|
5870
5880
|
{
|
|
5871
5881
|
"kind": "custom-element-definition",
|
|
5872
|
-
"name": "qti-
|
|
5882
|
+
"name": "qti-base-value",
|
|
5873
5883
|
"declaration": {
|
|
5874
|
-
"name": "
|
|
5875
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5884
|
+
"name": "QtiBaseValue",
|
|
5885
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5876
5886
|
}
|
|
5877
5887
|
}
|
|
5878
5888
|
]
|
|
5879
5889
|
},
|
|
5880
5890
|
{
|
|
5881
5891
|
"kind": "javascript-module",
|
|
5882
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5892
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
5883
5893
|
"declarations": [
|
|
5884
5894
|
{
|
|
5885
5895
|
"kind": "class",
|
|
5886
5896
|
"description": "",
|
|
5887
|
-
"name": "
|
|
5897
|
+
"name": "QtiAnd",
|
|
5888
5898
|
"members": [],
|
|
5889
|
-
"attributes": [
|
|
5890
|
-
{
|
|
5891
|
-
"name": "base-type",
|
|
5892
|
-
"type": {
|
|
5893
|
-
"text": "BaseType"
|
|
5894
|
-
},
|
|
5895
|
-
"default": "'string'",
|
|
5896
|
-
"fieldName": "baseType"
|
|
5897
|
-
}
|
|
5898
|
-
],
|
|
5899
5899
|
"superclass": {
|
|
5900
|
-
"name": "
|
|
5901
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5900
|
+
"name": "QtiConditionExpression",
|
|
5901
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
5902
5902
|
},
|
|
5903
|
-
"tagName": "qti-
|
|
5903
|
+
"tagName": "qti-and",
|
|
5904
5904
|
"customElement": true
|
|
5905
5905
|
}
|
|
5906
5906
|
],
|
|
5907
5907
|
"exports": [
|
|
5908
5908
|
{
|
|
5909
5909
|
"kind": "js",
|
|
5910
|
-
"name": "
|
|
5910
|
+
"name": "QtiAnd",
|
|
5911
5911
|
"declaration": {
|
|
5912
|
-
"name": "
|
|
5913
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5912
|
+
"name": "QtiAnd",
|
|
5913
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5914
5914
|
}
|
|
5915
5915
|
},
|
|
5916
5916
|
{
|
|
5917
5917
|
"kind": "custom-element-definition",
|
|
5918
|
-
"name": "qti-
|
|
5918
|
+
"name": "qti-and",
|
|
5919
5919
|
"declaration": {
|
|
5920
|
-
"name": "
|
|
5921
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5920
|
+
"name": "QtiAnd",
|
|
5921
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5922
5922
|
}
|
|
5923
5923
|
}
|
|
5924
5924
|
]
|
|
@@ -6329,81 +6329,81 @@
|
|
|
6329
6329
|
},
|
|
6330
6330
|
{
|
|
6331
6331
|
"kind": "javascript-module",
|
|
6332
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6332
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
|
|
6333
6333
|
"declarations": [
|
|
6334
6334
|
{
|
|
6335
6335
|
"kind": "class",
|
|
6336
6336
|
"description": "",
|
|
6337
|
-
"name": "
|
|
6337
|
+
"name": "QtiMapResponse",
|
|
6338
6338
|
"members": [],
|
|
6339
|
+
"attributes": [
|
|
6340
|
+
{
|
|
6341
|
+
"name": "identifier",
|
|
6342
|
+
"type": {
|
|
6343
|
+
"text": "string"
|
|
6344
|
+
},
|
|
6345
|
+
"fieldName": "identifier"
|
|
6346
|
+
}
|
|
6347
|
+
],
|
|
6339
6348
|
"superclass": {
|
|
6340
6349
|
"name": "QtiExpression",
|
|
6341
6350
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6342
6351
|
},
|
|
6343
|
-
"tagName": "qti-
|
|
6352
|
+
"tagName": "qti-map-response",
|
|
6344
6353
|
"customElement": true
|
|
6345
6354
|
}
|
|
6346
6355
|
],
|
|
6347
6356
|
"exports": [
|
|
6348
6357
|
{
|
|
6349
6358
|
"kind": "js",
|
|
6350
|
-
"name": "
|
|
6359
|
+
"name": "QtiMapResponse",
|
|
6351
6360
|
"declaration": {
|
|
6352
|
-
"name": "
|
|
6353
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6361
|
+
"name": "QtiMapResponse",
|
|
6362
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
|
|
6354
6363
|
}
|
|
6355
6364
|
},
|
|
6356
6365
|
{
|
|
6357
6366
|
"kind": "custom-element-definition",
|
|
6358
|
-
"name": "qti-
|
|
6367
|
+
"name": "qti-map-response",
|
|
6359
6368
|
"declaration": {
|
|
6360
|
-
"name": "
|
|
6361
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6369
|
+
"name": "QtiMapResponse",
|
|
6370
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
|
|
6362
6371
|
}
|
|
6363
6372
|
}
|
|
6364
6373
|
]
|
|
6365
6374
|
},
|
|
6366
6375
|
{
|
|
6367
6376
|
"kind": "javascript-module",
|
|
6368
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6377
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
|
|
6369
6378
|
"declarations": [
|
|
6370
6379
|
{
|
|
6371
6380
|
"kind": "class",
|
|
6372
6381
|
"description": "",
|
|
6373
|
-
"name": "
|
|
6382
|
+
"name": "QtiMatch",
|
|
6374
6383
|
"members": [],
|
|
6375
|
-
"attributes": [
|
|
6376
|
-
{
|
|
6377
|
-
"name": "identifier",
|
|
6378
|
-
"type": {
|
|
6379
|
-
"text": "string"
|
|
6380
|
-
},
|
|
6381
|
-
"fieldName": "identifier"
|
|
6382
|
-
}
|
|
6383
|
-
],
|
|
6384
6384
|
"superclass": {
|
|
6385
6385
|
"name": "QtiExpression",
|
|
6386
6386
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6387
6387
|
},
|
|
6388
|
-
"tagName": "qti-
|
|
6388
|
+
"tagName": "qti-match",
|
|
6389
6389
|
"customElement": true
|
|
6390
6390
|
}
|
|
6391
6391
|
],
|
|
6392
6392
|
"exports": [
|
|
6393
6393
|
{
|
|
6394
6394
|
"kind": "js",
|
|
6395
|
-
"name": "
|
|
6395
|
+
"name": "QtiMatch",
|
|
6396
6396
|
"declaration": {
|
|
6397
|
-
"name": "
|
|
6398
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6397
|
+
"name": "QtiMatch",
|
|
6398
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
|
|
6399
6399
|
}
|
|
6400
6400
|
},
|
|
6401
6401
|
{
|
|
6402
6402
|
"kind": "custom-element-definition",
|
|
6403
|
-
"name": "qti-
|
|
6403
|
+
"name": "qti-match",
|
|
6404
6404
|
"declaration": {
|
|
6405
|
-
"name": "
|
|
6406
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6405
|
+
"name": "QtiMatch",
|
|
6406
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
|
|
6407
6407
|
}
|
|
6408
6408
|
}
|
|
6409
6409
|
]
|
|
@@ -6518,72 +6518,72 @@
|
|
|
6518
6518
|
},
|
|
6519
6519
|
{
|
|
6520
6520
|
"kind": "javascript-module",
|
|
6521
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6521
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts",
|
|
6522
6522
|
"declarations": [
|
|
6523
6523
|
{
|
|
6524
6524
|
"kind": "class",
|
|
6525
6525
|
"description": "",
|
|
6526
|
-
"name": "
|
|
6526
|
+
"name": "QtiOrdered",
|
|
6527
6527
|
"members": [],
|
|
6528
6528
|
"superclass": {
|
|
6529
|
-
"name": "
|
|
6530
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6529
|
+
"name": "QtiExpression",
|
|
6530
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6531
6531
|
},
|
|
6532
|
-
"tagName": "qti-
|
|
6532
|
+
"tagName": "qti-ordered",
|
|
6533
6533
|
"customElement": true
|
|
6534
6534
|
}
|
|
6535
6535
|
],
|
|
6536
6536
|
"exports": [
|
|
6537
6537
|
{
|
|
6538
6538
|
"kind": "js",
|
|
6539
|
-
"name": "
|
|
6539
|
+
"name": "QtiOrdered",
|
|
6540
6540
|
"declaration": {
|
|
6541
|
-
"name": "
|
|
6542
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6541
|
+
"name": "QtiOrdered",
|
|
6542
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
|
|
6543
6543
|
}
|
|
6544
6544
|
},
|
|
6545
6545
|
{
|
|
6546
6546
|
"kind": "custom-element-definition",
|
|
6547
|
-
"name": "qti-
|
|
6547
|
+
"name": "qti-ordered",
|
|
6548
6548
|
"declaration": {
|
|
6549
|
-
"name": "
|
|
6550
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6549
|
+
"name": "QtiOrdered",
|
|
6550
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
|
|
6551
6551
|
}
|
|
6552
6552
|
}
|
|
6553
6553
|
]
|
|
6554
6554
|
},
|
|
6555
6555
|
{
|
|
6556
6556
|
"kind": "javascript-module",
|
|
6557
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6557
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
|
|
6558
6558
|
"declarations": [
|
|
6559
6559
|
{
|
|
6560
6560
|
"kind": "class",
|
|
6561
6561
|
"description": "",
|
|
6562
|
-
"name": "
|
|
6562
|
+
"name": "QtiOr",
|
|
6563
6563
|
"members": [],
|
|
6564
6564
|
"superclass": {
|
|
6565
|
-
"name": "
|
|
6566
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6565
|
+
"name": "QtiConditionExpression",
|
|
6566
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
6567
6567
|
},
|
|
6568
|
-
"tagName": "qti-
|
|
6568
|
+
"tagName": "qti-or",
|
|
6569
6569
|
"customElement": true
|
|
6570
6570
|
}
|
|
6571
6571
|
],
|
|
6572
6572
|
"exports": [
|
|
6573
6573
|
{
|
|
6574
6574
|
"kind": "js",
|
|
6575
|
-
"name": "
|
|
6575
|
+
"name": "QtiOr",
|
|
6576
6576
|
"declaration": {
|
|
6577
|
-
"name": "
|
|
6578
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6577
|
+
"name": "QtiOr",
|
|
6578
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
|
|
6579
6579
|
}
|
|
6580
6580
|
},
|
|
6581
6581
|
{
|
|
6582
6582
|
"kind": "custom-element-definition",
|
|
6583
|
-
"name": "qti-
|
|
6583
|
+
"name": "qti-or",
|
|
6584
6584
|
"declaration": {
|
|
6585
|
-
"name": "
|
|
6586
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6585
|
+
"name": "QtiOr",
|
|
6586
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
|
|
6587
6587
|
}
|
|
6588
6588
|
}
|
|
6589
6589
|
]
|