@citolab/qti-components 6.9.1-8 → 6.9.1-beta.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.
@@ -748,62 +748,6 @@
748
748
  "declarations": [],
749
749
  "exports": []
750
750
  },
751
- {
752
- "kind": "javascript-module",
753
- "path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
754
- "declarations": [
755
- {
756
- "kind": "class",
757
- "description": "Represents a custom element for referencing an assessment stimulus.",
758
- "name": "QtiAssessmentStimulusRef",
759
- "members": [],
760
- "attributes": [
761
- {
762
- "name": "identifier",
763
- "type": {
764
- "text": "string"
765
- },
766
- "default": "''",
767
- "description": "The identifier of the stimulus.",
768
- "fieldName": "identifier"
769
- },
770
- {
771
- "name": "href",
772
- "type": {
773
- "text": "string"
774
- },
775
- "default": "''",
776
- "description": "The href of the stimulus.",
777
- "fieldName": "href"
778
- }
779
- ],
780
- "superclass": {
781
- "name": "LitElement",
782
- "package": "lit"
783
- },
784
- "tagName": "qti-assessment-stimulus-ref",
785
- "customElement": true
786
- }
787
- ],
788
- "exports": [
789
- {
790
- "kind": "js",
791
- "name": "QtiAssessmentStimulusRef",
792
- "declaration": {
793
- "name": "QtiAssessmentStimulusRef",
794
- "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
795
- }
796
- },
797
- {
798
- "kind": "custom-element-definition",
799
- "name": "qti-assessment-stimulus-ref",
800
- "declaration": {
801
- "name": "QtiAssessmentStimulusRef",
802
- "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
803
- }
804
- }
805
- ]
806
- },
807
751
  {
808
752
  "kind": "javascript-module",
809
753
  "path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
@@ -983,6 +927,62 @@
983
927
  }
984
928
  ]
985
929
  },
930
+ {
931
+ "kind": "javascript-module",
932
+ "path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
933
+ "declarations": [
934
+ {
935
+ "kind": "class",
936
+ "description": "Represents a custom element for referencing an assessment stimulus.",
937
+ "name": "QtiAssessmentStimulusRef",
938
+ "members": [],
939
+ "attributes": [
940
+ {
941
+ "name": "identifier",
942
+ "type": {
943
+ "text": "string"
944
+ },
945
+ "default": "''",
946
+ "description": "The identifier of the stimulus.",
947
+ "fieldName": "identifier"
948
+ },
949
+ {
950
+ "name": "href",
951
+ "type": {
952
+ "text": "string"
953
+ },
954
+ "default": "''",
955
+ "description": "The href of the stimulus.",
956
+ "fieldName": "href"
957
+ }
958
+ ],
959
+ "superclass": {
960
+ "name": "LitElement",
961
+ "package": "lit"
962
+ },
963
+ "tagName": "qti-assessment-stimulus-ref",
964
+ "customElement": true
965
+ }
966
+ ],
967
+ "exports": [
968
+ {
969
+ "kind": "js",
970
+ "name": "QtiAssessmentStimulusRef",
971
+ "declaration": {
972
+ "name": "QtiAssessmentStimulusRef",
973
+ "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
974
+ }
975
+ },
976
+ {
977
+ "kind": "custom-element-definition",
978
+ "name": "qti-assessment-stimulus-ref",
979
+ "declaration": {
980
+ "name": "QtiAssessmentStimulusRef",
981
+ "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
982
+ }
983
+ }
984
+ ]
985
+ },
986
986
  {
987
987
  "kind": "javascript-module",
988
988
  "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
@@ -1033,6 +1033,12 @@
1033
1033
  "type": {
1034
1034
  "text": "CustomEvent"
1035
1035
  }
1036
+ },
1037
+ {
1038
+ "name": "qti-interaction-response",
1039
+ "type": {
1040
+ "text": "CustomEvent"
1041
+ }
1036
1042
  }
1037
1043
  ],
