@citolab/qti-components 6.0.4-0 → 6.0.4-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,97 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "src/lib/qti-item/index.ts",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "js",
12
- "name": "*",
13
- "declaration": {
14
- "name": "*",
15
- "package": "./qti-item"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "src/lib/qti-item/qti-item.ts",
23
- "declarations": [
24
- {
25
- "kind": "class",
26
- "description": "",
27
- "name": "QtiItem",
28
- "members": [],
29
- "attributes": [
30
- {
31
- "name": "disabled",
32
- "type": {
33
- "text": "boolean"
34
- },
35
- "default": "false",
36
- "fieldName": "disabled"
37
- },
38
- {
39
- "name": "readonly",
40
- "type": {
41
- "text": "boolean"
42
- },
43
- "default": "false",
44
- "fieldName": "readonly"
45
- },
46
- {
47
- "name": "xml",
48
- "fieldName": "xml"
49
- },
50
- {
51
- "name": "scale",
52
- "type": {
53
- "text": "number"
54
- },
55
- "default": "1",
56
- "fieldName": "scale",
57
- "inheritedFrom": {
58
- "name": "ScaleToFitMixin",
59
- "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
60
- }
61
- }
62
- ],
63
- "mixins": [
64
- {
65
- "name": "ScaleToFitMixin",
66
- "module": "/src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin"
67
- }
68
- ],
69
- "superclass": {
70
- "name": "LitElement",
71
- "package": "lit"
72
- },
73
- "tagName": "qti-item",
74
- "customElement": true
75
- }
76
- ],
77
- "exports": [
78
- {
79
- "kind": "js",
80
- "name": "QtiItem",
81
- "declaration": {
82
- "name": "QtiItem",
83
- "module": "src/lib/qti-item/qti-item.ts"
84
- }
85
- },
86
- {
87
- "kind": "custom-element-definition",
88
- "name": "qti-item",
89
- "declaration": {
90
- "name": "QtiItem",
91
- "module": "src/lib/qti-item/qti-item.ts"
92
- }
93
- }
94
- ]
95
- },
96
5
  {
97
6
  "kind": "javascript-module",
98
7
  "path": "src/lib/qti-components/index.ts",
@@ -468,6 +377,97 @@
468
377
  }
469
378
  ]
470
379
  },
