@citolab/qti-components 6.0.27 → 6.0.29

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.
Files changed (36) hide show
  1. package/dist/{chunk-C4C24R3I.cjs → chunk-M4CYU6DC.cjs} +1 -1
  2. package/dist/{chunk-EGPC25SK.cjs → chunk-PNQIHQ4E.cjs} +3 -5
  3. package/dist/{chunk-OKBEUQM2.js → chunk-QFISTKXH.js} +2 -4
  4. package/dist/{chunk-BVYXUE3V.js → chunk-QROD4MVT.js} +1 -1
  5. package/dist/context/index.cjs +1 -1
  6. package/dist/context/index.d.cts +8 -1
  7. package/dist/context/index.d.ts +8 -1
  8. package/dist/context/index.js +1 -1
  9. package/dist/custom-elements.json +487 -484
  10. package/dist/decorators/index.cjs +1 -1
  11. package/dist/decorators/index.js +1 -1
  12. package/dist/index.cjs +91 -80
  13. package/dist/index.css +0 -2
  14. package/dist/index.d.cts +7 -12
  15. package/dist/index.d.ts +7 -12
  16. package/dist/index.js +91 -80
  17. package/dist/qti-components/index.cjs +67 -54
  18. package/dist/qti-components/index.d.cts +10 -15
  19. package/dist/qti-components/index.d.ts +10 -15
  20. package/dist/qti-components/index.js +76 -63
  21. package/dist/qti-item/index.cjs +1 -1
  22. package/dist/qti-item/index.d.cts +19 -3
  23. package/dist/qti-item/index.d.ts +19 -3
  24. package/dist/qti-item/index.js +1 -1
  25. package/dist/qti-item-react/index.cjs +1 -1
  26. package/dist/qti-item-react/index.d.cts +2 -2
  27. package/dist/qti-item-react/index.d.ts +2 -2
  28. package/dist/qti-item-react/index.js +1 -1
  29. package/dist/{qti-simple-choice-86f433b6.d.ts → qti-simple-choice-9a8c789b.d.ts} +1 -1
  30. package/dist/qti-transform/index.cjs +1 -1
  31. package/dist/qti-transform/index.js +1 -1
  32. package/package.json +19 -18
  33. package/dist/audience-context-444478f4.d.ts +0 -8
  34. package/dist/qti-item-395a9535.d.ts +0 -19
  35. /package/dist/{chunk-NMCIOGD2.js → chunk-343LZK3D.js} +0 -0
  36. /package/dist/{chunk-HOQW4KDA.cjs → chunk-6G76D2MI.cjs} +0 -0
@@ -131,107 +131,6 @@
131
131
  }
132
132
  ]
133
133
  },
134
- {
135
- "kind": "javascript-module",
136
- "path": "src/lib/qti-item/index.ts",
137
- "declarations": [],
138
- "exports": [
139
- {
140
- "kind": "js",
141
- "name": "*",
142
- "declaration": {
143
- "name": "*",
144
- "package": "./qti-item"
145
- }
146
- }
147
- ]
148
- },
149
- {
150
- "kind": "javascript-module",
151
- "path": "src/lib/qti-item/qti-item.ts",
152
- "declarations": [
153
- {
154
- "kind": "class",
155
- "description": "",
156
- "name": "QtiItem",
157
- "members": [],
158
- "attributes": [
159
- {
160
- "name": "item-location",
161
- "type": {
162
- "text": "string"
163
- },
164
- "default": "''",
165
- "fieldName": "itemLocation"
166
- },
167
- {
168
- "name": "xml",
169
- "fieldName": "xml"
170
- }
171
- ],
172
- "superclass": {
173
- "name": "LitElement",
174
- "package": "lit"
175
- },
176
- "tagName": "qti-item",
177
- "customElement": true
178
- }
179
- ],
180
- "exports": [
181
- {
182
- "kind": "js",
183
- "name": "QtiItem",
184
- "declaration": {
185
- "name": "QtiItem",
186
- "module": "src/lib/qti-item/qti-item.ts"
187
- }
188
- },
189
- {
190
- "kind": "custom-element-definition",
191
- "name": "qti-item",
192
- "declaration": {
193
- "name": "QtiItem",
194
- "module": "src/lib/qti-item/qti-item.ts"
195
- }
196
- }
197
- ]
198
- },
199
- {
200
- "kind": "javascript-module",
201
- "path": "src/lib/qti-item-react/index.ts",
202
- "declarations": [],
203
- "exports": [
204
- {
205
- "kind": "js",
206
- "name": "*",
207
- "declaration": {
208
- "name": "*",
209
- "package": "./qti-item.react"
210
- }
211
- }
212
- ]
213
- },
214
- {
215
- "kind": "javascript-module",
216
- "path": "src/lib/qti-item-react/qti-item.react.ts",
217
- "declarations": [
218
- {
219
- "kind": "variable",
220
- "name": "QtiItem",
221
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n 'qti-outcome-changed': 'qti-outcome-changed', // as EventName<Event>\n 'qti-interaction-changed': 'qti-interaction-changed',\n 'qti-item-connected': 'qti-item-connected'\n }\n})"
222
- }
223
- ],
224
- "exports": [
225
- {
226
- "kind": "js",
227
- "name": "QtiItem",
228
- "declaration": {
229
- "name": "QtiItem",
230
- "module": "src/lib/qti-item-react/qti-item.react.ts"
231
- }
232
- }
233
- ]
234
- },
235
134
  {
236
135
  "kind": "javascript-module",
237
136
  "path": "src/lib/qti-components/index.ts",
@@ -615,6 +514,107 @@
615
514
  }