1038
1044
  "superclass": {
@@ -2836,49 +2842,49 @@
2836
2842
  "kind": "class",
2837
2843
  "description": "",
2838
2844
  "name": "QtiChoiceInteraction",
2839
- "slots": [
2845
+ "members": [],
2846
+ "attributes": [
2840
2847
  {
2841
- "description": "The default slot where <qti-simple-choice> must be placed.",
2842
- "name": ""
2848
+ "name": "orientation",
2849
+ "type": {
2850
+ "text": "'horizontal' | 'vertical'"
2851
+ },
2852
+ "description": "orientation of choices",
2853
+ "fieldName": "orientation"
2843
2854
  },
2844
2855
  {
2845
- "description": "slot where the prompt is placed.",
2846
- "name": "prompt"
2847
- }
2848
- ],
2849
- "members": [],
2850
- "events": [
2851
- {
2852
- "name": "qti-register-interaction",
2856
+ "name": "class",
2853
2857
  "type": {
2854
- "text": "CustomEvent"
2858
+ "text": "string"
2855
2859
  },
2856
- "description": "emitted when the interaction wants to register itself",
2860
+ "fieldName": "class",
2857
2861
  "inheritedFrom": {
2858
- "name": "Interaction",
2859
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2862
+ "name": "VocabularyMixin",
2863
+ "module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
2860
2864
  }
2861
2865
  },
2862
2866
  {
2863
- "name": "qti-interaction-response",
2867
+ "name": "shuffle",
2864
2868
  "type": {
2865
- "text": "CustomEvent"
2869
+ "text": "boolean"
2866
2870
  },
2867
- "description": "emitted when the interaction changes",
2871
+ "fieldName": "shuffle",
2868
2872
  "inheritedFrom": {
2869
- "name": "Interaction",
2870
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2873
+ "name": "ShuffleMixin",
2874
+ "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
2871
2875
  }
2872
- }
2873
- ],
2874
- "attributes": [
2876
+ },
2875
2877
  {
2876
- "name": "orientation",
2878
+ "name": "response-identifier",
2877
2879
  "type": {
2878
- "text": "'horizontal' | 'vertical'"
2880
+ "text": "string"
2879
2881
  },
2880
- "description": "orientation of choices",
2881
- "fieldName": "orientation"
2882
+ "default": "''",
2883
+ "fieldName": "responseIdentifier",
2884
+ "inheritedFrom": {
2885
+ "name": "ChoicesMixin",
2886
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2887
+ }
2882
2888
  },
2883
2889
  {
2884
2890
  "name": "min-choices",
@@ -2886,10 +2892,9 @@
2886
2892
  "text": "number"
2887
2893
  },
2888
2894
  "default": "0",
2889
- "description": "the minimal number of selections a candidate must make",
2890
2895
  "fieldName": "minChoices",
2891
2896
  "inheritedFrom": {
2892
- "name": "Choices",
2897
+ "name": "ChoicesMixin",
2893
2898
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2894
2899
  }
2895
2900
  },
@@ -2902,56 +2907,43 @@
2902
2907
  "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
2903
2908
  "fieldName": "maxChoices",
2904
2909
  "inheritedFrom": {
2905
- "name": "Choices",
2910
+ "name": "ChoicesMixin",
2906
2911
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2907
2912
  }
2908
- },
2913
+ }
2914
+ ],
2915
+ "mixins": [
2909
2916
  {
2910
- "name": "response-identifier",
2911
- "type": {
2912
- "text": "string"
2913
- },
2914
- "default": "''",
2915
- "fieldName": "responseIdentifier",
2916
- "inheritedFrom": {
2917
- "name": "Interaction",
2918
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2919
- }
2917
+ "name": "VocabularyMixin",
2918
+ "module": "/src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin"
2920
2919
  },
2921
2920
  {
2922
- "name": "disabled",
2923
- "type": {
2924
- "text": "boolean"
2925
- },
2926
- "default": "false",
2927
- "description": "disabled should be exposed to the attributes and accessible as property",
2928
- "fieldName": "disabled",
2929
- "inheritedFrom": {
2930
- "name": "Interaction",
2931
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2932
- }
2921
+ "name": "ShuffleMixin",
2922
+ "module": "/src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin"
2933
2923
  },
2934
2924
  {
2935
- "name": "readonly",
2936
- "type": {
2937
- "text": "boolean"
2938
- },
2939
- "default": "false",
2940
- "description": "readonly should be exposed to the attributes and accessible as property",
2941
- "fieldName": "readonly",
2942
- "inheritedFrom": {
2943
- "name": "Interaction",
2944
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2945
- }
2925
+ "name": "ChoicesMixin",
2926
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
2946
2927
  }
2947
2928
  ],
2948
2929
  "superclass": {
2949
- "name": "Choices",
2950
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
2930
+ "name": "LitElement",
2931
+ "package": "lit"
2951
2932
  },
2952
- "summary": "The ChoiceInteraction.Type (qti-choice-interaction) interaction presents a collection of choices to the candidate.",
2953
2933
  "tagName": "qti-choice-interaction",
2954
- "customElement": true
2934
+ "customElement": true,
2935
+ "events": [
2936
+ {
2937
+ "name": "qti-interaction-response",
2938
+ "type": {
2939
+ "text": "CustomEvent"
2940
+ },
2941
+ "inheritedFrom": {
2942
+ "name": "ChoicesMixin",
2943
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2944
+ }
2945
+ }
2946
+ ]
2955
2947
  }