380
+ {
381
+ "kind": "javascript-module",
382
+ "path": "src/lib/qti-item/index.ts",
383
+ "declarations": [],
384
+ "exports": [
385
+ {
386
+ "kind": "js",
387
+ "name": "*",
388
+ "declaration": {
389
+ "name": "*",
390
+ "package": "./qti-item"
391
+ }
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "kind": "javascript-module",
397
+ "path": "src/lib/qti-item/qti-item.ts",
398
+ "declarations": [
399
+ {
400
+ "kind": "class",
401
+ "description": "",
402
+ "name": "QtiItem",
403
+ "members": [],
404
+ "attributes": [
405
+ {
406
+ "name": "disabled",
407
+ "type": {
408
+ "text": "boolean"
409
+ },
410
+ "default": "false",
411
+ "fieldName": "disabled"
412
+ },
413
+ {
414
+ "name": "readonly",
415
+ "type": {
416
+ "text": "boolean"
417
+ },
418
+ "default": "false",
419
+ "fieldName": "readonly"
420
+ },
421
+ {
422
+ "name": "xml",
423
+ "fieldName": "xml"
424
+ },
425
+ {
426
+ "name": "scale",
427
+ "type": {
428
+ "text": "number"
429
+ },
430
+ "default": "1",
431
+ "fieldName": "scale",
432
+ "inheritedFrom": {
433
+ "name": "ScaleToFitMixin",
434
+ "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
435
+ }
436
+ }
437
+ ],
438
+ "mixins": [
439
+ {
440
+ "name": "ScaleToFitMixin",
441
+ "module": "/src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin"
442
+ }
443
+ ],
444
+ "superclass": {
445
+ "name": "LitElement",
446
+ "package": "lit"
447
+ },
448
+ "tagName": "qti-item",
449
+ "customElement": true
450
+ }
451
+ ],
452
+ "exports": [
453
+ {
454
+ "kind": "js",
455
+ "name": "QtiItem",
456
+ "declaration": {
457
+ "name": "QtiItem",
458
+ "module": "src/lib/qti-item/qti-item.ts"
459
+ }
460
+ },
461
+ {
462
+ "kind": "custom-element-definition",
463
+ "name": "qti-item",
464
+ "declaration": {
465
+ "name": "QtiItem",
466
+ "module": "src/lib/qti-item/qti-item.ts"
467
+ }
468
+ }
469
+ ]
470
+ },
471
471
  {
472
472
  "kind": "javascript-module",
473
473
  "path": "src/lib/qti-item-react/index.ts",
@@ -2438,18 +2438,6 @@
2438
2438
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2439
2439
  }
2440
2440
  },
2441
- {
2442
- "name": "shuffle",
2443
- "type": {
2444
- "text": "boolean"
2445
- },
2446
- "default": "false",
2447
- "fieldName": "shuffle",
2448
- "inheritedFrom": {
2449
- "name": "Choices",
2450
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2451
- }
2452
- },
2453
2441
  {
2454
2442
  "name": "response-identifier",
2455
2443
  "type": {
@@ -2868,94 +2856,84 @@
2868
2856
  },
2869
2857
  {
2870
2858
  "kind": "javascript-module",
2871
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
2859
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
2872
2860
  "declarations": [
2873
2861
  {
2874
2862
  "kind": "class",
2875
2863
  "description": "",
2876
- "name": "QtiGraphicOrderInteraction",
2864
+ "name": "QtiGraphicGapMatchInteraction",
2877
2865
  "members": [],
2866
+ "mixins": [
2867
+ {
2868
+ "name": "DragDropInteractionMixin",
2869
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2870
+ }
2871
+ ],
2878
2872
  "superclass": {
2879
- "name": "Choices",
2880
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
2873
+ "name": "LitElement",
2874
+ "package": "lit"
2881
2875
  },
2882
- "tagName": "qti-graphic-order-interaction",
2876
+ "tagName": "qti-graphic-gap-match-interaction",
2883
2877
  "customElement": true,
2884
2878
  "attributes": [
2885
2879
  {
2886
- "name": "min-choices",
2880
+ "name": "response-identifier",
2887
2881
  "type": {
2888
- "text": "number"
2882
+ "text": "string"
2889
2883
  },
2890
- "default": "0",
2891
- "description": "the minimal number of selections a candidate must make",
2892
- "fieldName": "minChoices",
2884
+ "default": "''",
2885
+ "fieldName": "responseIdentifier",
2893
2886
  "inheritedFrom": {
2894
- "name": "Choices",
2895
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2887
+ "name": "DragDropInteractionMixin",
2888
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2896
2889
  }
2897
2890
  },
2898
2891
  {
2899
- "name": "max-choices",
2892
+ "name": "disabled",
2900
2893
  "type": {
2901
- "text": "number"
2894
+ "text": "boolean"
2902
2895
  },
2903
- "default": "1",
2904
- "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
2905
- "fieldName": "maxChoices",
2896
+ "default": "false",
2897
+ "fieldName": "disabled",
2906
2898
  "inheritedFrom": {
2907
- "name": "Choices",
2908
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2899
+ "name": "DroppablesMixin",
2900
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2909
2901
  }
2910
2902
  },
2911
2903
  {
2912
- "name": "shuffle",
2904
+ "name": "readonly",
2913
2905
  "type": {
2914
2906
  "text": "boolean"
2915
2907
  },
2916
2908
  "default": "false",
2917
- "fieldName": "shuffle",
2909
+ "fieldName": "readonly",
2918
2910
  "inheritedFrom": {
2919
- "name": "Choices",
2920
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2911
+ "name": "DragDropInteractionMixin",
2912
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2921
2913
  }
2922
2914
  },
2923
2915
  {
2924
- "name": "response-identifier",
2916
+ "name": "min-associations",
2925
2917
  "type": {
2926
- "text": "string"
2918
+ "text": "number"
2927
2919
  },
2928
- "default": "''",
2929
- "fieldName": "responseIdentifier",
2920
+ "default": "1",
2921
+ "fieldName": "minAssociations",
2930
2922
  "inheritedFrom": {
2931
- "name": "Interaction",
2932
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2923
+ "name": "DragDropInteractionMixin",
2924
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2933
2925
  }
2934
2926
  },
2935
2927
  {
2936
- "name": "disabled",
2928
+ "name": "max-associations",
2937
2929
  "type": {
2938
- "text": "boolean"
2930
+ "text": "number"
2939
2931
  },
2940
- "default": "false",
2941
- "description": "disabled should be exposed to the attributes and accessible as property",
2942
- "fieldName": "disabled",
2943
- "inheritedFrom": {
2944
- "name": "Interaction",
2945
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2946
- }
2947
- },
2948
- {
2949
- "name": "readonly",
2950
- "type": {
2951
- "text": "boolean"
2952
- },
2953
- "default": "false",
2954
- "description": "readonly should be exposed to the attributes and accessible as property",
2955
- "fieldName": "readonly",
2932
+ "default": "1",
2933
+ "fieldName": "maxAssociations",
2956
2934
  "inheritedFrom": {
2957
- "name": "Interaction",
2958
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2935
+ "name": "DragDropInteractionMixin",
2936
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2959
2937
  }
2960
2938
  }
2961
2939
  ],
@@ -2966,8 +2944,8 @@
2966
2944
  "text": "CustomEvent"
2967
2945
  },
2968
2946
  "inheritedFrom": {
2969
- "name": "Interaction",
2970
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2947
+ "name": "DragDropInteractionMixin",
2948
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2971
2949
  }
2972
2950
  },
2973
2951
  {
@@ -2976,8 +2954,8 @@
2976
2954
  "text": "CustomEvent"
2977
2955
  },
2978
2956
  "inheritedFrom": {
2979
- "name": "Interaction",
2980
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2957
+ "name": "DragDropInteractionMixin",
2958
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2981
2959
  }
2982
2960
  }
2983
2961
  ]
@@ -2986,102 +2964,100 @@
2986
2964
  "exports": [
2987
2965
  {
2988
2966
  "kind": "js",
2989
- "name": "QtiGraphicOrderInteraction",
2967
+ "name": "QtiGraphicGapMatchInteraction",
2990
2968
  "declaration": {
2991
- "name": "QtiGraphicOrderInteraction",
2992
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
2969
+ "name": "QtiGraphicGapMatchInteraction",
2970
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
2993
2971
  }
2994
2972
  },
2995
2973
  {
2996
2974
  "kind": "custom-element-definition",
2997
- "name": "qti-graphic-order-interaction",
2975
+ "name": "qti-graphic-gap-match-interaction",
2998
2976
  "declaration": {
2999
- "name": "QtiGraphicOrderInteraction",
3000
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
2977
+ "name": "QtiGraphicGapMatchInteraction",
2978
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3001
2979
  }
3002
2980
  }
3003
2981
  ]
3004
2982
  },
