@citolab/qti-components 6.0.34 → 6.1.0

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 (42) hide show
  1. package/dist/{chunk-GGEPFBR7.cjs → chunk-6YQCE7H6.cjs} +1 -1
  2. package/dist/chunk-AWSFYZS5.js +17 -0
  3. package/dist/chunk-CCQXZDO6.cjs +17 -0
  4. package/dist/chunk-DKGW23YB.js +1 -0
  5. package/dist/chunk-MTPOYN4D.js +0 -0
  6. package/dist/{chunk-UGSY24LD.cjs → chunk-OI3PY5MR.cjs} +2 -6
  7. package/dist/chunk-TEMU6PXC.cjs +1 -0
  8. package/dist/{chunk-X6JTBTZK.js → chunk-TSUFNGZN.js} +2 -6
  9. package/dist/context/index.cjs +1 -1
  10. package/dist/context/index.d.cts +3 -3
  11. package/dist/context/index.d.ts +3 -3
  12. package/dist/context/index.js +1 -1
  13. package/dist/custom-elements.json +2238 -1210
  14. package/dist/index.cjs +189 -108
  15. package/dist/index.d.cts +194 -63
  16. package/dist/index.d.ts +194 -63
  17. package/dist/index.js +189 -108
  18. package/dist/qti-components/index.cjs +51 -51
  19. package/dist/qti-components/index.d.cts +32 -11
  20. package/dist/qti-components/index.d.ts +32 -11
  21. package/dist/qti-components/index.js +77 -77
  22. package/dist/qti-item/index.cjs +1 -1
  23. package/dist/qti-item/index.d.cts +10 -8
  24. package/dist/qti-item/index.d.ts +10 -8
  25. package/dist/qti-item/index.js +1 -1
  26. package/dist/qti-item-react/index.cjs +1 -1
  27. package/dist/qti-item-react/index.d.cts +2 -1
  28. package/dist/qti-item-react/index.d.ts +2 -1
  29. package/dist/qti-item-react/index.js +1 -1
  30. package/dist/{qti-simple-choice-e2bc67b1.d.ts → qti-simple-choice-5902cb37.d.ts} +45 -48
  31. package/dist/qti-test/index.cjs +79 -0
  32. package/dist/qti-test/index.d.cts +120 -0
  33. package/dist/qti-test/index.d.ts +120 -0
  34. package/dist/qti-test/index.js +79 -0
  35. package/dist/qti-transform/index.cjs +1 -1
  36. package/dist/qti-transform/index.d.cts +1 -0
  37. package/dist/qti-transform/index.d.ts +1 -0
  38. package/dist/qti-transform/index.js +1 -1
  39. package/package.json +36 -30
  40. package/dist/chunk-5GG2XAUT.js +0 -1
  41. package/dist/chunk-G7BJTOY4.cjs +0 -17
  42. package/dist/chunk-UE4QJK43.js +0 -17
@@ -131,150 +131,6 @@
131
131
  }
132
132
  ]
133
133
  },
134
- {
135
- "kind": "javascript-module",
136
- "path": "src/lib/qti-item-react/index.ts",
137
- "declarations": [],
138
- "exports": [
139
- {
140
- "kind": "js",
141
- "name": "*",
142
- "declaration": {
143
- "name": "*",
144
- "package": "./qti-item.react"
145
- }
146
- }
147
- ]
148
- },
149
- {
150
- "kind": "javascript-module",
151
- "path": "src/lib/qti-item-react/qti-item.react.ts",
152
- "declarations": [
153
- {
154
- "kind": "variable",
155
- "name": "QtiItem",
156
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n 'qti-outcome-changed': 'qti-outcome-changed', // as EventName<Event>\n 'qti-interaction-changed': 'qti-interaction-changed',\n 'qti-item-connected': 'qti-item-connected'\n }\n})"
157
- }
158
- ],
159
- "exports": [
160
- {
161
- "kind": "js",
162
- "name": "QtiItem",
163
- "declaration": {
164
- "name": "QtiItem",
165
- "module": "src/lib/qti-item-react/qti-item.react.ts"
166
- }
167
- }
168
- ]
169
- },
170
- {
171
- "kind": "javascript-module",
172
- "path": "src/lib/qti-transform/index.ts",
173
- "declarations": [],
174
- "exports": [
175
- {
176
- "kind": "js",
177
- "name": "*",
178
- "declaration": {
179
- "name": "*",
180
- "package": "./qti-transform"
181
- }
182
- }
183
- ]
184
- },
185
- {
186
- "kind": "javascript-module",
187
- "path": "src/lib/qti-transform/qti-transform.ts",
188
- "declarations": [
189
- {
190
- "kind": "function",
191
- "name": "qtiTransform",
192
- "parameters": [
193
- {
194
- "name": "xmlValue",
195
- "type": {
196
- "text": "string"
197
- }
198
- }
199
- ]
200
- }
201
- ],
202
- "exports": [
203
- {
204
- "kind": "js",
205
- "name": "qtiTransform",
206
- "declaration": {
207
- "name": "qtiTransform",
208
- "module": "src/lib/qti-transform/qti-transform.ts"
209
- }
210
- }
211
- ]
212
- },
213
- {
214
- "kind": "javascript-module",
215
- "path": "src/lib/qti-item/index.ts",
216
- "declarations": [],
217
- "exports": [
218
- {
219
- "kind": "js",
220
- "name": "*",
221
- "declaration": {
222
- "name": "*",
223
- "package": "./qti-item"
224
- }
225
- }
226
- ]
227
- },
228
- {
229
- "kind": "javascript-module",
230
- "path": "src/lib/qti-item/qti-item.ts",
231
- "declarations": [
232
- {
233
- "kind": "class",
234
- "description": "",
235
- "name": "QtiItem",
236
- "members": [],
237
- "attributes": [
238
- {
239
- "name": "item-location",
240
- "type": {
241
- "text": "string"
242
- },
243
- "default": "''",
244
- "fieldName": "itemLocation"
245
- },
246
- {
247
- "name": "xml",
248
- "fieldName": "xml"
249
- }
250
- ],
251
- "superclass": {
252
- "name": "LitElement",
253
- "package": "lit"
254
- },
255
- "tagName": "qti-item",
256
- "customElement": true
257
- }
258
- ],
259
- "exports": [
260
- {
261
- "kind": "js",
262
- "name": "QtiItem",
263
- "declaration": {
264
- "name": "QtiItem",
265
- "module": "src/lib/qti-item/qti-item.ts"
266
- }
267
- },
268
- {
269
- "kind": "custom-element-definition",
270
- "name": "qti-item",
271
- "declaration": {
272
- "name": "QtiItem",
273
- "module": "src/lib/qti-item/qti-item.ts"
274
- }
275
- }
276
- ]
277
- },
278
134
  {
279
135
  "kind": "javascript-module",
280
136
  "path": "src/lib/qti-components/index.ts",
@@ -663,502 +519,429 @@
663
519
  "name": "*",
664
520
  "package": "./qti-interaction/internal/interaction/interaction"
665
521
  }
666
- }
667
- ]
668
- },
669
- {
670
- "kind": "javascript-module",
671
- "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
672
- "declarations": [
673
- {
674
- "kind": "class",
675
- "description": "",
676
- "name": "QtiAssessmentItem",
677
- "slots": [
678
- {
679
- "description": "The default slot where all the other QTI 3 item structures go.",
680
- "name": ""
681
- }
682
- ],
683
- "members": [],
684
- "events": [
685
- {
686
- "name": "qti-item-connected",
687
- "type": {
688
- "text": "CustomEvent"
689
- }
690
- },
691
- {
692
- "name": "qti-response-processing",
693
- "type": {
694
- "text": "CustomEvent"
695
- },
696
- "description": "Emitted when response-processing is called."
697
- },
698
- {
699
- "name": "qti-interaction-changed",
700
- "type": {
701
- "text": "CustomEvent"
702
- },
703
- "description": "Emitted when an interaction is changed."
704
- },
705
- {
706
- "name": "qti-outcome-changed",
707
- "type": {
708
- "text": "CustomEvent"
709
- },
710
- "description": "Emitted when an outcome has changed."
711
- }
712
- ],
713
- "attributes": [
714
- {
715
- "name": "disabled",
716
- "type": {
717
- "text": "boolean"
718
- },
719
- "fieldName": "disabled"
720
- },
721
- {
722
- "name": "readonly",
723
- "type": {
724
- "text": "boolean"
725
- },
726
- "fieldName": "readonly"
727
- },
728
- {
729
- "name": "title",
730
- "type": {
731
- "text": "string"
732
- },
733
- "fieldName": "title"
734
- },
735
- {
736
- "name": "identifier",
737
- "type": {
738
- "text": "string"
739
- },
740
- "fieldName": "identifier"
741
- }
742
- ],
743
- "superclass": {
744
- "name": "LitElement",
745
- "package": "lit"
746
- },
747
- "summary": "The qti-assessment-item element contains all the other QTI 3 item structures.",
748
- "tagName": "qti-assessment-item",
749
- "customElement": true
750
- }
751
- ],
752
- "exports": [
522
+ },
753
523
  {
754
524
  "kind": "js",
755
- "name": "QtiAssessmentItem",
525
+ "name": "*",
756
526
  "declaration": {
757
- "name": "QtiAssessmentItem",
758
- "module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
527
+ "name": "*",
528
+ "package": "./qti-assessment-item/qti-assessment-item.context"
759
529
  }
760
530
  },
761
531
  {
762
- "kind": "custom-element-definition",
763
- "name": "qti-assessment-item",
532
+ "kind": "js",
533
+ "name": "*",
764
534
  "declaration": {
765
- "name": "QtiAssessmentItem",
766
- "module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
535
+ "name": "*",
536
+ "package": "./qti-custom-operator/qti-custom-operator"
767
537
  }
768
538
  }
769
539
  ]
770
540
  },
771
541
  {
772
542
  "kind": "javascript-module",
773
- "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
774
- "declarations": [
775
- {
776
- "kind": "class",
777
- "description": "",
778
- "name": "QtiCompanionMaterialsInfo",
779
- "superclass": {
780
- "name": "LitElement",
781
- "package": "lit"
782
- },
783
- "tagName": "qti-companion-materials-info",
784
- "customElement": true
785
- }
786
- ],
543
+ "path": "src/lib/qti-item-react/index.ts",
544
+ "declarations": [],
787
545
  "exports": [
788
546
  {
789
547
  "kind": "js",
790
- "name": "QtiCompanionMaterialsInfo",
548
+ "name": "*",
791
549
  "declaration": {
792
- "name": "QtiCompanionMaterialsInfo",
793
- "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
794
- }
795
- },
550
+ "name": "*",
551
+ "package": "./qti-item.react"
552
+ }
553
+ }
554
+ ]
555
+ },
556
+ {
557
+ "kind": "javascript-module",
558
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
559
+ "declarations": [
796
560
  {
797
- "kind": "custom-element-definition",
798
- "name": "qti-companion-materials-info",
561
+ "kind": "variable",
562
+ "name": "QtiItem",
563
+ "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})"
564
+ }
565
+ ],
566
+ "exports": [
567
+ {
568
+ "kind": "js",
569
+ "name": "QtiItem",
799
570
  "declaration": {
800
- "name": "QtiCompanionMaterialsInfo",
801
- "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
571
+ "name": "QtiItem",
572
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
802
573
  }
803
574
  }
804
575
  ]
805
576
  },
806
577
  {
807
578
  "kind": "javascript-module",
808
- "path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
579
+ "path": "src/lib/qti-item/index.ts",
580
+ "declarations": [],
581
+ "exports": [
582
+ {
583
+ "kind": "js",
584
+ "name": "*",
585
+ "declaration": {
586
+ "name": "*",
587
+ "package": "./qti-item"
588
+ }
589
+ }
590
+ ]
591
+ },
592
+ {
593
+ "kind": "javascript-module",
594
+ "path": "src/lib/qti-item/qti-item.ts",
809
595
  "declarations": [
810
596
  {
811
597
  "kind": "class",
812
598
  "description": "",
813
- "name": "QtiFeedback",
599
+ "name": "QtiItem",
814
600
  "members": [],
815
- "events": [
816
- {
817
- "name": "qti-register-feedback",
818
- "type": {
819
- "text": "CustomEvent"
820
- }
821
- }
822
- ],
823
601
  "attributes": [
824
602
  {
825
- "name": "show-hide",
826
- "type": {
827
- "text": "string"
828
- },
829
- "default": "'show'",
830
- "fieldName": "showHide"
831
- },
832
- {
833
- "name": "outcome-identifier",
834
- "type": {
835
- "text": "string"
836
- },
837
- "fieldName": "outcomeIdentifier"
838
- },
839
- {
840
- "name": "identifier",
603
+ "name": "item-location",
841
604
  "type": {
842
605
  "text": "string"
843
606
  },
844
- "fieldName": "identifier"
607
+ "default": "''",
608
+ "fieldName": "itemLocation"
845
609
  }
846
610
  ],
847
611
  "superclass": {
848
612
  "name": "LitElement",
849
613
  "package": "lit"
850
614
  },
615
+ "tagName": "qti-item",
851
616
  "customElement": true
852
617
  }
853
618
  ],
854
619
  "exports": [
855
620
  {
856
621
  "kind": "js",
857
- "name": "QtiFeedback",
622
+ "name": "QtiItem",
858
623
  "declaration": {
859
- "name": "QtiFeedback",
860
- "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
624
+ "name": "QtiItem",
625
+ "module": "src/lib/qti-item/qti-item.ts"
626
+ }
627
+ },
628
+ {
629
+ "kind": "custom-element-definition",
630
+ "name": "qti-item",
631
+ "declaration": {
632
+ "name": "QtiItem",
633
+ "module": "src/lib/qti-item/qti-item.ts"
861
634
  }
862
635
  }
863
636
  ]
864
637
  },
