@citolab/qti-components 6.0.25 → 6.0.26

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.
@@ -2,41 +2,6 @@
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
- },
40
5
  {
41
6
  "kind": "javascript-module",
42
7
  "path": "src/lib/decorators/index.ts",
@@ -131,6 +96,77 @@
131
96
  }
132
97
  ]
133
98
  },
99
+ {
100
+ "kind": "javascript-module",
101
+ "path": "src/lib/context/audience-context.ts",
102
+ "declarations": [
103
+ {
104
+ "kind": "variable",
105
+ "name": "audienceContext"
106
+ }
107
+ ],
108
+ "exports": [
109
+ {
110
+ "kind": "js",
111
+ "name": "audienceContext",
112
+ "declaration": {
113
+ "name": "audienceContext",
114
+ "module": "src/lib/context/audience-context.ts"
115
+ }
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "kind": "javascript-module",
121
+ "path": "src/lib/context/index.ts",
122
+ "declarations": [],
123
+ "exports": [
124
+ {
125
+ "kind": "js",
126
+ "name": "*",
127
+ "declaration": {
128
+ "name": "*",
129
+ "package": "./audience-context"
130
+ }
131
+ }
132
+ ]
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
+ },
134
170
  {
135
171
  "kind": "javascript-module",
136
172
  "path": "src/lib/qti-components/index.ts",
@@ -514,6 +550,49 @@
514
550
  }
515
551
  ]
516
552
  },
553
+ {
554
+ "kind": "javascript-module",
555
+ "path": "src/lib/qti-transform/index.ts",
556
+ "declarations": [],
557
+ "exports": [
558
+ {
559
+ "kind": "js",
560
+ "name": "*",
561
+ "declaration": {
562
+ "name": "*",
563
+ "package": "./qti-transform"
564
+ }
565
+ }
566
+ ]
567
+ },
568
+ {
569
+ "kind": "javascript-module",
570
+ "path": "src/lib/qti-transform/qti-transform.ts",
571
+ "declarations": [
572
+ {
573
+ "kind": "function",
574
+ "name": "qtiTransform",
575
+ "parameters": [
576
+ {
577
+ "name": "xmlValue",
578
+ "type": {
579
+ "text": "string"
580
+ }
581
+ }
582
+ ]
583
+ }
584
+ ],
585
+ "exports": [
586
+ {
587
+ "kind": "js",
588
+ "name": "qtiTransform",
589
+ "declaration": {
590
+ "name": "qtiTransform",
591
+ "module": "src/lib/qti-transform/qti-transform.ts"
592
+ }
593
+ }
594
+ ]
595
+ },
517
596
  {
518
597
  "kind": "javascript-module",
519
598
  "path": "src/lib/qti-item/index.ts",
@@ -579,85 +658,6 @@
579
658
  }
580
659
  ]
581
660
  },
582
- {
583
- "kind": "javascript-module",
584
- "path": "src/lib/qti-item-react/index.ts",
585
- "declarations": [],
586
- "exports": [
587
- {
588
- "kind": "js",
589
- "name": "*",
590
- "declaration": {
591
- "name": "*",
592
- "package": "./qti-item.react"
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
661
  {
662
662
  "kind": "javascript-module",
663
663
  "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
@@ -854,6 +854,53 @@
854
854
  }
855
855
  ]
856
856
  },
857
+ {
858
+ "kind": "javascript-module",
859
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
860
+ "declarations": [
861
+ {
862
+ "kind": "class",
863
+ "description": "",
864
+ "name": "QtiItemBody",
865
+ "slots": [
866
+ {
867
+ "description": "item body content.",
868
+ "name": ""
869
+ },
870
+ {
871
+ "description": "the qti rubric block is placed above the item",
872
+ "name": "qti-rubric-block"
873
+ }
874
+ ],
875
+ "members": [],
876
+ "superclass": {
877
+ "name": "LitElement",
878
+ "package": "lit"
879
+ },
880
+ "summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
881
+ "tagName": "qti-item-body",
882
+ "customElement": true
883
+ }
884
+ ],
885
+ "exports": [
886
+ {
887
+ "kind": "js",
888
+ "name": "default",
889
+ "declaration": {
890
+ "name": "QtiItemBody",
891
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
892
+ }
893
+ },
894
+ {
895
+ "kind": "custom-element-definition",
896
+ "name": "qti-item-body",
897
+ "declaration": {
898
+ "name": "QtiItemBody",
899
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
900
+ }
901
+ }
902
+ ]
903
+ },
857
904
  {
858
905
  "kind": "javascript-module",
859
906
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1517,44 +1564,6 @@
1517
1564
  }
1518
1565
  ]
1519
1566
  },