616
515
  ]
617
516
  },
517
+ {
518
+ "kind": "javascript-module",
519
+ "path": "src/lib/qti-item-react/index.ts",
520
+ "declarations": [],
521
+ "exports": [
522
+ {
523
+ "kind": "js",
524
+ "name": "*",
525
+ "declaration": {
526
+ "name": "*",
527
+ "package": "./qti-item.react"
528
+ }
529
+ }
530
+ ]
531
+ },
532
+ {
533
+ "kind": "javascript-module",
534
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
535
+ "declarations": [
536
+ {
537
+ "kind": "variable",
538
+ "name": "QtiItem",
539
+ "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n 'qti-outcome-changed': 'qti-outcome-changed', // as EventName<Event>\n 'qti-interaction-changed': 'qti-interaction-changed',\n 'qti-item-connected': 'qti-item-connected'\n }\n})"
540
+ }
541
+ ],
542
+ "exports": [
543
+ {
544
+ "kind": "js",
545
+ "name": "QtiItem",
546
+ "declaration": {
547
+ "name": "QtiItem",
548
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
549
+ }
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "kind": "javascript-module",
555
+ "path": "src/lib/qti-item/index.ts",
556
+ "declarations": [],
557
+ "exports": [
558
+ {
559
+ "kind": "js",
560
+ "name": "*",
561
+ "declaration": {
562
+ "name": "*",
563
+ "package": "./qti-item"
564
+ }
565
+ }
566
+ ]
567
+ },
568
+ {
569
+ "kind": "javascript-module",
570
+ "path": "src/lib/qti-item/qti-item.ts",
571
+ "declarations": [
572
+ {
573
+ "kind": "class",
574
+ "description": "",
575
+ "name": "QtiItem",
576
+ "members": [],
577
+ "attributes": [
578
+ {
579
+ "name": "item-location",
580
+ "type": {
581
+ "text": "string"
582
+ },
583
+ "default": "''",
584
+ "fieldName": "itemLocation"
585
+ },
586
+ {
587
+ "name": "xml",
588
+ "fieldName": "xml"
589
+ }
590
+ ],
591
+ "superclass": {
592
+ "name": "LitElement",
593
+ "package": "lit"
594
+ },
595
+ "tagName": "qti-item",
596
+ "customElement": true
597
+ }
598
+ ],
599
+ "exports": [
600
+ {
601
+ "kind": "js",
602
+ "name": "QtiItem",
603
+ "declaration": {
604
+ "name": "QtiItem",
605
+ "module": "src/lib/qti-item/qti-item.ts"
606
+ }
607
+ },
608
+ {
609
+ "kind": "custom-element-definition",
610
+ "name": "qti-item",
611
+ "declaration": {
612
+ "name": "QtiItem",
613
+ "module": "src/lib/qti-item/qti-item.ts"
614
+ }
615
+ }
616
+ ]
617
+ },
618
618
  {
619
619
  "kind": "javascript-module",
620
620
  "path": "src/lib/qti-transform/index.ts",
@@ -854,53 +854,6 @@
854
854
  }
855
855
  ]
856
856
  },
857
- {
858
- "kind": "javascript-module",
859
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
860
- "declarations": [
861
- {
862
- "kind": "class",
863
- "description": "",
864
- "name": "QtiItemBody",
865
- "slots": [
866
- {
867
- "description": "item body content.",
868
- "name": ""
869
- },
870
- {
871
- "description": "the qti rubric block is placed above the item",
872
- "name": "qti-rubric-block"
873
- }
874
- ],
875
- "members": [],
876
- "superclass": {
877
- "name": "LitElement",
878
- "package": "lit"
879
- },
880
- "summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
881
- "tagName": "qti-item-body",
882
- "customElement": true
883
- }
884
- ],
885
- "exports": [
886
- {
887
- "kind": "js",
888
- "name": "default",
889
- "declaration": {
890
- "name": "QtiItemBody",
891
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
892
- }
893
- },
894
- {
895
- "kind": "custom-element-definition",
896
- "name": "qti-item-body",
897
- "declaration": {
898
- "name": "QtiItemBody",
899
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
900
- }
901
- }
902
- ]
903
- },
904
857
  {
905
858
  "kind": "javascript-module",
906
859
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1566,16 +1519,63 @@
1566
1519
  },