865
638
  {
866
639
  "kind": "javascript-module",
867
- "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
640
+ "path": "src/lib/qti-test/index.ts",
641
+ "declarations": [],
642
+ "exports": [
643
+ {
644
+ "kind": "js",
645
+ "name": "*",
646
+ "declaration": {
647
+ "name": "*",
648
+ "package": "./qti-assessment-item-ref"
649
+ }
650
+ },
651
+ {
652
+ "kind": "js",
653
+ "name": "*",
654
+ "declaration": {
655
+ "name": "*",
656
+ "package": "./qti-assessment-test"
657
+ }
658
+ },
659
+ {
660
+ "kind": "js",
661
+ "name": "*",
662
+ "declaration": {
663
+ "name": "*",
664
+ "package": "./qti-test-part"
665
+ }
666
+ },
667
+ {
668
+ "kind": "js",
669
+ "name": "*",
670
+ "declaration": {
671
+ "name": "*",
672
+ "package": "./qti-test"
673
+ }
674
+ },
675
+ {
676
+ "kind": "js",
677
+ "name": "*",
678
+ "declaration": {
679
+ "name": "*",
680
+ "package": "./components"
681
+ }
682
+ }
683
+ ]
684
+ },
685
+ {
686
+ "kind": "javascript-module",
687
+ "path": "src/lib/qti-test/qti-assessment-item-ref.ts",
868
688
  "declarations": [
869
689
  {
870
690
  "kind": "class",
871
691
  "description": "",
872
- "name": "QtiAssociableHotspot",
692
+ "name": "QtiAssessmentItemRef",
873
693
  "members": [],
874
- "events": [
694
+ "attributes": [
875
695
  {
876
- "name": "qti-register-hotspot",
696
+ "name": "identifier",
877
697
  "type": {
878
- "text": "CustomEvent"
698
+ "text": "string"
699
+ },
700
+ "fieldName": "identifier"
701
+ },
702
+ {
703
+ "name": "href",
704
+ "type": {
705
+ "text": "string"
706
+ },
707
+ "fieldName": "href"
708
+ },
709
+ {
710
+ "name": "item-location",
711
+ "type": {
712
+ "text": "string"
713
+ },
714
+ "default": "''",
715
+ "fieldName": "itemLocation",
716
+ "inheritedFrom": {
717
+ "name": "QtiItem",
718
+ "module": "src/lib/qti-item/qti-item.ts"
879
719
  }
880
720
  }
881
721
  ],
882
722
  "superclass": {
883
- "name": "LitElement",
884
- "package": "lit"
723
+ "name": "QtiItem",
724
+ "module": "/src/lib/qti-item"
885
725
  },
886
- "tagName": "qti-associable-hotspot",
726
+ "tagName": "qti-assessment-item-ref",
887
727
  "customElement": true
888
728
  }
889
729
  ],
890
730
  "exports": [
891
731
  {
892
732
  "kind": "js",
893
- "name": "QtiAssociableHotspot",
733
+ "name": "QtiAssessmentItemRef",
894
734
  "declaration": {
895
- "name": "QtiAssociableHotspot",
896
- "module": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts"
735
+ "name": "QtiAssessmentItemRef",
736
+ "module": "src/lib/qti-test/qti-assessment-item-ref.ts"
897
737
  }
898
738
  },
899
739
  {
900
740
  "kind": "custom-element-definition",
901
- "name": "qti-associable-hotspot",
741
+ "name": "qti-assessment-item-ref",
902
742
  "declaration": {
903
- "name": "QtiAssociableHotspot",
904
- "module": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts"
743
+ "name": "QtiAssessmentItemRef",
744
+ "module": "src/lib/qti-test/qti-assessment-item-ref.ts"
905
745
  }
906
746
  }
907
747
  ]
908
748
  },
909
749
  {
910
750
  "kind": "javascript-module",
911
- "path": "src/lib/qti-components/qti-interaction/qti-gap-img.ts",
751
+ "path": "src/lib/qti-test/qti-assessment-test.context.ts",
752
+ "declarations": [
753
+ {
754
+ "kind": "variable",
755
+ "name": "testContext"
756
+ }
757
+ ],
758
+ "exports": [
759
+ {
760
+ "kind": "js",
761
+ "name": "testContext",
762
+ "declaration": {
763
+ "name": "testContext",
764
+ "module": "src/lib/qti-test/qti-assessment-test.context.ts"
765
+ }
766
+ }
767
+ ]
768
+ },
769
+ {
770
+ "kind": "javascript-module",
771
+ "path": "src/lib/qti-test/qti-assessment-test.tldr",
772
+ "declarations": [],
773
+ "exports": []
774
+ },
775
+ {
776
+ "kind": "javascript-module",
777
+ "path": "src/lib/qti-test/qti-assessment-test.ts",
912
778
  "declarations": [
913
779
  {
914
780
  "kind": "class",
915
781
  "description": "",
916
- "name": "QtiGapImg",
782
+ "name": "QtiAssessmentTest",
917
783
  "members": [],
918
- "attributes": [
784
+ "events": [
919
785
  {
920
- "name": "tabindex",
786
+ "name": "on-test-set-item",
921
787
  "type": {
922
- "text": "number | undefined"
923
- },
924
- "default": "0",
925
- "fieldName": "tabindex"
788
+ "text": "CustomEvent"
789
+ }
926
790
  }
927
791
  ],
928
792
  "superclass": {
929
793
  "name": "LitElement",
930
794
  "package": "lit"
931
795
  },
932
- "tagName": "qti-gap-img",
796
+ "tagName": "qti-assessment-test",
933
797
  "customElement": true
934
798
  }
935
799
  ],
936
800
  "exports": [
937
801
  {
938
802
  "kind": "js",
939
- "name": "QtiGapImg",
803
+ "name": "QtiAssessmentTest",
940
804
  "declaration": {
941
- "name": "QtiGapImg",
942
- "module": "src/lib/qti-components/qti-interaction/qti-gap-img.ts"
805
+ "name": "QtiAssessmentTest",
806
+ "module": "src/lib/qti-test/qti-assessment-test.ts"
943
807
  }
944
808
  },
945
809
  {
946
810
  "kind": "custom-element-definition",
947
- "name": "qti-gap-img",
811
+ "name": "qti-assessment-test",
948
812
  "declaration": {
949
- "name": "QtiGapImg",
950
- "module": "src/lib/qti-components/qti-interaction/qti-gap-img.ts"
813
+ "name": "QtiAssessmentTest",
814
+ "module": "src/lib/qti-test/qti-assessment-test.ts"
951
815
  }
952
816
  }
953
817
  ]
954
818
  },
955
819
  {
956
820
  "kind": "javascript-module",
957
- "path": "src/lib/qti-components/qti-interaction/qti-gap-text.ts",
821
+ "path": "src/lib/qti-test/qti-test-part.ts",
958
822
  "declarations": [
959
823
  {
960
824
  "kind": "class",
961
825
  "description": "",
962
- "name": "QtiGapText",
826
+ "name": "QtiTestPart",
963
827
  "members": [],
964
828
  "attributes": [
965
829
  {
966
- "name": "tabindex",
830
+ "name": "navigation-mode",
967
831
  "type": {
968
- "text": "number | undefined"
832
+ "text": "'linear' | 'nonlinear'"
969
833
  },
970
- "default": "0",
971
- "fieldName": "tabindex"
834
+ "default": "'linear'",
835
+ "fieldName": "_navigationMode"
972
836
  }
973
837
  ],
974
838
  "superclass": {
975
839
  "name": "LitElement",
976
840
  "package": "lit"
977
841
  },
978
- "tagName": "qti-gap-text",
842
+ "tagName": "qti-test-part",
979
843
  "customElement": true
980
844
  }
981
845
  ],
982
846
  "exports": [
983
847
  {
984
848
  "kind": "js",
985
- "name": "QtiGapText",
849
+ "name": "QtiTestPart",
986
850
  "declaration": {
987
- "name": "QtiGapText",
988
- "module": "src/lib/qti-components/qti-interaction/qti-gap-text.ts"
851
+ "name": "QtiTestPart",
852
+ "module": "src/lib/qti-test/qti-test-part.ts"
989
853
  }
990
854
  },
991
855
  {
992
856
  "kind": "custom-element-definition",
993
- "name": "qti-gap-text",
857
+ "name": "qti-test-part",
994
858
  "declaration": {
995
- "name": "QtiGapText",
996
- "module": "src/lib/qti-components/qti-interaction/qti-gap-text.ts"
859
+ "name": "QtiTestPart",
860
+ "module": "src/lib/qti-test/qti-test-part.ts"
997
861
  }
998
862
  }
999
863
  ]
1000
864
  },
1001
865
  {
1002
866
  "kind": "javascript-module",
1003
- "path": "src/lib/qti-components/qti-interaction/qti-gap.ts",
867
+ "path": "src/lib/qti-test/qti-test.ts",
1004
868
  "declarations": [
1005
869
  {
1006
870
  "kind": "class",
1007
871
  "description": "",
1008
- "name": "QtiGap",
872
+ "name": "QtiTest",
1009
873
  "members": [],
1010
874
  "attributes": [
1011
875
  {
1012
- "name": "tabindex",
876
+ "name": "navigation-mode",
1013
877
  "type": {
1014
- "text": "number | undefined"
878
+ "text": "'linear' | 'nonlinear'"
1015
879
  },
1016
- "default": "0",
1017
- "fieldName": "tabindex"
880
+ "default": "'linear'",
881
+ "fieldName": "_navigationMode"
882
+ },
883
+ {
884
+ "name": "assessment-test-uri",
885
+ "type": {
886
+ "text": "''"
887
+ },
888
+ "fieldName": "assessmentTestURI"
1018
889
  }
1019
890
  ],
1020
891
  "superclass": {
1021
892
  "name": "LitElement",
1022
893
  "package": "lit"
1023
894
  },
1024
- "tagName": "qti-gap",
895
+ "tagName": "qti-test",
1025
896
  "customElement": true
1026
897
  }
1027
898
  ],
1028
899
  "exports": [
1029
900
  {
1030
901
  "kind": "js",
1031
- "name": "QtiGap",
902
+ "name": "QtiTest",
1032
903
  "declaration": {
1033
- "name": "QtiGap",
1034
- "module": "src/lib/qti-components/qti-interaction/qti-gap.ts"
904
+ "name": "QtiTest",
905
+ "module": "src/lib/qti-test/qti-test.ts"
1035
906
  }
1036
907
  },
1037
908
  {
1038
909
  "kind": "custom-element-definition",
1039
- "name": "qti-gap",
910
+ "name": "qti-test",
1040
911
  "declaration": {
1041
- "name": "QtiGap",
1042
- "module": "src/lib/qti-components/qti-interaction/qti-gap.ts"
912
+ "name": "QtiTest",
913
+ "module": "src/lib/qti-test/qti-test.ts"
1043
914
  }
1044
915
  }
1045
916
  ]
1046
917
  },
1047
918
  {
1048
919
  "kind": "javascript-module",
1049
- "path": "src/lib/qti-components/qti-interaction/qti-hotspot-choice.ts",
920
+ "path": "src/lib/qti-transform/index.ts",
921
+ "declarations": [],
922
+ "exports": [
923
+ {
924
+ "kind": "js",
925
+ "name": "*",
926
+ "declaration": {
927
+ "name": "*",
928
+ "package": "./qti-transform"
929
+ }
930
+ }
931
+ ]
932
+ },
933
+ {
934
+ "kind": "javascript-module",
935
+ "path": "src/lib/qti-transform/qti-transform.ts",
1050
936
  "declarations": [
1051
937
  {
1052
- "kind": "class",
1053
- "description": "",
1054
- "name": "QtiHotspotChoice",
1055
- "members": [],
1056
- "attributes": [
938
+ "kind": "function",
939
+ "name": "qtiTransform",
940
+ "parameters": [
1057
941
  {
1058
- "name": "aria-ordervalue",
1059
- "type": {
1060
- "text": "number"
1061
- },
1062
- "fieldName": "order"
1063
- },
1064
- {
1065
- "name": "identifier",
942
+ "name": "xmlValue",
1066
943
  "type": {
1067
944
  "text": "string"
1068
- },
1069
- "fieldName": "identifier",
1070
- "inheritedFrom": {
1071
- "name": "QtiChoice",
1072
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1073
- }
1074
- },
1075
- {
1076
- "name": "tabindex",
1077
- "type": {
1078
- "text": "number | undefined"
1079
- },
1080
- "default": "0",
1081
- "fieldName": "tabindex",
1082
- "inheritedFrom": {
1083
- "name": "QtiChoice",
1084
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1085
- }
1086
- },
1087
- {
1088
- "name": "aria-disabled",
1089
- "type": {
1090
- "text": "boolean"
1091
- },
1092
- "default": "false",
1093
- "fieldName": "disabled",
1094
- "inheritedFrom": {
1095
- "name": "QtiChoice",
1096
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1097
- }
1098
- },
1099
- {
1100
- "name": "aria-readonly",
1101
- "type": {
1102
- "text": "boolean"
1103
- },
1104
- "default": "false",
1105
- "fieldName": "readonly",
1106
- "inheritedFrom": {
1107
- "name": "QtiChoice",
1108
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1109
- }
1110
- },
1111
- {
1112
- "name": "aria-checked",
1113
- "type": {
1114
- "text": "boolean"
1115
- },
1116
- "default": "false",
1117
- "fieldName": "checked",
1118
- "inheritedFrom": {
1119
- "name": "QtiChoice",
1120
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1121
- }
1122
- }
1123
- ],
1124
- "superclass": {
1125
- "name": "QtiChoice",
1126
- "module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
1127
- },
1128
- "tagName": "qti-hotspot-choice",
1129
- "customElement": true,
1130
- "events": [
1131
- {
1132
- "name": "qti-register-choice",
1133
- "type": {
1134
- "text": "CustomEvent"
1135
- },
1136
- "description": "register itselves on a qti-choice-interaction element.",
1137
- "inheritedFrom": {
1138
- "name": "QtiChoice",
1139
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1140
- }
1141
- },
1142
- {
1143
- "name": "qti-loose-choice",
1144
- "type": {
1145
- "text": "CustomEvent"
1146
- },
1147
- "description": "de-register itselves on a qti-choice-interaction element.",
1148
- "inheritedFrom": {
1149
- "name": "QtiChoice",
1150
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1151
- }
1152
- },
1153
- {
1154
- "name": "qti-choice-element-selected",
1155
- "type": {
1156
- "text": "CustomEvent"
1157
- },
1158
- "description": "Emitted when the choice is selected.",
1159
- "inheritedFrom": {
1160
- "name": "QtiChoice",
1161
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1162
945
  }
1163
946
  }
1164
947
  ]
@@ -1167,316 +950,660 @@
1167
950
  "exports": [
1168
951
  {
1169
952
  "kind": "js",
1170
- "name": "QtiHotspotChoice",
953
+ "name": "qtiTransform",
1171
954
  "declaration": {
1172
- "name": "QtiHotspotChoice",
1173
- "module": "src/lib/qti-components/qti-interaction/qti-hotspot-choice.ts"
955
+ "name": "qtiTransform",
956
+ "module": "src/lib/qti-transform/qti-transform.ts"
1174
957
  }
1175
- },
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "kind": "javascript-module",
963
+ "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
964
+ "declarations": [
1176
965
  {
1177
- "kind": "custom-element-definition",
1178
- "name": "qti-hotspot-choice",
966
+ "kind": "variable",
967
+ "name": "itemContext"
968
+ }
969
+ ],
970
+ "exports": [
971
+ {
972
+ "kind": "js",
973
+ "name": "itemContext",
1179
974
  "declaration": {
1180
- "name": "QtiHotspotChoice",
1181
- "module": "src/lib/qti-components/qti-interaction/qti-hotspot-choice.ts"
975
+ "name": "itemContext",
976
+ "module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts"
1182
977
  }
1183
978
  }
1184
979
  ]
1185
980
  },
1186
981
  {
1187
982
  "kind": "javascript-module",
1188
- "path": "src/lib/qti-components/qti-interaction/qti-hottext.ts",
983
+ "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
1189
984
  "declarations": [
1190
985
  {
1191
986
  "kind": "class",
1192
987
  "description": "",
1193
- "name": "QtiHottext",
988
+ "name": "QtiAssessmentItem",
989
+ "slots": [
990
+ {
991
+ "description": "The default slot where all the other QTI 3 item structures go.",
992
+ "name": ""
993
+ }
994
+ ],
1194
995
  "members": [],
1195
- "superclass": {
1196
- "name": "QtiChoice",
1197
- "module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
1198
- },
1199
- "tagName": "qti-hottext",
1200
- "customElement": true,
1201
- "attributes": [
996
+ "events": [
1202
997
  {
1203
- "name": "identifier",
998
+ "name": "name",
1204
999
  "type": {
1205
- "text": "string"
1206
- },
1207
- "fieldName": "identifier",
1208
- "inheritedFrom": {
1209
- "name": "QtiChoice",
1210
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1000
+ "text": "CustomEvent"
1211
1001
  }
1212
1002
  },
1213
1003
  {
1214
- "name": "tabindex",
1215
- "type": {
1216
- "text": "number | undefined"
1217
- },
1218
- "default": "0",
1219
- "fieldName": "tabindex",
1220
- "inheritedFrom": {
1221
- "name": "QtiChoice",
1222
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1223
- }
1004
+ "description": "Emitted when an interaction is changed.",
1005
+ "name": "qti-interaction-changed"
1224
1006
  },
1225
1007
  {
1226
- "name": "aria-disabled",
1008
+ "description": "Emitted when an outcome has changed.",
1009
+ "name": "qti-outcome-changed"
1010
+ },
1011
+ {
1012
+ "description": "Emitted when response-processing is called.",
1013
+ "name": "qti-response-processing"
1014
+ }
1015
+ ],
1016
+ "attributes": [
1017
+ {
1018
+ "name": "title",
1227
1019
  "type": {
1228
- "text": "boolean"
1020
+ "text": "string"
1229
1021
  },
1230
- "default": "false",
1231
- "fieldName": "disabled",
1232
- "inheritedFrom": {
1233
- "name": "QtiChoice",
1234
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1235
- }
1022
+ "fieldName": "title"
1236
1023
  },
1237
1024
  {
1238
- "name": "aria-readonly",
1025
+ "name": "identifier",
1239
1026
  "type": {
1240
- "text": "boolean"
1027
+ "text": "string | undefined"
1241
1028
  },
1242
- "default": "false",
1243
- "fieldName": "readonly",
1244
- "inheritedFrom": {
1245
- "name": "QtiChoice",
1246
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1247
- }
1029
+ "default": "undefined",
1030
+ "resolveInitializer": {
1031
+ "module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
1032
+ },
1033
+ "fieldName": "identifier"
1248
1034
  },
1249
1035
  {
1250
- "name": "aria-checked",
1036
+ "name": "adaptive",
1251
1037
  "type": {
1252
- "text": "boolean"
1038
+ "text": "'true' | 'false'"
1253
1039
  },
1254
- "default": "false",
1255
- "fieldName": "checked",
1256
- "inheritedFrom": {
1257
- "name": "QtiChoice",
1258
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1259
- }
1260
- }
1261
- ],
1262
- "events": [
1040
+ "default": "'false'",
1041
+ "fieldName": "adaptive"
1042
+ },
1263
1043
  {
1264
- "name": "qti-register-choice",
1044
+ "name": "timeDependent",
1265
1045
  "type": {
1266
- "text": "CustomEvent"
1046
+ "text": "'true' | 'false'"
1267
1047
  },
1268
- "description": "register itselves on a qti-choice-interaction element.",
1269
- "inheritedFrom": {
1270
- "name": "QtiChoice",
1271
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1272
- }
1048
+ "default": "'false'",
1049
+ "fieldName": "timeDependent"
1273
1050
  },
1274
1051
  {
1275
- "name": "qti-loose-choice",
1052
+ "name": "disabled",
1276
1053
  "type": {
1277
- "text": "CustomEvent"
1054
+ "text": "boolean"
1278
1055
  },
1279
- "description": "de-register itselves on a qti-choice-interaction element.",
1280
- "inheritedFrom": {
1281
- "name": "QtiChoice",
1282
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1283
- }
1056
+ "fieldName": "disabled"
1284
1057
  },
1285
1058
  {
1286
- "name": "qti-choice-element-selected",
1059
+ "name": "readonly",
1287
1060
  "type": {
1288
- "text": "CustomEvent"
1061
+ "text": "boolean"
1289
1062
  },
1290
- "description": "Emitted when the choice is selected.",
1291
- "inheritedFrom": {
1292
- "name": "QtiChoice",
1293
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1294
- }
1063
+ "fieldName": "readonly"
1295
1064
  }
1296
- ]
1065
+ ],
1066
+ "superclass": {
1067
+ "name": "LitElement",
1068
+ "package": "lit"
1069
+ },
1070
+ "summary": "The qti-assessment-item element contains all the other QTI 3 item structures.",
1071
+ "tagName": "qti-assessment-item",
1072
+ "customElement": true
1297
1073
  }
1298
1074
  ],
1299
1075
  "exports": [
1300
1076
  {
1301
1077
  "kind": "js",
1302
- "name": "QtiHottext",
1078
+ "name": "QtiAssessmentItem",
1303
1079
  "declaration": {
1304
- "name": "QtiHottext",
1305
- "module": "src/lib/qti-components/qti-interaction/qti-hottext.ts"
1080
+ "name": "QtiAssessmentItem",
1081
+ "module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
1306
1082
  }
1307
1083
  },
1308
1084
  {
1309
1085
  "kind": "custom-element-definition",
1310
- "name": "qti-hottext",
1086
+ "name": "qti-assessment-item",
1311
1087
  "declaration": {
1312
- "name": "QtiHottext",
1313
- "module": "src/lib/qti-components/qti-interaction/qti-hottext.ts"
1088
+ "name": "QtiAssessmentItem",
1089
+ "module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
1314
1090
  }
1315
1091
  }
1316
1092
  ]
1317
1093
  },
1318
1094
  {
1319
1095
  "kind": "javascript-module",
1320
- "path": "src/lib/qti-components/qti-interaction/qti-inline-choice.ts",
1096
+ "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
1321
1097
  "declarations": [
1322
1098
  {
1323
1099
  "kind": "class",
1324
1100
  "description": "",
1325
- "name": "QtiInlineChoice",
1101
+ "name": "QtiCompanionMaterialsInfo",
1326
1102
  "superclass": {
1327
1103
  "name": "LitElement",
1328
1104
  "package": "lit"
1329
1105
  },
1330
- "tagName": "qti-inline-choice",
1106
+ "tagName": "qti-companion-materials-info",
1331
1107
  "customElement": true
1332
1108
  }
1333
1109
  ],
1334
1110
  "exports": [
1335
1111
  {
1336
1112
  "kind": "js",
1337
- "name": "QtiInlineChoice",
1113
+ "name": "QtiCompanionMaterialsInfo",
1338
1114
  "declaration": {
1339
- "name": "QtiInlineChoice",
1340
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice.ts"
1115
+ "name": "QtiCompanionMaterialsInfo",
1116
+ "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
1341
1117
  }
1342
1118
  },
1343
1119
  {
1344
1120
  "kind": "custom-element-definition",
1345
- "name": "qti-inline-choice",
1121
+ "name": "qti-companion-materials-info",
1346
1122
  "declaration": {
1347
- "name": "QtiInlineChoice",
1348
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice.ts"
1123
+ "name": "QtiCompanionMaterialsInfo",
1124
+ "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
1349
1125
  }
1350
1126
  }
1351
1127
  ]
1352
1128
  },
1353
1129
  {
1354
1130
  "kind": "javascript-module",
1355
- "path": "src/lib/qti-components/qti-interaction/qti-simple-associable-choice.ts",
1131
+ "path": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts",
1356
1132
  "declarations": [
1357
1133
  {
1358
1134
  "kind": "class",
1359
- "description": "",
1360
- "name": "QtiSimpleAssociableChoice",
1135
+ "description": "https://www.imsglobal.org/spec/qti/v3p0/impl#h.fi29q8dubjgw\n<qti-custom-operator class=\"js.org\">\n <qti-base-value base-type=\"string\"><![CDATA[\n console.log(context.variables);\n return 'B'\n document.querySelector('qti-end-attempt-interaction').disabled = true;\n ]]></qti-base-value>\n </qti-custom-operator>\n </qti-set-outcome-value>",
1136
+ "name": "QtiCustomOperator",
1361
1137
  "members": [],
1138
+ "events": [
1139
+ {
1140
+ "name": "qti-set-outcome-value",
1141
+ "type": {
1142
+ "text": "CustomEvent"
1143
+ }
1144
+ }
1145
+ ],
1362
1146
  "superclass": {
1363
1147
  "name": "LitElement",
1364
1148
  "package": "lit"
1365
1149
  },
1366
- "tagName": "qti-simple-associable-choice",
1150
+ "tagName": "qti-custom-operator",
1367
1151
  "customElement": true
1368
1152
  }
1369
1153
  ],
1370
1154
  "exports": [
1371
1155
  {
1372
1156
  "kind": "js",
1373
- "name": "QtiSimpleAssociableChoice",
1157
+ "name": "QtiCustomOperator",
1374
1158
  "declaration": {
1375
- "name": "QtiSimpleAssociableChoice",
1376
- "module": "src/lib/qti-components/qti-interaction/qti-simple-associable-choice.ts"
1159
+ "name": "QtiCustomOperator",
1160
+ "module": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts"
1377
1161
  }
1378
1162
  },
1379
1163
  {
1380
1164
  "kind": "custom-element-definition",
1381
- "name": "qti-simple-associable-choice",
1165
+ "name": "qti-custom-operator",
1382
1166
  "declaration": {
1383
- "name": "QtiSimpleAssociableChoice",
1384
- "module": "src/lib/qti-components/qti-interaction/qti-simple-associable-choice.ts"
1167
+ "name": "QtiCustomOperator",
1168
+ "module": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts"
1385
1169
  }
1386
1170
  }
1387
1171
  ]
1388
1172
  },
1389
1173
  {
1390
1174
  "kind": "javascript-module",
1391
- "path": "src/lib/qti-components/qti-interaction/qti-simple-choice.ts",
1175
+ "path": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.xml",
1176
+ "declarations": [],
1177
+ "exports": []
1178
+ },
1179
+ {
1180
+ "kind": "javascript-module",
1181
+ "path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
1392
1182
  "declarations": [
1393
1183
  {
1394
1184
  "kind": "class",
1395
1185
  "description": "",
1396
- "name": "QtiSimpleChoice",
1397
- "slots": [
1398
- {
1399
- "description": "The default slot.",
1400
- "name": ""
1401
- }
1402
- ],
1186
+ "name": "QtiFeedback",
1403
1187
  "members": [],
1404
1188
  "events": [
1405
1189
  {
1406
- "name": "qti-choice-element-selected",
1190
+ "name": "qti-register-feedback",
1407
1191
  "type": {
1408
1192
  "text": "CustomEvent"
1409
- },
1410
- "description": "Emitted when a choice is selected.",
1411
- "inheritedFrom": {
1412
- "name": "QtiChoice",
1413
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1414
1193
  }
1194
+ }
1195
+ ],
1196
+ "attributes": [
1197
+ {
1198
+ "name": "show-hide",
1199
+ "type": {
1200
+ "text": "string"
1201
+ },
1202
+ "fieldName": "showHide"
1415
1203
  },
1416
1204
  {
1417
- "name": "qti-register-choice",
1205
+ "name": "outcome-identifier",
1418
1206
  "type": {
1419
- "text": "CustomEvent"
1207
+ "text": "string"
1420
1208
  },
1421
- "description": "Emitted when an choice is added",
1422
- "inheritedFrom": {
1423
- "name": "QtiChoice",
1424
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1425
- }
1209
+ "fieldName": "outcomeIdentifier"
1426
1210
  },
1427
1211
  {
1428
- "name": "qti-loose-choice",
1212
+ "name": "identifier",
1429
1213
  "type": {
1430
- "text": "CustomEvent"
1214
+ "text": "string"
1431
1215
  },
1432
- "description": "Emitted when a choice is removed",
1433
- "inheritedFrom": {
1434
- "name": "QtiChoice",
1435
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1216
+ "fieldName": "identifier"
1217
+ }
1218
+ ],
1219
+ "superclass": {
1220
+ "name": "LitElement",
1221
+ "package": "lit"
1222
+ },
1223
+ "customElement": true
1224
+ }
1225
+ ],
1226
+ "exports": [
1227
+ {
1228
+ "kind": "js",
1229
+ "name": "QtiFeedback",
1230
+ "declaration": {
1231
+ "name": "QtiFeedback",
1232
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
1233
+ }
1234
+ }
1235
+ ]
1236
+ },
1237
+ {
1238
+ "kind": "javascript-module",
1239
+ "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
1240
+ "declarations": [
1241
+ {
1242
+ "kind": "class",
1243
+ "description": "",
1244
+ "name": "QtiAssociableHotspot",
1245
+ "members": [],
1246
+ "events": [
1247
+ {
1248
+ "name": "qti-register-hotspot",
1249
+ "type": {
1250
+ "text": "CustomEvent"
1436
1251
  }
1437
1252
  }
1438
1253
  ],
1439
1254
  "superclass": {
1440
- "name": "QtiChoice",
1441
- "module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
1255
+ "name": "LitElement",
1256
+ "package": "lit"
1442
1257
  },
1443
- "summary": "Short summary of the component's intended use.",
1444
- "tagName": "qti-simple-choice",
1445
- "customElement": true,
1258
+ "tagName": "qti-associable-hotspot",
1259
+ "customElement": true
1260
+ }
1261
+ ],
1262
+ "exports": [
1263
+ {
1264
+ "kind": "js",
1265
+ "name": "QtiAssociableHotspot",
1266
+ "declaration": {
1267
+ "name": "QtiAssociableHotspot",
1268
+ "module": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts"
1269
+ }
1270
+ },
1271
+ {
1272
+ "kind": "custom-element-definition",
1273
+ "name": "qti-associable-hotspot",
1274
+ "declaration": {
1275
+ "name": "QtiAssociableHotspot",
1276
+ "module": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts"
1277
+ }
1278
+ }
1279
+ ]
1280
+ },
1281
+ {
1282
+ "kind": "javascript-module",
1283
+ "path": "src/lib/qti-components/qti-interaction/qti-gap-img.ts",
1284
+ "declarations": [
1285
+ {
1286
+ "kind": "class",
1287
+ "description": "",
1288
+ "name": "QtiGapImg",
1289
+ "members": [],
1446
1290
  "attributes": [
1447
1291
  {
1448
- "name": "identifier",
1292
+ "name": "tabindex",
1449
1293
  "type": {
1450
- "text": "string"
1294
+ "text": "number | undefined"
1451
1295
  },
1452
- "fieldName": "identifier",
1453
- "inheritedFrom": {
1454
- "name": "QtiChoice",
1455
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1456
- }
1457
- },
1296
+ "default": "0",
1297
+ "fieldName": "tabindex"
1298
+ }
1299
+ ],
1300
+ "superclass": {
1301
+ "name": "LitElement",
1302
+ "package": "lit"
1303
+ },
1304
+ "tagName": "qti-gap-img",
1305
+ "customElement": true
1306
+ }
1307
+ ],
1308
+ "exports": [
1309
+ {
1310
+ "kind": "js",
1311
+ "name": "QtiGapImg",
1312
+ "declaration": {
1313
+ "name": "QtiGapImg",
1314
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-img.ts"
1315
+ }
1316
+ },
1317
+ {
1318
+ "kind": "custom-element-definition",
1319
+ "name": "qti-gap-img",
1320
+ "declaration": {
1321
+ "name": "QtiGapImg",
1322
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-img.ts"
1323
+ }
1324
+ }
1325
+ ]
1326
+ },
1327
+ {
1328
+ "kind": "javascript-module",
1329
+ "path": "src/lib/qti-components/qti-interaction/qti-gap-text.ts",
1330
+ "declarations": [
1331
+ {
1332
+ "kind": "class",
1333
+ "description": "",
1334
+ "name": "QtiGapText",
1335
+ "members": [],
1336
+ "attributes": [
1458
1337
  {
1459
1338
  "name": "tabindex",
1460
1339
  "type": {
1461
1340
  "text": "number | undefined"
1462
1341
  },
1463
1342
  "default": "0",
1464
- "fieldName": "tabindex",
1465
- "inheritedFrom": {
1466
- "name": "QtiChoice",
1467
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1468
- }
1469
- },
1343
+ "fieldName": "tabindex"
1344
+ }
1345
+ ],
1346
+ "superclass": {
1347
+ "name": "LitElement",
1348
+ "package": "lit"
1349
+ },
1350
+ "tagName": "qti-gap-text",
1351
+ "customElement": true
1352
+ }
1353
+ ],
1354
+ "exports": [
1355
+ {
1356
+ "kind": "js",
1357
+ "name": "QtiGapText",
1358
+ "declaration": {
1359
+ "name": "QtiGapText",
1360
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-text.ts"
1361
+ }
1362
+ },
1363
+ {
1364
+ "kind": "custom-element-definition",
1365
+ "name": "qti-gap-text",
1366
+ "declaration": {
1367
+ "name": "QtiGapText",
1368
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-text.ts"
1369
+ }
1370
+ }
1371
+ ]
1372
+ },
1373
+ {
1374
+ "kind": "javascript-module",
1375
+ "path": "src/lib/qti-components/qti-interaction/qti-gap.ts",
1376
+ "declarations": [
1377
+ {
1378
+ "kind": "class",
1379
+ "description": "",
1380
+ "name": "QtiGap",
1381
+ "members": [],
1382
+ "attributes": [
1470
1383
  {
1471
- "name": "aria-disabled",
1384
+ "name": "tabindex",
1472
1385
  "type": {
1473
- "text": "boolean"
1386
+ "text": "number | undefined"
1474
1387
  },
1475
- "default": "false",
1476
- "fieldName": "disabled",
1477
- "inheritedFrom": {
1478
- "name": "QtiChoice",
1479
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1388
+ "default": "0",
1389
+ "fieldName": "tabindex"
1390
+ }
1391
+ ],
1392
+ "superclass": {
1393
+ "name": "LitElement",
1394
+ "package": "lit"
1395
+ },
1396
+ "tagName": "qti-gap",
1397
+ "customElement": true
1398
+ }
1399
+ ],
1400
+ "exports": [
1401
+ {
1402
+ "kind": "js",
1403
+ "name": "QtiGap",
1404
+ "declaration": {
1405
+ "name": "QtiGap",
1406
+ "module": "src/lib/qti-components/qti-interaction/qti-gap.ts"
1407
+ }
1408
+ },
1409
+ {
1410
+ "kind": "custom-element-definition",
1411
+ "name": "qti-gap",
1412
+ "declaration": {
1413
+ "name": "QtiGap",
1414
+ "module": "src/lib/qti-components/qti-interaction/qti-gap.ts"
1415
+ }
1416
+ }
1417
+ ]
1418
+ },
1419
+ {
1420
+ "kind": "javascript-module",
1421
+ "path": "src/lib/qti-components/qti-interaction/qti-hotspot-choice.ts",
1422
+ "declarations": [
1423
+ {
1424
+ "kind": "class",
1425
+ "description": "",
1426
+ "name": "QtiHotspotChoice",
1427
+ "members": [],
1428
+ "attributes": [
1429
+ {
1430
+ "name": "aria-ordervalue",
1431
+ "type": {
1432
+ "text": "number"
1433
+ },
1434
+ "fieldName": "order"
1435
+ },
1436
+ {
1437
+ "name": "identifier",
1438
+ "type": {
1439
+ "text": "string"
1440
+ },
1441
+ "fieldName": "identifier",
1442
+ "inheritedFrom": {
1443
+ "name": "QtiChoice",
1444
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1445
+ }
1446
+ },
1447
+ {
1448
+ "name": "tabindex",
1449
+ "type": {
1450
+ "text": "number | undefined"
1451
+ },
1452
+ "default": "0",
1453
+ "fieldName": "tabindex",
1454
+ "inheritedFrom": {
1455
+ "name": "QtiChoice",
1456
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1457
+ }
1458
+ },
1459
+ {
1460
+ "name": "aria-disabled",
1461
+ "type": {
1462
+ "text": "boolean"
1463
+ },
1464
+ "default": "false",
1465
+ "fieldName": "disabled",
1466
+ "inheritedFrom": {
1467
+ "name": "QtiChoice",
1468
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1469
+ }
1470
+ },
1471
+ {
1472
+ "name": "aria-readonly",
1473
+ "type": {
1474
+ "text": "boolean"
1475
+ },
1476
+ "default": "false",
1477
+ "fieldName": "readonly",
1478
+ "inheritedFrom": {
1479
+ "name": "QtiChoice",
1480
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1481
+ }
1482
+ },
1483
+ {
1484
+ "name": "aria-checked",
1485
+ "type": {
1486
+ "text": "boolean"
1487
+ },
1488
+ "default": "false",
1489
+ "fieldName": "checked",
1490
+ "inheritedFrom": {
1491
+ "name": "QtiChoice",
1492
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1493
+ }
1494
+ }
1495
+ ],
1496
+ "superclass": {
1497
+ "name": "QtiChoice",
1498
+ "module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
1499
+ },
1500
+ "tagName": "qti-hotspot-choice",
1501
+ "customElement": true,
1502
+ "events": [
1503
+ {
1504
+ "name": "qti-register-choice",
1505
+ "type": {
1506
+ "text": "CustomEvent"
1507
+ },
1508
+ "description": "register itselves on a qti-choice-interaction element.",
1509
+ "inheritedFrom": {
1510
+ "name": "QtiChoice",
1511
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1512
+ }
1513
+ },
1514
+ {
1515
+ "name": "qti-loose-choice",
1516
+ "type": {
1517
+ "text": "CustomEvent"
1518
+ },
1519
+ "description": "de-register itselves on a qti-choice-interaction element.",
1520
+ "inheritedFrom": {
1521
+ "name": "QtiChoice",
1522
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1523
+ }
1524
+ },
1525
+ {
1526
+ "name": "qti-choice-element-selected",
1527
+ "type": {
1528
+ "text": "CustomEvent"
1529
+ },
1530
+ "description": "Emitted when the choice is selected.",
1531
+ "inheritedFrom": {
1532
+ "name": "QtiChoice",
1533
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1534
+ }
1535
+ }
1536
+ ]
1537
+ }
1538
+ ],
1539
+ "exports": [
1540
+ {
1541
+ "kind": "js",
1542
+ "name": "QtiHotspotChoice",
1543
+ "declaration": {
1544
+ "name": "QtiHotspotChoice",
1545
+ "module": "src/lib/qti-components/qti-interaction/qti-hotspot-choice.ts"
1546
+ }
1547
+ },
1548
+ {
1549
+ "kind": "custom-element-definition",
1550
+ "name": "qti-hotspot-choice",
1551
+ "declaration": {
1552
+ "name": "QtiHotspotChoice",
1553
+ "module": "src/lib/qti-components/qti-interaction/qti-hotspot-choice.ts"
1554
+ }
1555
+ }
1556
+ ]
1557
+ },
1558
+ {
1559
+ "kind": "javascript-module",
1560
+ "path": "src/lib/qti-components/qti-interaction/qti-hottext.ts",
1561
+ "declarations": [
1562
+ {
1563
+ "kind": "class",
1564
+ "description": "",
1565
+ "name": "QtiHottext",
1566
+ "members": [],
1567
+ "superclass": {
1568
+ "name": "QtiChoice",
1569
+ "module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
1570
+ },
1571
+ "tagName": "qti-hottext",
1572
+ "customElement": true,
1573
+ "attributes": [
1574
+ {
1575
+ "name": "identifier",
1576
+ "type": {
1577
+ "text": "string"
1578
+ },
1579
+ "fieldName": "identifier",
1580
+ "inheritedFrom": {
1581
+ "name": "QtiChoice",
1582
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1583
+ }
1584
+ },
1585
+ {
1586
+ "name": "tabindex",
1587
+ "type": {
1588
+ "text": "number | undefined"
1589
+ },
1590
+ "default": "0",
1591
+ "fieldName": "tabindex",
1592
+ "inheritedFrom": {
1593
+ "name": "QtiChoice",
1594
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1595
+ }
1596
+ },
1597
+ {
1598
+ "name": "aria-disabled",
1599
+ "type": {
1600
+ "text": "boolean"
1601
+ },
1602
+ "default": "false",
1603
+ "fieldName": "disabled",
1604
+ "inheritedFrom": {
1605
+ "name": "QtiChoice",
1606
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1480
1607
  }
1481
1608
  },
1482
1609
  {
@@ -1503,226 +1630,873 @@
1503
1630
  "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1504
1631
  }
1505
1632
  }
1633
+ ],
1634
+ "events": [
1635
+ {
1636
+ "name": "qti-register-choice",
1637
+ "type": {
1638
+ "text": "CustomEvent"
1639
+ },
1640
+ "description": "register itselves on a qti-choice-interaction element.",
1641
+ "inheritedFrom": {
1642
+ "name": "QtiChoice",
1643
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1644
+ }
1645
+ },
1646
+ {
1647
+ "name": "qti-loose-choice",
1648
+ "type": {
1649
+ "text": "CustomEvent"
1650
+ },
1651
+ "description": "de-register itselves on a qti-choice-interaction element.",
1652
+ "inheritedFrom": {
1653
+ "name": "QtiChoice",
1654
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1655
+ }
1656
+ },
1657
+ {
1658
+ "name": "qti-choice-element-selected",
1659
+ "type": {
1660
+ "text": "CustomEvent"
1661
+ },
1662
+ "description": "Emitted when the choice is selected.",
1663
+ "inheritedFrom": {
1664
+ "name": "QtiChoice",
1665
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1666
+ }
1667
+ }
1506
1668
  ]
1507
1669
  }
1508
1670
  ],
1509
1671
  "exports": [
1510
1672
  {
1511
1673
  "kind": "js",
1512
- "name": "QtiSimpleChoice",
1674
+ "name": "QtiHottext",
1675
+ "declaration": {
1676
+ "name": "QtiHottext",
1677
+ "module": "src/lib/qti-components/qti-interaction/qti-hottext.ts"
1678
+ }
1679
+ },
1680
+ {
1681
+ "kind": "custom-element-definition",
1682
+ "name": "qti-hottext",
1683
+ "declaration": {
1684
+ "name": "QtiHottext",
1685
+ "module": "src/lib/qti-components/qti-interaction/qti-hottext.ts"
1686
+ }
1687
+ }
1688
+ ]
1689
+ },
1690
+ {
1691
+ "kind": "javascript-module",
1692
+ "path": "src/lib/qti-components/qti-interaction/qti-inline-choice.ts",
1693
+ "declarations": [
1694
+ {
1695
+ "kind": "class",
1696
+ "description": "",
1697
+ "name": "QtiInlineChoice",
1698
+ "superclass": {
1699
+ "name": "LitElement",
1700
+ "package": "lit"
1701
+ },
1702
+ "tagName": "qti-inline-choice",
1703
+ "customElement": true
1704
+ }
1705
+ ],
1706
+ "exports": [
1707
+ {
1708
+ "kind": "js",
1709
+ "name": "QtiInlineChoice",
1710
+ "declaration": {
1711
+ "name": "QtiInlineChoice",
1712
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice.ts"
1713
+ }
1714
+ },
1715
+ {
1716
+ "kind": "custom-element-definition",
1717
+ "name": "qti-inline-choice",
1718
+ "declaration": {
1719
+ "name": "QtiInlineChoice",
1720
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice.ts"
1721
+ }
1722
+ }
1723
+ ]
1724
+ },
1725
+ {
1726
+ "kind": "javascript-module",
1727
+ "path": "src/lib/qti-components/qti-interaction/qti-simple-associable-choice.ts",
1728
+ "declarations": [
1729
+ {
1730
+ "kind": "class",
1731
+ "description": "",
1732
+ "name": "QtiSimpleAssociableChoice",
1733
+ "members": [],
1734
+ "superclass": {
1735
+ "name": "LitElement",
1736
+ "package": "lit"
1737
+ },
1738
+ "tagName": "qti-simple-associable-choice",
1739
+ "customElement": true
1740
+ }
1741
+ ],
1742
+ "exports": [
1743
+ {
1744
+ "kind": "js",
1745
+ "name": "QtiSimpleAssociableChoice",
1746
+ "declaration": {
1747
+ "name": "QtiSimpleAssociableChoice",
1748
+ "module": "src/lib/qti-components/qti-interaction/qti-simple-associable-choice.ts"
1749
+ }
1750
+ },
1751
+ {
1752
+ "kind": "custom-element-definition",
1753
+ "name": "qti-simple-associable-choice",
1754
+ "declaration": {
1755
+ "name": "QtiSimpleAssociableChoice",
1756
+ "module": "src/lib/qti-components/qti-interaction/qti-simple-associable-choice.ts"
1757
+ }
1758
+ }
1759
+ ]
1760
+ },
1761
+ {
1762
+ "kind": "javascript-module",
1763
+ "path": "src/lib/qti-components/qti-interaction/qti-simple-choice.ts",
1764
+ "declarations": [
1765
+ {
1766
+ "kind": "class",
1767
+ "description": "",
1768
+ "name": "QtiSimpleChoice",
1769
+ "slots": [
1770
+ {
1771
+ "description": "The default slot.",
1772
+ "name": ""
1773
+ }
1774
+ ],
1775
+ "members": [],
1776
+ "events": [
1777
+ {
1778
+ "name": "qti-choice-element-selected",
1779
+ "type": {
1780
+ "text": "CustomEvent"
1781
+ },
1782
+ "description": "Emitted when a choice is selected.",
1783
+ "inheritedFrom": {
1784
+ "name": "QtiChoice",
1785
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1786
+ }
1787
+ },
1788
+ {
1789
+ "name": "qti-register-choice",
1790
+ "type": {
1791
+ "text": "CustomEvent"
1792
+ },
1793
+ "description": "Emitted when an choice is added",
1794
+ "inheritedFrom": {
1795
+ "name": "QtiChoice",
1796
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1797
+ }
1798
+ },
1799
+ {
1800
+ "name": "qti-loose-choice",
1801
+ "type": {
1802
+ "text": "CustomEvent"
1803
+ },
1804
+ "description": "Emitted when a choice is removed",
1805
+ "inheritedFrom": {
1806
+ "name": "QtiChoice",
1807
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1808
+ }
1809
+ }
1810
+ ],
1811
+ "superclass": {
1812
+ "name": "QtiChoice",
1813
+ "module": "/src/lib/qti-components/qti-interaction/internal/choice/qti-choice"
1814
+ },
1815
+ "summary": "Short summary of the component's intended use.",
1816
+ "tagName": "qti-simple-choice",
1817
+ "customElement": true,
1818
+ "attributes": [
1819
+ {
1820
+ "name": "identifier",
1821
+ "type": {
1822
+ "text": "string"
1823
+ },
1824
+ "fieldName": "identifier",
1825
+ "inheritedFrom": {
1826
+ "name": "QtiChoice",
1827
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1828
+ }
1829
+ },
1830
+ {
1831
+ "name": "tabindex",
1832
+ "type": {
1833
+ "text": "number | undefined"
1834
+ },
1835
+ "default": "0",
1836
+ "fieldName": "tabindex",
1837
+ "inheritedFrom": {
1838
+ "name": "QtiChoice",
1839
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1840
+ }
1841
+ },
1842
+ {
1843
+ "name": "aria-disabled",
1844
+ "type": {
1845
+ "text": "boolean"
1846
+ },
1847
+ "default": "false",
1848
+ "fieldName": "disabled",
1849
+ "inheritedFrom": {
1850
+ "name": "QtiChoice",
1851
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1852
+ }
1853
+ },
1854
+ {
1855
+ "name": "aria-readonly",
1856
+ "type": {
1857
+ "text": "boolean"
1858
+ },
1859
+ "default": "false",
1860
+ "fieldName": "readonly",
1861
+ "inheritedFrom": {
1862
+ "name": "QtiChoice",
1863
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1864
+ }
1865
+ },
1866
+ {
1867
+ "name": "aria-checked",
1868
+ "type": {
1869
+ "text": "boolean"
1870
+ },
1871
+ "default": "false",
1872
+ "fieldName": "checked",
1873
+ "inheritedFrom": {
1874
+ "name": "QtiChoice",
1875
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
1876
+ }
1877
+ }
1878
+ ]
1879
+ }
1880
+ ],
1881
+ "exports": [
1882
+ {
1883
+ "kind": "js",
1884
+ "name": "QtiSimpleChoice",
1885
+ "declaration": {
1886
+ "name": "QtiSimpleChoice",
1887
+ "module": "src/lib/qti-components/qti-interaction/qti-simple-choice.ts"
1888
+ }
1889
+ },
1890
+ {
1891
+ "kind": "custom-element-definition",
1892
+ "name": "qti-simple-choice",
1893
+ "declaration": {
1894
+ "name": "QtiSimpleChoice",
1895
+ "module": "src/lib/qti-components/qti-interaction/qti-simple-choice.ts"
1896
+ }
1897
+ }
1898
+ ]
1899
+ },
1900
+ {
1901
+ "kind": "javascript-module",
1902
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1903
+ "declarations": [
1904
+ {
1905
+ "kind": "class",
1906
+ "description": "",
1907
+ "name": "QtiItemBody",
1908
+ "slots": [
1909
+ {
1910
+ "description": "item body content.",
1911
+ "name": ""
1912
+ },
1913
+ {
1914
+ "description": "the qti rubric block is placed above the item",
1915
+ "name": "qti-rubric-block"
1916
+ }
1917
+ ],
1918
+ "members": [],
1919
+ "superclass": {
1920
+ "name": "LitElement",
1921
+ "package": "lit"
1922
+ },
1923
+ "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.",
1924
+ "tagName": "qti-item-body",
1925
+ "customElement": true
1926
+ }
1927
+ ],
1928
+ "exports": [
1929
+ {
1930
+ "kind": "js",
1931
+ "name": "default",
1932
+ "declaration": {
1933
+ "name": "QtiItemBody",
1934
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1935
+ }
1936
+ },
1937
+ {
1938
+ "kind": "custom-element-definition",
1939
+ "name": "qti-item-body",
1940
+ "declaration": {
1941
+ "name": "QtiItemBody",
1942
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1943
+ }
1944
+ }
1945
+ ]
1946
+ },
1947
+ {
1948
+ "kind": "javascript-module",
1949
+ "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
1950
+ "declarations": [
1951
+ {
1952
+ "kind": "class",
1953
+ "description": "",
1954
+ "name": "QtiPrompt",
1955
+ "members": [],
1956
+ "superclass": {
1957
+ "name": "LitElement",
1958
+ "package": "lit"
1959
+ },
1960
+ "tagName": "qti-prompt",
1961
+ "customElement": true
1962
+ }
1963
+ ],
1964
+ "exports": [
1965
+ {
1966
+ "kind": "js",
1967
+ "name": "QtiPrompt",
1968
+ "declaration": {
1969
+ "name": "QtiPrompt",
1970
+ "module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
1971
+ }
1972
+ },
1973
+ {
1974
+ "kind": "custom-element-definition",
1975
+ "name": "qti-prompt",
1976
+ "declaration": {
1977
+ "name": "QtiPrompt",
1978
+ "module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
1979
+ }
1980
+ }
1981
+ ]
1982
+ },
1983
+ {
1984
+ "kind": "javascript-module",
1985
+ "path": "src/lib/qti-components/qti-responseprocessing/index.ts",
1986
+ "declarations": [],
1987
+ "exports": [
1988
+ {
1989
+ "kind": "js",
1990
+ "name": "QtiResponseProcessing",
1991
+ "declaration": {
1992
+ "name": "default",
1993
+ "module": "./qti-responseprocessing/qti-responseprocessing"
1994
+ }
1995
+ },
1996
+ {
1997
+ "kind": "js",
1998
+ "name": "QtiRule",
1999
+ "declaration": {
2000
+ "name": "QtiRule",
2001
+ "module": "./qti-rule/qti-rule"
2002
+ }
2003
+ },
2004
+ {
2005
+ "kind": "js",
2006
+ "name": "*",
2007
+ "declaration": {
2008
+ "name": "*",
2009
+ "package": "./qti-rule/qti-responsecondition/qti-responsecondition"
2010
+ }
2011
+ },
2012
+ {
2013
+ "kind": "js",
2014
+ "name": "*",
2015
+ "declaration": {
2016
+ "name": "*",
2017
+ "package": "./qti-rule/qti-setoutcomevalue/qti-setoutcomevalue"
2018
+ }
2019
+ },
2020
+ {
2021
+ "kind": "js",
2022
+ "name": "*",
2023
+ "declaration": {
2024
+ "name": "*",
2025
+ "package": "./qti-responseelse/qti-responseif/qti-responseif"
2026
+ }
2027
+ },
2028
+ {
2029
+ "kind": "js",
2030
+ "name": "*",
2031
+ "declaration": {
2032
+ "name": "*",
2033
+ "package": "./qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif"
2034
+ }
2035
+ },
2036
+ {
2037
+ "kind": "js",
2038
+ "name": "*",
2039
+ "declaration": {
2040
+ "name": "*",
2041
+ "package": "./qti-responseelse/qti-responseelse"
2042
+ }
2043
+ },
2044
+ {
2045
+ "kind": "js",
2046
+ "name": "*",
2047
+ "declaration": {
2048
+ "name": "*",
2049
+ "package": "./qti-expression"
2050
+ }
2051
+ }
2052
+ ]
2053
+ },
2054
+ {
2055
+ "kind": "javascript-module",
2056
+ "path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
2057
+ "declarations": [
2058
+ {
2059
+ "kind": "class",
2060
+ "description": "",
2061
+ "name": "qtiContentBody",
2062
+ "members": [],
2063
+ "superclass": {
2064
+ "name": "LitElement",
2065
+ "package": "lit"
2066
+ },
2067
+ "tagName": "qti-content-body",
2068
+ "customElement": true
2069
+ }
2070
+ ],
2071
+ "exports": [
2072
+ {
2073
+ "kind": "js",
2074
+ "name": "qtiContentBody",
2075
+ "declaration": {
2076
+ "name": "qtiContentBody",
2077
+ "module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
2078
+ }
2079
+ },
2080
+ {
2081
+ "kind": "custom-element-definition",
2082
+ "name": "qti-content-body",
2083
+ "declaration": {
2084
+ "name": "qtiContentBody",
2085
+ "module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
2086
+ }
2087
+ }
2088
+ ]
2089
+ },
2090
+ {
2091
+ "kind": "javascript-module",
2092
+ "path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts",
2093
+ "declarations": [
2094
+ {
2095
+ "kind": "class",
2096
+ "description": "",
2097
+ "name": "qtiRubricBlock",
2098
+ "members": [],
2099
+ "attributes": [
2100
+ {
2101
+ "name": "id",
2102
+ "fieldName": "id"
2103
+ },
2104
+ {
2105
+ "name": "use",
2106
+ "type": {
2107
+ "text": "'instructions' | 'scoring' | 'navigation'"
2108
+ },
2109
+ "fieldName": "use"
2110
+ },
2111
+ {
2112
+ "name": "view",
2113
+ "type": {
2114
+ "text": "'author' | 'candidate' | 'proctor' | 'scorer' | 'testConstructor' | 'tutor'"
2115
+ },
2116
+ "fieldName": "view"
2117
+ },
2118
+ {
2119
+ "name": "class",
2120
+ "fieldName": "classNames"
2121
+ }
2122
+ ],
2123
+ "superclass": {
2124
+ "name": "LitElement",
2125
+ "package": "lit"
2126
+ },
2127
+ "tagName": "qti-rubric-block",
2128
+ "customElement": true
2129
+ }
2130
+ ],
2131
+ "exports": [
2132
+ {
2133
+ "kind": "js",
2134
+ "name": "qtiRubricBlock",
2135
+ "declaration": {
2136
+ "name": "qtiRubricBlock",
2137
+ "module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
2138
+ }
2139
+ },
2140
+ {
2141
+ "kind": "custom-element-definition",
2142
+ "name": "qti-rubric-block",
2143
+ "declaration": {
2144
+ "name": "qtiRubricBlock",
2145
+ "module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
2146
+ }
2147
+ }
2148
+ ]
2149
+ },
2150
+ {
2151
+ "kind": "javascript-module",
2152
+ "path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
2153
+ "declarations": [],
2154
+ "exports": []
2155
+ },
2156
+ {
2157
+ "kind": "javascript-module",
2158
+ "path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts",
2159
+ "declarations": [
2160
+ {
2161
+ "kind": "class",
2162
+ "description": "",
2163
+ "name": "QtiStylesheet",
2164
+ "members": [],
2165
+ "superclass": {
2166
+ "name": "LitElement",
2167
+ "package": "lit"
2168
+ },
2169
+ "tagName": "qti-stylesheet",
2170
+ "customElement": true
2171
+ }
2172
+ ],
2173
+ "exports": [
2174
+ {
2175
+ "kind": "js",
2176
+ "name": "QtiStylesheet",
2177
+ "declaration": {
2178
+ "name": "QtiStylesheet",
2179
+ "module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
2180
+ }
2181
+ },
2182
+ {
2183
+ "kind": "custom-element-definition",
2184
+ "name": "qti-stylesheet",
2185
+ "declaration": {
2186
+ "name": "QtiStylesheet",
2187
+ "module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
2188
+ }
2189
+ }
2190
+ ]
2191
+ },
2192
+ {
2193
+ "kind": "javascript-module",
2194
+ "path": "src/lib/qti-components/qti-utilities/EventStrings.ts",
2195
+ "declarations": [
2196
+ {
2197
+ "kind": "variable",
2198
+ "name": "Events",
2199
+ "type": {
2200
+ "text": "object"
2201
+ },
2202
+ "default": "{\n // PK: external event internal response from an interaction the qti-assessment-item\n ON_OUTCOME_CHANGED: 'qti-outcome-changed',\n\n // PK: external event internal response from an interaction the qti-assessment-item\n ON_INTERACTION_CHANGED: 'on-interaction-changed',\n\n // ***** INTERNAL EVENTS ******/\n ON_REGISTER_VARIABLE: 'on-register-variable',\n ON_REGISTER_FEEDBACK: 'on-register-feedback',\n ON_REGISTER_INTERACTION: 'on-register-interaction',\n ON_REGISTER_CHOICE: 'on-register-choice',\n ON_REGISTER_HOTSPOT: 'on-register-hotspot',\n ON_LOOSE_CHOICE: 'on-loose-choice',\n // PK: internal response from an interaction the qti-assessment-item\n ON_INTERACTION_RESPONSE: 'on-interaction-response',\n\n // PK: events specific to elements from interactions\n ON_DROPDOWN_SELECTED: 'on-dropdown-selected',\n ON_CHOICE_ELEMENT_SELECTED: 'choice-element-selected'\n}"
2203
+ }
2204
+ ],
2205
+ "exports": [
2206
+ {
2207
+ "kind": "js",
2208
+ "name": "*",
2209
+ "declaration": {
2210
+ "name": "*",
2211
+ "package": "./events/qti-outcome-changed"
2212
+ }
2213
+ },
2214
+ {
2215
+ "kind": "js",
2216
+ "name": "*",
2217
+ "declaration": {
2218
+ "name": "*",
2219
+ "package": "./events/qti-interaction-changed"
2220
+ }
2221
+ },
2222
+ {
2223
+ "kind": "js",
2224
+ "name": "*",
2225
+ "declaration": {
2226
+ "name": "*",
2227
+ "package": "./events/qti-register-variable"
2228
+ }
2229
+ },
2230
+ {
2231
+ "kind": "js",
2232
+ "name": "*",
2233
+ "declaration": {
2234
+ "name": "*",
2235
+ "package": "./events/qti-register-interaction"
2236
+ }
2237
+ },
2238
+ {
2239
+ "kind": "js",
2240
+ "name": "*",
2241
+ "declaration": {
2242
+ "name": "*",
2243
+ "package": "./events/qti-register-choice"
2244
+ }
2245
+ },
2246
+ {
2247
+ "kind": "js",
2248
+ "name": "*",
2249
+ "declaration": {
2250
+ "name": "*",
2251
+ "package": "./events/qti-register-hotspot"
2252
+ }
2253
+ },
2254
+ {
2255
+ "kind": "js",
2256
+ "name": "*",
2257
+ "declaration": {
2258
+ "name": "*",
2259
+ "package": "./events/qti-loose-choice"
2260
+ }
2261
+ },
2262
+ {
2263
+ "kind": "js",
2264
+ "name": "*",
2265
+ "declaration": {
2266
+ "name": "*",
2267
+ "package": "./events/qti-interaction-response"
2268
+ }
2269
+ },
2270
+ {
2271
+ "kind": "js",
2272
+ "name": "*",
2273
+ "declaration": {
2274
+ "name": "*",
2275
+ "package": "./events/qti-choice-element-selected"
2276
+ }
2277
+ },
2278
+ {
2279
+ "kind": "js",
2280
+ "name": "Events",
2281
+ "declaration": {
2282
+ "name": "Events",
2283
+ "module": "src/lib/qti-components/qti-utilities/EventStrings.ts"
2284
+ }
2285
+ }
2286
+ ]
2287
+ },
2288
+ {
2289
+ "kind": "javascript-module",
2290
+ "path": "src/lib/qti-components/qti-utilities/EventTypes.ts",
2291
+ "declarations": [],
2292
+ "exports": []
2293
+ },
2294
+ {
2295
+ "kind": "javascript-module",
2296
+ "path": "src/lib/qti-components/qti-utilities/ExpressionResult.ts",
2297
+ "declarations": [],
2298
+ "exports": []
2299
+ },
2300
+ {
2301
+ "kind": "javascript-module",
2302
+ "path": "src/lib/qti-components/qti-utilities/TemplateStrings.ts",
2303
+ "declarations": [
2304
+ {
2305
+ "kind": "variable",
2306
+ "name": "matchCorrect",
2307
+ "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
2308
+ },
2309
+ {
2310
+ "kind": "variable",
2311
+ "name": "mapResponse",
2312
+ "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
2313
+ },
2314
+ {
2315
+ "kind": "variable",
2316
+ "name": "mapResponsePoint",
2317
+ "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
2318
+ }
2319
+ ],
2320
+ "exports": [
2321
+ {
2322
+ "kind": "js",
2323
+ "name": "matchCorrect",
1513
2324
  "declaration": {
1514
- "name": "QtiSimpleChoice",
1515
- "module": "src/lib/qti-components/qti-interaction/qti-simple-choice.ts"
2325
+ "name": "matchCorrect",
2326
+ "module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
1516
2327
  }
1517
2328
  },
1518
2329
  {
1519
- "kind": "custom-element-definition",
1520
- "name": "qti-simple-choice",
2330
+ "kind": "js",
2331
+ "name": "mapResponse",
1521
2332
  "declaration": {
1522
- "name": "QtiSimpleChoice",
1523
- "module": "src/lib/qti-components/qti-interaction/qti-simple-choice.ts"
2333
+ "name": "mapResponse",
2334
+ "module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
2335
+ }
2336
+ },
2337
+ {
2338
+ "kind": "js",
2339
+ "name": "mapResponsePoint",
2340
+ "declaration": {
2341
+ "name": "mapResponsePoint",
2342
+ "module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
1524
2343
  }
1525
2344
  }
1526
2345
  ]
1527
2346
  },
1528
2347
  {
1529
2348
  "kind": "javascript-module",
1530
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
2349
+ "path": "src/lib/qti-components/qti-utilities/Variables.ts",
2350
+ "declarations": [],
2351
+ "exports": []
2352
+ },
2353
+ {
2354
+ "kind": "javascript-module",
2355
+ "path": "src/lib/qti-components/qti-utilities/utils.ts",
1531
2356
  "declarations": [
1532
2357
  {
1533
- "kind": "class",
1534
- "description": "",
1535
- "name": "QtiItemBody",
1536
- "slots": [
2358
+ "kind": "function",
2359
+ "name": "decimalSeparator"
2360
+ },
2361
+ {
2362
+ "kind": "function",
2363
+ "name": "convertNumberToUniveralFormat",
2364
+ "parameters": [
1537
2365
  {
1538
- "description": "item body content.",
1539
- "name": ""
1540
- },
2366
+ "name": "number",
2367
+ "type": {
2368
+ "text": "number | string"
2369
+ }
2370
+ }
2371
+ ]
2372
+ },
2373
+ {
2374
+ "kind": "function",
2375
+ "name": "IsNullOrUndefined",
2376
+ "parameters": [
1541
2377
  {
1542
- "description": "the qti rubric block is placed above the item",
1543
- "name": "qti-rubric-block"
2378
+ "name": "value",
2379
+ "type": {
2380
+ "text": "unknown"
2381
+ }
1544
2382
  }
1545
- ],
1546
- "members": [],
1547
- "superclass": {
1548
- "name": "LitElement",
1549
- "package": "lit"
1550
- },
1551
- "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.",
1552
- "tagName": "qti-item-body",
1553
- "customElement": true
2383
+ ]
1554
2384
  }
1555
2385
  ],
1556
2386
  "exports": [
1557
2387
  {
1558
2388
  "kind": "js",
1559
- "name": "default",
2389
+ "name": "decimalSeparator",
1560
2390
  "declaration": {
1561
- "name": "QtiItemBody",
1562
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
2391
+ "name": "decimalSeparator",
2392
+ "module": "src/lib/qti-components/qti-utilities/utils.ts"
1563
2393
  }
1564
2394
  },
1565
2395
  {
1566
- "kind": "custom-element-definition",
1567
- "name": "qti-item-body",
2396
+ "kind": "js",
2397
+ "name": "convertNumberToUniveralFormat",
1568
2398
  "declaration": {
1569
- "name": "QtiItemBody",
1570
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
2399
+ "name": "convertNumberToUniveralFormat",
2400
+ "module": "src/lib/qti-components/qti-utilities/utils.ts"
2401
+ }
2402
+ },
2403
+ {
2404
+ "kind": "js",
2405
+ "name": "IsNullOrUndefined",
2406
+ "declaration": {
2407
+ "name": "IsNullOrUndefined",
2408
+ "module": "src/lib/qti-components/qti-utilities/utils.ts"
1571
2409
  }
1572
2410
  }
1573
2411
  ]
1574
2412
  },
1575
2413
  {
1576
2414
  "kind": "javascript-module",
1577
- "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
2415
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts",
1578
2416
  "declarations": [
1579
2417
  {
1580
2418
  "kind": "class",
1581
2419
  "description": "",
1582
- "name": "QtiPrompt",
2420
+ "name": "QtiVariableDeclaration",
1583
2421
  "members": [],
1584
2422
  "superclass": {
1585
2423
  "name": "LitElement",
1586
2424
  "package": "lit"
1587
2425
  },
1588
- "tagName": "qti-prompt",
2426
+ "tagName": "qti-variabledeclaration",
1589
2427
  "customElement": true
1590
2428
  }
1591
2429
  ],
1592
2430
  "exports": [
1593
2431
  {
1594
2432
  "kind": "js",
1595
- "name": "QtiPrompt",
2433
+ "name": "QtiVariableDeclaration",
1596
2434
  "declaration": {
1597
- "name": "QtiPrompt",
1598
- "module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
2435
+ "name": "QtiVariableDeclaration",
2436
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
1599
2437
  }
1600
2438
  },
1601
2439
  {
1602
2440
  "kind": "custom-element-definition",
1603
- "name": "qti-prompt",
2441
+ "name": "qti-variabledeclaration",
1604
2442
  "declaration": {
1605
- "name": "QtiPrompt",
1606
- "module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
2443
+ "name": "QtiVariableDeclaration",
2444
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
1607
2445
  }
1608
2446
  }
1609
2447
  ]
1610
2448
  },
1611
2449
  {
1612
2450
  "kind": "javascript-module",
1613
- "path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
1614
- "declarations": [
1615
- {
1616
- "kind": "class",
1617
- "description": "",
1618
- "name": "qtiContentBody",
1619
- "members": [],
1620
- "superclass": {
1621
- "name": "LitElement",
1622
- "package": "lit"
1623
- },
1624
- "tagName": "qti-content-body",
1625
- "customElement": true
1626
- }
1627
- ],
2451
+ "path": "src/lib/qti-test/components/index.ts",
2452
+ "declarations": [],
1628
2453
  "exports": [
1629
2454
  {
1630
2455
  "kind": "js",
1631
- "name": "qtiContentBody",
2456
+ "name": "*",
1632
2457
  "declaration": {
1633
- "name": "qtiContentBody",
1634
- "module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
2458
+ "name": "*",
2459
+ "package": "./test-next"
1635
2460
  }
1636
2461
  },
1637
2462
  {
1638
- "kind": "custom-element-definition",
1639
- "name": "qti-content-body",
2463
+ "kind": "js",
2464
+ "name": "*",
1640
2465
  "declaration": {
1641
- "name": "qtiContentBody",
1642
- "module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
2466
+ "name": "*",
2467
+ "package": "./test-prev"
1643
2468
  }
1644
- }
1645
- ]
1646
- },
1647
- {
1648
- "kind": "javascript-module",
1649
- "path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts",
1650
- "declarations": [
1651
- {
1652
- "kind": "class",
1653
- "description": "",
1654
- "name": "qtiRubricBlock",
1655
- "members": [],
1656
- "attributes": [
1657
- {
1658
- "name": "id",
1659
- "fieldName": "id"
1660
- },
1661
- {
1662
- "name": "use",
1663
- "type": {
1664
- "text": "'instructions' | 'scoring' | 'navigation'"
1665
- },
1666
- "fieldName": "use"
1667
- },
1668
- {
1669
- "name": "view",
1670
- "type": {
1671
- "text": "'author' | 'candidate' | 'proctor' | 'scorer' | 'testConstructor' | 'tutor'"
1672
- },
1673
- "fieldName": "view"
1674
- },
1675
- {
1676
- "name": "class",
1677
- "fieldName": "classNames"
1678
- }
1679
- ],
1680
- "superclass": {
1681
- "name": "LitElement",
1682
- "package": "lit"
1683
- },
1684
- "tagName": "qti-rubric-block",
1685
- "customElement": true
1686
- }
1687
- ],
1688
- "exports": [
2469
+ },
1689
2470
  {
1690
2471
  "kind": "js",
1691
- "name": "qtiRubricBlock",
2472
+ "name": "*",
1692
2473
  "declaration": {
1693
- "name": "qtiRubricBlock",
1694
- "module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
2474
+ "name": "*",
2475
+ "package": "./test-progress"
1695
2476
  }
1696
2477
  },
1697
2478
  {
1698
- "kind": "custom-element-definition",
1699
- "name": "qti-rubric-block",
2479
+ "kind": "js",
2480
+ "name": "*",
1700
2481
  "declaration": {
1701
- "name": "qtiRubricBlock",
1702
- "module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
2482
+ "name": "*",
2483
+ "package": "./test-slider"
1703
2484
  }
1704
- }
1705
- ]
1706
- },
1707
- {
1708
- "kind": "javascript-module",
1709
- "path": "src/lib/qti-components/qti-responseprocessing/index.ts",
1710
- "declarations": [],
1711
- "exports": [
2485
+ },
1712
2486
  {
1713
2487
  "kind": "js",
1714
- "name": "QtiResponseProcessing",
2488
+ "name": "*",
1715
2489
  "declaration": {
1716
- "name": "default",
1717
- "module": "./qti-responseprocessing/qti-responseprocessing"
2490
+ "name": "*",
2491
+ "package": "./test-paging-radio"
1718
2492
  }
1719
2493
  },
1720
2494
  {
1721
2495
  "kind": "js",
1722
- "name": "QtiRule",
2496
+ "name": "*",
1723
2497
  "declaration": {
1724
- "name": "QtiRule",
1725
- "module": "./qti-rule/qti-rule"
2498
+ "name": "*",
2499
+ "package": "./test-paging-buttons"
1726
2500
  }
1727
2501
  },
1728
2502
  {
@@ -1730,7 +2504,7 @@
1730
2504
  "name": "*",
1731
2505
  "declaration": {
1732
2506
  "name": "*",
1733
- "package": "./qti-rule/qti-responsecondition/qti-responsecondition"
2507
+ "package": "./test-show-correct"
1734
2508
  }
1735
2509
  },
1736
2510
  {
@@ -1738,7 +2512,7 @@
1738
2512
  "name": "*",
1739
2513
  "declaration": {
1740
2514
  "name": "*",
1741
- "package": "./qti-rule/qti-setoutcomevalue/qti-setoutcomevalue"
2515
+ "package": "./test-script"
1742
2516
  }
1743
2517
  },
1744
2518
  {
@@ -1746,7 +2520,7 @@
1746
2520
  "name": "*",
1747
2521
  "declaration": {
1748
2522
  "name": "*",
1749
- "package": "./qti-responseelse/qti-responseif/qti-responseif"
2523
+ "package": "./test-show-index"
1750
2524
  }
1751
2525
  },
1752
2526
  {
@@ -1754,292 +2528,467 @@
1754
2528
  "name": "*",
1755
2529
  "declaration": {
1756
2530
  "name": "*",
1757
- "package": "./qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif"
2531
+ "package": "./test-print-variables"
1758
2532
  }
1759
2533
  },
1760
2534
  {
1761
2535
  "kind": "js",
1762
2536
  "name": "*",
1763
2537
  "declaration": {
1764
- "name": "*",
1765
- "package": "./qti-responseelse/qti-responseelse"
2538
+ "name": "*",
2539
+ "package": "./test-print-score"
2540
+ }
2541
+ }
2542
+ ]
2543
+ },
2544
+ {
2545
+ "kind": "javascript-module",
2546
+ "path": "src/lib/qti-test/components/test-next.ts",
2547
+ "declarations": [
2548
+ {
2549
+ "kind": "class",
2550
+ "description": "",
2551
+ "name": "TestNext",
2552
+ "members": [],
2553
+ "events": [
2554
+ {
2555
+ "name": "on-test-request-item",
2556
+ "type": {
2557
+ "text": "CustomEvent"
2558
+ }
2559
+ }
2560
+ ],
2561
+ "superclass": {
2562
+ "name": "LitElement",
2563
+ "package": "lit"
2564
+ },
2565
+ "tagName": "test-next",
2566
+ "customElement": true
2567
+ }
2568
+ ],
2569
+ "exports": [
2570
+ {
2571
+ "kind": "js",
2572
+ "name": "TestNext",
2573
+ "declaration": {
2574
+ "name": "TestNext",
2575
+ "module": "src/lib/qti-test/components/test-next.ts"
1766
2576
  }
1767
2577
  },
1768
2578
  {
1769
- "kind": "js",
1770
- "name": "*",
2579
+ "kind": "custom-element-definition",
2580
+ "name": "test-next",
1771
2581
  "declaration": {
1772
- "name": "*",
1773
- "package": "./qti-expression"
2582
+ "name": "TestNext",
2583
+ "module": "src/lib/qti-test/components/test-next.ts"
1774
2584
  }
1775
2585
  }
1776
2586
  ]
1777
2587
  },