1520
- {
1521
- "kind": "javascript-module",
1522
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1523
- "declarations": [
1524
- {
1525
- "kind": "class",
1526
- "description": "",
1527
- "name": "QtiItemBody",
1528
- "slots": [
1529
- {
1530
- "description": "item body content.",
1531
- "name": ""
1532
- },
1533
- {
1534
- "description": "the qti rubric block is placed above the item",
1535
- "name": "qti-rubric-block"
1536
- }
1537
- ],
1538
- "members": [],
1539
- "superclass": {
1540
- "name": "LitElement",
1541
- "package": "lit"
1542
- },
1543
- "summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
1544
- "customElement": true
1545
- }
1546
- ],
1547
- "exports": [
1548
- {
1549
- "kind": "js",
1550
- "name": "default",
1551
- "declaration": {
1552
- "name": "QtiItemBody",
1553
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1554
- }
1555
- }
1556
- ]
1557
- },
1558
1567
  {
1559
1568
  "kind": "javascript-module",
1560
1569
  "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
@@ -3456,12 +3465,12 @@
3456
3465
  },
3457
3466
  {
3458
3467
  "kind": "javascript-module",
3459
- "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
3468
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
3460
3469
  "declarations": [
3461
3470
  {
3462
3471
  "kind": "class",
3463
3472
  "description": "",
3464
- "name": "QtiInlineChoiceInteraction",
3473
+ "name": "QtiMediaInteraction",
3465
3474
  "members": [],
3466
3475
  "attributes": [
3467
3476
  {
@@ -3512,7 +3521,7 @@
3512
3521
  "name": "Interaction",
3513
3522
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3514
3523
  },
3515
- "tagName": "qti-inline-choice-interaction",
3524
+ "tagName": "qti-media-interaction",
3516
3525
  "customElement": true,
3517
3526
  "events": [
3518
3527
  {
@@ -3541,44 +3550,43 @@
3541
3550
  "exports": [
3542
3551
  {
3543
3552
  "kind": "js",
3544
- "name": "QtiInlineChoiceInteraction",
3553
+ "name": "QtiMediaInteraction",
3545
3554
  "declaration": {
3546
- "name": "QtiInlineChoiceInteraction",
3547
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3555
+ "name": "QtiMediaInteraction",
3556
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3548
3557
  }
3549
3558
  },
3550
3559
  {
3551
3560
  "kind": "custom-element-definition",
3552
- "name": "qti-inline-choice-interaction",
3561
+ "name": "qti-media-interaction",
3553
3562
  "declaration": {
3554
- "name": "QtiInlineChoiceInteraction",
3555
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3563
+ "name": "QtiMediaInteraction",
3564
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3556
3565
  }
3557
3566
  }
3558
3567
  ]
3559
3568
  },
3560
3569
  {
3561
3570
  "kind": "javascript-module",
3562
- "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
3571
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
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",
3563
3578
  "declarations": [
3564
3579
  {
3565
3580
  "kind": "class",
3566
3581
  "description": "",
3567
- "name": "QtiMatchInteraction",
3582
+ "name": "QtiInlineChoiceInteraction",
3568
3583
  "members": [],
3569
- "mixins": [
3570
- {
3571
- "name": "DragDropInteractionMixin",
3572
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3573
- }
3574
- ],
3575
- "superclass": {
3576
- "name": "LitElement",
3577
- "package": "lit"
3578
- },
3579
- "tagName": "qti-match-interaction",
3580
- "customElement": true,
3581
3584
  "attributes": [
3585
+ {
3586
+ "name": "",
3587
+ "fieldName": "",
3588
+ "attribute": ""
3589
+ },
3582
3590
  {
3583
3591
  "name": "response-identifier",
3584
3592
  "type": {
@@ -3587,8 +3595,8 @@
3587
3595
  "default": "''",
3588
3596
  "fieldName": "responseIdentifier",
3589
3597
  "inheritedFrom": {
3590
- "name": "DragDropInteractionMixin",
3591
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3598
+ "name": "Interaction",
3599
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3592
3600
  }
3593
3601
  },
3594
3602
  {
@@ -3597,10 +3605,11 @@
3597
3605
  "text": "boolean"
3598
3606
  },
3599
3607
  "default": "false",
3608
+ "description": "disabled should be exposed to the attributes and accessible as property",
3600
3609
  "fieldName": "disabled",
3601
3610
  "inheritedFrom": {
3602
- "name": "DroppablesMixin",
3603
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3611
+ "name": "Interaction",
3612
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3604
3613
  }
3605
3614
  },
3606
3615
  {
@@ -3609,37 +3618,20 @@
3609
3618
  "text": "boolean"
3610
3619
  },
3611
3620
  "default": "false",
3621
+ "description": "readonly should be exposed to the attributes and accessible as property",
3612
3622
  "fieldName": "readonly",
3613
3623
  "inheritedFrom": {
3614
- "name": "DragDropInteractionMixin",
3615
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3616
- }
3617
- },
3618
- {
3619
- "name": "min-associations",
3620
- "type": {
3621
- "text": "number"
3622
- },
3623
- "default": "1",
3624
- "fieldName": "minAssociations",
3625
- "inheritedFrom": {
3626
- "name": "DragDropInteractionMixin",
3627
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3628
- }
3629
- },
3630
- {
3631
- "name": "max-associations",
3632
- "type": {
3633
- "text": "number"
3634
- },
3635
- "default": "1",
3636
- "fieldName": "maxAssociations",
3637
- "inheritedFrom": {
3638
- "name": "DragDropInteractionMixin",
3639
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3624
+ "name": "Interaction",
3625
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3640
3626
  }
3641
3627
  }
3642
3628
  ],
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,
3643
3635
  "events": [
3644
3636
  {
3645
3637
  "name": "qti-register-interaction",
@@ -3647,8 +3639,8 @@
3647
3639
  "text": "CustomEvent"
3648
3640
  },
3649
3641
  "inheritedFrom": {
3650
- "name": "DragDropInteractionMixin",
3651
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3642
+ "name": "Interaction",
3643
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3652
3644
  }
3653
3645
  },
3654
3646
  {
@@ -3657,8 +3649,8 @@
3657
3649
  "text": "CustomEvent"
3658
3650
  },
3659
3651
  "inheritedFrom": {
3660
- "name": "DragDropInteractionMixin",
3661
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3652
+ "name": "Interaction",
3653
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3662
3654
  }
3663
3655
  }
3664
3656
  ]
@@ -3667,37 +3659,44 @@
3667
3659
  "exports": [
3668
3660
  {
3669
3661
  "kind": "js",
3670
- "name": "QtiMatchInteraction",
3662
+ "name": "QtiInlineChoiceInteraction",
3671
3663
  "declaration": {
3672
- "name": "QtiMatchInteraction",
3673
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3664
+ "name": "QtiInlineChoiceInteraction",
3665
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3674
3666
  }
3675
3667
  },
3676
3668
  {
3677
3669
  "kind": "custom-element-definition",
3678
- "name": "qti-match-interaction",
3670
+ "name": "qti-inline-choice-interaction",
3679
3671
  "declaration": {
3680
- "name": "QtiMatchInteraction",
3681
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3672
+ "name": "QtiInlineChoiceInteraction",
3673
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3682
3674
  }
3683
3675
  }
3684
3676
  ]
3685
3677
  },
3686
3678
  {
3687
3679
  "kind": "javascript-module",
3688
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
3680
+ "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
3689
3681
  "declarations": [
3690
3682
  {
3691
3683
  "kind": "class",
3692
3684
  "description": "",
3693
- "name": "QtiMediaInteraction",
3685
+ "name": "QtiMatchInteraction",
3694
3686
  "members": [],
3695
- "attributes": [
3687
+ "mixins": [
3696
3688
  {
3697
- "name": "",
3698
- "fieldName": "",
3699
- "attribute": ""
3700
- },
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
+ "attributes": [
3701
3700
  {
3702
3701
  "name": "response-identifier",
3703
3702
  "type": {
@@ -3706,8 +3705,8 @@
3706
3705
  "default": "''",
3707
3706
  "fieldName": "responseIdentifier",
3708
3707
  "inheritedFrom": {
3709
- "name": "Interaction",
3710
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3708
+ "name": "DragDropInteractionMixin",
3709
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3711
3710
  }
3712
3711
  },
3713
3712
  {
@@ -3716,11 +3715,10 @@
3716
3715
  "text": "boolean"
3717
3716
  },
3718
3717
  "default": "false",
3719
- "description": "disabled should be exposed to the attributes and accessible as property",
3720
3718
  "fieldName": "disabled",
3721
3719
  "inheritedFrom": {
3722
- "name": "Interaction",
3723
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3720
+ "name": "DroppablesMixin",
3721
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3724
3722
  }
3725
3723
  },
3726
3724
  {
@@ -3729,20 +3727,37 @@
3729
3727
  "text": "boolean"
3730
3728
  },
3731
3729
  "default": "false",
3732
- "description": "readonly should be exposed to the attributes and accessible as property",
3733
3730
  "fieldName": "readonly",
3734
3731
  "inheritedFrom": {
3735
- "name": "Interaction",
3736
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3732
+ "name": "DragDropInteractionMixin",
3733
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
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"
3737
3758
  }
3738
3759
  }
3739
3760
  ],
3740
- "superclass": {
3741
- "name": "Interaction",
3742
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3743
- },
3744
- "tagName": "qti-media-interaction",
3745
- "customElement": true,
3746
3761
  "events": [
3747
3762
  {
3748
3763
  "name": "qti-register-interaction",
@@ -3750,8 +3765,8 @@
3750
3765
  "text": "CustomEvent"
3751
3766
  },
3752
3767
  "inheritedFrom": {
3753
- "name": "Interaction",
3754
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3768
+ "name": "DragDropInteractionMixin",
3769
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3755
3770
  }
3756
3771
  },
3757
3772
  {
@@ -3760,8 +3775,8 @@
3760
3775
  "text": "CustomEvent"
3761
3776
  },
3762
3777
  "inheritedFrom": {
3763
- "name": "Interaction",
3764
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3778
+ "name": "DragDropInteractionMixin",
3779
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3765
3780
  }
3766
3781
  }
3767
3782
  ]
@@ -3770,28 +3785,22 @@
3770
3785
  "exports": [
3771
3786
  {
3772
3787
  "kind": "js",
3773
- "name": "QtiMediaInteraction",
3788
+ "name": "QtiMatchInteraction",
3774
3789
  "declaration": {
3775
- "name": "QtiMediaInteraction",
3776
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3790
+ "name": "QtiMatchInteraction",
3791
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3777
3792
  }
3778
3793
  },
3779
3794
  {
3780
3795
  "kind": "custom-element-definition",
3781
- "name": "qti-media-interaction",
3796
+ "name": "qti-match-interaction",
3782
3797
  "declaration": {
3783
- "name": "QtiMediaInteraction",
3784
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3798
+ "name": "QtiMatchInteraction",
3799
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3785
3800
  }
3786
3801
  }
3787
3802
  ]
3788
3803
  },
3789
- {
3790
- "kind": "javascript-module",
3791
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
3792
- "declarations": [],
3793
- "exports": []
3794
- },
3795
3804
  {
3796
3805
  "kind": "javascript-module",
3797
3806
  "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
@@ -4502,6 +4511,51 @@
4502
4511
  }
4503
4512
  ]
4504
4513
  },
4514
+ {
4515
+ "kind": "javascript-module",
4516
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4517
+ "declarations": [
4518
+ {
4519
+ "kind": "class",
4520
+ "description": "",
4521
+ "name": "QtiResponseElse",
4522
+ "members": [],
4523
+ "attributes": [
4524
+ {
4525
+ "name": "debugCalculateResult",
4526
+ "type": {
4527
+ "text": "object"
4528
+ },
4529
+ "fieldName": "debugCalculateResult"
4530
+ }
4531
+ ],
4532
+ "superclass": {
4533
+ "name": "LitElement",
4534
+ "package": "lit"
4535
+ },
4536
+ "tagName": "qti-response-else",
4537
+ "customElement": true
4538
+ }
4539
+ ],
4540
+ "exports": [
4541
+ {
4542
+ "kind": "js",
4543
+ "name": "QtiResponseElse",
4544
+ "declaration": {
4545
+ "name": "QtiResponseElse",
4546
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4547
+ }
4548
+ },
4549
+ {
4550
+ "kind": "custom-element-definition",
4551
+ "name": "qti-response-else",
4552
+ "declaration": {
4553
+ "name": "QtiResponseElse",
4554
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4555
+ }
4556
+ }
4557
+ ]
4558
+ },
4505
4559
  {
4506
4560
  "kind": "javascript-module",
4507
4561
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
@@ -4754,51 +4808,6 @@
4754
4808
  }
4755
4809
  ]
4756
4810
  },
4757
- {
4758
- "kind": "javascript-module",
4759
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4760
- "declarations": [
4761
- {
4762
- "kind": "class",
4763
- "description": "",
4764
- "name": "QtiResponseElse",
4765
- "members": [],
4766
- "attributes": [
4767
- {
4768
- "name": "debugCalculateResult",
4769
- "type": {
4770
- "text": "object"
4771
- },
4772
- "fieldName": "debugCalculateResult"
4773
- }
4774
- ],
4775
- "superclass": {
4776
- "name": "LitElement",
4777
- "package": "lit"
4778
- },
4779
- "tagName": "qti-response-else",
4780
- "customElement": true
4781
- }
4782
- ],
4783
- "exports": [
4784
- {
4785
- "kind": "js",
4786
- "name": "QtiResponseElse",
4787
- "declaration": {
4788
- "name": "QtiResponseElse",
4789
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4790
- }
4791
- },
4792
- {
4793
- "kind": "custom-element-definition",
4794
- "name": "qti-response-else",
4795
- "declaration": {
4796
- "name": "QtiResponseElse",
4797
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4798
- }
4799
- }
4800
- ]
4801
- },
4802
4811
  {
4803
4812
  "kind": "javascript-module",
4804
4813
  "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
@@ -5017,97 +5026,30 @@
5017
5026
  }
5018
5027
  }
