@citolab/qti-components 6.0.28 → 6.0.30

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-5U4R2HMK.cjs → chunk-3S2ODAEN.cjs} +4 -10
  2. package/dist/{chunk-2K77UHFA.js → chunk-KT5PFIUE.js} +3 -9
  3. package/dist/{chunk-C4C24R3I.cjs → chunk-M4CYU6DC.cjs} +1 -1
  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 +425 -425
  10. package/dist/decorators/index.cjs +1 -1
  11. package/dist/decorators/index.js +1 -1
  12. package/dist/index.cjs +92 -109
  13. package/dist/index.css +1 -7
  14. package/dist/index.d.cts +4 -4
  15. package/dist/index.d.ts +4 -4
  16. package/dist/index.js +93 -110
  17. package/dist/qti-components/index.cjs +63 -74
  18. package/dist/qti-components/index.d.cts +7 -7
  19. package/dist/qti-components/index.d.ts +7 -7
  20. package/dist/qti-components/index.js +78 -89
  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,6 +131,42 @@
131
131
  }
132
132
  ]
133
133
  },
134
+ {
135
+ "kind": "javascript-module",
136
+ "path": "src/lib/qti-item-react/index.ts",
137
+ "declarations": [],
138
+ "exports": [
139
+ {
140
+ "kind": "js",
141
+ "name": "*",
142
+ "declaration": {
143
+ "name": "*",
144
+ "package": "./qti-item.react"
145
+ }
146
+ }
147
+ ]
148
+ },
149
+ {
150
+ "kind": "javascript-module",
151
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
152
+ "declarations": [
153
+ {
154
+ "kind": "variable",
155
+ "name": "QtiItem",
156
+ "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n 'qti-outcome-changed': 'qti-outcome-changed', // as EventName<Event>\n 'qti-interaction-changed': 'qti-interaction-changed',\n 'qti-item-connected': 'qti-item-connected'\n }\n})"
157
+ }
158
+ ],
159
+ "exports": [
160
+ {
161
+ "kind": "js",
162
+ "name": "QtiItem",
163
+ "declaration": {
164
+ "name": "QtiItem",
165
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
166
+ }
167
+ }
168
+ ]
169
+ },
134
170
  {
135
171
  "kind": "javascript-module",
136
172
  "path": "src/lib/qti-components/index.ts",
@@ -516,7 +552,7 @@
516
552
  },
517
553
  {
518
554
  "kind": "javascript-module",
519
- "path": "src/lib/qti-item-react/index.ts",
555
+ "path": "src/lib/qti-transform/index.ts",
520
556
  "declarations": [],
521
557
  "exports": [
522
558
  {
@@ -524,28 +560,35 @@
524
560
  "name": "*",
525
561
  "declaration": {
526
562
  "name": "*",
527
- "package": "./qti-item.react"
563
+ "package": "./qti-transform"
528
564
  }
529
565
  }
530
566
  ]
531
567
  },
532
568
  {
533
569
  "kind": "javascript-module",
534
- "path": "src/lib/qti-item-react/qti-item.react.ts",
570
+ "path": "src/lib/qti-transform/qti-transform.ts",
535
571
  "declarations": [
536
572
  {
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})"
573
+ "kind": "function",
574
+ "name": "qtiTransform",
575
+ "parameters": [
576
+ {
577
+ "name": "xmlValue",
578
+ "type": {
579
+ "text": "string"
580
+ }
581
+ }
582
+ ]
540
583
  }
541
584
  ],
542
585
  "exports": [
543
586
  {
544
587
  "kind": "js",
545
- "name": "QtiItem",
588
+ "name": "qtiTransform",
546
589
  "declaration": {
547
- "name": "QtiItem",
548
- "module": "src/lib/qti-item-react/qti-item.react.ts"
590
+ "name": "qtiTransform",
591
+ "module": "src/lib/qti-transform/qti-transform.ts"
549
592
  }
550
593
  }
551
594
  ]
@@ -615,49 +658,6 @@
615
658
  }
616
659
  ]
