@citolab/qti-components 6.3.3 → 6.3.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.
@@ -2,6 +2,67 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/lib/qti-item/index.ts",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "*",
13
+ "declaration": {
14
+ "name": "*",
15
+ "package": "./qti-item"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "src/lib/qti-item/qti-item.ts",
23
+ "declarations": [
24
+ {
25
+ "kind": "class",
26
+ "description": "",
27
+ "name": "QtiItem",
28
+ "members": [],
29
+ "attributes": [
30
+ {
31
+ "name": "item-location",
32
+ "type": {
33
+ "text": "string"
34
+ },
35
+ "default": "''",
36
+ "fieldName": "itemLocation"
37
+ }
38
+ ],
39
+ "superclass": {
40
+ "name": "LitElement",
41
+ "package": "lit"
42
+ },
43
+ "tagName": "qti-item",
44
+ "customElement": true
45
+ }
46
+ ],
47
+ "exports": [
48
+ {
49
+ "kind": "js",
50
+ "name": "QtiItem",
51
+ "declaration": {
52
+ "name": "QtiItem",
53
+ "module": "src/lib/qti-item/qti-item.ts"
54
+ }
55
+ },
56
+ {
57
+ "kind": "custom-element-definition",
58
+ "name": "qti-item",
59
+ "declaration": {
60
+ "name": "QtiItem",
61
+ "module": "src/lib/qti-item/qti-item.ts"
62
+ }
63
+ }
64
+ ]
65
+ },
5
66
  {
6
67
  "kind": "javascript-module",
7
68
  "path": "src/lib/decorators/index.ts",
@@ -540,7 +601,7 @@
540
601
  },
541
602
  {
542
603
  "kind": "javascript-module",
543
- "path": "src/lib/qti-item/index.ts",
604
+ "path": "src/lib/qti-item-react/index.ts",
544
605
  "declarations": [],
545
606
  "exports": [
546
607
  {
@@ -548,36 +609,19 @@
548
609
  "name": "*",
549
610
  "declaration": {
550
611
  "name": "*",
551
- "package": "./qti-item"
612
+ "package": "./qti-item.react"
552
613
  }
553
614
  }
554
615
  ]
555
616
  },
556
617
  {
557
618
  "kind": "javascript-module",
558
- "path": "src/lib/qti-item/qti-item.ts",
619
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
559
620
  "declarations": [
560
621
  {
561
- "kind": "class",
562
- "description": "",
622
+ "kind": "variable",
563
623
  "name": "QtiItem",
564
- "members": [],
565
- "attributes": [
566
- {
567
- "name": "item-location",
568
- "type": {
569
- "text": "string"
570
- },
571
- "default": "''",
572
- "fieldName": "itemLocation"
573
- }
574
- ],
575
- "superclass": {
576
- "name": "LitElement",
577
- "package": "lit"
578
- },
579
- "tagName": "qti-item",
580
- "customElement": true
624
+ "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemConnected: 'qti-item-connected'\n }\n})"
581
625
  }
582
626
  ],
583
627
  "exports": [
@@ -586,15 +630,7 @@
586
630
  "name": "QtiItem",
587
631
  "declaration": {
588
632
  "name": "QtiItem",
589
- "module": "src/lib/qti-item/qti-item.ts"
590
- }
591
- },
592
- {
593
- "kind": "custom-element-definition",
594
- "name": "qti-item",
595
- "declaration": {
596
- "name": "QtiItem",
597
- "module": "src/lib/qti-item/qti-item.ts"
633
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
598
634
  }
599
635
  }
600
636
  ]
@@ -621,7 +657,7 @@
621
657
  {
622
658
  "kind": "variable",
623
659
  "name": "QtiTest",
624
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiAssessmentTestWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemConnected: 'qti-item-connected',\n onRegisterItem: 'register-item-ref',\n onTestRequestItem: 'on-test-request-item'\n }\n})"
660
+ "default": "createComponent({\n tagName: 'qti-test',\n react: React,\n elementClass: QtiAssessmentTestWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemConnected: 'qti-item-connected',\n onRegisterItem: 'register-item-ref',\n onTestRequestItem: 'on-test-request-item'\n }\n})"
625
661
  }
626
662
  ],
627
663
  "exports": [
@@ -635,42 +671,6 @@
635
671
  }
636
672
  ]
637
673
  },
638
- {
639
- "kind": "javascript-module",
640
- "path": "src/lib/qti-item-react/index.ts",
641
- "declarations": [],
642
- "exports": [
643
- {
644
- "kind": "js",
645
- "name": "*",
646
- "declaration": {
647
- "name": "*",
648
- "package": "./qti-item.react"
649
- }
650
- }
651
- ]
652
- },
653
- {
654
- "kind": "javascript-module",
655
- "path": "src/lib/qti-item-react/qti-item.react.ts",
656
- "declarations": [
657
- {
658
- "kind": "variable",
659
- "name": "QtiItem",
660
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemConnected: 'qti-item-connected'\n }\n})"
661
- }
662
- ],
663
- "exports": [
664
- {
665
- "kind": "js",
666
- "name": "QtiItem",
667
- "declaration": {
668
- "name": "QtiItem",
669
- "module": "src/lib/qti-item-react/qti-item.react.ts"
670
- }
671
- }
672
- ]
673
- },
674
674
  {
675
675
  "kind": "javascript-module",
676
676
  "path": "src/lib/qti-test/index.ts",
@@ -2496,6 +2496,89 @@
2496
2496
  }
2497
2497
  ]
2498
2498
  },
2499
+ {
2500
+ "kind": "javascript-module",
2501
+ "path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
2502
+ "declarations": [
2503
+ {
2504
+ "kind": "class",
2505
+ "description": "",
2506
+ "name": "QtiFeedbackBlock",
2507
+ "members": [],
2508
+ "superclass": {
2509
+ "name": "QtiFeedback",
2510
+ "module": "/src/lib/qti-components/qti-feedback/qti-feedback"
2511
+ },
2512
+ "tagName": "qti-feedback-block",
2513
+ "customElement": true,
2514
+ "attributes": [
2515
+ {
2516
+ "name": "show-hide",
2517
+ "type": {
2518
+ "text": "string"
2519
+ },
2520
+ "fieldName": "showHide",
2521
+ "inheritedFrom": {
2522
+ "name": "QtiFeedback",
2523
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
2524
+ }
2525
+ },
2526
+ {
2527
+ "name": "outcome-identifier",
2528
+ "type": {
2529
+ "text": "string"
2530
+ },
2531
+ "fieldName": "outcomeIdentifier",
2532
+ "inheritedFrom": {
2533
+ "name": "QtiFeedback",
2534
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
2535
+ }
2536
+ },
2537
+ {
2538
+ "name": "identifier",
2539
+ "type": {
2540
+ "text": "string"
2541
+ },
2542
+ "fieldName": "identifier",
2543
+ "inheritedFrom": {
2544
+ "name": "QtiFeedback",
2545
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
2546
+ }
2547
+ }
2548
+ ],
2549
+ "events": [
2550
+ {
2551
+ "name": "qti-register-feedback",
2552
+ "type": {
2553
+ "text": "CustomEvent"
2554
+ },
2555
+ "inheritedFrom": {
2556
+ "name": "QtiFeedback",
2557
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
2558
+ }
2559
+ }
2560
+ ]
2561
+ }
2562
+ ],
2563
+ "exports": [
2564
+ {
2565
+ "kind": "js",
2566
+ "name": "QtiFeedbackBlock",
2567
+ "declaration": {
2568
+ "name": "QtiFeedbackBlock",
2569
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
2570
+ }
2571
+ },
2572
+ {
2573
+ "kind": "custom-element-definition",
2574
+ "name": "qti-feedback-block",
2575
+ "declaration": {
2576
+ "name": "QtiFeedbackBlock",
2577
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
2578
+ }
2579
+ }
2580
+ ]
2581
+ },
2499
2582
  {
2500
2583
  "kind": "javascript-module",
2501
2584
  "path": "src/lib/qti-test/components/index.ts",
@@ -3045,18 +3128,18 @@
3045
3128
  },