5019
5028
  ]
5020
- },
5021
- {
5022
- "kind": "javascript-module",
5023
- "path": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts",
5024
- "declarations": [],
5025
- "exports": [
5026
- {
5027
- "kind": "js",
5028
- "name": "default",
5029
- "declaration": {
5030
- "name": "QtiRegisterVariable",
5031
- "module": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts"
5032
- }
5033
- }
5034
- ]
5035
- },
5036
- {
5037
- "kind": "javascript-module",
5038
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
5039
- "declarations": [
5040
- {
5041
- "kind": "class",
5042
- "description": "",
5043
- "name": "QtiOutcomeDeclaration",
5044
- "members": [],
5045
- "events": [
5046
- {
5047
- "name": "qti-register-variable",
5048
- "type": {
5049
- "text": "CustomEvent"
5050
- }
5051
- }
5052
- ],
5053
- "attributes": [
5054
- {
5055
- "name": "base-type",
5056
- "type": {
5057
- "text": "BaseType"
5058
- },
5059
- "fieldName": "baseType"
5060
- },
5061
- {
5062
- "name": "identifier",
5063
- "type": {
5064
- "text": "string"
5065
- },
5066
- "fieldName": "identifier"
5067
- },
5068
- {
5069
- "name": "cardinality",
5070
- "type": {
5071
- "text": "Cardinality"
5072
- },
5073
- "fieldName": "cardinality"
5074
- }
5075
- ],
5076
- "superclass": {
5077
- "name": "QtiVariableDeclaration",
5078
- "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
5079
- },
5080
- "tagName": "qti-outcome-declaration",
5081
- "customElement": true
5082
- }
5083
- ],
5029
+ },
5030
+ {
5031
+ "kind": "javascript-module",
5032
+ "path": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts",
5033
+ "declarations": [],
5084
5034
  "exports": [
5085
5035
  {
5086
5036
  "kind": "js",
5087
- "name": "QtiOutcomeDeclaration",
5088
- "declaration": {
5089
- "name": "QtiOutcomeDeclaration",
5090
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5091
- }
5092
- },
5093
- {
5094
- "kind": "custom-element-definition",
5095
- "name": "qti-outcome-declaration",
5037
+ "name": "default",
5096
5038
  "declaration": {
5097
- "name": "QtiOutcomeDeclaration",
5098
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5039
+ "name": "QtiRegisterVariable",
5040
+ "module": "src/lib/qti-components/qti-utilities/events/qti-register-variable.ts"
5099
5041
  }
5100
5042
  }
5101
5043
  ]
5102
5044
  },