1778
2588
  {
1779
2589
  "kind": "javascript-module",
1780
- "path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
1781
- "declarations": [],
1782
- "exports": []
1783
- },
1784
- {
1785
- "kind": "javascript-module",
1786
- "path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts",
2590
+ "path": "src/lib/qti-test/components/test-paging-buttons.ts",
1787
2591
  "declarations": [
1788
2592
  {
1789
2593
  "kind": "class",
1790
2594
  "description": "",
1791
- "name": "QtiStylesheet",
2595
+ "name": "QtiTestPagingButtons",
1792
2596
  "members": [],
2597
+ "events": [
2598
+ {
2599
+ "name": "on-test-request-item",
2600
+ "type": {
2601
+ "text": "CustomEvent"
2602
+ }
2603
+ }
2604
+ ],
1793
2605
  "superclass": {
1794
2606
  "name": "LitElement",
1795
2607
  "package": "lit"
1796
2608
  },
1797
- "tagName": "qti-stylesheet",
2609
+ "tagName": "test-paging-buttons",
1798
2610
  "customElement": true
1799
2611
  }
1800
2612
  ],
1801
2613
  "exports": [
1802
2614
  {
1803
2615
  "kind": "js",
1804
- "name": "QtiStylesheet",
2616
+ "name": "QtiTestPagingButtons",
1805
2617
  "declaration": {
1806
- "name": "QtiStylesheet",
1807
- "module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
2618
+ "name": "QtiTestPagingButtons",
2619
+ "module": "src/lib/qti-test/components/test-paging-buttons.ts"
1808
2620
  }
1809
2621
  },
1810
2622
  {
1811
2623
  "kind": "custom-element-definition",
1812
- "name": "qti-stylesheet",
2624
+ "name": "test-paging-buttons",
1813
2625
  "declaration": {
1814
- "name": "QtiStylesheet",
1815
- "module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
2626
+ "name": "QtiTestPagingButtons",
2627
+ "module": "src/lib/qti-test/components/test-paging-buttons.ts"
1816
2628
  }
1817
2629
  }
1818
2630
  ]
1819
2631
  },