3046
3129
  {
3047
3130
  "kind": "javascript-module",
3048
- "path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
3131
+ "path": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts",
3049
3132
  "declarations": [
3050
3133
  {
3051
3134
  "kind": "class",
3052
3135
  "description": "",
3053
- "name": "QtiFeedbackBlock",
3136
+ "name": "QtiFeedbackInline",
3054
3137
  "members": [],
3055
3138
  "superclass": {
3056
3139
  "name": "QtiFeedback",
3057
3140
  "module": "/src/lib/qti-components/qti-feedback/qti-feedback"
3058
3141
  },
3059
- "tagName": "qti-feedback-block",
3142
+ "tagName": "qti-feedback-inline",
3060
3143
  "customElement": true,
3061
3144
  "attributes": [
3062
3145
  {
@@ -3110,36 +3193,36 @@
3110
3193
  "exports": [
3111
3194
  {
3112
3195
  "kind": "js",
3113
- "name": "QtiFeedbackBlock",
3196
+ "name": "QtiFeedbackInline",
3114
3197
  "declaration": {
3115
- "name": "QtiFeedbackBlock",
3116
- "module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
3198
+ "name": "QtiFeedbackInline",
3199
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
3117
3200
  }
3118
3201
  },
3119
3202
  {
3120
3203
  "kind": "custom-element-definition",
3121
- "name": "qti-feedback-block",
3204
+ "name": "qti-feedback-inline",
3122
3205
  "declaration": {
3123
- "name": "QtiFeedbackBlock",
3124
- "module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
3206
+ "name": "QtiFeedbackInline",
3207
+ "module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
3125
3208
  }
3126
3209
  }
3127
3210
  ]
3128
3211
  },
3129
3212
  {
3130
3213
  "kind": "javascript-module",
3131
- "path": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts",
3214
+ "path": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts",
3132
3215
  "declarations": [
3133
3216
  {
3134
3217
  "kind": "class",
3135
3218
  "description": "",
3136
- "name": "QtiFeedbackInline",
3219
+ "name": "QtiModalFeedback",
3137
3220
  "members": [],
3138
3221
  "superclass": {
3139
3222
  "name": "QtiFeedback",
3140
3223
  "module": "/src/lib/qti-components/qti-feedback/qti-feedback"
3141
3224
  },
3142
- "tagName": "qti-feedback-inline",
3225
+ "tagName": "qti-modal-feedback",
3143
3226
  "customElement": true,
3144
3227
  "attributes": [
3145
3228
  {
@@ -3193,108 +3276,25 @@
3193
3276
  "exports": [
3194
3277
  {
3195
3278
  "kind": "js",
3196
- "name": "QtiFeedbackInline",
3279
+ "name": "QtiModalFeedback",
3197
3280
  "declaration": {
3198
- "name": "QtiFeedbackInline",
3199
- "module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
3281
+ "name": "QtiModalFeedback",
3282
+ "module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
3200
3283
  }
3201
3284
  },
3202
3285
  {
3203
3286
  "kind": "custom-element-definition",
3204
- "name": "qti-feedback-inline",
3287
+ "name": "qti-modal-feedback",
3205
3288
  "declaration": {
3206
- "name": "QtiFeedbackInline",
3207
- "module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
3289
+ "name": "QtiModalFeedback",
3290
+ "module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
3208
3291
  }
3209
3292
  }
3210
3293
  ]
3211
3294
  },
3212
3295
  {
3213
3296
  "kind": "javascript-module",
3214
- "path": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts",
3215
- "declarations": [
3216
- {
3217
- "kind": "class",
3218
- "description": "",
3219
- "name": "QtiModalFeedback",
3220
- "members": [],
3221
- "superclass": {
3222
- "name": "QtiFeedback",
3223
- "module": "/src/lib/qti-components/qti-feedback/qti-feedback"
3224
- },
3225
- "tagName": "qti-modal-feedback",
3226
- "customElement": true,
3227
- "attributes": [
3228
- {
3229
- "name": "show-hide",
3230
- "type": {
3231
- "text": "string"
3232
- },
3233
- "fieldName": "showHide",
3234
- "inheritedFrom": {
3235
- "name": "QtiFeedback",
3236
- "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
3237
- }
3238
- },
3239
- {
3240
- "name": "outcome-identifier",
3241
- "type": {
3242
- "text": "string"
3243
- },
3244
- "fieldName": "outcomeIdentifier",
3245
- "inheritedFrom": {
3246
- "name": "QtiFeedback",
3247
- "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
3248
- }
3249
- },
3250
- {
3251
- "name": "identifier",
3252
- "type": {
3253
- "text": "string"
3254
- },
3255
- "fieldName": "identifier",
3256
- "inheritedFrom": {
3257
- "name": "QtiFeedback",
3258
- "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
3259
- }
3260
- }
3261
- ],
3262
- "events": [
3263
- {
3264
- "name": "qti-register-feedback",
3265
- "type": {
3266
- "text": "CustomEvent"
3267
- },
3268
- "inheritedFrom": {
3269
- "name": "QtiFeedback",
3270
- "module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
3271
- }
3272
- }
3273
- ]
3274
- }
3275
- ],
3276
- "exports": [
3277
- {
3278
- "kind": "js",
3279
- "name": "QtiModalFeedback",
3280
- "declaration": {
3281
- "name": "QtiModalFeedback",
3282
- "module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
3283
- }
3284
- },
3285
- {
3286
- "kind": "custom-element-definition",
3287
- "name": "qti-modal-feedback",
3288
- "declaration": {
3289
- "name": "QtiModalFeedback",
3290
- "module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
3291
- }
3292
- }
3293
- ]
3294
- },
3295
- {
3296
- "kind": "javascript-module",
3297
- "path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
3297
+ "path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
3298
3298
  "declarations": [
3299
3299
  {
3300
3300
  "kind": "class",
@@ -3571,40 +3571,56 @@
3571
3571
  },
3572
3572
  {
3573
3573
  "kind": "javascript-module",
3574
- "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
3574
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
3575
3575
  "declarations": [
3576
3576
  {
3577
3577
  "kind": "class",
3578
3578
  "description": "",
3579
- "name": "QtiExtendedTextInteraction",
3579
+ "name": "QtiEndAttemptInteraction",
3580
3580
  "members": [],
3581
- "attributes": [
3581
+ "events": [
3582
3582
  {
3583
- "name": "expected-length",
3583
+ "name": "end-attempt",
3584
3584
  "type": {
3585
- "text": "number"
3586
- },
3587
- "description": "expected length is mapped to the property maxlength on the textarea",
3588
- "fieldName": "expectedLength"
3585
+ "text": "CustomEvent"
3586
+ }
3589
3587
  },
3590
3588
  {
3591
- "name": "pattern-mask",
3589
+ "name": "qti-register-interaction",
3592
3590
  "type": {
3593
- "text": "string"
3591
+ "text": "CustomEvent"
3594
3592
  },
3595
- "fieldName": "patternMask"
3593
+ "inheritedFrom": {
3594
+ "name": "Interaction",
3595
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3596
+ }
3596
3597
  },
3597
3598
  {
3598
- "name": "placeholder-text",
3599
+ "name": "qti-interaction-response",
3600
+ "type": {
3601
+ "text": "CustomEvent"
3602
+ },
3603
+ "inheritedFrom": {
3604
+ "name": "Interaction",
3605
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3606
+ }
3607
+ }
3608
+ ],
3609
+ "attributes": [
3610
+ {
3611
+ "name": "count-attempt",
3599
3612
  "type": {
3600
3613
  "text": "string"
3601
3614
  },
3602
- "description": "text appearing in the extended-text-nteraction if it is empty",
3603
- "fieldName": "placeholderText"
3615
+ "default": "'true'",
3616
+ "fieldName": "countAttempt"
3604
3617
  },
3605
3618
  {
3606
- "name": "class",
3607
- "fieldName": "classNames"
3619
+ "name": "title",
3620
+ "type": {
3621
+ "text": "'end attempt'"
3622
+ },
3623
+ "fieldName": "title"
3608
3624
  },
3609
3625
  {
3610
3626
  "name": "response-identifier",
@@ -3649,103 +3665,71 @@
3649
3665
  "name": "Interaction",
3650
3666
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3651
3667
  },
3652
- "tagName": "qti-extended-text-interaction",
3653
- "customElement": true,
3654
- "events": [
3655
- {
3656
- "name": "qti-register-interaction",
3657
- "type": {
3658
- "text": "CustomEvent"
3659
- },
3660
- "inheritedFrom": {
3661
- "name": "Interaction",
3662
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3663
- }
3664
- },
3665
- {
3666
- "name": "qti-interaction-response",
3667
- "type": {
3668
- "text": "CustomEvent"
3669
- },
3670
- "inheritedFrom": {
3671
- "name": "Interaction",
3672
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3673
- }
3674
- }
3675
- ]
3668
+ "tagName": "qti-end-attempt-interaction",
3669
+ "customElement": true
3676
3670
  }
3677
3671
  ],
3678
3672
  "exports": [
3679
3673
  {
3680
3674
  "kind": "js",
3681
- "name": "QtiExtendedTextInteraction",
3675
+ "name": "QtiEndAttemptInteraction",
3682
3676
  "declaration": {
3683
- "name": "QtiExtendedTextInteraction",
3684
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3677
+ "name": "QtiEndAttemptInteraction",
3678
+ "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
3685
3679
  }
3686
3680
  },
3687
3681
  {
3688
3682
  "kind": "custom-element-definition",
3689
- "name": "qti-extended-text-interaction",
3683
+ "name": "qti-end-attempt-interaction",
3690
3684
  "declaration": {
3691
- "name": "QtiExtendedTextInteraction",
3692
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3685
+ "name": "QtiEndAttemptInteraction",
3686
+ "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
3693
3687
  }
3694
3688
  }
3695
3689
  ]
3696
3690
  },
3697
3691
  {
3698
3692
  "kind": "javascript-module",
3699
- "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
3693
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.xml",
3694
+ "declarations": [],
3695
+ "exports": []
3696
+ },
3697
+ {
3698
+ "kind": "javascript-module",
3699
+ "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
3700
3700
  "declarations": [
3701
3701
  {
3702
3702
  "kind": "class",
3703
3703
  "description": "",
3704
- "name": "QtiEndAttemptInteraction",
3704
+ "name": "QtiExtendedTextInteraction",
3705
3705
  "members": [],
3706
- "events": [
3707
- {
3708
- "name": "end-attempt",
3709
- "type": {
3710
- "text": "CustomEvent"
3711
- }
3712
- },
3706
+ "attributes": [
3713
3707
  {
3714
- "name": "qti-register-interaction",
3708
+ "name": "expected-length",
3715
3709
  "type": {
3716
- "text": "CustomEvent"
3710
+ "text": "number"
3717
3711
  },
3718
- "inheritedFrom": {
3719
- "name": "Interaction",
3720
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3721
- }
3712
+ "description": "expected length is mapped to the property maxlength on the textarea",
3713
+ "fieldName": "expectedLength"
3722
3714
  },
3723
3715
  {
3724
- "name": "qti-interaction-response",
3716
+ "name": "pattern-mask",
3725
3717
  "type": {
3726
- "text": "CustomEvent"
3718
+ "text": "string"
3727
3719
  },
3728
- "inheritedFrom": {
3729
- "name": "Interaction",
3730
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3731
- }
3732
- }
3733
- ],
3734
- "attributes": [
3720
+ "fieldName": "patternMask"
3721
+ },
3735
3722
  {
3736
- "name": "count-attempt",
3723
+ "name": "placeholder-text",
3737
3724
  "type": {
3738
3725
  "text": "string"
3739
3726
  },
3740
- "default": "'true'",
3741
- "fieldName": "countAttempt"
3727
+ "description": "text appearing in the extended-text-nteraction if it is empty",
3728
+ "fieldName": "placeholderText"
3742
3729
  },
3743
3730
  {
3744
- "name": "title",
3745
- "type": {
3746
- "text": "'end attempt'"
3747
- },
3748
- "fieldName": "title"
3731
+ "name": "class",
3732
+ "fieldName": "classNames"
3749
3733
  },
3750
3734
  {
3751
3735
  "name": "response-identifier",
@@ -3790,35 +3774,51 @@
3790
3774
  "name": "Interaction",
3791
3775
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3792
3776
  },
3793
- "tagName": "qti-end-attempt-interaction",
3794
- "customElement": true
3777
+ "tagName": "qti-extended-text-interaction",
3778
+ "customElement": true,
3779
+ "events": [
3780
+ {
3781
+ "name": "qti-register-interaction",
3782
+ "type": {
3783
+ "text": "CustomEvent"
3784
+ },
3785
+ "inheritedFrom": {
3786
+ "name": "Interaction",
3787
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3788
+ }
3789
+ },
3790
+ {
3791
+ "name": "qti-interaction-response",
3792
+ "type": {
3793
+ "text": "CustomEvent"
3794
+ },
3795
+ "inheritedFrom": {
3796
+ "name": "Interaction",
3797
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3798
+ }
3799
+ }
3800
+ ]
3795
3801
  }
3796
3802
  ],
3797
3803
  "exports": [
3798
3804
  {
3799
3805
  "kind": "js",
3800
- "name": "QtiEndAttemptInteraction",
3806
+ "name": "QtiExtendedTextInteraction",
3801
3807
  "declaration": {
3802
- "name": "QtiEndAttemptInteraction",
3803
- "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
3808
+ "name": "QtiExtendedTextInteraction",
3809
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3804
3810
  }
3805
3811
  },
3806
3812
  {
3807
3813
  "kind": "custom-element-definition",
3808
- "name": "qti-end-attempt-interaction",
3814
+ "name": "qti-extended-text-interaction",
3809
3815
  "declaration": {
3810
- "name": "QtiEndAttemptInteraction",
3811
- "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
3816
+ "name": "QtiExtendedTextInteraction",
3817
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3812
3818
  }
3813
3819
  }
3814
3820
  ]
3815
3821
  },
3816
- {
3817
- "kind": "javascript-module",
3818
- "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.xml",
3819
- "declarations": [],
3820
- "exports": []
3821
- },
3822
3822
  {
3823
3823
  "kind": "javascript-module",
3824
3824
  "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
@@ -4775,18 +4775,21 @@
4775
4775
  },
4776
4776
  {
4777
4777
  "kind": "javascript-module",
4778
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
4778
+ "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
4779
4779
  "declarations": [
4780
4780
  {
4781
4781
  "kind": "class",
4782
4782
  "description": "",
4783
- "name": "QtiMediaInteraction",
4783
+ "name": "QtiOrderInteraction",
4784
4784
  "members": [],
4785
4785
  "attributes": [
4786
4786
  {
4787
- "name": "",
4788
- "fieldName": "",
4789
- "attribute": ""
4787
+ "name": "orientation",
4788
+ "type": {
4789
+ "text": "'horizontal' | 'vertical'"
4790
+ },
4791
+ "description": "orientation of choices",
4792
+ "fieldName": "orientation"
4790
4793
  },
4791
4794
  {
4792
4795
  "name": "response-identifier",
@@ -4796,8 +4799,8 @@
4796
4799
  "default": "''",
4797
4800
  "fieldName": "responseIdentifier",
4798
4801
  "inheritedFrom": {
4799
- "name": "Interaction",
4800
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4802
+ "name": "DragDropInteractionMixin",
4803
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4801
4804
  }
4802
4805
  },
4803
4806
  {
@@ -4806,11 +4809,10 @@
4806
4809
  "text": "boolean"
4807
4810
  },
4808
4811
  "default": "false",
4809
- "description": "disabled should be exposed to the attributes and accessible as property",
4810
4812
  "fieldName": "disabled",
4811
4813
  "inheritedFrom": {
4812
- "name": "Interaction",
4813
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4814
+ "name": "DroppablesMixin",
4815
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4814
4816
  }
4815
4817
  },
4816
4818
  {
@@ -4819,19 +4821,48 @@
4819
4821
  "text": "boolean"
4820
4822
  },
4821
4823
  "default": "false",
4822
- "description": "readonly should be exposed to the attributes and accessible as property",
4823
4824
  "fieldName": "readonly",
4824
4825
  "inheritedFrom": {
4825
- "name": "Interaction",
4826
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4826
+ "name": "DragDropInteractionMixin",
4827
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4828
+ }
4829
+ },
4830
+ {
4831
+ "name": "min-associations",
4832
+ "type": {
4833
+ "text": "number"
4834
+ },
4835
+ "default": "1",
4836
+ "fieldName": "minAssociations",
4837
+ "inheritedFrom": {
4838
+ "name": "DragDropInteractionMixin",
4839
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4840
+ }
4841
+ },
4842
+ {
4843
+ "name": "max-associations",
4844
+ "type": {
4845
+ "text": "number"
4846
+ },
4847
+ "default": "1",
4848
+ "fieldName": "maxAssociations",
4849
+ "inheritedFrom": {
4850
+ "name": "DragDropInteractionMixin",
4851
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4827
4852
  }
4828
4853
  }
4829
4854
  ],
4855
+ "mixins": [
4856
+ {
4857
+ "name": "DragDropInteractionMixin",
4858
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4859
+ }
4860
+ ],
4830
4861
  "superclass": {
4831
- "name": "Interaction",
4832
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4862
+ "name": "LitElement",
4863
+ "package": "lit"
4833
4864
  },
4834
- "tagName": "qti-media-interaction",
4865
+ "tagName": "qti-order-interaction",
4835
4866
  "customElement": true,
4836
4867
  "events": [
4837
4868
  {
@@ -4840,8 +4871,8 @@
4840
4871
  "text": "CustomEvent"
4841
4872
  },
4842
4873
  "inheritedFrom": {
4843
- "name": "Interaction",
4844
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4874
+ "name": "DragDropInteractionMixin",
4875
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4845
4876
  }
4846
4877
  },
4847
4878
  {
@@ -4850,8 +4881,8 @@
4850
4881
  "text": "CustomEvent"
4851
4882
  },
4852
4883
  "inheritedFrom": {
4853
- "name": "Interaction",
4854
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4884
+ "name": "DragDropInteractionMixin",
4885
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4855
4886
  }
4856
4887
  }
4857
4888
  ]
@@ -4860,45 +4891,36 @@
4860
4891
  "exports": [
4861
4892
  {
4862
4893
  "kind": "js",
4863
- "name": "QtiMediaInteraction",
4894
+ "name": "QtiOrderInteraction",
4864
4895
  "declaration": {
4865
- "name": "QtiMediaInteraction",
4866
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
4896
+ "name": "QtiOrderInteraction",
4897
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4867
4898
  }
4868
4899
  },
4869
4900
  {
4870
4901
  "kind": "custom-element-definition",
4871
- "name": "qti-media-interaction",
4902
+ "name": "qti-order-interaction",
4872
4903
  "declaration": {
4873
- "name": "QtiMediaInteraction",
4874
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
4904
+ "name": "QtiOrderInteraction",
4905
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4875
4906
  }
4876
4907
  }
4877
4908
  ]
4878
4909
  },
4879
4910
  {
4880
4911
  "kind": "javascript-module",
4881
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
4882
- "declarations": [],
4883
- "exports": []
4884
- },
4885
- {
4886
- "kind": "javascript-module",
4887
- "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
4912
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
4888
4913
  "declarations": [
4889
4914
  {
4890
4915
  "kind": "class",
4891
4916
  "description": "",
4892
- "name": "QtiOrderInteraction",
4917
+ "name": "QtiMediaInteraction",
4893
4918
  "members": [],
4894
4919
  "attributes": [
4895
4920
  {
4896
- "name": "orientation",
4897
- "type": {
4898
- "text": "'horizontal' | 'vertical'"
4899
- },
4900
- "description": "orientation of choices",
4901
- "fieldName": "orientation"
4921
+ "name": "",
4922
+ "fieldName": "",
4923
+ "attribute": ""
4902
4924
  },
4903
4925
  {
4904
4926
  "name": "response-identifier",
@@ -4908,8 +4930,8 @@
4908
4930
  "default": "''",
4909
4931
  "fieldName": "responseIdentifier",
4910
4932
  "inheritedFrom": {
4911
- "name": "DragDropInteractionMixin",
4912
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4933
+ "name": "Interaction",
4934
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4913
4935
  }
4914
4936
  },
4915
4937
  {
@@ -4918,10 +4940,11 @@
4918
4940
  "text": "boolean"
4919
4941
  },
4920
4942
  "default": "false",
4943
+ "description": "disabled should be exposed to the attributes and accessible as property",
4921
4944
  "fieldName": "disabled",
4922
4945
  "inheritedFrom": {
4923
- "name": "DroppablesMixin",
4924
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4946
+ "name": "Interaction",
4947
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4925
4948
  }
4926
4949
  },
4927
4950
  {
@@ -4930,48 +4953,19 @@
4930
4953
  "text": "boolean"
4931
4954
  },
4932
4955
  "default": "false",
4956
+ "description": "readonly should be exposed to the attributes and accessible as property",
4933
4957
  "fieldName": "readonly",
4934
4958
  "inheritedFrom": {
4935
- "name": "DragDropInteractionMixin",
4936
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4937
- }
4938
- },
4939
- {
4940
- "name": "min-associations",
4941
- "type": {
4942
- "text": "number"
4943
- },
4944
- "default": "1",
4945
- "fieldName": "minAssociations",
4946
- "inheritedFrom": {
4947
- "name": "DragDropInteractionMixin",
4948
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4949
- }
4950
- },
4951
- {
4952
- "name": "max-associations",
4953
- "type": {
4954
- "text": "number"
4955
- },
4956
- "default": "1",
4957
- "fieldName": "maxAssociations",
4958
- "inheritedFrom": {
4959
- "name": "DragDropInteractionMixin",
4960
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4959
+ "name": "Interaction",
4960
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4961
4961
  }
4962
4962
  }
4963
4963
  ],
4964
- "mixins": [
4965
- {
4966
- "name": "DragDropInteractionMixin",
4967
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4968
- }
4969
- ],
4970
4964
  "superclass": {
4971
- "name": "LitElement",
4972
- "package": "lit"
4965
+ "name": "Interaction",
4966
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4973
4967
  },
4974
- "tagName": "qti-order-interaction",
4968
+ "tagName": "qti-media-interaction",
4975
4969
  "customElement": true,
4976
4970
  "events": [
4977
4971
  {
@@ -4980,8 +4974,8 @@
4980
4974
  "text": "CustomEvent"
4981
4975
  },
4982
4976
  "inheritedFrom": {
4983
- "name": "DragDropInteractionMixin",
4984
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4977
+ "name": "Interaction",
4978
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4985
4979
  }
4986
4980
  },
4987
4981
  {
@@ -4990,8 +4984,8 @@
4990
4984
  "text": "CustomEvent"
4991
4985
  },
4992
4986
  "inheritedFrom": {
4993
- "name": "DragDropInteractionMixin",
4994
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4987
+ "name": "Interaction",
4988
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4995
4989
  }
4996
4990
  }
4997
4991
  ]
@@ -5000,22 +4994,28 @@
5000
4994
  "exports": [
5001
4995
  {
5002
4996
  "kind": "js",
5003
- "name": "QtiOrderInteraction",
4997
+ "name": "QtiMediaInteraction",
5004
4998
  "declaration": {
5005
- "name": "QtiOrderInteraction",
5006
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4999
+ "name": "QtiMediaInteraction",
5000
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
5007
5001
  }
5008
5002
  },
5009
5003
  {
5010
5004
  "kind": "custom-element-definition",
5011
- "name": "qti-order-interaction",
5005
+ "name": "qti-media-interaction",
5012
5006
  "declaration": {
5013
- "name": "QtiOrderInteraction",
5014
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
5007
+ "name": "QtiMediaInteraction",
5008
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
5015
5009
  }
5016
5010
  }
5017
5011
  ]
5018
5012
  },
5013
+ {
5014
+ "kind": "javascript-module",
5015
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
5016
+ "declarations": [],
5017
+ "exports": []
5018
+ },
5019
5019
  {
5020
5020
  "kind": "javascript-module",
5021
5021
  "path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
@@ -5678,42 +5678,6 @@
5678
5678
  }
5679
5679
  ]
5680
5680
  },
5681
- {
5682
- "kind": "javascript-module",
5683
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
5684
- "declarations": [
5685
- {
5686
- "kind": "class",
5687
- "description": "",
5688
- "name": "QtiRule",
5689
- "members": [],
5690
- "superclass": {
5691
- "name": "LitElement",
5692
- "package": "lit"
5693
- },
5694
- "tagName": "qti-rule",
5695
- "customElement": true
5696
- }
5697
- ],
5698
- "exports": [
5699
- {
5700
- "kind": "js",
5701
- "name": "QtiRule",
5702
- "declaration": {
5703
- "name": "QtiRule",
5704
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
5705
- }
5706
- },
5707
- {
5708
- "kind": "custom-element-definition",
5709
- "name": "qti-rule",
5710
- "declaration": {
5711
- "name": "QtiRule",
5712
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
5713
- }
5714
- }
5715
- ]
5716
- },
5717
5681
  {
5718
5682
  "kind": "javascript-module",
5719
5683
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
@@ -5947,37 +5911,73 @@
5947
5911
  "exports": [
5948
5912
  {
5949
5913
  "kind": "js",
5950
- "name": "QtiConditionExpression",
5914
+ "name": "QtiConditionExpression",
5915
+ "declaration": {
5916
+ "name": "QtiConditionExpression",
5917
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
5918
+ }
5919
+ }
5920
+ ]
5921
+ },
5922
+ {
5923
+ "kind": "javascript-module",
5924
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
5925
+ "declarations": [
5926
+ {
5927
+ "kind": "class",
5928
+ "description": "",
5929
+ "name": "QtiExpression",
5930
+ "members": [],
5931
+ "superclass": {
5932
+ "name": "LitElement",
5933
+ "package": "lit"
5934
+ },
5935
+ "customElement": true
5936
+ }
5937
+ ],
5938
+ "exports": [
5939
+ {
5940
+ "kind": "js",
5941
+ "name": "QtiExpression",
5951
5942
  "declaration": {
5952
- "name": "QtiConditionExpression",
5953
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
5943
+ "name": "QtiExpression",
5944
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
5954
5945
  }
5955
5946
  }
5956
5947
  ]
5957
5948
  },
5958
5949
  {
5959
5950
  "kind": "javascript-module",
5960
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
5951
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
5961
5952
  "declarations": [
5962
5953
  {
5963
5954
  "kind": "class",
5964
5955
  "description": "",
5965
- "name": "QtiExpression",
5956
+ "name": "QtiRule",
5966
5957
  "members": [],
5967
5958
  "superclass": {
5968
5959
  "name": "LitElement",
5969
5960
  "package": "lit"
5970
5961
  },
5962
+ "tagName": "qti-rule",
5971
5963
  "customElement": true
5972
5964
  }
5973
5965
  ],
5974
5966
  "exports": [
5975
5967
  {
5976
5968
  "kind": "js",
5977
- "name": "QtiExpression",
5969
+ "name": "QtiRule",
5978
5970
  "declaration": {
5979
- "name": "QtiExpression",
5980
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
5971
+ "name": "QtiRule",
5972
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
5973
+ }
5974
+ },
5975
+ {
5976
+ "kind": "custom-element-definition",
5977
+ "name": "qti-rule",
5978
+ "declaration": {
5979
+ "name": "QtiRule",
5980
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
5981
5981
  }
5982
5982
  }
5983
5983
  ]
@@ -6477,6 +6477,52 @@
6477
6477
  }
6478
6478
  ]
6479
6479
  },
6480
+ {
6481
+ "kind": "javascript-module",
6482
+ "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
6483
+ "declarations": [
6484
+ {
6485
+ "kind": "function",
6486
+ "name": "positionHotspots",
6487
+ "parameters": [
6488
+ {
6489
+ "name": "shape",
6490
+ "type": {
6491
+ "text": "string"
6492
+ }
6493
+ },
6494
+ {
6495
+ "name": "coordsNumber",
6496
+ "type": {
6497
+ "text": "number[]"
6498
+ }
6499
+ },
6500
+ {
6501
+ "name": "img",
6502
+ "type": {
6503
+ "text": "HTMLImageElement"
6504
+ }
6505
+ },
6506
+ {
6507
+ "name": "hotspot",
6508
+ "type": {
6509
+ "text": "QtiHotspotChoice"
6510
+ }
6511
+ }
6512
+ ]
6513
+ }
6514
+ ],
6515
+ "exports": [
6516
+ {
6517
+ "kind": "js",
6518
+ "name": "positionHotspots",
6519
+ "declaration": {
6520
+ "name": "positionHotspots",
6521
+ "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
6522
+ }
6523
+ }
6524
+ ]
6525
+ },
6480
6526
  {
6481
6527
  "kind": "javascript-module",
6482
6528
  "path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
@@ -6768,52 +6814,6 @@
6768
6814
  }
6769
6815
  ]
6770
6816
  },
6771
- {
6772
- "kind": "javascript-module",
6773
- "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
6774
- "declarations": [
6775
- {
6776
- "kind": "function",
6777
- "name": "positionHotspots",
6778
- "parameters": [
6779
- {
6780
- "name": "shape",
6781
- "type": {
6782
- "text": "string"
6783
- }
6784
- },
6785
- {
6786
- "name": "coordsNumber",
6787
- "type": {
6788
- "text": "number[]"
6789
- }
6790
- },
6791
- {
6792
- "name": "img",
6793
- "type": {
6794
- "text": "HTMLImageElement"
6795
- }
6796
- },
6797
- {
6798
- "name": "hotspot",
6799
- "type": {
6800
- "text": "QtiHotspotChoice"
6801
- }
6802
- }
6803
- ]
6804
- }
6805
- ],
6806
- "exports": [
6807
- {
6808
- "kind": "js",
6809
- "name": "positionHotspots",
6810
- "declaration": {
6811
- "name": "positionHotspots",
6812
- "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
6813
- }
6814
- }
6815
- ]
6816
- },
6817
6817
  {
6818
6818
  "kind": "javascript-module",
6819
6819
  "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
@@ -6938,86 +6938,6 @@
6938
6938
  }
6939
6939
  ]
6940
6940
  },
