@citolab/qti-components 6.4.6-0 → 6.4.6-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.
- package/dist/custom-elements.json +351 -303
- package/dist/index.cjs +41 -41
- package/dist/index.d.cts +44 -23
- package/dist/index.d.ts +44 -23
- package/dist/index.js +46 -46
- package/dist/qti-components/index.cjs +37 -37
- package/dist/qti-components/index.d.cts +44 -23
- package/dist/qti-components/index.d.ts +44 -23
- package/dist/qti-components/index.js +54 -54
- package/package.json +12 -12
|
@@ -96,65 +96,6 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
-
{
|
|
100
|
-
"kind": "javascript-module",
|
|
101
|
-
"path": "src/lib/qti-transformers/index.ts",
|
|
102
|
-
"declarations": [],
|
|
103
|
-
"exports": [
|
|
104
|
-
{
|
|
105
|
-
"kind": "js",
|
|
106
|
-
"name": "*",
|
|
107
|
-
"declaration": {
|
|
108
|
-
"name": "*",
|
|
109
|
-
"package": "./qti-transformers"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"kind": "javascript-module",
|
|
116
|
-
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
117
|
-
"declarations": [
|
|
118
|
-
{
|
|
119
|
-
"kind": "function",
|
|
120
|
-
"name": "qtiTransformItem",
|
|
121
|
-
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
122
|
-
"return": {
|
|
123
|
-
"type": {
|
|
124
|
-
"text": ""
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"kind": "function",
|
|
130
|
-
"name": "qtiTransformTest",
|
|
131
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
132
|
-
"return": {
|
|
133
|
-
"type": {
|
|
134
|
-
"text": ""
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"exports": [
|
|
140
|
-
{
|
|
141
|
-
"kind": "js",
|
|
142
|
-
"name": "qtiTransformItem",
|
|
143
|
-
"declaration": {
|
|
144
|
-
"name": "qtiTransformItem",
|
|
145
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"kind": "js",
|
|
150
|
-
"name": "qtiTransformTest",
|
|
151
|
-
"declaration": {
|
|
152
|
-
"name": "qtiTransformTest",
|
|
153
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
]
|
|
157
|
-
},
|
|
158
99
|
{
|
|
159
100
|
"kind": "javascript-module",
|
|
160
101
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -554,6 +495,65 @@
|
|
|
554
495
|
}
|
|
555
496
|
]
|
|
556
497
|
},
|
|
498
|
+
{
|
|
499
|
+
"kind": "javascript-module",
|
|
500
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
501
|
+
"declarations": [],
|
|
502
|
+
"exports": [
|
|
503
|
+
{
|
|
504
|
+
"kind": "js",
|
|
505
|
+
"name": "*",
|
|
506
|
+
"declaration": {
|
|
507
|
+
"name": "*",
|
|
508
|
+
"package": "./qti-transformers"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"kind": "javascript-module",
|
|
515
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
516
|
+
"declarations": [
|
|
517
|
+
{
|
|
518
|
+
"kind": "function",
|
|
519
|
+
"name": "qtiTransformItem",
|
|
520
|
+
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
521
|
+
"return": {
|
|
522
|
+
"type": {
|
|
523
|
+
"text": ""
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"kind": "function",
|
|
529
|
+
"name": "qtiTransformTest",
|
|
530
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
531
|
+
"return": {
|
|
532
|
+
"type": {
|
|
533
|
+
"text": ""
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"exports": [
|
|
539
|
+
{
|
|
540
|
+
"kind": "js",
|
|
541
|
+
"name": "qtiTransformItem",
|
|
542
|
+
"declaration": {
|
|
543
|
+
"name": "qtiTransformItem",
|
|
544
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"kind": "js",
|
|
549
|
+
"name": "qtiTransformTest",
|
|
550
|
+
"declaration": {
|
|
551
|
+
"name": "qtiTransformTest",
|
|
552
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
]
|
|
556
|
+
},
|
|
557
557
|
{
|
|
558
558
|
"kind": "javascript-module",
|
|
559
559
|
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
@@ -1664,14 +1664,6 @@
|
|
|
1664
1664
|
"module": "./qti-response-processing/qti-responseprocessing"
|
|
1665
1665
|
}
|
|
1666
1666
|
},
|
|
1667
|
-
{
|
|
1668
|
-
"kind": "js",
|
|
1669
|
-
"name": "QtiRule",
|
|
1670
|
-
"declaration": {
|
|
1671
|
-
"name": "QtiRule",
|
|
1672
|
-
"module": "./qti-rule/qti-rule"
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
1667
|
{
|
|
1676
1668
|
"kind": "js",
|
|
1677
1669
|
"name": "*",
|
|
@@ -1727,6 +1719,14 @@
|
|
|
1727
1719
|
"name": "*",
|
|
1728
1720
|
"package": "./qti-expression"
|
|
1729
1721
|
}
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"kind": "js",
|
|
1725
|
+
"name": "*",
|
|
1726
|
+
"declaration": {
|
|
1727
|
+
"name": "*",
|
|
1728
|
+
"package": "./qti-rule/qti-rule"
|
|
1729
|
+
}
|
|
1730
1730
|
}
|
|
1731
1731
|
]
|
|
1732
1732
|
},
|
|
@@ -3050,110 +3050,6 @@
|
|
|
3050
3050
|
}
|
|
3051
3051
|
]
|
|
3052
3052
|
},
|
|
3053
|
-
{
|
|
3054
|
-
"kind": "javascript-module",
|
|
3055
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.mdx",
|
|
3056
|
-
"declarations": [],
|
|
3057
|
-
"exports": []
|
|
3058
|
-
},
|
|
3059
|
-
{
|
|
3060
|
-
"kind": "javascript-module",
|
|
3061
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
3062
|
-
"declarations": [
|
|
3063
|
-
{
|
|
3064
|
-
"kind": "class",
|
|
3065
|
-
"description": "",
|
|
3066
|
-
"name": "QtiGraphicAssociateInteraction",
|
|
3067
|
-
"members": [],
|
|
3068
|
-
"superclass": {
|
|
3069
|
-
"name": "Interaction",
|
|
3070
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3071
|
-
},
|
|
3072
|
-
"tagName": "qti-graphic-associate-interaction",
|
|
3073
|
-
"customElement": true,
|
|
3074
|
-
"attributes": [
|
|
3075
|
-
{
|
|
3076
|
-
"name": "response-identifier",
|
|
3077
|
-
"type": {
|
|
3078
|
-
"text": "string"
|
|
3079
|
-
},
|
|
3080
|
-
"default": "''",
|
|
3081
|
-
"fieldName": "responseIdentifier",
|
|
3082
|
-
"inheritedFrom": {
|
|
3083
|
-
"name": "Interaction",
|
|
3084
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3085
|
-
}
|
|
3086
|
-
},
|
|
3087
|
-
{
|
|
3088
|
-
"name": "disabled",
|
|
3089
|
-
"type": {
|
|
3090
|
-
"text": "boolean"
|
|
3091
|
-
},
|
|
3092
|
-
"default": "false",
|
|
3093
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3094
|
-
"fieldName": "disabled",
|
|
3095
|
-
"inheritedFrom": {
|
|
3096
|
-
"name": "Interaction",
|
|
3097
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3098
|
-
}
|
|
3099
|
-
},
|
|
3100
|
-
{
|
|
3101
|
-
"name": "readonly",
|
|
3102
|
-
"type": {
|
|
3103
|
-
"text": "boolean"
|
|
3104
|
-
},
|
|
3105
|
-
"default": "false",
|
|
3106
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3107
|
-
"fieldName": "readonly",
|
|
3108
|
-
"inheritedFrom": {
|
|
3109
|
-
"name": "Interaction",
|
|
3110
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3111
|
-
}
|
|
3112
|
-
}
|
|
3113
|
-
],
|
|
3114
|
-
"events": [
|
|
3115
|
-
{
|
|
3116
|
-
"name": "qti-register-interaction",
|
|
3117
|
-
"type": {
|
|
3118
|
-
"text": "CustomEvent"
|
|
3119
|
-
},
|
|
3120
|
-
"inheritedFrom": {
|
|
3121
|
-
"name": "Interaction",
|
|
3122
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3123
|
-
}
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"name": "qti-interaction-response",
|
|
3127
|
-
"type": {
|
|
3128
|
-
"text": "CustomEvent"
|
|
3129
|
-
},
|
|
3130
|
-
"inheritedFrom": {
|
|
3131
|
-
"name": "Interaction",
|
|
3132
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3133
|
-
}
|
|
3134
|
-
}
|
|
3135
|
-
]
|
|
3136
|
-
}
|
|
3137
|
-
],
|
|
3138
|
-
"exports": [
|
|
3139
|
-
{
|
|
3140
|
-
"kind": "js",
|
|
3141
|
-
"name": "QtiGraphicAssociateInteraction",
|
|
3142
|
-
"declaration": {
|
|
3143
|
-
"name": "QtiGraphicAssociateInteraction",
|
|
3144
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3145
|
-
}
|
|
3146
|
-
},
|
|
3147
|
-
{
|
|
3148
|
-
"kind": "custom-element-definition",
|
|
3149
|
-
"name": "qti-graphic-associate-interaction",
|
|
3150
|
-
"declaration": {
|
|
3151
|
-
"name": "QtiGraphicAssociateInteraction",
|
|
3152
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3153
|
-
}
|
|
3154
|
-
}
|
|
3155
|
-
]
|
|
3156
|
-
},
|
|
3157
3053
|
{
|
|
3158
3054
|
"kind": "javascript-module",
|
|
3159
3055
|
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.mdx",
|
|
@@ -3288,35 +3184,139 @@
|
|
|
3288
3184
|
},
|
|
3289
3185
|
{
|
|
3290
3186
|
"kind": "javascript-module",
|
|
3291
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3187
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.mdx",
|
|
3292
3188
|
"declarations": [],
|
|
3293
3189
|
"exports": []
|
|
3294
3190
|
},
|
|
3295
3191
|
{
|
|
3296
3192
|
"kind": "javascript-module",
|
|
3297
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
3193
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
3298
3194
|
"declarations": [
|
|
3299
3195
|
{
|
|
3300
3196
|
"kind": "class",
|
|
3301
3197
|
"description": "",
|
|
3302
|
-
"name": "
|
|
3198
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3303
3199
|
"members": [],
|
|
3304
3200
|
"superclass": {
|
|
3305
|
-
"name": "
|
|
3306
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/
|
|
3201
|
+
"name": "Interaction",
|
|
3202
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3307
3203
|
},
|
|
3308
|
-
"tagName": "qti-graphic-
|
|
3204
|
+
"tagName": "qti-graphic-associate-interaction",
|
|
3309
3205
|
"customElement": true,
|
|
3310
3206
|
"attributes": [
|
|
3311
3207
|
{
|
|
3312
|
-
"name": "
|
|
3208
|
+
"name": "response-identifier",
|
|
3313
3209
|
"type": {
|
|
3314
|
-
"text": "
|
|
3210
|
+
"text": "string"
|
|
3315
3211
|
},
|
|
3316
|
-
"default": "
|
|
3317
|
-
"
|
|
3318
|
-
"
|
|
3319
|
-
|
|
3212
|
+
"default": "''",
|
|
3213
|
+
"fieldName": "responseIdentifier",
|
|
3214
|
+
"inheritedFrom": {
|
|
3215
|
+
"name": "Interaction",
|
|
3216
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "disabled",
|
|
3221
|
+
"type": {
|
|
3222
|
+
"text": "boolean"
|
|
3223
|
+
},
|
|
3224
|
+
"default": "false",
|
|
3225
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3226
|
+
"fieldName": "disabled",
|
|
3227
|
+
"inheritedFrom": {
|
|
3228
|
+
"name": "Interaction",
|
|
3229
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"name": "readonly",
|
|
3234
|
+
"type": {
|
|
3235
|
+
"text": "boolean"
|
|
3236
|
+
},
|
|
3237
|
+
"default": "false",
|
|
3238
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3239
|
+
"fieldName": "readonly",
|
|
3240
|
+
"inheritedFrom": {
|
|
3241
|
+
"name": "Interaction",
|
|
3242
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3243
|
+
}
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
"events": [
|
|
3247
|
+
{
|
|
3248
|
+
"name": "qti-register-interaction",
|
|
3249
|
+
"type": {
|
|
3250
|
+
"text": "CustomEvent"
|
|
3251
|
+
},
|
|
3252
|
+
"inheritedFrom": {
|
|
3253
|
+
"name": "Interaction",
|
|
3254
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3255
|
+
}
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"name": "qti-interaction-response",
|
|
3259
|
+
"type": {
|
|
3260
|
+
"text": "CustomEvent"
|
|
3261
|
+
},
|
|
3262
|
+
"inheritedFrom": {
|
|
3263
|
+
"name": "Interaction",
|
|
3264
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3265
|
+
}
|
|
3266
|
+
}
|
|
3267
|
+
]
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"exports": [
|
|
3271
|
+
{
|
|
3272
|
+
"kind": "js",
|
|
3273
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3274
|
+
"declaration": {
|
|
3275
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3276
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3277
|
+
}
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"kind": "custom-element-definition",
|
|
3281
|
+
"name": "qti-graphic-associate-interaction",
|
|
3282
|
+
"declaration": {
|
|
3283
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3284
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3285
|
+
}
|
|
3286
|
+
}
|
|
3287
|
+
]
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"kind": "javascript-module",
|
|
3291
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.mdx",
|
|
3292
|
+
"declarations": [],
|
|
3293
|
+
"exports": []
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"kind": "javascript-module",
|
|
3297
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
|
|
3298
|
+
"declarations": [
|
|
3299
|
+
{
|
|
3300
|
+
"kind": "class",
|
|
3301
|
+
"description": "",
|
|
3302
|
+
"name": "QtiGraphicOrderInteraction",
|
|
3303
|
+
"members": [],
|
|
3304
|
+
"superclass": {
|
|
3305
|
+
"name": "Choices",
|
|
3306
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3307
|
+
},
|
|
3308
|
+
"tagName": "qti-graphic-order-interaction",
|
|
3309
|
+
"customElement": true,
|
|
3310
|
+
"attributes": [
|
|
3311
|
+
{
|
|
3312
|
+
"name": "min-choices",
|
|
3313
|
+
"type": {
|
|
3314
|
+
"text": "number"
|
|
3315
|
+
},
|
|
3316
|
+
"default": "0",
|
|
3317
|
+
"description": "the minimal number of selections a candidate must make",
|
|
3318
|
+
"fieldName": "minChoices",
|
|
3319
|
+
"inheritedFrom": {
|
|
3320
3320
|
"name": "Choices",
|
|
3321
3321
|
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3322
3322
|
}
|
|
@@ -4771,60 +4771,31 @@
|
|
|
4771
4771
|
},
|
|
4772
4772
|
{
|
|
4773
4773
|
"kind": "javascript-module",
|
|
4774
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
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
|
-
],
|
|
4774
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/index.ts",
|
|
4775
|
+
"declarations": [],
|
|
4798
4776
|
"exports": [
|
|
4799
4777
|
{
|
|
4800
4778
|
"kind": "js",
|
|
4801
|
-
"name": "
|
|
4779
|
+
"name": "*",
|
|
4802
4780
|
"declaration": {
|
|
4803
|
-
"name": "
|
|
4804
|
-
"
|
|
4781
|
+
"name": "*",
|
|
4782
|
+
"package": "./qti-and"
|
|
4805
4783
|
}
|
|
4806
4784
|
},
|
|
4807
4785
|
{
|
|
4808
|
-
"kind": "
|
|
4809
|
-
"name": "
|
|
4786
|
+
"kind": "js",
|
|
4787
|
+
"name": "*",
|
|
4810
4788
|
"declaration": {
|
|
4811
|
-
"name": "
|
|
4812
|
-
"
|
|
4789
|
+
"name": "*",
|
|
4790
|
+
"package": "./qti-basevalue/qti-basevalue"
|
|
4813
4791
|
}
|
|
4814
|
-
}
|
|
4815
|
-
]
|
|
4816
|
-
},
|
|
4817
|
-
{
|
|
4818
|
-
"kind": "javascript-module",
|
|
4819
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/index.ts",
|
|
4820
|
-
"declarations": [],
|
|
4821
|
-
"exports": [
|
|
4792
|
+
},
|
|
4822
4793
|
{
|
|
4823
4794
|
"kind": "js",
|
|
4824
4795
|
"name": "*",
|
|
4825
4796
|
"declaration": {
|
|
4826
4797
|
"name": "*",
|
|
4827
|
-
"package": "./qti-
|
|
4798
|
+
"package": "./qti-condition-expression"
|
|
4828
4799
|
}
|
|
4829
4800
|
},
|
|
4830
4801
|
{
|
|
@@ -4832,7 +4803,7 @@
|
|
|
4832
4803
|
"name": "*",
|
|
4833
4804
|
"declaration": {
|
|
4834
4805
|
"name": "*",
|
|
4835
|
-
"package": "./qti-
|
|
4806
|
+
"package": "./qti-contains/qti-contains"
|
|
4836
4807
|
}
|
|
4837
4808
|
},
|
|
4838
4809
|
{
|
|
@@ -4840,7 +4811,7 @@
|
|
|
4840
4811
|
"name": "*",
|
|
4841
4812
|
"declaration": {
|
|
4842
4813
|
"name": "*",
|
|
4843
|
-
"package": "./qti-
|
|
4814
|
+
"package": "./qti-correct/qti-correct"
|
|
4844
4815
|
}
|
|
4845
4816
|
},
|
|
4846
4817
|
{
|
|
@@ -4848,7 +4819,7 @@
|
|
|
4848
4819
|
"name": "*",
|
|
4849
4820
|
"declaration": {
|
|
4850
4821
|
"name": "*",
|
|
4851
|
-
"package": "./qti-
|
|
4822
|
+
"package": "./qti-equal-rounded/qti-equal-rounded"
|
|
4852
4823
|
}
|
|
4853
4824
|
},
|
|
4854
4825
|
{
|
|
@@ -4864,7 +4835,7 @@
|
|
|
4864
4835
|
"name": "*",
|
|
4865
4836
|
"declaration": {
|
|
4866
4837
|
"name": "*",
|
|
4867
|
-
"package": "./qti-
|
|
4838
|
+
"package": "./qti-expression"
|
|
4868
4839
|
}
|
|
4869
4840
|
},
|
|
4870
4841
|
{
|
|
@@ -4912,7 +4883,7 @@
|
|
|
4912
4883
|
"name": "*",
|
|
4913
4884
|
"declaration": {
|
|
4914
4885
|
"name": "*",
|
|
4915
|
-
"package": "./qti-
|
|
4886
|
+
"package": "./qti-map-response/qti-map-response"
|
|
4916
4887
|
}
|
|
4917
4888
|
},
|
|
4918
4889
|
{
|
|
@@ -4920,7 +4891,7 @@
|
|
|
4920
4891
|
"name": "*",
|
|
4921
4892
|
"declaration": {
|
|
4922
4893
|
"name": "*",
|
|
4923
|
-
"package": "./qti-
|
|
4894
|
+
"package": "./qti-mapping/qti-mapping"
|
|
4924
4895
|
}
|
|
4925
4896
|
},
|
|
4926
4897
|
{
|
|
@@ -4987,14 +4958,6 @@
|
|
|
4987
4958
|
"package": "./qti-product/qti-product"
|
|
4988
4959
|
}
|
|
4989
4960
|
},
|
|
4990
|
-
{
|
|
4991
|
-
"kind": "js",
|
|
4992
|
-
"name": "*",
|
|
4993
|
-
"declaration": {
|
|
4994
|
-
"name": "*",
|
|
4995
|
-
"package": "./qti-variable/qti-variable"
|
|
4996
|
-
}
|
|
4997
|
-
},
|
|
4998
4961
|
{
|
|
4999
4962
|
"kind": "js",
|
|
5000
4963
|
"name": "*",
|
|
@@ -5008,15 +4971,7 @@
|
|
|
5008
4971
|
"name": "*",
|
|
5009
4972
|
"declaration": {
|
|
5010
4973
|
"name": "*",
|
|
5011
|
-
"package": "./qti-
|
|
5012
|
-
}
|
|
5013
|
-
},
|
|
5014
|
-
{
|
|
5015
|
-
"kind": "js",
|
|
5016
|
-
"name": "*",
|
|
5017
|
-
"declaration": {
|
|
5018
|
-
"name": "*",
|
|
5019
|
-
"package": "./qti-expression"
|
|
4974
|
+
"package": "./qti-sum/qti-sum"
|
|
5020
4975
|
}
|
|
5021
4976
|
},
|
|
5022
4977
|
{
|
|
@@ -5024,7 +4979,7 @@
|
|
|
5024
4979
|
"name": "*",
|
|
5025
4980
|
"declaration": {
|
|
5026
4981
|
"name": "*",
|
|
5027
|
-
"package": "./qti-
|
|
4982
|
+
"package": "./qti-variable/qti-variable"
|
|
5028
4983
|
}
|
|
5029
4984
|
}
|
|
5030
4985
|
]
|
|
@@ -5082,6 +5037,51 @@
|
|
|
5082
5037
|
}
|
|
5083
5038
|
]
|
|
5084
5039
|
},
|
|
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-gap-match-interaction/__snapshots__/qti-graphic-gap-match-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-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5979
5979
|
"declarations": [],
|
|
5980
5980
|
"exports": []
|
|
5981
5981
|
},
|
|
@@ -6053,49 +6053,23 @@
|
|
|
6053
6053
|
},
|
|
6054
6054
|
{
|
|
6055
6055
|
"kind": "javascript-module",
|
|
6056
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
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
|
-
],
|
|
6056
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
|
|
6057
|
+
"declarations": [],
|
|
6084
6058
|
"exports": [
|
|
6085
6059
|
{
|
|
6086
|
-
"kind": "
|
|
6087
|
-
"name": "
|
|
6060
|
+
"kind": "custom-element-definition",
|
|
6061
|
+
"name": "qti-and",
|
|
6088
6062
|
"declaration": {
|
|
6089
|
-
"name": "
|
|
6090
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-
|
|
6063
|
+
"name": "QtiAnd",
|
|
6064
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and"
|
|
6091
6065
|
}
|
|
6092
6066
|
},
|
|
6093
6067
|
{
|
|
6094
|
-
"kind": "
|
|
6095
|
-
"name": "
|
|
6068
|
+
"kind": "js",
|
|
6069
|
+
"name": "*",
|
|
6096
6070
|
"declaration": {
|
|
6097
|
-
"name": "
|
|
6098
|
-
"
|
|
6071
|
+
"name": "*",
|
|
6072
|
+
"package": "./qti-and"
|
|
6099
6073
|
}
|
|
6100
6074
|
}
|
|
6101
6075
|
]
|
|
@@ -6109,12 +6083,31 @@
|
|
|
6109
6083
|
"description": "",
|
|
6110
6084
|
"name": "QtiAnd",
|
|
6111
6085
|
"members": [],
|
|
6086
|
+
"mixins": [
|
|
6087
|
+
{
|
|
6088
|
+
"name": "qtiAndMixin",
|
|
6089
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6090
|
+
}
|
|
6091
|
+
],
|
|
6112
6092
|
"superclass": {
|
|
6113
|
-
"
|
|
6114
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6093
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6115
6094
|
},
|
|
6116
6095
|
"tagName": "qti-and",
|
|
6117
6096
|
"customElement": true
|
|
6097
|
+
},
|
|
6098
|
+
{
|
|
6099
|
+
"kind": "mixin",
|
|
6100
|
+
"description": "",
|
|
6101
|
+
"name": "qtiAndMixin",
|
|
6102
|
+
"members": [],
|
|
6103
|
+
"parameters": [
|
|
6104
|
+
{
|
|
6105
|
+
"name": "Base",
|
|
6106
|
+
"type": {
|
|
6107
|
+
"text": "TBase"
|
|
6108
|
+
}
|
|
6109
|
+
}
|
|
6110
|
+
]
|
|
6118
6111
|
}
|
|
6119
6112
|
],
|
|
6120
6113
|
"exports": [
|
|
@@ -6127,10 +6120,10 @@
|
|
|
6127
6120
|
}
|
|
6128
6121
|
},
|
|
6129
6122
|
{
|
|
6130
|
-
"kind": "
|
|
6131
|
-
"name": "
|
|
6123
|
+
"kind": "js",
|
|
6124
|
+
"name": "qtiAndMixin",
|
|
6132
6125
|
"declaration": {
|
|
6133
|
-
"name": "
|
|
6126
|
+
"name": "qtiAndMixin",
|
|
6134
6127
|
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6135
6128
|
}
|
|
6136
6129
|
}
|
|
@@ -7046,6 +7039,55 @@
|
|
|
7046
7039
|
}
|
|
7047
7040
|
]
|
|
7048
7041
|
},
|
|
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
|
+
},
|
|
7049
7091
|
{
|
|
7050
7092
|
"kind": "javascript-module",
|
|
7051
7093
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
|
|
@@ -7074,7 +7116,7 @@
|
|
|
7074
7116
|
],
|
|
7075
7117
|
"superclass": {
|
|
7076
7118
|
"name": "QtiRule",
|
|
7077
|
-
"
|
|
7119
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7078
7120
|
},
|
|
7079
7121
|
"tagName": "qti-lookup-outcome-value",
|
|
7080
7122
|
"customElement": true
|
|
@@ -7191,6 +7233,24 @@
|
|
|
7191
7233
|
}
|
|
7192
7234
|
]
|
|
7193
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
|
+
},
|
|
7194
7254
|
{
|
|
7195
7255
|
"kind": "javascript-module",
|
|
7196
7256
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts",
|
|
@@ -7240,18 +7300,6 @@
|
|
|
7240
7300
|
}
|
|
7241
7301
|
]
|
|
7242
7302
|
},
|
|
7243
|
-
{
|
|
7244
|
-
"kind": "javascript-module",
|
|
7245
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7246
|
-
"declarations": [],
|
|
7247
|
-
"exports": []
|
|
7248
|
-
},
|
|
7249
|
-
{
|
|
7250
|
-
"kind": "javascript-module",
|
|
7251
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7252
|
-
"declarations": [],
|
|
7253
|
-
"exports": []
|
|
7254
|
-
},
|
|
7255
7303
|
{
|
|
7256
7304
|
"kind": "javascript-module",
|
|
7257
7305
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|