@citolab/qti-components 6.0.16 → 6.0.17

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,6 +2,26 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/lib/context/context.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "variable",
11
+ "name": "loggerContext"
12
+ }
13
+ ],
14
+ "exports": [
15
+ {
16
+ "kind": "js",
17
+ "name": "loggerContext",
18
+ "declaration": {
19
+ "name": "loggerContext",
20
+ "module": "src/lib/context/context.ts"
21
+ }
22
+ }
23
+ ]
24
+ },
5
25
  {
6
26
  "kind": "javascript-module",
7
27
  "path": "src/lib/decorators/index.ts",
@@ -96,6 +116,42 @@
96
116
  }
97
117
  ]
98
118
  },
119
+ {
120
+ "kind": "javascript-module",
121
+ "path": "src/lib/qti-item-react/index.ts",
122
+ "declarations": [],
123
+ "exports": [
124
+ {
125
+ "kind": "js",
126
+ "name": "*",
127
+ "declaration": {
128
+ "name": "*",
129
+ "package": "./qti-item.react"
130
+ }
131
+ }
132
+ ]
133
+ },
134
+ {
135
+ "kind": "javascript-module",
136
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
137
+ "declarations": [
138
+ {
139
+ "kind": "variable",
140
+ "name": "QtiItem",
141
+ "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed',\n qtiitemconnected: 'qti-item-connected'\n }\n})"
142
+ }
143
+ ],
144
+ "exports": [
145
+ {
146
+ "kind": "js",
147
+ "name": "QtiItem",
148
+ "declaration": {
149
+ "name": "QtiItem",
150
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
151
+ }
152
+ }
153
+ ]
154
+ },
99
155
  {
100
156
  "kind": "javascript-module",
101
157
  "path": "src/lib/qti-components/index.ts",
@@ -587,42 +643,6 @@
587
643
  }
588
644
  ]
589
645
  },
590
- {
591
- "kind": "javascript-module",
592
- "path": "src/lib/qti-item-react/index.ts",
593
- "declarations": [],
594
- "exports": [
595
- {
596
- "kind": "js",
597
- "name": "*",
598
- "declaration": {
599
- "name": "*",
600
- "package": "./qti-item.react"
601
- }
602
- }
603
- ]
604
- },
605
- {
606
- "kind": "javascript-module",
607
- "path": "src/lib/qti-item-react/qti-item.react.ts",
608
- "declarations": [
609
- {
610
- "kind": "variable",
611
- "name": "QtiItem",
612
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed',\n qtiitemconnected: 'qti-item-connected'\n }\n})"
613
- }
614
- ],
615
- "exports": [
616
- {
617
- "kind": "js",
618
- "name": "QtiItem",
619
- "declaration": {
620
- "name": "QtiItem",
621
- "module": "src/lib/qti-item-react/qti-item.react.ts"
622
- }
623
- }
624
- ]
625
- },
626
646
  {
627
647
  "kind": "javascript-module",
628
648
  "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
@@ -812,6 +832,53 @@
812
832
  }
813
833
  ]
814
834
  },
835
+ {
836
+ "kind": "javascript-module",
837
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
838
+ "declarations": [
839
+ {
840
+ "kind": "class",
841
+ "description": "",
842
+ "name": "QtiItemBody",
843
+ "slots": [
844
+ {
845
+ "description": "item body content.",
846
+ "name": ""
847
+ },
848
+ {
849
+ "description": "the qti rubric block is placed above the item",
850
+ "name": "qti-rubric-block"
851
+ }
852
+ ],
853
+ "members": [],
854
+ "superclass": {
855
+ "name": "LitElement",
856
+ "package": "lit"
857
+ },
858
+ "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.",
859
+ "tagName": "qti-item-body",
860
+ "customElement": true
861
+ }
862
+ ],
863
+ "exports": [
864
+ {
865
+ "kind": "js",
866
+ "name": "default",
867
+ "declaration": {
868
+ "name": "QtiItemBody",
869
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
870
+ }
871
+ },
872
+ {
873
+ "kind": "custom-element-definition",
874
+ "name": "qti-item-body",
875
+ "declaration": {
876
+ "name": "QtiItemBody",
877
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
878
+ }
879
+ }
880
+ ]
881
+ },
815
882
  {
816
883
  "kind": "javascript-module",
817
884
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1475,53 +1542,6 @@
1475
1542
  }