6941
- {
6942
- "kind": "javascript-module",
6943
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
6944
- "declarations": [
6945
- {
6946
- "kind": "class",
6947
- "description": "",
6948
- "name": "QtiResponseCondition",
6949
- "members": [],
6950
- "superclass": {
6951
- "name": "QtiRule",
6952
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6953
- },
6954
- "tagName": "qti-response-condition",
6955
- "customElement": true
6956
- }
6957
- ],
6958
- "exports": [
6959
- {
6960
- "kind": "js",
6961
- "name": "QtiResponseCondition",
6962
- "declaration": {
6963
- "name": "QtiResponseCondition",
6964
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6965
- }
6966
- },
6967
- {
6968
- "kind": "custom-element-definition",
6969
- "name": "qti-response-condition",
6970
- "declaration": {
6971
- "name": "QtiResponseCondition",
6972
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6973
- }
6974
- }
6975
- ]
6976
- },
6977
- {
6978
- "kind": "javascript-module",
6979
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
6980
- "declarations": [
6981
- {
6982
- "kind": "class",
6983
- "description": "",
6984
- "name": "QtiSetOutcomeValue",
6985
- "members": [],
6986
- "events": [
6987
- {
6988
- "name": "qti-set-outcome-value",
6989
- "type": {
6990
- "text": "CustomEvent"
6991
- }
6992
- }
6993
- ],
6994
- "superclass": {
6995
- "name": "QtiRule",
6996
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6997
- },
6998
- "tagName": "qti-set-outcome-value",
6999
- "customElement": true
7000
- }
7001
- ],
7002
- "exports": [
7003
- {
7004
- "kind": "js",
7005
- "name": "QtiSetOutcomeValue",
7006
- "declaration": {
7007
- "name": "QtiSetOutcomeValue",
7008
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
7009
- }
7010
- },
7011
- {
7012
- "kind": "custom-element-definition",
7013
- "name": "qti-set-outcome-value",
7014
- "declaration": {
7015
- "name": "QtiSetOutcomeValue",
7016
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
7017
- }
7018
- }
7019
- ]
7020
- },
7021
6941
  {
7022
6942
  "kind": "javascript-module",
7023
6943
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
@@ -7220,82 +7140,82 @@
7220
7140
  },