1820
2632
  {
1821
2633
  "kind": "javascript-module",
1822
- "path": "src/lib/qti-components/qti-utilities/EventStrings.ts",
2634
+ "path": "src/lib/qti-test/components/test-paging-radio.ts",
1823
2635
  "declarations": [
1824
2636
  {
1825
- "kind": "variable",
1826
- "name": "Events",
1827
- "type": {
1828
- "text": "object"
2637
+ "kind": "class",
2638
+ "description": "",
2639
+ "name": "QtiTestPagingRadio",
2640
+ "members": [],
2641
+ "events": [
2642
+ {
2643
+ "name": "on-test-request-item",
2644
+ "type": {
2645
+ "text": "CustomEvent"
2646
+ }
2647
+ }
2648
+ ],
2649
+ "superclass": {
2650
+ "name": "LitElement",
2651
+ "package": "lit"
1829
2652
  },
1830
- "default": "{\n // PK: external event internal response from an interaction the qti-assessment-item\n ON_OUTCOME_CHANGED: 'qti-outcome-changed',\n\n // PK: external event internal response from an interaction the qti-assessment-item\n ON_INTERACTION_CHANGED: 'on-interaction-changed',\n\n // ***** INTERNAL EVENTS ******/\n ON_REGISTER_VARIABLE: 'on-register-variable',\n ON_REGISTER_FEEDBACK: 'on-register-feedback',\n ON_REGISTER_INTERACTION: 'on-register-interaction',\n ON_REGISTER_CHOICE: 'on-register-choice',\n ON_REGISTER_HOTSPOT: 'on-register-hotspot',\n ON_LOOSE_CHOICE: 'on-loose-choice',\n // PK: internal response from an interaction the qti-assessment-item\n ON_INTERACTION_RESPONSE: 'on-interaction-response',\n\n // PK: events specific to elements from interactions\n ON_DROPDOWN_SELECTED: 'on-dropdown-selected',\n ON_CHOICE_ELEMENT_SELECTED: 'choice-element-selected'\n}"
2653
+ "tagName": "test-paging-radio",
2654
+ "customElement": true
1831
2655
  }
1832
2656
  ],
1833
2657
  "exports": [
1834
2658
  {
1835
2659
  "kind": "js",
1836
- "name": "*",
2660
+ "name": "QtiTestPagingRadio",
1837
2661
  "declaration": {
1838
- "name": "*",
1839
- "package": "./events/qti-outcome-changed"
2662
+ "name": "QtiTestPagingRadio",
2663
+ "module": "src/lib/qti-test/components/test-paging-radio.ts"
1840
2664
  }
1841
2665
  },
1842
2666
  {
1843
- "kind": "js",
1844
- "name": "*",
2667
+ "kind": "custom-element-definition",
2668
+ "name": "test-paging-radio",
1845
2669
  "declaration": {
1846
- "name": "*",
1847
- "package": "./events/qti-interaction-changed"
2670
+ "name": "QtiTestPagingRadio",
2671
+ "module": "src/lib/qti-test/components/test-paging-radio.ts"
1848
2672
  }
1849
- },
2673
+ }
2674
+ ]
2675
+ },
2676
+ {
2677
+ "kind": "javascript-module",
2678
+ "path": "src/lib/qti-test/components/test-prev.ts",
2679
+ "declarations": [
2680
+ {
2681
+ "kind": "class",
2682
+ "description": "",
2683
+ "name": "TestPrev",
2684
+ "members": [],
2685
+ "events": [
2686
+ {
2687
+ "name": "on-test-request-item",
2688
+ "type": {
2689
+ "text": "CustomEvent"
2690
+ }
2691
+ }
2692
+ ],
2693
+ "superclass": {
2694
+ "name": "LitElement",
2695
+ "package": "lit"
2696
+ },
2697
+ "tagName": "test-prev",
2698
+ "customElement": true
2699
+ }
2700
+ ],
2701
+ "exports": [
1850
2702
  {
1851
2703
  "kind": "js",
1852
- "name": "*",
2704
+ "name": "TestPrev",
1853
2705
  "declaration": {
1854
- "name": "*",
1855
- "package": "./events/qti-register-variable"
2706
+ "name": "TestPrev",
2707
+ "module": "src/lib/qti-test/components/test-prev.ts"
1856
2708
  }
1857
2709
  },
1858
2710
  {
1859
- "kind": "js",
1860
- "name": "*",
2711
+ "kind": "custom-element-definition",
2712
+ "name": "test-prev",
1861
2713
  "declaration": {
1862
- "name": "*",
1863
- "package": "./events/qti-register-interaction"
2714
+ "name": "TestPrev",
2715
+ "module": "src/lib/qti-test/components/test-prev.ts"
1864
2716
  }
1865
- },
2717
+ }
2718
+ ]
2719
+ },
2720
+ {
2721
+ "kind": "javascript-module",
2722
+ "path": "src/lib/qti-test/components/test-print-score.ts",
2723
+ "declarations": [
2724
+ {
2725
+ "kind": "class",
2726
+ "description": "",
2727
+ "name": "QtiTestPrintScore",
2728
+ "members": [],
2729
+ "events": [
2730
+ {
2731
+ "name": "on-test-request-item",
2732
+ "type": {
2733
+ "text": "CustomEvent"
2734
+ }
2735
+ }
2736
+ ],
2737
+ "superclass": {
2738
+ "name": "LitElement",
2739
+ "package": "lit"
2740
+ },
2741
+ "tagName": "test-print-score",
2742
+ "customElement": true
2743
+ }
2744
+ ],
2745
+ "exports": [
1866
2746
  {
1867
2747
  "kind": "js",
1868
- "name": "*",
2748
+ "name": "QtiTestPrintScore",
1869
2749
  "declaration": {
1870
- "name": "*",
1871
- "package": "./events/qti-register-choice"
2750
+ "name": "QtiTestPrintScore",
2751
+ "module": "src/lib/qti-test/components/test-print-score.ts"
1872
2752
  }
1873
2753
  },
1874
2754
  {
1875
- "kind": "js",
1876
- "name": "*",
2755
+ "kind": "custom-element-definition",
2756
+ "name": "test-print-score",
1877
2757
  "declaration": {
1878
- "name": "*",
1879
- "package": "./events/qti-register-hotspot"
2758
+ "name": "QtiTestPrintScore",
2759
+ "module": "src/lib/qti-test/components/test-print-score.ts"
1880
2760
  }
1881
- },
2761
+ }
2762
+ ]
2763
+ },
2764
+ {
2765
+ "kind": "javascript-module",
2766
+ "path": "src/lib/qti-test/components/test-print-variables.ts",
2767
+ "declarations": [
2768
+ {
2769
+ "kind": "class",
2770
+ "description": "",
2771
+ "name": "QtiPrintVariables",
2772
+ "members": [],
2773
+ "superclass": {
2774
+ "name": "LitElement",
2775
+ "package": "lit"
2776
+ },
2777
+ "tagName": "test-print-variables",
2778
+ "customElement": true
2779
+ }
2780
+ ],
2781
+ "exports": [
1882
2782
  {
1883
2783
  "kind": "js",
1884
- "name": "*",
2784
+ "name": "QtiPrintVariables",
1885
2785
  "declaration": {
1886
- "name": "*",
1887
- "package": "./events/qti-loose-choice"
2786
+ "name": "QtiPrintVariables",
2787
+ "module": "src/lib/qti-test/components/test-print-variables.ts"
1888
2788
  }
1889
2789
  },
1890
2790
  {
1891
- "kind": "js",
1892
- "name": "*",
2791
+ "kind": "custom-element-definition",
2792
+ "name": "test-print-variables",
1893
2793
  "declaration": {
1894
- "name": "*",
1895
- "package": "./events/qti-interaction-response"
2794
+ "name": "QtiPrintVariables",
2795
+ "module": "src/lib/qti-test/components/test-print-variables.ts"
1896
2796
  }
1897
- },
2797
+ }
2798
+ ]
2799
+ },
2800
+ {
2801
+ "kind": "javascript-module",
2802
+ "path": "src/lib/qti-test/components/test-progress.ts",
2803
+ "declarations": [
2804
+ {
2805
+ "kind": "class",
2806
+ "description": "",
2807
+ "name": "QtiTestProgress",
2808
+ "members": [],
2809
+ "superclass": {
2810
+ "name": "LitElement",
2811
+ "package": "lit"
2812
+ },
2813
+ "tagName": "test-progress",
2814
+ "customElement": true
2815
+ }
2816
+ ],
2817
+ "exports": [
1898
2818
  {
1899
2819
  "kind": "js",
1900
- "name": "*",
2820
+ "name": "QtiTestProgress",
1901
2821
  "declaration": {
1902
- "name": "*",
1903
- "package": "./events/qti-choice-element-selected"
2822
+ "name": "QtiTestProgress",
2823
+ "module": "src/lib/qti-test/components/test-progress.ts"
1904
2824
  }
1905
2825
  },
1906
2826
  {
1907
- "kind": "js",
1908
- "name": "Events",
2827
+ "kind": "custom-element-definition",
2828
+ "name": "test-progress",
1909
2829
  "declaration": {
1910
- "name": "Events",
1911
- "module": "src/lib/qti-components/qti-utilities/EventStrings.ts"
2830
+ "name": "QtiTestProgress",
2831
+ "module": "src/lib/qti-test/components/test-progress.ts"
1912
2832
  }
1913
2833
  }
1914
2834
  ]
1915
2835
  },
