@citolab/qti-components 6.0.6 → 6.0.8

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.
@@ -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": {
@@ -2872,46 +2854,26 @@
2872
2854
  },
2873
2855
  {
2874
2856
  "kind": "javascript-module",
2875
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
2857
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
2876
2858
  "declarations": [
2877
2859
  {
2878
2860
  "kind": "class",
2879
2861
  "description": "",
2880
- "name": "QtiGraphicOrderInteraction",
2862
+ "name": "QtiGraphicGapMatchInteraction",
2881
2863
  "members": [],
2864
+ "mixins": [
2865
+ {
2866
+ "name": "DragDropInteractionMixin",
2867
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2868
+ }
2869
+ ],
2882
2870
  "superclass": {
2883
- "name": "Choices",
2884
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
2871
+ "name": "LitElement",
2872
+ "package": "lit"
2885
2873
  },
2886
- "tagName": "qti-graphic-order-interaction",
2874
+ "tagName": "qti-graphic-gap-match-interaction",
2887
2875
  "customElement": true,
2888
2876
  "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
2877
  {
2916
2878
  "name": "response-identifier",
2917
2879
  "type": {
@@ -2920,8 +2882,8 @@
2920
2882
  "default": "''",
2921
2883
  "fieldName": "responseIdentifier",
2922
2884
  "inheritedFrom": {
2923
- "name": "Interaction",
2924
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2885
+ "name": "DragDropInteractionMixin",
2886
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2925
2887
  }
2926
2888
  },
2927
2889
  {
@@ -2930,11 +2892,10 @@
2930
2892
  "text": "boolean"
2931
2893
  },
2932
2894
  "default": "false",
2933
- "description": "disabled should be exposed to the attributes and accessible as property",
2934
2895
  "fieldName": "disabled",
2935
2896
  "inheritedFrom": {
2936
- "name": "Interaction",
2937
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2897
+ "name": "DroppablesMixin",
2898
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2938
2899
  }
2939
2900
  },
2940
2901
  {
@@ -2943,11 +2904,34 @@
2943
2904
  "text": "boolean"
2944
2905
  },
2945
2906
  "default": "false",
2946
- "description": "readonly should be exposed to the attributes and accessible as property",
2947
2907
  "fieldName": "readonly",
2948
2908
  "inheritedFrom": {
2949
- "name": "Interaction",
2950
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2909
+ "name": "DragDropInteractionMixin",
2910
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2911
+ }
2912
+ },
2913
+ {
2914
+ "name": "min-associations",
2915
+ "type": {
2916
+ "text": "number"
2917
+ },
2918
+ "default": "1",
2919
+ "fieldName": "minAssociations",
2920
+ "inheritedFrom": {
2921
+ "name": "DragDropInteractionMixin",
2922
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2923
+ }
2924
+ },
2925
+ {
2926
+ "name": "max-associations",
2927
+ "type": {
2928
+ "text": "number"
2929
+ },
2930
+ "default": "1",
2931
+ "fieldName": "maxAssociations",
2932
+ "inheritedFrom": {
2933
+ "name": "DragDropInteractionMixin",
2934
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2951
2935
  }
2952
2936
  }
2953
2937
  ],
@@ -2958,8 +2942,8 @@
2958
2942
  "text": "CustomEvent"
2959
2943
  },
2960
2944
  "inheritedFrom": {
2961
- "name": "Interaction",
2962
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2945
+ "name": "DragDropInteractionMixin",
2946
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2963
2947
  }
2964
2948
  },
2965
2949
  {
@@ -2968,8 +2952,8 @@
2968
2952
  "text": "CustomEvent"
2969
2953
  },
2970
2954
  "inheritedFrom": {
2971
- "name": "Interaction",
2972
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2955
+ "name": "DragDropInteractionMixin",
2956
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2973
2957
  }
2974
2958
  }
2975
2959
  ]