2956
2948
  ],
2957
2949
  "exports": [
@@ -3756,23 +3748,40 @@
3756
3748
  "description": "",
3757
3749
  "name": "QtiGraphicOrderInteraction",
3758
3750
  "members": [],
3751
+ "mixins": [
3752
+ {
3753
+ "name": "ChoicesMixin",
3754
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3755
+ }
3756
+ ],
3759
3757
  "superclass": {
3760
- "name": "Choices",
3761
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3758
+ "name": "LitElement",
3759
+ "package": "lit"
3762
3760
  },
3763
3761
  "tagName": "qti-graphic-order-interaction",
3764
3762
  "customElement": true,
3765
3763
  "attributes": [
3764
+ {
3765
+ "name": "response-identifier",
3766
+ "type": {
3767
+ "text": "string"
3768
+ },
3769
+ "default": "''",
3770
+ "fieldName": "responseIdentifier",
3771
+ "inheritedFrom": {
3772
+ "name": "ChoicesMixin",
3773
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3774
+ }
3775
+ },
3766
3776
  {
3767
3777
  "name": "min-choices",
3768
3778
  "type": {
3769
3779
  "text": "number"
3770
3780
  },
3771
3781
  "default": "0",
3772
- "description": "the minimal number of selections a candidate must make",
3773
3782
  "fieldName": "minChoices",
3774
3783
  "inheritedFrom": {
3775
- "name": "Choices",
3784
+ "name": "ChoicesMixin",
3776
3785
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3777
3786
  }
3778
3787
  },
@@ -3785,68 +3794,20 @@
3785
3794
  "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3786
3795
  "fieldName": "maxChoices",
3787
3796
  "inheritedFrom": {
3788
- "name": "Choices",
3797
+ "name": "ChoicesMixin",
3789
3798
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3790
3799
  }
3791
- },
3800
+ }
3801
+ ],
3802
+ "events": [
3792
3803
  {
3793
- "name": "response-identifier",
3804
+ "name": "qti-interaction-response",
3794
3805
  "type": {
3795
- "text": "string"
3806
+ "text": "CustomEvent"
3796
3807
  },
3797
- "default": "''",
3798
- "fieldName": "responseIdentifier",
3799
3808
  "inheritedFrom": {
3800
- "name": "Interaction",
3801
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3802
- }
3803
- },
3804
- {
3805
- "name": "disabled",
3806
- "type": {
3807
- "text": "boolean"
3808
- },
3809
- "default": "false",
3810
- "description": "disabled should be exposed to the attributes and accessible as property",
3811
- "fieldName": "disabled",
3812
- "inheritedFrom": {
3813
- "name": "Interaction",
3814
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3815
- }
3816
- },
3817
- {
3818
- "name": "readonly",
3819
- "type": {
3820
- "text": "boolean"
3821
- },
3822
- "default": "false",
3823
- "description": "readonly should be exposed to the attributes and accessible as property",
3824
- "fieldName": "readonly",
3825
- "inheritedFrom": {
3826
- "name": "Interaction",
3827
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3828
- }
3829
- }
3830
- ],
3831
- "events": [
3832
- {
3833
- "name": "qti-register-interaction",
3834
- "type": {
3835
- "text": "CustomEvent"
3836
- },
3837
- "inheritedFrom": {
3838
- "name": "Interaction",
3839
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3840
- }
3841
- },
3842
- {
3843
- "name": "qti-interaction-response",
3844
- "type": {
3845
- "text": "CustomEvent"
3846
- },
3847
- "inheritedFrom": {
3848
- "name": "Interaction",
3849
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3809
+ "name": "ChoicesMixin",
3810
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3850
3811
  }
3851
3812
  }
3852
3813
  ]
@@ -3886,23 +3847,40 @@
3886
3847
  "description": "",
3887
3848
  "name": "QtiHotspotInteraction",
3888
3849
  "members": [],
3850
+ "mixins": [
3851
+ {
3852
+ "name": "ChoicesMixin",
3853
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3854
+ }
3855
+ ],
3889
3856
  "superclass": {
3890
- "name": "Choices",
3891
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3857
+ "name": "LitElement",
3858
+ "package": "lit"
3892
3859
  },
3893
3860
  "tagName": "qti-hotspot-interaction",
3894
3861
  "customElement": true,