1476
1543
  ]
1477
1544
  },
1478
- {
1479
- "kind": "javascript-module",
1480
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1481
- "declarations": [
1482
- {
1483
- "kind": "class",
1484
- "description": "",
1485
- "name": "QtiItemBody",
1486
- "slots": [
1487
- {
1488
- "description": "item body content.",
1489
- "name": ""
1490
- },
1491
- {
1492
- "description": "the qti rubric block is placed above the item",
1493
- "name": "qti-rubric-block"
1494
- }
1495
- ],
1496
- "members": [],
1497
- "superclass": {
1498
- "name": "LitElement",
1499
- "package": "lit"
1500
- },
1501
- "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.",
1502
- "tagName": "qti-item-body",
1503
- "customElement": true
1504
- }
1505
- ],
1506
- "exports": [
1507
- {
1508
- "kind": "js",
1509
- "name": "default",
1510
- "declaration": {
1511
- "name": "QtiItemBody",
1512
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1513
- }
1514
- },
1515
- {
1516
- "kind": "custom-element-definition",
1517
- "name": "qti-item-body",
1518
- "declaration": {
1519
- "name": "QtiItemBody",
1520
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1521
- }
1522
- }
1523
- ]
1524
- },
1525
1545
  {
1526
1546
  "kind": "javascript-module",
1527
1547
  "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
@@ -2948,26 +2968,46 @@
2948
2968
  },