7221
7141
  {
7222
7142
  "kind": "javascript-module",
7223
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
7143
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
7224
7144
  "declarations": [
7225
7145
  {
7226
7146
  "kind": "class",
7227
7147
  "description": "",
7228
- "name": "QtiEqualRounded",
7148
+ "name": "QtiGt",
7229
7149
  "members": [],
7230
- "attributes": [
7231
- {
7232
- "name": "roundingMode",
7233
- "type": {
7234
- "text": "'decimalPlaces' | 'significantFigures'"
7235
- },
7236
- "default": "'significantFigures'",
7237
- "fieldName": "roundingMode"
7238
- }
7239
- ],
7240
7150
  "superclass": {
7241
7151
  "name": "QtiExpression",
7242
7152
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7243
7153
  },
7244
- "tagName": "qti-equal-rounded",
7154
+ "tagName": "qti-gt",
7245
7155
  "customElement": true
7246
7156
  }
7247
7157
  ],
7248
7158
  "exports": [
7249
7159
  {
7250
7160
  "kind": "js",
7251
- "name": "QtiEqualRounded",
7161
+ "name": "QtiGt",
7252
7162
  "declaration": {
7253
- "name": "QtiEqualRounded",
7254
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
7163
+ "name": "QtiGt",
7164
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7255
7165
  }
7256
7166
  },
7257
7167
  {
7258
7168
  "kind": "custom-element-definition",
7259
- "name": "qti-equal-rounded",
7169
+ "name": "qti-gt",
7260
7170
  "declaration": {
7261
- "name": "QtiEqualRounded",
7262
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
7171
+ "name": "QtiGt",
7172
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7263
7173
  }
7264
7174
  }
7265
7175
  ]
7266
7176
  },