617
660
  },
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,53 +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
- "tagName": "qti-item-body",
1545
- "customElement": true
1546
- }
1547
- ],
1548
- "exports": [
1549
- {
1550
- "kind": "js",
1551
- "name": "default",
1552
- "declaration": {
1553
- "name": "QtiItemBody",
1554
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1555
- }
1556
- },
1557
- {
1558
- "kind": "custom-element-definition",
1559
- "name": "qti-item-body",
1560
- "declaration": {
1561
- "name": "QtiItemBody",
1562
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1563
- }
1564
- }
1565
- ]
1566
- },
1567
1567
  {
1568
1568
  "kind": "javascript-module",
1569
1569
  "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
@@ -2743,24 +2743,18 @@
2743
2743
  },
2744
2744
  {
2745
2745
  "kind": "javascript-module",
2746
- "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
2746
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
2747
2747
  "declarations": [
2748
2748
  {
2749
2749
  "kind": "class",
2750
2750
  "description": "",
2751
- "name": "QtiGapMatchInteraction",
2751
+ "name": "QtiGraphicAssociateInteraction",
2752
2752
  "members": [],
2753
- "mixins": [
2754
- {
2755
- "name": "DragDropInteractionMixin",
2756
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2757
- }
2758
- ],
2759
2753
  "superclass": {
2760
- "name": "LitElement",
2761
- "package": "lit"
2754
+ "name": "Interaction",
2755
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2762
2756
  },
2763
- "tagName": "qti-gap-match-interaction",
2757
+ "tagName": "qti-graphic-associate-interaction",
2764
2758
  "customElement": true,
2765
2759
  "attributes": [
2766
2760
  {
@@ -2771,8 +2765,8 @@
2771
2765
  "default": "''",
2772
2766
  "fieldName": "responseIdentifier",
2773
2767
  "inheritedFrom": {
2774
- "name": "DragDropInteractionMixin",
2775
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2768
+ "name": "Interaction",
2769
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2776
2770
  }
2777
2771
  },
2778
2772
  {
@@ -2781,10 +2775,11 @@
2781
2775
  "text": "boolean"
2782
2776
  },
2783
2777
  "default": "false",
2778
+ "description": "disabled should be exposed to the attributes and accessible as property",
2784
2779
  "fieldName": "disabled",
2785
2780
  "inheritedFrom": {
2786
- "name": "DroppablesMixin",
2787
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2781
+ "name": "Interaction",
2782
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2788
2783
  }
2789
2784
  },
2790
2785
  {
@@ -2793,34 +2788,11 @@
2793
2788
  "text": "boolean"
2794
2789
  },
2795
2790
  "default": "false",
2791
+ "description": "readonly should be exposed to the attributes and accessible as property",
2796
2792
  "fieldName": "readonly",
2797
2793
  "inheritedFrom": {
2798
- "name": "DragDropInteractionMixin",
2799
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2800
- }
2801
- },
2802
- {
2803
- "name": "min-associations",
2804
- "type": {
2805
- "text": "number"
2806
- },
2807
- "default": "1",
2808
- "fieldName": "minAssociations",
2809
- "inheritedFrom": {
2810
- "name": "DragDropInteractionMixin",
2811
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2812
- }
2813
- },
2814
- {
2815
- "name": "max-associations",
2816
- "type": {
2817
- "text": "number"
2818
- },
2819
- "default": "1",
2820
- "fieldName": "maxAssociations",
2821
- "inheritedFrom": {
2822
- "name": "DragDropInteractionMixin",
2823
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2794
+ "name": "Interaction",
2795
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2824
2796
  }
2825
2797
  }
2826
2798
  ],
@@ -2831,8 +2803,8 @@
2831
2803
  "text": "CustomEvent"
2832
2804
  },
2833
2805
  "inheritedFrom": {
2834
- "name": "DragDropInteractionMixin",
2835
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2806
+ "name": "Interaction",
2807
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2836
2808
  }
2837
2809
  },
2838
2810
  {
@@ -2841,8 +2813,8 @@
2841
2813
  "text": "CustomEvent"
2842
2814
  },
2843
2815
  "inheritedFrom": {
2844
- "name": "DragDropInteractionMixin",
2845
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2816
+ "name": "Interaction",
2817
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2846
2818
  }
2847
2819
  }
2848
2820
  ]