@@ -2978,102 +2962,100 @@
2978
2962
  "exports": [
2979
2963
  {
2980
2964
  "kind": "js",
2981
- "name": "QtiGraphicOrderInteraction",
2965
+ "name": "QtiGraphicGapMatchInteraction",
2982
2966
  "declaration": {
2983
- "name": "QtiGraphicOrderInteraction",
2984
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
2967
+ "name": "QtiGraphicGapMatchInteraction",
2968
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
2985
2969
  }
2986
2970
  },
2987
2971
  {
2988
2972
  "kind": "custom-element-definition",
2989
- "name": "qti-graphic-order-interaction",
2973
+ "name": "qti-graphic-gap-match-interaction",
2990
2974
  "declaration": {
2991
- "name": "QtiGraphicOrderInteraction",
2992
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
2975
+ "name": "QtiGraphicGapMatchInteraction",
2976
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
2993
2977
  }
2994
2978
  }
2995
2979
  ]
2996
2980
  },
2997
2981
  {
2998
2982
  "kind": "javascript-module",
2999
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
2983
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
3000
2984
  "declarations": [
3001
2985
  {
3002
2986
  "kind": "class",
3003
2987
  "description": "",
3004
- "name": "QtiGraphicGapMatchInteraction",
2988
+ "name": "QtiGraphicOrderInteraction",
3005
2989
  "members": [],
3006
- "mixins": [
3007
- {
3008
- "name": "DragDropInteractionMixin",
3009
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3010
- }
3011
- ],
3012
2990
  "superclass": {
3013
- "name": "LitElement",
3014
- "package": "lit"
2991
+ "name": "Choices",
2992
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3015
2993
  },
3016
- "tagName": "qti-graphic-gap-match-interaction",
2994
+ "tagName": "qti-graphic-order-interaction",
3017
2995
  "customElement": true,
3018
2996
  "attributes": [
3019
2997
  {
3020
- "name": "response-identifier",
2998
+ "name": "min-choices",
3021
2999
  "type": {
3022
- "text": "string"
3000
+ "text": "number"
3023
3001
  },
3024
- "default": "''",
3025
- "fieldName": "responseIdentifier",
3002
+ "default": "0",
3003
+ "description": "the minimal number of selections a candidate must make",
3004
+ "fieldName": "minChoices",
3026
3005
  "inheritedFrom": {
3027
- "name": "DragDropInteractionMixin",
3028
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3006
+ "name": "Choices",
3007
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3029
3008
  }
3030
3009
  },
3031
3010
  {
3032
- "name": "disabled",
3011
+ "name": "max-choices",
3033
3012
  "type": {
3034
- "text": "boolean"
3013
+ "text": "number"
3035
3014
  },
3036
- "default": "false",
3037
- "fieldName": "disabled",
3015
+ "default": "1",
3016
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3017
+ "fieldName": "maxChoices",
3038
3018
  "inheritedFrom": {
3039
- "name": "DroppablesMixin",
3040
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3019
+ "name": "Choices",
3020
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3041
3021
  }
3042
3022
  },
3043
3023
  {
3044
- "name": "readonly",
3024
+ "name": "response-identifier",
3045
3025
  "type": {
3046
- "text": "boolean"
3026
+ "text": "string"
3047
3027
  },
3048
- "default": "false",
3049
- "fieldName": "readonly",
3028
+ "default": "''",
3029
+ "fieldName": "responseIdentifier",
3050
3030
  "inheritedFrom": {
3051
- "name": "DragDropInteractionMixin",
3052
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3031
+ "name": "Interaction",
3032
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3053
3033
  }
3054
3034
  },
3055
3035
  {
3056
- "name": "min-associations",
3036
+ "name": "disabled",
3057
3037
  "type": {
3058
- "text": "number"
3038
+ "text": "boolean"
3059
3039
  },
3060
- "default": "1",
3061
- "fieldName": "minAssociations",
3040
+ "default": "false",
3041
+ "description": "disabled should be exposed to the attributes and accessible as property",
3042
+ "fieldName": "disabled",
3062
3043
  "inheritedFrom": {
3063
- "name": "DragDropInteractionMixin",
3064
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3044
+ "name": "Interaction",
3045
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3065
3046
  }
3066
3047
  },
3067
3048
  {
3068
- "name": "max-associations",
3049
+ "name": "readonly",
3069
3050
  "type": {
3070
- "text": "number"
3051
+ "text": "boolean"
3071
3052
  },
3072
- "default": "1",
3073
- "fieldName": "maxAssociations",
3053
+ "default": "false",
3054
+ "description": "readonly should be exposed to the attributes and accessible as property",
3055
+ "fieldName": "readonly",
3074
3056
  "inheritedFrom": {
3075
- "name": "DragDropInteractionMixin",
3076
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3057
+ "name": "Interaction",
3058
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3077
3059
  }
3078
3060
  }
3079
3061
  ],
@@ -3084,8 +3066,8 @@
3084
3066
  "text": "CustomEvent"
3085
3067
  },
3086
3068
  "inheritedFrom": {
3087
- "name": "DragDropInteractionMixin",
3088
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3069
+ "name": "Interaction",
3070
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3089
3071
  }
3090
3072
  },
3091
3073
  {
@@ -3094,8 +3076,8 @@
3094
3076
  "text": "CustomEvent"
3095
3077
  },
3096
3078
  "inheritedFrom": {
3097
- "name": "DragDropInteractionMixin",
3098
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3079
+ "name": "Interaction",
3080
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3099
3081
  }
3100
3082
  }