1567
1520
  {
1568
1521
  "kind": "javascript-module",
1569
- "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
1522
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1570
1523
  "declarations": [
1571
1524
  {
1572
1525
  "kind": "class",
1573
1526
  "description": "",
1574
- "name": "QtiPrompt",
1575
- "members": [],
1576
- "superclass": {
1577
- "name": "LitElement",
1578
- "package": "lit"
1527
+ "name": "QtiItemBody",
1528
+ "slots": [
1529
+ {
1530
+ "description": "item body content.",
1531
+ "name": ""
1532
+ },
1533
+ {
1534
+ "description": "the qti rubric block is placed above the item",
1535
+ "name": "qti-rubric-block"
1536
+ }
1537
+ ],
1538
+ "members": [],
1539
+ "superclass": {
1540
+ "name": "LitElement",
1541
+ "package": "lit"
1542
+ },
1543
+ "summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
1544
+ "tagName": "qti-item-body",
1545
+ "customElement": true
1546
+ }
1547
+ ],
1548
+ "exports": [
1549
+ {
1550
+ "kind": "js",
1551
+ "name": "default",
1552
+ "declaration": {
1553
+ "name": "QtiItemBody",
1554
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1555
+ }
1556
+ },
1557
+ {
1558
+ "kind": "custom-element-definition",
1559
+ "name": "qti-item-body",
1560
+ "declaration": {
1561
+ "name": "QtiItemBody",
1562
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1563
+ }
1564
+ }
1565
+ ]
1566
+ },
1567
+ {
1568
+ "kind": "javascript-module",
1569
+ "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
1570
+ "declarations": [
1571
+ {
1572
+ "kind": "class",
1573
+ "description": "",
1574
+ "name": "QtiPrompt",
1575
+ "members": [],
1576
+ "superclass": {
1577
+ "name": "LitElement",
1578
+ "package": "lit"
1579
1579
  },
1580
1580
  "tagName": "qti-prompt",
1581
1581
  "customElement": true
@@ -3465,19 +3465,36 @@
3465
3465
  },
3466
3466
  {
3467
3467
  "kind": "javascript-module",
3468
- "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-match-interaction/qti-match-interaction.ts",
3469
3469
  "declarations": [
3470
3470
  {
3471
3471
  "kind": "class",
3472
3472
  "description": "",
3473
- "name": "QtiInlineChoiceInteraction",
3473
+ "name": "QtiMatchInteraction",
3474
3474
  "members": [],
3475
- "attributes": [
3475
+ "events": [
3476
3476
  {
3477
- "name": "",
3478
- "fieldName": "",
3479
- "attribute": ""
3477
+ "name": "qti-interaction-response",
3478
+ "type": {
3479
+ "text": "CustomEvent"
3480
+ },
3481
+ "inheritedFrom": {
3482
+ "name": "DragDropInteractionMixin",
3483
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3484
+ }
3480
3485
  },
3486
+ {
3487
+ "name": "qti-register-interaction",
3488
+ "type": {
3489
+ "text": "CustomEvent"
3490
+ },
3491
+ "inheritedFrom": {
3492
+ "name": "DragDropInteractionMixin",
3493
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3494
+ }
3495
+ }
3496
+ ],
3497
+ "attributes": [
3481
3498
  {
3482
3499
  "name": "response-identifier",
3483
3500
  "type": {
@@ -3486,8 +3503,8 @@
3486
3503
  "default": "''",
3487
3504
  "fieldName": "responseIdentifier",
3488
3505
  "inheritedFrom": {
3489
- "name": "Interaction",
3490
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3506
+ "name": "DragDropInteractionMixin",
3507
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3491
3508
  }
3492
3509
  },
3493
3510
  {
@@ -3496,11 +3513,10 @@
3496
3513
  "text": "boolean"
3497
3514
  },
3498
3515
  "default": "false",
3499
- "description": "disabled should be exposed to the attributes and accessible as property",
3500
3516
  "fieldName": "disabled",
3501
3517
  "inheritedFrom": {
3502
- "name": "Interaction",
3503
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3518
+ "name": "DroppablesMixin",
3519
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3504
3520
  }
3505
3521
  },
3506
3522
  {
@@ -3509,85 +3525,88 @@
3509
3525
  "text": "boolean"
3510
3526
  },
3511
3527
  "default": "false",
3512
- "description": "readonly should be exposed to the attributes and accessible as property",
3513
3528
  "fieldName": "readonly",
3514
3529
  "inheritedFrom": {
3515
- "name": "Interaction",
3516
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3530
+ "name": "DragDropInteractionMixin",
3531
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3517
3532
  }
3518
- }
3519
- ],
3520
- "superclass": {
3521
- "name": "Interaction",
3522
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3523
- },
3524
- "tagName": "qti-inline-choice-interaction",
3525
- "customElement": true,
3526
- "events": [
3533
+ },
3527
3534
  {
3528
- "name": "qti-register-interaction",
3535
+ "name": "min-associations",
3529
3536
  "type": {
3530
- "text": "CustomEvent"
3537
+ "text": "number"
3531
3538
  },
3539
+ "default": "1",
3540
+ "fieldName": "minAssociations",
3532
3541
  "inheritedFrom": {
3533
- "name": "Interaction",
3534
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3542
+ "name": "DragDropInteractionMixin",
3543
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3535
3544
  }
3536
3545
  },
3537
3546
  {
3538
- "name": "qti-interaction-response",
3547
+ "name": "max-associations",
3539
3548
  "type": {
3540
- "text": "CustomEvent"
3549
+ "text": "number"
3541
3550
  },
3551
+ "default": "1",
3552
+ "fieldName": "maxAssociations",
3542
3553
  "inheritedFrom": {
3543
- "name": "Interaction",
3544
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3554
+ "name": "DragDropInteractionMixin",
3555
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3545
3556
  }
3546
3557
  }
3547
- ]
3558
+ ],
3559
+ "mixins": [
3560
+ {
3561
+ "name": "DragDropInteractionMixin",
3562
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3563
+ }
3564
+ ],
3565
+ "superclass": {
3566
+ "name": "LitElement",
3567
+ "package": "lit"
3568
+ },
3569
+ "tagName": "qti-match-interaction",
3570
+ "customElement": true
3548
3571
  }
3549
3572
  ],
3550
3573
  "exports": [
3551
3574
  {
3552
3575
  "kind": "js",
3553
- "name": "QtiInlineChoiceInteraction",
3576
+ "name": "QtiMatchInteraction",
3554
3577
  "declaration": {
3555
- "name": "QtiInlineChoiceInteraction",
3556
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3578
+ "name": "QtiMatchInteraction",
3579
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3557
3580
  }
3558
3581
  },
3559
3582
  {
3560
3583
  "kind": "custom-element-definition",
3561
- "name": "qti-inline-choice-interaction",
3584
+ "name": "qti-match-interaction",
3562
3585
  "declaration": {
3563
- "name": "QtiInlineChoiceInteraction",
3564
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3586
+ "name": "QtiMatchInteraction",
3587
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3565
3588
  }
3566
3589
  }
3567
3590
  ]
3568
3591
  },
3569
3592
  {
3570
3593
  "kind": "javascript-module",
3571
- "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
3594
+ "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
3572
3595
  "declarations": [
3573
3596
  {
3574
3597
  "kind": "class",
3575
3598
  "description": "",
3576
- "name": "QtiMatchInteraction",
3599
+ "name": "QtiInlineChoiceInteraction",
3577
3600
  "members": [],
3578
- "mixins": [
3579
- {
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
3601
  "attributes": [
3602
+ {
3603
+ "name": "data-prompt",
3604
+ "type": {
3605
+ "text": "string"
3606
+ },
3607
+ "default": "'select'",
3608
+ "fieldName": "dataPrompt"
3609
+ },
3591
3610
  {
3592
3611
  "name": "response-identifier",
3593
3612
  "type": {
@@ -3596,8 +3615,8 @@
3596
3615
  "default": "''",
3597
3616
  "fieldName": "responseIdentifier",
3598
3617
  "inheritedFrom": {
3599
- "name": "DragDropInteractionMixin",
3600
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3618
+ "name": "Interaction",
3619
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3601
3620
  }
3602
3621
  },
3603
3622
  {
@@ -3606,10 +3625,11 @@
3606
3625
  "text": "boolean"
3607
3626
  },
3608
3627
  "default": "false",
3628
+ "description": "disabled should be exposed to the attributes and accessible as property",
3609
3629
  "fieldName": "disabled",
3610
3630
  "inheritedFrom": {
3611
- "name": "DroppablesMixin",
3612
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3631
+ "name": "Interaction",
3632
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3613
3633
  }
3614
3634
  },
3615
3635
  {
@@ -3618,37 +3638,20 @@
3618
3638
  "text": "boolean"
3619
3639
  },
3620
3640
  "default": "false",
3641
+ "description": "readonly should be exposed to the attributes and accessible as property",
3621
3642
  "fieldName": "readonly",
3622
3643
  "inheritedFrom": {
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"
3644
+ "name": "Interaction",
3645
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3649
3646
  }
3650
3647
  }
3651
3648
  ],
3649
+ "superclass": {
3650
+ "name": "Interaction",
3651
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3652
+ },
3653
+ "tagName": "qti-inline-choice-interaction",
3654
+ "customElement": true,
3652
3655
  "events": [
3653
3656
  {
3654
3657
  "name": "qti-register-interaction",
@@ -3656,8 +3659,8 @@
3656
3659
  "text": "CustomEvent"
3657
3660
  },
3658
3661
  "inheritedFrom": {
3659
- "name": "DragDropInteractionMixin",
3660
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3662
+ "name": "Interaction",
3663
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3661
3664
  }
3662
3665
  },
3663
3666
  {
@@ -3666,8 +3669,8 @@
3666
3669
  "text": "CustomEvent"
3667
3670
  },
3668
3671
  "inheritedFrom": {
3669
- "name": "DragDropInteractionMixin",
3670
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3672
+ "name": "Interaction",
3673
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3671
3674
  }
3672
3675
  }
3673
3676
  ]
@@ -3676,18 +3679,18 @@
3676
3679
  "exports": [
3677
3680
  {
3678
3681
  "kind": "js",
3679
- "name": "QtiMatchInteraction",
3682
+ "name": "QtiInlineChoiceInteraction",
3680
3683
  "declaration": {
3681
- "name": "QtiMatchInteraction",
3682
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3684
+ "name": "QtiInlineChoiceInteraction",
3685
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3683
3686
  }
3684
3687
  },
3685
3688
  {
3686
3689
  "kind": "custom-element-definition",
3687
- "name": "qti-match-interaction",
3690
+ "name": "qti-inline-choice-interaction",
3688
3691
  "declaration": {
3689
- "name": "QtiMatchInteraction",
3690
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3692
+ "name": "QtiInlineChoiceInteraction",
3693
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3691
3694
  }
3692
3695
  }
3693
3696
  ]
@@ -4513,95 +4516,9 @@
4513
4516
  },
4514
4517
  {
4515
4518
  "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
- },
4559
- {
4560
- "kind": "javascript-module",
4561
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4562
- "declarations": [
4563
- {
4564
- "kind": "class",
4565
- "description": "",
4566
- "name": "QtiResponseProcessing",
4567
- "members": [],
4568
- "attributes": [
4569
- {
4570
- "name": "identifier"
4571
- }
4572
- ],
4573
- "superclass": {
4574
- "name": "LitElement",
4575
- "package": "lit"
4576
- },
4577
- "tagName": "qti-response-processing",
4578
- "customElement": true
4579
- }
4580
- ],
4581
- "exports": [
4582
- {
4583
- "kind": "js",
4584
- "name": "default",
4585
- "declaration": {
4586
- "name": "QtiResponseProcessing",
4587
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4588
- }
4589
- },
4590
- {
4591
- "kind": "custom-element-definition",
4592
- "name": "qti-response-processing",
4593
- "declaration": {
4594
- "name": "QtiResponseProcessing",
4595
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4596
- }
4597
- }
4598
- ]
4599
- },
4600
- {
4601
- "kind": "javascript-module",
4602
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
4603
- "declarations": [],
4604
- "exports": [
4519
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
4520
+ "declarations": [],
4521
+ "exports": [
4605
4522
  {
4606
4523
  "kind": "js",
4607
4524
  "name": "*",
@@ -4849,6 +4766,92 @@
4849
4766
  }
4850
4767
  ]
4851
4768
  },
4769
+ {
4770
+ "kind": "javascript-module",
4771
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4772
+ "declarations": [
4773
+ {
4774
+ "kind": "class",
4775
+ "description": "",
4776
+ "name": "QtiResponseElse",
4777
+ "members": [],
4778
+ "attributes": [
4779
+ {
4780
+ "name": "debugCalculateResult",
4781
+ "type": {
4782
+ "text": "object"
4783
+ },
4784
+ "fieldName": "debugCalculateResult"
4785
+ }
4786
+ ],
4787
+ "superclass": {
4788
+ "name": "LitElement",
4789
+ "package": "lit"
4790
+ },
4791
+ "tagName": "qti-response-else",
4792
+ "customElement": true
4793
+ }
4794
+ ],
4795
+ "exports": [
4796
+ {
4797
+ "kind": "js",
4798
+ "name": "QtiResponseElse",
4799
+ "declaration": {
4800
+ "name": "QtiResponseElse",
4801
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4802
+ }
4803
+ },
4804
+ {
4805
+ "kind": "custom-element-definition",
4806
+ "name": "qti-response-else",
4807
+ "declaration": {
4808
+ "name": "QtiResponseElse",
4809
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4810
+ }
4811
+ }
4812
+ ]
4813
+ },
4814
+ {
4815
+ "kind": "javascript-module",
4816
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4817
+ "declarations": [
4818
+ {
4819
+ "kind": "class",
4820
+ "description": "",
4821
+ "name": "QtiResponseProcessing",
4822
+ "members": [],
4823
+ "attributes": [
4824
+ {
4825
+ "name": "identifier"
4826
+ }
4827
+ ],
4828
+ "superclass": {
4829
+ "name": "LitElement",
4830
+ "package": "lit"
4831
+ },
4832
+ "tagName": "qti-response-processing",
4833
+ "customElement": true
4834
+ }
4835
+ ],
4836
+ "exports": [
4837
+ {
4838
+ "kind": "js",
4839
+ "name": "default",
4840
+ "declaration": {
4841
+ "name": "QtiResponseProcessing",
4842
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4843
+ }
4844
+ },
4845
+ {
4846
+ "kind": "custom-element-definition",
4847
+ "name": "qti-response-processing",
4848
+ "declaration": {
4849
+ "name": "QtiResponseProcessing",
4850
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4851
+ }
4852
+ }
4853
+ ]
4854
+ },
4852
4855
  {
4853
4856
  "kind": "javascript-module",
4854
4857
  "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
@@ -5794,49 +5797,36 @@
5794
5797
  },
5795
5798
  {
5796
5799
  "kind": "javascript-module",
5797
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
5800
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
5798
5801
  "declarations": [
5799
5802
  {
5800
5803
  "kind": "class",
5801
5804
  "description": "",
5802
- "name": "QtiResponseIf",
5805
+ "name": "QtiAnd",
5803
5806
  "members": [],
5804
5807
  "superclass": {
5805
- "name": "QtiResponseElse",
5806
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
5808
+ "name": "QtiConditionExpression",
5809
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5807
5810
  },
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
- ]
5811
+ "tagName": "qti-and",
5812
+ "customElement": true
5823
5813
  }
5824
5814
  ],
5825
5815
  "exports": [
5826
5816
  {
5827
5817
  "kind": "js",
5828
- "name": "QtiResponseIf",
5818
+ "name": "QtiAnd",
5829
5819
  "declaration": {
5830
- "name": "QtiResponseIf",
5831
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5820
+ "name": "QtiAnd",
5821
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5832
5822
  }
5833
5823
  },
5834
5824
  {
5835
5825
  "kind": "custom-element-definition",
5836
- "name": "qti-response-if",
5826
+ "name": "qti-and",
5837
5827
  "declaration": {
5838
- "name": "QtiResponseIf",
5839
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5828
+ "name": "QtiAnd",
5829
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5840
5830
  }
5841
5831
  }
5842
5832
  ]
@@ -5889,36 +5879,36 @@
5889
5879
  },
5890
5880
  {
5891
5881
  "kind": "javascript-module",
5892
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
5882
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
5893
5883
  "declarations": [
5894
5884
  {
5895
5885
  "kind": "class",
5896
5886
  "description": "",
5897
- "name": "QtiAnd",
5887
+ "name": "QtiCorrect",
5898
5888
  "members": [],
5899
5889
  "superclass": {
5900
- "name": "QtiConditionExpression",
5901
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5890
+ "name": "QtiExpression",
5891
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5902
5892
  },
5903
- "tagName": "qti-and",
5893
+ "tagName": "qti-correct",
5904
5894
  "customElement": true
5905
5895
  }
5906
5896
  ],
5907
5897
  "exports": [
5908
5898
  {
5909
5899
  "kind": "js",
5910
- "name": "QtiAnd",
5900
+ "name": "QtiCorrect",
5911
5901
  "declaration": {
5912
- "name": "QtiAnd",
5913
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5902
+ "name": "QtiCorrect",
5903
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
5914
5904
  }
5915
5905
  },
5916
5906
  {
5917
5907
  "kind": "custom-element-definition",
5918
- "name": "qti-and",
5908
+ "name": "qti-correct",
5919
5909
  "declaration": {
5920
- "name": "QtiAnd",
5921
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5910
+ "name": "QtiCorrect",
5911
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
5922
5912
  }
5923
5913
  }
5924
5914
  ]
@@ -5959,42 +5949,6 @@
5959
5949
  }
5960
5950
  ]
5961
5951
  },