2949
2969
  {
2950
2970
  "kind": "javascript-module",
2951
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
2971
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
2952
2972
  "declarations": [
2953
2973
  {
2954
2974
  "kind": "class",
2955
2975
  "description": "",
2956
- "name": "QtiGraphicGapMatchInteraction",
2976
+ "name": "QtiGraphicOrderInteraction",
2957
2977
  "members": [],
2958
- "mixins": [
2959
- {
2960
- "name": "DragDropInteractionMixin",
2961
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2962
- }
2963
- ],
2964
2978
  "superclass": {
2965
- "name": "LitElement",
2966
- "package": "lit"
2979
+ "name": "Choices",
2980
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
2967
2981
  },
2968
- "tagName": "qti-graphic-gap-match-interaction",
2982
+ "tagName": "qti-graphic-order-interaction",
2969
2983
  "customElement": true,
2970
2984
  "attributes": [
2985
+ {
2986
+ "name": "min-choices",
2987
+ "type": {
2988
+ "text": "number"
2989
+ },
2990
+ "default": "0",
2991
+ "description": "the minimal number of selections a candidate must make",
2992
+ "fieldName": "minChoices",
2993
+ "inheritedFrom": {
2994
+ "name": "Choices",
2995
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2996
+ }
2997
+ },
2998
+ {
2999
+ "name": "max-choices",
3000
+ "type": {
3001
+ "text": "number"
3002
+ },
3003
+ "default": "1",
3004
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3005
+ "fieldName": "maxChoices",
3006
+ "inheritedFrom": {
3007
+ "name": "Choices",
3008
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3009
+ }
3010
+ },
2971
3011
  {
2972
3012
  "name": "response-identifier",
2973
3013
  "type": {
@@ -2976,8 +3016,8 @@
2976
3016
  "default": "''",
2977
3017
  "fieldName": "responseIdentifier",
2978
3018
  "inheritedFrom": {
2979
- "name": "DragDropInteractionMixin",
2980
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3019
+ "name": "Interaction",
3020
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2981
3021
  }
2982
3022
  },
2983
3023
  {
@@ -2986,10 +3026,11 @@
2986
3026
  "text": "boolean"
2987
3027
  },
2988
3028
  "default": "false",
3029
+ "description": "disabled should be exposed to the attributes and accessible as property",
2989
3030
  "fieldName": "disabled",
2990
3031
  "inheritedFrom": {
2991
- "name": "DroppablesMixin",
2992
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3032
+ "name": "Interaction",
3033
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2993
3034
  }
2994
3035
  },
2995
3036
  {
@@ -2998,56 +3039,33 @@
2998
3039
  "text": "boolean"
2999
3040
  },
3000
3041
  "default": "false",
3042
+ "description": "readonly should be exposed to the attributes and accessible as property",
3001
3043
  "fieldName": "readonly",
3002
3044
  "inheritedFrom": {
3003
- "name": "DragDropInteractionMixin",
3004
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3045
+ "name": "Interaction",
3046
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3005
3047
  }
3006
- },
3048
+ }
3049
+ ],
3050
+ "events": [
3007
3051
  {
3008
- "name": "min-associations",
3052
+ "name": "qti-register-interaction",
3009
3053
  "type": {
3010
- "text": "number"
3054
+ "text": "CustomEvent"
3011
3055
  },
3012
- "default": "1",
3013
- "fieldName": "minAssociations",
3014
3056
  "inheritedFrom": {
3015
- "name": "DragDropInteractionMixin",
3016
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3057
+ "name": "Interaction",
3058
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3017
3059
  }
3018
3060
  },
3019
3061
  {
3020
- "name": "max-associations",
3021
- "type": {
3022
- "text": "number"
3023
- },
3024
- "default": "1",
3025
- "fieldName": "maxAssociations",
3026
- "inheritedFrom": {
3027
- "name": "DragDropInteractionMixin",
3028
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3029
- }
3030
- }
3031
- ],
3032
- "events": [
3033
- {
3034
- "name": "qti-register-interaction",
3035
- "type": {
3036
- "text": "CustomEvent"
3037
- },
3038
- "inheritedFrom": {
3039
- "name": "DragDropInteractionMixin",
3040
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3041
- }
3042
- },
3043
- {
3044
- "name": "qti-interaction-response",
3062
+ "name": "qti-interaction-response",
3045
3063
  "type": {
3046
3064
  "text": "CustomEvent"
3047
3065
  },
3048
3066
  "inheritedFrom": {
3049
- "name": "DragDropInteractionMixin",
3050
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3067
+ "name": "Interaction",
3068
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3051
3069
  }
3052
3070
  }
3053
3071
  ]
@@ -3056,64 +3074,44 @@
3056
3074
  "exports": [
3057
3075
  {
3058
3076
  "kind": "js",
3059
- "name": "QtiGraphicGapMatchInteraction",
3077
+ "name": "QtiGraphicOrderInteraction",
3060
3078
  "declaration": {
3061
- "name": "QtiGraphicGapMatchInteraction",
3062
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3079
+ "name": "QtiGraphicOrderInteraction",
3080
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3063
3081
  }
3064
3082
  },
3065
3083
  {
3066
3084
  "kind": "custom-element-definition",
3067
- "name": "qti-graphic-gap-match-interaction",
3085
+ "name": "qti-graphic-order-interaction",
3068
3086
  "declaration": {
3069
- "name": "QtiGraphicGapMatchInteraction",
3070
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3087
+ "name": "QtiGraphicOrderInteraction",
3088
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3071
3089
  }
3072
3090
  }
3073
3091
  ]
3074
3092
  },