3895
3862
  "attributes": [
3863
+ {
3864
+ "name": "response-identifier",
3865
+ "type": {
3866
+ "text": "string"
3867
+ },
3868
+ "default": "''",
3869
+ "fieldName": "responseIdentifier",
3870
+ "inheritedFrom": {
3871
+ "name": "ChoicesMixin",
3872
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3873
+ }
3874
+ },
3896
3875
  {
3897
3876
  "name": "min-choices",
3898
3877
  "type": {
3899
3878
  "text": "number"
3900
3879
  },
3901
3880
  "default": "0",
3902
- "description": "the minimal number of selections a candidate must make",
3903
3881
  "fieldName": "minChoices",
3904
3882
  "inheritedFrom": {
3905
- "name": "Choices",
3883
+ "name": "ChoicesMixin",
3906
3884
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3907
3885
  }
3908
3886
  },
@@ -3915,68 +3893,20 @@
3915
3893
  "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3916
3894
  "fieldName": "maxChoices",
3917
3895
  "inheritedFrom": {
3918
- "name": "Choices",
3896
+ "name": "ChoicesMixin",
3919
3897
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3920
3898
  }
3921
- },
3922
- {
3923
- "name": "response-identifier",
3924
- "type": {
3925
- "text": "string"
3926
- },
3927
- "default": "''",
3928
- "fieldName": "responseIdentifier",
3929
- "inheritedFrom": {
3930
- "name": "Interaction",
3931
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3932
- }
3933
- },
3934
- {
3935
- "name": "disabled",
3936
- "type": {
3937
- "text": "boolean"
3938
- },
3939
- "default": "false",
3940
- "description": "disabled should be exposed to the attributes and accessible as property",
3941
- "fieldName": "disabled",
3942
- "inheritedFrom": {
3943
- "name": "Interaction",
3944
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3945
- }
3946
- },
3947
- {
3948
- "name": "readonly",
3949
- "type": {
3950
- "text": "boolean"
3951
- },
3952
- "default": "false",
3953
- "description": "readonly should be exposed to the attributes and accessible as property",
3954
- "fieldName": "readonly",
3955
- "inheritedFrom": {
3956
- "name": "Interaction",
3957
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3958
- }
3959
3899
  }
3960
3900
  ],
3961
3901
  "events": [
3962
- {
3963
- "name": "qti-register-interaction",
3964
- "type": {
3965
- "text": "CustomEvent"
3966
- },
3967
- "inheritedFrom": {
3968
- "name": "Interaction",
3969
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3970
- }
3971
- },
3972
3902
  {
3973
3903
  "name": "qti-interaction-response",
3974
3904
  "type": {
3975
3905
  "text": "CustomEvent"
3976
3906
  },
3977
3907
  "inheritedFrom": {
3978
- "name": "Interaction",
3979
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3908
+ "name": "ChoicesMixin",
3909
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3980
3910
  }
3981
3911
  }
3982
3912
  ]
@@ -4016,23 +3946,40 @@
4016
3946
  "description": "",
4017
3947
  "name": "QtiHottextInteraction",
4018
3948
  "members": [],
3949
+ "mixins": [
3950
+ {
3951
+ "name": "ChoicesMixin",
3952
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3953
+ }
3954
+ ],
4019
3955
  "superclass": {
4020
- "name": "Choices",
4021
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3956
+ "name": "LitElement",
3957
+ "package": "lit"
4022
3958
  },
4023
3959
  "tagName": "qti-hottext-interaction",
4024
3960
  "customElement": true,
4025
3961
  "attributes": [
3962
+ {
3963
+ "name": "response-identifier",
3964
+ "type": {
3965
+ "text": "string"
3966
+ },
3967
+ "default": "''",
3968
+ "fieldName": "responseIdentifier",
3969
+ "inheritedFrom": {
3970
+ "name": "ChoicesMixin",
3971
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3972
+ }
3973
+ },
4026
3974
  {
4027
3975
  "name": "min-choices",
4028
3976
  "type": {
4029
3977
  "text": "number"
4030
3978
  },
4031
3979
  "default": "0",
4032
- "description": "the minimal number of selections a candidate must make",
4033
3980
  "fieldName": "minChoices",
4034
3981
  "inheritedFrom": {
4035
- "name": "Choices",
3982
+ "name": "ChoicesMixin",
4036
3983
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4037
3984
  }
4038
3985
  },
@@ -4045,68 +3992,20 @@
4045
3992
  "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
4046
3993
  "fieldName": "maxChoices",
4047
3994
  "inheritedFrom": {
4048
- "name": "Choices",
3995
+ "name": "ChoicesMixin",
4049
3996
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4050
3997
  }
4051
- },
4052
- {
4053
- "name": "response-identifier",
4054
- "type": {
4055
- "text": "string"
4056
- },
4057
- "default": "''",
4058
- "fieldName": "responseIdentifier",
4059
- "inheritedFrom": {
4060
- "name": "Interaction",
4061
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4062
- }
4063
- },
4064
- {
4065
- "name": "disabled",
4066
- "type": {
4067
- "text": "boolean"
4068
- },
4069
- "default": "false",
4070
- "description": "disabled should be exposed to the attributes and accessible as property",
4071
- "fieldName": "disabled",
4072
- "inheritedFrom": {
4073
- "name": "Interaction",
4074
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4075
- }
4076
- },
4077
- {
4078
- "name": "readonly",
4079
- "type": {
4080
- "text": "boolean"
4081
- },
4082
- "default": "false",
4083
- "description": "readonly should be exposed to the attributes and accessible as property",
4084
- "fieldName": "readonly",
4085
- "inheritedFrom": {
4086
- "name": "Interaction",
4087
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4088
- }
4089
3998
  }