@@ -2851,36 +2823,42 @@
2851
2823
  "exports": [
2852
2824
  {
2853
2825
  "kind": "js",
2854
- "name": "QtiGapMatchInteraction",
2826
+ "name": "QtiGraphicAssociateInteraction",
2855
2827
  "declaration": {
2856
- "name": "QtiGapMatchInteraction",
2857
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2828
+ "name": "QtiGraphicAssociateInteraction",
2829
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2858
2830
  }
2859
2831
  },
2860
2832
  {
2861
2833
  "kind": "custom-element-definition",
2862
- "name": "qti-gap-match-interaction",
2834
+ "name": "qti-graphic-associate-interaction",
2863
2835
  "declaration": {
2864
- "name": "QtiGapMatchInteraction",
2865
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2836
+ "name": "QtiGraphicAssociateInteraction",
2837
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2866
2838
  }
2867
2839
  }
2868
2840
  ]
2869
2841
  },
2870
2842
  {
2871
2843
  "kind": "javascript-module",
2872
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
2844
+ "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
2873
2845
  "declarations": [
2874
2846
  {
2875
2847
  "kind": "class",
2876
2848
  "description": "",
2877
- "name": "QtiGraphicAssociateInteraction",
2849
+ "name": "QtiGapMatchInteraction",
2878
2850
  "members": [],
2851
+ "mixins": [
2852
+ {
2853
+ "name": "DragDropInteractionMixin",
2854
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2855
+ }
2856
+ ],
2879
2857
  "superclass": {
2880
- "name": "Interaction",
2881
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2858
+ "name": "LitElement",
2859
+ "package": "lit"
2882
2860
  },
2883
- "tagName": "qti-graphic-associate-interaction",
2861
+ "tagName": "qti-gap-match-interaction",
2884
2862
  "customElement": true,
2885
2863
  "attributes": [
2886
2864
  {
@@ -2891,8 +2869,8 @@
2891
2869
  "default": "''",
2892
2870
  "fieldName": "responseIdentifier",
2893
2871
  "inheritedFrom": {
2894
- "name": "Interaction",
2895
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2872
+ "name": "DragDropInteractionMixin",
2873
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2896
2874
  }
2897
2875
  },
2898
2876
  {
@@ -2901,11 +2879,10 @@
2901
2879
  "text": "boolean"
2902
2880
  },
2903
2881
  "default": "false",
2904
- "description": "disabled should be exposed to the attributes and accessible as property",
2905
2882
  "fieldName": "disabled",
2906
2883
  "inheritedFrom": {
2907
- "name": "Interaction",
2908
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2884
+ "name": "DroppablesMixin",
2885
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2909
2886
  }
2910
2887
  },
2911
2888
  {
@@ -2914,11 +2891,34 @@
2914
2891
  "text": "boolean"
2915
2892
  },
2916
2893
  "default": "false",
2917
- "description": "readonly should be exposed to the attributes and accessible as property",
2918
2894
  "fieldName": "readonly",
2919
2895
  "inheritedFrom": {
2920
- "name": "Interaction",
2921
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2896
+ "name": "DragDropInteractionMixin",
2897
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2898
+ }
2899
+ },
2900
+ {
2901
+ "name": "min-associations",
2902
+ "type": {
2903
+ "text": "number"
2904
+ },
2905
+ "default": "1",
2906
+ "fieldName": "minAssociations",
2907
+ "inheritedFrom": {
2908
+ "name": "DragDropInteractionMixin",
2909
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2910
+ }
2911
+ },
2912
+ {
2913
+ "name": "max-associations",
2914
+ "type": {
2915
+ "text": "number"
2916
+ },
2917
+ "default": "1",
2918
+ "fieldName": "maxAssociations",
2919
+ "inheritedFrom": {
2920
+ "name": "DragDropInteractionMixin",
2921
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2922
2922
  }
2923
2923
  }
2924
2924
  ],
@@ -2929,8 +2929,8 @@
2929
2929
  "text": "CustomEvent"
2930
2930
  },
2931
2931
  "inheritedFrom": {
2932
- "name": "Interaction",
2933
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2932
+ "name": "DragDropInteractionMixin",
2933
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2934
2934
  }
2935
2935
  },
2936
2936
  {
@@ -2939,8 +2939,8 @@
2939
2939
  "text": "CustomEvent"
2940
2940
  },
2941
2941
  "inheritedFrom": {
2942
- "name": "Interaction",
2943
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2942
+ "name": "DragDropInteractionMixin",
2943
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2944
2944
  }