1916
2836
  {
1917
2837
  "kind": "javascript-module",
1918
- "path": "src/lib/qti-components/qti-utilities/EventTypes.ts",
1919
- "declarations": [],
1920
- "exports": []
1921
- },
1922
- {
1923
- "kind": "javascript-module",
1924
- "path": "src/lib/qti-components/qti-utilities/ExpressionResult.ts",
1925
- "declarations": [],
1926
- "exports": []
1927
- },
1928
- {
1929
- "kind": "javascript-module",
1930
- "path": "src/lib/qti-components/qti-utilities/TemplateStrings.ts",
2838
+ "path": "src/lib/qti-test/components/test-script.ts",
1931
2839
  "declarations": [
1932
2840
  {
1933
- "kind": "variable",
1934
- "name": "matchCorrect",
1935
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
1936
- },
1937
- {
1938
- "kind": "variable",
1939
- "name": "mapResponse",
1940
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
1941
- },
1942
- {
1943
- "kind": "variable",
1944
- "name": "mapResponsePoint",
1945
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
2841
+ "kind": "class",
2842
+ "description": "",
2843
+ "name": "TestScript",
2844
+ "members": [],
2845
+ "superclass": {
2846
+ "name": "LitElement",
2847
+ "package": "lit"
2848
+ },
2849
+ "tagName": "test-script",
2850
+ "customElement": true
1946
2851
  }
1947
2852
  ],
1948
2853
  "exports": [
1949
2854
  {
1950
2855
  "kind": "js",
1951
- "name": "matchCorrect",
2856
+ "name": "TestScript",
1952
2857
  "declaration": {
1953
- "name": "matchCorrect",
1954
- "module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
2858
+ "name": "TestScript",
2859
+ "module": "src/lib/qti-test/components/test-script.ts"
1955
2860
  }
1956
2861
  },
2862
+ {
2863
+ "kind": "custom-element-definition",
2864
+ "name": "test-script",
2865
+ "declaration": {
2866
+ "name": "TestScript",
2867
+ "module": "src/lib/qti-test/components/test-script.ts"
2868
+ }
2869
+ }
2870
+ ]
2871
+ },
2872
+ {
2873
+ "kind": "javascript-module",
2874
+ "path": "src/lib/qti-test/components/test-show-correct.ts",
2875
+ "declarations": [
2876
+ {
2877
+ "kind": "class",
2878
+ "description": "",
2879
+ "name": "QtiTestShowCorrect",
2880
+ "members": [],
2881
+ "superclass": {
2882
+ "name": "LitElement",
2883
+ "package": "lit"
2884
+ },
2885
+ "tagName": "test-show-correct",
2886
+ "customElement": true
2887
+ }
2888
+ ],
2889
+ "exports": [
1957
2890
  {
1958
2891
  "kind": "js",
1959
- "name": "mapResponse",
2892
+ "name": "QtiTestShowCorrect",
1960
2893
  "declaration": {
1961
- "name": "mapResponse",
1962
- "module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
2894
+ "name": "QtiTestShowCorrect",
2895
+ "module": "src/lib/qti-test/components/test-show-correct.ts"
1963
2896
  }
1964
2897
  },
1965
2898
  {
1966
- "kind": "js",
1967
- "name": "mapResponsePoint",
2899
+ "kind": "custom-element-definition",
2900
+ "name": "test-show-correct",
1968
2901
  "declaration": {
1969
- "name": "mapResponsePoint",
1970
- "module": "src/lib/qti-components/qti-utilities/TemplateStrings.ts"
2902
+ "name": "QtiTestShowCorrect",
2903
+ "module": "src/lib/qti-test/components/test-show-correct.ts"
1971
2904
  }
1972
2905
  }
1973
2906
  ]
1974
2907
  },