4090
3999
  ],
4091
4000
  "events": [
4092
- {
4093
- "name": "qti-register-interaction",
4094
- "type": {
4095
- "text": "CustomEvent"
4096
- },
4097
- "inheritedFrom": {
4098
- "name": "Interaction",
4099
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4100
- }
4101
- },
4102
4001
  {
4103
4002
  "name": "qti-interaction-response",
4104
4003
  "type": {
4105
4004
  "text": "CustomEvent"
4106
4005
  },
4107
4006
  "inheritedFrom": {
4108
- "name": "Interaction",
4109
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4007
+ "name": "ChoicesMixin",
4008
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
4110
4009
  }
4111
4010
  }
4112
4011
  ]
@@ -4503,6 +4402,17 @@
4503
4402
  "description": "orientation of choices",
4504
4403
  "fieldName": "orientation"
4505
4404
  },
4405
+ {
4406
+ "name": "shuffle",
4407
+ "type": {
4408
+ "text": "boolean"
4409
+ },
4410
+ "fieldName": "shuffle",
4411
+ "inheritedFrom": {
4412
+ "name": "ShuffleMixin",
4413
+ "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
4414
+ }
4415
+ },
4506
4416
  {
4507
4417
  "name": "response-identifier",
4508
4418
  "type": {
@@ -4565,6 +4475,10 @@
4565
4475
  }
4566
4476
  ],