3005
2983
  {
3006
2984
  "kind": "javascript-module",
3007
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
2985
+ "path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
3008
2986
  "declarations": [
3009
2987
  {
3010
2988
  "kind": "class",
3011
2989
  "description": "",
3012
- "name": "QtiGraphicGapMatchInteraction",
2990
+ "name": "QtiHotspotInteraction",
3013
2991
  "members": [],
3014
- "mixins": [
3015
- {
3016
- "name": "DragDropInteractionMixin",
3017
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3018
- }
3019
- ],
3020
2992
  "superclass": {
3021
- "name": "LitElement",
3022
- "package": "lit"
2993
+ "name": "Choices",
2994
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3023
2995
  },
3024
- "tagName": "qti-graphic-gap-match-interaction",
2996
+ "tagName": "qti-hotspot-interaction",
3025
2997
  "customElement": true,
3026
2998
  "attributes": [
3027
2999
  {
3028
- "name": "response-identifier",
3000
+ "name": "min-choices",
3029
3001
  "type": {
3030
- "text": "string"
3002
+ "text": "number"
3031
3003
  },
3032
- "default": "''",
3033
- "fieldName": "responseIdentifier",
3004
+ "default": "0",
3005
+ "description": "the minimal number of selections a candidate must make",
3006
+ "fieldName": "minChoices",
3034
3007
  "inheritedFrom": {
3035
- "name": "DragDropInteractionMixin",
3036
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3008
+ "name": "Choices",
3009
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3037
3010
  }
3038
3011
  },
3039
3012
  {
3040
- "name": "disabled",
3013
+ "name": "max-choices",
3041
3014
  "type": {
3042
- "text": "boolean"
3015
+ "text": "number"
3043
3016
  },
3044
- "default": "false",
3045
- "fieldName": "disabled",
3017
+ "default": "1",
3018
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3019
+ "fieldName": "maxChoices",
3046
3020
  "inheritedFrom": {
3047
- "name": "DroppablesMixin",
3048
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3021
+ "name": "Choices",
3022
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3049
3023
  }
3050
3024
  },
3051
3025
  {
3052
- "name": "readonly",
3026
+ "name": "response-identifier",
3053
3027
  "type": {
3054
- "text": "boolean"
3028
+ "text": "string"
3055
3029
  },
3056
- "default": "false",
3057
- "fieldName": "readonly",
3030
+ "default": "''",
3031
+ "fieldName": "responseIdentifier",
3058
3032
  "inheritedFrom": {
3059
- "name": "DragDropInteractionMixin",
3060
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3033
+ "name": "Interaction",
3034
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3061
3035
  }
3062
3036
  },
3063
3037
  {
3064
- "name": "min-associations",
3038
+ "name": "disabled",
3065
3039
  "type": {
3066
- "text": "number"
3040
+ "text": "boolean"
3067
3041
  },
3068
- "default": "1",
3069
- "fieldName": "minAssociations",
3042
+ "default": "false",
3043
+ "description": "disabled should be exposed to the attributes and accessible as property",
3044
+ "fieldName": "disabled",
3070
3045
  "inheritedFrom": {
3071
- "name": "DragDropInteractionMixin",
3072
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3046
+ "name": "Interaction",
3047
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3073
3048
  }
3074
3049
  },
3075
3050
  {
3076
- "name": "max-associations",
3051
+ "name": "readonly",
3077
3052
  "type": {
3078
- "text": "number"
3053
+ "text": "boolean"
3079
3054
  },
3080
- "default": "1",
3081
- "fieldName": "maxAssociations",
3055
+ "default": "false",
3056
+ "description": "readonly should be exposed to the attributes and accessible as property",
3057
+ "fieldName": "readonly",
3082
3058
  "inheritedFrom": {
3083
- "name": "DragDropInteractionMixin",
3084
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3059
+ "name": "Interaction",
3060
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3085
3061
  }
3086
3062
  }
3087
3063
  ],
@@ -3092,8 +3068,8 @@
3092
3068
  "text": "CustomEvent"
3093
3069
  },
3094
3070
  "inheritedFrom": {
3095
- "name": "DragDropInteractionMixin",
3096
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3071
+ "name": "Interaction",
3072
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3097
3073
  }
3098
3074
  },
3099
3075
  {
@@ -3102,8 +3078,8 @@
3102
3078
  "text": "CustomEvent"
3103
3079
  },
3104
3080
  "inheritedFrom": {
3105
- "name": "DragDropInteractionMixin",
3106
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3081
+ "name": "Interaction",
3082
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3107
3083
  }
3108
3084
  }
