@citolab/qti-components 6.0.3-4 → 6.0.3-5

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.
@@ -492,6 +492,42 @@
492
492
  }
493
493
  ]
494
494
  },
495
+ {
496
+ "kind": "javascript-module",
497
+ "path": "src/lib/qti-item-react/index.ts",
498
+ "declarations": [],
499
+ "exports": [
500
+ {
501
+ "kind": "js",
502
+ "name": "*",
503
+ "declaration": {
504
+ "name": "*",
505
+ "package": "./qti-item.react"
506
+ }
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "kind": "javascript-module",
512
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
513
+ "declarations": [
514
+ {
515
+ "kind": "variable",
516
+ "name": "QtiItem",
517
+ "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed'\n }\n})"
518
+ }
519
+ ],
520
+ "exports": [
521
+ {
522
+ "kind": "js",
523
+ "name": "QtiItem",
524
+ "declaration": {
525
+ "name": "QtiItem",
526
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
527
+ }
528
+ }
529
+ ]
530
+ },
495
531
  {
496
532
  "kind": "javascript-module",
497
533
  "path": "src/lib/qti-test/index.ts",
@@ -921,42 +957,6 @@
921
957
  }
922
958
  ]
923
959
  },
924
- {
925
- "kind": "javascript-module",
926
- "path": "src/lib/qti-item-react/index.ts",
927
- "declarations": [],
928
- "exports": [
929
- {
930
- "kind": "js",
931
- "name": "*",
932
- "declaration": {
933
- "name": "*",
934
- "package": "./qti-item.react"
935
- }
936
- }
937
- ]
938
- },
939
- {
940
- "kind": "javascript-module",
941
- "path": "src/lib/qti-item-react/qti-item.react.ts",
942
- "declarations": [
943
- {
944
- "kind": "variable",
945
- "name": "QtiItem",
946
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed'\n }\n})"
947
- }
948
- ],
949
- "exports": [
950
- {
951
- "kind": "js",
952
- "name": "QtiItem",
953
- "declaration": {
954
- "name": "QtiItem",
955
- "module": "src/lib/qti-item-react/qti-item.react.ts"
956
- }
957
- }
958
- ]
959
- },
960
960
  {
961
961
  "kind": "javascript-module",
962
962
  "path": "src/lib/qti-components/custom/index.ts",
@@ -1201,6 +1201,53 @@
1201
1201
  }
1202
1202
  ]
1203
1203
  },
1204
+ {
1205
+ "kind": "javascript-module",
1206
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1207
+ "declarations": [
1208
+ {
1209
+ "kind": "class",
1210
+ "description": "",
1211
+ "name": "QtiItemBody",
1212
+ "slots": [
1213
+ {
1214
+ "description": "item body content.",
1215
+ "name": ""
1216
+ },
1217
+ {
1218
+ "description": "the qti rubric block is placed above the item",
1219
+ "name": "qti-rubric-block"
1220
+ }
1221
+ ],
1222
+ "members": [],
1223
+ "superclass": {
1224
+ "name": "LitElement",
1225
+ "package": "lit"
1226
+ },
1227
+ "summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
1228
+ "tagName": "qti-item-body",
1229
+ "customElement": true
1230
+ }
1231
+ ],
1232
+ "exports": [
1233
+ {
1234
+ "kind": "js",
1235
+ "name": "default",
1236
+ "declaration": {
1237
+ "name": "QtiItemBody",
1238
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1239
+ }
1240
+ },
1241
+ {
1242
+ "kind": "custom-element-definition",
1243
+ "name": "qti-item-body",
1244
+ "declaration": {
1245
+ "name": "QtiItemBody",
1246
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1247
+ }
1248
+ }
1249
+ ]
1250
+ },
1204
1251
  {
1205
1252
  "kind": "javascript-module",
1206
1253
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1864,53 +1911,6 @@
1864
1911
  }
1865
1912
  ]
1866
1913
  },
1867
- {
1868
- "kind": "javascript-module",
1869
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1870
- "declarations": [
1871
- {
1872
- "kind": "class",
1873
- "description": "",
1874
- "name": "QtiItemBody",
1875
- "slots": [
1876
- {
1877
- "description": "item body content.",
1878
- "name": ""
1879
- },
1880
- {
1881
- "description": "the qti rubric block is placed above the item",
1882
- "name": "qti-rubric-block"
1883
- }
1884
- ],
1885
- "members": [],
1886
- "superclass": {
1887
- "name": "LitElement",
1888
- "package": "lit"
1889
- },
1890
- "summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
1891
- "tagName": "qti-item-body",
1892
- "customElement": true
1893
- }
1894
- ],
1895
- "exports": [
1896
- {
1897
- "kind": "js",
1898
- "name": "default",
1899
- "declaration": {
1900
- "name": "QtiItemBody",
1901
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1902
- }
1903
- },
1904
- {
1905
- "kind": "custom-element-definition",
1906
- "name": "qti-item-body",
1907
- "declaration": {
1908
- "name": "QtiItemBody",
1909
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1910
- }
1911
- }
1912
- ]
1913
- },
1914
1914
  {
1915
1915
  "kind": "javascript-module",
1916
1916
  "path": "src/lib/qti-components/qti-prompt/qti-prompt.scss",
@@ -3545,52 +3545,32 @@
3545
3545
  },