3101
3083
  ]
@@ -3104,18 +3086,18 @@
3104
3086
  "exports": [
3105
3087
  {
3106
3088
  "kind": "js",
3107
- "name": "QtiGraphicGapMatchInteraction",
3089
+ "name": "QtiGraphicOrderInteraction",
3108
3090
  "declaration": {
3109
- "name": "QtiGraphicGapMatchInteraction",
3110
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3091
+ "name": "QtiGraphicOrderInteraction",
3092
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3111
3093
  }
3112
3094
  },
3113
3095
  {
3114
3096
  "kind": "custom-element-definition",
3115
- "name": "qti-graphic-gap-match-interaction",
3097
+ "name": "qti-graphic-order-interaction",
3116
3098
  "declaration": {
3117
- "name": "QtiGraphicGapMatchInteraction",
3118
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3099
+ "name": "QtiGraphicOrderInteraction",
3100
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3119
3101
  }
3120
3102
  }
3121
3103
  ]
@@ -4406,83 +4388,38 @@
4406
4388
  },
4407
4389
  {
4408
4390
  "kind": "javascript-module",
4409
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
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": "QtiResponseElse",
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": "LitElement",
4427
- "package": "lit"
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": "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",
4407
+ "name": "QtiConditionExpression",
4445
4408
  "declaration": {
4446
- "name": "QtiResponseElse",
4447
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
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-condition-expression.ts",
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": "QtiConditionExpression",
4460
- "members": [],
4461
- "superclass": {
4462
- "name": "QtiExpression",
4463
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
4464
- }
4465
- }
4466
- ],
4467
- "exports": [
4468
- {
4469
- "kind": "js",
4470
- "name": "QtiConditionExpression",
4471
- "declaration": {
4472
- "name": "QtiConditionExpression",
4473
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
4474
- }
4475
- }
4476
- ]
4477
- },
4478
- {
4479
- "kind": "javascript-module",
4480
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
4481
- "declarations": [
4482
- {
4483
- "kind": "class",
4484
- "description": "",
4485
- "name": "QtiExpression",
4422
+ "name": "QtiExpression",
4486
4423
  "members": [],
4487
4424
  "superclass": {
4488
4425
  "name": "LitElement",
@@ -4513,41 +4450,45 @@
4513
4450
  },
4514
4451
  {
4515
4452
  "kind": "javascript-module",
4516
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4453
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4517
4454
  "declarations": [
4518
4455
  {
4519
4456
  "kind": "class",
4520
4457
  "description": "",
4521
- "name": "QtiResponseProcessing",
4458
+ "name": "QtiResponseElse",
4522
4459
  "members": [],
4523
4460
  "attributes": [
4524
4461
  {
4525
- "name": "identifier"
4462
+ "name": "debugCalculateResult",
4463
+ "type": {
4464
+ "text": "object"
4465
+ },
4466
+ "fieldName": "debugCalculateResult"
4526
4467
  }
4527
4468
  ],
4528
4469
  "superclass": {
4529
4470
  "name": "LitElement",
4530
4471
  "package": "lit"
4531
4472
  },
4532
- "tagName": "qti-response-processing",
4473
+ "tagName": "qti-response-else",
4533
4474
  "customElement": true
4534
4475
  }
4535
4476
  ],
4536
4477
  "exports": [
4537
4478
  {
4538
4479
  "kind": "js",
4539
- "name": "default",
4480
+ "name": "QtiResponseElse",
4540
4481
  "declaration": {
4541
- "name": "QtiResponseProcessing",
4542
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4482
+ "name": "QtiResponseElse",
4483
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4543
4484
  }
4544
4485
  },
4545
4486
  {
4546
4487
  "kind": "custom-element-definition",
4547
- "name": "qti-response-processing",
4488
+ "name": "qti-response-else",
4548
4489
  "declaration": {
4549
- "name": "QtiResponseProcessing",
4550
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4490
+ "name": "QtiResponseElse",
4491
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4551
4492
  }
4552
4493
  }
4553
4494
  ]
@@ -4590,55 +4531,41 @@
4590
4531
  },
4591
4532
  {
4592
4533
  "kind": "javascript-module",
4593
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
4534
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4594
4535
  "declarations": [
4595
4536
  {
4596
4537
  "kind": "class",
4597
4538
  "description": "",
4598
- "name": "QtiOutcomeDeclaration",
4539
+ "name": "QtiResponseProcessing",
4599
4540
  "members": [],
4600
- "events": [
4601
- {
4602
- "name": "qti-register-variable",
4603
- "type": {
4604
- "text": "CustomEvent"
4605
- }
4606
- }
4607
- ],
4608
4541
  "attributes": [
4609
4542
  {
4610
4543
  "name": "identifier"
4611
- },
4612
- {
4613
- "name": "cardinality"
4614
- },
4615
- {
4616
- "name": "base-type"
4617
4544
  }
4618
4545
  ],
4619
4546
  "superclass": {
4620
- "name": "QtiVariableDeclaration",
4621
- "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
4547
+ "name": "LitElement",
4548
+ "package": "lit"
4622
4549
  },
4623
- "tagName": "qti-outcome-declaration",
4550
+ "tagName": "qti-response-processing",
4624
4551
  "customElement": true
4625
4552
  }
4626
4553
  ],
4627
4554
  "exports": [
4628
4555
  {
4629
4556
  "kind": "js",
4630
- "name": "QtiOutcomeDeclaration",
4557
+ "name": "default",
4631
4558
  "declaration": {
4632
- "name": "QtiOutcomeDeclaration",
4633
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
4559
+ "name": "QtiResponseProcessing",
4560
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4634
4561
  }
4635
4562
  },
4636
4563
  {
4637
4564
  "kind": "custom-element-definition",
4638
- "name": "qti-outcome-declaration",
4565
+ "name": "qti-response-processing",
4639
4566
  "declaration": {
4640
- "name": "QtiOutcomeDeclaration",
4641
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
4567
+ "name": "QtiResponseProcessing",
4568
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4642
4569
  }
4643
4570
  }
4644
4571
  ]
@@ -4780,20 +4707,55 @@
4780
4707
  },
4781
4708
  {
4782
4709
  "kind": "javascript-module",
4783
- "path": "src/lib/qti-components/utilities/context/context.ts",
4710
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
4784
4711
  "declarations": [
4785
4712
  {
4786
- "kind": "variable",
4787
- "name": "loggerContext"
4713
+ "kind": "class",
4714
+ "description": "",
4715
+ "name": "QtiOutcomeDeclaration",
4716
+ "members": [],
4717
+ "events": [
4718
+ {
4719
+ "name": "qti-register-variable",
4720
+ "type": {
4721
+ "text": "CustomEvent"
4722
+ }
4723
+ }
4724
+ ],
4725
+ "attributes": [
4726
+ {
4727
+ "name": "identifier"
4728
+ },
4729
+ {
4730
+ "name": "cardinality"
4731
+ },
4732
+ {
4733
+ "name": "base-type"
4734
+ }
4735
+ ],
4736
+ "superclass": {
4737
+ "name": "QtiVariableDeclaration",
4738
+ "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
4739
+ },
4740
+ "tagName": "qti-outcome-declaration",
4741
+ "customElement": true
4788
4742
  }
4789
4743
  ],
4790
4744
  "exports": [
4791
4745
  {
4792
4746
  "kind": "js",
4793
- "name": "loggerContext",
4747
+ "name": "QtiOutcomeDeclaration",
4794
4748
  "declaration": {
4795
- "name": "loggerContext",
4796
- "module": "src/lib/qti-components/utilities/context/context.ts"
4749
+ "name": "QtiOutcomeDeclaration",
4750
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
4751
+ }
4752
+ },
4753
+ {
4754
+ "kind": "custom-element-definition",
4755
+ "name": "qti-outcome-declaration",
4756
+ "declaration": {
4757
+ "name": "QtiOutcomeDeclaration",
4758
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
4797
4759
  }
4798
4760
  }
4799
4761
  ]
@@ -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",
@@ -4957,65 +4939,6 @@
4957
4939
  }
4958
4940
  ]
4959
4941
  },
4960
- {
4961
- "kind": "javascript-module",
4962
- "path": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts",
4963
- "declarations": [
4964
- {
4965
- "kind": "class",
4966
- "description": "",
4967
- "name": "ScaleToFitInterface"
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
- ]
4998
- }
4999
- ],
5000
- "exports": [
5001
- {
5002
- "kind": "js",
5003
- "name": "ScaleToFitInterface",
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
4942
  {
5020
4943
  "kind": "javascript-module",
5021
4944
  "path": "src/lib/qti-components/utilities/scoring/scoring-helper.ts",
@@ -5256,6 +5179,52 @@
5256
5179
  }
5257
5180
  ]
5258
5181
  },
5182
+ {
5183
+ "kind": "javascript-module",
5184
+ "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
5185
+ "declarations": [
5186
+ {
5187
+ "kind": "function",
5188
+ "name": "positionHotspots",
5189
+ "parameters": [
5190
+ {
5191
+ "name": "shape",
5192
+ "type": {
5193
+ "text": "string"
5194
+ }
5195
+ },
5196
+ {
5197
+ "name": "coordsNumber",
5198
+ "type": {
5199
+ "text": "number[]"
5200
+ }
5201
+ },
5202
+ {
5203
+ "name": "img",
5204
+ "type": {
5205
+ "text": "HTMLImageElement"
5206
+ }
5207
+ },
5208
+ {
5209
+ "name": "hotspot",
5210
+ "type": {
5211
+ "text": "QtiHotspotChoice"
5212
+ }
5213
+ }
5214
+ ]
5215
+ }
5216
+ ],
5217
+ "exports": [
5218
+ {
5219
+ "kind": "js",
5220
+ "name": "positionHotspots",
5221
+ "declaration": {
5222
+ "name": "positionHotspots",
5223
+ "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
5224
+ }
5225
+ }
5226
+ ]
5227
+ },
5259
5228
  {
5260
5229
  "kind": "javascript-module",
5261
5230
  "path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
@@ -5549,59 +5518,13 @@
5549
5518
  },
5550
5519
  {
5551
5520
  "kind": "javascript-module",
5552
- "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
5553
- "declarations": [
5554
- {
5555
- "kind": "function",
5556
- "name": "positionHotspots",
5557
- "parameters": [
5558
- {
5559
- "name": "shape",
5560
- "type": {
5561
- "text": "string"
5562
- }
5563
- },
5564
- {
5565
- "name": "coordsNumber",
5566
- "type": {
5567
- "text": "number[]"
5568
- }
5569
- },
5570
- {
5571
- "name": "img",
5572
- "type": {
5573
- "text": "HTMLImageElement"
5574
- }
5575
- },
5576
- {
5577
- "name": "hotspot",
5578
- "type": {
5579
- "text": "QtiHotspotChoice"
5580
- }
5581
- }
5582
- ]
5583
- }
5584
- ],
5585
- "exports": [
5586
- {
5587
- "kind": "js",
5588
- "name": "positionHotspots",
5589
- "declaration": {
5590
- "name": "positionHotspots",
5591
- "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
5592
- }
5593
- }
5594
- ]
5595
- },
5596
- {
5597
- "kind": "javascript-module",
5598
- "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
5599
- "declarations": [],
5600
- "exports": []
5601
- },
5602
- {
5603
- "kind": "javascript-module",
5604
- "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
5521
+ "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
5522
+ "declarations": [],
5523
+ "exports": []
5524
+ },
5525
+ {
5526
+ "kind": "javascript-module",
5527
+ "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
5605
5528
  "declarations": [
5606
5529
  {
5607
5530
  "kind": "class",
@@ -5670,49 +5593,36 @@
5670
5593
  },
5671
5594
  {
5672
5595
  "kind": "javascript-module",
5673
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
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": "QtiResponseIf",
5601
+ "name": "QtiAnd",
5679
5602
  "members": [],
5680
5603
  "superclass": {
5681
- "name": "QtiResponseElse",
5682
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
5604
+ "name": "QtiConditionExpression",
5605
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5683
5606
  },
5684
- "tagName": "qti-response-if",
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": "QtiResponseIf",
5614
+ "name": "QtiAnd",
5705
5615
  "declaration": {
5706
- "name": "QtiResponseIf",
5707
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
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-response-if",
5622
+ "name": "qti-and",
5713
5623
  "declaration": {
5714
- "name": "QtiResponseIf",
5715
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5624
+ "name": "QtiAnd",
5625
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5716
5626
  }
5717
5627
  }
5718
5628
  ]
@@ -5763,42 +5673,6 @@
5763
5673
  }
5764
5674
  ]
5765
5675
  },
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
- },
5802
5676
  {
5803
5677
  "kind": "javascript-module",
5804
5678
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts",
@@ -5963,6 +5837,42 @@
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
+ },
5966
5876
  {
5967
5877
  "kind": "javascript-module",
5968
5878
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
@@ -6001,72 +5911,108 @@
6001
5911
  },