1975
2908
  {
1976
2909
  "kind": "javascript-module",
1977
- "path": "src/lib/qti-components/qti-utilities/Variables.ts",
2910
+ "path": "src/lib/qti-test/components/test-show-index.ts",
1978
2911
  "declarations": [
1979
2912
  {
1980
2913
  "kind": "class",
1981
2914
  "description": "",
1982
- "name": "OutcomeVariable",
1983
- "members": []
1984
- },
1985
- {
1986
- "kind": "class",
1987
- "description": "",
1988
- "name": "ResponseVariable",
1989
- "members": []
2915
+ "name": "TestShowIndex",
2916
+ "members": [],
2917
+ "events": [
2918
+ {
2919
+ "name": "on-test-request-item",
2920
+ "type": {
2921
+ "text": "CustomEvent"
2922
+ }
2923
+ }
2924
+ ],
2925
+ "superclass": {
2926
+ "name": "LitElement",
2927
+ "package": "lit"
2928
+ },
2929
+ "tagName": "test-show-index",
2930
+ "customElement": true
1990
2931
  }
1991
2932
  ],
1992
2933
  "exports": [
1993
2934
  {
1994
2935
  "kind": "js",
1995
- "name": "OutcomeVariable",
2936
+ "name": "TestShowIndex",
1996
2937
  "declaration": {
1997
- "name": "OutcomeVariable",
1998
- "module": "src/lib/qti-components/qti-utilities/Variables.ts"
2938
+ "name": "TestShowIndex",
2939
+ "module": "src/lib/qti-test/components/test-show-index.ts"
1999
2940
  }
2000
2941
  },
2001
2942
  {
2002
- "kind": "js",
2003
- "name": "ResponseVariable",
2943
+ "kind": "custom-element-definition",
2944
+ "name": "test-show-index",
2004
2945
  "declaration": {
2005
- "name": "ResponseVariable",
2006
- "module": "src/lib/qti-components/qti-utilities/Variables.ts"
2946
+ "name": "TestShowIndex",
2947
+ "module": "src/lib/qti-test/components/test-show-index.ts"
2007
2948
  }
2008
2949
  }
2009
2950
  ]
2010
2951
  },
