@citolab/qti-components 6.1.0 → 6.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-43RGQFGW.cjs +1 -0
- package/dist/chunk-BKBZWUX6.cjs +1 -0
- package/dist/chunk-DPSTDDQZ.js +1 -0
- package/dist/chunk-KESARAC5.js +1 -0
- package/dist/{chunk-TSUFNGZN.js → chunk-LNHTXQXY.js} +1 -1
- package/dist/{chunk-OI3PY5MR.cjs → chunk-LWL4UHCJ.cjs} +2 -2
- package/dist/context/index.cjs +1 -1
- package/dist/context/index.js +1 -1
- package/dist/custom-elements.json +483 -433
- package/dist/index.cjs +172 -128
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +179 -135
- package/dist/qti-assessment-test-15ffab61.d.ts +34 -0
- package/dist/qti-assessment-test-a1f2cb91.d.ts +34 -0
- package/dist/qti-components/index.cjs +2 -2
- package/dist/qti-components/index.d.cts +1 -1
- package/dist/qti-components/index.d.ts +1 -1
- package/dist/qti-components/index.js +3 -3
- package/dist/qti-item/index.cjs +1 -1
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.cjs +1 -1
- package/dist/qti-item-react/index.d.cts +3 -3
- package/dist/qti-item-react/index.d.ts +3 -3
- package/dist/qti-item-react/index.js +1 -1
- package/dist/qti-test/index.cjs +31 -31
- package/dist/qti-test/index.d.cts +8 -34
- package/dist/qti-test/index.d.ts +8 -34
- package/dist/qti-test/index.js +33 -33
- package/dist/qti-test-react/index.cjs +1 -0
- package/dist/qti-test-react/index.d.cts +29 -0
- package/dist/qti-test-react/index.d.ts +29 -0
- package/dist/qti-test-react/index.js +1 -0
- package/package.json +29 -21
- package/readme.md +3 -3
- package/dist/chunk-6YQCE7H6.cjs +0 -1
- package/dist/chunk-DKGW23YB.js +0 -1
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
{
|
|
561
561
|
"kind": "variable",
|
|
562
562
|
"name": "QtiItem",
|
|
563
|
-
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n
|
|
563
|
+
"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})"
|
|
564
564
|
}
|
|
565
565
|
],
|
|
566
566
|
"exports": [
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
578
|
"kind": "javascript-module",
|
|
579
|
-
"path": "src/lib/qti-
|
|
579
|
+
"path": "src/lib/qti-test-react/index.ts",
|
|
580
580
|
"declarations": [],
|
|
581
581
|
"exports": [
|
|
582
582
|
{
|
|
@@ -584,53 +584,28 @@
|
|
|
584
584
|
"name": "*",
|
|
585
585
|
"declaration": {
|
|
586
586
|
"name": "*",
|
|
587
|
-
"package": "./qti-
|
|
587
|
+
"package": "./qti-test.react"
|
|
588
588
|
}
|
|
589
589
|
}
|
|
590
590
|
]
|
|
591
591
|
},
|
|
592
592
|
{
|
|
593
593
|
"kind": "javascript-module",
|
|
594
|
-
"path": "src/lib/qti-
|
|
594
|
+
"path": "src/lib/qti-test-react/qti-test.react.ts",
|
|
595
595
|
"declarations": [
|
|
596
596
|
{
|
|
597
|
-
"kind": "
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"members": [],
|
|
601
|
-
"attributes": [
|
|
602
|
-
{
|
|
603
|
-
"name": "item-location",
|
|
604
|
-
"type": {
|
|
605
|
-
"text": "string"
|
|
606
|
-
},
|
|
607
|
-
"default": "''",
|
|
608
|
-
"fieldName": "itemLocation"
|
|
609
|
-
}
|
|
610
|
-
],
|
|
611
|
-
"superclass": {
|
|
612
|
-
"name": "LitElement",
|
|
613
|
-
"package": "lit"
|
|
614
|
-
},
|
|
615
|
-
"tagName": "qti-item",
|
|
616
|
-
"customElement": true
|
|
597
|
+
"kind": "variable",
|
|
598
|
+
"name": "QtiTest",
|
|
599
|
+
"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})"
|
|
617
600
|
}
|
|
618
601
|
],
|
|
619
602
|
"exports": [
|
|
620
603
|
{
|
|
621
604
|
"kind": "js",
|
|
622
|
-
"name": "
|
|
623
|
-
"declaration": {
|
|
624
|
-
"name": "QtiItem",
|
|
625
|
-
"module": "src/lib/qti-item/qti-item.ts"
|
|
626
|
-
}
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"kind": "custom-element-definition",
|
|
630
|
-
"name": "qti-item",
|
|
605
|
+
"name": "QtiTest",
|
|
631
606
|
"declaration": {
|
|
632
|
-
"name": "
|
|
633
|
-
"module": "src/lib/qti-
|
|
607
|
+
"name": "QtiTest",
|
|
608
|
+
"module": "src/lib/qti-test-react/qti-test.react.ts"
|
|
634
609
|
}
|
|
635
610
|
}
|
|
636
611
|
]
|
|
@@ -750,12 +725,26 @@
|
|
|
750
725
|
"kind": "javascript-module",
|
|
751
726
|
"path": "src/lib/qti-test/qti-assessment-test.context.ts",
|
|
752
727
|
"declarations": [
|
|
728
|
+
{
|
|
729
|
+
"kind": "class",
|
|
730
|
+
"description": "",
|
|
731
|
+
"name": "TestContext",
|
|
732
|
+
"members": []
|
|
733
|
+
},
|
|
753
734
|
{
|
|
754
735
|
"kind": "variable",
|
|
755
736
|
"name": "testContext"
|
|
756
737
|
}
|
|
757
738
|
],
|
|
758
739
|
"exports": [
|
|
740
|
+
{
|
|
741
|
+
"kind": "js",
|
|
742
|
+
"name": "TestContext",
|
|
743
|
+
"declaration": {
|
|
744
|
+
"name": "TestContext",
|
|
745
|
+
"module": "src/lib/qti-test/qti-assessment-test.context.ts"
|
|
746
|
+
}
|
|
747
|
+
},
|
|
759
748
|
{
|
|
760
749
|
"kind": "js",
|
|
761
750
|
"name": "testContext",
|
|
@@ -958,6 +947,67 @@
|
|
|
958
947
|
}
|
|
959
948
|
]
|
|
960
949
|
},
|
|
950
|
+
{
|
|
951
|
+
"kind": "javascript-module",
|
|
952
|
+
"path": "src/lib/qti-item/index.ts",
|
|
953
|
+
"declarations": [],
|
|
954
|
+
"exports": [
|
|
955
|
+
{
|
|
956
|
+
"kind": "js",
|
|
957
|
+
"name": "*",
|
|
958
|
+
"declaration": {
|
|
959
|
+
"name": "*",
|
|
960
|
+
"package": "./qti-item"
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
]
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"kind": "javascript-module",
|
|
967
|
+
"path": "src/lib/qti-item/qti-item.ts",
|
|
968
|
+
"declarations": [
|
|
969
|
+
{
|
|
970
|
+
"kind": "class",
|
|
971
|
+
"description": "",
|
|
972
|
+
"name": "QtiItem",
|
|
973
|
+
"members": [],
|
|
974
|
+
"attributes": [
|
|
975
|
+
{
|
|
976
|
+
"name": "item-location",
|
|
977
|
+
"type": {
|
|
978
|
+
"text": "string"
|
|
979
|
+
},
|
|
980
|
+
"default": "''",
|
|
981
|
+
"fieldName": "itemLocation"
|
|
982
|
+
}
|
|
983
|
+
],
|
|
984
|
+
"superclass": {
|
|
985
|
+
"name": "LitElement",
|
|
986
|
+
"package": "lit"
|
|
987
|
+
},
|
|
988
|
+
"tagName": "qti-item",
|
|
989
|
+
"customElement": true
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"exports": [
|
|
993
|
+
{
|
|
994
|
+
"kind": "js",
|
|
995
|
+
"name": "QtiItem",
|
|
996
|
+
"declaration": {
|
|
997
|
+
"name": "QtiItem",
|
|
998
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "custom-element-definition",
|
|
1003
|
+
"name": "qti-item",
|
|
1004
|
+
"declaration": {
|
|
1005
|
+
"name": "QtiItem",
|
|
1006
|
+
"module": "src/lib/qti-item/qti-item.ts"
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
]
|
|
1010
|
+
},
|
|
961
1011
|
{
|
|
962
1012
|
"kind": "javascript-module",
|
|
963
1013
|
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
|
|
@@ -3644,132 +3694,6 @@
|
|
|
3644
3694
|
"declarations": [],
|
|
3645
3695
|
"exports": []
|
|
3646
3696
|
},
|
|
3647
|
-
{
|
|
3648
|
-
"kind": "javascript-module",
|
|
3649
|
-
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
3650
|
-
"declarations": [
|
|
3651
|
-
{
|
|
3652
|
-
"kind": "class",
|
|
3653
|
-
"description": "",
|
|
3654
|
-
"name": "QtiGapMatchInteraction",
|
|
3655
|
-
"members": [],
|
|
3656
|
-
"mixins": [
|
|
3657
|
-
{
|
|
3658
|
-
"name": "DragDropInteractionMixin",
|
|
3659
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3660
|
-
}
|
|
3661
|
-
],
|
|
3662
|
-
"superclass": {
|
|
3663
|
-
"name": "LitElement",
|
|
3664
|
-
"package": "lit"
|
|
3665
|
-
},
|
|
3666
|
-
"tagName": "qti-gap-match-interaction",
|
|
3667
|
-
"customElement": true,
|
|
3668
|
-
"attributes": [
|
|
3669
|
-
{
|
|
3670
|
-
"name": "response-identifier",
|
|
3671
|
-
"type": {
|
|
3672
|
-
"text": "string"
|
|
3673
|
-
},
|
|
3674
|
-
"default": "''",
|
|
3675
|
-
"fieldName": "responseIdentifier",
|
|
3676
|
-
"inheritedFrom": {
|
|
3677
|
-
"name": "DragDropInteractionMixin",
|
|
3678
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3679
|
-
}
|
|
3680
|
-
},
|
|
3681
|
-
{
|
|
3682
|
-
"name": "disabled",
|
|
3683
|
-
"type": {
|
|
3684
|
-
"text": "boolean"
|
|
3685
|
-
},
|
|
3686
|
-
"default": "false",
|
|
3687
|
-
"fieldName": "disabled",
|
|
3688
|
-
"inheritedFrom": {
|
|
3689
|
-
"name": "DroppablesMixin",
|
|
3690
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3691
|
-
}
|
|
3692
|
-
},
|
|
3693
|
-
{
|
|
3694
|
-
"name": "readonly",
|
|
3695
|
-
"type": {
|
|
3696
|
-
"text": "boolean"
|
|
3697
|
-
},
|
|
3698
|
-
"default": "false",
|
|
3699
|
-
"fieldName": "readonly",
|
|
3700
|
-
"inheritedFrom": {
|
|
3701
|
-
"name": "DragDropInteractionMixin",
|
|
3702
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3703
|
-
}
|
|
3704
|
-
},
|
|
3705
|
-
{
|
|
3706
|
-
"name": "min-associations",
|
|
3707
|
-
"type": {
|
|
3708
|
-
"text": "number"
|
|
3709
|
-
},
|
|
3710
|
-
"default": "1",
|
|
3711
|
-
"fieldName": "minAssociations",
|
|
3712
|
-
"inheritedFrom": {
|
|
3713
|
-
"name": "DragDropInteractionMixin",
|
|
3714
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3715
|
-
}
|
|
3716
|
-
},
|
|
3717
|
-
{
|
|
3718
|
-
"name": "max-associations",
|
|
3719
|
-
"type": {
|
|
3720
|
-
"text": "number"
|
|
3721
|
-
},
|
|
3722
|
-
"default": "1",
|
|
3723
|
-
"fieldName": "maxAssociations",
|
|
3724
|
-
"inheritedFrom": {
|
|
3725
|
-
"name": "DragDropInteractionMixin",
|
|
3726
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3727
|
-
}
|
|
3728
|
-
}
|
|
3729
|
-
],
|
|
3730
|
-
"events": [
|
|
3731
|
-
{
|
|
3732
|
-
"name": "qti-register-interaction",
|
|
3733
|
-
"type": {
|
|
3734
|
-
"text": "CustomEvent"
|
|
3735
|
-
},
|
|
3736
|
-
"inheritedFrom": {
|
|
3737
|
-
"name": "DragDropInteractionMixin",
|
|
3738
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3739
|
-
}
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
"name": "qti-interaction-response",
|
|
3743
|
-
"type": {
|
|
3744
|
-
"text": "CustomEvent"
|
|
3745
|
-
},
|
|
3746
|
-
"inheritedFrom": {
|
|
3747
|
-
"name": "DragDropInteractionMixin",
|
|
3748
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3749
|
-
}
|
|
3750
|
-
}
|
|
3751
|
-
]
|
|
3752
|
-
}
|
|
3753
|
-
],
|
|
3754
|
-
"exports": [
|
|
3755
|
-
{
|
|
3756
|
-
"kind": "js",
|
|
3757
|
-
"name": "QtiGapMatchInteraction",
|
|
3758
|
-
"declaration": {
|
|
3759
|
-
"name": "QtiGapMatchInteraction",
|
|
3760
|
-
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3761
|
-
}
|
|
3762
|
-
},
|
|
3763
|
-
{
|
|
3764
|
-
"kind": "custom-element-definition",
|
|
3765
|
-
"name": "qti-gap-match-interaction",
|
|
3766
|
-
"declaration": {
|
|
3767
|
-
"name": "QtiGapMatchInteraction",
|
|
3768
|
-
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3769
|
-
}
|
|
3770
|
-
}
|
|
3771
|
-
]
|
|
3772
|
-
},
|
|
3773
3697
|
{
|
|
3774
3698
|
"kind": "javascript-module",
|
|
3775
3699
|
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
@@ -3897,18 +3821,24 @@
|
|
|
3897
3821
|
},
|
|
3898
3822
|
{
|
|
3899
3823
|
"kind": "javascript-module",
|
|
3900
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3824
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
3901
3825
|
"declarations": [
|
|
3902
3826
|
{
|
|
3903
3827
|
"kind": "class",
|
|
3904
3828
|
"description": "",
|
|
3905
|
-
"name": "
|
|
3829
|
+
"name": "QtiGapMatchInteraction",
|
|
3906
3830
|
"members": [],
|
|
3831
|
+
"mixins": [
|
|
3832
|
+
{
|
|
3833
|
+
"name": "DragDropInteractionMixin",
|
|
3834
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3835
|
+
}
|
|
3836
|
+
],
|
|
3907
3837
|
"superclass": {
|
|
3908
|
-
"name": "
|
|
3909
|
-
"
|
|
3838
|
+
"name": "LitElement",
|
|
3839
|
+
"package": "lit"
|
|
3910
3840
|
},
|
|
3911
|
-
"tagName": "qti-
|
|
3841
|
+
"tagName": "qti-gap-match-interaction",
|
|
3912
3842
|
"customElement": true,
|
|
3913
3843
|
"attributes": [
|
|
3914
3844
|
{
|
|
@@ -3919,8 +3849,128 @@
|
|
|
3919
3849
|
"default": "''",
|
|
3920
3850
|
"fieldName": "responseIdentifier",
|
|
3921
3851
|
"inheritedFrom": {
|
|
3922
|
-
"name": "
|
|
3923
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3852
|
+
"name": "DragDropInteractionMixin",
|
|
3853
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3854
|
+
}
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"name": "disabled",
|
|
3858
|
+
"type": {
|
|
3859
|
+
"text": "boolean"
|
|
3860
|
+
},
|
|
3861
|
+
"default": "false",
|
|
3862
|
+
"fieldName": "disabled",
|
|
3863
|
+
"inheritedFrom": {
|
|
3864
|
+
"name": "DroppablesMixin",
|
|
3865
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3866
|
+
}
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"name": "readonly",
|
|
3870
|
+
"type": {
|
|
3871
|
+
"text": "boolean"
|
|
3872
|
+
},
|
|
3873
|
+
"default": "false",
|
|
3874
|
+
"fieldName": "readonly",
|
|
3875
|
+
"inheritedFrom": {
|
|
3876
|
+
"name": "DragDropInteractionMixin",
|
|
3877
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3878
|
+
}
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "min-associations",
|
|
3882
|
+
"type": {
|
|
3883
|
+
"text": "number"
|
|
3884
|
+
},
|
|
3885
|
+
"default": "1",
|
|
3886
|
+
"fieldName": "minAssociations",
|
|
3887
|
+
"inheritedFrom": {
|
|
3888
|
+
"name": "DragDropInteractionMixin",
|
|
3889
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3890
|
+
}
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"name": "max-associations",
|
|
3894
|
+
"type": {
|
|
3895
|
+
"text": "number"
|
|
3896
|
+
},
|
|
3897
|
+
"default": "1",
|
|
3898
|
+
"fieldName": "maxAssociations",
|
|
3899
|
+
"inheritedFrom": {
|
|
3900
|
+
"name": "DragDropInteractionMixin",
|
|
3901
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3902
|
+
}
|
|
3903
|
+
}
|
|
3904
|
+
],
|
|
3905
|
+
"events": [
|
|
3906
|
+
{
|
|
3907
|
+
"name": "qti-register-interaction",
|
|
3908
|
+
"type": {
|
|
3909
|
+
"text": "CustomEvent"
|
|
3910
|
+
},
|
|
3911
|
+
"inheritedFrom": {
|
|
3912
|
+
"name": "DragDropInteractionMixin",
|
|
3913
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3914
|
+
}
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"name": "qti-interaction-response",
|
|
3918
|
+
"type": {
|
|
3919
|
+
"text": "CustomEvent"
|
|
3920
|
+
},
|
|
3921
|
+
"inheritedFrom": {
|
|
3922
|
+
"name": "DragDropInteractionMixin",
|
|
3923
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3924
|
+
}
|
|
3925
|
+
}
|
|
3926
|
+
]
|
|
3927
|
+
}
|
|
3928
|
+
],
|
|
3929
|
+
"exports": [
|
|
3930
|
+
{
|
|
3931
|
+
"kind": "js",
|
|
3932
|
+
"name": "QtiGapMatchInteraction",
|
|
3933
|
+
"declaration": {
|
|
3934
|
+
"name": "QtiGapMatchInteraction",
|
|
3935
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"kind": "custom-element-definition",
|
|
3940
|
+
"name": "qti-gap-match-interaction",
|
|
3941
|
+
"declaration": {
|
|
3942
|
+
"name": "QtiGapMatchInteraction",
|
|
3943
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3944
|
+
}
|
|
3945
|
+
}
|
|
3946
|
+
]
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "javascript-module",
|
|
3950
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
3951
|
+
"declarations": [
|
|
3952
|
+
{
|
|
3953
|
+
"kind": "class",
|
|
3954
|
+
"description": "",
|
|
3955
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3956
|
+
"members": [],
|
|
3957
|
+
"superclass": {
|
|
3958
|
+
"name": "Interaction",
|
|
3959
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3960
|
+
},
|
|
3961
|
+
"tagName": "qti-graphic-associate-interaction",
|
|
3962
|
+
"customElement": true,
|
|
3963
|
+
"attributes": [
|
|
3964
|
+
{
|
|
3965
|
+
"name": "response-identifier",
|
|
3966
|
+
"type": {
|
|
3967
|
+
"text": "string"
|
|
3968
|
+
},
|
|
3969
|
+
"default": "''",
|
|
3970
|
+
"fieldName": "responseIdentifier",
|
|
3971
|
+
"inheritedFrom": {
|
|
3972
|
+
"name": "Interaction",
|
|
3973
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3924
3974
|
}
|
|
3925
3975
|
},
|
|
3926
3976
|
{
|
|
@@ -4599,19 +4649,36 @@
|
|
|
4599
4649
|
},
|
|
4600
4650
|
{
|
|
4601
4651
|
"kind": "javascript-module",
|
|
4602
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4652
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
|
|
4603
4653
|
"declarations": [
|
|
4604
4654
|
{
|
|
4605
4655
|
"kind": "class",
|
|
4606
4656
|
"description": "",
|
|
4607
|
-
"name": "
|
|
4657
|
+
"name": "QtiMatchInteraction",
|
|
4608
4658
|
"members": [],
|
|
4609
|
-
"
|
|
4659
|
+
"events": [
|
|
4610
4660
|
{
|
|
4611
|
-
"name": "",
|
|
4612
|
-
"
|
|
4613
|
-
|
|
4661
|
+
"name": "qti-interaction-response",
|
|
4662
|
+
"type": {
|
|
4663
|
+
"text": "CustomEvent"
|
|
4664
|
+
},
|
|
4665
|
+
"inheritedFrom": {
|
|
4666
|
+
"name": "DragDropInteractionMixin",
|
|
4667
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4668
|
+
}
|
|
4614
4669
|
},
|
|
4670
|
+
{
|
|
4671
|
+
"name": "qti-register-interaction",
|
|
4672
|
+
"type": {
|
|
4673
|
+
"text": "CustomEvent"
|
|
4674
|
+
},
|
|
4675
|
+
"inheritedFrom": {
|
|
4676
|
+
"name": "DragDropInteractionMixin",
|
|
4677
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4678
|
+
}
|
|
4679
|
+
}
|
|
4680
|
+
],
|
|
4681
|
+
"attributes": [
|
|
4615
4682
|
{
|
|
4616
4683
|
"name": "response-identifier",
|
|
4617
4684
|
"type": {
|
|
@@ -4620,8 +4687,8 @@
|
|
|
4620
4687
|
"default": "''",
|
|
4621
4688
|
"fieldName": "responseIdentifier",
|
|
4622
4689
|
"inheritedFrom": {
|
|
4623
|
-
"name": "
|
|
4624
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4690
|
+
"name": "DragDropInteractionMixin",
|
|
4691
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4625
4692
|
}
|
|
4626
4693
|
},
|
|
4627
4694
|
{
|
|
@@ -4630,11 +4697,10 @@
|
|
|
4630
4697
|
"text": "boolean"
|
|
4631
4698
|
},
|
|
4632
4699
|
"default": "false",
|
|
4633
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4634
4700
|
"fieldName": "disabled",
|
|
4635
4701
|
"inheritedFrom": {
|
|
4636
|
-
"name": "
|
|
4637
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4702
|
+
"name": "DroppablesMixin",
|
|
4703
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
4638
4704
|
}
|
|
4639
4705
|
},
|
|
4640
4706
|
{
|
|
@@ -4643,101 +4709,85 @@
|
|
|
4643
4709
|
"text": "boolean"
|
|
4644
4710
|
},
|
|
4645
4711
|
"default": "false",
|
|
4646
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4647
4712
|
"fieldName": "readonly",
|
|
4648
4713
|
"inheritedFrom": {
|
|
4649
|
-
"name": "
|
|
4650
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4714
|
+
"name": "DragDropInteractionMixin",
|
|
4715
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4651
4716
|
}
|
|
4652
|
-
}
|
|
4653
|
-
],
|
|
4654
|
-
"superclass": {
|
|
4655
|
-
"name": "Interaction",
|
|
4656
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4657
|
-
},
|
|
4658
|
-
"tagName": "qti-media-interaction",
|
|
4659
|
-
"customElement": true,
|
|
4660
|
-
"events": [
|
|
4717
|
+
},
|
|
4661
4718
|
{
|
|
4662
|
-
"name": "
|
|
4719
|
+
"name": "min-associations",
|
|
4663
4720
|
"type": {
|
|
4664
|
-
"text": "
|
|
4721
|
+
"text": "number"
|
|
4665
4722
|
},
|
|
4723
|
+
"default": "1",
|
|
4724
|
+
"fieldName": "minAssociations",
|
|
4666
4725
|
"inheritedFrom": {
|
|
4667
|
-
"name": "
|
|
4668
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4726
|
+
"name": "DragDropInteractionMixin",
|
|
4727
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4669
4728
|
}
|
|
4670
4729
|
},
|
|
4671
4730
|
{
|
|
4672
|
-
"name": "
|
|
4731
|
+
"name": "max-associations",
|
|
4673
4732
|
"type": {
|
|
4674
|
-
"text": "
|
|
4733
|
+
"text": "number"
|
|
4675
4734
|
},
|
|
4735
|
+
"default": "1",
|
|
4736
|
+
"fieldName": "maxAssociations",
|
|
4676
4737
|
"inheritedFrom": {
|
|
4677
|
-
"name": "
|
|
4678
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4738
|
+
"name": "DragDropInteractionMixin",
|
|
4739
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4679
4740
|
}
|
|
4680
4741
|
}
|
|
4681
|
-
]
|
|
4742
|
+
],
|
|
4743
|
+
"mixins": [
|
|
4744
|
+
{
|
|
4745
|
+
"name": "DragDropInteractionMixin",
|
|
4746
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
4747
|
+
}
|
|
4748
|
+
],
|
|
4749
|
+
"superclass": {
|
|
4750
|
+
"name": "LitElement",
|
|
4751
|
+
"package": "lit"
|
|
4752
|
+
},
|
|
4753
|
+
"tagName": "qti-match-interaction",
|
|
4754
|
+
"customElement": true
|
|
4682
4755
|
}
|
|
4683
4756
|
],
|
|
4684
4757
|
"exports": [
|
|
4685
4758
|
{
|
|
4686
4759
|
"kind": "js",
|
|
4687
|
-
"name": "
|
|
4760
|
+
"name": "QtiMatchInteraction",
|
|
4688
4761
|
"declaration": {
|
|
4689
|
-
"name": "
|
|
4690
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4762
|
+
"name": "QtiMatchInteraction",
|
|
4763
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
4691
4764
|
}
|
|
4692
4765
|
},
|
|
4693
4766
|
{
|
|
4694
4767
|
"kind": "custom-element-definition",
|
|
4695
|
-
"name": "qti-
|
|
4768
|
+
"name": "qti-match-interaction",
|
|
4696
4769
|
"declaration": {
|
|
4697
|
-
"name": "
|
|
4698
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4770
|
+
"name": "QtiMatchInteraction",
|
|
4771
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
4699
4772
|
}
|
|
4700
4773
|
}
|
|
4701
4774
|
]
|
|
4702
4775
|
},
|
|
4703
4776
|
{
|
|
4704
4777
|
"kind": "javascript-module",
|
|
4705
|
-
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.
|
|
4706
|
-
"declarations": [],
|
|
4707
|
-
"exports": []
|
|
4708
|
-
},
|
|
4709
|
-
{
|
|
4710
|
-
"kind": "javascript-module",
|
|
4711
|
-
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
|
|
4778
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
4712
4779
|
"declarations": [
|
|
4713
4780
|
{
|
|
4714
4781
|
"kind": "class",
|
|
4715
4782
|
"description": "",
|
|
4716
|
-
"name": "
|
|
4783
|
+
"name": "QtiMediaInteraction",
|
|
4717
4784
|
"members": [],
|
|
4718
|
-
"
|
|
4785
|
+
"attributes": [
|
|
4719
4786
|
{
|
|
4720
|
-
"name": "
|
|
4721
|
-
"
|
|
4722
|
-
|
|
4723
|
-
},
|
|
4724
|
-
"inheritedFrom": {
|
|
4725
|
-
"name": "DragDropInteractionMixin",
|
|
4726
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4727
|
-
}
|
|
4787
|
+
"name": "",
|
|
4788
|
+
"fieldName": "",
|
|
4789
|
+
"attribute": ""
|
|
4728
4790
|
},
|
|
4729
|
-
{
|
|
4730
|
-
"name": "qti-register-interaction",
|
|
4731
|
-
"type": {
|
|
4732
|
-
"text": "CustomEvent"
|
|
4733
|
-
},
|
|
4734
|
-
"inheritedFrom": {
|
|
4735
|
-
"name": "DragDropInteractionMixin",
|
|
4736
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4737
|
-
}
|
|
4738
|
-
}
|
|
4739
|
-
],
|
|
4740
|
-
"attributes": [
|
|
4741
4791
|
{
|
|
4742
4792
|
"name": "response-identifier",
|
|
4743
4793
|
"type": {
|
|
@@ -4746,8 +4796,8 @@
|
|
|
4746
4796
|
"default": "''",
|
|
4747
4797
|
"fieldName": "responseIdentifier",
|
|
4748
4798
|
"inheritedFrom": {
|
|
4749
|
-
"name": "
|
|
4750
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4799
|
+
"name": "Interaction",
|
|
4800
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4751
4801
|
}
|
|
4752
4802
|
},
|
|
4753
4803
|
{
|
|
@@ -4756,10 +4806,11 @@
|
|
|
4756
4806
|
"text": "boolean"
|
|
4757
4807
|
},
|
|
4758
4808
|
"default": "false",
|
|
4809
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4759
4810
|
"fieldName": "disabled",
|
|
4760
4811
|
"inheritedFrom": {
|
|
4761
|
-
"name": "
|
|
4762
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4812
|
+
"name": "Interaction",
|
|
4813
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4763
4814
|
}
|
|
4764
4815
|
},
|
|
4765
4816
|
{
|
|
@@ -4768,70 +4819,69 @@
|
|
|
4768
4819
|
"text": "boolean"
|
|
4769
4820
|
},
|
|
4770
4821
|
"default": "false",
|
|
4822
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4771
4823
|
"fieldName": "readonly",
|
|
4772
4824
|
"inheritedFrom": {
|
|
4773
|
-
"name": "
|
|
4774
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4825
|
+
"name": "Interaction",
|
|
4826
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4775
4827
|
}
|
|
4776
|
-
}
|
|
4828
|
+
}
|
|
4829
|
+
],
|
|
4830
|
+
"superclass": {
|
|
4831
|
+
"name": "Interaction",
|
|
4832
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4833
|
+
},
|
|
4834
|
+
"tagName": "qti-media-interaction",
|
|
4835
|
+
"customElement": true,
|
|
4836
|
+
"events": [
|
|
4777
4837
|
{
|
|
4778
|
-
"name": "
|
|
4838
|
+
"name": "qti-register-interaction",
|
|
4779
4839
|
"type": {
|
|
4780
|
-
"text": "
|
|
4840
|
+
"text": "CustomEvent"
|
|
4781
4841
|
},
|
|
4782
|
-
"default": "1",
|
|
4783
|
-
"fieldName": "minAssociations",
|
|
4784
4842
|
"inheritedFrom": {
|
|
4785
|
-
"name": "
|
|
4786
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4843
|
+
"name": "Interaction",
|
|
4844
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4787
4845
|
}
|
|
4788
4846
|
},
|
|
4789
4847
|
{
|
|
4790
|
-
"name": "
|
|
4848
|
+
"name": "qti-interaction-response",
|
|
4791
4849
|
"type": {
|
|
4792
|
-
"text": "
|
|
4850
|
+
"text": "CustomEvent"
|
|
4793
4851
|
},
|
|
4794
|
-
"default": "1",
|
|
4795
|
-
"fieldName": "maxAssociations",
|
|
4796
4852
|
"inheritedFrom": {
|
|
4797
|
-
"name": "
|
|
4798
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4853
|
+
"name": "Interaction",
|
|
4854
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4799
4855
|
}
|
|
4800
4856
|
}
|
|
4801
|
-
]
|
|
4802
|
-
"mixins": [
|
|
4803
|
-
{
|
|
4804
|
-
"name": "DragDropInteractionMixin",
|
|
4805
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
4806
|
-
}
|
|
4807
|
-
],
|
|
4808
|
-
"superclass": {
|
|
4809
|
-
"name": "LitElement",
|
|
4810
|
-
"package": "lit"
|
|
4811
|
-
},
|
|
4812
|
-
"tagName": "qti-match-interaction",
|
|
4813
|
-
"customElement": true
|
|
4857
|
+
]
|
|
4814
4858
|
}
|
|
4815
4859
|
],
|
|
4816
4860
|
"exports": [
|
|
4817
4861
|
{
|
|
4818
4862
|
"kind": "js",
|
|
4819
|
-
"name": "
|
|
4863
|
+
"name": "QtiMediaInteraction",
|
|
4820
4864
|
"declaration": {
|
|
4821
|
-
"name": "
|
|
4822
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4865
|
+
"name": "QtiMediaInteraction",
|
|
4866
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
4823
4867
|
}
|
|
4824
4868
|
},
|
|
4825
4869
|
{
|
|
4826
4870
|
"kind": "custom-element-definition",
|
|
4827
|
-
"name": "qti-
|
|
4871
|
+
"name": "qti-media-interaction",
|
|
4828
4872
|
"declaration": {
|
|
4829
|
-
"name": "
|
|
4830
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4873
|
+
"name": "QtiMediaInteraction",
|
|
4874
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
4831
4875
|
}
|
|
4832
4876
|
}
|
|
4833
4877
|
]
|
|
4834
4878
|
},
|
|
4879
|
+
{
|
|
4880
|
+
"kind": "javascript-module",
|
|
4881
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
|
|
4882
|
+
"declarations": [],
|
|
4883
|
+
"exports": []
|
|
4884
|
+
},
|
|
4835
4885
|
{
|
|
4836
4886
|
"kind": "javascript-module",
|
|
4837
4887
|
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
|
|
@@ -4958,10 +5008,76 @@
|
|
|
4958
5008
|
},
|
|
4959
5009
|
{
|
|
4960
5010
|
"kind": "custom-element-definition",
|
|
4961
|
-
"name": "qti-order-interaction",
|
|
5011
|
+
"name": "qti-order-interaction",
|
|
5012
|
+
"declaration": {
|
|
5013
|
+
"name": "QtiOrderInteraction",
|
|
5014
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
5015
|
+
}
|
|
5016
|
+
}
|
|
5017
|
+
]
|
|
5018
|
+
},
|
|
5019
|
+
{
|
|
5020
|
+
"kind": "javascript-module",
|
|
5021
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
|
|
5022
|
+
"declarations": [
|
|
5023
|
+
{
|
|
5024
|
+
"kind": "class",
|
|
5025
|
+
"description": "",
|
|
5026
|
+
"name": "QtiPortableCustomInteraction",
|
|
5027
|
+
"members": [],
|
|
5028
|
+
"attributes": [
|
|
5029
|
+
{
|
|
5030
|
+
"name": "response-identifier",
|
|
5031
|
+
"type": {
|
|
5032
|
+
"text": "string"
|
|
5033
|
+
},
|
|
5034
|
+
"fieldName": "responseIdentifier"
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
"name": "module",
|
|
5038
|
+
"type": {
|
|
5039
|
+
"text": "string"
|
|
5040
|
+
},
|
|
5041
|
+
"fieldName": "module"
|
|
5042
|
+
},
|
|
5043
|
+
{
|
|
5044
|
+
"name": "custom-interaction-type-identifier",
|
|
5045
|
+
"type": {
|
|
5046
|
+
"text": "string"
|
|
5047
|
+
},
|
|
5048
|
+
"fieldName": "customInteractionTypeIdentifier"
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"name": "base-url",
|
|
5052
|
+
"type": {
|
|
5053
|
+
"text": "string"
|
|
5054
|
+
},
|
|
5055
|
+
"fieldName": "baseUrl"
|
|
5056
|
+
}
|
|
5057
|
+
],
|
|
5058
|
+
"superclass": {
|
|
5059
|
+
"name": "LitElement",
|
|
5060
|
+
"package": "lit"
|
|
5061
|
+
},
|
|
5062
|
+
"tagName": "qti-portable-custom-interaction",
|
|
5063
|
+
"customElement": true
|
|
5064
|
+
}
|
|
5065
|
+
],
|
|
5066
|
+
"exports": [
|
|
5067
|
+
{
|
|
5068
|
+
"kind": "js",
|
|
5069
|
+
"name": "QtiPortableCustomInteraction",
|
|
5070
|
+
"declaration": {
|
|
5071
|
+
"name": "QtiPortableCustomInteraction",
|
|
5072
|
+
"module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
|
|
5073
|
+
}
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"kind": "custom-element-definition",
|
|
5077
|
+
"name": "qti-portable-custom-interaction",
|
|
4962
5078
|
"declaration": {
|
|
4963
|
-
"name": "
|
|
4964
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
5079
|
+
"name": "QtiPortableCustomInteraction",
|
|
5080
|
+
"module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
|
|
4965
5081
|
}
|
|
4966
5082
|
}
|
|
4967
5083
|
]
|
|
@@ -5038,72 +5154,6 @@
|
|
|
5038
5154
|
}
|
|
5039
5155
|
]
|
|
5040
5156
|
},
|
|
5041
|
-
{
|
|
5042
|
-
"kind": "javascript-module",
|
|
5043
|
-
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
|
|
5044
|
-
"declarations": [
|
|
5045
|
-
{
|
|
5046
|
-
"kind": "class",
|
|
5047
|
-
"description": "",
|
|
5048
|
-
"name": "QtiPortableCustomInteraction",
|
|
5049
|
-
"members": [],
|
|
5050
|
-
"attributes": [
|
|
5051
|
-
{
|
|
5052
|
-
"name": "response-identifier",
|
|
5053
|
-
"type": {
|
|
5054
|
-
"text": "string"
|
|
5055
|
-
},
|
|
5056
|
-
"fieldName": "responseIdentifier"
|
|
5057
|
-
},
|
|
5058
|
-
{
|
|
5059
|
-
"name": "module",
|
|
5060
|
-
"type": {
|
|
5061
|
-
"text": "string"
|
|
5062
|
-
},
|
|
5063
|
-
"fieldName": "module"
|
|
5064
|
-
},
|
|
5065
|
-
{
|
|
5066
|
-
"name": "custom-interaction-type-identifier",
|
|
5067
|
-
"type": {
|
|
5068
|
-
"text": "string"
|
|
5069
|
-
},
|
|
5070
|
-
"fieldName": "customInteractionTypeIdentifier"
|
|
5071
|
-
},
|
|
5072
|
-
{
|
|
5073
|
-
"name": "base-url",
|
|
5074
|
-
"type": {
|
|
5075
|
-
"text": "string"
|
|
5076
|
-
},
|
|
5077
|
-
"fieldName": "baseUrl"
|
|
5078
|
-
}
|
|
5079
|
-
],
|
|
5080
|
-
"superclass": {
|
|
5081
|
-
"name": "LitElement",
|
|
5082
|
-
"package": "lit"
|
|
5083
|
-
},
|
|
5084
|
-
"tagName": "qti-portable-custom-interaction",
|
|
5085
|
-
"customElement": true
|
|
5086
|
-
}
|
|
5087
|
-
],
|
|
5088
|
-
"exports": [
|
|
5089
|
-
{
|
|
5090
|
-
"kind": "js",
|
|
5091
|
-
"name": "QtiPortableCustomInteraction",
|
|
5092
|
-
"declaration": {
|
|
5093
|
-
"name": "QtiPortableCustomInteraction",
|
|
5094
|
-
"module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
|
|
5095
|
-
}
|
|
5096
|
-
},
|
|
5097
|
-
{
|
|
5098
|
-
"kind": "custom-element-definition",
|
|
5099
|
-
"name": "qti-portable-custom-interaction",
|
|
5100
|
-
"declaration": {
|
|
5101
|
-
"name": "QtiPortableCustomInteraction",
|
|
5102
|
-
"module": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts"
|
|
5103
|
-
}
|
|
5104
|
-
}
|
|
5105
|
-
]
|
|
5106
|
-
},
|
|
5107
5157
|
{
|
|
5108
5158
|
"kind": "javascript-module",
|
|
5109
5159
|
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
|
|
@@ -5587,47 +5637,6 @@
|
|
|
5587
5637
|
}
|
|
5588
5638
|
]
|
|
5589
5639
|
},
|
|
5590
|
-
{
|
|
5591
|
-
"kind": "javascript-module",
|
|
5592
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
5593
|
-
"declarations": [
|
|
5594
|
-
{
|
|
5595
|
-
"kind": "class",
|
|
5596
|
-
"description": "",
|
|
5597
|
-
"name": "QtiResponseProcessing",
|
|
5598
|
-
"members": [],
|
|
5599
|
-
"attributes": [
|
|
5600
|
-
{
|
|
5601
|
-
"name": "identifier"
|
|
5602
|
-
}
|
|
5603
|
-
],
|
|
5604
|
-
"superclass": {
|
|
5605
|
-
"name": "LitElement",
|
|
5606
|
-
"package": "lit"
|
|
5607
|
-
},
|
|
5608
|
-
"tagName": "qti-response-processing",
|
|
5609
|
-
"customElement": true
|
|
5610
|
-
}
|
|
5611
|
-
],
|
|
5612
|
-
"exports": [
|
|
5613
|
-
{
|
|
5614
|
-
"kind": "js",
|
|
5615
|
-
"name": "default",
|
|
5616
|
-
"declaration": {
|
|
5617
|
-
"name": "QtiResponseProcessing",
|
|
5618
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
5619
|
-
}
|
|
5620
|
-
},
|
|
5621
|
-
{
|
|
5622
|
-
"kind": "custom-element-definition",
|
|
5623
|
-
"name": "qti-response-processing",
|
|
5624
|
-
"declaration": {
|
|
5625
|
-
"name": "QtiResponseProcessing",
|
|
5626
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
5627
|
-
}
|
|
5628
|
-
}
|
|
5629
|
-
]
|
|
5630
|
-
},
|
|
5631
5640
|
{
|
|
5632
5641
|
"kind": "javascript-module",
|
|
5633
5642
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
|
|
@@ -5896,6 +5905,47 @@
|
|
|
5896
5905
|
}
|
|
5897
5906
|
]
|
|
5898
5907
|
},
|
|
5908
|
+
{
|
|
5909
|
+
"kind": "javascript-module",
|
|
5910
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
5911
|
+
"declarations": [
|
|
5912
|
+
{
|
|
5913
|
+
"kind": "class",
|
|
5914
|
+
"description": "",
|
|
5915
|
+
"name": "QtiResponseProcessing",
|
|
5916
|
+
"members": [],
|
|
5917
|
+
"attributes": [
|
|
5918
|
+
{
|
|
5919
|
+
"name": "identifier"
|
|
5920
|
+
}
|
|
5921
|
+
],
|
|
5922
|
+
"superclass": {
|
|
5923
|
+
"name": "LitElement",
|
|
5924
|
+
"package": "lit"
|
|
5925
|
+
},
|
|
5926
|
+
"tagName": "qti-response-processing",
|
|
5927
|
+
"customElement": true
|
|
5928
|
+
}
|
|
5929
|
+
],
|
|
5930
|
+
"exports": [
|
|
5931
|
+
{
|
|
5932
|
+
"kind": "js",
|
|
5933
|
+
"name": "default",
|
|
5934
|
+
"declaration": {
|
|
5935
|
+
"name": "QtiResponseProcessing",
|
|
5936
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
5937
|
+
}
|
|
5938
|
+
},
|
|
5939
|
+
{
|
|
5940
|
+
"kind": "custom-element-definition",
|
|
5941
|
+
"name": "qti-response-processing",
|
|
5942
|
+
"declaration": {
|
|
5943
|
+
"name": "QtiResponseProcessing",
|
|
5944
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
5945
|
+
}
|
|
5946
|
+
}
|
|
5947
|
+
]
|
|
5948
|
+
},
|
|
5899
5949
|
{
|
|
5900
5950
|
"kind": "javascript-module",
|
|
5901
5951
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
|
|
@@ -7008,82 +7058,82 @@
|
|
|
7008
7058
|
},
|
|
7009
7059
|
{
|
|
7010
7060
|
"kind": "javascript-module",
|
|
7011
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7061
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
|
|
7012
7062
|
"declarations": [
|
|
7013
7063
|
{
|
|
7014
7064
|
"kind": "class",
|
|
7015
7065
|
"description": "",
|
|
7016
|
-
"name": "
|
|
7066
|
+
"name": "QtiEqual",
|
|
7017
7067
|
"members": [],
|
|
7068
|
+
"attributes": [
|
|
7069
|
+
{
|
|
7070
|
+
"name": "toleranceMode",
|
|
7071
|
+
"type": {
|
|
7072
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
7073
|
+
},
|
|
7074
|
+
"default": "'exact'",
|
|
7075
|
+
"fieldName": "toleranceMode"
|
|
7076
|
+
}
|
|
7077
|
+
],
|
|
7018
7078
|
"superclass": {
|
|
7019
7079
|
"name": "QtiExpression",
|
|
7020
7080
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7021
7081
|
},
|
|
7022
|
-
"tagName": "qti-
|
|
7082
|
+
"tagName": "qti-equal",
|
|
7023
7083
|
"customElement": true
|
|
7024
7084
|
}
|
|
7025
7085
|
],
|
|
7026
7086
|
"exports": [
|
|
7027
7087
|
{
|
|
7028
7088
|
"kind": "js",
|
|
7029
|
-
"name": "
|
|
7089
|
+
"name": "QtiEqual",
|
|
7030
7090
|
"declaration": {
|
|
7031
|
-
"name": "
|
|
7032
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7091
|
+
"name": "QtiEqual",
|
|
7092
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
7033
7093
|
}
|
|
7034
7094
|
},
|
|
7035
7095
|
{
|
|
7036
7096
|
"kind": "custom-element-definition",
|
|
7037
|
-
"name": "qti-
|
|
7097
|
+
"name": "qti-equal",
|
|
7038
7098
|
"declaration": {
|
|
7039
|
-
"name": "
|
|
7040
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7099
|
+
"name": "QtiEqual",
|
|
7100
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
7041
7101
|
}
|
|
7042
7102
|
}
|
|
7043
7103
|
]
|
|
7044
7104
|
},
|
|
7045
7105
|
{
|
|
7046
7106
|
"kind": "javascript-module",
|
|
7047
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7107
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
|
|
7048
7108
|
"declarations": [
|
|
7049
7109
|
{
|
|
7050
7110
|
"kind": "class",
|
|
7051
7111
|
"description": "",
|
|
7052
|
-
"name": "
|
|
7112
|
+
"name": "QtiCorrect",
|
|
7053
7113
|
"members": [],
|
|
7054
|
-
"attributes": [
|
|
7055
|
-
{
|
|
7056
|
-
"name": "toleranceMode",
|
|
7057
|
-
"type": {
|
|
7058
|
-
"text": "'exact' | 'relative' | 'absolute'"
|
|
7059
|
-
},
|
|
7060
|
-
"default": "'exact'",
|
|
7061
|
-
"fieldName": "toleranceMode"
|
|
7062
|
-
}
|
|
7063
|
-
],
|
|
7064
7114
|
"superclass": {
|
|
7065
7115
|
"name": "QtiExpression",
|
|
7066
7116
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7067
7117
|
},
|
|
7068
|
-
"tagName": "qti-
|
|
7118
|
+
"tagName": "qti-correct",
|
|
7069
7119
|
"customElement": true
|
|
7070
7120
|
}
|
|
7071
7121
|
],
|
|
7072
7122
|
"exports": [
|
|
7073
7123
|
{
|
|
7074
7124
|
"kind": "js",
|
|
7075
|
-
"name": "
|
|
7125
|
+
"name": "QtiCorrect",
|
|
7076
7126
|
"declaration": {
|
|
7077
|
-
"name": "
|
|
7078
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7127
|
+
"name": "QtiCorrect",
|
|
7128
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
|
|
7079
7129
|
}
|
|
7080
7130
|
},
|
|
7081
7131
|
{
|
|
7082
7132
|
"kind": "custom-element-definition",
|
|
7083
|
-
"name": "qti-
|
|
7133
|
+
"name": "qti-correct",
|
|
7084
7134
|
"declaration": {
|
|
7085
|
-
"name": "
|
|
7086
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7135
|
+
"name": "QtiCorrect",
|
|
7136
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
|
|
7087
7137
|
}
|
|
7088
7138
|
}
|
|
7089
7139
|
]
|
|
@@ -7244,72 +7294,72 @@
|
|
|
7244
7294
|
},
|
|
7245
7295
|
{
|
|
7246
7296
|
"kind": "javascript-module",
|
|
7247
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7297
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts",
|
|
7248
7298
|
"declarations": [
|
|
7249
7299
|
{
|
|
7250
7300
|
"kind": "class",
|
|
7251
7301
|
"description": "",
|
|
7252
|
-
"name": "
|
|
7302
|
+
"name": "QtiLt",
|
|
7253
7303
|
"members": [],
|
|
7254
7304
|
"superclass": {
|
|
7255
|
-
"name": "
|
|
7256
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7305
|
+
"name": "QtiExpression",
|
|
7306
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7257
7307
|
},
|
|
7258
|
-
"tagName": "qti-
|
|
7308
|
+
"tagName": "qti-lt",
|
|
7259
7309
|
"customElement": true
|
|
7260
7310
|
}
|
|
7261
7311
|
],
|
|
7262
7312
|
"exports": [
|
|
7263
7313
|
{
|
|
7264
7314
|
"kind": "js",
|
|
7265
|
-
"name": "
|
|
7315
|
+
"name": "QtiLt",
|
|
7266
7316
|
"declaration": {
|
|
7267
|
-
"name": "
|
|
7268
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7317
|
+
"name": "QtiLt",
|
|
7318
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
|
|
7269
7319
|
}
|
|
7270
7320
|
},
|
|
7271
7321
|
{
|
|
7272
7322
|
"kind": "custom-element-definition",
|
|
7273
|
-
"name": "qti-
|
|
7323
|
+
"name": "qti-lt",
|
|
7274
7324
|
"declaration": {
|
|
7275
|
-
"name": "
|
|
7276
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7325
|
+
"name": "QtiLt",
|
|
7326
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lt/qti-lt.ts"
|
|
7277
7327
|
}
|
|
7278
7328
|
}
|
|
7279
7329
|
]
|
|
7280
7330
|
},
|
|
7281
7331
|
{
|
|
7282
7332
|
"kind": "javascript-module",
|
|
7283
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7333
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts",
|
|
7284
7334
|
"declarations": [
|
|
7285
7335
|
{
|
|
7286
7336
|
"kind": "class",
|
|
7287
7337
|
"description": "",
|
|
7288
|
-
"name": "
|
|
7338
|
+
"name": "QtiLte",
|
|
7289
7339
|
"members": [],
|
|
7290
7340
|
"superclass": {
|
|
7291
|
-
"name": "
|
|
7292
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
7341
|
+
"name": "QtiConditionExpression",
|
|
7342
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
7293
7343
|
},
|
|
7294
|
-
"tagName": "qti-
|
|
7344
|
+
"tagName": "qti-lte",
|
|
7295
7345
|
"customElement": true
|
|
7296
7346
|
}
|
|
7297
7347
|
],
|
|
7298
7348
|
"exports": [
|
|
7299
7349
|
{
|
|
7300
7350
|
"kind": "js",
|
|
7301
|
-
"name": "
|
|
7351
|
+
"name": "QtiLte",
|
|
7302
7352
|
"declaration": {
|
|
7303
|
-
"name": "
|
|
7304
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7353
|
+
"name": "QtiLte",
|
|
7354
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
|
|
7305
7355
|
}
|
|
7306
7356
|
},
|
|
7307
7357
|
{
|
|
7308
7358
|
"kind": "custom-element-definition",
|
|
7309
|
-
"name": "qti-
|
|
7359
|
+
"name": "qti-lte",
|
|
7310
7360
|
"declaration": {
|
|
7311
|
-
"name": "
|
|
7312
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
7361
|
+
"name": "QtiLte",
|
|
7362
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-lte/qti-lte.ts"
|
|
7313
7363
|
}
|
|
7314
7364
|
}
|
|
7315
7365
|
]
|