3109
3085
  ]
@@ -3112,36 +3088,36 @@
3112
3088
  "exports": [
3113
3089
  {
3114
3090
  "kind": "js",
3115
- "name": "QtiGraphicGapMatchInteraction",
3091
+ "name": "QtiHotspotInteraction",
3116
3092
  "declaration": {
3117
- "name": "QtiGraphicGapMatchInteraction",
3118
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3093
+ "name": "QtiHotspotInteraction",
3094
+ "module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
3119
3095
  }
3120
3096
  },
3121
3097
  {
3122
3098
  "kind": "custom-element-definition",
3123
- "name": "qti-graphic-gap-match-interaction",
3099
+ "name": "qti-hotspot-interaction",
3124
3100
  "declaration": {
3125
- "name": "QtiGraphicGapMatchInteraction",
3126
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3101
+ "name": "QtiHotspotInteraction",
3102
+ "module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
3127
3103
  }
3128
3104
  }
3129
3105
  ]
3130
3106
  },
3131
3107
  {
3132
3108
  "kind": "javascript-module",
3133
- "path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
3109
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
3134
3110
  "declarations": [
3135
3111
  {
3136
3112
  "kind": "class",
3137
3113
  "description": "",
3138
- "name": "QtiHotspotInteraction",
3114
+ "name": "QtiGraphicOrderInteraction",
3139
3115
  "members": [],
3140
3116
  "superclass": {
3141
3117
  "name": "Choices",
3142
3118
  "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3143
3119
  },
3144
- "tagName": "qti-hotspot-interaction",
3120
+ "tagName": "qti-graphic-order-interaction",
3145
3121
  "customElement": true,
3146
3122
  "attributes": [
3147
3123
  {
@@ -3170,18 +3146,6 @@
3170
3146
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3171
3147
  }
3172
3148
  },
3173
- {
3174
- "name": "shuffle",
3175
- "type": {
3176
- "text": "boolean"
3177
- },
3178
- "default": "false",
3179
- "fieldName": "shuffle",
3180
- "inheritedFrom": {
3181
- "name": "Choices",
3182
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3183
- }
3184
- },
3185
3149
  {
3186
3150
  "name": "response-identifier",
3187
3151
  "type": {
@@ -3248,18 +3212,18 @@
3248
3212
  "exports": [
3249
3213
  {
3250
3214
  "kind": "js",
3251
- "name": "QtiHotspotInteraction",
3215
+ "name": "QtiGraphicOrderInteraction",
3252
3216
  "declaration": {
3253
- "name": "QtiHotspotInteraction",
3254
- "module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
3217
+ "name": "QtiGraphicOrderInteraction",
3218
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3255
3219
  }
3256
3220
  },
3257
3221
  {
3258
3222
  "kind": "custom-element-definition",
3259
- "name": "qti-hotspot-interaction",
3223
+ "name": "qti-graphic-order-interaction",
3260
3224
  "declaration": {
3261
- "name": "QtiHotspotInteraction",
3262
- "module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
3225
+ "name": "QtiGraphicOrderInteraction",
3226
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3263
3227
  }
3264
3228
  }
3265
3229
  ]
@@ -3306,18 +3270,6 @@
3306
3270
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3307
3271
  }
3308
3272
  },
3309
- {
3310
- "name": "shuffle",
3311
- "type": {
3312
- "text": "boolean"
3313
- },
3314
- "default": "false",
3315
- "fieldName": "shuffle",
3316
- "inheritedFrom": {
3317
- "name": "Choices",
3318
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3319
- }
3320
- },
3321
3273
  {
3322
3274
  "name": "response-identifier",
3323
3275
  "type": {
@@ -3402,26 +3354,19 @@
3402
3354
  },
3403
3355
  {
3404
3356
  "kind": "javascript-module",
3405
- "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
3357
+ "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
3406
3358
  "declarations": [
3407
3359
  {
3408
3360
  "kind": "class",
3409
3361
  "description": "",
3410
- "name": "QtiMatchInteraction",
3362
+ "name": "QtiInlineChoiceInteraction",
3411
3363
  "members": [],
3412
- "mixins": [
3413
- {
3414
- "name": "DragDropInteractionMixin",
3415
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3416
- }
3417
- ],
3418
- "superclass": {
3419
- "name": "LitElement",
3420
- "package": "lit"
3421
- },
3422
- "tagName": "qti-match-interaction",
3423
- "customElement": true,
3424
3364
  "attributes": [
3365
+ {
3366
+ "name": "",
3367
+ "fieldName": "",
3368
+ "attribute": ""
3369
+ },
3425
3370
  {
3426
3371
  "name": "response-identifier",
3427
3372
  "type": {
@@ -3430,8 +3375,8 @@
3430
3375
  "default": "''",
3431
3376
  "fieldName": "responseIdentifier",
3432
3377
  "inheritedFrom": {
3433
- "name": "DragDropInteractionMixin",
3434
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3378
+ "name": "Interaction",
3379
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3435
3380
  }
3436
3381
  },
3437
3382
  {
@@ -3440,10 +3385,11 @@
3440
3385
  "text": "boolean"
3441
3386
  },
3442
3387
  "default": "false",
3388
+ "description": "disabled should be exposed to the attributes and accessible as property",
3443
3389
  "fieldName": "disabled",
3444
3390
  "inheritedFrom": {
3445
- "name": "DroppablesMixin",
3446
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3391
+ "name": "Interaction",
3392
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3447
3393
  }
3448
3394
  },
3449
3395
  {
@@ -3452,37 +3398,20 @@
3452
3398
  "text": "boolean"
3453
3399
  },
3454
3400
  "default": "false",
3401
+ "description": "readonly should be exposed to the attributes and accessible as property",
3455
3402
  "fieldName": "readonly",
3456
3403
  "inheritedFrom": {
3457
- "name": "DragDropInteractionMixin",
3458
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3459
- }
3460
- },
3461
- {
3462
- "name": "min-associations",
3463
- "type": {
3464
- "text": "number"
3465
- },
3466
- "default": "1",
3467
- "fieldName": "minAssociations",
3468
- "inheritedFrom": {
3469
- "name": "DragDropInteractionMixin",
3470
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3471
- }
3472
- },
3473
- {
3474
- "name": "max-associations",
3475
- "type": {
3476
- "text": "number"
3477
- },
3478
- "default": "1",
3479
- "fieldName": "maxAssociations",
3480
- "inheritedFrom": {
3481
- "name": "DragDropInteractionMixin",
3482
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3404
+ "name": "Interaction",
3405
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3483
3406
  }
3484
3407
  }
3485
3408
  ],
3409
+ "superclass": {
3410
+ "name": "Interaction",
3411
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3412
+ },
3413
+ "tagName": "qti-inline-choice-interaction",
3414
+ "customElement": true,
3486
3415
  "events": [
3487
3416
  {
3488
3417
  "name": "qti-register-interaction",
@@ -3490,8 +3419,8 @@
3490
3419
  "text": "CustomEvent"
3491
3420
  },
3492
3421
  "inheritedFrom": {
3493
- "name": "DragDropInteractionMixin",
3494
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3422
+ "name": "Interaction",
3423
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3495
3424
  }
3496
3425
  },
3497
3426
  {
@@ -3500,8 +3429,8 @@
3500
3429
  "text": "CustomEvent"
3501
3430
  },
3502
3431
  "inheritedFrom": {
3503
- "name": "DragDropInteractionMixin",
3504
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3432
+ "name": "Interaction",
3433
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3505
3434
  }
3506
3435
  }
3507
3436
  ]
@@ -3510,30 +3439,30 @@
3510
3439
  "exports": [
3511
3440
  {
3512
3441
  "kind": "js",
3513
- "name": "QtiMatchInteraction",
3442
+ "name": "QtiInlineChoiceInteraction",
3514
3443
  "declaration": {
3515
- "name": "QtiMatchInteraction",
3516
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3444
+ "name": "QtiInlineChoiceInteraction",
3445
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3517
3446
  }
3518
3447
  },
3519
3448
  {
3520
3449
  "kind": "custom-element-definition",
3521
- "name": "qti-match-interaction",
3450
+ "name": "qti-inline-choice-interaction",
3522
3451
  "declaration": {
3523
- "name": "QtiMatchInteraction",
3524
- "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3452
+ "name": "QtiInlineChoiceInteraction",
3453
+ "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3525
3454
  }
3526
3455
  }
3527
3456
  ]
3528
3457
  },
3529
3458
  {
3530
3459
  "kind": "javascript-module",
3531
- "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
3460
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
3532
3461
  "declarations": [
3533
3462
  {
3534
3463
  "kind": "class",
3535
3464
  "description": "",
3536
- "name": "QtiInlineChoiceInteraction",
3465
+ "name": "QtiMediaInteraction",
3537
3466
  "members": [],
3538
3467
  "attributes": [
3539
3468
  {
@@ -3584,7 +3513,7 @@
3584
3513
  "name": "Interaction",
3585
3514
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3586
3515
  },
3587
- "tagName": "qti-inline-choice-interaction",
3516
+ "tagName": "qti-media-interaction",
3588
3517
  "customElement": true,
3589
3518
  "events": [
3590
3519
  {
@@ -3613,37 +3542,44 @@
3613
3542
  "exports": [
3614
3543
  {
3615
3544
  "kind": "js",
3616
- "name": "QtiInlineChoiceInteraction",
3545
+ "name": "QtiMediaInteraction",
3617
3546
  "declaration": {
3618
- "name": "QtiInlineChoiceInteraction",
3619
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3547
+ "name": "QtiMediaInteraction",
3548
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3620
3549
  }
3621
3550
  },
3622
3551
  {
3623
3552
  "kind": "custom-element-definition",
3624
- "name": "qti-inline-choice-interaction",
3553
+ "name": "qti-media-interaction",
3625
3554
  "declaration": {
3626
- "name": "QtiInlineChoiceInteraction",
3627
- "module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
3555
+ "name": "QtiMediaInteraction",
3556
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3628
3557
  }
3629
3558
  }
3630
3559
  ]
3631
3560
  },
3632
3561
  {
3633
3562
  "kind": "javascript-module",
3634
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
3563
+ "path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
3635
3564
  "declarations": [
3636
3565
  {
3637
3566
  "kind": "class",
3638
3567
  "description": "",
3639
- "name": "QtiMediaInteraction",
3568
+ "name": "QtiMatchInteraction",
3640
3569
  "members": [],
3641
- "attributes": [
3570
+ "mixins": [
3642
3571
  {
3643
- "name": "",
3644
- "fieldName": "",
3645
- "attribute": ""
3646
- },
3572
+ "name": "DragDropInteractionMixin",
3573
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3574
+ }
3575
+ ],
3576
+ "superclass": {
3577
+ "name": "LitElement",
3578
+ "package": "lit"
3579
+ },
3580
+ "tagName": "qti-match-interaction",
3581
+ "customElement": true,
3582
+ "attributes": [
3647
3583
  {
3648
3584
  "name": "response-identifier",
3649
3585
  "type": {
@@ -3652,8 +3588,8 @@
3652
3588
  "default": "''",
3653
3589
  "fieldName": "responseIdentifier",
3654
3590
  "inheritedFrom": {
3655
- "name": "Interaction",
3656
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3591
+ "name": "DragDropInteractionMixin",
3592
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3657
3593
  }
3658
3594
  },
3659
3595
  {
@@ -3662,11 +3598,10 @@
3662
3598
  "text": "boolean"
3663
3599
  },
3664
3600
  "default": "false",
3665
- "description": "disabled should be exposed to the attributes and accessible as property",
3666
3601
  "fieldName": "disabled",
3667
3602
  "inheritedFrom": {
3668
- "name": "Interaction",
3669
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3603
+ "name": "DroppablesMixin",
3604
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3670
3605
  }
3671
3606
  },
3672
3607
  {
@@ -3675,20 +3610,37 @@
3675
3610
  "text": "boolean"
3676
3611
  },
3677
3612
  "default": "false",
3678
- "description": "readonly should be exposed to the attributes and accessible as property",
3679
3613
  "fieldName": "readonly",
3680
3614
  "inheritedFrom": {
3681
- "name": "Interaction",
3682
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3615
+ "name": "DragDropInteractionMixin",
3616
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3617
+ }
3618
+ },
3619
+ {
3620
+ "name": "min-associations",
3621
+ "type": {
3622
+ "text": "number"
3623
+ },
3624
+ "default": "1",
3625
+ "fieldName": "minAssociations",
3626
+ "inheritedFrom": {
3627
+ "name": "DragDropInteractionMixin",
3628
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3629
+ }
3630
+ },
3631
+ {
3632
+ "name": "max-associations",
3633
+ "type": {
3634
+ "text": "number"
3635
+ },
3636
+ "default": "1",
3637
+ "fieldName": "maxAssociations",
3638
+ "inheritedFrom": {
3639
+ "name": "DragDropInteractionMixin",
3640
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3683
3641
  }
3684
3642
  }
3685
3643
  ],
3686
- "superclass": {
3687
- "name": "Interaction",
3688
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3689
- },
3690
- "tagName": "qti-media-interaction",
3691
- "customElement": true,
3692
3644
  "events": [
3693
3645
  {
3694
3646
  "name": "qti-register-interaction",
@@ -3696,8 +3648,8 @@
3696
3648
  "text": "CustomEvent"
3697
3649
  },
3698
3650
  "inheritedFrom": {
3699
- "name": "Interaction",
3700
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3651
+ "name": "DragDropInteractionMixin",
3652
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3701
3653
  }
3702
3654
  },
3703
3655
  {
@@ -3706,8 +3658,8 @@
3706
3658
  "text": "CustomEvent"
3707
3659
  },
3708
3660
  "inheritedFrom": {
3709
- "name": "Interaction",
3710
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3661
+ "name": "DragDropInteractionMixin",
3662
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3711
3663
  }
3712
3664
  }
3713
3665
  ]
@@ -3716,18 +3668,18 @@
3716
3668
  "exports": [
3717
3669
  {
3718
3670
  "kind": "js",
3719
- "name": "QtiMediaInteraction",
3671
+ "name": "QtiMatchInteraction",
3720
3672
  "declaration": {
3721
- "name": "QtiMediaInteraction",
3722
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3673
+ "name": "QtiMatchInteraction",
3674
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3723
3675
  }
3724
3676
  },
3725
3677
  {
3726
3678
  "kind": "custom-element-definition",
3727
- "name": "qti-media-interaction",
3679
+ "name": "qti-match-interaction",
3728
3680
  "declaration": {
3729
- "name": "QtiMediaInteraction",
3730
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3681
+ "name": "QtiMatchInteraction",
3682
+ "module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
3731
3683
  }
3732
3684
  }
3733
3685
  ]
@@ -4006,29 +3958,57 @@
4006
3958
  },
4007
3959
  {
4008
3960
  "kind": "javascript-module",
4009
- "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
3961
+ "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
4010
3962
  "declarations": [
4011
3963
  {
4012
3964
  "kind": "class",
4013
3965
  "description": "",
4014
- "name": "QtiSelectPointInteraction",
3966
+ "name": "QtiSliderInteraction",
4015
3967
  "members": [],
4016
3968
  "attributes": [
4017
3969
  {
4018
- "name": "max-choices",
3970
+ "name": "value",
4019
3971
  "type": {
4020
3972
  "text": "number"
4021
3973
  },
4022
- "default": "0",
4023
- "fieldName": "maxChoices"
3974
+ "fieldName": "value"
4024
3975
  },
4025
3976
  {
4026
- "name": "min-choices",
3977
+ "name": "step-label",
3978
+ "type": {
3979
+ "text": "boolean"
3980
+ },
3981
+ "default": "false",
3982
+ "fieldName": "stepLabel"
3983
+ },
3984
+ {
3985
+ "name": "reverse",
3986
+ "type": {
3987
+ "text": "boolean"
3988
+ },
3989
+ "default": "false",
3990
+ "fieldName": "reverse"
3991
+ },
3992
+ {
3993
+ "name": "lower-bound",
4027
3994
  "type": {
4028
3995
  "text": "number"
4029
3996
  },
4030
- "default": "0",
4031
- "fieldName": "minChoices"
3997
+ "fieldName": "min"
3998
+ },
3999
+ {
4000
+ "name": "upper-bound",
4001
+ "type": {
4002
+ "text": "number"
4003
+ },
4004
+ "fieldName": "max"
4005
+ },
4006
+ {
4007
+ "name": "step",
4008
+ "type": {
4009
+ "text": "number"
4010
+ },
4011
+ "fieldName": "step"
4032
4012
  },
4033
4013
  {
4034
4014
  "name": "response-identifier",
@@ -4073,7 +4053,7 @@
4073
4053
  "name": "Interaction",
4074
4054
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4075
4055
  },
4076
- "tagName": "qti-select-point-interaction",
4056
+ "tagName": "qti-slider-interaction",
4077
4057
  "customElement": true,
4078
4058
  "events": [
4079
4059
  {
@@ -4102,75 +4082,47 @@
4102
4082
  "exports": [
4103
4083
  {
4104
4084
  "kind": "js",
4105
- "name": "QtiSelectPointInteraction",
4085
+ "name": "QtiSliderInteraction",
4106
4086
  "declaration": {
4107
- "name": "QtiSelectPointInteraction",
4108
- "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4087
+ "name": "QtiSliderInteraction",
4088
+ "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4109
4089
  }
4110
4090
  },
4111
4091
  {
4112
4092
  "kind": "custom-element-definition",
4113
- "name": "qti-select-point-interaction",
4093
+ "name": "qti-slider-interaction",
4114
4094
  "declaration": {
4115
- "name": "QtiSelectPointInteraction",
4116
- "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4095
+ "name": "QtiSliderInteraction",
4096
+ "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4117
4097
  }
4118
4098
  }
4119
4099
  ]
4120
4100
  },
4121
4101
  {
4122
4102
  "kind": "javascript-module",
4123
- "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
4103
+ "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
4124
4104
  "declarations": [
4125
4105
  {
4126
4106
  "kind": "class",
4127
4107
  "description": "",
4128
- "name": "QtiSliderInteraction",
4108
+ "name": "QtiSelectPointInteraction",
4129
4109
  "members": [],
4130
4110
  "attributes": [
4131
4111
  {
4132
- "name": "value",
4133
- "type": {
4134
- "text": "number"
4135
- },
4136
- "fieldName": "value"
4137
- },
4138
- {
4139
- "name": "step-label",
4140
- "type": {
4141
- "text": "boolean"
4142
- },
4143
- "default": "false",
4144
- "fieldName": "stepLabel"
4145
- },
4146
- {
4147
- "name": "reverse",
4148
- "type": {
4149
- "text": "boolean"
4150
- },
4151
- "default": "false",
4152
- "fieldName": "reverse"
4153
- },
4154
- {
4155
- "name": "lower-bound",
4156
- "type": {
4157
- "text": "number"
4158
- },
4159
- "fieldName": "min"
4160
- },
4161
- {
4162
- "name": "upper-bound",
4112
+ "name": "max-choices",
4163
4113
  "type": {
4164
4114
  "text": "number"
4165
4115
  },
4166
- "fieldName": "max"
4116
+ "default": "0",
4117
+ "fieldName": "maxChoices"
4167
4118
  },
4168
4119
  {
4169
- "name": "step",
4120
+ "name": "min-choices",
4170
4121
  "type": {
4171
4122
  "text": "number"
4172
4123
  },
4173
- "fieldName": "step"
4124
+ "default": "0",
4125
+ "fieldName": "minChoices"
4174
4126
  },
4175
4127
  {
4176
4128
  "name": "response-identifier",
@@ -4215,7 +4167,7 @@
4215
4167
  "name": "Interaction",
4216
4168
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4217
4169
  },
4218
- "tagName": "qti-slider-interaction",
4170
+ "tagName": "qti-select-point-interaction",
4219
4171
  "customElement": true,
4220
4172
  "events": [
4221
4173
  {
@@ -4244,18 +4196,18 @@
4244
4196
  "exports": [
4245
4197
  {
4246
4198
  "kind": "js",
4247
- "name": "QtiSliderInteraction",
4199
+ "name": "QtiSelectPointInteraction",
4248
4200
  "declaration": {
4249
- "name": "QtiSliderInteraction",
4250
- "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4201
+ "name": "QtiSelectPointInteraction",
4202
+ "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4251
4203
  }
4252
4204
  },
4253
4205
  {
4254
4206
  "kind": "custom-element-definition",
4255
- "name": "qti-slider-interaction",
4207
+ "name": "qti-select-point-interaction",
4256
4208
  "declaration": {
4257
- "name": "QtiSliderInteraction",
4258
- "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4209
+ "name": "QtiSelectPointInteraction",
4210
+ "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4259
4211
  }
4260
4212
  }
4261
4213
  ]
@@ -5157,14 +5109,6 @@
5157
5109
  "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
5158
5110
  "fieldName": "maxChoices"
5159
5111
  },
5160
- {
5161
- "name": "shuffle",
5162
- "type": {
5163
- "text": "boolean"
5164
- },
5165
- "default": "false",
5166
- "fieldName": "shuffle"
5167
- },
5168
5112
  {
5169
5113
  "name": "response-identifier",
5170
5114
  "type": {
@@ -6071,81 +6015,81 @@
6071
6015
  },
6072
6016
  {
6073
6017
  "kind": "javascript-module",
6074
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
6018
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
6075
6019
  "declarations": [
6076
6020
  {
6077
6021
  "kind": "class",
6078
6022
  "description": "",
6079
- "name": "QtiMapResponse",
6023
+ "name": "QtiMatch",
6080
6024
  "members": [],
6081
- "attributes": [
6082
- {
6083
- "name": "identifier",
6084
- "type": {
6085
- "text": "string"
6086
- },
6087
- "fieldName": "identifier"
6088
- }
6089
- ],
6090
6025
  "superclass": {
6091
6026
  "name": "QtiExpression",
6092
6027
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6093
6028
  },
6094
- "tagName": "qti-map-response",
6029
+ "tagName": "qti-match",
6095
6030
  "customElement": true
6096
6031
  }
6097
6032
  ],
6098
6033
  "exports": [
6099
6034
  {
6100
6035
  "kind": "js",
6101
- "name": "QtiMapResponse",
6036
+ "name": "QtiMatch",
6102
6037
  "declaration": {
6103
- "name": "QtiMapResponse",
6104
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6038
+ "name": "QtiMatch",
6039
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6105
6040
  }
6106
6041
  },
6107
6042
  {
6108
6043
  "kind": "custom-element-definition",
6109
- "name": "qti-map-response",
6044
+ "name": "qti-match",
6110
6045
  "declaration": {
6111
- "name": "QtiMapResponse",
6112
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6046
+ "name": "QtiMatch",
6047
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6113
6048
  }
6114
6049
  }
6115
6050
  ]
6116
6051
  },
6117
6052
  {
6118
6053
  "kind": "javascript-module",
6119
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
6054
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
6120
6055
  "declarations": [
6121
6056
  {
6122
6057
  "kind": "class",
6123
6058
  "description": "",
6124
- "name": "QtiMatch",
6059
+ "name": "QtiMapResponse",
6125
6060
  "members": [],
6061
+ "attributes": [
6062
+ {
6063
+ "name": "identifier",
6064
+ "type": {
6065
+ "text": "string"
6066
+ },
6067
+ "fieldName": "identifier"
6068
+ }
6069
+ ],
6126
6070
  "superclass": {
6127
6071
  "name": "QtiExpression",
6128
6072
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6129
6073
  },
6130
- "tagName": "qti-match",
6074
+ "tagName": "qti-map-response",
6131
6075
  "customElement": true
6132
6076
  }
6133
6077
  ],
6134
6078
  "exports": [
6135
6079
  {
6136
6080
  "kind": "js",
6137
- "name": "QtiMatch",
6081
+ "name": "QtiMapResponse",
6138
6082
  "declaration": {
6139
- "name": "QtiMatch",
6140
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6083
+ "name": "QtiMapResponse",
6084
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6141
6085
  }
6142
6086
  },
6143
6087
  {
6144
6088
  "kind": "custom-element-definition",
6145
- "name": "qti-match",
6089
+ "name": "qti-map-response",
6146
6090
  "declaration": {
6147
- "name": "QtiMatch",
6148
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6091
+ "name": "QtiMapResponse",
6092
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6149
6093
  }
6150
6094
  }
6151
6095
  ]