5103
5045
  {
5104
5046
  "kind": "javascript-module",
5105
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
5047
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
5106
5048
  "declarations": [
5107
5049
  {
5108
5050
  "kind": "class",
5109
5051
  "description": "",
5110
- "name": "QtiResponseDeclaration",
5052
+ "name": "QtiOutcomeDeclaration",
5111
5053
  "members": [],
5112
5054
  "events": [
5113
5055
  {
@@ -5144,25 +5086,25 @@
5144
5086
  "name": "QtiVariableDeclaration",
5145
5087
  "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
5146
5088
  },
5147
- "tagName": "qti-response-declaration",
5089
+ "tagName": "qti-outcome-declaration",
5148
5090
  "customElement": true
5149
5091
  }
5150
5092
  ],
5151
5093
  "exports": [
5152
5094
  {
5153
5095
  "kind": "js",
5154
- "name": "QtiResponseDeclaration",
5096
+ "name": "QtiOutcomeDeclaration",
5155
5097
  "declaration": {
5156
- "name": "QtiResponseDeclaration",
5157
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5098
+ "name": "QtiOutcomeDeclaration",
5099
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5158
5100
  }
5159
5101
  },
5160
5102
  {
5161
5103
  "kind": "custom-element-definition",
5162
- "name": "qti-response-declaration",
5104
+ "name": "qti-outcome-declaration",
5163
5105
  "declaration": {
5164
- "name": "QtiResponseDeclaration",
5165
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5106
+ "name": "QtiOutcomeDeclaration",
5107
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5166
5108
  }
5167
5109
  }
5168
5110
  ]
@@ -5265,6 +5207,73 @@
5265
5207
  }
5266
5208
  ]