4567
4477
  "mixins": [
4478
+ {
4479
+ "name": "ShuffleMixin",
4480
+ "module": "/src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin"
4481
+ },
4568
4482
  {
4569
4483
  "name": "DragDropInteractionMixin",
4570
4484
  "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
@@ -5910,21 +5824,94 @@
5910
5824
  },
5911
5825
  {
5912
5826
  "kind": "javascript-module",
5913
- "path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
5827
+ "path": "src/lib/qti-components/qti-interaction/internal/choices/choices.spec.ts",
5914
5828
  "declarations": [
5915
5829
  {
5916
5830
  "kind": "class",
5917
5831
  "description": "",
5918
- "name": "Choices",
5832
+ "name": "TestElement",
5833
+ "members": [],
5834
+ "mixins": [
5835
+ {
5836
+ "name": "ChoicesMixin",
5837
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
5838
+ }
5839
+ ],
5840
+ "superclass": {
5841
+ "name": "LitElement",
5842
+ "package": "lit"
5843
+ },
5844
+ "tagName": "test-element",
5845
+ "customElement": true,
5846
+ "attributes": [
5847
+ {
5848
+ "name": "class",
5849
+ "type": {
5850
+ "text": "string"
5851
+ },
5852
+ "fieldName": "class",
5853
+ "inheritedFrom": {
5854
+ "name": "VocabularyMixin",
5855
+ "module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
5856
+ }
5857
+ },
5858
+ {
5859
+ "name": "shuffle",
5860
+ "type": {
5861
+ "text": "boolean"
5862
+ },
5863
+ "fieldName": "shuffle",
5864
+ "inheritedFrom": {
5865
+ "name": "ShuffleMixin",
5866
+ "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
5867
+ }
5868
+ }
5869
+ ]
5870
+ }
5871
+ ],
5872
+ "exports": [
5873
+ {
5874
+ "kind": "custom-element-definition",
5875
+ "name": "test-element",
5876
+ "declaration": {
5877
+ "name": "TestElement",
5878
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.spec.ts"
5879
+ }
5880
+ }
5881
+ ]
5882
+ },
5883
+ {
5884
+ "kind": "javascript-module",
5885
+ "path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
5886
+ "declarations": [
5887
+ {
5888
+ "kind": "mixin",
5889
+ "description": "",
5890
+ "name": "ChoicesMixin",
5919
5891
  "members": [],
5892
+ "events": [
5893
+ {
5894
+ "name": "qti-interaction-response",
5895
+ "type": {
5896
+ "text": "CustomEvent"
5897
+ }
5898
+ }
5899
+ ],
5920
5900
  "attributes": [
5901
+ {
5902
+ "name": "response-identifier",
5903
+ "type": {
5904
+ "text": "string"
5905
+ },
5906
+ "default": "''",
5907
+ "fieldName": "responseIdentifier"
5908
+ },
5921
5909
  {
5922
5910
  "name": "min-choices",
5923
5911
  "type": {
5924
5912
  "text": "number"
5925
5913
  },
5926
5914
  "default": "0",
5927
- "description": "the minimal number of selections a candidate must make",
5928
5915
  "fieldName": "minChoices"
5929
5916
  },
5930
5917
  {
@@ -5935,116 +5922,20 @@
5935
5922
  "default": "1",
5936
5923
  "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
5937
5924
  "fieldName": "maxChoices"
5938
- },
5925
+ }
5926
+ ],
5927
+ "parameters": [
5939
5928
  {
5940
- "name": "response-identifier",
5929
+ "name": "superClass",
5941
5930
  "type": {
5942
- "text": "string"
5943
- },
5944
- "default": "''",
5945
- "fieldName": "responseIdentifier",
5946
- "inheritedFrom": {
5947
- "name": "Interaction",
5948
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5949
- }
5950
- },
5951
- {
5952
- "name": "disabled",
5953
- "type": {
5954
- "text": "boolean"
5955
- },
5956
- "default": "false",
5957
- "description": "disabled should be exposed to the attributes and accessible as property",
5958
- "fieldName": "disabled",
5959
- "inheritedFrom": {
5960
- "name": "Interaction",
5961
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5962
- }
5963
- },
5964
- {
5965
- "name": "readonly",
5966
- "type": {
5967
- "text": "boolean"
5968
- },
5969
- "default": "false",
5970
- "description": "readonly should be exposed to the attributes and accessible as property",
5971
- "fieldName": "readonly",
5972
- "inheritedFrom": {
5973
- "name": "Interaction",
5974
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5975
- }
5976
- }
5977
- ],
5978
- "superclass": {
5979
- "name": "Interaction",
5980
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
5981
- },
5982
- "events": [
5983
- {
5984
- "name": "qti-register-interaction",
5985
- "type": {
5986
- "text": "CustomEvent"
5987
- },
5988
- "inheritedFrom": {
5989
- "name": "Interaction",
5990
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5931
+ "text": "T"
5991
5932
  }
5992
5933
  },
5993
5934
  {
5994
- "name": "qti-interaction-response",
5995
- "type": {
5996
- "text": "CustomEvent"
5997
- },
5998
- "inheritedFrom": {
5999
- "name": "Interaction",
6000
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6001
- }
6002
- }
6003
- ]
6004
- }
6005
- ],
6006
- "exports": [
6007
- {
6008
- "kind": "js",
6009
- "name": "Choices",
6010
- "declaration": {
6011
- "name": "Choices",
6012
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
6013
- }
6014
- }
6015
- ]
6016
- },
6017
- {
6018
- "kind": "javascript-module",
6019
- "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
6020
- "declarations": [
6021
- {
6022
- "kind": "function",
6023
- "name": "positionHotspots",
6024
- "parameters": [
6025
- {
6026
- "name": "shape",
5935
+ "name": "selector",
6027
5936
  "type": {
6028
5937
  "text": "string"
6029
5938
  }
6030
- },
6031
- {
6032
- "name": "coordsNumber",
6033
- "type": {
6034
- "text": "number[]"
6035
- }
6036
- },
6037
- {
6038
- "name": "img",
6039
- "type": {
6040
- "text": "HTMLImageElement"
6041
- }
6042
- },
6043
- {
6044
- "name": "hotspot",
6045
- "type": {
6046
- "text": "QtiHotspotChoice"
6047
- }
6048
5939
  }
6049
5940
  ]
6050
5941
  }
@@ -6052,10 +5943,10 @@
6052
5943
  "exports": [
6053
5944
  {
6054
5945
  "kind": "js",
6055
- "name": "positionHotspots",
5946
+ "name": "ChoicesMixin",
6056
5947
  "declaration": {
6057
- "name": "positionHotspots",
6058
- "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
5948
+ "name": "ChoicesMixin",
5949
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
6059
5950
  }
6060
5951
  }
6061
5952
  ]
@@ -6351,6 +6242,52 @@
6351
6242
  }
6352
6243
  ]
6353
6244
  },