7267
7177
  {
7268
7178
  "kind": "javascript-module",
7269
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
7179
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
7270
7180
  "declarations": [
7271
7181
  {
7272
7182
  "kind": "class",
7273
7183
  "description": "",
7274
- "name": "QtiGt",
7184
+ "name": "QtiEqualRounded",
7275
7185
  "members": [],
7186
+ "attributes": [
7187
+ {
7188
+ "name": "roundingMode",
7189
+ "type": {
7190
+ "text": "'decimalPlaces' | 'significantFigures'"
7191
+ },
7192
+ "default": "'significantFigures'",
7193
+ "fieldName": "roundingMode"
7194
+ }
7195
+ ],
7276
7196
  "superclass": {
7277
7197
  "name": "QtiExpression",
7278
7198
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7279
7199
  },
7280
- "tagName": "qti-gt",
7200
+ "tagName": "qti-equal-rounded",
7281
7201
  "customElement": true
7282
7202
  }
7283
7203
  ],
7284
7204
  "exports": [
7285
7205
  {
7286
7206
  "kind": "js",
7287
- "name": "QtiGt",
7207
+ "name": "QtiEqualRounded",
7288
7208
  "declaration": {
7289
- "name": "QtiGt",
7290
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7209
+ "name": "QtiEqualRounded",
7210
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
7291
7211
  }
7292
7212
  },
7293
7213
  {
7294
7214
  "kind": "custom-element-definition",
7295
- "name": "qti-gt",
7215
+ "name": "qti-equal-rounded",
7296
7216
  "declaration": {
7297
- "name": "QtiGt",
7298
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
7217
+ "name": "QtiEqualRounded",
7218
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
7299
7219
  }
7300
7220
  }
7301
7221
  ]
@@ -7408,42 +7328,6 @@
7408
7328
  }