5962
- {
5963
- "kind": "javascript-module",
5964
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
5965
- "declarations": [
5966
- {
5967
- "kind": "class",
5968
- "description": "",
5969
- "name": "QtiCorrect",
5970
- "members": [],
5971
- "superclass": {
5972
- "name": "QtiExpression",
5973
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5974
- },
5975
- "tagName": "qti-correct",
5976
- "customElement": true
5977
- }
5978
- ],
5979
- "exports": [
5980
- {
5981
- "kind": "js",
5982
- "name": "QtiCorrect",
5983
- "declaration": {
5984
- "name": "QtiCorrect",
5985
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
5986
- }
5987
- },
5988
- {
5989
- "kind": "custom-element-definition",
5990
- "name": "qti-correct",
5991
- "declaration": {
5992
- "name": "QtiCorrect",
5993
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
5994
- }
5995
- }
5996
- ]
5997
- },
5998
5952
  {
5999
5953
  "kind": "javascript-module",
6000
5954
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
@@ -6269,105 +6223,105 @@
6269
6223
  },
6270
6224
  {
6271
6225
  "kind": "javascript-module",
6272
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts",
6226
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
6273
6227
  "declarations": [
6274
6228
  {
6275
6229
  "kind": "class",
6276
6230
  "description": "",
6277
- "name": "QtiMapping",
6231
+ "name": "QtiMapResponse",
6278
6232
  "members": [],
6279
6233
  "attributes": [
6280
6234
  {
6281
- "name": "default-value",
6282
- "type": {
6283
- "text": "number"
6284
- },
6285
- "default": "0",
6286
- "fieldName": "defaultValue"
6287
- },
6288
- {
6289
- "name": "lower-bound",
6290
- "type": {
6291
- "text": "number"
6292
- },
6293
- "fieldName": "lowerBound"
6294
- },
6295
- {
6296
- "name": "upper-bound",
6235
+ "name": "identifier",
6297
6236
  "type": {
6298
- "text": "number"
6237
+ "text": "string"
6299
6238
  },
6300
- "fieldName": "upperBound"
6239
+ "fieldName": "identifier"
6301
6240
  }
6302
6241
  ],
6303
6242
  "superclass": {
6304
- "name": "LitElement",
6305
- "package": "lit"
6243
+ "name": "QtiExpression",
6244
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6306
6245
  },
6307
- "tagName": "qti-mapping",
6246
+ "tagName": "qti-map-response",
6308
6247
  "customElement": true
6309
6248
  }
6310
6249
  ],
6311
6250
  "exports": [
6312
6251
  {
6313
6252
  "kind": "js",
6314
- "name": "QtiMapping",
6253
+ "name": "QtiMapResponse",
6315
6254
  "declaration": {
6316
- "name": "QtiMapping",
6317
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts"
6255
+ "name": "QtiMapResponse",
6256
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6318
6257
  }
6319
6258
  },
6320
6259
  {
6321
6260
  "kind": "custom-element-definition",
6322
- "name": "qti-mapping",
6261
+ "name": "qti-map-response",
6323
6262
  "declaration": {
6324
- "name": "QtiMapping",
6325
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts"
6263
+ "name": "QtiMapResponse",
6264
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6326
6265
  }
6327
6266
  }
6328
6267
  ]
6329
6268
  },