3546
3546
  {
3547
3547
  "kind": "javascript-module",
3548
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.scss",
3548
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.scss",
3549
3549
  "declarations": [],
3550
3550
  "exports": []
3551
3551
  },
3552
3552
  {
3553
3553
  "kind": "javascript-module",
3554
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
3554
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
3555
3555
  "declarations": [
3556
3556
  {
3557
3557
  "kind": "class",
3558
3558
  "description": "",
3559
- "name": "QtiGraphicAssociateInteraction",
3559
+ "name": "QtiGraphicGapMatchInteraction",
3560
3560
  "members": [],
3561
+ "mixins": [
3562
+ {
3563
+ "name": "DragDropInteractionMixin",
3564
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3565
+ }
3566
+ ],
3561
3567
  "superclass": {
3562
- "name": "Choices",
3563
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3568
+ "name": "LitElement",
3569
+ "package": "lit"
3564
3570
  },
3565
- "tagName": "qti-graphic-associate-interaction",
3571
+ "tagName": "qti-graphic-gap-match-interaction",
3566
3572
  "customElement": true,
3567
3573
  "attributes": [
3568
- {
3569
- "name": "min-choices",
3570
- "type": {
3571
- "text": "number"
3572
- },
3573
- "default": "0",
3574
- "description": "the minimal number of selections a candidate must make",
3575
- "fieldName": "minChoices",
3576
- "inheritedFrom": {
3577
- "name": "Choices",
3578
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3579
- }
3580
- },
3581
- {
3582
- "name": "max-choices",
3583
- "type": {
3584
- "text": "number"
3585
- },
3586
- "default": "1",
3587
- "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3588
- "fieldName": "maxChoices",
3589
- "inheritedFrom": {
3590
- "name": "Choices",
3591
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3592
- }
3593
- },
3594
3574
  {
3595
3575
  "name": "response-identifier",
3596
3576
  "type": {
@@ -3599,8 +3579,8 @@
3599
3579
  "default": "''",
3600
3580
  "fieldName": "responseIdentifier",
3601
3581
  "inheritedFrom": {
3602
- "name": "Interaction",
3603
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3582
+ "name": "DragDropInteractionMixin",
3583
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3604
3584
  }
3605
3585
  },
3606
3586
  {
@@ -3609,11 +3589,10 @@
3609
3589
  "text": "boolean"
3610
3590
  },
3611
3591
  "default": "false",
3612
- "description": "disabled should be exposed to the attributes and accessible as property",
3613
3592
  "fieldName": "disabled",
3614
3593
  "inheritedFrom": {
3615
- "name": "Interaction",
3616
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3594
+ "name": "DroppablesMixin",
3595
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3617
3596
  }
3618
3597
  },
3619
3598
  {
@@ -3622,11 +3601,34 @@
3622
3601
  "text": "boolean"
3623
3602
  },
3624
3603
  "default": "false",
3625
- "description": "readonly should be exposed to the attributes and accessible as property",
3626
3604
  "fieldName": "readonly",
3627
3605
  "inheritedFrom": {
3628
- "name": "Interaction",
3629
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3606
+ "name": "DragDropInteractionMixin",
3607
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3608
+ }
3609
+ },
3610
+ {
3611
+ "name": "min-associations",
3612
+ "type": {
3613
+ "text": "number"
3614
+ },
3615
+ "default": "1",
3616
+ "fieldName": "minAssociations",
3617
+ "inheritedFrom": {
3618
+ "name": "DragDropInteractionMixin",
3619
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3620
+ }
3621
+ },
3622
+ {
3623
+ "name": "max-associations",
3624
+ "type": {
3625
+ "text": "number"
3626
+ },
3627
+ "default": "1",
3628
+ "fieldName": "maxAssociations",
3629
+ "inheritedFrom": {
3630
+ "name": "DragDropInteractionMixin",
3631
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3630
3632
  }
3631
3633
  }
3632
3634
  ],
@@ -3637,8 +3639,8 @@
3637
3639
  "text": "CustomEvent"
3638
3640
  },
3639
3641
  "inheritedFrom": {
3640
- "name": "Interaction",
3641
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3642
+ "name": "DragDropInteractionMixin",
3643
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3642
3644
  }
3643
3645
  },