2945
2945
  }
2946
2946
  ]
@@ -2949,18 +2949,18 @@
2949
2949
  "exports": [
2950
2950
  {
2951
2951
  "kind": "js",
2952
- "name": "QtiGraphicAssociateInteraction",
2952
+ "name": "QtiGapMatchInteraction",
2953
2953
  "declaration": {
2954
- "name": "QtiGraphicAssociateInteraction",
2955
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2954
+ "name": "QtiGapMatchInteraction",
2955
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2956
2956
  }
2957
2957
  },
2958
2958
  {
2959
2959
  "kind": "custom-element-definition",
2960
- "name": "qti-graphic-associate-interaction",
2960
+ "name": "qti-gap-match-interaction",
2961
2961
  "declaration": {
2962
- "name": "QtiGraphicAssociateInteraction",
2963
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2962
+ "name": "QtiGapMatchInteraction",
2963
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2964
2964
  }
2965
2965
  }
2966
2966
  ]
@@ -3804,140 +3804,6 @@
3804
3804
  "declarations": [],
3805
3805
  "exports": []
3806
3806
  },
3807
- {
3808
- "kind": "javascript-module",
3809
- "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
3810
- "declarations": [
3811
- {
3812
- "kind": "class",
3813
- "description": "",
3814
- "name": "QtiOrderInteraction",
3815
- "members": [],
3816
- "attributes": [
3817
- {
3818
- "name": "orientation",
3819
- "type": {
3820
- "text": "'horizontal' | 'vertical'"
3821
- },
3822
- "description": "orientation of choices",
3823
- "fieldName": "orientation"
3824
- },
3825
- {
3826
- "name": "response-identifier",
3827
- "type": {
3828
- "text": "string"
3829
- },
3830
- "default": "''",
3831
- "fieldName": "responseIdentifier",
3832
- "inheritedFrom": {
3833
- "name": "DragDropInteractionMixin",
3834
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3835
- }
3836
- },
3837
- {
3838
- "name": "disabled",
3839
- "type": {
3840
- "text": "boolean"
3841
- },
3842
- "default": "false",
3843
- "fieldName": "disabled",
3844
- "inheritedFrom": {
3845
- "name": "DroppablesMixin",
3846
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3847
- }
3848
- },
3849
- {
3850
- "name": "readonly",
3851
- "type": {
3852
- "text": "boolean"
3853
- },
3854
- "default": "false",
3855
- "fieldName": "readonly",
3856
- "inheritedFrom": {
3857
- "name": "DragDropInteractionMixin",
3858
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3859
- }
3860
- },
3861
- {
3862
- "name": "min-associations",
3863
- "type": {
3864
- "text": "number"
3865
- },
3866
- "default": "1",
3867
- "fieldName": "minAssociations",
3868
- "inheritedFrom": {
3869
- "name": "DragDropInteractionMixin",
3870
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3871
- }
3872
- },
3873
- {
3874
- "name": "max-associations",
3875
- "type": {
3876
- "text": "number"
3877
- },
3878
- "default": "1",
3879
- "fieldName": "maxAssociations",
3880
- "inheritedFrom": {
3881
- "name": "DragDropInteractionMixin",
3882
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3883
- }
3884
- }
3885
- ],
3886
- "mixins": [
3887
- {
3888
- "name": "DragDropInteractionMixin",
3889
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3890
- }
3891
- ],
3892
- "superclass": {
3893
- "name": "LitElement",
3894
- "package": "lit"
3895
- },
3896
- "tagName": "qti-order-interaction",
3897
- "customElement": true,
3898
- "events": [
3899
- {
3900
- "name": "qti-register-interaction",
3901
- "type": {
3902
- "text": "CustomEvent"
3903
- },
3904
- "inheritedFrom": {
3905
- "name": "DragDropInteractionMixin",
3906
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3907
- }
3908
- },
3909
- {
3910
- "name": "qti-interaction-response",
3911
- "type": {
3912
- "text": "CustomEvent"
3913
- },
3914
- "inheritedFrom": {
3915
- "name": "DragDropInteractionMixin",
3916
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3917
- }
3918
- }
3919
- ]
3920
- }
3921
- ],
3922
- "exports": [
3923
- {
3924
- "kind": "js",
3925
- "name": "QtiOrderInteraction",
3926
- "declaration": {
3927
- "name": "QtiOrderInteraction",
3928
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
3929
- }
3930
- },
3931
- {
3932
- "kind": "custom-element-definition",
3933
- "name": "qti-order-interaction",
3934
- "declaration": {
3935
- "name": "QtiOrderInteraction",
3936
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
3937
- }
3938
- }
3939
- ]
3940
- },
3941
3807
  {
3942
3808
  "kind": "javascript-module",
3943
3809
  "path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
@@ -4060,18 +3926,152 @@
4060
3926
  "exports": [
4061
3927
  {
4062
3928
  "kind": "js",
4063
- "name": "QtiPositionObjectStage",
3929
+ "name": "QtiPositionObjectStage",
3930
+ "declaration": {
3931
+ "name": "QtiPositionObjectStage",
3932
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
3933
+ }
3934
+ },
3935
+ {
3936
+ "kind": "custom-element-definition",
3937
+ "name": "qti-position-object-stage",
3938
+ "declaration": {
3939
+ "name": "QtiPositionObjectStage",
3940
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
3941
+ }
3942
+ }
3943
+ ]
3944
+ },
3945
+ {
3946
+ "kind": "javascript-module",
3947
+ "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
3948
+ "declarations": [
3949
+ {
3950
+ "kind": "class",
3951
+ "description": "",
3952
+ "name": "QtiOrderInteraction",
3953
+ "members": [],
3954
+ "attributes": [
3955
+ {
3956
+ "name": "orientation",
3957
+ "type": {
3958
+ "text": "'horizontal' | 'vertical'"
3959
+ },
3960
+ "description": "orientation of choices",
3961
+ "fieldName": "orientation"
3962
+ },
3963
+ {
3964
+ "name": "response-identifier",
3965
+ "type": {
3966
+ "text": "string"
3967
+ },
3968
+ "default": "''",
3969
+ "fieldName": "responseIdentifier",
3970
+ "inheritedFrom": {
3971
+ "name": "DragDropInteractionMixin",
3972
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3973
+ }
3974
+ },
3975
+ {
3976
+ "name": "disabled",
3977
+ "type": {
3978
+ "text": "boolean"
3979
+ },
3980
+ "default": "false",
3981
+ "fieldName": "disabled",
3982
+ "inheritedFrom": {
3983
+ "name": "DroppablesMixin",
3984
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3985
+ }
3986
+ },
3987
+ {
3988
+ "name": "readonly",
3989
+ "type": {
3990
+ "text": "boolean"
3991
+ },
3992
+ "default": "false",
3993
+ "fieldName": "readonly",
3994
+ "inheritedFrom": {
3995
+ "name": "DragDropInteractionMixin",
3996
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3997
+ }
3998
+ },
3999
+ {
4000
+ "name": "min-associations",
4001
+ "type": {
4002
+ "text": "number"
4003
+ },
4004
+ "default": "1",
4005
+ "fieldName": "minAssociations",
4006
+ "inheritedFrom": {
4007
+ "name": "DragDropInteractionMixin",
4008
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4009
+ }
4010
+ },
4011
+ {
4012
+ "name": "max-associations",
4013
+ "type": {
4014
+ "text": "number"
4015
+ },
4016
+ "default": "1",
4017
+ "fieldName": "maxAssociations",
4018
+ "inheritedFrom": {
4019
+ "name": "DragDropInteractionMixin",
4020
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4021
+ }
4022
+ }
4023
+ ],
4024
+ "mixins": [
4025
+ {
4026
+ "name": "DragDropInteractionMixin",
4027
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4028
+ }
4029
+ ],
4030
+ "superclass": {
4031
+ "name": "LitElement",
4032
+ "package": "lit"
4033
+ },
4034
+ "tagName": "qti-order-interaction",
4035
+ "customElement": true,
4036
+ "events": [
4037
+ {
4038
+ "name": "qti-register-interaction",
4039
+ "type": {
4040
+ "text": "CustomEvent"
4041
+ },
4042
+ "inheritedFrom": {
4043
+ "name": "DragDropInteractionMixin",
4044
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4045
+ }
4046
+ },
4047
+ {
4048
+ "name": "qti-interaction-response",
4049
+ "type": {
4050
+ "text": "CustomEvent"
4051
+ },
4052
+ "inheritedFrom": {
4053
+ "name": "DragDropInteractionMixin",
4054
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4055
+ }
4056
+ }
4057
+ ]
4058
+ }
4059
+ ],
4060
+ "exports": [
4061
+ {
4062
+ "kind": "js",
4063
+ "name": "QtiOrderInteraction",
4064
4064
  "declaration": {
4065
- "name": "QtiPositionObjectStage",
4066
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4065
+ "name": "QtiOrderInteraction",
4066
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4067
4067
  }
4068
4068
  },
4069
4069
  {
4070
4070
  "kind": "custom-element-definition",
4071
- "name": "qti-position-object-stage",
4071
+ "name": "qti-order-interaction",
4072
4072
  "declaration": {
4073
- "name": "QtiPositionObjectStage",
4074
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4073
+ "name": "QtiOrderInteraction",
4074
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4075
4075
  }
4076
4076
  }
4077
4077
  ]
@@ -4514,51 +4514,6 @@
4514
4514
  }
