@citolab/qti-components 6.0.4-2 → 6.0.4
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-67UY4OJW.js +2121 -0
- package/dist/chunk-7RTSAPMF.js +2135 -0
- package/dist/chunk-E7DMNXUW.js +2127 -0
- package/dist/chunk-MGEP4U4L.js +2139 -0
- package/dist/chunk-OIQME3LC.js +2212 -0
- package/dist/chunk-QH4IMEWP.js +2175 -0
- package/dist/chunk-TI6G3PT6.js +2172 -0
- package/dist/custom-elements.json +575 -434
- package/dist/index.css +263 -262
- package/dist/index.d.ts +35 -2
- package/dist/index.js +329 -319
- package/dist/qti-components/index.d.ts +36 -3
- package/dist/qti-components/index.js +71 -62
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.d.ts +1 -1
- package/dist/qti-item-react/index.js +1 -1
- package/dist/qti-simple-choice-e1c352e0.d.ts +352 -0
- package/package.json +5 -2
|
@@ -1559,6 +1559,22 @@
|
|
|
1559
1559
|
"package": "./qti-expression/qti-gte/qti-gte"
|
|
1560
1560
|
}
|
|
1561
1561
|
},
|
|
1562
|
+
{
|
|
1563
|
+
"kind": "js",
|
|
1564
|
+
"name": "*",
|
|
1565
|
+
"declaration": {
|
|
1566
|
+
"name": "*",
|
|
1567
|
+
"package": "./qti-expression/qti-lt/qti-lt"
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"kind": "js",
|
|
1572
|
+
"name": "*",
|
|
1573
|
+
"declaration": {
|
|
1574
|
+
"name": "*",
|
|
1575
|
+
"package": "./qti-expression/qti-lte/qti-lte"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1562
1578
|
{
|
|
1563
1579
|
"kind": "js",
|
|
1564
1580
|
"name": "*",
|
|
@@ -2856,84 +2872,82 @@
|
|
|
2856
2872
|
},
|
|
2857
2873
|
{
|
|
2858
2874
|
"kind": "javascript-module",
|
|
2859
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
2875
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
|
|
2860
2876
|
"declarations": [
|
|
2861
2877
|
{
|
|
2862
2878
|
"kind": "class",
|
|
2863
2879
|
"description": "",
|
|
2864
|
-
"name": "
|
|
2880
|
+
"name": "QtiGraphicOrderInteraction",
|
|
2865
2881
|
"members": [],
|
|
2866
|
-
"mixins": [
|
|
2867
|
-
{
|
|
2868
|
-
"name": "DragDropInteractionMixin",
|
|
2869
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2870
|
-
}
|
|
2871
|
-
],
|
|
2872
2882
|
"superclass": {
|
|
2873
|
-
"name": "
|
|
2874
|
-
"
|
|
2883
|
+
"name": "Choices",
|
|
2884
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
2875
2885
|
},
|
|
2876
|
-
"tagName": "qti-graphic-
|
|
2886
|
+
"tagName": "qti-graphic-order-interaction",
|
|
2877
2887
|
"customElement": true,
|
|
2878
2888
|
"attributes": [
|
|
2879
2889
|
{
|
|
2880
|
-
"name": "
|
|
2890
|
+
"name": "min-choices",
|
|
2881
2891
|
"type": {
|
|
2882
|
-
"text": "
|
|
2892
|
+
"text": "number"
|
|
2883
2893
|
},
|
|
2884
|
-
"default": "
|
|
2885
|
-
"
|
|
2894
|
+
"default": "0",
|
|
2895
|
+
"description": "the minimal number of selections a candidate must make",
|
|
2896
|
+
"fieldName": "minChoices",
|
|
2886
2897
|
"inheritedFrom": {
|
|
2887
|
-
"name": "
|
|
2888
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2898
|
+
"name": "Choices",
|
|
2899
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
2889
2900
|
}
|
|
2890
2901
|
},
|
|
2891
2902
|
{
|
|
2892
|
-
"name": "
|
|
2903
|
+
"name": "max-choices",
|
|
2893
2904
|
"type": {
|
|
2894
|
-
"text": "
|
|
2905
|
+
"text": "number"
|
|
2895
2906
|
},
|
|
2896
|
-
"default": "
|
|
2897
|
-
"
|
|
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",
|
|
2898
2910
|
"inheritedFrom": {
|
|
2899
|
-
"name": "
|
|
2900
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2911
|
+
"name": "Choices",
|
|
2912
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
2901
2913
|
}
|
|
2902
2914
|
},
|
|
2903
2915
|
{
|
|
2904
|
-
"name": "
|
|
2916
|
+
"name": "response-identifier",
|
|
2905
2917
|
"type": {
|
|
2906
|
-
"text": "
|
|
2918
|
+
"text": "string"
|
|
2907
2919
|
},
|
|
2908
|
-
"default": "
|
|
2909
|
-
"fieldName": "
|
|
2920
|
+
"default": "''",
|
|
2921
|
+
"fieldName": "responseIdentifier",
|
|
2910
2922
|
"inheritedFrom": {
|
|
2911
|
-
"name": "
|
|
2912
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2923
|
+
"name": "Interaction",
|
|
2924
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2913
2925
|
}
|
|
2914
2926
|
},
|
|
2915
2927
|
{
|
|
2916
|
-
"name": "
|
|
2928
|
+
"name": "disabled",
|
|
2917
2929
|
"type": {
|
|
2918
|
-
"text": "
|
|
2930
|
+
"text": "boolean"
|
|
2919
2931
|
},
|
|
2920
|
-
"default": "
|
|
2921
|
-
"
|
|
2932
|
+
"default": "false",
|
|
2933
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2934
|
+
"fieldName": "disabled",
|
|
2922
2935
|
"inheritedFrom": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2936
|
+
"name": "Interaction",
|
|
2937
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2925
2938
|
}
|
|
2926
2939
|
},
|
|
2927
2940
|
{
|
|
2928
|
-
"name": "
|
|
2941
|
+
"name": "readonly",
|
|
2929
2942
|
"type": {
|
|
2930
|
-
"text": "
|
|
2943
|
+
"text": "boolean"
|
|
2931
2944
|
},
|
|
2932
|
-
"default": "
|
|
2933
|
-
"
|
|
2945
|
+
"default": "false",
|
|
2946
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2947
|
+
"fieldName": "readonly",
|
|
2934
2948
|
"inheritedFrom": {
|
|
2935
|
-
"name": "
|
|
2936
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2949
|
+
"name": "Interaction",
|
|
2950
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2937
2951
|
}
|
|
2938
2952
|
}
|
|
2939
2953
|
],
|
|
@@ -2944,8 +2958,8 @@
|
|
|
2944
2958
|
"text": "CustomEvent"
|
|
2945
2959
|
},
|
|
2946
2960
|
"inheritedFrom": {
|
|
2947
|
-
"name": "
|
|
2948
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2961
|
+
"name": "Interaction",
|
|
2962
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2949
2963
|
}
|
|
2950
2964
|
},
|
|
2951
2965
|
{
|
|
@@ -2954,8 +2968,8 @@
|
|
|
2954
2968
|
"text": "CustomEvent"
|
|
2955
2969
|
},
|
|
2956
2970
|
"inheritedFrom": {
|
|
2957
|
-
"name": "
|
|
2958
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2971
|
+
"name": "Interaction",
|
|
2972
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2959
2973
|
}
|
|
2960
2974
|
}
|
|
2961
2975
|
]
|
|
@@ -2964,64 +2978,44 @@
|
|
|
2964
2978
|
"exports": [
|
|
2965
2979
|
{
|
|
2966
2980
|
"kind": "js",
|
|
2967
|
-
"name": "
|
|
2981
|
+
"name": "QtiGraphicOrderInteraction",
|
|
2968
2982
|
"declaration": {
|
|
2969
|
-
"name": "
|
|
2970
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
2983
|
+
"name": "QtiGraphicOrderInteraction",
|
|
2984
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
2971
2985
|
}
|
|
2972
2986
|
},
|
|
2973
2987
|
{
|
|
2974
2988
|
"kind": "custom-element-definition",
|
|
2975
|
-
"name": "qti-graphic-
|
|
2989
|
+
"name": "qti-graphic-order-interaction",
|
|
2976
2990
|
"declaration": {
|
|
2977
|
-
"name": "
|
|
2978
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
2991
|
+
"name": "QtiGraphicOrderInteraction",
|
|
2992
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
2979
2993
|
}
|
|
2980
2994
|
}
|
|
2981
2995
|
]
|
|
2982
2996
|
},
|
|
2983
2997
|
{
|
|
2984
2998
|
"kind": "javascript-module",
|
|
2985
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2999
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
|
|
2986
3000
|
"declarations": [
|
|
2987
3001
|
{
|
|
2988
3002
|
"kind": "class",
|
|
2989
3003
|
"description": "",
|
|
2990
|
-
"name": "
|
|
3004
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
2991
3005
|
"members": [],
|
|
3006
|
+
"mixins": [
|
|
3007
|
+
{
|
|
3008
|
+
"name": "DragDropInteractionMixin",
|
|
3009
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3010
|
+
}
|
|
3011
|
+
],
|
|
2992
3012
|
"superclass": {
|
|
2993
|
-
"name": "
|
|
2994
|
-
"
|
|
3013
|
+
"name": "LitElement",
|
|
3014
|
+
"package": "lit"
|
|
2995
3015
|
},
|
|
2996
|
-
"tagName": "qti-
|
|
3016
|
+
"tagName": "qti-graphic-gap-match-interaction",
|
|
2997
3017
|
"customElement": true,
|
|
2998
3018
|
"attributes": [
|
|
2999
|
-
{
|
|
3000
|
-
"name": "min-choices",
|
|
3001
|
-
"type": {
|
|
3002
|
-
"text": "number"
|
|
3003
|
-
},
|
|
3004
|
-
"default": "0",
|
|
3005
|
-
"description": "the minimal number of selections a candidate must make",
|
|
3006
|
-
"fieldName": "minChoices",
|
|
3007
|
-
"inheritedFrom": {
|
|
3008
|
-
"name": "Choices",
|
|
3009
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3010
|
-
}
|
|
3011
|
-
},
|
|
3012
|
-
{
|
|
3013
|
-
"name": "max-choices",
|
|
3014
|
-
"type": {
|
|
3015
|
-
"text": "number"
|
|
3016
|
-
},
|
|
3017
|
-
"default": "1",
|
|
3018
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3019
|
-
"fieldName": "maxChoices",
|
|
3020
|
-
"inheritedFrom": {
|
|
3021
|
-
"name": "Choices",
|
|
3022
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3023
|
-
}
|
|
3024
|
-
},
|
|
3025
3019
|
{
|
|
3026
3020
|
"name": "response-identifier",
|
|
3027
3021
|
"type": {
|
|
@@ -3030,8 +3024,8 @@
|
|
|
3030
3024
|
"default": "''",
|
|
3031
3025
|
"fieldName": "responseIdentifier",
|
|
3032
3026
|
"inheritedFrom": {
|
|
3033
|
-
"name": "
|
|
3034
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3027
|
+
"name": "DragDropInteractionMixin",
|
|
3028
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3035
3029
|
}
|
|
3036
3030
|
},
|
|
3037
3031
|
{
|
|
@@ -3040,11 +3034,10 @@
|
|
|
3040
3034
|
"text": "boolean"
|
|
3041
3035
|
},
|
|
3042
3036
|
"default": "false",
|
|
3043
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3044
3037
|
"fieldName": "disabled",
|
|
3045
3038
|
"inheritedFrom": {
|
|
3046
|
-
"name": "
|
|
3047
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3039
|
+
"name": "DroppablesMixin",
|
|
3040
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3048
3041
|
}
|
|
3049
3042
|
},
|
|
3050
3043
|
{
|
|
@@ -3053,11 +3046,34 @@
|
|
|
3053
3046
|
"text": "boolean"
|
|
3054
3047
|
},
|
|
3055
3048
|
"default": "false",
|
|
3056
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3057
3049
|
"fieldName": "readonly",
|
|
3058
3050
|
"inheritedFrom": {
|
|
3059
|
-
"name": "
|
|
3060
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3051
|
+
"name": "DragDropInteractionMixin",
|
|
3052
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"name": "min-associations",
|
|
3057
|
+
"type": {
|
|
3058
|
+
"text": "number"
|
|
3059
|
+
},
|
|
3060
|
+
"default": "1",
|
|
3061
|
+
"fieldName": "minAssociations",
|
|
3062
|
+
"inheritedFrom": {
|
|
3063
|
+
"name": "DragDropInteractionMixin",
|
|
3064
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3065
|
+
}
|
|
3066
|
+
},
|
|
3067
|
+
{
|
|
3068
|
+
"name": "max-associations",
|
|
3069
|
+
"type": {
|
|
3070
|
+
"text": "number"
|
|
3071
|
+
},
|
|
3072
|
+
"default": "1",
|
|
3073
|
+
"fieldName": "maxAssociations",
|
|
3074
|
+
"inheritedFrom": {
|
|
3075
|
+
"name": "DragDropInteractionMixin",
|
|
3076
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3061
3077
|
}
|
|
3062
3078
|
}
|
|
3063
3079
|
],
|
|
@@ -3068,8 +3084,8 @@
|
|
|
3068
3084
|
"text": "CustomEvent"
|
|
3069
3085
|
},
|
|
3070
3086
|
"inheritedFrom": {
|
|
3071
|
-
"name": "
|
|
3072
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3087
|
+
"name": "DragDropInteractionMixin",
|
|
3088
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3073
3089
|
}
|
|
3074
3090
|
},
|
|
3075
3091
|
{
|
|
@@ -3078,8 +3094,8 @@
|
|
|
3078
3094
|
"text": "CustomEvent"
|
|
3079
3095
|
},
|
|
3080
3096
|
"inheritedFrom": {
|
|
3081
|
-
"name": "
|
|
3082
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3097
|
+
"name": "DragDropInteractionMixin",
|
|
3098
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3083
3099
|
}
|
|
3084
3100
|
}
|
|
3085
3101
|
]
|
|
@@ -3088,36 +3104,36 @@
|
|
|
3088
3104
|
"exports": [
|
|
3089
3105
|
{
|
|
3090
3106
|
"kind": "js",
|
|
3091
|
-
"name": "
|
|
3107
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3092
3108
|
"declaration": {
|
|
3093
|
-
"name": "
|
|
3094
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3109
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3110
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
3095
3111
|
}
|
|
3096
3112
|
},
|
|
3097
3113
|
{
|
|
3098
3114
|
"kind": "custom-element-definition",
|
|
3099
|
-
"name": "qti-
|
|
3115
|
+
"name": "qti-graphic-gap-match-interaction",
|
|
3100
3116
|
"declaration": {
|
|
3101
|
-
"name": "
|
|
3102
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3117
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3118
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
3103
3119
|
}
|
|
3104
3120
|
}
|
|
3105
3121
|
]
|
|
3106
3122
|
},
|
|
3107
3123
|
{
|
|
3108
3124
|
"kind": "javascript-module",
|
|
3109
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3125
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
3110
3126
|
"declarations": [
|
|
3111
3127
|
{
|
|
3112
3128
|
"kind": "class",
|
|
3113
3129
|
"description": "",
|
|
3114
|
-
"name": "
|
|
3130
|
+
"name": "QtiHotspotInteraction",
|
|
3115
3131
|
"members": [],
|
|
3116
3132
|
"superclass": {
|
|
3117
3133
|
"name": "Choices",
|
|
3118
3134
|
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3119
3135
|
},
|
|
3120
|
-
"tagName": "qti-
|
|
3136
|
+
"tagName": "qti-hotspot-interaction",
|
|
3121
3137
|
"customElement": true,
|
|
3122
3138
|
"attributes": [
|
|
3123
3139
|
{
|
|
@@ -3212,18 +3228,18 @@
|
|
|
3212
3228
|
"exports": [
|
|
3213
3229
|
{
|
|
3214
3230
|
"kind": "js",
|
|
3215
|
-
"name": "
|
|
3231
|
+
"name": "QtiHotspotInteraction",
|
|
3216
3232
|
"declaration": {
|
|
3217
|
-
"name": "
|
|
3218
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3233
|
+
"name": "QtiHotspotInteraction",
|
|
3234
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3219
3235
|
}
|
|
3220
3236
|
},
|
|
3221
3237
|
{
|
|
3222
3238
|
"kind": "custom-element-definition",
|
|
3223
|
-
"name": "qti-
|
|
3239
|
+
"name": "qti-hotspot-interaction",
|
|
3224
3240
|
"declaration": {
|
|
3225
|
-
"name": "
|
|
3226
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3241
|
+
"name": "QtiHotspotInteraction",
|
|
3242
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3227
3243
|
}
|
|
3228
3244
|
}
|
|
3229
3245
|
]
|
|
@@ -3958,62 +3974,34 @@
|
|
|
3958
3974
|
},
|
|
3959
3975
|
{
|
|
3960
3976
|
"kind": "javascript-module",
|
|
3961
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3977
|
+
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
|
|
3962
3978
|
"declarations": [
|
|
3963
3979
|
{
|
|
3964
3980
|
"kind": "class",
|
|
3965
3981
|
"description": "",
|
|
3966
|
-
"name": "
|
|
3982
|
+
"name": "QtiSelectPointInteraction",
|
|
3967
3983
|
"members": [],
|
|
3968
3984
|
"attributes": [
|
|
3969
3985
|
{
|
|
3970
|
-
"name": "
|
|
3986
|
+
"name": "max-choices",
|
|
3971
3987
|
"type": {
|
|
3972
3988
|
"text": "number"
|
|
3973
3989
|
},
|
|
3974
|
-
"
|
|
3990
|
+
"default": "0",
|
|
3991
|
+
"fieldName": "maxChoices"
|
|
3975
3992
|
},
|
|
3976
3993
|
{
|
|
3977
|
-
"name": "
|
|
3994
|
+
"name": "min-choices",
|
|
3978
3995
|
"type": {
|
|
3979
|
-
"text": "
|
|
3996
|
+
"text": "number"
|
|
3980
3997
|
},
|
|
3981
|
-
"default": "
|
|
3982
|
-
"fieldName": "
|
|
3998
|
+
"default": "0",
|
|
3999
|
+
"fieldName": "minChoices"
|
|
3983
4000
|
},
|
|
3984
4001
|
{
|
|
3985
|
-
"name": "
|
|
4002
|
+
"name": "response-identifier",
|
|
3986
4003
|
"type": {
|
|
3987
|
-
"text": "
|
|
3988
|
-
},
|
|
3989
|
-
"default": "false",
|
|
3990
|
-
"fieldName": "reverse"
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"name": "lower-bound",
|
|
3994
|
-
"type": {
|
|
3995
|
-
"text": "number"
|
|
3996
|
-
},
|
|
3997
|
-
"fieldName": "min"
|
|
3998
|
-
},
|
|
3999
|
-
{
|
|
4000
|
-
"name": "upper-bound",
|
|
4001
|
-
"type": {
|
|
4002
|
-
"text": "number"
|
|
4003
|
-
},
|
|
4004
|
-
"fieldName": "max"
|
|
4005
|
-
},
|
|
4006
|
-
{
|
|
4007
|
-
"name": "step",
|
|
4008
|
-
"type": {
|
|
4009
|
-
"text": "number"
|
|
4010
|
-
},
|
|
4011
|
-
"fieldName": "step"
|
|
4012
|
-
},
|
|
4013
|
-
{
|
|
4014
|
-
"name": "response-identifier",
|
|
4015
|
-
"type": {
|
|
4016
|
-
"text": "string"
|
|
4004
|
+
"text": "string"
|
|
4017
4005
|
},
|
|
4018
4006
|
"default": "''",
|
|
4019
4007
|
"fieldName": "responseIdentifier",
|
|
@@ -4053,7 +4041,7 @@
|
|
|
4053
4041
|
"name": "Interaction",
|
|
4054
4042
|
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4055
4043
|
},
|
|
4056
|
-
"tagName": "qti-
|
|
4044
|
+
"tagName": "qti-select-point-interaction",
|
|
4057
4045
|
"customElement": true,
|
|
4058
4046
|
"events": [
|
|
4059
4047
|
{
|
|
@@ -4082,47 +4070,149 @@
|
|
|
4082
4070
|
"exports": [
|
|
4083
4071
|
{
|
|
4084
4072
|
"kind": "js",
|
|
4085
|
-
"name": "
|
|
4073
|
+
"name": "QtiSelectPointInteraction",
|
|
4086
4074
|
"declaration": {
|
|
4087
|
-
"name": "
|
|
4088
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4075
|
+
"name": "QtiSelectPointInteraction",
|
|
4076
|
+
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
4089
4077
|
}
|
|
4090
4078
|
},
|
|
4091
4079
|
{
|
|
4092
4080
|
"kind": "custom-element-definition",
|
|
4093
|
-
"name": "qti-
|
|
4081
|
+
"name": "qti-select-point-interaction",
|
|
4094
4082
|
"declaration": {
|
|
4095
|
-
"name": "
|
|
4096
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4083
|
+
"name": "QtiSelectPointInteraction",
|
|
4084
|
+
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
4097
4085
|
}
|
|
4098
4086
|
}
|
|
4099
4087
|
]
|
|
4100
4088
|
},
|
|
4101
4089
|
{
|
|
4102
4090
|
"kind": "javascript-module",
|
|
4103
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4091
|
+
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
|
|
4104
4092
|
"declarations": [
|
|
4105
4093
|
{
|
|
4106
4094
|
"kind": "class",
|
|
4107
4095
|
"description": "",
|
|
4108
|
-
"name": "
|
|
4096
|
+
"name": "QtiSliderInteraction",
|
|
4097
|
+
"cssProperties": [
|
|
4098
|
+
{
|
|
4099
|
+
"description": "shows the current value while sliding",
|
|
4100
|
+
"name": "--show-value"
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"description": "shows the ticks according to steps",
|
|
4104
|
+
"name": "--show-ticks"
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"description": "shows value for lower and upper boundary",
|
|
4108
|
+
"name": "--show-bounds"
|
|
4109
|
+
}
|
|
4110
|
+
],
|
|
4111
|
+
"cssParts": [
|
|
4112
|
+
{
|
|
4113
|
+
"description": "-- slider inluding, bounds and ticks and value, use it for paddings and margins",
|
|
4114
|
+
"name": "slider"
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"description": "-- div for bounds, containing two divs for with min, and max bounds value",
|
|
4118
|
+
"name": "bounds"
|
|
4119
|
+
},
|
|
4120
|
+
{
|
|
4121
|
+
"description": "-- div for ticks, use lineair gradient and exposed css variables for styling",
|
|
4122
|
+
"name": "ticks"
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"description": "-- div for rail, style according to needs",
|
|
4126
|
+
"name": "rail"
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"description": "-- div, should be relative or absolute",
|
|
4130
|
+
"name": "knob"
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"description": "-- div, containing value",
|
|
4134
|
+
"name": "value"
|
|
4135
|
+
}
|
|
4136
|
+
],
|
|
4137
|
+
"slots": [
|
|
4138
|
+
{
|
|
4139
|
+
"description": "The default slot where <qti-simple-choice> must be placed.",
|
|
4140
|
+
"name": ""
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"description": "slot where the prompt is placed.",
|
|
4144
|
+
"name": "prompt"
|
|
4145
|
+
}
|
|
4146
|
+
],
|
|
4109
4147
|
"members": [],
|
|
4148
|
+
"events": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "qti-register-interaction",
|
|
4151
|
+
"type": {
|
|
4152
|
+
"text": "CustomEvent"
|
|
4153
|
+
},
|
|
4154
|
+
"description": "emitted when the interaction wants to register itself",
|
|
4155
|
+
"inheritedFrom": {
|
|
4156
|
+
"name": "Interaction",
|
|
4157
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"name": "qti-interaction-response",
|
|
4162
|
+
"type": {
|
|
4163
|
+
"text": "CustomEvent"
|
|
4164
|
+
},
|
|
4165
|
+
"description": "emitted when the interaction changes",
|
|
4166
|
+
"inheritedFrom": {
|
|
4167
|
+
"name": "Interaction",
|
|
4168
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4169
|
+
}
|
|
4170
|
+
}
|
|
4171
|
+
],
|
|
4110
4172
|
"attributes": [
|
|
4111
4173
|
{
|
|
4112
|
-
"name": "
|
|
4174
|
+
"name": "value",
|
|
4113
4175
|
"type": {
|
|
4114
4176
|
"text": "number"
|
|
4115
4177
|
},
|
|
4116
|
-
"
|
|
4117
|
-
"fieldName": "maxChoices"
|
|
4178
|
+
"fieldName": "value"
|
|
4118
4179
|
},
|
|
4119
4180
|
{
|
|
4120
|
-
"name": "
|
|
4181
|
+
"name": "step-label",
|
|
4182
|
+
"type": {
|
|
4183
|
+
"text": "boolean"
|
|
4184
|
+
},
|
|
4185
|
+
"default": "false",
|
|
4186
|
+
"fieldName": "stepLabel"
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"name": "reverse",
|
|
4190
|
+
"type": {
|
|
4191
|
+
"text": "boolean"
|
|
4192
|
+
},
|
|
4193
|
+
"default": "false",
|
|
4194
|
+
"fieldName": "reverse"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "lower-bound",
|
|
4121
4198
|
"type": {
|
|
4122
4199
|
"text": "number"
|
|
4123
4200
|
},
|
|
4124
|
-
"
|
|
4125
|
-
|
|
4201
|
+
"fieldName": "min"
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
"name": "upper-bound",
|
|
4205
|
+
"type": {
|
|
4206
|
+
"text": "number"
|
|
4207
|
+
},
|
|
4208
|
+
"fieldName": "max"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "step",
|
|
4212
|
+
"type": {
|
|
4213
|
+
"text": "number"
|
|
4214
|
+
},
|
|
4215
|
+
"fieldName": "step"
|
|
4126
4216
|
},
|
|
4127
4217
|
{
|
|
4128
4218
|
"name": "response-identifier",
|
|
@@ -4167,47 +4257,26 @@
|
|
|
4167
4257
|
"name": "Interaction",
|
|
4168
4258
|
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4169
4259
|
},
|
|
4170
|
-
"
|
|
4171
|
-
"
|
|
4172
|
-
"
|
|
4173
|
-
{
|
|
4174
|
-
"name": "qti-register-interaction",
|
|
4175
|
-
"type": {
|
|
4176
|
-
"text": "CustomEvent"
|
|
4177
|
-
},
|
|
4178
|
-
"inheritedFrom": {
|
|
4179
|
-
"name": "Interaction",
|
|
4180
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4181
|
-
}
|
|
4182
|
-
},
|
|
4183
|
-
{
|
|
4184
|
-
"name": "qti-interaction-response",
|
|
4185
|
-
"type": {
|
|
4186
|
-
"text": "CustomEvent"
|
|
4187
|
-
},
|
|
4188
|
-
"inheritedFrom": {
|
|
4189
|
-
"name": "Interaction",
|
|
4190
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4191
|
-
}
|
|
4192
|
-
}
|
|
4193
|
-
]
|
|
4260
|
+
"summary": "The SliderInteraction.Type (qti-slider-interaction) presents the candidate with a control for selecting a numerical value between a lower and upper bound.",
|
|
4261
|
+
"tagName": "qti-slider-interaction",
|
|
4262
|
+
"customElement": true
|
|
4194
4263
|
}
|
|
4195
4264
|
],
|
|
4196
4265
|
"exports": [
|
|
4197
4266
|
{
|
|
4198
4267
|
"kind": "js",
|
|
4199
|
-
"name": "
|
|
4268
|
+
"name": "QtiSliderInteraction",
|
|
4200
4269
|
"declaration": {
|
|
4201
|
-
"name": "
|
|
4202
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4270
|
+
"name": "QtiSliderInteraction",
|
|
4271
|
+
"module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
|
|
4203
4272
|
}
|
|
4204
4273
|
},
|
|
4205
4274
|
{
|
|
4206
4275
|
"kind": "custom-element-definition",
|
|
4207
|
-
"name": "qti-
|
|
4276
|
+
"name": "qti-slider-interaction",
|
|
4208
4277
|
"declaration": {
|
|
4209
|
-
"name": "
|
|
4210
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4278
|
+
"name": "QtiSliderInteraction",
|
|
4279
|
+
"module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
|
|
4211
4280
|
}
|
|
4212
4281
|
}
|
|
4213
4282
|
]
|
|
@@ -4335,6 +4404,51 @@
|
|
|
4335
4404
|
}
|
|
4336
4405
|
]
|
|
4337
4406
|
},
|
|
4407
|
+
{
|
|
4408
|
+
"kind": "javascript-module",
|
|
4409
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
|
|
4410
|
+
"declarations": [
|
|
4411
|
+
{
|
|
4412
|
+
"kind": "class",
|
|
4413
|
+
"description": "",
|
|
4414
|
+
"name": "QtiResponseElse",
|
|
4415
|
+
"members": [],
|
|
4416
|
+
"attributes": [
|
|
4417
|
+
{
|
|
4418
|
+
"name": "debugCalculateResult",
|
|
4419
|
+
"type": {
|
|
4420
|
+
"text": "object"
|
|
4421
|
+
},
|
|
4422
|
+
"fieldName": "debugCalculateResult"
|
|
4423
|
+
}
|
|
4424
|
+
],
|
|
4425
|
+
"superclass": {
|
|
4426
|
+
"name": "LitElement",
|
|
4427
|
+
"package": "lit"
|
|
4428
|
+
},
|
|
4429
|
+
"tagName": "qti-response-else",
|
|
4430
|
+
"customElement": true
|
|
4431
|
+
}
|
|
4432
|
+
],
|
|
4433
|
+
"exports": [
|
|
4434
|
+
{
|
|
4435
|
+
"kind": "js",
|
|
4436
|
+
"name": "QtiResponseElse",
|
|
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",
|
|
4445
|
+
"declaration": {
|
|
4446
|
+
"name": "QtiResponseElse",
|
|
4447
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4448
|
+
}
|
|
4449
|
+
}
|
|
4450
|
+
]
|
|
4451
|
+
},
|
|
4338
4452
|
{
|
|
4339
4453
|
"kind": "javascript-module",
|
|
4340
4454
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
@@ -4399,122 +4513,132 @@
|
|
|
4399
4513
|
},
|
|
4400
4514
|
{
|
|
4401
4515
|
"kind": "javascript-module",
|
|
4402
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4516
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
4403
4517
|
"declarations": [
|
|
4404
4518
|
{
|
|
4405
4519
|
"kind": "class",
|
|
4406
4520
|
"description": "",
|
|
4407
|
-
"name": "
|
|
4521
|
+
"name": "QtiResponseProcessing",
|
|
4408
4522
|
"members": [],
|
|
4409
4523
|
"attributes": [
|
|
4410
4524
|
{
|
|
4411
|
-
"name": "
|
|
4412
|
-
"type": {
|
|
4413
|
-
"text": "object"
|
|
4414
|
-
},
|
|
4415
|
-
"fieldName": "debugCalculateResult"
|
|
4525
|
+
"name": "identifier"
|
|
4416
4526
|
}
|
|
4417
4527
|
],
|
|
4418
4528
|
"superclass": {
|
|
4419
4529
|
"name": "LitElement",
|
|
4420
4530
|
"package": "lit"
|
|
4421
4531
|
},
|
|
4422
|
-
"tagName": "qti-response-
|
|
4532
|
+
"tagName": "qti-response-processing",
|
|
4423
4533
|
"customElement": true
|
|
4424
4534
|
}
|
|
4425
4535
|
],
|
|
4426
4536
|
"exports": [
|
|
4427
4537
|
{
|
|
4428
4538
|
"kind": "js",
|
|
4429
|
-
"name": "
|
|
4539
|
+
"name": "default",
|
|
4430
4540
|
"declaration": {
|
|
4431
|
-
"name": "
|
|
4432
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4541
|
+
"name": "QtiResponseProcessing",
|
|
4542
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4433
4543
|
}
|
|
4434
4544
|
},
|
|
4435
4545
|
{
|
|
4436
4546
|
"kind": "custom-element-definition",
|
|
4437
|
-
"name": "qti-response-
|
|
4547
|
+
"name": "qti-response-processing",
|
|
4438
4548
|
"declaration": {
|
|
4439
|
-
"name": "
|
|
4440
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4549
|
+
"name": "QtiResponseProcessing",
|
|
4550
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4441
4551
|
}
|
|
4442
4552
|
}
|
|
4443
4553
|
]
|
|
4444
4554
|
},
|
|
4445
4555
|
{
|
|
4446
4556
|
"kind": "javascript-module",
|
|
4447
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4557
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
|
|
4448
4558
|
"declarations": [
|
|
4449
4559
|
{
|
|
4450
4560
|
"kind": "class",
|
|
4451
4561
|
"description": "",
|
|
4452
|
-
"name": "
|
|
4562
|
+
"name": "QtiRule",
|
|
4453
4563
|
"members": [],
|
|
4454
|
-
"attributes": [
|
|
4455
|
-
{
|
|
4456
|
-
"name": "identifier"
|
|
4457
|
-
}
|
|
4458
|
-
],
|
|
4459
4564
|
"superclass": {
|
|
4460
4565
|
"name": "LitElement",
|
|
4461
4566
|
"package": "lit"
|
|
4462
4567
|
},
|
|
4463
|
-
"tagName": "qti-
|
|
4568
|
+
"tagName": "qti-rule",
|
|
4464
4569
|
"customElement": true
|
|
4465
4570
|
}
|
|
4466
4571
|
],
|
|
4467
4572
|
"exports": [
|
|
4468
4573
|
{
|
|
4469
4574
|
"kind": "js",
|
|
4470
|
-
"name": "
|
|
4575
|
+
"name": "QtiRule",
|
|
4471
4576
|
"declaration": {
|
|
4472
|
-
"name": "
|
|
4473
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4577
|
+
"name": "QtiRule",
|
|
4578
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
|
|
4474
4579
|
}
|
|
4475
4580
|
},
|
|
4476
4581
|
{
|
|
4477
4582
|
"kind": "custom-element-definition",
|
|
4478
|
-
"name": "qti-
|
|
4583
|
+
"name": "qti-rule",
|
|
4479
4584
|
"declaration": {
|
|
4480
|
-
"name": "
|
|
4481
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4585
|
+
"name": "QtiRule",
|
|
4586
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
|
|
4482
4587
|
}
|
|
4483
4588
|
}
|
|
4484
4589
|
]
|
|
4485
4590
|
},
|
|
4486
4591
|
{
|
|
4487
4592
|
"kind": "javascript-module",
|
|
4488
|
-
"path": "src/lib/qti-components/qti-
|
|
4593
|
+
"path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
|
|
4489
4594
|
"declarations": [
|
|
4490
4595
|
{
|
|
4491
4596
|
"kind": "class",
|
|
4492
4597
|
"description": "",
|
|
4493
|
-
"name": "
|
|
4598
|
+
"name": "QtiOutcomeDeclaration",
|
|
4494
4599
|
"members": [],
|
|
4600
|
+
"events": [
|
|
4601
|
+
{
|
|
4602
|
+
"name": "qti-register-variable",
|
|
4603
|
+
"type": {
|
|
4604
|
+
"text": "CustomEvent"
|
|
4605
|
+
}
|
|
4606
|
+
}
|
|
4607
|
+
],
|
|
4608
|
+
"attributes": [
|
|
4609
|
+
{
|
|
4610
|
+
"name": "identifier"
|
|
4611
|
+
},
|
|
4612
|
+
{
|
|
4613
|
+
"name": "cardinality"
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"name": "base-type"
|
|
4617
|
+
}
|
|
4618
|
+
],
|
|
4495
4619
|
"superclass": {
|
|
4496
|
-
"name": "
|
|
4497
|
-
"
|
|
4620
|
+
"name": "QtiVariableDeclaration",
|
|
4621
|
+
"module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
|
|
4498
4622
|
},
|
|
4499
|
-
"tagName": "qti-
|
|
4623
|
+
"tagName": "qti-outcome-declaration",
|
|
4500
4624
|
"customElement": true
|
|
4501
4625
|
}
|
|
4502
4626
|
],
|
|
4503
4627
|
"exports": [
|
|
4504
4628
|
{
|
|
4505
4629
|
"kind": "js",
|
|
4506
|
-
"name": "
|
|
4630
|
+
"name": "QtiOutcomeDeclaration",
|
|
4507
4631
|
"declaration": {
|
|
4508
|
-
"name": "
|
|
4509
|
-
"module": "src/lib/qti-components/qti-
|
|
4632
|
+
"name": "QtiOutcomeDeclaration",
|
|
4633
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
|
|
4510
4634
|
}
|
|
4511
4635
|
},
|
|
4512
4636
|
{
|
|
4513
4637
|
"kind": "custom-element-definition",
|
|
4514
|
-
"name": "qti-
|
|
4638
|
+
"name": "qti-outcome-declaration",
|
|
4515
4639
|
"declaration": {
|
|
4516
|
-
"name": "
|
|
4517
|
-
"module": "src/lib/qti-components/qti-
|
|
4640
|
+
"name": "QtiOutcomeDeclaration",
|
|
4641
|
+
"module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
|
|
4518
4642
|
}
|
|
4519
4643
|
}
|
|
4520
4644
|
]
|
|
@@ -4656,55 +4780,20 @@
|
|
|
4656
4780
|
},
|
|
4657
4781
|
{
|
|
4658
4782
|
"kind": "javascript-module",
|
|
4659
|
-
"path": "src/lib/qti-components/
|
|
4783
|
+
"path": "src/lib/qti-components/utilities/context/context.ts",
|
|
4660
4784
|
"declarations": [
|
|
4661
4785
|
{
|
|
4662
|
-
"kind": "
|
|
4663
|
-
"
|
|
4664
|
-
"name": "QtiOutcomeDeclaration",
|
|
4665
|
-
"members": [],
|
|
4666
|
-
"events": [
|
|
4667
|
-
{
|
|
4668
|
-
"name": "qti-register-variable",
|
|
4669
|
-
"type": {
|
|
4670
|
-
"text": "CustomEvent"
|
|
4671
|
-
}
|
|
4672
|
-
}
|
|
4673
|
-
],
|
|
4674
|
-
"attributes": [
|
|
4675
|
-
{
|
|
4676
|
-
"name": "identifier"
|
|
4677
|
-
},
|
|
4678
|
-
{
|
|
4679
|
-
"name": "cardinality"
|
|
4680
|
-
},
|
|
4681
|
-
{
|
|
4682
|
-
"name": "base-type"
|
|
4683
|
-
}
|
|
4684
|
-
],
|
|
4685
|
-
"superclass": {
|
|
4686
|
-
"name": "QtiVariableDeclaration",
|
|
4687
|
-
"module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
|
|
4688
|
-
},
|
|
4689
|
-
"tagName": "qti-outcome-declaration",
|
|
4690
|
-
"customElement": true
|
|
4786
|
+
"kind": "variable",
|
|
4787
|
+
"name": "loggerContext"
|
|
4691
4788
|
}
|
|
4692
4789
|
],
|
|
4693
4790
|
"exports": [
|
|
4694
4791
|
{
|
|
4695
4792
|
"kind": "js",
|
|
4696
|
-
"name": "
|
|
4697
|
-
"declaration": {
|
|
4698
|
-
"name": "QtiOutcomeDeclaration",
|
|
4699
|
-
"module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
|
|
4700
|
-
}
|
|
4701
|
-
},
|
|
4702
|
-
{
|
|
4703
|
-
"kind": "custom-element-definition",
|
|
4704
|
-
"name": "qti-outcome-declaration",
|
|
4793
|
+
"name": "loggerContext",
|
|
4705
4794
|
"declaration": {
|
|
4706
|
-
"name": "
|
|
4707
|
-
"module": "src/lib/qti-components/
|
|
4795
|
+
"name": "loggerContext",
|
|
4796
|
+
"module": "src/lib/qti-components/utilities/context/context.ts"
|
|
4708
4797
|
}
|
|
4709
4798
|
}
|
|
4710
4799
|
]
|
|
@@ -4776,26 +4865,6 @@
|
|
|
4776
4865
|
}
|
|
4777
4866
|
]
|
|
4778
4867
|
},
|
|
4779
|
-
{
|
|
4780
|
-
"kind": "javascript-module",
|
|
4781
|
-
"path": "src/lib/qti-components/utilities/context/context.ts",
|
|
4782
|
-
"declarations": [
|
|
4783
|
-
{
|
|
4784
|
-
"kind": "variable",
|
|
4785
|
-
"name": "loggerContext"
|
|
4786
|
-
}
|
|
4787
|
-
],
|
|
4788
|
-
"exports": [
|
|
4789
|
-
{
|
|
4790
|
-
"kind": "js",
|
|
4791
|
-
"name": "loggerContext",
|
|
4792
|
-
"declaration": {
|
|
4793
|
-
"name": "loggerContext",
|
|
4794
|
-
"module": "src/lib/qti-components/utilities/context/context.ts"
|
|
4795
|
-
}
|
|
4796
|
-
}
|
|
4797
|
-
]
|
|
4798
|
-
},
|
|
4799
4868
|
{
|
|
4800
4869
|
"kind": "javascript-module",
|
|
4801
4870
|
"path": "src/lib/qti-components/utilities/decorators/liveQuery.ts",
|
|
@@ -5524,42 +5593,6 @@
|
|
|
5524
5593
|
}
|
|
5525
5594
|
]
|
|
5526
5595
|
},
|
|
5527
|
-
{
|
|
5528
|
-
"kind": "javascript-module",
|
|
5529
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
5530
|
-
"declarations": [
|
|
5531
|
-
{
|
|
5532
|
-
"kind": "class",
|
|
5533
|
-
"description": "",
|
|
5534
|
-
"name": "QtiAnd",
|
|
5535
|
-
"members": [],
|
|
5536
|
-
"superclass": {
|
|
5537
|
-
"name": "QtiConditionExpression",
|
|
5538
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
5539
|
-
},
|
|
5540
|
-
"tagName": "qti-and",
|
|
5541
|
-
"customElement": true
|
|
5542
|
-
}
|
|
5543
|
-
],
|
|
5544
|
-
"exports": [
|
|
5545
|
-
{
|
|
5546
|
-
"kind": "js",
|
|
5547
|
-
"name": "QtiAnd",
|
|
5548
|
-
"declaration": {
|
|
5549
|
-
"name": "QtiAnd",
|
|
5550
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5551
|
-
}
|
|
5552
|
-
},
|
|
5553
|
-
{
|
|
5554
|
-
"kind": "custom-element-definition",
|
|
5555
|
-
"name": "qti-and",
|
|
5556
|
-
"declaration": {
|
|
5557
|
-
"name": "QtiAnd",
|
|
5558
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5559
|
-
}
|
|
5560
|
-
}
|
|
5561
|
-
]
|
|
5562
|
-
},
|
|
5563
5596
|
{
|
|
5564
5597
|
"kind": "javascript-module",
|
|
5565
5598
|
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
@@ -5610,27 +5643,76 @@
|
|
|
5610
5643
|
{
|
|
5611
5644
|
"name": "readonly",
|
|
5612
5645
|
"type": {
|
|
5613
|
-
"text": "boolean"
|
|
5646
|
+
"text": "boolean"
|
|
5647
|
+
},
|
|
5648
|
+
"default": "false",
|
|
5649
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5650
|
+
"fieldName": "readonly"
|
|
5651
|
+
}
|
|
5652
|
+
],
|
|
5653
|
+
"superclass": {
|
|
5654
|
+
"name": "LitElement",
|
|
5655
|
+
"package": "lit"
|
|
5656
|
+
},
|
|
5657
|
+
"customElement": true
|
|
5658
|
+
}
|
|
5659
|
+
],
|
|
5660
|
+
"exports": [
|
|
5661
|
+
{
|
|
5662
|
+
"kind": "js",
|
|
5663
|
+
"name": "Interaction",
|
|
5664
|
+
"declaration": {
|
|
5665
|
+
"name": "Interaction",
|
|
5666
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5667
|
+
}
|
|
5668
|
+
}
|
|
5669
|
+
]
|
|
5670
|
+
},
|
|
5671
|
+
{
|
|
5672
|
+
"kind": "javascript-module",
|
|
5673
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
5674
|
+
"declarations": [
|
|
5675
|
+
{
|
|
5676
|
+
"kind": "class",
|
|
5677
|
+
"description": "",
|
|
5678
|
+
"name": "QtiResponseIf",
|
|
5679
|
+
"members": [],
|
|
5680
|
+
"superclass": {
|
|
5681
|
+
"name": "QtiResponseElse",
|
|
5682
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
|
|
5683
|
+
},
|
|
5684
|
+
"tagName": "qti-response-if",
|
|
5685
|
+
"customElement": true,
|
|
5686
|
+
"attributes": [
|
|
5687
|
+
{
|
|
5688
|
+
"name": "debugCalculateResult",
|
|
5689
|
+
"type": {
|
|
5690
|
+
"text": "object"
|
|
5614
5691
|
},
|
|
5615
|
-
"
|
|
5616
|
-
"
|
|
5617
|
-
|
|
5692
|
+
"fieldName": "debugCalculateResult",
|
|
5693
|
+
"inheritedFrom": {
|
|
5694
|
+
"name": "QtiResponseElse",
|
|
5695
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
5696
|
+
}
|
|
5618
5697
|
}
|
|
5619
|
-
]
|
|
5620
|
-
"superclass": {
|
|
5621
|
-
"name": "LitElement",
|
|
5622
|
-
"package": "lit"
|
|
5623
|
-
},
|
|
5624
|
-
"customElement": true
|
|
5698
|
+
]
|
|
5625
5699
|
}
|
|
5626
5700
|
],
|
|
5627
5701
|
"exports": [
|
|
5628
5702
|
{
|
|
5629
5703
|
"kind": "js",
|
|
5630
|
-
"name": "
|
|
5704
|
+
"name": "QtiResponseIf",
|
|
5631
5705
|
"declaration": {
|
|
5632
|
-
"name": "
|
|
5633
|
-
"module": "src/lib/qti-components/qti-
|
|
5706
|
+
"name": "QtiResponseIf",
|
|
5707
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
5708
|
+
}
|
|
5709
|
+
},
|
|
5710
|
+
{
|
|
5711
|
+
"kind": "custom-element-definition",
|
|
5712
|
+
"name": "qti-response-if",
|
|
5713
|
+
"declaration": {
|
|
5714
|
+
"name": "QtiResponseIf",
|
|
5715
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
5634
5716
|
}
|
|
5635
5717
|
}
|
|
5636
5718
|
]
|
|
@@ -5681,6 +5763,42 @@
|
|
|
5681
5763
|
}
|
|
5682
5764
|
]
|
|
5683
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",
|
|
5780
|
+
"customElement": true
|
|
5781
|
+
}
|
|
5782
|
+
],
|
|
5783
|
+
"exports": [
|
|
5784
|
+
{
|
|
5785
|
+
"kind": "js",
|
|
5786
|
+
"name": "QtiAnd",
|
|
5787
|
+
"declaration": {
|
|
5788
|
+
"name": "QtiAnd",
|
|
5789
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5790
|
+
}
|
|
5791
|
+
},
|
|
5792
|
+
{
|
|
5793
|
+
"kind": "custom-element-definition",
|
|
5794
|
+
"name": "qti-and",
|
|
5795
|
+
"declaration": {
|
|
5796
|
+
"name": "QtiAnd",
|
|
5797
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5798
|
+
}
|
|
5799
|
+
}
|
|
5800
|
+
]
|
|
5801
|
+
},
|
|
5684
5802
|
{
|
|
5685
5803
|
"kind": "javascript-module",
|
|
5686
5804
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts",
|
|
@@ -5847,72 +5965,72 @@
|
|
|
5847
5965
|
},
|
|
5848
5966
|
{
|
|
5849
5967
|
"kind": "javascript-module",
|
|
5850
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5968
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
|
|
5851
5969
|
"declarations": [
|
|
5852
5970
|
{
|
|
5853
5971
|
"kind": "class",
|
|
5854
5972
|
"description": "",
|
|
5855
|
-
"name": "
|
|
5973
|
+
"name": "QtiGte",
|
|
5856
5974
|
"members": [],
|
|
5857
5975
|
"superclass": {
|
|
5858
|
-
"name": "
|
|
5859
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5976
|
+
"name": "QtiConditionExpression",
|
|
5977
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
5860
5978
|
},
|
|
5861
|
-
"tagName": "qti-
|
|
5979
|
+
"tagName": "qti-gte",
|
|
5862
5980
|
"customElement": true
|
|
5863
5981
|
}
|
|
5864
5982
|
],
|
|
5865
5983
|
"exports": [
|
|
5866
5984
|
{
|
|
5867
5985
|
"kind": "js",
|
|
5868
|
-
"name": "
|
|
5986
|
+
"name": "QtiGte",
|
|
5869
5987
|
"declaration": {
|
|
5870
|
-
"name": "
|
|
5871
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5988
|
+
"name": "QtiGte",
|
|
5989
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
|
|
5872
5990
|
}
|
|
5873
5991
|
},
|
|
5874
5992
|
{
|
|
5875
5993
|
"kind": "custom-element-definition",
|
|
5876
|
-
"name": "qti-
|
|
5994
|
+
"name": "qti-gte",
|
|
5877
5995
|
"declaration": {
|
|
5878
|
-
"name": "
|
|
5879
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5996
|
+
"name": "QtiGte",
|
|
5997
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
|
|
5880
5998
|
}
|
|
5881
5999
|
}
|
|
5882
6000
|
]
|
|
5883
6001
|
},
|
|
5884
6002
|
{
|
|
5885
6003
|
"kind": "javascript-module",
|
|
5886
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6004
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
|
|
5887
6005
|
"declarations": [
|
|
5888
6006
|
{
|
|
5889
6007
|
"kind": "class",
|
|
5890
6008
|
"description": "",
|
|
5891
|
-
"name": "
|
|
6009
|
+
"name": "QtiGt",
|
|
5892
6010
|
"members": [],
|
|
5893
6011
|
"superclass": {
|
|
5894
|
-
"name": "
|
|
5895
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6012
|
+
"name": "QtiExpression",
|
|
6013
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5896
6014
|
},
|
|
5897
|
-
"tagName": "qti-
|
|
6015
|
+
"tagName": "qti-gt",
|
|
5898
6016
|
"customElement": true
|
|
5899
6017
|
}
|
|
5900
6018
|
],
|
|
5901
6019
|
"exports": [
|
|
5902
6020
|
{
|
|
5903
6021
|
"kind": "js",
|
|
5904
|
-
"name": "
|
|
6022
|
+
"name": "QtiGt",
|
|
5905
6023
|
"declaration": {
|
|
5906
|
-
"name": "
|
|
5907
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6024
|
+
"name": "QtiGt",
|
|
6025
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
5908
6026
|
}
|
|
5909
6027
|
},
|
|
5910
6028
|
{
|
|
5911
6029
|
"kind": "custom-element-definition",
|
|
5912
|
-
"name": "qti-
|
|
6030
|
+
"name": "qti-gt",
|
|
5913
6031
|
"declaration": {
|
|
5914
|
-
"name": "
|
|
5915
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6032
|
+
"name": "QtiGt",
|
|
6033
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
5916
6034
|
}
|
|
5917
6035
|
}
|
|
5918
6036
|
]
|
|
@@ -6015,117 +6133,153 @@
|
|
|
6015
6133
|
},
|
|
6016
6134
|
{
|
|
6017
6135
|
"kind": "javascript-module",
|
|
6018
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6136
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
|
|
6019
6137
|
"declarations": [
|
|
6020
6138
|
{
|
|
6021
6139
|
"kind": "class",
|
|
6022
6140
|
"description": "",
|
|
6023
|
-
"name": "
|
|
6141
|
+
"name": "QtiMapResponse",
|
|
6024
6142
|
"members": [],
|
|
6143
|
+
"attributes": [
|
|
6144
|
+
{
|
|
6145
|
+
"name": "identifier",
|
|
6146
|
+
"type": {
|
|
6147
|
+
"text": "string"
|
|
6148
|
+
},
|
|
6149
|
+
"fieldName": "identifier"
|
|
6150
|
+
}
|
|
6151
|
+
],
|
|
6025
6152
|
"superclass": {
|
|
6026
6153
|
"name": "QtiExpression",
|
|
6027
6154
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6028
6155
|
},
|
|
6029
|
-
"tagName": "qti-
|
|
6156
|
+
"tagName": "qti-map-response",
|
|
6030
6157
|
"customElement": true
|
|
6031
6158
|
}
|
|
6032
6159
|
],
|
|
6033
6160
|
"exports": [
|
|
6034
6161
|
{
|
|
6035
6162
|
"kind": "js",
|
|
6036
|
-
"name": "
|
|
6163
|
+
"name": "QtiMapResponse",
|
|
6037
6164
|
"declaration": {
|
|
6038
|
-
"name": "
|
|
6039
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6165
|
+
"name": "QtiMapResponse",
|
|
6166
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
|
|
6040
6167
|
}
|
|
6041
6168
|
},
|
|
6042
6169
|
{
|
|
6043
6170
|
"kind": "custom-element-definition",
|
|
6044
|
-
"name": "qti-
|
|
6171
|
+
"name": "qti-map-response",
|
|
6045
6172
|
"declaration": {
|
|
6046
|
-
"name": "
|
|
6047
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6173
|
+
"name": "QtiMapResponse",
|
|
6174
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
|
|
6048
6175
|
}
|
|
6049
6176
|
}
|
|
6050
6177
|
]
|
|
6051
6178
|
},
|
|
6052
6179
|
{
|
|
6053
6180
|
"kind": "javascript-module",
|
|
6054
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6181
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
|
|
6055
6182
|
"declarations": [
|
|
6056
6183
|
{
|
|
6057
6184
|
"kind": "class",
|
|
6058
6185
|
"description": "",
|
|
6059
|
-
"name": "
|
|
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",
|
|
6218
|
+
"declarations": [
|
|
6219
|
+
{
|
|
6220
|
+
"kind": "class",
|
|
6221
|
+
"description": "",
|
|
6222
|
+
"name": "QtiLt",
|
|
6060
6223
|
"members": [],
|
|
6061
|
-
"attributes": [
|
|
6062
|
-
{
|
|
6063
|
-
"name": "identifier",
|
|
6064
|
-
"type": {
|
|
6065
|
-
"text": "string"
|
|
6066
|
-
},
|
|
6067
|
-
"fieldName": "identifier"
|
|
6068
|
-
}
|
|
6069
|
-
],
|
|
6070
6224
|
"superclass": {
|
|
6071
6225
|
"name": "QtiExpression",
|
|
6072
6226
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6073
6227
|
},
|
|
6074
|
-
"tagName": "qti-
|
|
6228
|
+
"tagName": "qti-lt",
|
|
6075
6229
|
"customElement": true
|
|
6076
6230
|
}
|
|
6077
6231
|
],
|
|
6078
6232
|
"exports": [
|
|
6079
6233
|
{
|
|
6080
6234
|
"kind": "js",
|
|
6081
|
-
"name": "
|
|
6235
|
+
"name": "QtiLt",
|
|
6082
6236
|
"declaration": {
|
|
6083
|
-
"name": "
|
|
6084
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6237
|
+
"name": "QtiLt",
|
|
6238
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
|
|
6085
6239
|
}
|
|
6086
6240
|
},
|
|
6087
6241
|
{
|
|
6088
6242
|
"kind": "custom-element-definition",
|
|
6089
|
-
"name": "qti-
|
|
6243
|
+
"name": "qti-lt",
|
|
6090
6244
|
"declaration": {
|
|
6091
|
-
"name": "
|
|
6092
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6245
|
+
"name": "QtiLt",
|
|
6246
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
|
|
6093
6247
|
}
|
|
6094
6248
|
}
|
|
6095
6249
|
]
|
|
6096
6250
|
},
|
|
6097
6251
|
{
|
|
6098
6252
|
"kind": "javascript-module",
|
|
6099
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6253
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
|
|
6100
6254
|
"declarations": [
|
|
6101
6255
|
{
|
|
6102
6256
|
"kind": "class",
|
|
6103
6257
|
"description": "",
|
|
6104
|
-
"name": "
|
|
6258
|
+
"name": "QtiMatch",
|
|
6105
6259
|
"members": [],
|
|
6106
6260
|
"superclass": {
|
|
6107
6261
|
"name": "QtiExpression",
|
|
6108
6262
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6109
6263
|
},
|
|
6110
|
-
"tagName": "qti-
|
|
6264
|
+
"tagName": "qti-match",
|
|
6111
6265
|
"customElement": true
|
|
6112
6266
|
}
|
|
6113
6267
|
],
|
|
6114
6268
|
"exports": [
|
|
6115
6269
|
{
|
|
6116
6270
|
"kind": "js",
|
|
6117
|
-
"name": "
|
|
6271
|
+
"name": "QtiMatch",
|
|
6118
6272
|
"declaration": {
|
|
6119
|
-
"name": "
|
|
6120
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6273
|
+
"name": "QtiMatch",
|
|
6274
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
|
|
6121
6275
|
}
|
|
6122
6276
|
},
|
|
6123
6277
|
{
|
|
6124
6278
|
"kind": "custom-element-definition",
|
|
6125
|
-
"name": "qti-
|
|
6279
|
+
"name": "qti-match",
|
|
6126
6280
|
"declaration": {
|
|
6127
|
-
"name": "
|
|
6128
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6281
|
+
"name": "QtiMatch",
|
|
6282
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
|
|
6129
6283
|
}
|
|
6130
6284
|
}
|
|
6131
6285
|
]
|
|
@@ -6204,85 +6358,72 @@
|
|
|
6204
6358
|
},
|
|
6205
6359
|
{
|
|
6206
6360
|
"kind": "javascript-module",
|
|
6207
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6361
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
|
|
6208
6362
|
"declarations": [
|
|
6209
6363
|
{
|
|
6210
6364
|
"kind": "class",
|
|
6211
6365
|
"description": "",
|
|
6212
|
-
"name": "
|
|
6366
|
+
"name": "QtiMultiple",
|
|
6213
6367
|
"members": [],
|
|
6214
6368
|
"superclass": {
|
|
6215
6369
|
"name": "QtiExpression",
|
|
6216
6370
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6217
6371
|
},
|
|
6218
|
-
"tagName": "qti-
|
|
6372
|
+
"tagName": "qti-multiple",
|
|
6219
6373
|
"customElement": true
|
|
6220
6374
|
}
|
|
6221
6375
|
],
|
|
6222
6376
|
"exports": [
|
|
6223
6377
|
{
|
|
6224
6378
|
"kind": "js",
|
|
6225
|
-
"name": "
|
|
6379
|
+
"name": "QtiMultiple",
|
|
6226
6380
|
"declaration": {
|
|
6227
|
-
"name": "
|
|
6228
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6381
|
+
"name": "QtiMultiple",
|
|
6382
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6229
6383
|
}
|
|
6230
6384
|
},
|
|
6231
6385
|
{
|
|
6232
6386
|
"kind": "custom-element-definition",
|
|
6233
|
-
"name": "qti-
|
|
6387
|
+
"name": "qti-multiple",
|
|
6234
6388
|
"declaration": {
|
|
6235
|
-
"name": "
|
|
6236
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
6389
|
+
"name": "QtiMultiple",
|
|
6390
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6237
6391
|
}
|
|
6238
6392
|
}
|
|
6239
6393
|
]
|
|
6240
6394
|
},
|
|
6241
6395
|
{
|
|
6242
6396
|
"kind": "javascript-module",
|
|
6243
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
6397
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
|
|
6244
6398
|
"declarations": [
|
|
6245
6399
|
{
|
|
6246
6400
|
"kind": "class",
|
|
6247
6401
|
"description": "",
|
|
6248
|
-
"name": "
|
|
6402
|
+
"name": "QtiVariable",
|
|
6249
6403
|
"members": [],
|
|
6250
6404
|
"superclass": {
|
|
6251
|
-
"name": "
|
|
6252
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-
|
|
6405
|
+
"name": "QtiExpression",
|
|
6406
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6253
6407
|
},
|
|
6254
|
-
"tagName": "qti-
|
|
6255
|
-
"customElement": true
|
|
6256
|
-
"attributes": [
|
|
6257
|
-
{
|
|
6258
|
-
"name": "debugCalculateResult",
|
|
6259
|
-
"type": {
|
|
6260
|
-
"text": "object"
|
|
6261
|
-
},
|
|
6262
|
-
"fieldName": "debugCalculateResult",
|
|
6263
|
-
"inheritedFrom": {
|
|
6264
|
-
"name": "QtiResponseElse",
|
|
6265
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
6266
|
-
}
|
|
6267
|
-
}
|
|
6268
|
-
]
|
|
6408
|
+
"tagName": "qti-variable",
|
|
6409
|
+
"customElement": true
|
|
6269
6410
|
}
|
|
6270
6411
|
],
|
|
6271
6412
|
"exports": [
|
|
6272
6413
|
{
|
|
6273
6414
|
"kind": "js",
|
|
6274
|
-
"name": "
|
|
6415
|
+
"name": "QtiVariable",
|
|
6275
6416
|
"declaration": {
|
|
6276
|
-
"name": "
|
|
6277
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
6417
|
+
"name": "QtiVariable",
|
|
6418
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6278
6419
|
}
|
|
6279
6420
|
},
|
|
6280
6421
|
{
|
|
6281
6422
|
"kind": "custom-element-definition",
|
|
6282
|
-
"name": "qti-
|
|
6423
|
+
"name": "qti-variable",
|
|
6283
6424
|
"declaration": {
|
|
6284
|
-
"name": "
|
|
6285
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
6425
|
+
"name": "QtiVariable",
|
|
6426
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6286
6427
|
}
|
|
6287
6428
|
}
|
|
6288
6429
|
]
|