3644
3646
  {
@@ -3647,8 +3649,8 @@
3647
3649
  "text": "CustomEvent"
3648
3650
  },
3649
3651
  "inheritedFrom": {
3650
- "name": "Interaction",
3651
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3652
+ "name": "DragDropInteractionMixin",
3653
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3652
3654
  }
3653
3655
  }
3654
3656
  ]
@@ -3657,108 +3659,106 @@
3657
3659
  "exports": [
3658
3660
  {
3659
3661
  "kind": "js",
3660
- "name": "QtiGraphicAssociateInteraction",
3662
+ "name": "QtiGraphicGapMatchInteraction",
3661
3663
  "declaration": {
3662
- "name": "QtiGraphicAssociateInteraction",
3663
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
3664
+ "name": "QtiGraphicGapMatchInteraction",
3665
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3664
3666
  }
3665
3667
  },
3666
3668
  {
3667
3669
  "kind": "custom-element-definition",
3668
- "name": "qti-graphic-associate-interaction",
3670
+ "name": "qti-graphic-gap-match-interaction",
3669
3671
  "declaration": {
3670
- "name": "QtiGraphicAssociateInteraction",
3671
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
3672
+ "name": "QtiGraphicGapMatchInteraction",
3673
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3672
3674
  }
3673
3675
  }
3674
3676
  ]
3675
3677
  },
3676
3678
  {
3677
3679
  "kind": "javascript-module",
3678
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.scss",
3680
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.scss",
3679
3681
  "declarations": [],
3680
3682
  "exports": []
3681
3683
  },
3682
3684
  {
3683
3685
  "kind": "javascript-module",
3684
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
3686
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
3685
3687
  "declarations": [
3686
3688
  {
3687
3689
  "kind": "class",
3688
3690
  "description": "",
3689
- "name": "QtiGraphicGapMatchInteraction",
3691
+ "name": "QtiGraphicOrderInteraction",
3690
3692
  "members": [],
3691
- "mixins": [
3692
- {
3693
- "name": "DragDropInteractionMixin",
3694
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3695
- }
3696
- ],
3697
3693
  "superclass": {
3698
- "name": "LitElement",
3699
- "package": "lit"
3694
+ "name": "Choices",
3695
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3700
3696
  },
3701
- "tagName": "qti-graphic-gap-match-interaction",
3697
+ "tagName": "qti-graphic-order-interaction",
3702
3698
  "customElement": true,
3703
3699
  "attributes": [
3704
3700
  {
3705
- "name": "response-identifier",
3701
+ "name": "min-choices",
3706
3702
  "type": {
3707
- "text": "string"
3703
+ "text": "number"
3708
3704
  },
3709
- "default": "''",
3710
- "fieldName": "responseIdentifier",
3705
+ "default": "0",
3706
+ "description": "the minimal number of selections a candidate must make",
3707
+ "fieldName": "minChoices",
3711
3708
  "inheritedFrom": {
3712
- "name": "DragDropInteractionMixin",
3713
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3709
+ "name": "Choices",
3710
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3714
3711
  }
3715
3712
  },
3716
3713
  {
3717
- "name": "disabled",
3714
+ "name": "max-choices",
3718
3715
  "type": {
3719
- "text": "boolean"
3716
+ "text": "number"
3720
3717
  },
3721
- "default": "false",
3722
- "fieldName": "disabled",
3718
+ "default": "1",
3719
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3720
+ "fieldName": "maxChoices",
3723
3721
  "inheritedFrom": {
3724
- "name": "DroppablesMixin",
3725
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3722
+ "name": "Choices",
3723
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3726
3724
  }
3727
3725
  },
3728
3726
  {
3729
- "name": "readonly",
3727
+ "name": "response-identifier",
3730
3728
  "type": {
3731
- "text": "boolean"
3729
+ "text": "string"
3732
3730
  },
3733
- "default": "false",
3734
- "fieldName": "readonly",
3731
+ "default": "''",
3732
+ "fieldName": "responseIdentifier",
3735
3733
  "inheritedFrom": {
3736
- "name": "DragDropInteractionMixin",
3737
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3734
+ "name": "Interaction",
3735
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3738
3736
  }
3739
3737
  },
3740
3738
  {
3741
- "name": "min-associations",
3739
+ "name": "disabled",
3742
3740
  "type": {
3743
- "text": "number"
3741
+ "text": "boolean"
3744
3742
  },
3745
- "default": "1",
3746
- "fieldName": "minAssociations",
3743
+ "default": "false",
3744
+ "description": "disabled should be exposed to the attributes and accessible as property",
3745
+ "fieldName": "disabled",
3747
3746
  "inheritedFrom": {
3748
- "name": "DragDropInteractionMixin",
3749
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3747
+ "name": "Interaction",
3748
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3750
3749
  }
3751
3750
  },
3752
3751
  {
3753
- "name": "max-associations",
3752
+ "name": "readonly",
3754
3753
  "type": {
3755
- "text": "number"
3754
+ "text": "boolean"
3756
3755
  },
3757
- "default": "1",
3758
- "fieldName": "maxAssociations",
3756
+ "default": "false",
3757
+ "description": "readonly should be exposed to the attributes and accessible as property",
3758
+ "fieldName": "readonly",
3759
3759
  "inheritedFrom": {
3760
- "name": "DragDropInteractionMixin",
3761
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3760
+ "name": "Interaction",
3761
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3762
3762
  }
3763
3763
  }
3764
3764
  ],
@@ -3769,8 +3769,8 @@
3769
3769
  "text": "CustomEvent"
3770
3770
  },
3771
3771
  "inheritedFrom": {
3772
- "name": "DragDropInteractionMixin",
3773
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3772
+ "name": "Interaction",
3773
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3774
3774
  }
3775
3775
  },
3776
3776
  {
@@ -3779,8 +3779,8 @@
3779
3779
  "text": "CustomEvent"
3780
3780
  },
3781
3781
  "inheritedFrom": {
3782
- "name": "DragDropInteractionMixin",
3783
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3782
+ "name": "Interaction",
3783
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3784
3784
  }
3785
3785
  }