3075
3093
  {
3076
3094
  "kind": "javascript-module",
3077
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
3095
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
3078
3096
  "declarations": [
3079
3097
  {
3080
3098
  "kind": "class",
3081
3099
  "description": "",
3082
- "name": "QtiGraphicOrderInteraction",
3100
+ "name": "QtiGraphicGapMatchInteraction",
3083
3101
  "members": [],
3102
+ "mixins": [
3103
+ {
3104
+ "name": "DragDropInteractionMixin",
3105
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3106
+ }
3107
+ ],
3084
3108
  "superclass": {
3085
- "name": "Choices",
3086
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3109
+ "name": "LitElement",
3110
+ "package": "lit"
3087
3111
  },
3088
- "tagName": "qti-graphic-order-interaction",
3112
+ "tagName": "qti-graphic-gap-match-interaction",
3089
3113
  "customElement": true,
3090
3114
  "attributes": [
3091
- {
3092
- "name": "min-choices",
3093
- "type": {
3094
- "text": "number"
3095
- },
3096
- "default": "0",
3097
- "description": "the minimal number of selections a candidate must make",
3098
- "fieldName": "minChoices",
3099
- "inheritedFrom": {
3100
- "name": "Choices",
3101
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3102
- }
3103
- },
3104
- {
3105
- "name": "max-choices",
3106
- "type": {
3107
- "text": "number"
3108
- },
3109
- "default": "1",
3110
- "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3111
- "fieldName": "maxChoices",
3112
- "inheritedFrom": {
3113
- "name": "Choices",
3114
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3115
- }
3116
- },
3117
3115
  {
3118
3116
  "name": "response-identifier",
3119
3117
  "type": {
@@ -3122,8 +3120,8 @@
3122
3120
  "default": "''",
3123
3121
  "fieldName": "responseIdentifier",
3124
3122
  "inheritedFrom": {
3125
- "name": "Interaction",
3126
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3123
+ "name": "DragDropInteractionMixin",
3124
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3127
3125
  }
3128
3126
  },
3129
3127
  {
@@ -3132,11 +3130,10 @@
3132
3130
  "text": "boolean"
3133
3131
  },
3134
3132
  "default": "false",
3135
- "description": "disabled should be exposed to the attributes and accessible as property",
3136
3133
  "fieldName": "disabled",
3137
3134
  "inheritedFrom": {
3138
- "name": "Interaction",
3139
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3135
+ "name": "DroppablesMixin",
3136
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3140
3137
  }
3141
3138
  },
3142
3139
  {
@@ -3145,11 +3142,34 @@
3145
3142
  "text": "boolean"
3146
3143
  },
3147
3144
  "default": "false",
3148
- "description": "readonly should be exposed to the attributes and accessible as property",
3149
3145
  "fieldName": "readonly",
3150
3146
  "inheritedFrom": {
3151
- "name": "Interaction",
3152
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3147
+ "name": "DragDropInteractionMixin",
3148
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3149
+ }
3150
+ },
3151
+ {
3152
+ "name": "min-associations",
3153
+ "type": {
3154
+ "text": "number"
3155
+ },
3156
+ "default": "1",
3157
+ "fieldName": "minAssociations",
3158
+ "inheritedFrom": {
3159
+ "name": "DragDropInteractionMixin",
3160
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3161
+ }
3162
+ },
3163
+ {
3164
+ "name": "max-associations",
3165
+ "type": {
3166
+ "text": "number"
3167
+ },
3168
+ "default": "1",
3169
+ "fieldName": "maxAssociations",
3170
+ "inheritedFrom": {
3171
+ "name": "DragDropInteractionMixin",
3172
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3153
3173
  }
3154
3174
  }
3155
3175
  ],
@@ -3160,8 +3180,8 @@
3160
3180
  "text": "CustomEvent"
3161
3181
  },
3162
3182
  "inheritedFrom": {
3163
- "name": "Interaction",
3164
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3183
+ "name": "DragDropInteractionMixin",
3184
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3165
3185
  }
3166
3186
  },
3167
3187
  {
@@ -3170,8 +3190,8 @@
3170
3190
  "text": "CustomEvent"
3171
3191
  },
3172
3192
  "inheritedFrom": {
3173
- "name": "Interaction",
3174
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3193
+ "name": "DragDropInteractionMixin",
3194
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3175
3195
  }
3176
3196
  }
3177
3197
  ]
@@ -3180,18 +3200,18 @@
3180
3200
  "exports": [
3181
3201
  {
3182
3202
  "kind": "js",
3183
- "name": "QtiGraphicOrderInteraction",
3203
+ "name": "QtiGraphicGapMatchInteraction",
3184
3204
  "declaration": {
3185
- "name": "QtiGraphicOrderInteraction",
3186
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3205
+ "name": "QtiGraphicGapMatchInteraction",
3206
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3187
3207
  }
3188
3208
  },
3189
3209
  {
3190
3210
  "kind": "custom-element-definition",
3191
- "name": "qti-graphic-order-interaction",
3211
+ "name": "qti-graphic-gap-match-interaction",
3192
3212
  "declaration": {
3193
- "name": "QtiGraphicOrderInteraction",
3194
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3213
+ "name": "QtiGraphicGapMatchInteraction",
3214
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3195
3215
  }
3196
3216
  }
3197
3217
  ]
