@citolab/qti-components 6.0.6 → 6.0.7
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/{chunk-OIQME3LC.js → chunk-YDZUFMBB.js} +15 -23
- package/dist/custom-elements.json +423 -500
- package/dist/index.css +11 -7
- package/dist/index.d.ts +2 -6
- package/dist/index.js +40 -48
- package/dist/qti-item/index.d.ts +4 -34
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-8c26fa9e.d.ts +30 -0
- package/dist/qti-item-react/index.d.ts +3 -4
- package/dist/qti-item-react/index.js +1 -1
- package/package.json +5 -4
- package/dist/chunk-67UY4OJW.js +0 -2121
- package/dist/chunk-7RTSAPMF.js +0 -2135
- package/dist/chunk-E7DMNXUW.js +0 -2127
- package/dist/chunk-K2XJ4SA2.js +0 -2211
- package/dist/chunk-MGEP4U4L.js +0 -2139
- package/dist/chunk-QH4IMEWP.js +0 -2175
- package/dist/chunk-TI6G3PT6.js +0 -2172
- package/dist/qti-simple-choice-4df32b16.d.ts +0 -352
|
@@ -421,24 +421,6 @@
|
|
|
421
421
|
{
|
|
422
422
|
"name": "xml",
|
|
423
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
424
|
}
|
|
443
425
|
],
|
|
444
426
|
"superclass": {
|
|
@@ -2870,130 +2852,6 @@
|
|
|
2870
2852
|
}
|
|
2871
2853
|
]
|
|
2872
2854
|
},
|
|
2873
|
-
{
|
|
2874
|
-
"kind": "javascript-module",
|
|
2875
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
|
|
2876
|
-
"declarations": [
|
|
2877
|
-
{
|
|
2878
|
-
"kind": "class",
|
|
2879
|
-
"description": "",
|
|
2880
|
-
"name": "QtiGraphicOrderInteraction",
|
|
2881
|
-
"members": [],
|
|
2882
|
-
"superclass": {
|
|
2883
|
-
"name": "Choices",
|
|
2884
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
2885
|
-
},
|
|
2886
|
-
"tagName": "qti-graphic-order-interaction",
|
|
2887
|
-
"customElement": true,
|
|
2888
|
-
"attributes": [
|
|
2889
|
-
{
|
|
2890
|
-
"name": "min-choices",
|
|
2891
|
-
"type": {
|
|
2892
|
-
"text": "number"
|
|
2893
|
-
},
|
|
2894
|
-
"default": "0",
|
|
2895
|
-
"description": "the minimal number of selections a candidate must make",
|
|
2896
|
-
"fieldName": "minChoices",
|
|
2897
|
-
"inheritedFrom": {
|
|
2898
|
-
"name": "Choices",
|
|
2899
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
2900
|
-
}
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"name": "max-choices",
|
|
2904
|
-
"type": {
|
|
2905
|
-
"text": "number"
|
|
2906
|
-
},
|
|
2907
|
-
"default": "1",
|
|
2908
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
2909
|
-
"fieldName": "maxChoices",
|
|
2910
|
-
"inheritedFrom": {
|
|
2911
|
-
"name": "Choices",
|
|
2912
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
2913
|
-
}
|
|
2914
|
-
},
|
|
2915
|
-
{
|
|
2916
|
-
"name": "response-identifier",
|
|
2917
|
-
"type": {
|
|
2918
|
-
"text": "string"
|
|
2919
|
-
},
|
|
2920
|
-
"default": "''",
|
|
2921
|
-
"fieldName": "responseIdentifier",
|
|
2922
|
-
"inheritedFrom": {
|
|
2923
|
-
"name": "Interaction",
|
|
2924
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2925
|
-
}
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"name": "disabled",
|
|
2929
|
-
"type": {
|
|
2930
|
-
"text": "boolean"
|
|
2931
|
-
},
|
|
2932
|
-
"default": "false",
|
|
2933
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2934
|
-
"fieldName": "disabled",
|
|
2935
|
-
"inheritedFrom": {
|
|
2936
|
-
"name": "Interaction",
|
|
2937
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2938
|
-
}
|
|
2939
|
-
},
|
|
2940
|
-
{
|
|
2941
|
-
"name": "readonly",
|
|
2942
|
-
"type": {
|
|
2943
|
-
"text": "boolean"
|
|
2944
|
-
},
|
|
2945
|
-
"default": "false",
|
|
2946
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2947
|
-
"fieldName": "readonly",
|
|
2948
|
-
"inheritedFrom": {
|
|
2949
|
-
"name": "Interaction",
|
|
2950
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2951
|
-
}
|
|
2952
|
-
}
|
|
2953
|
-
],
|
|
2954
|
-
"events": [
|
|
2955
|
-
{
|
|
2956
|
-
"name": "qti-register-interaction",
|
|
2957
|
-
"type": {
|
|
2958
|
-
"text": "CustomEvent"
|
|
2959
|
-
},
|
|
2960
|
-
"inheritedFrom": {
|
|
2961
|
-
"name": "Interaction",
|
|
2962
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2963
|
-
}
|
|
2964
|
-
},
|
|
2965
|
-
{
|
|
2966
|
-
"name": "qti-interaction-response",
|
|
2967
|
-
"type": {
|
|
2968
|
-
"text": "CustomEvent"
|
|
2969
|
-
},
|
|
2970
|
-
"inheritedFrom": {
|
|
2971
|
-
"name": "Interaction",
|
|
2972
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2973
|
-
}
|
|
2974
|
-
}
|
|
2975
|
-
]
|
|
2976
|
-
}
|
|
2977
|
-
],
|
|
2978
|
-
"exports": [
|
|
2979
|
-
{
|
|
2980
|
-
"kind": "js",
|
|
2981
|
-
"name": "QtiGraphicOrderInteraction",
|
|
2982
|
-
"declaration": {
|
|
2983
|
-
"name": "QtiGraphicOrderInteraction",
|
|
2984
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
2985
|
-
}
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "custom-element-definition",
|
|
2989
|
-
"name": "qti-graphic-order-interaction",
|
|
2990
|
-
"declaration": {
|
|
2991
|
-
"name": "QtiGraphicOrderInteraction",
|
|
2992
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
2993
|
-
}
|
|
2994
|
-
}
|
|
2995
|
-
]
|
|
2996
|
-
},
|
|
2997
2855
|
{
|
|
2998
2856
|
"kind": "javascript-module",
|
|
2999
2857
|
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
|
|
@@ -3122,18 +2980,18 @@
|
|
|
3122
2980
|
},
|
|
3123
2981
|
{
|
|
3124
2982
|
"kind": "javascript-module",
|
|
3125
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2983
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
|
|
3126
2984
|
"declarations": [
|
|
3127
2985
|
{
|
|
3128
2986
|
"kind": "class",
|
|
3129
2987
|
"description": "",
|
|
3130
|
-
"name": "
|
|
2988
|
+
"name": "QtiGraphicOrderInteraction",
|
|
3131
2989
|
"members": [],
|
|
3132
2990
|
"superclass": {
|
|
3133
2991
|
"name": "Choices",
|
|
3134
2992
|
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3135
2993
|
},
|
|
3136
|
-
"tagName": "qti-
|
|
2994
|
+
"tagName": "qti-graphic-order-interaction",
|
|
3137
2995
|
"customElement": true,
|
|
3138
2996
|
"attributes": [
|
|
3139
2997
|
{
|
|
@@ -3228,36 +3086,36 @@
|
|
|
3228
3086
|
"exports": [
|
|
3229
3087
|
{
|
|
3230
3088
|
"kind": "js",
|
|
3231
|
-
"name": "
|
|
3089
|
+
"name": "QtiGraphicOrderInteraction",
|
|
3232
3090
|
"declaration": {
|
|
3233
|
-
"name": "
|
|
3234
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3091
|
+
"name": "QtiGraphicOrderInteraction",
|
|
3092
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
3235
3093
|
}
|
|
3236
3094
|
},
|
|
3237
3095
|
{
|
|
3238
3096
|
"kind": "custom-element-definition",
|
|
3239
|
-
"name": "qti-
|
|
3097
|
+
"name": "qti-graphic-order-interaction",
|
|
3240
3098
|
"declaration": {
|
|
3241
|
-
"name": "
|
|
3242
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3099
|
+
"name": "QtiGraphicOrderInteraction",
|
|
3100
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
3243
3101
|
}
|
|
3244
3102
|
}
|
|
3245
3103
|
]
|
|
3246
3104
|
},
|
|
3247
3105
|
{
|
|
3248
3106
|
"kind": "javascript-module",
|
|
3249
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3107
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
3250
3108
|
"declarations": [
|
|
3251
3109
|
{
|
|
3252
3110
|
"kind": "class",
|
|
3253
3111
|
"description": "",
|
|
3254
|
-
"name": "
|
|
3112
|
+
"name": "QtiHotspotInteraction",
|
|
3255
3113
|
"members": [],
|
|
3256
3114
|
"superclass": {
|
|
3257
3115
|
"name": "Choices",
|
|
3258
3116
|
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3259
3117
|
},
|
|
3260
|
-
"tagName": "qti-
|
|
3118
|
+
"tagName": "qti-hotspot-interaction",
|
|
3261
3119
|
"customElement": true,
|
|
3262
3120
|
"attributes": [
|
|
3263
3121
|
{
|
|
@@ -3352,36 +3210,63 @@
|
|
|
3352
3210
|
"exports": [
|
|
3353
3211
|
{
|
|
3354
3212
|
"kind": "js",
|
|
3355
|
-
"name": "
|
|
3213
|
+
"name": "QtiHotspotInteraction",
|
|
3356
3214
|
"declaration": {
|
|
3357
|
-
"name": "
|
|
3358
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3215
|
+
"name": "QtiHotspotInteraction",
|
|
3216
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3359
3217
|
}
|
|
3360
3218
|
},
|
|
3361
3219
|
{
|
|
3362
3220
|
"kind": "custom-element-definition",
|
|
3363
|
-
"name": "qti-
|
|
3221
|
+
"name": "qti-hotspot-interaction",
|
|
3364
3222
|
"declaration": {
|
|
3365
|
-
"name": "
|
|
3366
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3223
|
+
"name": "QtiHotspotInteraction",
|
|
3224
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3367
3225
|
}
|
|
3368
3226
|
}
|
|
3369
3227
|
]
|
|
3370
3228
|
},
|
|
3371
3229
|
{
|
|
3372
3230
|
"kind": "javascript-module",
|
|
3373
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3231
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
|
|
3374
3232
|
"declarations": [
|
|
3375
3233
|
{
|
|
3376
3234
|
"kind": "class",
|
|
3377
3235
|
"description": "",
|
|
3378
|
-
"name": "
|
|
3236
|
+
"name": "QtiHottextInteraction",
|
|
3379
3237
|
"members": [],
|
|
3238
|
+
"superclass": {
|
|
3239
|
+
"name": "Choices",
|
|
3240
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3241
|
+
},
|
|
3242
|
+
"tagName": "qti-hottext-interaction",
|
|
3243
|
+
"customElement": true,
|
|
3380
3244
|
"attributes": [
|
|
3381
3245
|
{
|
|
3382
|
-
"name": "",
|
|
3383
|
-
"
|
|
3384
|
-
|
|
3246
|
+
"name": "min-choices",
|
|
3247
|
+
"type": {
|
|
3248
|
+
"text": "number"
|
|
3249
|
+
},
|
|
3250
|
+
"default": "0",
|
|
3251
|
+
"description": "the minimal number of selections a candidate must make",
|
|
3252
|
+
"fieldName": "minChoices",
|
|
3253
|
+
"inheritedFrom": {
|
|
3254
|
+
"name": "Choices",
|
|
3255
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3256
|
+
}
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"name": "max-choices",
|
|
3260
|
+
"type": {
|
|
3261
|
+
"text": "number"
|
|
3262
|
+
},
|
|
3263
|
+
"default": "1",
|
|
3264
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3265
|
+
"fieldName": "maxChoices",
|
|
3266
|
+
"inheritedFrom": {
|
|
3267
|
+
"name": "Choices",
|
|
3268
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3269
|
+
}
|
|
3385
3270
|
},
|
|
3386
3271
|
{
|
|
3387
3272
|
"name": "response-identifier",
|
|
@@ -3422,12 +3307,6 @@
|
|
|
3422
3307
|
}
|
|
3423
3308
|
}
|
|
3424
3309
|
],
|
|
3425
|
-
"superclass": {
|
|
3426
|
-
"name": "Interaction",
|
|
3427
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3428
|
-
},
|
|
3429
|
-
"tagName": "qti-inline-choice-interaction",
|
|
3430
|
-
"customElement": true,
|
|
3431
3310
|
"events": [
|
|
3432
3311
|
{
|
|
3433
3312
|
"name": "qti-register-interaction",
|
|
@@ -3455,30 +3334,30 @@
|
|
|
3455
3334
|
"exports": [
|
|
3456
3335
|
{
|
|
3457
3336
|
"kind": "js",
|
|
3458
|
-
"name": "
|
|
3337
|
+
"name": "QtiHottextInteraction",
|
|
3459
3338
|
"declaration": {
|
|
3460
|
-
"name": "
|
|
3461
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3339
|
+
"name": "QtiHottextInteraction",
|
|
3340
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3462
3341
|
}
|
|
3463
3342
|
},
|
|
3464
3343
|
{
|
|
3465
3344
|
"kind": "custom-element-definition",
|
|
3466
|
-
"name": "qti-
|
|
3345
|
+
"name": "qti-hottext-interaction",
|
|
3467
3346
|
"declaration": {
|
|
3468
|
-
"name": "
|
|
3469
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3347
|
+
"name": "QtiHottextInteraction",
|
|
3348
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3470
3349
|
}
|
|
3471
3350
|
}
|
|
3472
3351
|
]
|
|
3473
3352
|
},
|
|
3474
3353
|
{
|
|
3475
3354
|
"kind": "javascript-module",
|
|
3476
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3355
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
3477
3356
|
"declarations": [
|
|
3478
3357
|
{
|
|
3479
3358
|
"kind": "class",
|
|
3480
3359
|
"description": "",
|
|
3481
|
-
"name": "
|
|
3360
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3482
3361
|
"members": [],
|
|
3483
3362
|
"attributes": [
|
|
3484
3363
|
{
|
|
@@ -3529,7 +3408,7 @@
|
|
|
3529
3408
|
"name": "Interaction",
|
|
3530
3409
|
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3531
3410
|
},
|
|
3532
|
-
"tagName": "qti-
|
|
3411
|
+
"tagName": "qti-inline-choice-interaction",
|
|
3533
3412
|
"customElement": true,
|
|
3534
3413
|
"events": [
|
|
3535
3414
|
{
|
|
@@ -3558,18 +3437,18 @@
|
|
|
3558
3437
|
"exports": [
|
|
3559
3438
|
{
|
|
3560
3439
|
"kind": "js",
|
|
3561
|
-
"name": "
|
|
3440
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3562
3441
|
"declaration": {
|
|
3563
|
-
"name": "
|
|
3564
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3442
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3443
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3565
3444
|
}
|
|
3566
3445
|
},
|
|
3567
3446
|
{
|
|
3568
3447
|
"kind": "custom-element-definition",
|
|
3569
|
-
"name": "qti-
|
|
3448
|
+
"name": "qti-inline-choice-interaction",
|
|
3570
3449
|
"declaration": {
|
|
3571
|
-
"name": "
|
|
3572
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3450
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3451
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3573
3452
|
}
|
|
3574
3453
|
}
|
|
3575
3454
|
]
|
|
@@ -3702,16 +3581,119 @@
|
|
|
3702
3581
|
},
|
|
3703
3582
|
{
|
|
3704
3583
|
"kind": "javascript-module",
|
|
3705
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3584
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
3706
3585
|
"declarations": [
|
|
3707
3586
|
{
|
|
3708
3587
|
"kind": "class",
|
|
3709
3588
|
"description": "",
|
|
3710
|
-
"name": "
|
|
3589
|
+
"name": "QtiMediaInteraction",
|
|
3711
3590
|
"members": [],
|
|
3712
3591
|
"attributes": [
|
|
3713
3592
|
{
|
|
3714
|
-
"name": "
|
|
3593
|
+
"name": "",
|
|
3594
|
+
"fieldName": "",
|
|
3595
|
+
"attribute": ""
|
|
3596
|
+
},
|
|
3597
|
+
{
|
|
3598
|
+
"name": "response-identifier",
|
|
3599
|
+
"type": {
|
|
3600
|
+
"text": "string"
|
|
3601
|
+
},
|
|
3602
|
+
"default": "''",
|
|
3603
|
+
"fieldName": "responseIdentifier",
|
|
3604
|
+
"inheritedFrom": {
|
|
3605
|
+
"name": "Interaction",
|
|
3606
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3607
|
+
}
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"name": "disabled",
|
|
3611
|
+
"type": {
|
|
3612
|
+
"text": "boolean"
|
|
3613
|
+
},
|
|
3614
|
+
"default": "false",
|
|
3615
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3616
|
+
"fieldName": "disabled",
|
|
3617
|
+
"inheritedFrom": {
|
|
3618
|
+
"name": "Interaction",
|
|
3619
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3620
|
+
}
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"name": "readonly",
|
|
3624
|
+
"type": {
|
|
3625
|
+
"text": "boolean"
|
|
3626
|
+
},
|
|
3627
|
+
"default": "false",
|
|
3628
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3629
|
+
"fieldName": "readonly",
|
|
3630
|
+
"inheritedFrom": {
|
|
3631
|
+
"name": "Interaction",
|
|
3632
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3633
|
+
}
|
|
3634
|
+
}
|
|
3635
|
+
],
|
|
3636
|
+
"superclass": {
|
|
3637
|
+
"name": "Interaction",
|
|
3638
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3639
|
+
},
|
|
3640
|
+
"tagName": "qti-media-interaction",
|
|
3641
|
+
"customElement": true,
|
|
3642
|
+
"events": [
|
|
3643
|
+
{
|
|
3644
|
+
"name": "qti-register-interaction",
|
|
3645
|
+
"type": {
|
|
3646
|
+
"text": "CustomEvent"
|
|
3647
|
+
},
|
|
3648
|
+
"inheritedFrom": {
|
|
3649
|
+
"name": "Interaction",
|
|
3650
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"name": "qti-interaction-response",
|
|
3655
|
+
"type": {
|
|
3656
|
+
"text": "CustomEvent"
|
|
3657
|
+
},
|
|
3658
|
+
"inheritedFrom": {
|
|
3659
|
+
"name": "Interaction",
|
|
3660
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3661
|
+
}
|
|
3662
|
+
}
|
|
3663
|
+
]
|
|
3664
|
+
}
|
|
3665
|
+
],
|
|
3666
|
+
"exports": [
|
|
3667
|
+
{
|
|
3668
|
+
"kind": "js",
|
|
3669
|
+
"name": "QtiMediaInteraction",
|
|
3670
|
+
"declaration": {
|
|
3671
|
+
"name": "QtiMediaInteraction",
|
|
3672
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3673
|
+
}
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"kind": "custom-element-definition",
|
|
3677
|
+
"name": "qti-media-interaction",
|
|
3678
|
+
"declaration": {
|
|
3679
|
+
"name": "QtiMediaInteraction",
|
|
3680
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3681
|
+
}
|
|
3682
|
+
}
|
|
3683
|
+
]
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"kind": "javascript-module",
|
|
3687
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
|
|
3688
|
+
"declarations": [
|
|
3689
|
+
{
|
|
3690
|
+
"kind": "class",
|
|
3691
|
+
"description": "",
|
|
3692
|
+
"name": "QtiOrderInteraction",
|
|
3693
|
+
"members": [],
|
|
3694
|
+
"attributes": [
|
|
3695
|
+
{
|
|
3696
|
+
"name": "orientation",
|
|
3715
3697
|
"type": {
|
|
3716
3698
|
"text": "'horizontal' | 'vertical'"
|
|
3717
3699
|
},
|
|
@@ -4406,107 +4388,107 @@
|
|
|
4406
4388
|
},
|
|
4407
4389
|
{
|
|
4408
4390
|
"kind": "javascript-module",
|
|
4409
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4391
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
4410
4392
|
"declarations": [
|
|
4411
4393
|
{
|
|
4412
4394
|
"kind": "class",
|
|
4413
4395
|
"description": "",
|
|
4414
|
-
"name": "
|
|
4396
|
+
"name": "QtiConditionExpression",
|
|
4415
4397
|
"members": [],
|
|
4416
|
-
"attributes": [
|
|
4417
|
-
{
|
|
4418
|
-
"name": "debugCalculateResult",
|
|
4419
|
-
"type": {
|
|
4420
|
-
"text": "object"
|
|
4421
|
-
},
|
|
4422
|
-
"fieldName": "debugCalculateResult"
|
|
4423
|
-
}
|
|
4424
|
-
],
|
|
4425
4398
|
"superclass": {
|
|
4426
|
-
"name": "
|
|
4427
|
-
"
|
|
4428
|
-
}
|
|
4429
|
-
"tagName": "qti-response-else",
|
|
4430
|
-
"customElement": true
|
|
4399
|
+
"name": "QtiExpression",
|
|
4400
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
4401
|
+
}
|
|
4431
4402
|
}
|
|
4432
4403
|
],
|
|
4433
4404
|
"exports": [
|
|
4434
4405
|
{
|
|
4435
4406
|
"kind": "js",
|
|
4436
|
-
"name": "
|
|
4437
|
-
"declaration": {
|
|
4438
|
-
"name": "QtiResponseElse",
|
|
4439
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4440
|
-
}
|
|
4441
|
-
},
|
|
4442
|
-
{
|
|
4443
|
-
"kind": "custom-element-definition",
|
|
4444
|
-
"name": "qti-response-else",
|
|
4407
|
+
"name": "QtiConditionExpression",
|
|
4445
4408
|
"declaration": {
|
|
4446
|
-
"name": "
|
|
4447
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4409
|
+
"name": "QtiConditionExpression",
|
|
4410
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
|
|
4448
4411
|
}
|
|
4449
4412
|
}
|
|
4450
4413
|
]
|
|
4451
4414
|
},
|
|
4452
4415
|
{
|
|
4453
4416
|
"kind": "javascript-module",
|
|
4454
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
4417
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
4455
4418
|
"declarations": [
|
|
4456
4419
|
{
|
|
4457
4420
|
"kind": "class",
|
|
4458
4421
|
"description": "",
|
|
4459
|
-
"name": "
|
|
4422
|
+
"name": "QtiExpression",
|
|
4460
4423
|
"members": [],
|
|
4461
4424
|
"superclass": {
|
|
4462
|
-
"name": "
|
|
4463
|
-
"
|
|
4464
|
-
}
|
|
4425
|
+
"name": "LitElement",
|
|
4426
|
+
"package": "lit"
|
|
4427
|
+
},
|
|
4428
|
+
"tagName": "qti-expression",
|
|
4429
|
+
"customElement": true
|
|
4465
4430
|
}
|
|
4466
4431
|
],
|
|
4467
4432
|
"exports": [
|
|
4468
4433
|
{
|
|
4469
4434
|
"kind": "js",
|
|
4470
|
-
"name": "
|
|
4435
|
+
"name": "QtiExpression",
|
|
4471
4436
|
"declaration": {
|
|
4472
|
-
"name": "
|
|
4473
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
4437
|
+
"name": "QtiExpression",
|
|
4438
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4439
|
+
}
|
|
4440
|
+
},
|
|
4441
|
+
{
|
|
4442
|
+
"kind": "custom-element-definition",
|
|
4443
|
+
"name": "qti-expression",
|
|
4444
|
+
"declaration": {
|
|
4445
|
+
"name": "QtiExpression",
|
|
4446
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4474
4447
|
}
|
|
4475
4448
|
}
|
|
4476
4449
|
]
|
|
4477
4450
|
},
|
|
4478
4451
|
{
|
|
4479
4452
|
"kind": "javascript-module",
|
|
4480
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4453
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
|
|
4481
4454
|
"declarations": [
|
|
4482
4455
|
{
|
|
4483
4456
|
"kind": "class",
|
|
4484
4457
|
"description": "",
|
|
4485
|
-
"name": "
|
|
4458
|
+
"name": "QtiResponseElse",
|
|
4486
4459
|
"members": [],
|
|
4460
|
+
"attributes": [
|
|
4461
|
+
{
|
|
4462
|
+
"name": "debugCalculateResult",
|
|
4463
|
+
"type": {
|
|
4464
|
+
"text": "object"
|
|
4465
|
+
},
|
|
4466
|
+
"fieldName": "debugCalculateResult"
|
|
4467
|
+
}
|
|
4468
|
+
],
|
|
4487
4469
|
"superclass": {
|
|
4488
4470
|
"name": "LitElement",
|
|
4489
4471
|
"package": "lit"
|
|
4490
4472
|
},
|
|
4491
|
-
"tagName": "qti-
|
|
4473
|
+
"tagName": "qti-response-else",
|
|
4492
4474
|
"customElement": true
|
|
4493
4475
|
}
|
|
4494
4476
|
],
|
|
4495
4477
|
"exports": [
|
|
4496
4478
|
{
|
|
4497
4479
|
"kind": "js",
|
|
4498
|
-
"name": "
|
|
4480
|
+
"name": "QtiResponseElse",
|
|
4499
4481
|
"declaration": {
|
|
4500
|
-
"name": "
|
|
4501
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4482
|
+
"name": "QtiResponseElse",
|
|
4483
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4502
4484
|
}
|
|
4503
4485
|
},
|
|
4504
4486
|
{
|
|
4505
4487
|
"kind": "custom-element-definition",
|
|
4506
|
-
"name": "qti-
|
|
4488
|
+
"name": "qti-response-else",
|
|
4507
4489
|
"declaration": {
|
|
4508
|
-
"name": "
|
|
4509
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4490
|
+
"name": "QtiResponseElse",
|
|
4491
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4510
4492
|
}
|
|
4511
4493
|
}
|
|
4512
4494
|
]
|
|
@@ -4778,26 +4760,6 @@
|
|
|
4778
4760
|
}
|
|
4779
4761
|
]
|
|
4780
4762
|
},
|
|
4781
|
-
{
|
|
4782
|
-
"kind": "javascript-module",
|
|
4783
|
-
"path": "src/lib/qti-components/utilities/context/context.ts",
|
|
4784
|
-
"declarations": [
|
|
4785
|
-
{
|
|
4786
|
-
"kind": "variable",
|
|
4787
|
-
"name": "loggerContext"
|
|
4788
|
-
}
|
|
4789
|
-
],
|
|
4790
|
-
"exports": [
|
|
4791
|
-
{
|
|
4792
|
-
"kind": "js",
|
|
4793
|
-
"name": "loggerContext",
|
|
4794
|
-
"declaration": {
|
|
4795
|
-
"name": "loggerContext",
|
|
4796
|
-
"module": "src/lib/qti-components/utilities/context/context.ts"
|
|
4797
|
-
}
|
|
4798
|
-
}
|
|
4799
|
-
]
|
|
4800
|
-
},
|
|
4801
4763
|
{
|
|
4802
4764
|
"kind": "javascript-module",
|
|
4803
4765
|
"path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
|
|
@@ -4865,6 +4827,26 @@
|
|
|
4865
4827
|
}
|
|
4866
4828
|
]
|
|
4867
4829
|
},
|
|
4830
|
+
{
|
|
4831
|
+
"kind": "javascript-module",
|
|
4832
|
+
"path": "src/lib/qti-components/utilities/context/context.ts",
|
|
4833
|
+
"declarations": [
|
|
4834
|
+
{
|
|
4835
|
+
"kind": "variable",
|
|
4836
|
+
"name": "loggerContext"
|
|
4837
|
+
}
|
|
4838
|
+
],
|
|
4839
|
+
"exports": [
|
|
4840
|
+
{
|
|
4841
|
+
"kind": "js",
|
|
4842
|
+
"name": "loggerContext",
|
|
4843
|
+
"declaration": {
|
|
4844
|
+
"name": "loggerContext",
|
|
4845
|
+
"module": "src/lib/qti-components/utilities/context/context.ts"
|
|
4846
|
+
}
|
|
4847
|
+
}
|
|
4848
|
+
]
|
|
4849
|
+
},
|
|
4868
4850
|
{
|
|
4869
4851
|
"kind": "javascript-module",
|
|
4870
4852
|
"path": "src/lib/qti-components/utilities/decorators/liveQuery.ts",
|
|
@@ -4959,78 +4941,19 @@
|
|
|
4959
4941
|
},
|
|
4960
4942
|
{
|
|
4961
4943
|
"kind": "javascript-module",
|
|
4962
|
-
"path": "src/lib/qti-components/utilities/
|
|
4944
|
+
"path": "src/lib/qti-components/utilities/scoring/scoring-helper.ts",
|
|
4963
4945
|
"declarations": [
|
|
4964
4946
|
{
|
|
4965
4947
|
"kind": "class",
|
|
4966
4948
|
"description": "",
|
|
4967
|
-
"name": "
|
|
4968
|
-
|
|
4969
|
-
{
|
|
4970
|
-
"kind": "mixin",
|
|
4971
|
-
"description": "",
|
|
4972
|
-
"name": "ScaleToFitMixin",
|
|
4973
|
-
"members": [],
|
|
4974
|
-
"attributes": [
|
|
4975
|
-
{
|
|
4976
|
-
"name": "scale",
|
|
4977
|
-
"type": {
|
|
4978
|
-
"text": "number"
|
|
4979
|
-
},
|
|
4980
|
-
"default": "1",
|
|
4981
|
-
"fieldName": "scale"
|
|
4982
|
-
}
|
|
4983
|
-
],
|
|
4984
|
-
"parameters": [
|
|
4985
|
-
{
|
|
4986
|
-
"name": "superClass",
|
|
4987
|
-
"type": {
|
|
4988
|
-
"text": "T"
|
|
4989
|
-
}
|
|
4990
|
-
},
|
|
4991
|
-
{
|
|
4992
|
-
"name": "scaleSelector",
|
|
4993
|
-
"type": {
|
|
4994
|
-
"text": "string"
|
|
4995
|
-
}
|
|
4996
|
-
}
|
|
4997
|
-
]
|
|
4949
|
+
"name": "ScoringHelper",
|
|
4950
|
+
"members": []
|
|
4998
4951
|
}
|
|
4999
4952
|
],
|
|
5000
4953
|
"exports": [
|
|
5001
4954
|
{
|
|
5002
4955
|
"kind": "js",
|
|
5003
|
-
"name": "
|
|
5004
|
-
"declaration": {
|
|
5005
|
-
"name": "ScaleToFitInterface",
|
|
5006
|
-
"module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
|
|
5007
|
-
}
|
|
5008
|
-
},
|
|
5009
|
-
{
|
|
5010
|
-
"kind": "js",
|
|
5011
|
-
"name": "ScaleToFitMixin",
|
|
5012
|
-
"declaration": {
|
|
5013
|
-
"name": "ScaleToFitMixin",
|
|
5014
|
-
"module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
|
|
5015
|
-
}
|
|
5016
|
-
}
|
|
5017
|
-
]
|
|
5018
|
-
},
|
|
5019
|
-
{
|
|
5020
|
-
"kind": "javascript-module",
|
|
5021
|
-
"path": "src/lib/qti-components/utilities/scoring/scoring-helper.ts",
|
|
5022
|
-
"declarations": [
|
|
5023
|
-
{
|
|
5024
|
-
"kind": "class",
|
|
5025
|
-
"description": "",
|
|
5026
|
-
"name": "ScoringHelper",
|
|
5027
|
-
"members": []
|
|
5028
|
-
}
|
|
5029
|
-
],
|
|
5030
|
-
"exports": [
|
|
5031
|
-
{
|
|
5032
|
-
"kind": "js",
|
|
5033
|
-
"name": "ScoringHelper",
|
|
4956
|
+
"name": "ScoringHelper",
|
|
5034
4957
|
"declaration": {
|
|
5035
4958
|
"name": "ScoringHelper",
|
|
5036
4959
|
"module": "src/lib/qti-components/utilities/scoring/scoring-helper.ts"
|
|
@@ -5670,167 +5593,118 @@
|
|
|
5670
5593
|
},
|
|
5671
5594
|
{
|
|
5672
5595
|
"kind": "javascript-module",
|
|
5673
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5596
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
5674
5597
|
"declarations": [
|
|
5675
5598
|
{
|
|
5676
5599
|
"kind": "class",
|
|
5677
5600
|
"description": "",
|
|
5678
|
-
"name": "
|
|
5601
|
+
"name": "QtiAnd",
|
|
5679
5602
|
"members": [],
|
|
5680
5603
|
"superclass": {
|
|
5681
|
-
"name": "
|
|
5682
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-
|
|
5604
|
+
"name": "QtiConditionExpression",
|
|
5605
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
5683
5606
|
},
|
|
5684
|
-
"tagName": "qti-
|
|
5685
|
-
"customElement": true
|
|
5686
|
-
"attributes": [
|
|
5687
|
-
{
|
|
5688
|
-
"name": "debugCalculateResult",
|
|
5689
|
-
"type": {
|
|
5690
|
-
"text": "object"
|
|
5691
|
-
},
|
|
5692
|
-
"fieldName": "debugCalculateResult",
|
|
5693
|
-
"inheritedFrom": {
|
|
5694
|
-
"name": "QtiResponseElse",
|
|
5695
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
5696
|
-
}
|
|
5697
|
-
}
|
|
5698
|
-
]
|
|
5607
|
+
"tagName": "qti-and",
|
|
5608
|
+
"customElement": true
|
|
5699
5609
|
}
|
|
5700
5610
|
],
|
|
5701
5611
|
"exports": [
|
|
5702
5612
|
{
|
|
5703
5613
|
"kind": "js",
|
|
5704
|
-
"name": "
|
|
5614
|
+
"name": "QtiAnd",
|
|
5705
5615
|
"declaration": {
|
|
5706
|
-
"name": "
|
|
5707
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5616
|
+
"name": "QtiAnd",
|
|
5617
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5708
5618
|
}
|
|
5709
5619
|
},
|
|
5710
5620
|
{
|
|
5711
5621
|
"kind": "custom-element-definition",
|
|
5712
|
-
"name": "qti-
|
|
5622
|
+
"name": "qti-and",
|
|
5713
5623
|
"declaration": {
|
|
5714
|
-
"name": "
|
|
5715
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
5624
|
+
"name": "QtiAnd",
|
|
5625
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5716
5626
|
}
|
|
5717
5627
|
}
|
|
5718
5628
|
]
|
|
5719
5629
|
},
|
|
5720
5630
|
{
|
|
5721
5631
|
"kind": "javascript-module",
|
|
5722
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5632
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts",
|
|
5723
5633
|
"declarations": [
|
|
5724
5634
|
{
|
|
5725
5635
|
"kind": "class",
|
|
5726
5636
|
"description": "",
|
|
5727
|
-
"name": "
|
|
5637
|
+
"name": "QtiContains",
|
|
5728
5638
|
"members": [],
|
|
5729
|
-
"attributes": [
|
|
5730
|
-
{
|
|
5731
|
-
"name": "baseType",
|
|
5732
|
-
"type": {
|
|
5733
|
-
"text": "BaseType"
|
|
5734
|
-
},
|
|
5735
|
-
"default": "'string'",
|
|
5736
|
-
"fieldName": "baseType"
|
|
5737
|
-
}
|
|
5738
|
-
],
|
|
5739
5639
|
"superclass": {
|
|
5740
5640
|
"name": "QtiExpression",
|
|
5741
5641
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5742
5642
|
},
|
|
5743
|
-
"tagName": "qti-
|
|
5744
|
-
"customElement": true
|
|
5745
|
-
}
|
|
5746
|
-
],
|
|
5747
|
-
"exports": [
|
|
5748
|
-
{
|
|
5749
|
-
"kind": "js",
|
|
5750
|
-
"name": "QtiBaseValue",
|
|
5751
|
-
"declaration": {
|
|
5752
|
-
"name": "QtiBaseValue",
|
|
5753
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5754
|
-
}
|
|
5755
|
-
},
|
|
5756
|
-
{
|
|
5757
|
-
"kind": "custom-element-definition",
|
|
5758
|
-
"name": "qti-base-value",
|
|
5759
|
-
"declaration": {
|
|
5760
|
-
"name": "QtiBaseValue",
|
|
5761
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5762
|
-
}
|
|
5763
|
-
}
|
|
5764
|
-
]
|
|
5765
|
-
},
|
|
5766
|
-
{
|
|
5767
|
-
"kind": "javascript-module",
|
|
5768
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
5769
|
-
"declarations": [
|
|
5770
|
-
{
|
|
5771
|
-
"kind": "class",
|
|
5772
|
-
"description": "",
|
|
5773
|
-
"name": "QtiAnd",
|
|
5774
|
-
"members": [],
|
|
5775
|
-
"superclass": {
|
|
5776
|
-
"name": "QtiConditionExpression",
|
|
5777
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
5778
|
-
},
|
|
5779
|
-
"tagName": "qti-and",
|
|
5643
|
+
"tagName": "qti-contains",
|
|
5780
5644
|
"customElement": true
|
|
5781
5645
|
}
|
|
5782
5646
|
],
|
|
5783
5647
|
"exports": [
|
|
5784
5648
|
{
|
|
5785
5649
|
"kind": "js",
|
|
5786
|
-
"name": "
|
|
5650
|
+
"name": "QtiContains",
|
|
5787
5651
|
"declaration": {
|
|
5788
|
-
"name": "
|
|
5789
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5652
|
+
"name": "QtiContains",
|
|
5653
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts"
|
|
5790
5654
|
}
|
|
5791
5655
|
},
|
|
5792
5656
|
{
|
|
5793
5657
|
"kind": "custom-element-definition",
|
|
5794
|
-
"name": "qti-
|
|
5658
|
+
"name": "qti-contains",
|
|
5795
5659
|
"declaration": {
|
|
5796
|
-
"name": "
|
|
5797
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5660
|
+
"name": "QtiContains",
|
|
5661
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts"
|
|
5798
5662
|
}
|
|
5799
5663
|
}
|
|
5800
5664
|
]
|
|
5801
5665
|
},
|
|
5802
5666
|
{
|
|
5803
5667
|
"kind": "javascript-module",
|
|
5804
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5668
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts",
|
|
5805
5669
|
"declarations": [
|
|
5806
5670
|
{
|
|
5807
5671
|
"kind": "class",
|
|
5808
5672
|
"description": "",
|
|
5809
|
-
"name": "
|
|
5673
|
+
"name": "QtiBaseValue",
|
|
5810
5674
|
"members": [],
|
|
5675
|
+
"attributes": [
|
|
5676
|
+
{
|
|
5677
|
+
"name": "baseType",
|
|
5678
|
+
"type": {
|
|
5679
|
+
"text": "BaseType"
|
|
5680
|
+
},
|
|
5681
|
+
"default": "'string'",
|
|
5682
|
+
"fieldName": "baseType"
|
|
5683
|
+
}
|
|
5684
|
+
],
|
|
5811
5685
|
"superclass": {
|
|
5812
5686
|
"name": "QtiExpression",
|
|
5813
5687
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5814
5688
|
},
|
|
5815
|
-
"tagName": "qti-
|
|
5689
|
+
"tagName": "qti-base-value",
|
|
5816
5690
|
"customElement": true
|
|
5817
5691
|
}
|
|
5818
5692
|
],
|
|
5819
5693
|
"exports": [
|
|
5820
5694
|
{
|
|
5821
5695
|
"kind": "js",
|
|
5822
|
-
"name": "
|
|
5696
|
+
"name": "QtiBaseValue",
|
|
5823
5697
|
"declaration": {
|
|
5824
|
-
"name": "
|
|
5825
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5698
|
+
"name": "QtiBaseValue",
|
|
5699
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5826
5700
|
}
|
|
5827
5701
|
},
|
|
5828
5702
|
{
|
|
5829
5703
|
"kind": "custom-element-definition",
|
|
5830
|
-
"name": "qti-
|
|
5704
|
+
"name": "qti-base-value",
|
|
5831
5705
|
"declaration": {
|
|
5832
|
-
"name": "
|
|
5833
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5706
|
+
"name": "QtiBaseValue",
|
|
5707
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
|
|
5834
5708
|
}
|
|
5835
5709
|
}
|
|
5836
5710
|
]
|
|
@@ -5963,6 +5837,78 @@
|
|
|
5963
5837
|
}
|
|
5964
5838
|
]
|
|
5965
5839
|
},
|
|
5840
|
+
{
|
|
5841
|
+
"kind": "javascript-module",
|
|
5842
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
|
|
5843
|
+
"declarations": [
|
|
5844
|
+
{
|
|
5845
|
+
"kind": "class",
|
|
5846
|
+
"description": "",
|
|
5847
|
+
"name": "QtiGt",
|
|
5848
|
+
"members": [],
|
|
5849
|
+
"superclass": {
|
|
5850
|
+
"name": "QtiExpression",
|
|
5851
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5852
|
+
},
|
|
5853
|
+
"tagName": "qti-gt",
|
|
5854
|
+
"customElement": true
|
|
5855
|
+
}
|
|
5856
|
+
],
|
|
5857
|
+
"exports": [
|
|
5858
|
+
{
|
|
5859
|
+
"kind": "js",
|
|
5860
|
+
"name": "QtiGt",
|
|
5861
|
+
"declaration": {
|
|
5862
|
+
"name": "QtiGt",
|
|
5863
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
5864
|
+
}
|
|
5865
|
+
},
|
|
5866
|
+
{
|
|
5867
|
+
"kind": "custom-element-definition",
|
|
5868
|
+
"name": "qti-gt",
|
|
5869
|
+
"declaration": {
|
|
5870
|
+
"name": "QtiGt",
|
|
5871
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
5872
|
+
}
|
|
5873
|
+
}
|
|
5874
|
+
]
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
"kind": "javascript-module",
|
|
5878
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts",
|
|
5879
|
+
"declarations": [
|
|
5880
|
+
{
|
|
5881
|
+
"kind": "class",
|
|
5882
|
+
"description": "",
|
|
5883
|
+
"name": "QtiIsNull",
|
|
5884
|
+
"members": [],
|
|
5885
|
+
"superclass": {
|
|
5886
|
+
"name": "QtiExpression",
|
|
5887
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5888
|
+
},
|
|
5889
|
+
"tagName": "qti-is-null",
|
|
5890
|
+
"customElement": true
|
|
5891
|
+
}
|
|
5892
|
+
],
|
|
5893
|
+
"exports": [
|
|
5894
|
+
{
|
|
5895
|
+
"kind": "js",
|
|
5896
|
+
"name": "QtiIsNull",
|
|
5897
|
+
"declaration": {
|
|
5898
|
+
"name": "QtiIsNull",
|
|
5899
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
|
|
5900
|
+
}
|
|
5901
|
+
},
|
|
5902
|
+
{
|
|
5903
|
+
"kind": "custom-element-definition",
|
|
5904
|
+
"name": "qti-is-null",
|
|
5905
|
+
"declaration": {
|
|
5906
|
+
"name": "QtiIsNull",
|
|
5907
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
|
|
5908
|
+
}
|
|
5909
|
+
}
|
|
5910
|
+
]
|
|
5911
|
+
},
|
|
5966
5912
|
{
|
|
5967
5913
|
"kind": "javascript-module",
|
|
5968
5914
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
|
|
@@ -6001,72 +5947,72 @@
|
|
|
6001
5947
|
},
|
|
6002
5948
|
{
|
|
6003
5949
|
"kind": "javascript-module",
|
|
6004
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5950
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts",
|
|
6005
5951
|
"declarations": [
|
|
6006
5952
|
{
|
|
6007
5953
|
"kind": "class",
|
|
6008
5954
|
"description": "",
|
|
6009
|
-
"name": "
|
|
5955
|
+
"name": "QtiLt",
|
|
6010
5956
|
"members": [],
|
|
6011
5957
|
"superclass": {
|
|
6012
5958
|
"name": "QtiExpression",
|
|
6013
5959
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6014
5960
|
},
|
|
6015
|
-
"tagName": "qti-
|
|
5961
|
+
"tagName": "qti-lt",
|
|
6016
5962
|
"customElement": true
|
|
6017
5963
|
}
|
|
6018
5964
|
],
|
|
6019
5965
|
"exports": [
|
|
6020
5966
|
{
|
|
6021
5967
|
"kind": "js",
|
|
6022
|
-
"name": "
|
|
5968
|
+
"name": "QtiLt",
|
|
6023
5969
|
"declaration": {
|
|
6024
|
-
"name": "
|
|
6025
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5970
|
+
"name": "QtiLt",
|
|
5971
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
|
|
6026
5972
|
}
|
|
6027
5973
|
},
|
|
6028
5974
|
{
|
|
6029
5975
|
"kind": "custom-element-definition",
|
|
6030
|
-
"name": "qti-
|
|
5976
|
+
"name": "qti-lt",
|
|
6031
5977
|
"declaration": {
|
|
6032
|
-
"name": "
|
|
6033
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5978
|
+
"name": "QtiLt",
|
|
5979
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
|
|
6034
5980
|
}
|
|
6035
5981
|
}
|
|
6036
5982
|
]
|
|
6037
5983
|
},
|
|
6038
5984
|
{
|
|
6039
5985
|
"kind": "javascript-module",
|
|
6040
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5986
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
|
|
6041
5987
|
"declarations": [
|
|
6042
5988
|
{
|
|
6043
5989
|
"kind": "class",
|
|
6044
5990
|
"description": "",
|
|
6045
|
-
"name": "
|
|
5991
|
+
"name": "QtiLte",
|
|
6046
5992
|
"members": [],
|
|
6047
5993
|
"superclass": {
|
|
6048
|
-
"name": "
|
|
6049
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5994
|
+
"name": "QtiConditionExpression",
|
|
5995
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
6050
5996
|
},
|
|
6051
|
-
"tagName": "qti-
|
|
5997
|
+
"tagName": "qti-lte",
|
|
6052
5998
|
"customElement": true
|
|
6053
5999
|
}
|
|
6054
6000
|
],
|
|
6055
6001
|
"exports": [
|
|
6056
6002
|
{
|
|
6057
6003
|
"kind": "js",
|
|
6058
|
-
"name": "
|
|
6004
|
+
"name": "QtiLte",
|
|
6059
6005
|
"declaration": {
|
|
6060
|
-
"name": "
|
|
6061
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6006
|
+
"name": "QtiLte",
|
|
6007
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
|
|
6062
6008
|
}
|
|
6063
6009
|
},
|
|
6064
6010
|
{
|
|
6065
6011
|
"kind": "custom-element-definition",
|
|
6066
|
-
"name": "qti-
|
|
6012
|
+
"name": "qti-lte",
|
|
6067
6013
|
"declaration": {
|
|
6068
|
-
"name": "
|
|
6069
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6014
|
+
"name": "QtiLte",
|
|
6015
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
|
|
6070
6016
|
}
|
|
6071
6017
|
}
|
|
6072
6018
|
]
|
|
@@ -6178,108 +6124,72 @@
|
|
|
6178
6124
|
},
|
|
6179
6125
|
{
|
|
6180
6126
|
"kind": "javascript-module",
|
|
6181
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6182
|
-
"declarations": [
|
|
6183
|
-
{
|
|
6184
|
-
"kind": "class",
|
|
6185
|
-
"description": "",
|
|
6186
|
-
"name": "QtiLte",
|
|
6187
|
-
"members": [],
|
|
6188
|
-
"superclass": {
|
|
6189
|
-
"name": "QtiConditionExpression",
|
|
6190
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
6191
|
-
},
|
|
6192
|
-
"tagName": "qti-lte",
|
|
6193
|
-
"customElement": true
|
|
6194
|
-
}
|
|
6195
|
-
],
|
|
6196
|
-
"exports": [
|
|
6197
|
-
{
|
|
6198
|
-
"kind": "js",
|
|
6199
|
-
"name": "QtiLte",
|
|
6200
|
-
"declaration": {
|
|
6201
|
-
"name": "QtiLte",
|
|
6202
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
|
|
6203
|
-
}
|
|
6204
|
-
},
|
|
6205
|
-
{
|
|
6206
|
-
"kind": "custom-element-definition",
|
|
6207
|
-
"name": "qti-lte",
|
|
6208
|
-
"declaration": {
|
|
6209
|
-
"name": "QtiLte",
|
|
6210
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
|
|
6211
|
-
}
|
|
6212
|
-
}
|
|
6213
|
-
]
|
|
6214
|
-
},
|
|
6215
|
-
{
|
|
6216
|
-
"kind": "javascript-module",
|
|
6217
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts",
|
|
6127
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
|
|
6218
6128
|
"declarations": [
|
|
6219
6129
|
{
|
|
6220
6130
|
"kind": "class",
|
|
6221
6131
|
"description": "",
|
|
6222
|
-
"name": "
|
|
6132
|
+
"name": "QtiMatch",
|
|
6223
6133
|
"members": [],
|
|
6224
6134
|
"superclass": {
|
|
6225
6135
|
"name": "QtiExpression",
|
|
6226
6136
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6227
6137
|
},
|
|
6228
|
-
"tagName": "qti-
|
|
6138
|
+
"tagName": "qti-match",
|
|
6229
6139
|
"customElement": true
|
|
6230
6140
|
}
|
|
6231
6141
|
],
|
|
6232
6142
|
"exports": [
|
|
6233
6143
|
{
|
|
6234
6144
|
"kind": "js",
|
|
6235
|
-
"name": "
|
|
6145
|
+
"name": "QtiMatch",
|
|
6236
6146
|
"declaration": {
|
|
6237
|
-
"name": "
|
|
6238
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6147
|
+
"name": "QtiMatch",
|
|
6148
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
|
|
6239
6149
|
}
|
|
6240
6150
|
},
|
|
6241
6151
|
{
|
|
6242
6152
|
"kind": "custom-element-definition",
|
|
6243
|
-
"name": "qti-
|
|
6153
|
+
"name": "qti-match",
|
|
6244
6154
|
"declaration": {
|
|
6245
|
-
"name": "
|
|
6246
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6155
|
+
"name": "QtiMatch",
|
|
6156
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
|
|
6247
6157
|
}
|
|
6248
6158
|
}
|
|
6249
6159
|
]
|
|
6250
6160
|
},
|
|
6251
6161
|
{
|
|
6252
6162
|
"kind": "javascript-module",
|
|
6253
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6163
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
|
|
6254
6164
|
"declarations": [
|
|
6255
6165
|
{
|
|
6256
6166
|
"kind": "class",
|
|
6257
6167
|
"description": "",
|
|
6258
|
-
"name": "
|
|
6168
|
+
"name": "QtiMultiple",
|
|
6259
6169
|
"members": [],
|
|
6260
6170
|
"superclass": {
|
|
6261
6171
|
"name": "QtiExpression",
|
|
6262
6172
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6263
6173
|
},
|
|
6264
|
-
"tagName": "qti-
|
|
6174
|
+
"tagName": "qti-multiple",
|
|
6265
6175
|
"customElement": true
|
|
6266
6176
|
}
|
|
6267
6177
|
],
|
|
6268
6178
|
"exports": [
|
|
6269
6179
|
{
|
|
6270
6180
|
"kind": "js",
|
|
6271
|
-
"name": "
|
|
6181
|
+
"name": "QtiMultiple",
|
|
6272
6182
|
"declaration": {
|
|
6273
|
-
"name": "
|
|
6274
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6183
|
+
"name": "QtiMultiple",
|
|
6184
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6275
6185
|
}
|
|
6276
6186
|
},
|
|
6277
6187
|
{
|
|
6278
6188
|
"kind": "custom-element-definition",
|
|
6279
|
-
"name": "qti-
|
|
6189
|
+
"name": "qti-multiple",
|
|
6280
6190
|
"declaration": {
|
|
6281
|
-
"name": "
|
|
6282
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6191
|
+
"name": "QtiMultiple",
|
|
6192
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6283
6193
|
}
|
|
6284
6194
|
}
|
|
6285
6195
|
]
|
|
@@ -6358,72 +6268,85 @@
|
|
|
6358
6268
|
},
|
|
6359
6269
|
{
|
|
6360
6270
|
"kind": "javascript-module",
|
|
6361
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6271
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
|
|
6362
6272
|
"declarations": [
|
|
6363
6273
|
{
|
|
6364
6274
|
"kind": "class",
|
|
6365
6275
|
"description": "",
|
|
6366
|
-
"name": "
|
|
6276
|
+
"name": "QtiVariable",
|
|
6367
6277
|
"members": [],
|
|
6368
6278
|
"superclass": {
|
|
6369
6279
|
"name": "QtiExpression",
|
|
6370
6280
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6371
6281
|
},
|
|
6372
|
-
"tagName": "qti-
|
|
6282
|
+
"tagName": "qti-variable",
|
|
6373
6283
|
"customElement": true
|
|
6374
6284
|
}
|
|
6375
6285
|
],
|
|
6376
6286
|
"exports": [
|
|
6377
6287
|
{
|
|
6378
6288
|
"kind": "js",
|
|
6379
|
-
"name": "
|
|
6289
|
+
"name": "QtiVariable",
|
|
6380
6290
|
"declaration": {
|
|
6381
|
-
"name": "
|
|
6382
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6291
|
+
"name": "QtiVariable",
|
|
6292
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6383
6293
|
}
|
|
6384
6294
|
},
|
|
6385
6295
|
{
|
|
6386
6296
|
"kind": "custom-element-definition",
|
|
6387
|
-
"name": "qti-
|
|
6297
|
+
"name": "qti-variable",
|
|
6388
6298
|
"declaration": {
|
|
6389
|
-
"name": "
|
|
6390
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6299
|
+
"name": "QtiVariable",
|
|
6300
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6391
6301
|
}
|
|
6392
6302
|
}
|
|
6393
6303
|
]
|
|
6394
6304
|
},
|
|
6395
6305
|
{
|
|
6396
6306
|
"kind": "javascript-module",
|
|
6397
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
6307
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
6398
6308
|
"declarations": [
|
|
6399
6309
|
{
|
|
6400
6310
|
"kind": "class",
|
|
6401
6311
|
"description": "",
|
|
6402
|
-
"name": "
|
|
6312
|
+
"name": "QtiResponseIf",
|
|
6403
6313
|
"members": [],
|
|
6404
6314
|
"superclass": {
|
|
6405
|
-
"name": "
|
|
6406
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-
|
|
6315
|
+
"name": "QtiResponseElse",
|
|
6316
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
|
|
6407
6317
|
},
|
|
6408
|
-
"tagName": "qti-
|
|
6409
|
-
"customElement": true
|
|
6318
|
+
"tagName": "qti-response-if",
|
|
6319
|
+
"customElement": true,
|
|
6320
|
+
"attributes": [
|
|
6321
|
+
{
|
|
6322
|
+
"name": "debugCalculateResult",
|
|
6323
|
+
"type": {
|
|
6324
|
+
"text": "object"
|
|
6325
|
+
},
|
|
6326
|
+
"fieldName": "debugCalculateResult",
|
|
6327
|
+
"inheritedFrom": {
|
|
6328
|
+
"name": "QtiResponseElse",
|
|
6329
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
6330
|
+
}
|
|
6331
|
+
}
|
|
6332
|
+
]
|
|
6410
6333
|
}
|
|
6411
6334
|
],
|
|
6412
6335
|
"exports": [
|
|
6413
6336
|
{
|
|
6414
6337
|
"kind": "js",
|
|
6415
|
-
"name": "
|
|
6338
|
+
"name": "QtiResponseIf",
|
|
6416
6339
|
"declaration": {
|
|
6417
|
-
"name": "
|
|
6418
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
6340
|
+
"name": "QtiResponseIf",
|
|
6341
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6419
6342
|
}
|
|
6420
6343
|
},
|
|
6421
6344
|
{
|
|
6422
6345
|
"kind": "custom-element-definition",
|
|
6423
|
-
"name": "qti-
|
|
6346
|
+
"name": "qti-response-if",
|
|
6424
6347
|
"declaration": {
|
|
6425
|
-
"name": "
|
|
6426
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
6348
|
+
"name": "QtiResponseIf",
|
|
6349
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6427
6350
|
}
|
|
6428
6351
|
}
|
|
6429
6352
|
]
|