3786
3786
  ]
@@ -3789,42 +3789,42 @@
3789
3789
  "exports": [
3790
3790
  {
3791
3791
  "kind": "js",
3792
- "name": "QtiGraphicGapMatchInteraction",
3792
+ "name": "QtiGraphicOrderInteraction",
3793
3793
  "declaration": {
3794
- "name": "QtiGraphicGapMatchInteraction",
3795
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3794
+ "name": "QtiGraphicOrderInteraction",
3795
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3796
3796
  }
3797
3797
  },
3798
3798
  {
3799
3799
  "kind": "custom-element-definition",
3800
- "name": "qti-graphic-gap-match-interaction",
3800
+ "name": "qti-graphic-order-interaction",
3801
3801
  "declaration": {
3802
- "name": "QtiGraphicGapMatchInteraction",
3803
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
3802
+ "name": "QtiGraphicOrderInteraction",
3803
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3804
3804
  }
3805
3805
  }
3806
3806
  ]
3807
3807
  },
3808
3808
  {
3809
3809
  "kind": "javascript-module",
3810
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.scss",
3810
+ "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.scss",
3811
3811
  "declarations": [],
3812
3812
  "exports": []
3813
3813
  },
3814
3814
  {
3815
3815
  "kind": "javascript-module",
3816
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
3816
+ "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
3817
3817
  "declarations": [
3818
3818
  {
3819
3819
  "kind": "class",
3820
3820
  "description": "",
3821
- "name": "QtiGraphicOrderInteraction",
3821
+ "name": "QtiHottextInteraction",
3822
3822
  "members": [],
3823
3823
  "superclass": {
3824
3824
  "name": "Choices",
3825
3825
  "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3826
3826
  },
3827
- "tagName": "qti-graphic-order-interaction",
3827
+ "tagName": "qti-hottext-interaction",
3828
3828
  "customElement": true,
3829
3829
  "attributes": [
3830
3830
  {
@@ -3919,18 +3919,18 @@
3919
3919
  "exports": [
3920
3920
  {
3921
3921
  "kind": "js",
3922
- "name": "QtiGraphicOrderInteraction",
3922
+ "name": "QtiHottextInteraction",
3923
3923
  "declaration": {
3924
- "name": "QtiGraphicOrderInteraction",
3925
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3924
+ "name": "QtiHottextInteraction",
3925
+ "module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
3926
3926
  }
3927
3927
  },
3928
3928
  {
3929
3929
  "kind": "custom-element-definition",
3930
- "name": "qti-graphic-order-interaction",
3930
+ "name": "qti-hottext-interaction",
3931
3931
  "declaration": {
3932
- "name": "QtiGraphicOrderInteraction",
3933
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3932
+ "name": "QtiHottextInteraction",
3933
+ "module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
3934
3934
  }
3935
3935
  }
3936
3936
  ]
@@ -4067,24 +4067,24 @@
4067
4067
  },
4068
4068
  {
4069
4069
  "kind": "javascript-module",
4070
- "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.scss",
4070
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.scss",
4071
4071
  "declarations": [],
4072
4072
  "exports": []
4073
4073
  },
4074
4074
  {
4075
4075
  "kind": "javascript-module",
4076
- "path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
4076
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
4077
4077
  "declarations": [
4078
4078
  {
4079
4079
  "kind": "class",
4080
4080
  "description": "",
4081
- "name": "QtiHottextInteraction",
4081
+ "name": "QtiGraphicAssociateInteraction",
4082
4082
  "members": [],
4083
4083
  "superclass": {
4084
4084
  "name": "Choices",
4085
4085
  "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
4086
4086
  },
4087
- "tagName": "qti-hottext-interaction",
4087
+ "tagName": "qti-graphic-associate-interaction",
4088
4088
  "customElement": true,
4089
4089
  "attributes": [
4090
4090
  {
@@ -4179,18 +4179,18 @@
4179
4179
  "exports": [
4180
4180
  {
4181
4181
  "kind": "js",
4182
- "name": "QtiHottextInteraction",
4182
+ "name": "QtiGraphicAssociateInteraction",
4183
4183
  "declaration": {
4184
- "name": "QtiHottextInteraction",
4185
- "module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
4184
+ "name": "QtiGraphicAssociateInteraction",
4185
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
4186
4186
  }
4187
4187
  },
4188
4188
  {
4189
4189
  "kind": "custom-element-definition",
4190
- "name": "qti-hottext-interaction",
4190
+ "name": "qti-graphic-associate-interaction",
4191
4191
  "declaration": {
4192
- "name": "QtiHottextInteraction",
4193
- "module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
4192
+ "name": "QtiGraphicAssociateInteraction",
4193
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
4194
4194
  }
4195
4195
  }
4196
4196
  ]
@@ -4751,126 +4751,6 @@
4751
4751
  }
4752
4752
  ]
4753
4753
  },
4754
- {
4755
- "kind": "javascript-module",
4756
- "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.scss",
4757
- "declarations": [],
4758
- "exports": []
4759
- },
4760
- {
4761
- "kind": "javascript-module",
4762
- "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts",
4763
- "declarations": [
4764
- {
4765
- "kind": "class",
4766
- "description": "",
4767
- "name": "QtiSPositionObjectInteraction",
4768
- "members": [],
4769
- "superclass": {
4770
- "name": "LitElement",
4771
- "package": "lit"
4772
- },
4773
- "tagName": "qti-position-object-interaction",
4774
- "customElement": true
4775
- }
4776
- ],
4777
- "exports": [
4778
- {
4779
- "kind": "js",
4780
- "name": "QtiSPositionObjectInteraction",
4781
- "declaration": {
4782
- "name": "QtiSPositionObjectInteraction",
4783
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
4784
- }
4785
- },
4786
- {
4787
- "kind": "custom-element-definition",
4788
- "name": "qti-position-object-interaction",
4789
- "declaration": {
4790
- "name": "QtiSPositionObjectInteraction",
4791
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
4792
- }
4793
- }
4794
- ]
4795
- },
4796
- {
4797
- "kind": "javascript-module",
4798
- "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts",
4799
- "declarations": [
4800
- {
4801
- "kind": "class",
4802
- "description": "",
4803
- "name": "QtiPositionObjectStage",
4804
- "members": [],
4805
- "superclass": {
4806
- "name": "LitElement",
4807
- "package": "lit"
4808
- },
4809
- "tagName": "qti-position-object-stage",
4810
- "customElement": true
4811
- }
4812
- ],
4813
- "exports": [
4814
- {
4815
- "kind": "js",
4816
- "name": "QtiPositionObjectStage",
4817
- "declaration": {
4818
- "name": "QtiPositionObjectStage",
4819
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4820
- }
4821
- },
4822
- {
4823
- "kind": "custom-element-definition",
4824
- "name": "qti-position-object-stage",
4825
- "declaration": {
4826
- "name": "QtiPositionObjectStage",
4827
- "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4828
- }
4829
- }
4830
- ]
4831
- },
4832
- {
4833
- "kind": "javascript-module",
4834
- "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.scss",
4835
- "declarations": [],
4836
- "exports": []
4837
- },
4838
- {
4839
- "kind": "javascript-module",
4840
- "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
4841
- "declarations": [
4842
- {
4843
- "kind": "class",
4844
- "description": "",
4845
- "name": "QtiSelectPointInteraction",
4846
- "members": [],
4847
- "superclass": {
4848
- "name": "LitElement",
4849
- "package": "lit"
4850
- },
4851
- "tagName": "qti-select-point-interaction",
4852
- "customElement": true
4853
- }
4854
- ],
4855
- "exports": [
4856
- {
4857
- "kind": "js",
4858
- "name": "QtiSelectPointInteraction",
4859
- "declaration": {
4860
- "name": "QtiSelectPointInteraction",
4861
- "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4862
- }
4863
- },
4864
- {
4865
- "kind": "custom-element-definition",
4866
- "name": "qti-select-point-interaction",
4867
- "declaration": {
4868
- "name": "QtiSelectPointInteraction",
4869
- "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4870
- }
4871
- }
4872
- ]
4873
- },
4874
4754
  {
4875
4755
  "kind": "javascript-module",
4876
4756
  "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.scss",
@@ -4971,50 +4851,170 @@
4971
4851
  }
4972
4852
  ],
4973
4853
  "superclass": {
4974
- "name": "Interaction",
4975
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4854
+ "name": "Interaction",
4855
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4856
+ },
4857
+ "tagName": "qti-slider-interaction",
4858
+ "customElement": true,
4859
+ "events": [
4860
+ {
4861
+ "name": "qti-register-interaction",
4862
+ "type": {
4863
+ "text": "CustomEvent"
4864
+ },
4865
+ "inheritedFrom": {
4866
+ "name": "Interaction",
4867
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4868
+ }
4869
+ },
4870
+ {
4871
+ "name": "qti-interaction-response",
4872
+ "type": {
4873
+ "text": "CustomEvent"
4874
+ },
4875
+ "inheritedFrom": {
4876
+ "name": "Interaction",
4877
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4878
+ }
4879
+ }
4880
+ ]
4881
+ }
4882
+ ],
4883
+ "exports": [
4884
+ {
4885
+ "kind": "js",
4886
+ "name": "QtiSliderInteraction",
4887
+ "declaration": {
4888
+ "name": "QtiSliderInteraction",
4889
+ "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4890
+ }
4891
+ },
4892
+ {
4893
+ "kind": "custom-element-definition",
4894
+ "name": "qti-slider-interaction",
4895
+ "declaration": {
4896
+ "name": "QtiSliderInteraction",
4897
+ "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4898
+ }
4899
+ }
4900
+ ]
4901
+ },
4902
+ {
4903
+ "kind": "javascript-module",
4904
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.scss",
4905
+ "declarations": [],
4906
+ "exports": []
4907
+ },
4908
+ {
4909
+ "kind": "javascript-module",
4910
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts",
4911
+ "declarations": [
4912
+ {
4913
+ "kind": "class",
4914
+ "description": "",
4915
+ "name": "QtiSPositionObjectInteraction",
4916
+ "members": [],
4917
+ "superclass": {
4918
+ "name": "LitElement",
4919
+ "package": "lit"
4920
+ },
4921
+ "tagName": "qti-position-object-interaction",
4922
+ "customElement": true
4923
+ }
4924
+ ],
4925
+ "exports": [
4926
+ {
4927
+ "kind": "js",
4928
+ "name": "QtiSPositionObjectInteraction",
4929
+ "declaration": {
4930
+ "name": "QtiSPositionObjectInteraction",
4931
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
4932
+ }
4933
+ },
4934
+ {
4935
+ "kind": "custom-element-definition",
4936
+ "name": "qti-position-object-interaction",
4937
+ "declaration": {
4938
+ "name": "QtiSPositionObjectInteraction",
4939
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-interaction.ts"
4940
+ }
4941
+ }
4942
+ ]
4943
+ },
4944
+ {
4945
+ "kind": "javascript-module",
4946
+ "path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts",
4947
+ "declarations": [
4948
+ {
4949
+ "kind": "class",
4950
+ "description": "",
4951
+ "name": "QtiPositionObjectStage",
4952
+ "members": [],
4953
+ "superclass": {
4954
+ "name": "LitElement",
4955
+ "package": "lit"
4976
4956
  },
4977
- "tagName": "qti-slider-interaction",
4978
- "customElement": true,
4979
- "events": [
4980
- {
4981
- "name": "qti-register-interaction",
4982
- "type": {
4983
- "text": "CustomEvent"
4984
- },
4985
- "inheritedFrom": {
4986
- "name": "Interaction",
4987
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4988
- }
4989
- },
4990
- {
4991
- "name": "qti-interaction-response",
4992
- "type": {
4993
- "text": "CustomEvent"
4994
- },
4995
- "inheritedFrom": {
4996
- "name": "Interaction",
4997
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4998
- }
4999
- }
5000
- ]
4957
+ "tagName": "qti-position-object-stage",
4958
+ "customElement": true
5001
4959
  }
5002
4960
  ],
5003
4961
  "exports": [
5004
4962
  {
5005
4963
  "kind": "js",
5006
- "name": "QtiSliderInteraction",
4964
+ "name": "QtiPositionObjectStage",
5007
4965
  "declaration": {
5008
- "name": "QtiSliderInteraction",
5009
- "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4966
+ "name": "QtiPositionObjectStage",
4967
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
5010
4968
  }
5011
4969
  },
5012
4970
  {
5013
4971
  "kind": "custom-element-definition",
5014
- "name": "qti-slider-interaction",
4972
+ "name": "qti-position-object-stage",
5015
4973
  "declaration": {
5016
- "name": "QtiSliderInteraction",
5017
- "module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
4974
+ "name": "QtiPositionObjectStage",
4975
+ "module": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/qti-position-object-stage.ts"
4976
+ }
4977
+ }
4978
+ ]
4979
+ },
4980
+ {
4981
+ "kind": "javascript-module",
4982
+ "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.scss",
4983
+ "declarations": [],
4984
+ "exports": []
4985
+ },
4986
+ {
4987
+ "kind": "javascript-module",
4988
+ "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
4989
+ "declarations": [
4990
+ {
4991
+ "kind": "class",
4992
+ "description": "",
4993
+ "name": "QtiSelectPointInteraction",
4994
+ "members": [],
4995
+ "superclass": {
4996
+ "name": "LitElement",
4997
+ "package": "lit"
4998
+ },
4999
+ "tagName": "qti-select-point-interaction",
5000
+ "customElement": true
5001
+ }
5002
+ ],
5003
+ "exports": [
5004
+ {
5005
+ "kind": "js",
5006
+ "name": "QtiSelectPointInteraction",
5007
+ "declaration": {
5008
+ "name": "QtiSelectPointInteraction",
5009
+ "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
5010
+ }
5011
+ },
5012
+ {
5013
+ "kind": "custom-element-definition",
5014
+ "name": "qti-select-point-interaction",
5015
+ "declaration": {
5016
+ "name": "QtiSelectPointInteraction",
5017
+ "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
5018
5018
  }
5019
5019
  }
5020
5020
  ]
@@ -5703,59 +5703,14 @@
5703
5703
  },
5704
5704
  {
5705
5705
  "kind": "javascript-module",
5706
- "path": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts",
5707
- "declarations": [
5708
- {
5709
- "kind": "class",
5710
- "description": "",
5711
- "name": "ScaleToFitInterface"
5712
- },
5713
- {
5714
- "kind": "mixin",
5715
- "description": "",
5716
- "name": "ScaleToFitMixin",
5717
- "members": [],
5718
- "attributes": [
5719
- {
5720
- "name": "scale",
5721
- "type": {
5722
- "text": "number"
5723
- },
5724
- "default": "1",
5725
- "fieldName": "scale"
5726
- }
5727
- ],
5728
- "parameters": [
5729
- {
5730
- "name": "superClass",
5731
- "type": {
5732
- "text": "T"
5733
- }
5734
- },
5735
- {
5736
- "name": "scaleSelector",
5737
- "type": {
5738
- "text": "string"
5739
- }
5740
- }
5741
- ]
5742
- }
5743
- ],
5706
+ "path": "src/lib/qti-components/utilities/styles/component.styles.ts",
5707
+ "declarations": [],
5744
5708
  "exports": [
5745
5709
  {
5746
5710
  "kind": "js",
5747
- "name": "ScaleToFitInterface",
5748
- "declaration": {
5749
- "name": "ScaleToFitInterface",
5750
- "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
5751
- }
5752
- },
5753
- {
5754
- "kind": "js",
5755
- "name": "ScaleToFitMixin",
5711
+ "name": "default",
5756
5712
  "declaration": {
5757
- "name": "ScaleToFitMixin",
5758
- "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
5713
+ "module": "src/lib/qti-components/utilities/styles/component.styles.ts"
5759
5714
  }
5760
5715
  }
5761
5716
  ]
@@ -5782,20 +5737,6 @@
5782
5737
  }
5783
5738
  ]
5784
5739
  },