6245
+ {
6246
+ "kind": "javascript-module",
6247
+ "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
6248
+ "declarations": [
6249
+ {
6250
+ "kind": "function",
6251
+ "name": "positionHotspots",
6252
+ "parameters": [
6253
+ {
6254
+ "name": "shape",
6255
+ "type": {
6256
+ "text": "string"
6257
+ }
6258
+ },
6259
+ {
6260
+ "name": "coordsNumber",
6261
+ "type": {
6262
+ "text": "number[]"
6263
+ }
6264
+ },
6265
+ {
6266
+ "name": "img",
6267
+ "type": {
6268
+ "text": "HTMLImageElement"
6269
+ }
6270
+ },
6271
+ {
6272
+ "name": "hotspot",
6273
+ "type": {
6274
+ "text": "QtiHotspotChoice"
6275
+ }
6276
+ }
6277
+ ]
6278
+ }
6279
+ ],
6280
+ "exports": [
6281
+ {
6282
+ "kind": "js",
6283
+ "name": "positionHotspots",
6284
+ "declaration": {
6285
+ "name": "positionHotspots",
6286
+ "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
6287
+ }
6288
+ }
6289
+ ]
6290
+ },
6354
6291
  {
6355
6292
  "kind": "javascript-module",
6356
6293
  "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
@@ -6426,6 +6363,216 @@
6426
6363
  }
6427
6364
  ]
6428
6365
  },
6366
+ {
6367
+ "kind": "javascript-module",
6368
+ "path": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.spec.ts",
6369
+ "declarations": [
6370
+ {
6371
+ "kind": "class",
6372
+ "description": "",
6373
+ "name": "TestElement",
6374
+ "members": [],
6375
+ "mixins": [
6376
+ {
6377
+ "name": "ShuffleMixin",
6378
+ "module": "/src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin"
6379
+ }
6380
+ ],
6381
+ "superclass": {
6382
+ "name": "LitElement",
6383
+ "package": "lit"
6384
+ },
6385
+ "tagName": "test-element",
6386
+ "customElement": true,
6387
+ "attributes": [
6388
+ {
6389
+ "name": "class",
6390
+ "type": {
6391
+ "text": "string"
6392
+ },
6393
+ "fieldName": "class",
6394
+ "inheritedFrom": {
6395
+ "name": "VocabularyMixin",
6396
+ "module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
6397
+ }
6398
+ },
6399
+ {
6400
+ "name": "shuffle",
6401
+ "type": {
6402
+ "text": "boolean"
6403
+ },
6404
+ "fieldName": "shuffle",
6405
+ "inheritedFrom": {
6406
+ "name": "ShuffleMixin",
6407
+ "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
6408
+ }
6409
+ }
6410
+ ]
6411
+ }
6412
+ ],
6413
+ "exports": [
6414
+ {
6415
+ "kind": "custom-element-definition",
6416
+ "name": "test-element",
6417
+ "declaration": {
6418
+ "name": "TestElement",
6419
+ "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.spec.ts"
6420
+ }
6421
+ }
6422
+ ]
6423
+ },
6424
+ {
6425
+ "kind": "javascript-module",
6426
+ "path": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts",
6427
+ "declarations": [
6428
+ {
6429
+ "kind": "mixin",
6430
+ "description": "",
6431
+ "name": "ShuffleMixin",
6432
+ "members": [],
6433
+ "attributes": [
6434
+ {
6435
+ "name": "shuffle",
6436
+ "type": {
6437
+ "text": "boolean"
6438
+ },
6439
+ "fieldName": "shuffle"
6440
+ }
6441
+ ],
6442
+ "parameters": [
6443
+ {
6444
+ "name": "superClass",
6445
+ "type": {
6446
+ "text": "T"
6447
+ }
6448
+ },
6449
+ {
6450
+ "name": "selector",
6451
+ "type": {
6452
+ "text": "string"
6453
+ }
6454
+ }
6455
+ ]
6456
+ }
6457
+ ],
6458
+ "exports": [
6459
+ {
6460
+ "kind": "js",
6461
+ "name": "ShuffleMixin",
6462
+ "declaration": {
6463
+ "name": "ShuffleMixin",
6464
+ "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
6465
+ }
6466
+ }
6467
+ ]
6468
+ },
6469
+ {
6470
+ "kind": "javascript-module",
6471
+ "path": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts",
6472
+ "declarations": [
6473
+ {
6474
+ "kind": "class",
6475
+ "description": "",
6476
+ "name": "TestElement",
6477
+ "members": [],
6478
+ "mixins": [
6479
+ {
6480
+ "name": "VocabularyMixin",
6481
+ "module": "/src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin"
6482
+ },
6483
+ {
6484
+ "name": "ShuffleMixin",
6485
+ "module": "/src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin"
6486
+ }
6487
+ ],
6488
+ "superclass": {
6489
+ "name": "LitElement",
6490
+ "package": "lit"
6491
+ },
6492
+ "tagName": "test-element",
6493
+ "customElement": true,
6494
+ "attributes": [
6495
+ {
6496
+ "name": "class",
6497
+ "type": {
6498
+ "text": "string"
6499
+ },
6500
+ "fieldName": "class",
6501
+ "inheritedFrom": {
6502
+ "name": "VocabularyMixin",
6503
+ "module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
6504
+ }
6505
+ },
6506
+ {
6507
+ "name": "shuffle",
6508
+ "type": {
6509
+ "text": "boolean"
6510
+ },
6511
+ "fieldName": "shuffle",
6512
+ "inheritedFrom": {
6513
+ "name": "ShuffleMixin",
6514
+ "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
6515
+ }
6516
+ }
6517
+ ]
6518
+ }
6519
+ ],
6520
+ "exports": [
6521
+ {
6522
+ "kind": "custom-element-definition",
6523
+ "name": "test-element",
6524
+ "declaration": {
6525
+ "name": "TestElement",
6526
+ "module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.spec.ts"
6527
+ }
6528
+ }
6529
+ ]
6530
+ },
6531
+ {
6532
+ "kind": "javascript-module",
6533
+ "path": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts",
6534
+ "declarations": [
6535
+ {
6536
+ "kind": "mixin",
6537
+ "description": "",
6538
+ "name": "VocabularyMixin",
6539
+ "members": [],
6540
+ "attributes": [
6541
+ {
6542
+ "name": "class",
6543
+ "type": {
6544
+ "text": "string"
6545
+ },
6546
+ "fieldName": "class"
6547
+ }
6548
+ ],
6549
+ "parameters": [
6550
+ {
6551
+ "name": "superClass",
6552
+ "type": {
6553
+ "text": "T"
6554
+ }
6555
+ },
6556
+ {
6557
+ "name": "selector",
6558
+ "type": {
6559
+ "text": "string"
6560
+ }
6561
+ }
6562
+ ]
6563
+ }
6564
+ ],
6565
+ "exports": [
6566
+ {
6567
+ "kind": "js",
6568
+ "name": "VocabularyMixin",
6569
+ "declaration": {
6570
+ "name": "VocabularyMixin",
6571
+ "module": "src/lib/qti-components/qti-interaction/internal/vocabulary/vocabulary-mixin.ts"
6572
+ }
6573
+ }
6574
+ ]
6575
+ },
6429
6576
  {
6430
6577
  "kind": "javascript-module",
6431
6578
  "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
@@ -7464,42 +7611,6 @@
7464
7611
  }