6002
5912
  {
6003
5913
  "kind": "javascript-module",
6004
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
5914
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts",
6005
5915
  "declarations": [
6006
5916
  {
6007
5917
  "kind": "class",
6008
5918
  "description": "",
6009
- "name": "QtiGt",
5919
+ "name": "QtiIsNull",
6010
5920
  "members": [],
6011
5921
  "superclass": {
6012
5922
  "name": "QtiExpression",
6013
5923
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6014
5924
  },
6015
- "tagName": "qti-gt",
5925
+ "tagName": "qti-is-null",
6016
5926
  "customElement": true
6017
5927
  }
6018
5928
  ],
6019
5929
  "exports": [
6020
5930
  {
6021
5931
  "kind": "js",
6022
- "name": "QtiGt",
5932
+ "name": "QtiIsNull",
6023
5933
  "declaration": {
6024
- "name": "QtiGt",
6025
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
5934
+ "name": "QtiIsNull",
5935
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
6026
5936
  }
6027
5937
  },
6028
5938
  {
6029
5939
  "kind": "custom-element-definition",
6030
- "name": "qti-gt",
5940
+ "name": "qti-is-null",
6031
5941
  "declaration": {
6032
- "name": "QtiGt",
6033
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
5942
+ "name": "QtiIsNull",
5943
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
6034
5944
  }
6035
5945
  }
6036
5946
  ]
6037
5947
  },