5785
- {
5786
- "kind": "javascript-module",
5787
- "path": "src/lib/qti-components/utilities/styles/component.styles.ts",
5788
- "declarations": [],
5789
- "exports": [
5790
- {
5791
- "kind": "js",
5792
- "name": "default",
5793
- "declaration": {
5794
- "module": "src/lib/qti-components/utilities/styles/component.styles.ts"
5795
- }
5796
- }
5797
- ]
5798
- },
5799
5740
  {
5800
5741
  "kind": "javascript-module",
5801
5742
  "path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
@@ -6291,6 +6232,65 @@
6291
6232
  }
6292
6233
  ]
6293
6234
  },
6235
+ {
6236
+ "kind": "javascript-module",
6237
+ "path": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts",
6238
+ "declarations": [
6239
+ {
6240
+ "kind": "class",
6241
+ "description": "",
6242
+ "name": "ScaleToFitInterface"
6243
+ },
6244
+ {
6245
+ "kind": "mixin",
6246
+ "description": "",
6247
+ "name": "ScaleToFitMixin",
6248
+ "members": [],
6249
+ "attributes": [
6250
+ {
6251
+ "name": "scale",
6252
+ "type": {
6253
+ "text": "number"
6254
+ },
6255
+ "default": "1",
6256
+ "fieldName": "scale"
6257
+ }
6258
+ ],
6259
+ "parameters": [
6260
+ {
6261
+ "name": "superClass",
6262
+ "type": {
6263
+ "text": "T"
6264
+ }
6265
+ },
6266
+ {
6267
+ "name": "scaleSelector",
6268
+ "type": {
6269
+ "text": "string"
6270
+ }
6271
+ }
6272
+ ]
6273
+ }
6274
+ ],
6275
+ "exports": [
6276
+ {
6277
+ "kind": "js",
6278
+ "name": "ScaleToFitInterface",
6279
+ "declaration": {
6280
+ "name": "ScaleToFitInterface",
6281
+ "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
6282
+ }
6283
+ },
6284
+ {
6285
+ "kind": "js",
6286
+ "name": "ScaleToFitMixin",
6287
+ "declaration": {
6288
+ "name": "ScaleToFitMixin",
6289
+ "module": "src/lib/qti-components/utilities/scale-to-fit/scale-to-fit.mixin.ts"
6290
+ }
6291
+ }
6292
+ ]
6293
+ },
6294
6294
  {
6295
6295
  "kind": "javascript-module",
6296
6296
  "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
@@ -6660,72 +6660,72 @@
6660
6660
  },