7465
7612
  ]
7466
7613
  },
7467
- {
7468
- "kind": "javascript-module",
7469
- "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
7470
- "declarations": [
7471
- {
7472
- "kind": "class",
7473
- "description": "",
7474
- "name": "QtiResponseCondition",
7475
- "members": [],
7476
- "superclass": {
7477
- "name": "QtiRule",
7478
- "module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
7479
- },
7480
- "tagName": "qti-response-condition",
7481
- "customElement": true
7482
- }
7483
- ],
7484
- "exports": [
7485
- {
7486
- "kind": "js",
7487
- "name": "QtiResponseCondition",
7488
- "declaration": {
7489
- "name": "QtiResponseCondition",
7490
- "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7491
- }
7492
- },
7493
- {
7494
- "kind": "custom-element-definition",
7495
- "name": "qti-response-condition",
7496
- "declaration": {
7497
- "name": "QtiResponseCondition",
7498
- "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7499
- }
7500
- }
7501
- ]
7502
- },
7503
7614
  {
7504
7615
  "kind": "javascript-module",
7505
7616
  "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
@@ -7565,6 +7676,42 @@
7565
7676
  "declarations": [],
7566
7677
  "exports": []
7567
7678
  },
7679
+ {
7680
+ "kind": "javascript-module",
7681
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
7682
+ "declarations": [
7683
+ {
7684
+ "kind": "class",
7685
+ "description": "",
7686
+ "name": "QtiResponseCondition",
7687
+ "members": [],
7688
+ "superclass": {
7689
+ "name": "QtiRule",
7690
+ "module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
7691
+ },
7692
+ "tagName": "qti-response-condition",
7693
+ "customElement": true
7694
+ }
7695
+ ],
7696
+ "exports": [
7697
+ {
7698
+ "kind": "js",
7699
+ "name": "QtiResponseCondition",
7700
+ "declaration": {
7701
+ "name": "QtiResponseCondition",
7702
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7703
+ }
7704
+ },
7705
+ {
7706
+ "kind": "custom-element-definition",
7707
+ "name": "qti-response-condition",
7708
+ "declaration": {
7709
+ "name": "QtiResponseCondition",
7710
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7711
+ }
7712
+ }
7713
+ ]
7714
+ },
7568
7715
  {
7569
7716
  "kind": "javascript-module",
7570
7717
  "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",