6330
6269
  {
6331
6270
  "kind": "javascript-module",
6332
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
6271
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts",
6333
6272
  "declarations": [
6334
6273
  {
6335
6274
  "kind": "class",
6336
6275
  "description": "",
6337
- "name": "QtiMapResponse",
6276
+ "name": "QtiMapping",
6338
6277
  "members": [],
6339
6278
  "attributes": [
6340
6279
  {
6341
- "name": "identifier",
6280
+ "name": "default-value",
6342
6281
  "type": {
6343
- "text": "string"
6282
+ "text": "number"
6344
6283
  },
6345
- "fieldName": "identifier"
6284
+ "default": "0",
6285
+ "fieldName": "defaultValue"
6286
+ },
6287
+ {
6288
+ "name": "lower-bound",
6289
+ "type": {
6290
+ "text": "number"
6291
+ },
6292
+ "fieldName": "lowerBound"
6293
+ },
6294
+ {
6295
+ "name": "upper-bound",
6296
+ "type": {
6297
+ "text": "number"
6298
+ },
6299
+ "fieldName": "upperBound"
6346
6300
  }
6347
6301
  ],
6348
6302
  "superclass": {
6349
- "name": "QtiExpression",
6350
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6303
+ "name": "LitElement",
6304
+ "package": "lit"
6351
6305
  },
6352
- "tagName": "qti-map-response",
6306
+ "tagName": "qti-mapping",
6353
6307
  "customElement": true
6354
6308
  }
6355
6309
  ],
6356
6310
  "exports": [
6357
6311
  {
6358
6312
  "kind": "js",
6359
- "name": "QtiMapResponse",
6313
+ "name": "QtiMapping",
6360
6314
  "declaration": {
6361
- "name": "QtiMapResponse",
6362
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6315
+ "name": "QtiMapping",
6316
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts"
6363
6317
  }
6364
6318
  },
6365
6319
  {
6366
6320
  "kind": "custom-element-definition",
6367
- "name": "qti-map-response",
6321
+ "name": "qti-mapping",
6368
6322
  "declaration": {
6369
- "name": "QtiMapResponse",
6370
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6323
+ "name": "QtiMapping",
6324
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts"
6371
6325
  }
6372
6326
  }
6373
6327
  ]
@@ -6518,72 +6472,72 @@
6518
6472
  },