5267
5209
  },
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
+ },
5268
5277
  {
5269
5278
  "kind": "javascript-module",
5270
5279
  "path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
@@ -5783,6 +5792,55 @@
5783
5792
  }
5784
5793
  ]
5785
5794
  },
5795
+ {
5796
+ "kind": "javascript-module",
5797
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
5798
+ "declarations": [
5799
+ {
5800
+ "kind": "class",
5801
+ "description": "",
5802
+ "name": "QtiResponseIf",
5803
+ "members": [],
5804
+ "superclass": {
5805
+ "name": "QtiResponseElse",
5806
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
5807
+ },
5808
+ "tagName": "qti-response-if",
5809
+ "customElement": true,
5810
+ "attributes": [
5811
+ {
5812
+ "name": "debugCalculateResult",
5813
+ "type": {
5814
+ "text": "object"
5815
+ },
5816
+ "fieldName": "debugCalculateResult",
5817
+ "inheritedFrom": {
5818
+ "name": "QtiResponseElse",
5819
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
5820
+ }
5821
+ }
5822
+ ]
5823
+ }
5824
+ ],
5825
+ "exports": [
5826
+ {
5827
+ "kind": "js",
5828
+ "name": "QtiResponseIf",
5829
+ "declaration": {
5830
+ "name": "QtiResponseIf",
5831
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5832
+ }
5833
+ },
5834
+ {
5835
+ "kind": "custom-element-definition",
5836
+ "name": "qti-response-if",
5837
+ "declaration": {
5838
+ "name": "QtiResponseIf",
5839
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5840
+ }
5841
+ }
5842
+ ]
5843
+ },
5786
5844
  {
5787
5845
  "kind": "javascript-module",
5788
5846
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
@@ -6271,81 +6329,81 @@
6271
6329
  },