6038
5948
  {
6039
5949
  "kind": "javascript-module",
6040
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts",
5950
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts",
6041
5951
  "declarations": [
6042
5952
  {
6043
5953
  "kind": "class",
6044
5954
  "description": "",
6045
- "name": "QtiIsNull",
5955
+ "name": "QtiLt",
6046
5956
  "members": [],
6047
5957
  "superclass": {
6048
5958
  "name": "QtiExpression",
6049
5959
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6050
5960
  },
6051
- "tagName": "qti-is-null",
5961
+ "tagName": "qti-lt",
6052
5962
  "customElement": true
6053
5963
  }
6054
5964
  ],
6055
5965
  "exports": [
6056
5966
  {
6057
5967
  "kind": "js",
6058
- "name": "QtiIsNull",
5968
+ "name": "QtiLt",
6059
5969
  "declaration": {
6060
- "name": "QtiIsNull",
6061
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
5970
+ "name": "QtiLt",
5971
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
6062
5972
  }
6063
5973
  },
6064
5974
  {
6065
5975
  "kind": "custom-element-definition",
6066
- "name": "qti-is-null",
5976
+ "name": "qti-lt",
6067
5977
  "declaration": {
6068
- "name": "QtiIsNull",
6069
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
5978
+ "name": "QtiLt",
5979
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
5980
+ }
5981
+ }
5982
+ ]
5983
+ },
5984
+ {
5985
+ "kind": "javascript-module",
5986
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
5987
+ "declarations": [
5988
+ {
5989
+ "kind": "class",
5990
+ "description": "",
5991
+ "name": "QtiLte",
5992
+ "members": [],
5993
+ "superclass": {
5994
+ "name": "QtiConditionExpression",
5995
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5996
+ },
5997
+ "tagName": "qti-lte",
5998
+ "customElement": true
5999
+ }
6000
+ ],
6001
+ "exports": [
6002
+ {
6003
+ "kind": "js",
6004
+ "name": "QtiLte",
6005
+ "declaration": {
6006
+ "name": "QtiLte",
6007
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
6008
+ }
6009
+ },
6010
+ {
6011
+ "kind": "custom-element-definition",
6012
+ "name": "qti-lte",
6013
+ "declaration": {
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-lte/qti-lte.ts",
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": "QtiLt",
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-lt",
6138
+ "tagName": "qti-match",
6229
6139
  "customElement": true
6230
6140
  }
6231
6141
  ],
6232
6142
  "exports": [
6233
6143
  {
6234
6144
  "kind": "js",
6235
- "name": "QtiLt",
6145
+ "name": "QtiMatch",
6236
6146
  "declaration": {
6237
- "name": "QtiLt",
6238
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
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-lt",
6153
+ "name": "qti-match",
6244
6154
  "declaration": {
6245
- "name": "QtiLt",
6246
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
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-match/qti-match.ts",
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": "QtiMatch",
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-match",
6174
+ "tagName": "qti-multiple",
6265
6175
  "customElement": true
6266
6176
  }
6267
6177
  ],
6268
6178
  "exports": [
6269
6179
  {
6270
6180
  "kind": "js",
6271
- "name": "QtiMatch",
6181
+ "name": "QtiMultiple",
6272
6182
  "declaration": {
6273
- "name": "QtiMatch",
6274
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
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-match",
6189
+ "name": "qti-multiple",
6280
6190
  "declaration": {
6281
- "name": "QtiMatch",
6282
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
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,36 +6268,49 @@
6358
6268
  },
6359
6269
  {
6360
6270
  "kind": "javascript-module",
6361
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6271
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6362
6272
  "declarations": [
6363
6273
  {
6364
6274
  "kind": "class",
6365
6275
  "description": "",
6366
- "name": "QtiMultiple",
6276
+ "name": "QtiResponseIf",
6367
6277
  "members": [],
6368
6278
  "superclass": {
6369
- "name": "QtiExpression",
6370
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6279
+ "name": "QtiResponseElse",
6280
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6371
6281
  },
6372
- "tagName": "qti-multiple",
6373
- "customElement": true
6282
+ "tagName": "qti-response-if",
6283
+ "customElement": true,
6284
+ "attributes": [
6285
+ {
6286
+ "name": "debugCalculateResult",
6287
+ "type": {
6288
+ "text": "object"
6289
+ },
6290
+ "fieldName": "debugCalculateResult",
6291
+ "inheritedFrom": {
6292
+ "name": "QtiResponseElse",
6293
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
6294
+ }
6295
+ }
6296
+ ]
6374
6297
  }
6375
6298
  ],
6376
6299
  "exports": [
6377
6300
  {
6378
6301
  "kind": "js",
6379
- "name": "QtiMultiple",
6302
+ "name": "QtiResponseIf",
6380
6303
  "declaration": {
6381
- "name": "QtiMultiple",
6382
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6304
+ "name": "QtiResponseIf",
6305
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6383
6306
  }
6384
6307
  },
6385
6308
  {
6386
6309
  "kind": "custom-element-definition",
6387
- "name": "qti-multiple",
6310
+ "name": "qti-response-if",
6388
6311
  "declaration": {
6389
- "name": "QtiMultiple",
6390
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6312
+ "name": "QtiResponseIf",
6313
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6391
6314
  }
6392
6315
  }
6393
6316
  ]