4515
4515
  ]
4516
4516
  },
4517
- {
4518
- "kind": "javascript-module",
4519
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4520
- "declarations": [
4521
- {
4522
- "kind": "class",
4523
- "description": "",
4524
- "name": "QtiResponseElse",
4525
- "members": [],
4526
- "attributes": [
4527
- {
4528
- "name": "debugCalculateResult",
4529
- "type": {
4530
- "text": "object"
4531
- },
4532
- "fieldName": "debugCalculateResult"
4533
- }
4534
- ],
4535
- "superclass": {
4536
- "name": "LitElement",
4537
- "package": "lit"
4538
- },
4539
- "tagName": "qti-response-else",
4540
- "customElement": true
4541
- }
4542
- ],
4543
- "exports": [
4544
- {
4545
- "kind": "js",
4546
- "name": "QtiResponseElse",
4547
- "declaration": {
4548
- "name": "QtiResponseElse",
4549
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4550
- }
4551
- },
4552
- {
4553
- "kind": "custom-element-definition",
4554
- "name": "qti-response-else",
4555
- "declaration": {
4556
- "name": "QtiResponseElse",
4557
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4558
- }
4559
- }
4560
- ]
4561
- },
4562
4517
  {
4563
4518
  "kind": "javascript-module",
4564
4519
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
@@ -4811,6 +4766,51 @@
4811
4766
  }