6519
6473
  {
6520
6474
  "kind": "javascript-module",
6521
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts",
6475
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
6522
6476
  "declarations": [
6523
6477
  {
6524
6478
  "kind": "class",
6525
6479
  "description": "",
6526
- "name": "QtiOrdered",
6480
+ "name": "QtiOr",
6527
6481
  "members": [],
6528
6482
  "superclass": {
6529
- "name": "QtiExpression",
6530
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6483
+ "name": "QtiConditionExpression",
6484
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6531
6485
  },
6532
- "tagName": "qti-ordered",
6486
+ "tagName": "qti-or",
6533
6487
  "customElement": true
6534
6488
  }
6535
6489
  ],
6536
6490
  "exports": [
6537
6491
  {
6538
6492
  "kind": "js",
6539
- "name": "QtiOrdered",
6493
+ "name": "QtiOr",
6540
6494
  "declaration": {
6541
- "name": "QtiOrdered",
6542
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
6495
+ "name": "QtiOr",
6496
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6543
6497
  }
6544
6498
  },
6545
6499
  {
6546
6500
  "kind": "custom-element-definition",
6547
- "name": "qti-ordered",
6501
+ "name": "qti-or",
6548
6502
  "declaration": {
6549
- "name": "QtiOrdered",
6550
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
6503
+ "name": "QtiOr",
6504
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6551
6505
  }
6552
6506
  }
6553
6507
  ]
6554
6508
  },