7409
7329
  ]
7410
7330
  },
7411
- {
7412
- "kind": "javascript-module",
7413
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
7414
- "declarations": [
7415
- {
7416
- "kind": "class",
7417
- "description": "",
7418
- "name": "QtiLte",
7419
- "members": [],
7420
- "superclass": {
7421
- "name": "QtiConditionExpression",
7422
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7423
- },
7424
- "tagName": "qti-lte",
7425
- "customElement": true
7426
- }
7427
- ],
7428
- "exports": [
7429
- {
7430
- "kind": "js",
7431
- "name": "QtiLte",
7432
- "declaration": {
7433
- "name": "QtiLte",
7434
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7435
- }
7436
- },
7437
- {
7438
- "kind": "custom-element-definition",
7439
- "name": "qti-lte",
7440
- "declaration": {
7441
- "name": "QtiLte",
7442
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7443
- }
7444
- }
7445
- ]
7446
- },
7447
7331
  {
7448
7332
  "kind": "javascript-module",
7449
7333
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapping/qti-mapping.ts",
@@ -7504,6 +7388,42 @@
7504
7388
  }
7505
7389
  ]
7506
7390
  },
7391
+ {
7392
+ "kind": "javascript-module",
7393
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
7394
+ "declarations": [
7395
+ {
7396
+ "kind": "class",
7397
+ "description": "",
7398
+ "name": "QtiLte",
7399
+ "members": [],
7400
+ "superclass": {
7401
+ "name": "QtiConditionExpression",
7402
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7403
+ },
7404
+ "tagName": "qti-lte",
7405
+ "customElement": true
7406
+ }
7407
+ ],
7408
+ "exports": [
7409
+ {
7410
+ "kind": "js",
7411
+ "name": "QtiLte",
7412
+ "declaration": {
7413
+ "name": "QtiLte",
7414
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7415
+ }
7416
+ },
7417
+ {
7418
+ "kind": "custom-element-definition",
7419
+ "name": "qti-lte",
7420
+ "declaration": {
7421
+ "name": "QtiLte",
7422
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
7423
+ }
7424
+ }
7425
+ ]
7426
+ },
7507
7427
  {
7508
7428
  "kind": "javascript-module",
7509
7429
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
@@ -7659,72 +7579,72 @@
7659
7579
  },
