@citolab/qti-components 6.4.6-2 → 6.5.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.
- package/dist/custom-elements.json +190 -190
- package/package.json +1 -1
|
@@ -3052,30 +3052,24 @@
|
|
|
3052
3052
|
},
|
|
3053
3053
|
{
|
|
3054
3054
|
"kind": "javascript-module",
|
|
3055
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3055
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.mdx",
|
|
3056
3056
|
"declarations": [],
|
|
3057
3057
|
"exports": []
|
|
3058
3058
|
},
|
|
3059
3059
|
{
|
|
3060
3060
|
"kind": "javascript-module",
|
|
3061
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3061
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
3062
3062
|
"declarations": [
|
|
3063
3063
|
{
|
|
3064
3064
|
"kind": "class",
|
|
3065
3065
|
"description": "",
|
|
3066
|
-
"name": "
|
|
3066
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3067
3067
|
"members": [],
|
|
3068
|
-
"mixins": [
|
|
3069
|
-
{
|
|
3070
|
-
"name": "DragDropInteractionMixin",
|
|
3071
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3072
|
-
}
|
|
3073
|
-
],
|
|
3074
3068
|
"superclass": {
|
|
3075
|
-
"name": "
|
|
3076
|
-
"
|
|
3069
|
+
"name": "Interaction",
|
|
3070
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3077
3071
|
},
|
|
3078
|
-
"tagName": "qti-graphic-
|
|
3072
|
+
"tagName": "qti-graphic-associate-interaction",
|
|
3079
3073
|
"customElement": true,
|
|
3080
3074
|
"attributes": [
|
|
3081
3075
|
{
|
|
@@ -3086,8 +3080,8 @@
|
|
|
3086
3080
|
"default": "''",
|
|
3087
3081
|
"fieldName": "responseIdentifier",
|
|
3088
3082
|
"inheritedFrom": {
|
|
3089
|
-
"name": "
|
|
3090
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3083
|
+
"name": "Interaction",
|
|
3084
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3091
3085
|
}
|
|
3092
3086
|
},
|
|
3093
3087
|
{
|
|
@@ -3096,10 +3090,11 @@
|
|
|
3096
3090
|
"text": "boolean"
|
|
3097
3091
|
},
|
|
3098
3092
|
"default": "false",
|
|
3093
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3099
3094
|
"fieldName": "disabled",
|
|
3100
3095
|
"inheritedFrom": {
|
|
3101
|
-
"name": "
|
|
3102
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3096
|
+
"name": "Interaction",
|
|
3097
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3103
3098
|
}
|
|
3104
3099
|
},
|
|
3105
3100
|
{
|
|
@@ -3108,34 +3103,11 @@
|
|
|
3108
3103
|
"text": "boolean"
|
|
3109
3104
|
},
|
|
3110
3105
|
"default": "false",
|
|
3106
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3111
3107
|
"fieldName": "readonly",
|
|
3112
3108
|
"inheritedFrom": {
|
|
3113
|
-
"name": "
|
|
3114
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3115
|
-
}
|
|
3116
|
-
},
|
|
3117
|
-
{
|
|
3118
|
-
"name": "min-associations",
|
|
3119
|
-
"type": {
|
|
3120
|
-
"text": "number"
|
|
3121
|
-
},
|
|
3122
|
-
"default": "1",
|
|
3123
|
-
"fieldName": "minAssociations",
|
|
3124
|
-
"inheritedFrom": {
|
|
3125
|
-
"name": "DragDropInteractionMixin",
|
|
3126
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3127
|
-
}
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"name": "max-associations",
|
|
3131
|
-
"type": {
|
|
3132
|
-
"text": "number"
|
|
3133
|
-
},
|
|
3134
|
-
"default": "1",
|
|
3135
|
-
"fieldName": "maxAssociations",
|
|
3136
|
-
"inheritedFrom": {
|
|
3137
|
-
"name": "DragDropInteractionMixin",
|
|
3138
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3109
|
+
"name": "Interaction",
|
|
3110
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3139
3111
|
}
|
|
3140
3112
|
}
|
|
3141
3113
|
],
|
|
@@ -3146,8 +3118,8 @@
|
|
|
3146
3118
|
"text": "CustomEvent"
|
|
3147
3119
|
},
|
|
3148
3120
|
"inheritedFrom": {
|
|
3149
|
-
"name": "
|
|
3150
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3121
|
+
"name": "Interaction",
|
|
3122
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3151
3123
|
}
|
|
3152
3124
|
},
|
|
3153
3125
|
{
|
|
@@ -3156,8 +3128,8 @@
|
|
|
3156
3128
|
"text": "CustomEvent"
|
|
3157
3129
|
},
|
|
3158
3130
|
"inheritedFrom": {
|
|
3159
|
-
"name": "
|
|
3160
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3131
|
+
"name": "Interaction",
|
|
3132
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3161
3133
|
}
|
|
3162
3134
|
}
|
|
3163
3135
|
]
|
|
@@ -3166,42 +3138,48 @@
|
|
|
3166
3138
|
"exports": [
|
|
3167
3139
|
{
|
|
3168
3140
|
"kind": "js",
|
|
3169
|
-
"name": "
|
|
3141
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3170
3142
|
"declaration": {
|
|
3171
|
-
"name": "
|
|
3172
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3143
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3144
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3173
3145
|
}
|
|
3174
3146
|
},
|
|
3175
3147
|
{
|
|
3176
3148
|
"kind": "custom-element-definition",
|
|
3177
|
-
"name": "qti-graphic-
|
|
3149
|
+
"name": "qti-graphic-associate-interaction",
|
|
3178
3150
|
"declaration": {
|
|
3179
|
-
"name": "
|
|
3180
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3151
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3152
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3181
3153
|
}
|
|
3182
3154
|
}
|
|
3183
3155
|
]
|
|
3184
3156
|
},
|
|
3185
3157
|
{
|
|
3186
3158
|
"kind": "javascript-module",
|
|
3187
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3159
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.mdx",
|
|
3188
3160
|
"declarations": [],
|
|
3189
3161
|
"exports": []
|
|
3190
3162
|
},
|
|
3191
3163
|
{
|
|
3192
3164
|
"kind": "javascript-module",
|
|
3193
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3165
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
|
|
3194
3166
|
"declarations": [
|
|
3195
3167
|
{
|
|
3196
3168
|
"kind": "class",
|
|
3197
3169
|
"description": "",
|
|
3198
|
-
"name": "
|
|
3170
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3199
3171
|
"members": [],
|
|
3172
|
+
"mixins": [
|
|
3173
|
+
{
|
|
3174
|
+
"name": "DragDropInteractionMixin",
|
|
3175
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3176
|
+
}
|
|
3177
|
+
],
|
|
3200
3178
|
"superclass": {
|
|
3201
|
-
"name": "
|
|
3202
|
-
"
|
|
3179
|
+
"name": "LitElement",
|
|
3180
|
+
"package": "lit"
|
|
3203
3181
|
},
|
|
3204
|
-
"tagName": "qti-graphic-
|
|
3182
|
+
"tagName": "qti-graphic-gap-match-interaction",
|
|
3205
3183
|
"customElement": true,
|
|
3206
3184
|
"attributes": [
|
|
3207
3185
|
{
|
|
@@ -3212,8 +3190,8 @@
|
|
|
3212
3190
|
"default": "''",
|
|
3213
3191
|
"fieldName": "responseIdentifier",
|
|
3214
3192
|
"inheritedFrom": {
|
|
3215
|
-
"name": "
|
|
3216
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3193
|
+
"name": "DragDropInteractionMixin",
|
|
3194
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3217
3195
|
}
|
|
3218
3196
|
},
|
|
3219
3197
|
{
|
|
@@ -3222,11 +3200,10 @@
|
|
|
3222
3200
|
"text": "boolean"
|
|
3223
3201
|
},
|
|
3224
3202
|
"default": "false",
|
|
3225
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3226
3203
|
"fieldName": "disabled",
|
|
3227
3204
|
"inheritedFrom": {
|
|
3228
|
-
"name": "
|
|
3229
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3205
|
+
"name": "DroppablesMixin",
|
|
3206
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3230
3207
|
}
|
|
3231
3208
|
},
|
|
3232
3209
|
{
|
|
@@ -3235,11 +3212,34 @@
|
|
|
3235
3212
|
"text": "boolean"
|
|
3236
3213
|
},
|
|
3237
3214
|
"default": "false",
|
|
3238
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3239
3215
|
"fieldName": "readonly",
|
|
3240
3216
|
"inheritedFrom": {
|
|
3241
|
-
"name": "
|
|
3242
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3217
|
+
"name": "DragDropInteractionMixin",
|
|
3218
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
3221
|
+
{
|
|
3222
|
+
"name": "min-associations",
|
|
3223
|
+
"type": {
|
|
3224
|
+
"text": "number"
|
|
3225
|
+
},
|
|
3226
|
+
"default": "1",
|
|
3227
|
+
"fieldName": "minAssociations",
|
|
3228
|
+
"inheritedFrom": {
|
|
3229
|
+
"name": "DragDropInteractionMixin",
|
|
3230
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"name": "max-associations",
|
|
3235
|
+
"type": {
|
|
3236
|
+
"text": "number"
|
|
3237
|
+
},
|
|
3238
|
+
"default": "1",
|
|
3239
|
+
"fieldName": "maxAssociations",
|
|
3240
|
+
"inheritedFrom": {
|
|
3241
|
+
"name": "DragDropInteractionMixin",
|
|
3242
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3243
3243
|
}
|
|
3244
3244
|
}
|
|
3245
3245
|
],
|
|
@@ -3250,8 +3250,8 @@
|
|
|
3250
3250
|
"text": "CustomEvent"
|
|
3251
3251
|
},
|
|
3252
3252
|
"inheritedFrom": {
|
|
3253
|
-
"name": "
|
|
3254
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3253
|
+
"name": "DragDropInteractionMixin",
|
|
3254
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3255
3255
|
}
|
|
3256
3256
|
},
|
|
3257
3257
|
{
|
|
@@ -3260,8 +3260,8 @@
|
|
|
3260
3260
|
"text": "CustomEvent"
|
|
3261
3261
|
},
|
|
3262
3262
|
"inheritedFrom": {
|
|
3263
|
-
"name": "
|
|
3264
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3263
|
+
"name": "DragDropInteractionMixin",
|
|
3264
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3265
3265
|
}
|
|
3266
3266
|
}
|
|
3267
3267
|
]
|
|
@@ -3270,18 +3270,18 @@
|
|
|
3270
3270
|
"exports": [
|
|
3271
3271
|
{
|
|
3272
3272
|
"kind": "js",
|
|
3273
|
-
"name": "
|
|
3273
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3274
3274
|
"declaration": {
|
|
3275
|
-
"name": "
|
|
3276
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3275
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3276
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
3277
3277
|
}
|
|
3278
3278
|
},
|
|
3279
3279
|
{
|
|
3280
3280
|
"kind": "custom-element-definition",
|
|
3281
|
-
"name": "qti-graphic-
|
|
3281
|
+
"name": "qti-graphic-gap-match-interaction",
|
|
3282
3282
|
"declaration": {
|
|
3283
|
-
"name": "
|
|
3284
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3283
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3284
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
3285
3285
|
}
|
|
3286
3286
|
}
|
|
3287
3287
|
]
|
|
@@ -4769,6 +4769,51 @@
|
|
|
4769
4769
|
}
|
|
4770
4770
|
]
|
|
4771
4771
|
},
|
|
4772
|
+
{
|
|
4773
|
+
"kind": "javascript-module",
|
|
4774
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
4775
|
+
"declarations": [
|
|
4776
|
+
{
|
|
4777
|
+
"kind": "class",
|
|
4778
|
+
"description": "",
|
|
4779
|
+
"name": "QtiResponseElse",
|
|
4780
|
+
"members": [],
|
|
4781
|
+
"attributes": [
|
|
4782
|
+
{
|
|
4783
|
+
"name": "debugCalculateResult",
|
|
4784
|
+
"type": {
|
|
4785
|
+
"text": "object"
|
|
4786
|
+
},
|
|
4787
|
+
"fieldName": "debugCalculateResult"
|
|
4788
|
+
}
|
|
4789
|
+
],
|
|
4790
|
+
"superclass": {
|
|
4791
|
+
"name": "LitElement",
|
|
4792
|
+
"package": "lit"
|
|
4793
|
+
},
|
|
4794
|
+
"tagName": "qti-response-else",
|
|
4795
|
+
"customElement": true
|
|
4796
|
+
}
|
|
4797
|
+
],
|
|
4798
|
+
"exports": [
|
|
4799
|
+
{
|
|
4800
|
+
"kind": "js",
|
|
4801
|
+
"name": "QtiResponseElse",
|
|
4802
|
+
"declaration": {
|
|
4803
|
+
"name": "QtiResponseElse",
|
|
4804
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"kind": "custom-element-definition",
|
|
4809
|
+
"name": "qti-response-else",
|
|
4810
|
+
"declaration": {
|
|
4811
|
+
"name": "QtiResponseElse",
|
|
4812
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
4813
|
+
}
|
|
4814
|
+
}
|
|
4815
|
+
]
|
|
4816
|
+
},
|
|
4772
4817
|
{
|
|
4773
4818
|
"kind": "javascript-module",
|
|
4774
4819
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/index.ts",
|
|
@@ -5037,51 +5082,6 @@
|
|
|
5037
5082
|
}
|
|
5038
5083
|
]
|
|
5039
5084
|
},
|
|
5040
|
-
{
|
|
5041
|
-
"kind": "javascript-module",
|
|
5042
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
5043
|
-
"declarations": [
|
|
5044
|
-
{
|
|
5045
|
-
"kind": "class",
|
|
5046
|
-
"description": "",
|
|
5047
|
-
"name": "QtiResponseElse",
|
|
5048
|
-
"members": [],
|
|
5049
|
-
"attributes": [
|
|
5050
|
-
{
|
|
5051
|
-
"name": "debugCalculateResult",
|
|
5052
|
-
"type": {
|
|
5053
|
-
"text": "object"
|
|
5054
|
-
},
|
|
5055
|
-
"fieldName": "debugCalculateResult"
|
|
5056
|
-
}
|
|
5057
|
-
],
|
|
5058
|
-
"superclass": {
|
|
5059
|
-
"name": "LitElement",
|
|
5060
|
-
"package": "lit"
|
|
5061
|
-
},
|
|
5062
|
-
"tagName": "qti-response-else",
|
|
5063
|
-
"customElement": true
|
|
5064
|
-
}
|
|
5065
|
-
],
|
|
5066
|
-
"exports": [
|
|
5067
|
-
{
|
|
5068
|
-
"kind": "js",
|
|
5069
|
-
"name": "QtiResponseElse",
|
|
5070
|
-
"declaration": {
|
|
5071
|
-
"name": "QtiResponseElse",
|
|
5072
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5073
|
-
}
|
|
5074
|
-
},
|
|
5075
|
-
{
|
|
5076
|
-
"kind": "custom-element-definition",
|
|
5077
|
-
"name": "qti-response-else",
|
|
5078
|
-
"declaration": {
|
|
5079
|
-
"name": "QtiResponseElse",
|
|
5080
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5081
|
-
}
|
|
5082
|
-
}
|
|
5083
|
-
]
|
|
5084
|
-
},
|
|
5085
5085
|
{
|
|
5086
5086
|
"kind": "javascript-module",
|
|
5087
5087
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-responseprocessing.ts",
|
|
@@ -5969,13 +5969,13 @@
|
|
|
5969
5969
|
},
|
|
5970
5970
|
{
|
|
5971
5971
|
"kind": "javascript-module",
|
|
5972
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
5972
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5973
5973
|
"declarations": [],
|
|
5974
5974
|
"exports": []
|
|
5975
5975
|
},
|
|
5976
5976
|
{
|
|
5977
5977
|
"kind": "javascript-module",
|
|
5978
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
5978
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
5979
5979
|
"declarations": [],
|
|
5980
5980
|
"exports": []
|
|
5981
5981
|
},
|
|
@@ -6051,6 +6051,55 @@
|
|
|
6051
6051
|
"declarations": [],
|
|
6052
6052
|
"exports": []
|
|
6053
6053
|
},
|
|
6054
|
+
{
|
|
6055
|
+
"kind": "javascript-module",
|
|
6056
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts",
|
|
6057
|
+
"declarations": [
|
|
6058
|
+
{
|
|
6059
|
+
"kind": "class",
|
|
6060
|
+
"description": "",
|
|
6061
|
+
"name": "QtiResponseIf",
|
|
6062
|
+
"members": [],
|
|
6063
|
+
"superclass": {
|
|
6064
|
+
"name": "QtiResponseElse",
|
|
6065
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
6066
|
+
},
|
|
6067
|
+
"tagName": "qti-response-if",
|
|
6068
|
+
"customElement": true,
|
|
6069
|
+
"attributes": [
|
|
6070
|
+
{
|
|
6071
|
+
"name": "debugCalculateResult",
|
|
6072
|
+
"type": {
|
|
6073
|
+
"text": "object"
|
|
6074
|
+
},
|
|
6075
|
+
"fieldName": "debugCalculateResult",
|
|
6076
|
+
"inheritedFrom": {
|
|
6077
|
+
"name": "QtiResponseElse",
|
|
6078
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
6079
|
+
}
|
|
6080
|
+
}
|
|
6081
|
+
]
|
|
6082
|
+
}
|
|
6083
|
+
],
|
|
6084
|
+
"exports": [
|
|
6085
|
+
{
|
|
6086
|
+
"kind": "js",
|
|
6087
|
+
"name": "QtiResponseIf",
|
|
6088
|
+
"declaration": {
|
|
6089
|
+
"name": "QtiResponseIf",
|
|
6090
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6091
|
+
}
|
|
6092
|
+
},
|
|
6093
|
+
{
|
|
6094
|
+
"kind": "custom-element-definition",
|
|
6095
|
+
"name": "qti-response-if",
|
|
6096
|
+
"declaration": {
|
|
6097
|
+
"name": "QtiResponseIf",
|
|
6098
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6099
|
+
}
|
|
6100
|
+
}
|
|
6101
|
+
]
|
|
6102
|
+
},
|
|
6054
6103
|
{
|
|
6055
6104
|
"kind": "javascript-module",
|
|
6056
6105
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
|
|
@@ -7039,55 +7088,6 @@
|
|
|
7039
7088
|
}
|
|
7040
7089
|
]
|
|
7041
7090
|
},
|
|
7042
|
-
{
|
|
7043
|
-
"kind": "javascript-module",
|
|
7044
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts",
|
|
7045
|
-
"declarations": [
|
|
7046
|
-
{
|
|
7047
|
-
"kind": "class",
|
|
7048
|
-
"description": "",
|
|
7049
|
-
"name": "QtiResponseIf",
|
|
7050
|
-
"members": [],
|
|
7051
|
-
"superclass": {
|
|
7052
|
-
"name": "QtiResponseElse",
|
|
7053
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
7054
|
-
},
|
|
7055
|
-
"tagName": "qti-response-if",
|
|
7056
|
-
"customElement": true,
|
|
7057
|
-
"attributes": [
|
|
7058
|
-
{
|
|
7059
|
-
"name": "debugCalculateResult",
|
|
7060
|
-
"type": {
|
|
7061
|
-
"text": "object"
|
|
7062
|
-
},
|
|
7063
|
-
"fieldName": "debugCalculateResult",
|
|
7064
|
-
"inheritedFrom": {
|
|
7065
|
-
"name": "QtiResponseElse",
|
|
7066
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
7067
|
-
}
|
|
7068
|
-
}
|
|
7069
|
-
]
|
|
7070
|
-
}
|
|
7071
|
-
],
|
|
7072
|
-
"exports": [
|
|
7073
|
-
{
|
|
7074
|
-
"kind": "js",
|
|
7075
|
-
"name": "QtiResponseIf",
|
|
7076
|
-
"declaration": {
|
|
7077
|
-
"name": "QtiResponseIf",
|
|
7078
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
7079
|
-
}
|
|
7080
|
-
},
|
|
7081
|
-
{
|
|
7082
|
-
"kind": "custom-element-definition",
|
|
7083
|
-
"name": "qti-response-if",
|
|
7084
|
-
"declaration": {
|
|
7085
|
-
"name": "QtiResponseIf",
|
|
7086
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
7087
|
-
}
|
|
7088
|
-
}
|
|
7089
|
-
]
|
|
7090
|
-
},
|
|
7091
7091
|
{
|
|
7092
7092
|
"kind": "javascript-module",
|
|
7093
7093
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
|
|
@@ -7233,24 +7233,6 @@
|
|
|
7233
7233
|
}
|
|
7234
7234
|
]
|
|
7235
7235
|
},
|
|
7236
|
-
{
|
|
7237
|
-
"kind": "javascript-module",
|
|
7238
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7239
|
-
"declarations": [],
|
|
7240
|
-
"exports": []
|
|
7241
|
-
},
|
|
7242
|
-
{
|
|
7243
|
-
"kind": "javascript-module",
|
|
7244
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7245
|
-
"declarations": [],
|
|
7246
|
-
"exports": []
|
|
7247
|
-
},
|
|
7248
|
-
{
|
|
7249
|
-
"kind": "javascript-module",
|
|
7250
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7251
|
-
"declarations": [],
|
|
7252
|
-
"exports": []
|
|
7253
|
-
},
|
|
7254
7236
|
{
|
|
7255
7237
|
"kind": "javascript-module",
|
|
7256
7238
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts",
|
|
@@ -7300,6 +7282,24 @@
|
|
|
7300
7282
|
}
|
|
7301
7283
|
]
|
|
7302
7284
|
},
|
|
7285
|
+
{
|
|
7286
|
+
"kind": "javascript-module",
|
|
7287
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7288
|
+
"declarations": [],
|
|
7289
|
+
"exports": []
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
"kind": "javascript-module",
|
|
7293
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7294
|
+
"declarations": [],
|
|
7295
|
+
"exports": []
|
|
7296
|
+
},
|
|
7297
|
+
{
|
|
7298
|
+
"kind": "javascript-module",
|
|
7299
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7300
|
+
"declarations": [],
|
|
7301
|
+
"exports": []
|
|
7302
|
+
},
|
|
7303
7303
|
{
|
|
7304
7304
|
"kind": "javascript-module",
|
|
7305
7305
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|