6555
6509
  {
6556
6510
  "kind": "javascript-module",
6557
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
6511
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts",
6558
6512
  "declarations": [
6559
6513
  {
6560
6514
  "kind": "class",
6561
6515
  "description": "",
6562
- "name": "QtiOr",
6516
+ "name": "QtiOrdered",
6563
6517
  "members": [],
6564
6518
  "superclass": {
6565
- "name": "QtiConditionExpression",
6566
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6519
+ "name": "QtiExpression",
6520
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6567
6521
  },
6568
- "tagName": "qti-or",
6522
+ "tagName": "qti-ordered",
6569
6523
  "customElement": true
6570
6524
  }
6571
6525
  ],
6572
6526
  "exports": [
6573
6527
  {
6574
6528
  "kind": "js",
6575
- "name": "QtiOr",
6529
+ "name": "QtiOrdered",
6576
6530
  "declaration": {
6577
- "name": "QtiOr",
6578
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6531
+ "name": "QtiOrdered",
6532
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
6579
6533
  }
6580
6534
  },
6581
6535
  {
6582
6536
  "kind": "custom-element-definition",
6583
- "name": "qti-or",
6537
+ "name": "qti-ordered",
6584
6538
  "declaration": {
6585
- "name": "QtiOr",
6586
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6539
+ "name": "QtiOrdered",
6540
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
6587
6541
  }
6588
6542
  }
6589
6543
  ]
@@ -6707,36 +6661,49 @@
6707
6661
  },