6272
6330
  {
6273
6331
  "kind": "javascript-module",
6274
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
6332
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
6275
6333
  "declarations": [
6276
6334
  {
6277
6335
  "kind": "class",
6278
6336
  "description": "",
6279
- "name": "QtiMapResponse",
6337
+ "name": "QtiMatch",
6280
6338
  "members": [],
6281
- "attributes": [
6282
- {
6283
- "name": "identifier",
6284
- "type": {
6285
- "text": "string"
6286
- },
6287
- "fieldName": "identifier"
6288
- }
6289
- ],
6290
6339
  "superclass": {
6291
6340
  "name": "QtiExpression",
6292
6341
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6293
6342
  },
6294
- "tagName": "qti-map-response",
6343
+ "tagName": "qti-match",
6295
6344
  "customElement": true
6296
6345
  }
6297
6346
  ],
6298
6347
  "exports": [
6299
6348
  {
6300
6349
  "kind": "js",
6301
- "name": "QtiMapResponse",
6350
+ "name": "QtiMatch",
6302
6351
  "declaration": {
6303
- "name": "QtiMapResponse",
6304
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6352
+ "name": "QtiMatch",
6353
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6305
6354
  }
6306
6355
  },
6307
6356
  {
6308
6357
  "kind": "custom-element-definition",
6309
- "name": "qti-map-response",
6358
+ "name": "qti-match",
6310
6359
  "declaration": {
6311
- "name": "QtiMapResponse",
6312
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6360
+ "name": "QtiMatch",
6361
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6313
6362
  }
6314
6363
  }
6315
6364
  ]
6316
6365
  },