7660
7580
  {
7661
7581
  "kind": "javascript-module",
7662
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
7582
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
7663
7583
  "declarations": [
7664
7584
  {
7665
7585
  "kind": "class",
7666
7586
  "description": "",
7667
- "name": "QtiOr",
7587
+ "name": "QtiNot",
7668
7588
  "members": [],
7669
7589
  "superclass": {
7670
- "name": "QtiConditionExpression",
7671
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7590
+ "name": "QtiExpression",
7591
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7672
7592
  },
7673
- "tagName": "qti-or",
7593
+ "tagName": "qti-not",
7674
7594
  "customElement": true
7675
7595
  }
7676
7596
  ],
7677
7597
  "exports": [
7678
7598
  {
7679
7599
  "kind": "js",
7680
- "name": "QtiOr",
7600
+ "name": "QtiNot",
7681
7601
  "declaration": {
7682
- "name": "QtiOr",
7683
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
7602
+ "name": "QtiNot",
7603
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
7684
7604
  }
7685
7605
  },
7686
7606
  {
7687
7607
  "kind": "custom-element-definition",
7688
- "name": "qti-or",
7608
+ "name": "qti-not",
7689
7609
  "declaration": {
7690
- "name": "QtiOr",
7691
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
7610
+ "name": "QtiNot",
7611
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
7692
7612
  }
7693
7613
  }
7694
7614
  ]
7695
7615
  },