@@ -4544,86 +4564,86 @@
4544
4564
  },
4545
4565
  {
4546
4566
  "kind": "javascript-module",
4547
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4567
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4548
4568
  "declarations": [
4549
4569
  {
4550
4570
  "kind": "class",
4551
4571
  "description": "",
4552
- "name": "QtiResponseElse",
4572
+ "name": "QtiResponseProcessing",
4553
4573
  "members": [],
4554
4574
  "attributes": [
4555
4575
  {
4556
- "name": "debugCalculateResult",
4557
- "type": {
4558
- "text": "object"
4559
- },
4560
- "fieldName": "debugCalculateResult"
4576
+ "name": "identifier"
4561
4577
  }
4562
4578
  ],
4563
4579
  "superclass": {
4564
4580
  "name": "LitElement",
4565
4581
  "package": "lit"
4566
4582
  },
4567
- "tagName": "qti-response-else",
4583
+ "tagName": "qti-response-processing",
4568
4584
  "customElement": true
4569
4585
  }
4570
4586
  ],
4571
4587
  "exports": [
4572
4588
  {
4573
4589
  "kind": "js",
4574
- "name": "QtiResponseElse",
4590
+ "name": "default",
4575
4591
  "declaration": {
4576
- "name": "QtiResponseElse",
4577
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4592
+ "name": "QtiResponseProcessing",
4593
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4578
4594
  }
4579
4595
  },
4580
4596
  {
4581
4597
  "kind": "custom-element-definition",
4582
- "name": "qti-response-else",
4598
+ "name": "qti-response-processing",
4583
4599
  "declaration": {
4584
- "name": "QtiResponseElse",
4585
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4600
+ "name": "QtiResponseProcessing",
4601
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4586
4602
  }
4587
4603
  }
4588
4604
  ]
4589
4605
  },
4590
4606
  {
4591
4607
  "kind": "javascript-module",
4592
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4608
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4593
4609
  "declarations": [
4594
4610
  {
4595
4611
  "kind": "class",
4596
4612
  "description": "",
4597
- "name": "QtiResponseProcessing",
4613
+ "name": "QtiResponseElse",
4598
4614
  "members": [],
4599
4615
  "attributes": [
4600
4616
  {
4601
- "name": "identifier"
4617
+ "name": "debugCalculateResult",
4618
+ "type": {
4619
+ "text": "object"
4620
+ },
4621
+ "fieldName": "debugCalculateResult"
4602
4622
  }
4603
4623
  ],
4604
4624
  "superclass": {
4605
4625
  "name": "LitElement",
4606
4626
  "package": "lit"
4607
4627
  },
4608
- "tagName": "qti-response-processing",
4628
+ "tagName": "qti-response-else",
4609
4629
  "customElement": true
4610
4630
  }
4611
4631
  ],
4612
4632
  "exports": [
4613
4633
  {
4614
4634
  "kind": "js",
4615
- "name": "default",
4635
+ "name": "QtiResponseElse",
4616
4636
  "declaration": {
4617
- "name": "QtiResponseProcessing",
4618
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4637
+ "name": "QtiResponseElse",
4638
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4619
4639
  }
4620
4640
  },
4621
4641
  {
4622
4642
  "kind": "custom-element-definition",
4623
- "name": "qti-response-processing",
4643
+ "name": "qti-response-else",
4624
4644
  "declaration": {
4625
- "name": "QtiResponseProcessing",
4626
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4645
+ "name": "QtiResponseElse",
4646
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4627
4647
  }
4628
4648
  }
4629
4649
  ]
@@ -4664,6 +4684,28 @@
4664
4684
  }