2011
2952
  {
2012
2953
  "kind": "javascript-module",
2013
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts",
2954
+ "path": "src/lib/qti-test/components/test-slider.ts",
2014
2955
  "declarations": [
2015
2956
  {
2016
2957
  "kind": "class",
2017
2958
  "description": "",
2018
- "name": "QtiVariableDeclaration",
2959
+ "name": "QtiTestSlider",
2019
2960
  "members": [],
2961
+ "events": [
2962
+ {
2963
+ "name": "on-test-request-item",
2964
+ "type": {
2965
+ "text": "CustomEvent"
2966
+ }
2967
+ }
2968
+ ],
2020
2969
  "superclass": {
2021
2970
  "name": "LitElement",
2022
2971
  "package": "lit"
2023
2972
  },
2024
- "tagName": "qti-variabledeclaration",
2973
+ "tagName": "test-slider",
2025
2974
  "customElement": true
2026
2975
  }
2027
2976
  ],
2028
2977
  "exports": [
2029
2978
  {
2030
2979
  "kind": "js",
2031
- "name": "QtiVariableDeclaration",
2980
+ "name": "QtiTestSlider",
2032
2981
  "declaration": {
2033
- "name": "QtiVariableDeclaration",
2034
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
2982
+ "name": "QtiTestSlider",
2983
+ "module": "src/lib/qti-test/components/test-slider.ts"
2035
2984
  }
2036
2985
  },
2037
2986
  {
2038
2987
  "kind": "custom-element-definition",
2039
- "name": "qti-variabledeclaration",
2988
+ "name": "test-slider",
2040
2989
  "declaration": {
2041
- "name": "QtiVariableDeclaration",
2042
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration.ts"
2990
+ "name": "QtiTestSlider",
2991
+ "module": "src/lib/qti-test/components/test-slider.ts"
2043
2992
  }
2044
2993
  }
2045
2994
  ]
@@ -2065,7 +3014,6 @@
2065
3014
  "type": {
2066
3015
  "text": "string"
2067
3016
  },
2068
- "default": "'show'",
2069
3017
  "fieldName": "showHide",
2070
3018
  "inheritedFrom": {
2071
3019
  "name": "QtiFeedback",
@@ -2149,7 +3097,6 @@
2149
3097
  "type": {
2150
3098
  "text": "string"
2151
3099
  },
2152
- "default": "'show'",
2153
3100
  "fieldName": "showHide",
2154
3101
  "inheritedFrom": {
2155
3102
  "name": "QtiFeedback",
@@ -2233,7 +3180,6 @@
2233
3180
  "type": {
2234
3181
  "text": "string"
2235
3182
  },
2236
- "default": "'show'",
2237
3183
  "fieldName": "showHide",
2238
3184
  "inheritedFrom": {
2239
3185
  "name": "QtiFeedback",
@@ -2575,40 +3521,56 @@
2575
3521
  },
2576
3522
  {
2577
3523
  "kind": "javascript-module",
2578
- "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
3524
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
2579
3525
  "declarations": [
2580
3526
  {
2581
3527
  "kind": "class",
2582
3528
  "description": "",
2583
- "name": "QtiExtendedTextInteraction",
3529
+ "name": "QtiEndAttemptInteraction",
2584
3530
  "members": [],
2585
- "attributes": [
3531
+ "events": [
2586
3532
  {
2587
- "name": "expected-length",
3533
+ "name": "end-attempt",
2588
3534
  "type": {
2589
- "text": "number"
2590
- },
2591
- "description": "expected length is mapped to the property maxlength on the textarea",
2592
- "fieldName": "expectedLength"
3535
+ "text": "CustomEvent"
3536
+ }
2593
3537
  },
2594
3538
  {
2595
- "name": "pattern-mask",
3539
+ "name": "qti-register-interaction",
2596
3540
  "type": {
2597
- "text": "string"
3541
+ "text": "CustomEvent"
2598
3542
  },
2599
- "fieldName": "patternMask"
3543
+ "inheritedFrom": {
3544
+ "name": "Interaction",
3545
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3546
+ }
2600
3547
  },
2601
3548
  {
2602
- "name": "placeholder-text",
3549
+ "name": "qti-interaction-response",
3550
+ "type": {
3551
+ "text": "CustomEvent"
3552
+ },
3553
+ "inheritedFrom": {
3554
+ "name": "Interaction",
3555
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3556
+ }
3557
+ }
3558
+ ],
3559
+ "attributes": [
3560
+ {
3561
+ "name": "count-attempt",
2603
3562
  "type": {
2604
3563
  "text": "string"
2605
3564
  },
2606
- "description": "text appearing in the extended-text-nteraction if it is empty",
2607
- "fieldName": "placeholderText"
3565
+ "default": "'true'",
3566
+ "fieldName": "countAttempt"
2608
3567
  },
2609
3568
  {
2610
- "name": "class",
2611
- "fieldName": "classNames"
3569
+ "name": "title",
3570
+ "type": {
3571
+ "text": "'end attempt'"
3572
+ },
3573
+ "fieldName": "title"
2612
3574
  },
2613
3575
  {
2614
3576
  "name": "response-identifier",
@@ -2653,73 +3615,6 @@
2653
3615
  "name": "Interaction",
2654
3616
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2655
3617
  },
2656
- "tagName": "qti-extended-text-interaction",
2657
- "customElement": true,
2658
- "events": [
2659
- {
2660
- "name": "qti-register-interaction",
2661
- "type": {
2662
- "text": "CustomEvent"
2663
- },
2664
- "inheritedFrom": {
2665
- "name": "Interaction",
2666
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2667
- }
2668
- },
2669
- {
2670
- "name": "qti-interaction-response",
2671
- "type": {
2672
- "text": "CustomEvent"
2673
- },
2674
- "inheritedFrom": {
2675
- "name": "Interaction",
2676
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2677
- }
2678
- }
2679
- ]
2680
- }
2681
- ],
2682
- "exports": [
2683
- {
2684
- "kind": "js",
2685
- "name": "QtiExtendedTextInteraction",
2686
- "declaration": {
2687
- "name": "QtiExtendedTextInteraction",
2688
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
2689
- }
2690
- },
2691
- {
2692
- "kind": "custom-element-definition",
2693
- "name": "qti-extended-text-interaction",
2694
- "declaration": {
2695
- "name": "QtiExtendedTextInteraction",
2696
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
2697
- }
2698
- }
2699
- ]
2700
- },
2701
- {
2702
- "kind": "javascript-module",
2703
- "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
2704
- "declarations": [
2705
- {
2706
- "kind": "class",
2707
- "description": "",
2708
- "name": "QtiEndAttemptInteraction",
2709
- "members": [],
2710
- "attributes": [
2711
- {
2712
- "name": "title",
2713
- "type": {
2714
- "text": "'end attempt'"
2715
- },
2716
- "fieldName": "title"
2717
- }
2718
- ],
2719
- "superclass": {
2720
- "name": "LitElement",
2721
- "package": "lit"
2722
- },
2723
3618
  "tagName": "qti-end-attempt-interaction",
2724
3619
  "customElement": true
2725
3620
  }
@@ -2808,30 +3703,155 @@
2808
3703
  }
2809
3704
  },
2810
3705
  {
2811
- "name": "min-associations",
3706
+ "name": "min-associations",
3707
+ "type": {
3708
+ "text": "number"
3709
+ },
3710
+ "default": "1",
3711
+ "fieldName": "minAssociations",
3712
+ "inheritedFrom": {
3713
+ "name": "DragDropInteractionMixin",
3714
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3715
+ }
3716
+ },
3717
+ {
3718
+ "name": "max-associations",
3719
+ "type": {
3720
+ "text": "number"
3721
+ },
3722
+ "default": "1",
3723
+ "fieldName": "maxAssociations",
3724
+ "inheritedFrom": {
3725
+ "name": "DragDropInteractionMixin",
3726
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3727
+ }
3728
+ }
3729
+ ],
3730
+ "events": [
3731
+ {
3732
+ "name": "qti-register-interaction",
3733
+ "type": {
3734
+ "text": "CustomEvent"
3735
+ },
3736
+ "inheritedFrom": {
3737
+ "name": "DragDropInteractionMixin",
3738
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3739
+ }
3740
+ },
3741
+ {
3742
+ "name": "qti-interaction-response",
3743
+ "type": {
3744
+ "text": "CustomEvent"
3745
+ },
3746
+ "inheritedFrom": {
3747
+ "name": "DragDropInteractionMixin",
3748
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3749
+ }
3750
+ }
3751
+ ]
3752
+ }
3753
+ ],
3754
+ "exports": [
3755
+ {
3756
+ "kind": "js",
3757
+ "name": "QtiGapMatchInteraction",
3758
+ "declaration": {
3759
+ "name": "QtiGapMatchInteraction",
3760
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
3761
+ }
3762
+ },
3763
+ {
3764
+ "kind": "custom-element-definition",
3765
+ "name": "qti-gap-match-interaction",
3766
+ "declaration": {
3767
+ "name": "QtiGapMatchInteraction",
3768
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
3769
+ }
3770
+ }
3771
+ ]
3772
+ },
3773
+ {
3774
+ "kind": "javascript-module",
3775
+ "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
3776
+ "declarations": [
3777
+ {
3778
+ "kind": "class",
3779
+ "description": "",
3780
+ "name": "QtiExtendedTextInteraction",
3781
+ "members": [],
3782
+ "attributes": [
3783
+ {
3784
+ "name": "expected-length",
3785
+ "type": {
3786
+ "text": "number"
3787
+ },
3788
+ "description": "expected length is mapped to the property maxlength on the textarea",
3789
+ "fieldName": "expectedLength"
3790
+ },
3791
+ {
3792
+ "name": "pattern-mask",
3793
+ "type": {
3794
+ "text": "string"
3795
+ },
3796
+ "fieldName": "patternMask"
3797
+ },
3798
+ {
3799
+ "name": "placeholder-text",
3800
+ "type": {
3801
+ "text": "string"
3802
+ },
3803
+ "description": "text appearing in the extended-text-nteraction if it is empty",
3804
+ "fieldName": "placeholderText"
3805
+ },
3806
+ {
3807
+ "name": "class",
3808
+ "fieldName": "classNames"
3809
+ },
3810
+ {
3811
+ "name": "response-identifier",
3812
+ "type": {
3813
+ "text": "string"
3814
+ },
3815
+ "default": "''",
3816
+ "fieldName": "responseIdentifier",
3817
+ "inheritedFrom": {
3818
+ "name": "Interaction",
3819
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3820
+ }
3821
+ },
3822
+ {
3823
+ "name": "disabled",
2812
3824
  "type": {
2813
- "text": "number"
3825
+ "text": "boolean"
2814
3826
  },
2815
- "default": "1",
2816
- "fieldName": "minAssociations",
3827
+ "default": "false",
3828
+ "description": "disabled should be exposed to the attributes and accessible as property",
3829
+ "fieldName": "disabled",
2817
3830
  "inheritedFrom": {
2818
- "name": "DragDropInteractionMixin",
2819
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3831
+ "name": "Interaction",
3832
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2820
3833
  }
2821
3834
  },
2822
3835
  {
2823
- "name": "max-associations",
3836
+ "name": "readonly",
2824
3837
  "type": {
2825
- "text": "number"
3838
+ "text": "boolean"
2826
3839
  },
2827
- "default": "1",
2828
- "fieldName": "maxAssociations",
3840
+ "default": "false",
3841
+ "description": "readonly should be exposed to the attributes and accessible as property",
3842
+ "fieldName": "readonly",
2829
3843
  "inheritedFrom": {
2830
- "name": "DragDropInteractionMixin",
2831
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3844
+ "name": "Interaction",
3845
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2832
3846
  }
2833
3847
  }
2834
3848
  ],
3849
+ "superclass": {
3850
+ "name": "Interaction",
3851
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3852
+ },
3853
+ "tagName": "qti-extended-text-interaction",
3854
+ "customElement": true,
2835
3855
  "events": [
2836
3856
  {
2837
3857
  "name": "qti-register-interaction",
@@ -2839,8 +3859,8 @@
2839
3859
  "text": "CustomEvent"
2840
3860
  },
2841
3861
  "inheritedFrom": {
2842
- "name": "DragDropInteractionMixin",
2843
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3862
+ "name": "Interaction",
3863
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2844
3864
  }
2845
3865
  },
2846
3866
  {
@@ -2849,8 +3869,8 @@
2849
3869
  "text": "CustomEvent"
2850
3870
  },
2851
3871
  "inheritedFrom": {
2852
- "name": "DragDropInteractionMixin",
2853
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3872
+ "name": "Interaction",
3873
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2854
3874
  }
2855
3875
  }
2856
3876
  ]
@@ -2859,18 +3879,18 @@
2859
3879
  "exports": [
2860
3880
  {
2861
3881
  "kind": "js",
2862
- "name": "QtiGapMatchInteraction",
3882
+ "name": "QtiExtendedTextInteraction",
2863
3883
  "declaration": {
2864
- "name": "QtiGapMatchInteraction",
2865
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
3884
+ "name": "QtiExtendedTextInteraction",
3885
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
2866
3886
  }
2867
3887
  },
2868
3888
  {
2869
3889
  "kind": "custom-element-definition",
2870
- "name": "qti-gap-match-interaction",
3890
+ "name": "qti-extended-text-interaction",
2871
3891
  "declaration": {
2872
- "name": "QtiGapMatchInteraction",
2873
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
3892
+ "name": "QtiExtendedTextInteraction",
3893
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
2874
3894
  }
2875
3895
  }
2876
3896
  ]
@@ -3579,36 +4599,19 @@
3579
4599
  },
3580
4600
  {
3581
4601
  "kind": "javascript-module",
3582
- "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
4602
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
3583
4603
  "declarations": [
3584
4604
  {
3585
4605
  "kind": "class",
3586
4606
  "description": "",
3587
- "name": "QtiMatchInteraction",
4607
+ "name": "QtiMediaInteraction",
3588
4608
  "members": [],
3589
- "events": [
4609
+ "attributes": [
3590
4610
  {
3591
- "name": "qti-interaction-response",
3592
- "type": {
3593
- "text": "CustomEvent"
3594
- },
3595
- "inheritedFrom": {
3596
- "name": "DragDropInteractionMixin",
3597
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3598
- }
4611
+ "name": "",
4612
+ "fieldName": "",
4613
+ "attribute": ""
3599
4614
  },
3600
- {
3601
- "name": "qti-register-interaction",
3602
- "type": {
3603
- "text": "CustomEvent"
3604
- },
3605
- "inheritedFrom": {
3606
- "name": "DragDropInteractionMixin",
3607
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3608
- }
3609
- }
3610
- ],
3611
- "attributes": [
3612
4615
  {
3613
4616
  "name": "response-identifier",
3614
4617
  "type": {
@@ -3617,8 +4620,8 @@
3617
4620
  "default": "''",
3618
4621
  "fieldName": "responseIdentifier",
3619
4622
  "inheritedFrom": {
3620
- "name": "DragDropInteractionMixin",
3621
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4623
+ "name": "Interaction",
4624
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3622
4625
  }
3623
4626
  },
3624
4627
  {
@@ -3627,10 +4630,11 @@
3627
4630
  "text": "boolean"
3628
4631
  },
3629
4632
  "default": "false",
4633
+ "description": "disabled should be exposed to the attributes and accessible as property",
3630
4634
  "fieldName": "disabled",
3631
4635
  "inheritedFrom": {
3632
- "name": "DroppablesMixin",
3633
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4636
+ "name": "Interaction",
4637
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3634
4638
  }
3635
4639
  },
3636
4640
  {
@@ -3639,85 +4643,101 @@
3639
4643
  "text": "boolean"
3640
4644
  },
3641
4645
  "default": "false",
4646
+ "description": "readonly should be exposed to the attributes and accessible as property",
3642
4647
  "fieldName": "readonly",
3643
4648
  "inheritedFrom": {
3644
- "name": "DragDropInteractionMixin",
3645
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4649
+ "name": "Interaction",
4650
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3646
4651
  }
3647
- },
4652
+ }
4653
+ ],
4654
+ "superclass": {
4655
+ "name": "Interaction",
4656
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4657
+ },
4658
+ "tagName": "qti-media-interaction",
4659
+ "customElement": true,
4660
+ "events": [
3648
4661
  {
3649
- "name": "min-associations",
4662
+ "name": "qti-register-interaction",
3650
4663
  "type": {
3651
- "text": "number"
4664
+ "text": "CustomEvent"
3652
4665
  },
3653
- "default": "1",
3654
- "fieldName": "minAssociations",
3655
4666
  "inheritedFrom": {
3656
- "name": "DragDropInteractionMixin",
3657
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4667
+ "name": "Interaction",
4668
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3658
4669
  }
3659
4670
  },
3660
4671
  {
3661
- "name": "max-associations",
4672
+ "name": "qti-interaction-response",
3662
4673
  "type": {
3663
- "text": "number"
4674
+ "text": "CustomEvent"
3664
4675
  },
3665
- "default": "1",
3666
- "fieldName": "maxAssociations",
3667
4676
  "inheritedFrom": {
3668
- "name": "DragDropInteractionMixin",
3669
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4677
+ "name": "Interaction",
4678
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3670
4679
  }
3671
4680
  }
3672
- ],
3673
- "mixins": [
3674
- {
3675
- "name": "DragDropInteractionMixin",
3676
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3677
- }
3678
- ],
3679
- "superclass": {
3680
- "name": "LitElement",
3681
- "package": "lit"
3682
- },
3683
- "tagName": "qti-match-interaction",
3684
- "customElement": true
4681
+ ]
3685
4682
  }
3686
4683
  ],
3687
4684
  "exports": [
3688
4685
  {
3689
4686
  "kind": "js",
3690
- "name": "QtiMatchInteraction",
4687
+ "name": "QtiMediaInteraction",
3691
4688
  "declaration": {
3692
- "name": "QtiMatchInteraction",
3693
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
4689
+ "name": "QtiMediaInteraction",
4690
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3694
4691
  }
3695
4692
  },
3696
4693
  {
3697
4694
  "kind": "custom-element-definition",
3698
- "name": "qti-match-interaction",
4695
+ "name": "qti-media-interaction",
3699
4696
  "declaration": {
3700
- "name": "QtiMatchInteraction",
3701
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
4697
+ "name": "QtiMediaInteraction",
4698
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3702
4699
  }
3703
4700
  }
3704
4701
  ]