7696
7616
  {
7697
7617
  "kind": "javascript-module",
7698
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
7618
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
7699
7619
  "declarations": [
7700
7620
  {
7701
7621
  "kind": "class",
7702
7622
  "description": "",
7703
- "name": "QtiNot",
7623
+ "name": "QtiOr",
7704
7624
  "members": [],
7705
7625
  "superclass": {
7706
- "name": "QtiExpression",
7707
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7626
+ "name": "QtiConditionExpression",
7627
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7708
7628
  },
7709
- "tagName": "qti-not",
7629
+ "tagName": "qti-or",
7710
7630
  "customElement": true
7711
7631
  }
7712
7632
  ],
7713
7633
  "exports": [
7714
7634
  {
7715
7635
  "kind": "js",
7716
- "name": "QtiNot",
7636
+ "name": "QtiOr",
7717
7637
  "declaration": {
7718
- "name": "QtiNot",
7719
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
7638
+ "name": "QtiOr",
7639
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
7720
7640
  }
7721
7641
  },
7722
7642
  {
7723
7643
  "kind": "custom-element-definition",
7724
- "name": "qti-not",
7644
+ "name": "qti-or",
7725
7645
  "declaration": {
7726
- "name": "QtiNot",
7727
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
7646
+ "name": "QtiOr",
7647
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
7728
7648
  }
7729
7649
  }
7730
7650
  ]
@@ -7810,6 +7730,52 @@
7810
7730
  }
7811
7731
  ]
7812
7732
  },
7733
+ {
7734
+ "kind": "javascript-module",
7735
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts",
7736
+ "declarations": [
7737
+ {
7738
+ "kind": "class",
7739
+ "description": "",
7740
+ "name": "QtiStringMatch",
7741
+ "members": [],
7742
+ "attributes": [
7743
+ {
7744
+ "name": "case-sensitive",
7745
+ "type": {
7746
+ "text": "string"
7747
+ },
7748
+ "default": "'true'",
7749
+ "fieldName": "caseSensitive"
7750
+ }
7751
+ ],
7752
+ "superclass": {
7753
+ "name": "QtiExpression",
7754
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7755
+ },
7756
+ "tagName": "qti-string-match",
7757
+ "customElement": true
7758
+ }
7759
+ ],
7760
+ "exports": [
7761
+ {
7762
+ "kind": "js",
7763
+ "name": "QtiStringMatch",
7764
+ "declaration": {
7765
+ "name": "QtiStringMatch",
7766
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
7767
+ }
7768
+ },
7769
+ {
7770
+ "kind": "custom-element-definition",
7771
+ "name": "qti-string-match",
7772
+ "declaration": {
7773
+ "name": "QtiStringMatch",
7774
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
7775
+ }
7776
+ }
7777
+ ]
7778
+ },
7813
7779
  {
7814
7780
  "kind": "javascript-module",
7815
7781
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-product/qti-product.ts",
@@ -7848,46 +7814,36 @@
7848
7814
  },
7849
7815
  {
7850
7816
  "kind": "javascript-module",
7851
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts",
7817
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts",
7852
7818
  "declarations": [
7853
7819
  {
7854
7820
  "kind": "class",
7855
7821
  "description": "",
7856
- "name": "QtiStringMatch",
7822
+ "name": "QtiSum",
7857
7823
  "members": [],
7858
- "attributes": [
7859
- {
7860
- "name": "case-sensitive",
7861
- "type": {
7862
- "text": "string"
7863
- },
7864
- "default": "'true'",
7865
- "fieldName": "caseSensitive"
7866
- }
7867
- ],
7868
7824
  "superclass": {
7869
7825
  "name": "QtiExpression",
7870
7826
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7871
7827
  },
7872
- "tagName": "qti-string-match",
7828
+ "tagName": "qti-sum",
7873
7829
  "customElement": true
7874
7830
  }
7875
7831
  ],
7876
7832
  "exports": [
7877
7833
  {
7878
7834
  "kind": "js",
7879
- "name": "QtiStringMatch",
7835
+ "name": "QtiSum",
7880
7836
  "declaration": {
7881
- "name": "QtiStringMatch",
7882
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
7837
+ "name": "QtiSum",
7838
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
7883
7839
  }
7884
7840
  },
7885
7841
  {
7886
7842
  "kind": "custom-element-definition",
7887
- "name": "qti-string-match",
7843
+ "name": "qti-sum",
7888
7844
  "declaration": {
7889
- "name": "QtiStringMatch",
7890
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
7845
+ "name": "QtiSum",
7846
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
7891
7847
  }
7892
7848
  }
7893
7849
  ]
@@ -7930,36 +7886,80 @@
7930
7886
  },
7931
7887
  {
7932
7888
  "kind": "javascript-module",
7933
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts",
7889
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
7934
7890
  "declarations": [
7935
7891
  {
7936
7892
  "kind": "class",
7937
7893
  "description": "",
7938
- "name": "QtiSum",
7894
+ "name": "QtiResponseCondition",
7939
7895
  "members": [],
7940
7896
  "superclass": {
7941
- "name": "QtiExpression",
7942
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7897
+ "name": "QtiRule",
7898
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
7943
7899
  },
7944
- "tagName": "qti-sum",
7900
+ "tagName": "qti-response-condition",
7945
7901
  "customElement": true
7946
7902
  }
7947
7903
  ],
7948
7904
  "exports": [
7949
7905
  {
7950
7906
  "kind": "js",
7951
- "name": "QtiSum",
7907
+ "name": "QtiResponseCondition",
7952
7908
  "declaration": {
7953
- "name": "QtiSum",
7954
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
7909
+ "name": "QtiResponseCondition",
7910
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
7955
7911
  }
7956
7912
  },
7957
7913
  {
7958
7914
  "kind": "custom-element-definition",
7959
- "name": "qti-sum",
7915
+ "name": "qti-response-condition",
7960
7916
  "declaration": {
7961
- "name": "QtiSum",
7962
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
7917
+ "name": "QtiResponseCondition",
7918
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
7919
+ }
7920
+ }
7921
+ ]
7922
+ },
7923
+ {
7924
+ "kind": "javascript-module",
7925
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
7926
+ "declarations": [
7927
+ {
7928
+ "kind": "class",
7929
+ "description": "",
7930
+ "name": "QtiSetOutcomeValue",
7931
+ "members": [],
7932
+ "events": [
7933
+ {
7934
+ "name": "qti-set-outcome-value",
7935
+ "type": {
7936
+ "text": "CustomEvent"
7937
+ }
7938
+ }
7939
+ ],
7940
+ "superclass": {
7941
+ "name": "QtiRule",
7942
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
7943
+ },
7944
+ "tagName": "qti-set-outcome-value",
7945
+ "customElement": true
7946
+ }
7947
+ ],
7948
+ "exports": [
7949
+ {
7950
+ "kind": "js",
7951
+ "name": "QtiSetOutcomeValue",
7952
+ "declaration": {
7953
+ "name": "QtiSetOutcomeValue",
7954
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
7955
+ }
7956
+ },
7957
+ {
7958
+ "kind": "custom-element-definition",
7959
+ "name": "qti-set-outcome-value",
7960
+ "declaration": {
7961
+ "name": "QtiSetOutcomeValue",
7962
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
7963
7963
  }
7964
7964
  }
7965
7965
  ]