4665
4685
  ]
4666
4686
  },
4687
+ {
4688
+ "kind": "javascript-module",
4689
+ "path": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts",
4690
+ "declarations": [
4691
+ {
4692
+ "kind": "class",
4693
+ "description": "",
4694
+ "name": "ScoringHelper",
4695
+ "members": []
4696
+ }
4697
+ ],
4698
+ "exports": [
4699
+ {
4700
+ "kind": "js",
4701
+ "name": "ScoringHelper",
4702
+ "declaration": {
4703
+ "name": "ScoringHelper",
4704
+ "module": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts"
4705
+ }
4706
+ }
4707
+ ]
4708
+ },
4667
4709
  {
4668
4710
  "kind": "javascript-module",
4669
4711
  "path": "src/lib/qti-components/qti-utilities/events/qti-choice-element-selected.ts",
@@ -4921,83 +4963,6 @@
4921
4963
  }
4922
4964
  ]
4923
4965
  },
4924
- {
4925
- "kind": "javascript-module",
4926
- "path": "src/lib/qti-components/utilities/context/context.ts",
4927
- "declarations": [
4928
- {
4929
- "kind": "variable",
4930
- "name": "loggerContext"
4931
- }
4932
- ],
4933
- "exports": [
4934
- {
4935
- "kind": "js",
4936
- "name": "loggerContext",
4937
- "declaration": {
4938
- "name": "loggerContext",
4939
- "module": "src/lib/qti-components/utilities/context/context.ts"
4940
- }
4941
- }
4942
- ]
4943
- },
4944
- {
4945
- "kind": "javascript-module",
4946
- "path": "src/lib/qti-components/utilities/reset-styles/reset-shadowroot-styles.ts",
4947
- "declarations": [
4948
- {
4949
- "kind": "variable",
4950
- "name": "resetCss",
4951
- "default": "css`\n /***\n The new CSS reset - version 1.4.9 (last updated 11.2.2022)\n GitHub page: https://github.com/elad2412/the-new-css-reset\n ***/\n\n /*\n Remove all the styles of the \"User-Agent-Stylesheet\", except for the 'display' property\n - The \"symbol *\" part is to solve Firefox SVG sprite bug\n */\n *:where(:not(iframe, canvas, img, svg, video, object):not(svg *, symbol *)) {\n all: unset;\n display: revert;\n }\n\n /* Preferred box-sizing value */\n *,\n *::before,\n *::after {\n box-sizing: border-box;\n }\n\n /* Reapply the pointer cursor for anchor tags */\n a,\n button {\n cursor: revert;\n }\n\n /* Remove list styles (bullets/numbers) */\n ol,\n ul,\n menu {\n list-style: none;\n }\n\n /* For images to not be able to exceed their container */\n img {\n max-width: 100%;\n }\n\n /* removes spacing between cells in tables */\n table {\n border-collapse: collapse;\n }\n\n /* revert the 'white-space' property for textarea elements on Safari */\n textarea {\n white-space: revert;\n }\n\n /* minimum style to allow to style meter element */\n meter {\n -webkit-appearance: revert;\n appearance: revert;\n }\n\n /* reset default text opacity of input placeholder */\n ::placeholder {\n all: unset;\n }\n\n /* fix the feature of 'hidden' attribute.\n display:revert; revert to element instead of attribute */\n :where([hidden]) {\n display: none;\n }\n\n /* revert for bug in Chromium browsers\n - fix for the content editable attribute will work properly. */\n :where([contenteditable]) {\n -moz-user-modify: read-write;\n -webkit-user-modify: read-write;\n overflow-wrap: break-word;\n -webkit-line-break: after-white-space;\n }\n\n /* apply back the draggable feature - exist only in Chromium and Safari */\n :where([draggable='true']) {\n -webkit-user-drag: element;\n }\n`"
4952
- }
4953
- ],
4954
- "exports": [
4955
- {
4956
- "kind": "js",
4957
- "name": "resetCss",
4958
- "declaration": {
4959
- "name": "resetCss",
4960
- "module": "src/lib/qti-components/utilities/reset-styles/reset-shadowroot-styles.ts"
4961
- }
4962
- }
4963
- ]
4964
- },
4965
- {
4966
- "kind": "javascript-module",
4967
- "path": "src/lib/qti-components/utilities/scoring/scoring-helper.ts",
4968
- "declarations": [
4969
- {
4970
- "kind": "class",
4971
- "description": "",
4972
- "name": "ScoringHelper",
4973
- "members": []
4974
- }
4975
- ],
4976
- "exports": [
4977
- {
4978
- "kind": "js",
4979
- "name": "ScoringHelper",
4980
- "declaration": {
4981
- "name": "ScoringHelper",
4982
- "module": "src/lib/qti-components/utilities/scoring/scoring-helper.ts"
4983
- }
4984
- }
4985
- ]
4986
- },
4987
- {
4988
- "kind": "javascript-module",
4989
- "path": "src/lib/qti-components/utilities/styles/component.styles.ts",
4990
- "declarations": [],
4991
- "exports": [
4992
- {
4993
- "kind": "js",
4994
- "name": "default",
4995
- "declaration": {
4996
- "module": "src/lib/qti-components/utilities/styles/component.styles.ts"
4997
- }
4998
- }
4999
- ]
5000
- },
5001
4966
  {
5002
4967
  "kind": "javascript-module",
5003
4968
  "path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
@@ -5493,52 +5458,6 @@
5493
5458
  }