6708
6662
  {
6709
6663
  "kind": "javascript-module",
6710
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
6664
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6711
6665
  "declarations": [
6712
6666
  {
6713
6667
  "kind": "class",
6714
6668
  "description": "",
6715
- "name": "QtiResponseCondition",
6669
+ "name": "QtiResponseIf",
6716
6670
  "members": [],
6717
6671
  "superclass": {
6718
- "name": "QtiRule",
6719
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6672
+ "name": "QtiResponseElse",
6673
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6720
6674
  },
6721
- "tagName": "qti-response-condition",
6722
- "customElement": true
6675
+ "tagName": "qti-response-if",
6676
+ "customElement": true,
6677
+ "attributes": [
6678
+ {
6679
+ "name": "debugCalculateResult",
6680
+ "type": {
6681
+ "text": "object"
6682
+ },
6683
+ "fieldName": "debugCalculateResult",
6684
+ "inheritedFrom": {
6685
+ "name": "QtiResponseElse",
6686
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
6687
+ }
6688
+ }
6689
+ ]
6723
6690
  }
6724
6691
  ],
6725
6692
  "exports": [
6726
6693
  {
6727
6694
  "kind": "js",
6728
- "name": "QtiResponseCondition",
6695
+ "name": "QtiResponseIf",
6729
6696
  "declaration": {
6730
- "name": "QtiResponseCondition",
6731
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6697
+ "name": "QtiResponseIf",
6698
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6732
6699
  }
6733
6700
  },
6734
6701
  {
6735
6702
  "kind": "custom-element-definition",
6736
- "name": "qti-response-condition",
6703
+ "name": "qti-response-if",
6737
6704
  "declaration": {
6738
- "name": "QtiResponseCondition",
6739
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6705
+ "name": "QtiResponseIf",
6706
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6740
6707
  }
6741
6708
  }
6742
6709
  ]
@@ -6777,6 +6744,42 @@
6777
6744
  }
6778
6745
  ]
6779
6746
  },
6747
+ {
6748
+ "kind": "javascript-module",
6749
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
6750
+ "declarations": [
6751
+ {
6752
+ "kind": "class",
6753
+ "description": "",
6754
+ "name": "QtiResponseCondition",
6755
+ "members": [],
6756
+ "superclass": {
6757
+ "name": "QtiRule",
6758
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6759
+ },
6760
+ "tagName": "qti-response-condition",
6761
+ "customElement": true
6762
+ }
6763
+ ],
6764
+ "exports": [
6765
+ {
6766
+ "kind": "js",
6767
+ "name": "QtiResponseCondition",
6768
+ "declaration": {
6769
+ "name": "QtiResponseCondition",
6770
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6771
+ }
6772
+ },
6773
+ {
6774
+ "kind": "custom-element-definition",
6775
+ "name": "qti-response-condition",
6776
+ "declaration": {
6777
+ "name": "QtiResponseCondition",
6778
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6779
+ }
6780
+ }
6781
+ ]
6782
+ },
6780
6783
  {
6781
6784
  "kind": "javascript-module",
6782
6785
  "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif.ts",