6661
6661
  {
6662
6662
  "kind": "javascript-module",
6663
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
6663
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
6664
6664
  "declarations": [
6665
6665
  {
6666
6666
  "kind": "class",
6667
6667
  "description": "",
6668
- "name": "QtiGte",
6668
+ "name": "QtiGt",
6669
6669
  "members": [],
6670
6670
  "superclass": {
6671
- "name": "QtiConditionExpression",
6672
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6671
+ "name": "QtiExpression",
6672
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6673
6673
  },
6674
- "tagName": "qti-gte",
6674
+ "tagName": "qti-gt",
6675
6675
  "customElement": true
6676
6676
  }
6677
6677
  ],
6678
6678
  "exports": [
6679
6679
  {
6680
6680
  "kind": "js",
6681
- "name": "QtiGte",
6681
+ "name": "QtiGt",
6682
6682
  "declaration": {
6683
- "name": "QtiGte",
6684
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
6683
+ "name": "QtiGt",
6684
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
6685
6685
  }
6686
6686
  },
6687
6687
  {
6688
6688
  "kind": "custom-element-definition",
6689
- "name": "qti-gte",
6689
+ "name": "qti-gt",
6690
6690
  "declaration": {
6691
- "name": "QtiGte",
6692
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
6691
+ "name": "QtiGt",
6692
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
6693
6693
  }
6694
6694
  }
6695
6695
  ]
6696
6696
  },