5494
5459
  ]
5495
5460
  },
5496
- {
5497
- "kind": "javascript-module",
5498
- "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
5499
- "declarations": [
5500
- {
5501
- "kind": "function",
5502
- "name": "positionHotspots",
5503
- "parameters": [
5504
- {
5505
- "name": "shape",
5506
- "type": {
5507
- "text": "string"
5508
- }
5509
- },
5510
- {
5511
- "name": "coordsNumber",
5512
- "type": {
5513
- "text": "number[]"
5514
- }
5515
- },
5516
- {
5517
- "name": "img",
5518
- "type": {
5519
- "text": "HTMLImageElement"
5520
- }
5521
- },
5522
- {
5523
- "name": "hotspot",
5524
- "type": {
5525
- "text": "QtiHotspotChoice"
5526
- }
5527
- }
5528
- ]
5529
- }
5530
- ],
5531
- "exports": [
5532
- {
5533
- "kind": "js",
5534
- "name": "positionHotspots",
5535
- "declaration": {
5536
- "name": "positionHotspots",
5537
- "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
5538
- }
5539
- }
5540
- ]
5541
- },
5542
5461
  {
5543
5462
  "kind": "javascript-module",
5544
5463
  "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
@@ -5614,6 +5533,52 @@
5614
5533
  }
5615
5534
  ]
5616
5535
  },
5536
+ {
5537
+ "kind": "javascript-module",
5538
+ "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
5539
+ "declarations": [
5540
+ {
5541
+ "kind": "function",
5542
+ "name": "positionHotspots",
5543
+ "parameters": [
5544
+ {
5545
+ "name": "shape",
5546
+ "type": {
5547
+ "text": "string"
5548
+ }
5549
+ },
5550
+ {
5551
+ "name": "coordsNumber",
5552
+ "type": {
5553
+ "text": "number[]"
5554
+ }
5555
+ },
5556
+ {
5557
+ "name": "img",
5558
+ "type": {
5559
+ "text": "HTMLImageElement"
5560
+ }
5561
+ },
5562
+ {
5563
+ "name": "hotspot",
5564
+ "type": {
5565
+ "text": "QtiHotspotChoice"
5566
+ }
5567
+ }
5568
+ ]
5569
+ }
5570
+ ],
5571
+ "exports": [
5572
+ {
5573
+ "kind": "js",
5574
+ "name": "positionHotspots",
5575
+ "declaration": {
5576
+ "name": "positionHotspots",
5577
+ "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
5578
+ }
5579
+ }
5580
+ ]
5581
+ },
5617
5582
  {
5618
5583
  "kind": "javascript-module",
5619
5584
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",