6317
6366
  {
6318
6367
  "kind": "javascript-module",
6319
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
6368
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
6320
6369
  "declarations": [
6321
6370
  {
6322
6371
  "kind": "class",
6323
6372
  "description": "",
6324
- "name": "QtiMatch",
6373
+ "name": "QtiMapResponse",
6325
6374
  "members": [],
6375
+ "attributes": [
6376
+ {
6377
+ "name": "identifier",
6378
+ "type": {
6379
+ "text": "string"
6380
+ },
6381
+ "fieldName": "identifier"
6382
+ }
6383
+ ],
6326
6384
  "superclass": {
6327
6385
  "name": "QtiExpression",
6328
6386
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6329
6387
  },
6330
- "tagName": "qti-match",
6388
+ "tagName": "qti-map-response",
6331
6389
  "customElement": true
6332
6390
  }
6333
6391
  ],
6334
6392
  "exports": [
6335
6393
  {
6336
6394
  "kind": "js",
6337
- "name": "QtiMatch",
6395
+ "name": "QtiMapResponse",
6338
6396
  "declaration": {
6339
- "name": "QtiMatch",
6340
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6397
+ "name": "QtiMapResponse",
6398
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6341
6399
  }
6342
6400
  },
6343
6401
  {
6344
6402
  "kind": "custom-element-definition",
6345
- "name": "qti-match",
6403
+ "name": "qti-map-response",
6346
6404
  "declaration": {
6347
- "name": "QtiMatch",
6348
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6405
+ "name": "QtiMapResponse",
6406
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6349
6407
  }
6350
6408
  }
6351
6409
  ]
@@ -6647,55 +6705,6 @@
6647
6705
  }
6648
6706
  ]
6649
6707
  },
6650
- {
6651
- "kind": "javascript-module",
6652
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6653
- "declarations": [
6654
- {
6655
- "kind": "class",
6656
- "description": "",
6657
- "name": "QtiResponseIf",
6658
- "members": [],
6659
- "superclass": {
6660
- "name": "QtiResponseElse",
6661
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6662
- },
6663
- "tagName": "qti-response-if",
6664
- "customElement": true,
6665
- "attributes": [
6666
- {
6667
- "name": "debugCalculateResult",
6668
- "type": {
6669
- "text": "object"
6670
- },
6671
- "fieldName": "debugCalculateResult",
6672
- "inheritedFrom": {
6673
- "name": "QtiResponseElse",
6674
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
6675
- }
6676
- }
6677
- ]
6678
- }
6679
- ],
6680
- "exports": [
6681
- {
6682
- "kind": "js",
6683
- "name": "QtiResponseIf",
6684
- "declaration": {
6685
- "name": "QtiResponseIf",
6686
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6687
- }
6688
- },
6689
- {
6690
- "kind": "custom-element-definition",
6691
- "name": "qti-response-if",
6692
- "declaration": {
6693
- "name": "QtiResponseIf",
6694
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6695
- }
6696
- }
6697
- ]
6698
- },
6699
6708
  {
6700
6709
  "kind": "javascript-module",
6701
6710
  "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",