6697
6697
  {
6698
6698
  "kind": "javascript-module",
6699
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
6699
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
6700
6700
  "declarations": [
6701
6701
  {
6702
6702
  "kind": "class",
6703
6703
  "description": "",
6704
- "name": "QtiGt",
6704
+ "name": "QtiGte",
6705
6705
  "members": [],
6706
6706
  "superclass": {
6707
- "name": "QtiExpression",
6708
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6707
+ "name": "QtiConditionExpression",
6708
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6709
6709
  },
6710
- "tagName": "qti-gt",
6710
+ "tagName": "qti-gte",
6711
6711
  "customElement": true
6712
6712
  }
6713
6713
  ],
6714
6714
  "exports": [
6715
6715
  {
6716
6716
  "kind": "js",
6717
- "name": "QtiGt",
6717
+ "name": "QtiGte",
6718
6718
  "declaration": {
6719
- "name": "QtiGt",
6720
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
6719
+ "name": "QtiGte",
6720
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
6721
6721
  }
6722
6722
  },
6723
6723
  {
6724
6724
  "kind": "custom-element-definition",
6725
- "name": "qti-gt",
6725
+ "name": "qti-gte",
6726
6726
  "declaration": {
6727
- "name": "QtiGt",
6728
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
6727
+ "name": "QtiGte",
6728
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
6729
6729
  }
6730
6730
  }
6731
6731
  ]