4812
4767
  ]
4813
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
4814
  {
4815
4815
  "kind": "javascript-module",
4816
4816
  "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
@@ -5047,12 +5047,12 @@
5047
5047
  },
5048
5048
  {
5049
5049
  "kind": "javascript-module",
5050
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
5050
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
5051
5051
  "declarations": [
5052
5052
  {
5053
5053
  "kind": "class",
5054
5054
  "description": "",
5055
- "name": "QtiResponseDeclaration",
5055
+ "name": "QtiOutcomeDeclaration",
5056
5056
  "members": [],
5057
5057
  "events": [
5058
5058
  {
@@ -5089,37 +5089,37 @@
5089
5089
  "name": "QtiVariableDeclaration",
5090
5090
  "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
5091
5091
  },
5092
- "tagName": "qti-response-declaration",
5092
+ "tagName": "qti-outcome-declaration",
5093
5093
  "customElement": true
5094
5094
  }
5095
5095
  ],
5096
5096
  "exports": [
5097
5097
  {
5098
5098
  "kind": "js",
5099
- "name": "QtiResponseDeclaration",
5099
+ "name": "QtiOutcomeDeclaration",
5100
5100
  "declaration": {
5101
- "name": "QtiResponseDeclaration",
5102
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5101
+ "name": "QtiOutcomeDeclaration",
5102
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5103
5103
  }
5104
5104
  },
5105
5105
  {
5106
5106
  "kind": "custom-element-definition",
5107
- "name": "qti-response-declaration",
5107
+ "name": "qti-outcome-declaration",
5108
5108
  "declaration": {
5109
- "name": "QtiResponseDeclaration",
5110
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5109
+ "name": "QtiOutcomeDeclaration",
5110
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5111
5111
  }
5112
5112
  }
5113
5113
  ]
5114
5114
  },
5115
5115
  {
5116
5116
  "kind": "javascript-module",
5117
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
5117
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
5118
5118
  "declarations": [
5119
5119
  {
5120
5120
  "kind": "class",
5121
5121
  "description": "",
5122
- "name": "QtiOutcomeDeclaration",
5122
+ "name": "QtiResponseDeclaration",
5123
5123
  "members": [],
5124
5124
  "events": [
5125
5125
  {
@@ -5156,25 +5156,25 @@
5156
5156
  "name": "QtiVariableDeclaration",
5157
5157
  "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
5158
5158
  },
5159
- "tagName": "qti-outcome-declaration",
5159
+ "tagName": "qti-response-declaration",
5160
5160
  "customElement": true
5161
5161
  }
5162
5162
  ],
5163
5163
  "exports": [
5164
5164
  {
5165
5165
  "kind": "js",
5166
- "name": "QtiOutcomeDeclaration",
5166
+ "name": "QtiResponseDeclaration",
5167
5167
  "declaration": {
5168
- "name": "QtiOutcomeDeclaration",
5169
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5168
+ "name": "QtiResponseDeclaration",
5169
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5170
5170
  }
5171
5171
  },
5172
5172
  {
5173
5173
  "kind": "custom-element-definition",
5174
- "name": "qti-outcome-declaration",
5174
+ "name": "qti-response-declaration",
5175
5175
  "declaration": {
5176
- "name": "QtiOutcomeDeclaration",
5177
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
5176
+ "name": "QtiResponseDeclaration",
5177
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5178
5178
  }
5179
5179
  }
5180
5180
  ]
@@ -5795,55 +5795,6 @@
5795
5795
  }
5796
5796
  ]
5797
5797
  },