3705
4702
  },
3706
4703
  {
3707
4704
  "kind": "javascript-module",
3708
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
4705
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
4706
+ "declarations": [],
4707
+ "exports": []
4708
+ },
4709
+ {
4710
+ "kind": "javascript-module",
4711
+ "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
3709
4712
  "declarations": [
3710
4713
  {
3711
4714
  "kind": "class",
3712
4715
  "description": "",
3713
- "name": "QtiMediaInteraction",
4716
+ "name": "QtiMatchInteraction",
3714
4717
  "members": [],
3715
- "attributes": [
4718
+ "events": [
3716
4719
  {
3717
- "name": "",
3718
- "fieldName": "",
3719
- "attribute": ""
4720
+ "name": "qti-interaction-response",
4721
+ "type": {
4722
+ "text": "CustomEvent"
4723
+ },
4724
+ "inheritedFrom": {
4725
+ "name": "DragDropInteractionMixin",
4726
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4727
+ }
3720
4728
  },
4729
+ {
4730
+ "name": "qti-register-interaction",
4731
+ "type": {
4732
+ "text": "CustomEvent"
4733
+ },
4734
+ "inheritedFrom": {
4735
+ "name": "DragDropInteractionMixin",
4736
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4737
+ }
4738
+ }
4739
+ ],
4740
+ "attributes": [
3721
4741
  {
3722
4742
  "name": "response-identifier",
3723
4743
  "type": {
@@ -3726,8 +4746,8 @@
3726
4746
  "default": "''",
3727
4747
  "fieldName": "responseIdentifier",
3728
4748
  "inheritedFrom": {
3729
- "name": "Interaction",
3730
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4749
+ "name": "DragDropInteractionMixin",
4750
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3731
4751
  }
3732
4752
  },
3733
4753
  {
@@ -3736,11 +4756,10 @@
3736
4756
  "text": "boolean"
3737
4757
  },
3738
4758
  "default": "false",
3739
- "description": "disabled should be exposed to the attributes and accessible as property",
3740
4759
  "fieldName": "disabled",
3741
4760
  "inheritedFrom": {
3742
- "name": "Interaction",
3743
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4761
+ "name": "DroppablesMixin",
4762
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3744
4763
  }
3745
4764
  },
3746
4765
  {
@@ -3749,69 +4768,70 @@
3749
4768
  "text": "boolean"
3750
4769
  },
3751
4770
  "default": "false",
3752
- "description": "readonly should be exposed to the attributes and accessible as property",
3753
4771
  "fieldName": "readonly",
3754
4772
  "inheritedFrom": {
3755
- "name": "Interaction",
3756
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4773
+ "name": "DragDropInteractionMixin",
4774
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3757
4775
  }
3758
- }
3759
- ],
3760
- "superclass": {
3761
- "name": "Interaction",
3762
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3763
- },
3764
- "tagName": "qti-media-interaction",
3765
- "customElement": true,
3766
- "events": [
4776
+ },
3767
4777
  {
3768
- "name": "qti-register-interaction",
4778
+ "name": "min-associations",
3769
4779
  "type": {
3770
- "text": "CustomEvent"
4780
+ "text": "number"
3771
4781
  },
4782
+ "default": "1",
4783
+ "fieldName": "minAssociations",
3772
4784
  "inheritedFrom": {
3773
- "name": "Interaction",
3774
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4785
+ "name": "DragDropInteractionMixin",
4786
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3775
4787
  }
3776
4788
  },
3777
4789
  {
3778
- "name": "qti-interaction-response",
4790
+ "name": "max-associations",
3779
4791
  "type": {
3780
- "text": "CustomEvent"
4792
+ "text": "number"
3781
4793
  },
4794
+ "default": "1",
4795
+ "fieldName": "maxAssociations",
3782
4796
  "inheritedFrom": {
3783
- "name": "Interaction",
3784
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4797
+ "name": "DragDropInteractionMixin",
4798
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3785
4799
  }
3786
4800
  }
3787
- ]
4801
+ ],
4802
+ "mixins": [
4803
+ {
4804
+ "name": "DragDropInteractionMixin",
4805
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4806
+ }
4807
+ ],
4808
+ "superclass": {
4809
+ "name": "LitElement",
4810
+ "package": "lit"
4811
+ },
4812
+ "tagName": "qti-match-interaction",
4813
+ "customElement": true
3788
4814
  }
3789
4815
  ],
3790
4816
  "exports": [
3791
4817
  {
3792
4818
  "kind": "js",
3793
- "name": "QtiMediaInteraction",
4819
+ "name": "QtiMatchInteraction",
3794
4820
  "declaration": {
3795
- "name": "QtiMediaInteraction",
3796
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
4821
+ "name": "QtiMatchInteraction",
4822
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3797
4823
  }
3798
4824
  },
3799
4825
  {
3800
4826
  "kind": "custom-element-definition",
3801
- "name": "qti-media-interaction",
3802
- "declaration": {
3803
- "name": "QtiMediaInteraction",
3804
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
4827
+ "name": "qti-match-interaction",
4828
+ "declaration": {
4829
+ "name": "QtiMatchInteraction",
4830
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3805
4831
  }
3806
4832
  }
3807
4833
  ]
3808
4834
  },
3809
- {
3810
- "kind": "javascript-module",
3811
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
3812
- "declarations": [],
3813
- "exports": []
3814
- },
3815
4835
  {
3816
4836
  "kind": "javascript-module",
3817
4837
  "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
@@ -3948,138 +4968,138 @@
3948
4968
  },
3949
4969
  {
3950
4970
  "kind": "javascript-module",
3951
- "path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
4971
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts",
3952
4972
  "declarations": [
3953
4973
  {
3954
4974
  "kind": "class",
3955
4975
  "description": "",
3956
- "name": "QtiPortableCustomInteraction",
4976
+ "name": "QtiSPositionObjectInteraction",
3957
4977
  "members": [],
3958
- "attributes": [
3959
- {
3960
- "name": "response-identifier",
3961
- "type": {
3962
- "text": "string"
3963
- },
3964
- "fieldName": "responseIdentifier"
3965
- },
3966
- {
3967
- "name": "module",
3968
- "type": {
3969
- "text": "string"
3970
- },
3971
- "fieldName": "module"
3972
- },
3973
- {
3974
- "name": "custom-interaction-type-identifier",
3975
- "type": {
3976
- "text": "string"
3977
- },
3978
- "fieldName": "customInteractionTypeIdentifier"
3979
- },
3980
- {
3981
- "name": "base-url",
3982
- "type": {
3983
- "text": "string"
3984
- },
3985
- "fieldName": "baseUrl"
3986
- }
3987
- ],
3988
4978
  "superclass": {
3989
4979
  "name": "LitElement",
3990
4980
  "package": "lit"
3991
4981
  },
3992
- "tagName": "qti-portable-custom-interaction",
4982
+ "tagName": "qti-position-object-interaction",
3993
4983
  "customElement": true
3994
4984
  }
3995
4985
  ],
3996
4986
  "exports": [
3997
4987
  {
3998
4988
  "kind": "js",
3999
- "name": "QtiPortableCustomInteraction",
4989
+ "name": "QtiSPositionObjectInteraction",
4000
4990
  "declaration": {
4001
- "name": "QtiPortableCustomInteraction",
4002
- "module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
4991
+ "name": "QtiSPositionObjectInteraction",
4992
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
4003
4993
  }
4004
4994
  },
4005
4995
  {
4006
4996
  "kind": "custom-element-definition",
4007
- "name": "qti-portable-custom-interaction",
4997
+ "name": "qti-position-object-interaction",
4008
4998
  "declaration": {
4009
- "name": "QtiPortableCustomInteraction",
4010
- "module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
4999
+ "name": "QtiSPositionObjectInteraction",
5000
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
4011
5001
  }
4012
5002
  }
4013
5003
  ]
4014
5004
  },
4015
5005
  {
4016
5006
  "kind": "javascript-module",
4017
- "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts",
5007
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts",
4018
5008
  "declarations": [
4019
5009
  {
4020
5010
  "kind": "class",
4021
5011
  "description": "",
4022
- "name": "QtiSPositionObjectInteraction",
5012
+ "name": "QtiPositionObjectStage",
4023
5013
  "members": [],
4024
5014
  "superclass": {
4025
5015
  "name": "LitElement",
4026
5016
  "package": "lit"
4027
5017
  },
4028
- "tagName": "qti-position-object-interaction",
5018
+ "tagName": "qti-position-object-stage",
4029
5019
  "customElement": true
4030
5020
  }
4031
5021
  ],
4032
5022
  "exports": [
4033
5023
  {
4034
5024
  "kind": "js",
4035
- "name": "QtiSPositionObjectInteraction",
5025
+ "name": "QtiPositionObjectStage",
4036
5026
  "declaration": {
4037
- "name": "QtiSPositionObjectInteraction",
4038
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
5027
+ "name": "QtiPositionObjectStage",
5028
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4039
5029
  }
4040
5030
  },
4041
5031
  {
4042
5032
  "kind": "custom-element-definition",
4043
- "name": "qti-position-object-interaction",
5033
+ "name": "qti-position-object-stage",
4044
5034
  "declaration": {
4045
- "name": "QtiSPositionObjectInteraction",
4046
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
5035
+ "name": "QtiPositionObjectStage",
5036
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4047
5037
  }
4048
5038
  }
4049
5039
  ]
4050
5040
  },
4051
5041
  {
4052
5042
  "kind": "javascript-module",
4053
- "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts",
5043
+ "path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
4054
5044
  "declarations": [
4055
5045
  {
4056
5046
  "kind": "class",
4057
5047
  "description": "",
4058
- "name": "QtiPositionObjectStage",
5048
+ "name": "QtiPortableCustomInteraction",
4059
5049
  "members": [],
5050
+ "attributes": [
5051
+ {
5052
+ "name": "response-identifier",
5053
+ "type": {
5054
+ "text": "string"
5055
+ },
5056
+ "fieldName": "responseIdentifier"
5057
+ },
5058
+ {
5059
+ "name": "module",
5060
+ "type": {
5061
+ "text": "string"
5062
+ },
5063
+ "fieldName": "module"
5064
+ },
5065
+ {
5066
+ "name": "custom-interaction-type-identifier",
5067
+ "type": {
5068
+ "text": "string"
5069
+ },
5070
+ "fieldName": "customInteractionTypeIdentifier"
5071
+ },
5072
+ {
5073
+ "name": "base-url",
5074
+ "type": {
5075
+ "text": "string"
5076
+ },
5077
+ "fieldName": "baseUrl"
5078
+ }
5079
+ ],
4060
5080
  "superclass": {
4061
5081
  "name": "LitElement",
4062
5082
  "package": "lit"
4063
5083
  },
4064
- "tagName": "qti-position-object-stage",
5084
+ "tagName": "qti-portable-custom-interaction",
4065
5085
  "customElement": true
4066
5086
  }
4067
5087
  ],
4068
5088
  "exports": [
4069
5089
  {
4070
5090
  "kind": "js",
4071
- "name": "QtiPositionObjectStage",
5091
+ "name": "QtiPortableCustomInteraction",
4072
5092
  "declaration": {
4073
- "name": "QtiPositionObjectStage",
4074
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
5093
+ "name": "QtiPortableCustomInteraction",
5094
+ "module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
4075
5095
  }
4076
5096
  },
4077
5097
  {
4078
5098
  "kind": "custom-element-definition",
4079
- "name": "qti-position-object-stage",
5099
+ "name": "qti-portable-custom-interaction",
4080
5100
  "declaration": {
4081
- "name": "QtiPositionObjectStage",
4082
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
5101
+ "name": "QtiPortableCustomInteraction",
5102
+ "module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
4083
5103
  }
4084
5104
  }
4085
5105
  ]
@@ -4567,6 +5587,47 @@
4567
5587
  }
4568
5588
  ]
4569
5589
  },
5590
+ {
5591
+ "kind": "javascript-module",
5592
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
5593
+ "declarations": [
5594
+ {
5595
+ "kind": "class",
5596
+ "description": "",
5597
+ "name": "QtiResponseProcessing",
5598
+ "members": [],
5599
+ "attributes": [
5600
+ {
5601
+ "name": "identifier"
5602
+ }
5603
+ ],
5604
+ "superclass": {
5605
+ "name": "LitElement",
5606
+ "package": "lit"
5607
+ },
5608
+ "tagName": "qti-response-processing",
5609
+ "customElement": true
5610
+ }
5611
+ ],
5612
+ "exports": [
5613
+ {
5614
+ "kind": "js",
5615
+ "name": "default",
5616
+ "declaration": {
5617
+ "name": "QtiResponseProcessing",
5618
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5619
+ }
5620
+ },
5621
+ {
5622
+ "kind": "custom-element-definition",
5623
+ "name": "qti-response-processing",
5624
+ "declaration": {
5625
+ "name": "QtiResponseProcessing",
5626
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5627
+ }
5628
+ }
5629
+ ]
5630
+ },
4570
5631
  {
4571
5632
  "kind": "javascript-module",
4572
5633
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
@@ -4835,47 +5896,6 @@
4835
5896
  }
4836
5897
  ]
4837
5898
  },
4838
- {
4839
- "kind": "javascript-module",
4840
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4841
- "declarations": [
4842
- {
4843
- "kind": "class",
4844
- "description": "",
4845
- "name": "QtiResponseProcessing",
4846
- "members": [],
4847
- "attributes": [
4848
- {
4849
- "name": "identifier"
4850
- }
4851
- ],
4852
- "superclass": {
4853
- "name": "LitElement",
4854
- "package": "lit"
4855
- },
4856
- "tagName": "qti-response-processing",
4857
- "customElement": true
4858
- }
4859
- ],
4860
- "exports": [
4861
- {
4862
- "kind": "js",
4863
- "name": "default",
4864
- "declaration": {
4865
- "name": "QtiResponseProcessing",
4866
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4867
- }
4868
- },
4869
- {
4870
- "kind": "custom-element-definition",
4871
- "name": "qti-response-processing",
4872
- "declaration": {
4873
- "name": "QtiResponseProcessing",
4874
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4875
- }
4876
- }
4877
- ]
4878
- },
4879
5899
  {
4880
5900
  "kind": "javascript-module",
4881
5901
  "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
@@ -6224,72 +7244,72 @@
6224
7244
  },
6225
7245
  {
6226
7246
  "kind": "javascript-module",
6227
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts",
7247
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
6228
7248
  "declarations": [
6229
7249
  {
6230
7250
  "kind": "class",
6231
7251
  "description": "",
6232
- "name": "QtiLt",
7252
+ "name": "QtiLte",
6233
7253
  "members": [],
6234
7254
  "superclass": {
6235
- "name": "QtiExpression",
6236
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7255
+ "name": "QtiConditionExpression",
7256
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6237
7257
  },
6238
- "tagName": "qti-lt",
7258
+ "tagName": "qti-lte",
6239
7259
  "customElement": true
6240
7260
  }
6241
7261
  ],
6242
7262
  "exports": [
6243
7263
  {
6244
7264
  "kind": "js",
6245
- "name": "QtiLt",
7265
+ "name": "QtiLte",
6246
7266
  "declaration": {
6247
- "name": "QtiLt",
6248
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
7267
+ "name": "QtiLte",
7268
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
6249
7269
  }
6250
7270
  },
6251
7271
  {
6252
7272
  "kind": "custom-element-definition",
6253
- "name": "qti-lt",
7273
+ "name": "qti-lte",
6254
7274
  "declaration": {
6255
- "name": "QtiLt",
6256
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
7275
+ "name": "QtiLte",
7276
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
6257
7277
  }
6258
7278
  }
6259
7279
  ]
6260
7280
  },
6261
7281
  {
6262
7282
  "kind": "javascript-module",
6263
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
7283
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts",
6264
7284
  "declarations": [
6265
7285
  {
6266
7286
  "kind": "class",
6267
7287
  "description": "",
6268
- "name": "QtiLte",
7288
+ "name": "QtiLt",
6269
7289
  "members": [],
6270
7290
  "superclass": {
6271
- "name": "QtiConditionExpression",
6272
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7291
+ "name": "QtiExpression",
7292
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6273
7293
  },
6274
- "tagName": "qti-lte",
7294
+ "tagName": "qti-lt",
6275
7295
  "customElement": true
6276
7296
  }
6277
7297
  ],
6278
7298
  "exports": [
6279
7299
  {
6280
7300
  "kind": "js",
6281
- "name": "QtiLte",
7301
+ "name": "QtiLt",
6282
7302
  "declaration": {
6283
- "name": "QtiLte",
6284
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7303
+ "name": "QtiLt",
7304
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
6285
7305
  }
6286
7306
  },
6287
7307
  {
6288
7308
  "kind": "custom-element-definition",
6289
- "name": "qti-lte",
7309
+ "name": "qti-lt",
6290
7310
  "declaration": {
6291
- "name": "QtiLte",
6292
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7311
+ "name": "QtiLt",
7312
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
6293
7313
  }
6294
7314
  }
6295
7315
  ]
@@ -6859,6 +7879,14 @@
6859
7879
  "description": "",
6860
7880
  "name": "QtiSetOutcomeValue",
6861
7881
  "members": [],
7882
+ "events": [
7883
+ {
7884
+ "name": "qti-set-outcome-value",
7885
+ "type": {
7886
+ "text": "CustomEvent"
7887
+ }
7888
+ }
7889
+ ],
6862
7890
  "superclass": {
6863
7891
  "name": "QtiRule",
6864
7892
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"