5798
- {
5799
- "kind": "javascript-module",
5800
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
5801
- "declarations": [
5802
- {
5803
- "kind": "class",
5804
- "description": "",
5805
- "name": "QtiResponseIf",
5806
- "members": [],
5807
- "superclass": {
5808
- "name": "QtiResponseElse",
5809
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
5810
- },
5811
- "tagName": "qti-response-if",
5812
- "customElement": true,
5813
- "attributes": [
5814
- {
5815
- "name": "debugCalculateResult",
5816
- "type": {
5817
- "text": "object"
5818
- },
5819
- "fieldName": "debugCalculateResult",
5820
- "inheritedFrom": {
5821
- "name": "QtiResponseElse",
5822
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
5823
- }
5824
- }
5825
- ]
5826
- }
5827
- ],
5828
- "exports": [
5829
- {
5830
- "kind": "js",
5831
- "name": "QtiResponseIf",
5832
- "declaration": {
5833
- "name": "QtiResponseIf",
5834
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5835
- }
5836
- },
5837
- {
5838
- "kind": "custom-element-definition",
5839
- "name": "qti-response-if",
5840
- "declaration": {
5841
- "name": "QtiResponseIf",
5842
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5843
- }
5844
- }
5845
- ]
5846
- },
5847
5798
  {
5848
5799
  "kind": "javascript-module",
5849
5800
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
@@ -6708,6 +6659,55 @@
6708
6659
  }
6709
6660
  ]
6710
6661
  },
6662
+ {
6663
+ "kind": "javascript-module",
6664
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6665
+ "declarations": [
6666
+ {
6667
+ "kind": "class",
6668
+ "description": "",
6669
+ "name": "QtiResponseIf",
6670
+ "members": [],
6671
+ "superclass": {
6672
+ "name": "QtiResponseElse",
6673
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6674
+ },
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
+ ]
6690
+ }
6691
+ ],
6692
+ "exports": [
6693
+ {
6694
+ "kind": "js",
6695
+ "name": "QtiResponseIf",
6696
+ "declaration": {
6697
+ "name": "QtiResponseIf",
6698
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6699
+ }
6700
+ },
6701
+ {
6702
+ "kind": "custom-element-definition",
6703
+ "name": "qti-response-if",
6704
+ "declaration": {
6705
+ "name": "QtiResponseIf",
6706
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6707
+ }
6708
+ }
6709
+ ]
6710
+ },
6711
6711
  {
6712
6712
  "kind": "javascript-module",
6713
6713
  "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",