@citolab/qti-components 6.5.4 → 6.5.6
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/custom-elements.json +928 -933
- package/dist/index.cjs +62 -47
- package/dist/index.d.cts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +60 -45
- package/dist/qti-components/index.cjs +50 -35
- package/dist/qti-components/index.d.cts +4 -2
- package/dist/qti-components/index.d.ts +4 -2
- package/dist/qti-components/index.js +58 -43
- package/package.json +1 -1
|
@@ -554,172 +554,6 @@
|
|
|
554
554
|
}
|
|
555
555
|
]
|
|
556
556
|
},
|
|
557
|
-
{
|
|
558
|
-
"kind": "javascript-module",
|
|
559
|
-
"path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
|
|
560
|
-
"declarations": [
|
|
561
|
-
{
|
|
562
|
-
"kind": "class",
|
|
563
|
-
"description": "",
|
|
564
|
-
"name": "ItemPrintVariables",
|
|
565
|
-
"members": [],
|
|
566
|
-
"superclass": {
|
|
567
|
-
"name": "LitElement",
|
|
568
|
-
"package": "lit"
|
|
569
|
-
},
|
|
570
|
-
"tagName": "item-print-variables",
|
|
571
|
-
"customElement": true
|
|
572
|
-
}
|
|
573
|
-
],
|
|
574
|
-
"exports": [
|
|
575
|
-
{
|
|
576
|
-
"kind": "js",
|
|
577
|
-
"name": "ItemPrintVariables",
|
|
578
|
-
"declaration": {
|
|
579
|
-
"name": "ItemPrintVariables",
|
|
580
|
-
"module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"kind": "custom-element-definition",
|
|
585
|
-
"name": "item-print-variables",
|
|
586
|
-
"declaration": {
|
|
587
|
-
"name": "ItemPrintVariables",
|
|
588
|
-
"module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
]
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"kind": "javascript-module",
|
|
595
|
-
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
|
|
596
|
-
"declarations": [
|
|
597
|
-
{
|
|
598
|
-
"kind": "variable",
|
|
599
|
-
"name": "itemContext"
|
|
600
|
-
}
|
|
601
|
-
],
|
|
602
|
-
"exports": [
|
|
603
|
-
{
|
|
604
|
-
"kind": "js",
|
|
605
|
-
"name": "itemContext",
|
|
606
|
-
"declaration": {
|
|
607
|
-
"name": "itemContext",
|
|
608
|
-
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts"
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
]
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"kind": "javascript-module",
|
|
615
|
-
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
616
|
-
"declarations": [
|
|
617
|
-
{
|
|
618
|
-
"kind": "class",
|
|
619
|
-
"description": "",
|
|
620
|
-
"name": "QtiAssessmentItem",
|
|
621
|
-
"slots": [
|
|
622
|
-
{
|
|
623
|
-
"description": "The default slot where all the other QTI 3 item structures go.",
|
|
624
|
-
"name": ""
|
|
625
|
-
}
|
|
626
|
-
],
|
|
627
|
-
"members": [],
|
|
628
|
-
"events": [
|
|
629
|
-
{
|
|
630
|
-
"name": "name",
|
|
631
|
-
"type": {
|
|
632
|
-
"text": "CustomEvent"
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"description": "Emitted when an interaction is changed.",
|
|
637
|
-
"name": "qti-interaction-changed"
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"description": "Emitted when an outcome has changed.",
|
|
641
|
-
"name": "qti-outcome-changed"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"description": "Emitted when response-processing is called.",
|
|
645
|
-
"name": "qti-response-processing"
|
|
646
|
-
}
|
|
647
|
-
],
|
|
648
|
-
"attributes": [
|
|
649
|
-
{
|
|
650
|
-
"name": "title",
|
|
651
|
-
"type": {
|
|
652
|
-
"text": "string"
|
|
653
|
-
},
|
|
654
|
-
"fieldName": "title"
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"name": "identifier",
|
|
658
|
-
"type": {
|
|
659
|
-
"text": "string"
|
|
660
|
-
},
|
|
661
|
-
"default": "''",
|
|
662
|
-
"fieldName": "identifier"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "adaptive",
|
|
666
|
-
"type": {
|
|
667
|
-
"text": "'true' | 'false'"
|
|
668
|
-
},
|
|
669
|
-
"default": "'false'",
|
|
670
|
-
"fieldName": "adaptive"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "timeDependent",
|
|
674
|
-
"type": {
|
|
675
|
-
"text": "'true' | 'false'"
|
|
676
|
-
},
|
|
677
|
-
"default": "'false'",
|
|
678
|
-
"fieldName": "timeDependent"
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"name": "disabled",
|
|
682
|
-
"type": {
|
|
683
|
-
"text": "boolean"
|
|
684
|
-
},
|
|
685
|
-
"fieldName": "disabled"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"name": "readonly",
|
|
689
|
-
"type": {
|
|
690
|
-
"text": "boolean"
|
|
691
|
-
},
|
|
692
|
-
"fieldName": "readonly"
|
|
693
|
-
}
|
|
694
|
-
],
|
|
695
|
-
"superclass": {
|
|
696
|
-
"name": "LitElement",
|
|
697
|
-
"package": "lit"
|
|
698
|
-
},
|
|
699
|
-
"summary": "The qti-assessment-item element contains all the other QTI 3 item structures.",
|
|
700
|
-
"tagName": "qti-assessment-item",
|
|
701
|
-
"customElement": true
|
|
702
|
-
}
|
|
703
|
-
],
|
|
704
|
-
"exports": [
|
|
705
|
-
{
|
|
706
|
-
"kind": "js",
|
|
707
|
-
"name": "QtiAssessmentItem",
|
|
708
|
-
"declaration": {
|
|
709
|
-
"name": "QtiAssessmentItem",
|
|
710
|
-
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
711
|
-
}
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"kind": "custom-element-definition",
|
|
715
|
-
"name": "qti-assessment-item",
|
|
716
|
-
"declaration": {
|
|
717
|
-
"name": "QtiAssessmentItem",
|
|
718
|
-
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
]
|
|
722
|
-
},
|
|
723
557
|
{
|
|
724
558
|
"kind": "javascript-module",
|
|
725
559
|
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
@@ -847,176 +681,259 @@
|
|
|
847
681
|
},
|
|
848
682
|
{
|
|
849
683
|
"kind": "javascript-module",
|
|
850
|
-
"path": "src/lib/qti-components/qti-
|
|
684
|
+
"path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
|
|
851
685
|
"declarations": [
|
|
852
686
|
{
|
|
853
687
|
"kind": "class",
|
|
854
688
|
"description": "",
|
|
855
|
-
"name": "
|
|
689
|
+
"name": "ItemPrintVariables",
|
|
690
|
+
"members": [],
|
|
856
691
|
"superclass": {
|
|
857
692
|
"name": "LitElement",
|
|
858
693
|
"package": "lit"
|
|
859
694
|
},
|
|
860
|
-
"tagName": "
|
|
695
|
+
"tagName": "item-print-variables",
|
|
861
696
|
"customElement": true
|
|
862
697
|
}
|
|
863
698
|
],
|
|
864
699
|
"exports": [
|
|
865
700
|
{
|
|
866
701
|
"kind": "js",
|
|
867
|
-
"name": "
|
|
702
|
+
"name": "ItemPrintVariables",
|
|
868
703
|
"declaration": {
|
|
869
|
-
"name": "
|
|
870
|
-
"module": "src/lib/qti-components/qti-
|
|
704
|
+
"name": "ItemPrintVariables",
|
|
705
|
+
"module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
|
|
871
706
|
}
|
|
872
707
|
},
|
|
873
708
|
{
|
|
874
709
|
"kind": "custom-element-definition",
|
|
875
|
-
"name": "
|
|
710
|
+
"name": "item-print-variables",
|
|
876
711
|
"declaration": {
|
|
877
|
-
"name": "
|
|
878
|
-
"module": "src/lib/qti-components/qti-
|
|
712
|
+
"name": "ItemPrintVariables",
|
|
713
|
+
"module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
|
|
879
714
|
}
|
|
880
715
|
}
|
|
881
716
|
]
|
|
882
717
|
},
|
|
883
718
|
{
|
|
884
719
|
"kind": "javascript-module",
|
|
885
|
-
"path": "src/lib/qti-components/qti-
|
|
720
|
+
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
|
|
721
|
+
"declarations": [
|
|
722
|
+
{
|
|
723
|
+
"kind": "variable",
|
|
724
|
+
"name": "itemContext"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"exports": [
|
|
728
|
+
{
|
|
729
|
+
"kind": "js",
|
|
730
|
+
"name": "itemContext",
|
|
731
|
+
"declaration": {
|
|
732
|
+
"name": "itemContext",
|
|
733
|
+
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts"
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"kind": "javascript-module",
|
|
740
|
+
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
886
741
|
"declarations": [
|
|
887
742
|
{
|
|
888
743
|
"kind": "class",
|
|
889
744
|
"description": "",
|
|
890
|
-
"name": "
|
|
745
|
+
"name": "QtiAssessmentItem",
|
|
746
|
+
"slots": [
|
|
747
|
+
{
|
|
748
|
+
"description": "The default slot where all the other QTI 3 item structures go.",
|
|
749
|
+
"name": ""
|
|
750
|
+
}
|
|
751
|
+
],
|
|
891
752
|
"members": [],
|
|
892
753
|
"events": [
|
|
893
754
|
{
|
|
894
|
-
"name": "
|
|
755
|
+
"name": "name",
|
|
895
756
|
"type": {
|
|
896
757
|
"text": "CustomEvent"
|
|
897
758
|
}
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"description": "Emitted when an interaction is changed.",
|
|
762
|
+
"name": "qti-interaction-changed"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"description": "Emitted when an outcome has changed.",
|
|
766
|
+
"name": "qti-outcome-changed"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"description": "Emitted when response-processing is called.",
|
|
770
|
+
"name": "qti-response-processing"
|
|
898
771
|
}
|
|
899
772
|
],
|
|
900
773
|
"attributes": [
|
|
901
774
|
{
|
|
902
|
-
"name": "
|
|
775
|
+
"name": "title",
|
|
903
776
|
"type": {
|
|
904
777
|
"text": "string"
|
|
905
778
|
},
|
|
906
|
-
"fieldName": "
|
|
779
|
+
"fieldName": "title"
|
|
907
780
|
},
|
|
908
781
|
{
|
|
909
|
-
"name": "
|
|
782
|
+
"name": "identifier",
|
|
910
783
|
"type": {
|
|
911
784
|
"text": "string"
|
|
912
785
|
},
|
|
913
|
-
"
|
|
786
|
+
"default": "''",
|
|
787
|
+
"fieldName": "identifier"
|
|
914
788
|
},
|
|
915
789
|
{
|
|
916
|
-
"name": "
|
|
790
|
+
"name": "adaptive",
|
|
917
791
|
"type": {
|
|
918
|
-
"text": "
|
|
792
|
+
"text": "'true' | 'false'"
|
|
919
793
|
},
|
|
920
|
-
"
|
|
794
|
+
"default": "'false'",
|
|
795
|
+
"fieldName": "adaptive"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "timeDependent",
|
|
799
|
+
"type": {
|
|
800
|
+
"text": "'true' | 'false'"
|
|
801
|
+
},
|
|
802
|
+
"default": "'false'",
|
|
803
|
+
"fieldName": "timeDependent"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"name": "disabled",
|
|
807
|
+
"type": {
|
|
808
|
+
"text": "boolean"
|
|
809
|
+
},
|
|
810
|
+
"fieldName": "disabled"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "readonly",
|
|
814
|
+
"type": {
|
|
815
|
+
"text": "boolean"
|
|
816
|
+
},
|
|
817
|
+
"fieldName": "readonly"
|
|
921
818
|
}
|
|
922
819
|
],
|
|
923
820
|
"superclass": {
|
|
924
821
|
"name": "LitElement",
|
|
925
822
|
"package": "lit"
|
|
926
823
|
},
|
|
824
|
+
"summary": "The qti-assessment-item element contains all the other QTI 3 item structures.",
|
|
825
|
+
"tagName": "qti-assessment-item",
|
|
927
826
|
"customElement": true
|
|
928
827
|
}
|
|
929
828
|
],
|
|
930
829
|
"exports": [
|
|
931
830
|
{
|
|
932
831
|
"kind": "js",
|
|
933
|
-
"name": "
|
|
832
|
+
"name": "QtiAssessmentItem",
|
|
934
833
|
"declaration": {
|
|
935
|
-
"name": "
|
|
936
|
-
"module": "src/lib/qti-components/qti-
|
|
834
|
+
"name": "QtiAssessmentItem",
|
|
835
|
+
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"kind": "custom-element-definition",
|
|
840
|
+
"name": "qti-assessment-item",
|
|
841
|
+
"declaration": {
|
|
842
|
+
"name": "QtiAssessmentItem",
|
|
843
|
+
"module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts"
|
|
937
844
|
}
|
|
938
845
|
}
|
|
939
846
|
]
|
|
940
847
|
},
|
|
941
848
|
{
|
|
942
849
|
"kind": "javascript-module",
|
|
943
|
-
"path": "src/lib/qti-components/qti-
|
|
850
|
+
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
944
851
|
"declarations": [
|
|
945
852
|
{
|
|
946
853
|
"kind": "class",
|
|
947
854
|
"description": "",
|
|
948
|
-
"name": "
|
|
949
|
-
"slots": [
|
|
950
|
-
{
|
|
951
|
-
"description": "item body content.",
|
|
952
|
-
"name": ""
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"description": "the qti rubric block is placed above the item",
|
|
956
|
-
"name": "qti-rubric-block"
|
|
957
|
-
}
|
|
958
|
-
],
|
|
959
|
-
"members": [],
|
|
855
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
960
856
|
"superclass": {
|
|
961
857
|
"name": "LitElement",
|
|
962
858
|
"package": "lit"
|
|
963
859
|
},
|
|
964
|
-
"
|
|
965
|
-
"tagName": "qti-item-body",
|
|
860
|
+
"tagName": "qti-companion-materials-info",
|
|
966
861
|
"customElement": true
|
|
967
862
|
}
|
|
968
863
|
],
|
|
969
864
|
"exports": [
|
|
970
865
|
{
|
|
971
866
|
"kind": "js",
|
|
972
|
-
"name": "
|
|
867
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
973
868
|
"declaration": {
|
|
974
|
-
"name": "
|
|
975
|
-
"module": "src/lib/qti-components/qti-
|
|
869
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
870
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
976
871
|
}
|
|
977
872
|
},
|
|
978
873
|
{
|
|
979
874
|
"kind": "custom-element-definition",
|
|
980
|
-
"name": "qti-
|
|
875
|
+
"name": "qti-companion-materials-info",
|
|
981
876
|
"declaration": {
|
|
982
|
-
"name": "
|
|
983
|
-
"module": "src/lib/qti-components/qti-
|
|
877
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
878
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
984
879
|
}
|
|
985
880
|
}
|
|
986
881
|
]
|
|
987
882
|
},
|
|
988
883
|
{
|
|
989
884
|
"kind": "javascript-module",
|
|
990
|
-
"path": "src/lib/qti-components/qti-
|
|
885
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
|
|
991
886
|
"declarations": [
|
|
992
887
|
{
|
|
993
888
|
"kind": "class",
|
|
994
889
|
"description": "",
|
|
995
|
-
"name": "
|
|
890
|
+
"name": "QtiFeedback",
|
|
996
891
|
"members": [],
|
|
892
|
+
"events": [
|
|
893
|
+
{
|
|
894
|
+
"name": "qti-register-feedback",
|
|
895
|
+
"type": {
|
|
896
|
+
"text": "CustomEvent"
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
],
|
|
900
|
+
"attributes": [
|
|
901
|
+
{
|
|
902
|
+
"name": "show-hide",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "string"
|
|
905
|
+
},
|
|
906
|
+
"fieldName": "showHide"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "outcome-identifier",
|
|
910
|
+
"type": {
|
|
911
|
+
"text": "string"
|
|
912
|
+
},
|
|
913
|
+
"fieldName": "outcomeIdentifier"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "identifier",
|
|
917
|
+
"type": {
|
|
918
|
+
"text": "string"
|
|
919
|
+
},
|
|
920
|
+
"fieldName": "identifier"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
997
923
|
"superclass": {
|
|
998
924
|
"name": "LitElement",
|
|
999
925
|
"package": "lit"
|
|
1000
926
|
},
|
|
1001
|
-
"tagName": "qti-prompt",
|
|
1002
927
|
"customElement": true
|
|
1003
928
|
}
|
|
1004
929
|
],
|
|
1005
930
|
"exports": [
|
|
1006
931
|
{
|
|
1007
932
|
"kind": "js",
|
|
1008
|
-
"name": "
|
|
1009
|
-
"declaration": {
|
|
1010
|
-
"name": "QtiPrompt",
|
|
1011
|
-
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"kind": "custom-element-definition",
|
|
1016
|
-
"name": "qti-prompt",
|
|
933
|
+
"name": "QtiFeedback",
|
|
1017
934
|
"declaration": {
|
|
1018
|
-
"name": "
|
|
1019
|
-
"module": "src/lib/qti-components/qti-
|
|
935
|
+
"name": "QtiFeedback",
|
|
936
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
1020
937
|
}
|
|
1021
938
|
}
|
|
1022
939
|
]
|
|
@@ -1684,6 +1601,89 @@
|
|
|
1684
1601
|
}
|
|
1685
1602
|
]
|
|
1686
1603
|
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "javascript-module",
|
|
1606
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1607
|
+
"declarations": [
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "class",
|
|
1610
|
+
"description": "",
|
|
1611
|
+
"name": "QtiItemBody",
|
|
1612
|
+
"slots": [
|
|
1613
|
+
{
|
|
1614
|
+
"description": "item body content.",
|
|
1615
|
+
"name": ""
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"description": "the qti rubric block is placed above the item",
|
|
1619
|
+
"name": "qti-rubric-block"
|
|
1620
|
+
}
|
|
1621
|
+
],
|
|
1622
|
+
"members": [],
|
|
1623
|
+
"superclass": {
|
|
1624
|
+
"name": "LitElement",
|
|
1625
|
+
"package": "lit"
|
|
1626
|
+
},
|
|
1627
|
+
"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.",
|
|
1628
|
+
"tagName": "qti-item-body",
|
|
1629
|
+
"customElement": true
|
|
1630
|
+
}
|
|
1631
|
+
],
|
|
1632
|
+
"exports": [
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "js",
|
|
1635
|
+
"name": "default",
|
|
1636
|
+
"declaration": {
|
|
1637
|
+
"name": "QtiItemBody",
|
|
1638
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "custom-element-definition",
|
|
1643
|
+
"name": "qti-item-body",
|
|
1644
|
+
"declaration": {
|
|
1645
|
+
"name": "QtiItemBody",
|
|
1646
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1649
|
+
]
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"kind": "javascript-module",
|
|
1653
|
+
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1654
|
+
"declarations": [
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "class",
|
|
1657
|
+
"description": "",
|
|
1658
|
+
"name": "QtiPrompt",
|
|
1659
|
+
"members": [],
|
|
1660
|
+
"superclass": {
|
|
1661
|
+
"name": "LitElement",
|
|
1662
|
+
"package": "lit"
|
|
1663
|
+
},
|
|
1664
|
+
"tagName": "qti-prompt",
|
|
1665
|
+
"customElement": true
|
|
1666
|
+
}
|
|
1667
|
+
],
|
|
1668
|
+
"exports": [
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "js",
|
|
1671
|
+
"name": "QtiPrompt",
|
|
1672
|
+
"declaration": {
|
|
1673
|
+
"name": "QtiPrompt",
|
|
1674
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"kind": "custom-element-definition",
|
|
1679
|
+
"name": "qti-prompt",
|
|
1680
|
+
"declaration": {
|
|
1681
|
+
"name": "QtiPrompt",
|
|
1682
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
]
|
|
1686
|
+
},
|
|
1687
1687
|
{
|
|
1688
1688
|
"kind": "javascript-module",
|
|
1689
1689
|
"path": "src/lib/qti-components/qti-response-processing/index.ts",
|
|
@@ -2377,17 +2377,149 @@
|
|
|
2377
2377
|
"name": "QtiFeedback",
|
|
2378
2378
|
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2379
2379
|
}
|
|
2380
|
-
}
|
|
2381
|
-
],
|
|
2382
|
-
"events": [
|
|
2380
|
+
}
|
|
2381
|
+
],
|
|
2382
|
+
"events": [
|
|
2383
|
+
{
|
|
2384
|
+
"name": "qti-register-feedback",
|
|
2385
|
+
"type": {
|
|
2386
|
+
"text": "CustomEvent"
|
|
2387
|
+
},
|
|
2388
|
+
"inheritedFrom": {
|
|
2389
|
+
"name": "QtiFeedback",
|
|
2390
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2391
|
+
}
|
|
2392
|
+
}
|
|
2393
|
+
]
|
|
2394
|
+
}
|
|
2395
|
+
],
|
|
2396
|
+
"exports": [
|
|
2397
|
+
{
|
|
2398
|
+
"kind": "js",
|
|
2399
|
+
"name": "QtiModalFeedback",
|
|
2400
|
+
"declaration": {
|
|
2401
|
+
"name": "QtiModalFeedback",
|
|
2402
|
+
"module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"kind": "custom-element-definition",
|
|
2407
|
+
"name": "qti-modal-feedback",
|
|
2408
|
+
"declaration": {
|
|
2409
|
+
"name": "QtiModalFeedback",
|
|
2410
|
+
"module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
]
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"kind": "javascript-module",
|
|
2417
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.mdx",
|
|
2418
|
+
"declarations": [],
|
|
2419
|
+
"exports": []
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"kind": "javascript-module",
|
|
2423
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2424
|
+
"declarations": [
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "class",
|
|
2427
|
+
"description": "",
|
|
2428
|
+
"name": "QtiAssociateInteraction",
|
|
2429
|
+
"members": [],
|
|
2430
|
+
"mixins": [
|
|
2431
|
+
{
|
|
2432
|
+
"name": "DragDropInteractionMixin",
|
|
2433
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2434
|
+
}
|
|
2435
|
+
],
|
|
2436
|
+
"superclass": {
|
|
2437
|
+
"name": "LitElement",
|
|
2438
|
+
"package": "lit"
|
|
2439
|
+
},
|
|
2440
|
+
"tagName": "qti-associate-interaction",
|
|
2441
|
+
"customElement": true,
|
|
2442
|
+
"attributes": [
|
|
2443
|
+
{
|
|
2444
|
+
"name": "response-identifier",
|
|
2445
|
+
"type": {
|
|
2446
|
+
"text": "string"
|
|
2447
|
+
},
|
|
2448
|
+
"default": "''",
|
|
2449
|
+
"fieldName": "responseIdentifier",
|
|
2450
|
+
"inheritedFrom": {
|
|
2451
|
+
"name": "DragDropInteractionMixin",
|
|
2452
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "disabled",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "boolean"
|
|
2459
|
+
},
|
|
2460
|
+
"default": "false",
|
|
2461
|
+
"fieldName": "disabled",
|
|
2462
|
+
"inheritedFrom": {
|
|
2463
|
+
"name": "DroppablesMixin",
|
|
2464
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"name": "readonly",
|
|
2469
|
+
"type": {
|
|
2470
|
+
"text": "boolean"
|
|
2471
|
+
},
|
|
2472
|
+
"default": "false",
|
|
2473
|
+
"fieldName": "readonly",
|
|
2474
|
+
"inheritedFrom": {
|
|
2475
|
+
"name": "DragDropInteractionMixin",
|
|
2476
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"name": "min-associations",
|
|
2481
|
+
"type": {
|
|
2482
|
+
"text": "number"
|
|
2483
|
+
},
|
|
2484
|
+
"default": "1",
|
|
2485
|
+
"fieldName": "minAssociations",
|
|
2486
|
+
"inheritedFrom": {
|
|
2487
|
+
"name": "DragDropInteractionMixin",
|
|
2488
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2489
|
+
}
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"name": "max-associations",
|
|
2493
|
+
"type": {
|
|
2494
|
+
"text": "number"
|
|
2495
|
+
},
|
|
2496
|
+
"default": "1",
|
|
2497
|
+
"fieldName": "maxAssociations",
|
|
2498
|
+
"inheritedFrom": {
|
|
2499
|
+
"name": "DragDropInteractionMixin",
|
|
2500
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2501
|
+
}
|
|
2502
|
+
}
|
|
2503
|
+
],
|
|
2504
|
+
"events": [
|
|
2505
|
+
{
|
|
2506
|
+
"name": "qti-register-interaction",
|
|
2507
|
+
"type": {
|
|
2508
|
+
"text": "CustomEvent"
|
|
2509
|
+
},
|
|
2510
|
+
"inheritedFrom": {
|
|
2511
|
+
"name": "DragDropInteractionMixin",
|
|
2512
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2383
2515
|
{
|
|
2384
|
-
"name": "qti-
|
|
2516
|
+
"name": "qti-interaction-response",
|
|
2385
2517
|
"type": {
|
|
2386
2518
|
"text": "CustomEvent"
|
|
2387
2519
|
},
|
|
2388
2520
|
"inheritedFrom": {
|
|
2389
|
-
"name": "
|
|
2390
|
-
"module": "src/lib/qti-components/qti-
|
|
2521
|
+
"name": "DragDropInteractionMixin",
|
|
2522
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2391
2523
|
}
|
|
2392
2524
|
}
|
|
2393
2525
|
]
|
|
@@ -2396,18 +2528,18 @@
|
|
|
2396
2528
|
"exports": [
|
|
2397
2529
|
{
|
|
2398
2530
|
"kind": "js",
|
|
2399
|
-
"name": "
|
|
2531
|
+
"name": "QtiAssociateInteraction",
|
|
2400
2532
|
"declaration": {
|
|
2401
|
-
"name": "
|
|
2402
|
-
"module": "src/lib/qti-components/qti-
|
|
2533
|
+
"name": "QtiAssociateInteraction",
|
|
2534
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2403
2535
|
}
|
|
2404
2536
|
},
|
|
2405
2537
|
{
|
|
2406
2538
|
"kind": "custom-element-definition",
|
|
2407
|
-
"name": "qti-
|
|
2539
|
+
"name": "qti-associate-interaction",
|
|
2408
2540
|
"declaration": {
|
|
2409
|
-
"name": "
|
|
2410
|
-
"module": "src/lib/qti-components/qti-
|
|
2541
|
+
"name": "QtiAssociateInteraction",
|
|
2542
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2411
2543
|
}
|
|
2412
2544
|
}
|
|
2413
2545
|
]
|
|
@@ -2690,32 +2822,47 @@
|
|
|
2690
2822
|
},
|
|
2691
2823
|
{
|
|
2692
2824
|
"kind": "javascript-module",
|
|
2693
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2825
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
|
|
2694
2826
|
"declarations": [],
|
|
2695
2827
|
"exports": []
|
|
2696
2828
|
},
|
|
2697
2829
|
{
|
|
2698
2830
|
"kind": "javascript-module",
|
|
2699
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2831
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
2700
2832
|
"declarations": [
|
|
2701
2833
|
{
|
|
2702
2834
|
"kind": "class",
|
|
2703
2835
|
"description": "",
|
|
2704
|
-
"name": "
|
|
2836
|
+
"name": "QtiExtendedTextInteraction",
|
|
2705
2837
|
"members": [],
|
|
2706
|
-
"mixins": [
|
|
2707
|
-
{
|
|
2708
|
-
"name": "DragDropInteractionMixin",
|
|
2709
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2710
|
-
}
|
|
2711
|
-
],
|
|
2712
|
-
"superclass": {
|
|
2713
|
-
"name": "LitElement",
|
|
2714
|
-
"package": "lit"
|
|
2715
|
-
},
|
|
2716
|
-
"tagName": "qti-associate-interaction",
|
|
2717
|
-
"customElement": true,
|
|
2718
2838
|
"attributes": [
|
|
2839
|
+
{
|
|
2840
|
+
"name": "expected-length",
|
|
2841
|
+
"type": {
|
|
2842
|
+
"text": "number"
|
|
2843
|
+
},
|
|
2844
|
+
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2845
|
+
"fieldName": "expectedLength"
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"name": "pattern-mask",
|
|
2849
|
+
"type": {
|
|
2850
|
+
"text": "string"
|
|
2851
|
+
},
|
|
2852
|
+
"fieldName": "patternMask"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"name": "placeholder-text",
|
|
2856
|
+
"type": {
|
|
2857
|
+
"text": "string"
|
|
2858
|
+
},
|
|
2859
|
+
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2860
|
+
"fieldName": "placeholderText"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"name": "class",
|
|
2864
|
+
"fieldName": "classNames"
|
|
2865
|
+
},
|
|
2719
2866
|
{
|
|
2720
2867
|
"name": "response-identifier",
|
|
2721
2868
|
"type": {
|
|
@@ -2724,8 +2871,8 @@
|
|
|
2724
2871
|
"default": "''",
|
|
2725
2872
|
"fieldName": "responseIdentifier",
|
|
2726
2873
|
"inheritedFrom": {
|
|
2727
|
-
"name": "
|
|
2728
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2874
|
+
"name": "Interaction",
|
|
2875
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2729
2876
|
}
|
|
2730
2877
|
},
|
|
2731
2878
|
{
|
|
@@ -2734,10 +2881,11 @@
|
|
|
2734
2881
|
"text": "boolean"
|
|
2735
2882
|
},
|
|
2736
2883
|
"default": "false",
|
|
2884
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2737
2885
|
"fieldName": "disabled",
|
|
2738
2886
|
"inheritedFrom": {
|
|
2739
|
-
"name": "
|
|
2740
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2887
|
+
"name": "Interaction",
|
|
2888
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2741
2889
|
}
|
|
2742
2890
|
},
|
|
2743
2891
|
{
|
|
@@ -2746,37 +2894,20 @@
|
|
|
2746
2894
|
"text": "boolean"
|
|
2747
2895
|
},
|
|
2748
2896
|
"default": "false",
|
|
2897
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2749
2898
|
"fieldName": "readonly",
|
|
2750
2899
|
"inheritedFrom": {
|
|
2751
|
-
"name": "
|
|
2752
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2753
|
-
}
|
|
2754
|
-
},
|
|
2755
|
-
{
|
|
2756
|
-
"name": "min-associations",
|
|
2757
|
-
"type": {
|
|
2758
|
-
"text": "number"
|
|
2759
|
-
},
|
|
2760
|
-
"default": "1",
|
|
2761
|
-
"fieldName": "minAssociations",
|
|
2762
|
-
"inheritedFrom": {
|
|
2763
|
-
"name": "DragDropInteractionMixin",
|
|
2764
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2765
|
-
}
|
|
2766
|
-
},
|
|
2767
|
-
{
|
|
2768
|
-
"name": "max-associations",
|
|
2769
|
-
"type": {
|
|
2770
|
-
"text": "number"
|
|
2771
|
-
},
|
|
2772
|
-
"default": "1",
|
|
2773
|
-
"fieldName": "maxAssociations",
|
|
2774
|
-
"inheritedFrom": {
|
|
2775
|
-
"name": "DragDropInteractionMixin",
|
|
2776
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2900
|
+
"name": "Interaction",
|
|
2901
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2777
2902
|
}
|
|
2778
2903
|
}
|
|
2779
2904
|
],
|
|
2905
|
+
"superclass": {
|
|
2906
|
+
"name": "Interaction",
|
|
2907
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2908
|
+
},
|
|
2909
|
+
"tagName": "qti-extended-text-interaction",
|
|
2910
|
+
"customElement": true,
|
|
2780
2911
|
"events": [
|
|
2781
2912
|
{
|
|
2782
2913
|
"name": "qti-register-interaction",
|
|
@@ -2784,8 +2915,8 @@
|
|
|
2784
2915
|
"text": "CustomEvent"
|
|
2785
2916
|
},
|
|
2786
2917
|
"inheritedFrom": {
|
|
2787
|
-
"name": "
|
|
2788
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2918
|
+
"name": "Interaction",
|
|
2919
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2789
2920
|
}
|
|
2790
2921
|
},
|
|
2791
2922
|
{
|
|
@@ -2794,8 +2925,8 @@
|
|
|
2794
2925
|
"text": "CustomEvent"
|
|
2795
2926
|
},
|
|
2796
2927
|
"inheritedFrom": {
|
|
2797
|
-
"name": "
|
|
2798
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2928
|
+
"name": "Interaction",
|
|
2929
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2799
2930
|
}
|
|
2800
2931
|
}
|
|
2801
2932
|
]
|
|
@@ -2804,18 +2935,18 @@
|
|
|
2804
2935
|
"exports": [
|
|
2805
2936
|
{
|
|
2806
2937
|
"kind": "js",
|
|
2807
|
-
"name": "
|
|
2938
|
+
"name": "QtiExtendedTextInteraction",
|
|
2808
2939
|
"declaration": {
|
|
2809
|
-
"name": "
|
|
2810
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2940
|
+
"name": "QtiExtendedTextInteraction",
|
|
2941
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2811
2942
|
}
|
|
2812
2943
|
},
|
|
2813
2944
|
{
|
|
2814
2945
|
"kind": "custom-element-definition",
|
|
2815
|
-
"name": "qti-
|
|
2946
|
+
"name": "qti-extended-text-interaction",
|
|
2816
2947
|
"declaration": {
|
|
2817
|
-
"name": "
|
|
2818
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2948
|
+
"name": "QtiExtendedTextInteraction",
|
|
2949
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2819
2950
|
}
|
|
2820
2951
|
}
|
|
2821
2952
|
]
|
|
@@ -3040,149 +3171,18 @@
|
|
|
3040
3171
|
"exports": [
|
|
3041
3172
|
{
|
|
3042
3173
|
"kind": "js",
|
|
3043
|
-
"name": "QtiGraphicAssociateInteraction",
|
|
3044
|
-
"declaration": {
|
|
3045
|
-
"name": "QtiGraphicAssociateInteraction",
|
|
3046
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3047
|
-
}
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"kind": "custom-element-definition",
|
|
3051
|
-
"name": "qti-graphic-associate-interaction",
|
|
3052
|
-
"declaration": {
|
|
3053
|
-
"name": "QtiGraphicAssociateInteraction",
|
|
3054
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3055
|
-
}
|
|
3056
|
-
}
|
|
3057
|
-
]
|
|
3058
|
-
},
|
|
3059
|
-
{
|
|
3060
|
-
"kind": "javascript-module",
|
|
3061
|
-
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
|
|
3062
|
-
"declarations": [],
|
|
3063
|
-
"exports": []
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"kind": "javascript-module",
|
|
3067
|
-
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
3068
|
-
"declarations": [
|
|
3069
|
-
{
|
|
3070
|
-
"kind": "class",
|
|
3071
|
-
"description": "",
|
|
3072
|
-
"name": "QtiExtendedTextInteraction",
|
|
3073
|
-
"members": [],
|
|
3074
|
-
"attributes": [
|
|
3075
|
-
{
|
|
3076
|
-
"name": "expected-length",
|
|
3077
|
-
"type": {
|
|
3078
|
-
"text": "number"
|
|
3079
|
-
},
|
|
3080
|
-
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
3081
|
-
"fieldName": "expectedLength"
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"name": "pattern-mask",
|
|
3085
|
-
"type": {
|
|
3086
|
-
"text": "string"
|
|
3087
|
-
},
|
|
3088
|
-
"fieldName": "patternMask"
|
|
3089
|
-
},
|
|
3090
|
-
{
|
|
3091
|
-
"name": "placeholder-text",
|
|
3092
|
-
"type": {
|
|
3093
|
-
"text": "string"
|
|
3094
|
-
},
|
|
3095
|
-
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
3096
|
-
"fieldName": "placeholderText"
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"name": "class",
|
|
3100
|
-
"fieldName": "classNames"
|
|
3101
|
-
},
|
|
3102
|
-
{
|
|
3103
|
-
"name": "response-identifier",
|
|
3104
|
-
"type": {
|
|
3105
|
-
"text": "string"
|
|
3106
|
-
},
|
|
3107
|
-
"default": "''",
|
|
3108
|
-
"fieldName": "responseIdentifier",
|
|
3109
|
-
"inheritedFrom": {
|
|
3110
|
-
"name": "Interaction",
|
|
3111
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3112
|
-
}
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"name": "disabled",
|
|
3116
|
-
"type": {
|
|
3117
|
-
"text": "boolean"
|
|
3118
|
-
},
|
|
3119
|
-
"default": "false",
|
|
3120
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3121
|
-
"fieldName": "disabled",
|
|
3122
|
-
"inheritedFrom": {
|
|
3123
|
-
"name": "Interaction",
|
|
3124
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3125
|
-
}
|
|
3126
|
-
},
|
|
3127
|
-
{
|
|
3128
|
-
"name": "readonly",
|
|
3129
|
-
"type": {
|
|
3130
|
-
"text": "boolean"
|
|
3131
|
-
},
|
|
3132
|
-
"default": "false",
|
|
3133
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3134
|
-
"fieldName": "readonly",
|
|
3135
|
-
"inheritedFrom": {
|
|
3136
|
-
"name": "Interaction",
|
|
3137
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3138
|
-
}
|
|
3139
|
-
}
|
|
3140
|
-
],
|
|
3141
|
-
"superclass": {
|
|
3142
|
-
"name": "Interaction",
|
|
3143
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3144
|
-
},
|
|
3145
|
-
"tagName": "qti-extended-text-interaction",
|
|
3146
|
-
"customElement": true,
|
|
3147
|
-
"events": [
|
|
3148
|
-
{
|
|
3149
|
-
"name": "qti-register-interaction",
|
|
3150
|
-
"type": {
|
|
3151
|
-
"text": "CustomEvent"
|
|
3152
|
-
},
|
|
3153
|
-
"inheritedFrom": {
|
|
3154
|
-
"name": "Interaction",
|
|
3155
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3156
|
-
}
|
|
3157
|
-
},
|
|
3158
|
-
{
|
|
3159
|
-
"name": "qti-interaction-response",
|
|
3160
|
-
"type": {
|
|
3161
|
-
"text": "CustomEvent"
|
|
3162
|
-
},
|
|
3163
|
-
"inheritedFrom": {
|
|
3164
|
-
"name": "Interaction",
|
|
3165
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3166
|
-
}
|
|
3167
|
-
}
|
|
3168
|
-
]
|
|
3169
|
-
}
|
|
3170
|
-
],
|
|
3171
|
-
"exports": [
|
|
3172
|
-
{
|
|
3173
|
-
"kind": "js",
|
|
3174
|
-
"name": "QtiExtendedTextInteraction",
|
|
3174
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3175
3175
|
"declaration": {
|
|
3176
|
-
"name": "
|
|
3177
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3176
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3177
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3178
3178
|
}
|
|
3179
3179
|
},
|
|
3180
3180
|
{
|
|
3181
3181
|
"kind": "custom-element-definition",
|
|
3182
|
-
"name": "qti-
|
|
3182
|
+
"name": "qti-graphic-associate-interaction",
|
|
3183
3183
|
"declaration": {
|
|
3184
|
-
"name": "
|
|
3185
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3184
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3185
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3186
3186
|
}
|
|
3187
3187
|
}
|
|
3188
3188
|
]
|
|
@@ -3449,6 +3449,136 @@
|
|
|
3449
3449
|
}
|
|
3450
3450
|
]
|
|
3451
3451
|
},
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "javascript-module",
|
|
3454
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.mdx",
|
|
3455
|
+
"declarations": [],
|
|
3456
|
+
"exports": []
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"kind": "javascript-module",
|
|
3460
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
3461
|
+
"declarations": [
|
|
3462
|
+
{
|
|
3463
|
+
"kind": "class",
|
|
3464
|
+
"description": "",
|
|
3465
|
+
"name": "QtiHotspotInteraction",
|
|
3466
|
+
"members": [],
|
|
3467
|
+
"superclass": {
|
|
3468
|
+
"name": "Choices",
|
|
3469
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3470
|
+
},
|
|
3471
|
+
"tagName": "qti-hotspot-interaction",
|
|
3472
|
+
"customElement": true,
|
|
3473
|
+
"attributes": [
|
|
3474
|
+
{
|
|
3475
|
+
"name": "min-choices",
|
|
3476
|
+
"type": {
|
|
3477
|
+
"text": "number"
|
|
3478
|
+
},
|
|
3479
|
+
"default": "0",
|
|
3480
|
+
"description": "the minimal number of selections a candidate must make",
|
|
3481
|
+
"fieldName": "minChoices",
|
|
3482
|
+
"inheritedFrom": {
|
|
3483
|
+
"name": "Choices",
|
|
3484
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3485
|
+
}
|
|
3486
|
+
},
|
|
3487
|
+
{
|
|
3488
|
+
"name": "max-choices",
|
|
3489
|
+
"type": {
|
|
3490
|
+
"text": "number"
|
|
3491
|
+
},
|
|
3492
|
+
"default": "1",
|
|
3493
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3494
|
+
"fieldName": "maxChoices",
|
|
3495
|
+
"inheritedFrom": {
|
|
3496
|
+
"name": "Choices",
|
|
3497
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"name": "response-identifier",
|
|
3502
|
+
"type": {
|
|
3503
|
+
"text": "string"
|
|
3504
|
+
},
|
|
3505
|
+
"default": "''",
|
|
3506
|
+
"fieldName": "responseIdentifier",
|
|
3507
|
+
"inheritedFrom": {
|
|
3508
|
+
"name": "Interaction",
|
|
3509
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"name": "disabled",
|
|
3514
|
+
"type": {
|
|
3515
|
+
"text": "boolean"
|
|
3516
|
+
},
|
|
3517
|
+
"default": "false",
|
|
3518
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3519
|
+
"fieldName": "disabled",
|
|
3520
|
+
"inheritedFrom": {
|
|
3521
|
+
"name": "Interaction",
|
|
3522
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "readonly",
|
|
3527
|
+
"type": {
|
|
3528
|
+
"text": "boolean"
|
|
3529
|
+
},
|
|
3530
|
+
"default": "false",
|
|
3531
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3532
|
+
"fieldName": "readonly",
|
|
3533
|
+
"inheritedFrom": {
|
|
3534
|
+
"name": "Interaction",
|
|
3535
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3536
|
+
}
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"events": [
|
|
3540
|
+
{
|
|
3541
|
+
"name": "qti-register-interaction",
|
|
3542
|
+
"type": {
|
|
3543
|
+
"text": "CustomEvent"
|
|
3544
|
+
},
|
|
3545
|
+
"inheritedFrom": {
|
|
3546
|
+
"name": "Interaction",
|
|
3547
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"name": "qti-interaction-response",
|
|
3552
|
+
"type": {
|
|
3553
|
+
"text": "CustomEvent"
|
|
3554
|
+
},
|
|
3555
|
+
"inheritedFrom": {
|
|
3556
|
+
"name": "Interaction",
|
|
3557
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
]
|
|
3561
|
+
}
|
|
3562
|
+
],
|
|
3563
|
+
"exports": [
|
|
3564
|
+
{
|
|
3565
|
+
"kind": "js",
|
|
3566
|
+
"name": "QtiHotspotInteraction",
|
|
3567
|
+
"declaration": {
|
|
3568
|
+
"name": "QtiHotspotInteraction",
|
|
3569
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"kind": "custom-element-definition",
|
|
3574
|
+
"name": "qti-hotspot-interaction",
|
|
3575
|
+
"declaration": {
|
|
3576
|
+
"name": "QtiHotspotInteraction",
|
|
3577
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3578
|
+
}
|
|
3579
|
+
}
|
|
3580
|
+
]
|
|
3581
|
+
},
|
|
3452
3582
|
{
|
|
3453
3583
|
"kind": "javascript-module",
|
|
3454
3584
|
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.mdx",
|
|
@@ -3485,17 +3615,123 @@
|
|
|
3485
3615
|
}
|
|
3486
3616
|
},
|
|
3487
3617
|
{
|
|
3488
|
-
"name": "max-choices",
|
|
3618
|
+
"name": "max-choices",
|
|
3619
|
+
"type": {
|
|
3620
|
+
"text": "number"
|
|
3621
|
+
},
|
|
3622
|
+
"default": "1",
|
|
3623
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3624
|
+
"fieldName": "maxChoices",
|
|
3625
|
+
"inheritedFrom": {
|
|
3626
|
+
"name": "Choices",
|
|
3627
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3628
|
+
}
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"name": "response-identifier",
|
|
3632
|
+
"type": {
|
|
3633
|
+
"text": "string"
|
|
3634
|
+
},
|
|
3635
|
+
"default": "''",
|
|
3636
|
+
"fieldName": "responseIdentifier",
|
|
3637
|
+
"inheritedFrom": {
|
|
3638
|
+
"name": "Interaction",
|
|
3639
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3640
|
+
}
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"name": "disabled",
|
|
3644
|
+
"type": {
|
|
3645
|
+
"text": "boolean"
|
|
3646
|
+
},
|
|
3647
|
+
"default": "false",
|
|
3648
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3649
|
+
"fieldName": "disabled",
|
|
3650
|
+
"inheritedFrom": {
|
|
3651
|
+
"name": "Interaction",
|
|
3652
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3653
|
+
}
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "readonly",
|
|
3657
|
+
"type": {
|
|
3658
|
+
"text": "boolean"
|
|
3659
|
+
},
|
|
3660
|
+
"default": "false",
|
|
3661
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3662
|
+
"fieldName": "readonly",
|
|
3663
|
+
"inheritedFrom": {
|
|
3664
|
+
"name": "Interaction",
|
|
3665
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
],
|
|
3669
|
+
"events": [
|
|
3670
|
+
{
|
|
3671
|
+
"name": "qti-register-interaction",
|
|
3672
|
+
"type": {
|
|
3673
|
+
"text": "CustomEvent"
|
|
3674
|
+
},
|
|
3675
|
+
"inheritedFrom": {
|
|
3676
|
+
"name": "Interaction",
|
|
3677
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "qti-interaction-response",
|
|
3682
|
+
"type": {
|
|
3683
|
+
"text": "CustomEvent"
|
|
3684
|
+
},
|
|
3685
|
+
"inheritedFrom": {
|
|
3686
|
+
"name": "Interaction",
|
|
3687
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3688
|
+
}
|
|
3689
|
+
}
|
|
3690
|
+
]
|
|
3691
|
+
}
|
|
3692
|
+
],
|
|
3693
|
+
"exports": [
|
|
3694
|
+
{
|
|
3695
|
+
"kind": "js",
|
|
3696
|
+
"name": "QtiHottextInteraction",
|
|
3697
|
+
"declaration": {
|
|
3698
|
+
"name": "QtiHottextInteraction",
|
|
3699
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"kind": "custom-element-definition",
|
|
3704
|
+
"name": "qti-hottext-interaction",
|
|
3705
|
+
"declaration": {
|
|
3706
|
+
"name": "QtiHottextInteraction",
|
|
3707
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3708
|
+
}
|
|
3709
|
+
}
|
|
3710
|
+
]
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"kind": "javascript-module",
|
|
3714
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.mdx",
|
|
3715
|
+
"declarations": [],
|
|
3716
|
+
"exports": []
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"kind": "javascript-module",
|
|
3720
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
3721
|
+
"declarations": [
|
|
3722
|
+
{
|
|
3723
|
+
"kind": "class",
|
|
3724
|
+
"description": "",
|
|
3725
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3726
|
+
"members": [],
|
|
3727
|
+
"attributes": [
|
|
3728
|
+
{
|
|
3729
|
+
"name": "data-prompt",
|
|
3489
3730
|
"type": {
|
|
3490
|
-
"text": "
|
|
3731
|
+
"text": "string"
|
|
3491
3732
|
},
|
|
3492
|
-
"default": "
|
|
3493
|
-
"
|
|
3494
|
-
"fieldName": "maxChoices",
|
|
3495
|
-
"inheritedFrom": {
|
|
3496
|
-
"name": "Choices",
|
|
3497
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3498
|
-
}
|
|
3733
|
+
"default": "'select'",
|
|
3734
|
+
"fieldName": "dataPrompt"
|
|
3499
3735
|
},
|
|
3500
3736
|
{
|
|
3501
3737
|
"name": "response-identifier",
|
|
@@ -3536,6 +3772,12 @@
|
|
|
3536
3772
|
}
|
|
3537
3773
|
}
|
|
3538
3774
|
],
|
|
3775
|
+
"superclass": {
|
|
3776
|
+
"name": "Interaction",
|
|
3777
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3778
|
+
},
|
|
3779
|
+
"tagName": "qti-inline-choice-interaction",
|
|
3780
|
+
"customElement": true,
|
|
3539
3781
|
"events": [
|
|
3540
3782
|
{
|
|
3541
3783
|
"name": "qti-register-interaction",
|
|
@@ -3563,18 +3805,18 @@
|
|
|
3563
3805
|
"exports": [
|
|
3564
3806
|
{
|
|
3565
3807
|
"kind": "js",
|
|
3566
|
-
"name": "
|
|
3808
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3567
3809
|
"declaration": {
|
|
3568
|
-
"name": "
|
|
3569
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3810
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3811
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3570
3812
|
}
|
|
3571
3813
|
},
|
|
3572
3814
|
{
|
|
3573
3815
|
"kind": "custom-element-definition",
|
|
3574
|
-
"name": "qti-
|
|
3816
|
+
"name": "qti-inline-choice-interaction",
|
|
3575
3817
|
"declaration": {
|
|
3576
|
-
"name": "
|
|
3577
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3818
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3819
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3578
3820
|
}
|
|
3579
3821
|
}
|
|
3580
3822
|
]
|
|
@@ -3960,136 +4202,6 @@
|
|
|
3960
4202
|
}
|
|
3961
4203
|
]
|
|
3962
4204
|
},
|
|
3963
|
-
{
|
|
3964
|
-
"kind": "javascript-module",
|
|
3965
|
-
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.mdx",
|
|
3966
|
-
"declarations": [],
|
|
3967
|
-
"exports": []
|
|
3968
|
-
},
|
|
3969
|
-
{
|
|
3970
|
-
"kind": "javascript-module",
|
|
3971
|
-
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
3972
|
-
"declarations": [
|
|
3973
|
-
{
|
|
3974
|
-
"kind": "class",
|
|
3975
|
-
"description": "",
|
|
3976
|
-
"name": "QtiHotspotInteraction",
|
|
3977
|
-
"members": [],
|
|
3978
|
-
"superclass": {
|
|
3979
|
-
"name": "Choices",
|
|
3980
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3981
|
-
},
|
|
3982
|
-
"tagName": "qti-hotspot-interaction",
|
|
3983
|
-
"customElement": true,
|
|
3984
|
-
"attributes": [
|
|
3985
|
-
{
|
|
3986
|
-
"name": "min-choices",
|
|
3987
|
-
"type": {
|
|
3988
|
-
"text": "number"
|
|
3989
|
-
},
|
|
3990
|
-
"default": "0",
|
|
3991
|
-
"description": "the minimal number of selections a candidate must make",
|
|
3992
|
-
"fieldName": "minChoices",
|
|
3993
|
-
"inheritedFrom": {
|
|
3994
|
-
"name": "Choices",
|
|
3995
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3996
|
-
}
|
|
3997
|
-
},
|
|
3998
|
-
{
|
|
3999
|
-
"name": "max-choices",
|
|
4000
|
-
"type": {
|
|
4001
|
-
"text": "number"
|
|
4002
|
-
},
|
|
4003
|
-
"default": "1",
|
|
4004
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
4005
|
-
"fieldName": "maxChoices",
|
|
4006
|
-
"inheritedFrom": {
|
|
4007
|
-
"name": "Choices",
|
|
4008
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4009
|
-
}
|
|
4010
|
-
},
|
|
4011
|
-
{
|
|
4012
|
-
"name": "response-identifier",
|
|
4013
|
-
"type": {
|
|
4014
|
-
"text": "string"
|
|
4015
|
-
},
|
|
4016
|
-
"default": "''",
|
|
4017
|
-
"fieldName": "responseIdentifier",
|
|
4018
|
-
"inheritedFrom": {
|
|
4019
|
-
"name": "Interaction",
|
|
4020
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4021
|
-
}
|
|
4022
|
-
},
|
|
4023
|
-
{
|
|
4024
|
-
"name": "disabled",
|
|
4025
|
-
"type": {
|
|
4026
|
-
"text": "boolean"
|
|
4027
|
-
},
|
|
4028
|
-
"default": "false",
|
|
4029
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4030
|
-
"fieldName": "disabled",
|
|
4031
|
-
"inheritedFrom": {
|
|
4032
|
-
"name": "Interaction",
|
|
4033
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4034
|
-
}
|
|
4035
|
-
},
|
|
4036
|
-
{
|
|
4037
|
-
"name": "readonly",
|
|
4038
|
-
"type": {
|
|
4039
|
-
"text": "boolean"
|
|
4040
|
-
},
|
|
4041
|
-
"default": "false",
|
|
4042
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4043
|
-
"fieldName": "readonly",
|
|
4044
|
-
"inheritedFrom": {
|
|
4045
|
-
"name": "Interaction",
|
|
4046
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4047
|
-
}
|
|
4048
|
-
}
|
|
4049
|
-
],
|
|
4050
|
-
"events": [
|
|
4051
|
-
{
|
|
4052
|
-
"name": "qti-register-interaction",
|
|
4053
|
-
"type": {
|
|
4054
|
-
"text": "CustomEvent"
|
|
4055
|
-
},
|
|
4056
|
-
"inheritedFrom": {
|
|
4057
|
-
"name": "Interaction",
|
|
4058
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4059
|
-
}
|
|
4060
|
-
},
|
|
4061
|
-
{
|
|
4062
|
-
"name": "qti-interaction-response",
|
|
4063
|
-
"type": {
|
|
4064
|
-
"text": "CustomEvent"
|
|
4065
|
-
},
|
|
4066
|
-
"inheritedFrom": {
|
|
4067
|
-
"name": "Interaction",
|
|
4068
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4069
|
-
}
|
|
4070
|
-
}
|
|
4071
|
-
]
|
|
4072
|
-
}
|
|
4073
|
-
],
|
|
4074
|
-
"exports": [
|
|
4075
|
-
{
|
|
4076
|
-
"kind": "js",
|
|
4077
|
-
"name": "QtiHotspotInteraction",
|
|
4078
|
-
"declaration": {
|
|
4079
|
-
"name": "QtiHotspotInteraction",
|
|
4080
|
-
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
"kind": "custom-element-definition",
|
|
4085
|
-
"name": "qti-hotspot-interaction",
|
|
4086
|
-
"declaration": {
|
|
4087
|
-
"name": "QtiHotspotInteraction",
|
|
4088
|
-
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
4089
|
-
}
|
|
4090
|
-
}
|
|
4091
|
-
]
|
|
4092
|
-
},
|
|
4093
4205
|
{
|
|
4094
4206
|
"kind": "javascript-module",
|
|
4095
4207
|
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.mdx",
|
|
@@ -4485,105 +4597,14 @@
|
|
|
4485
4597
|
"type": {
|
|
4486
4598
|
"text": "number"
|
|
4487
4599
|
},
|
|
4488
|
-
"fieldName": "max"
|
|
4489
|
-
},
|
|
4490
|
-
{
|
|
4491
|
-
"name": "step",
|
|
4492
|
-
"type": {
|
|
4493
|
-
"text": "number"
|
|
4494
|
-
},
|
|
4495
|
-
"fieldName": "step"
|
|
4496
|
-
},
|
|
4497
|
-
{
|
|
4498
|
-
"name": "response-identifier",
|
|
4499
|
-
"type": {
|
|
4500
|
-
"text": "string"
|
|
4501
|
-
},
|
|
4502
|
-
"default": "''",
|
|
4503
|
-
"fieldName": "responseIdentifier",
|
|
4504
|
-
"inheritedFrom": {
|
|
4505
|
-
"name": "Interaction",
|
|
4506
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4507
|
-
}
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"name": "disabled",
|
|
4511
|
-
"type": {
|
|
4512
|
-
"text": "boolean"
|
|
4513
|
-
},
|
|
4514
|
-
"default": "false",
|
|
4515
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4516
|
-
"fieldName": "disabled",
|
|
4517
|
-
"inheritedFrom": {
|
|
4518
|
-
"name": "Interaction",
|
|
4519
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4520
|
-
}
|
|
4521
|
-
},
|
|
4522
|
-
{
|
|
4523
|
-
"name": "readonly",
|
|
4524
|
-
"type": {
|
|
4525
|
-
"text": "boolean"
|
|
4526
|
-
},
|
|
4527
|
-
"default": "false",
|
|
4528
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4529
|
-
"fieldName": "readonly",
|
|
4530
|
-
"inheritedFrom": {
|
|
4531
|
-
"name": "Interaction",
|
|
4532
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4533
|
-
}
|
|
4534
|
-
}
|
|
4535
|
-
],
|
|
4536
|
-
"superclass": {
|
|
4537
|
-
"name": "Interaction",
|
|
4538
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4539
|
-
},
|
|
4540
|
-
"summary": "The SliderInteraction.Type (qti-slider-interaction) presents the candidate with a control for selecting a numerical value between a lower and upper bound.",
|
|
4541
|
-
"tagName": "qti-slider-interaction",
|
|
4542
|
-
"customElement": true
|
|
4543
|
-
}
|
|
4544
|
-
],
|
|
4545
|
-
"exports": [
|
|
4546
|
-
{
|
|
4547
|
-
"kind": "js",
|
|
4548
|
-
"name": "QtiSliderInteraction",
|
|
4549
|
-
"declaration": {
|
|
4550
|
-
"name": "QtiSliderInteraction",
|
|
4551
|
-
"module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
|
|
4552
|
-
}
|
|
4553
|
-
},
|
|
4554
|
-
{
|
|
4555
|
-
"kind": "custom-element-definition",
|
|
4556
|
-
"name": "qti-slider-interaction",
|
|
4557
|
-
"declaration": {
|
|
4558
|
-
"name": "QtiSliderInteraction",
|
|
4559
|
-
"module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
|
|
4560
|
-
}
|
|
4561
|
-
}
|
|
4562
|
-
]
|
|
4563
|
-
},
|
|
4564
|
-
{
|
|
4565
|
-
"kind": "javascript-module",
|
|
4566
|
-
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.mdx",
|
|
4567
|
-
"declarations": [],
|
|
4568
|
-
"exports": []
|
|
4569
|
-
},
|
|
4570
|
-
{
|
|
4571
|
-
"kind": "javascript-module",
|
|
4572
|
-
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
4573
|
-
"declarations": [
|
|
4574
|
-
{
|
|
4575
|
-
"kind": "class",
|
|
4576
|
-
"description": "",
|
|
4577
|
-
"name": "QtiInlineChoiceInteraction",
|
|
4578
|
-
"members": [],
|
|
4579
|
-
"attributes": [
|
|
4600
|
+
"fieldName": "max"
|
|
4601
|
+
},
|
|
4580
4602
|
{
|
|
4581
|
-
"name": "
|
|
4603
|
+
"name": "step",
|
|
4582
4604
|
"type": {
|
|
4583
|
-
"text": "
|
|
4605
|
+
"text": "number"
|
|
4584
4606
|
},
|
|
4585
|
-
"
|
|
4586
|
-
"fieldName": "dataPrompt"
|
|
4607
|
+
"fieldName": "step"
|
|
4587
4608
|
},
|
|
4588
4609
|
{
|
|
4589
4610
|
"name": "response-identifier",
|
|
@@ -4628,47 +4649,26 @@
|
|
|
4628
4649
|
"name": "Interaction",
|
|
4629
4650
|
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4630
4651
|
},
|
|
4631
|
-
"
|
|
4632
|
-
"
|
|
4633
|
-
"
|
|
4634
|
-
{
|
|
4635
|
-
"name": "qti-register-interaction",
|
|
4636
|
-
"type": {
|
|
4637
|
-
"text": "CustomEvent"
|
|
4638
|
-
},
|
|
4639
|
-
"inheritedFrom": {
|
|
4640
|
-
"name": "Interaction",
|
|
4641
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4642
|
-
}
|
|
4643
|
-
},
|
|
4644
|
-
{
|
|
4645
|
-
"name": "qti-interaction-response",
|
|
4646
|
-
"type": {
|
|
4647
|
-
"text": "CustomEvent"
|
|
4648
|
-
},
|
|
4649
|
-
"inheritedFrom": {
|
|
4650
|
-
"name": "Interaction",
|
|
4651
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4652
|
-
}
|
|
4653
|
-
}
|
|
4654
|
-
]
|
|
4652
|
+
"summary": "The SliderInteraction.Type (qti-slider-interaction) presents the candidate with a control for selecting a numerical value between a lower and upper bound.",
|
|
4653
|
+
"tagName": "qti-slider-interaction",
|
|
4654
|
+
"customElement": true
|
|
4655
4655
|
}
|
|
4656
4656
|
],
|
|
4657
4657
|
"exports": [
|
|
4658
4658
|
{
|
|
4659
4659
|
"kind": "js",
|
|
4660
|
-
"name": "
|
|
4660
|
+
"name": "QtiSliderInteraction",
|
|
4661
4661
|
"declaration": {
|
|
4662
|
-
"name": "
|
|
4663
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4662
|
+
"name": "QtiSliderInteraction",
|
|
4663
|
+
"module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
|
|
4664
4664
|
}
|
|
4665
4665
|
},
|
|
4666
4666
|
{
|
|
4667
4667
|
"kind": "custom-element-definition",
|
|
4668
|
-
"name": "qti-
|
|
4668
|
+
"name": "qti-slider-interaction",
|
|
4669
4669
|
"declaration": {
|
|
4670
|
-
"name": "
|
|
4671
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4670
|
+
"name": "QtiSliderInteraction",
|
|
4671
|
+
"module": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts"
|
|
4672
4672
|
}
|
|
4673
4673
|
}
|
|
4674
4674
|
]
|
|
@@ -5108,22 +5108,36 @@
|
|
|
5108
5108
|
},
|
|
5109
5109
|
{
|
|
5110
5110
|
"kind": "javascript-module",
|
|
5111
|
-
"path": "src/lib/qti-components/qti-response-processing/
|
|
5111
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts",
|
|
5112
5112
|
"declarations": [
|
|
5113
5113
|
{
|
|
5114
5114
|
"kind": "class",
|
|
5115
5115
|
"description": "",
|
|
5116
|
-
"name": "
|
|
5117
|
-
"members": []
|
|
5116
|
+
"name": "QtiResponseProcessing",
|
|
5117
|
+
"members": [],
|
|
5118
|
+
"superclass": {
|
|
5119
|
+
"name": "LitElement",
|
|
5120
|
+
"package": "lit"
|
|
5121
|
+
},
|
|
5122
|
+
"tagName": "qti-response-processing",
|
|
5123
|
+
"customElement": true
|
|
5118
5124
|
}
|
|
5119
5125
|
],
|
|
5120
5126
|
"exports": [
|
|
5121
5127
|
{
|
|
5122
5128
|
"kind": "js",
|
|
5123
|
-
"name": "
|
|
5129
|
+
"name": "default",
|
|
5124
5130
|
"declaration": {
|
|
5125
|
-
"name": "
|
|
5126
|
-
"module": "src/lib/qti-components/qti-response-processing/
|
|
5131
|
+
"name": "QtiResponseProcessing",
|
|
5132
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts"
|
|
5133
|
+
}
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"kind": "custom-element-definition",
|
|
5137
|
+
"name": "qti-response-processing",
|
|
5138
|
+
"declaration": {
|
|
5139
|
+
"name": "QtiResponseProcessing",
|
|
5140
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts"
|
|
5127
5141
|
}
|
|
5128
5142
|
}
|
|
5129
5143
|
]
|
|
@@ -5166,41 +5180,22 @@
|
|
|
5166
5180
|
},
|
|
5167
5181
|
{
|
|
5168
5182
|
"kind": "javascript-module",
|
|
5169
|
-
"path": "src/lib/qti-components/qti-response-processing/
|
|
5183
|
+
"path": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts",
|
|
5170
5184
|
"declarations": [
|
|
5171
5185
|
{
|
|
5172
5186
|
"kind": "class",
|
|
5173
5187
|
"description": "",
|
|
5174
|
-
"name": "
|
|
5175
|
-
"members": []
|
|
5176
|
-
"attributes": [
|
|
5177
|
-
{
|
|
5178
|
-
"name": "identifier"
|
|
5179
|
-
}
|
|
5180
|
-
],
|
|
5181
|
-
"superclass": {
|
|
5182
|
-
"name": "LitElement",
|
|
5183
|
-
"package": "lit"
|
|
5184
|
-
},
|
|
5185
|
-
"tagName": "qti-response-processing",
|
|
5186
|
-
"customElement": true
|
|
5188
|
+
"name": "ScoringHelper",
|
|
5189
|
+
"members": []
|
|
5187
5190
|
}
|
|
5188
5191
|
],
|
|
5189
5192
|
"exports": [
|
|
5190
5193
|
{
|
|
5191
5194
|
"kind": "js",
|
|
5192
|
-
"name": "
|
|
5193
|
-
"declaration": {
|
|
5194
|
-
"name": "QtiResponseProcessing",
|
|
5195
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts"
|
|
5196
|
-
}
|
|
5197
|
-
},
|
|
5198
|
-
{
|
|
5199
|
-
"kind": "custom-element-definition",
|
|
5200
|
-
"name": "qti-response-processing",
|
|
5195
|
+
"name": "ScoringHelper",
|
|
5201
5196
|
"declaration": {
|
|
5202
|
-
"name": "
|
|
5203
|
-
"module": "src/lib/qti-components/qti-response-processing/
|
|
5197
|
+
"name": "ScoringHelper",
|
|
5198
|
+
"module": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts"
|
|
5204
5199
|
}
|
|
5205
5200
|
}
|
|
5206
5201
|
]
|
|
@@ -5345,42 +5340,6 @@
|
|
|
5345
5340
|
}
|
|
5346
5341
|
]
|
|
5347
5342
|
},
|
|
5348
|
-
{
|
|
5349
|
-
"kind": "javascript-module",
|
|
5350
|
-
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
5351
|
-
"declarations": [],
|
|
5352
|
-
"exports": []
|
|
5353
|
-
},
|
|
5354
|
-
{
|
|
5355
|
-
"kind": "javascript-module",
|
|
5356
|
-
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
5357
|
-
"declarations": [],
|
|
5358
|
-
"exports": []
|
|
5359
|
-
},
|
|
5360
|
-
{
|
|
5361
|
-
"kind": "javascript-module",
|
|
5362
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
5363
|
-
"declarations": [],
|
|
5364
|
-
"exports": []
|
|
5365
|
-
},
|
|
5366
|
-
{
|
|
5367
|
-
"kind": "javascript-module",
|
|
5368
|
-
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
5369
|
-
"declarations": [],
|
|
5370
|
-
"exports": []
|
|
5371
|
-
},
|
|
5372
|
-
{
|
|
5373
|
-
"kind": "javascript-module",
|
|
5374
|
-
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5375
|
-
"declarations": [],
|
|
5376
|
-
"exports": []
|
|
5377
|
-
},
|
|
5378
|
-
{
|
|
5379
|
-
"kind": "javascript-module",
|
|
5380
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
5381
|
-
"declarations": [],
|
|
5382
|
-
"exports": []
|
|
5383
|
-
},
|
|
5384
5343
|
{
|
|
5385
5344
|
"kind": "javascript-module",
|
|
5386
5345
|
"path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
|
|
@@ -5479,12 +5438,6 @@
|
|
|
5479
5438
|
}
|
|
5480
5439
|
]
|
|
5481
5440
|
},
|
|
5482
|
-
{
|
|
5483
|
-
"kind": "javascript-module",
|
|
5484
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5485
|
-
"declarations": [],
|
|
5486
|
-
"exports": []
|
|
5487
|
-
},
|
|
5488
5441
|
{
|
|
5489
5442
|
"kind": "javascript-module",
|
|
5490
5443
|
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
@@ -5591,52 +5544,6 @@
|
|
|
5591
5544
|
}
|
|
5592
5545
|
]
|
|
5593
5546
|
},
|
|
5594
|
-
{
|
|
5595
|
-
"kind": "javascript-module",
|
|
5596
|
-
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5597
|
-
"declarations": [
|
|
5598
|
-
{
|
|
5599
|
-
"kind": "function",
|
|
5600
|
-
"name": "positionHotspots",
|
|
5601
|
-
"parameters": [
|
|
5602
|
-
{
|
|
5603
|
-
"name": "shape",
|
|
5604
|
-
"type": {
|
|
5605
|
-
"text": "string"
|
|
5606
|
-
}
|
|
5607
|
-
},
|
|
5608
|
-
{
|
|
5609
|
-
"name": "coordsNumber",
|
|
5610
|
-
"type": {
|
|
5611
|
-
"text": "number[]"
|
|
5612
|
-
}
|
|
5613
|
-
},
|
|
5614
|
-
{
|
|
5615
|
-
"name": "img",
|
|
5616
|
-
"type": {
|
|
5617
|
-
"text": "HTMLImageElement"
|
|
5618
|
-
}
|
|
5619
|
-
},
|
|
5620
|
-
{
|
|
5621
|
-
"name": "hotspot",
|
|
5622
|
-
"type": {
|
|
5623
|
-
"text": "QtiHotspotChoice"
|
|
5624
|
-
}
|
|
5625
|
-
}
|
|
5626
|
-
]
|
|
5627
|
-
}
|
|
5628
|
-
],
|
|
5629
|
-
"exports": [
|
|
5630
|
-
{
|
|
5631
|
-
"kind": "js",
|
|
5632
|
-
"name": "positionHotspots",
|
|
5633
|
-
"declaration": {
|
|
5634
|
-
"name": "positionHotspots",
|
|
5635
|
-
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5636
|
-
}
|
|
5637
|
-
}
|
|
5638
|
-
]
|
|
5639
|
-
},
|
|
5640
5547
|
{
|
|
5641
5548
|
"kind": "javascript-module",
|
|
5642
5549
|
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
@@ -5896,34 +5803,80 @@
|
|
|
5896
5803
|
"exports": [
|
|
5897
5804
|
{
|
|
5898
5805
|
"kind": "js",
|
|
5899
|
-
"name": "*",
|
|
5900
|
-
"declaration": {
|
|
5901
|
-
"name": "*",
|
|
5902
|
-
"package": "./drag-drop-api"
|
|
5903
|
-
}
|
|
5904
|
-
},
|
|
5905
|
-
{
|
|
5906
|
-
"kind": "js",
|
|
5907
|
-
"name": "*",
|
|
5908
|
-
"declaration": {
|
|
5909
|
-
"name": "*",
|
|
5910
|
-
"package": "./drag-drop-interaction-mixin"
|
|
5911
|
-
}
|
|
5912
|
-
},
|
|
5913
|
-
{
|
|
5914
|
-
"kind": "js",
|
|
5915
|
-
"name": "*",
|
|
5916
|
-
"declaration": {
|
|
5917
|
-
"name": "*",
|
|
5918
|
-
"package": "./droppables-mixin"
|
|
5919
|
-
}
|
|
5920
|
-
},
|
|
5921
|
-
{
|
|
5922
|
-
"kind": "js",
|
|
5923
|
-
"name": "*",
|
|
5806
|
+
"name": "*",
|
|
5807
|
+
"declaration": {
|
|
5808
|
+
"name": "*",
|
|
5809
|
+
"package": "./drag-drop-api"
|
|
5810
|
+
}
|
|
5811
|
+
},
|
|
5812
|
+
{
|
|
5813
|
+
"kind": "js",
|
|
5814
|
+
"name": "*",
|
|
5815
|
+
"declaration": {
|
|
5816
|
+
"name": "*",
|
|
5817
|
+
"package": "./drag-drop-interaction-mixin"
|
|
5818
|
+
}
|
|
5819
|
+
},
|
|
5820
|
+
{
|
|
5821
|
+
"kind": "js",
|
|
5822
|
+
"name": "*",
|
|
5823
|
+
"declaration": {
|
|
5824
|
+
"name": "*",
|
|
5825
|
+
"package": "./droppables-mixin"
|
|
5826
|
+
}
|
|
5827
|
+
},
|
|
5828
|
+
{
|
|
5829
|
+
"kind": "js",
|
|
5830
|
+
"name": "*",
|
|
5831
|
+
"declaration": {
|
|
5832
|
+
"name": "*",
|
|
5833
|
+
"package": "./flippables-mixin"
|
|
5834
|
+
}
|
|
5835
|
+
}
|
|
5836
|
+
]
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"kind": "javascript-module",
|
|
5840
|
+
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5841
|
+
"declarations": [
|
|
5842
|
+
{
|
|
5843
|
+
"kind": "function",
|
|
5844
|
+
"name": "positionHotspots",
|
|
5845
|
+
"parameters": [
|
|
5846
|
+
{
|
|
5847
|
+
"name": "shape",
|
|
5848
|
+
"type": {
|
|
5849
|
+
"text": "string"
|
|
5850
|
+
}
|
|
5851
|
+
},
|
|
5852
|
+
{
|
|
5853
|
+
"name": "coordsNumber",
|
|
5854
|
+
"type": {
|
|
5855
|
+
"text": "number[]"
|
|
5856
|
+
}
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"name": "img",
|
|
5860
|
+
"type": {
|
|
5861
|
+
"text": "HTMLImageElement"
|
|
5862
|
+
}
|
|
5863
|
+
},
|
|
5864
|
+
{
|
|
5865
|
+
"name": "hotspot",
|
|
5866
|
+
"type": {
|
|
5867
|
+
"text": "QtiHotspotChoice"
|
|
5868
|
+
}
|
|
5869
|
+
}
|
|
5870
|
+
]
|
|
5871
|
+
}
|
|
5872
|
+
],
|
|
5873
|
+
"exports": [
|
|
5874
|
+
{
|
|
5875
|
+
"kind": "js",
|
|
5876
|
+
"name": "positionHotspots",
|
|
5924
5877
|
"declaration": {
|
|
5925
|
-
"name": "
|
|
5926
|
-
"
|
|
5878
|
+
"name": "positionHotspots",
|
|
5879
|
+
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5927
5880
|
}
|
|
5928
5881
|
}
|
|
5929
5882
|
]
|
|
@@ -6005,61 +5958,61 @@
|
|
|
6005
5958
|
},
|
|
6006
5959
|
{
|
|
6007
5960
|
"kind": "javascript-module",
|
|
6008
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5961
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
6009
5962
|
"declarations": [],
|
|
6010
5963
|
"exports": []
|
|
6011
5964
|
},
|
|
6012
5965
|
{
|
|
6013
5966
|
"kind": "javascript-module",
|
|
6014
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5967
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
6015
5968
|
"declarations": [],
|
|
6016
5969
|
"exports": []
|
|
6017
5970
|
},
|
|
6018
5971
|
{
|
|
6019
5972
|
"kind": "javascript-module",
|
|
6020
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5973
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
6021
5974
|
"declarations": [],
|
|
6022
5975
|
"exports": []
|
|
6023
5976
|
},
|
|
6024
5977
|
{
|
|
6025
5978
|
"kind": "javascript-module",
|
|
6026
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5979
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
6027
5980
|
"declarations": [],
|
|
6028
5981
|
"exports": []
|
|
6029
5982
|
},
|
|
6030
5983
|
{
|
|
6031
5984
|
"kind": "javascript-module",
|
|
6032
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5985
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
6033
5986
|
"declarations": [],
|
|
6034
5987
|
"exports": []
|
|
6035
5988
|
},
|
|
6036
5989
|
{
|
|
6037
5990
|
"kind": "javascript-module",
|
|
6038
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5991
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
6039
5992
|
"declarations": [],
|
|
6040
5993
|
"exports": []
|
|
6041
5994
|
},
|
|
6042
5995
|
{
|
|
6043
5996
|
"kind": "javascript-module",
|
|
6044
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5997
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
6045
5998
|
"declarations": [],
|
|
6046
5999
|
"exports": []
|
|
6047
6000
|
},
|
|
6048
6001
|
{
|
|
6049
6002
|
"kind": "javascript-module",
|
|
6050
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6003
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6051
6004
|
"declarations": [],
|
|
6052
6005
|
"exports": []
|
|
6053
6006
|
},
|
|
6054
6007
|
{
|
|
6055
6008
|
"kind": "javascript-module",
|
|
6056
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6009
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6057
6010
|
"declarations": [],
|
|
6058
6011
|
"exports": []
|
|
6059
6012
|
},
|
|
6060
6013
|
{
|
|
6061
6014
|
"kind": "javascript-module",
|
|
6062
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6015
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/__snapshots__/qti-hottext-interaction.stories.ts.snap",
|
|
6063
6016
|
"declarations": [],
|
|
6064
6017
|
"exports": []
|
|
6065
6018
|
},
|
|
@@ -6069,6 +6022,48 @@
|
|
|
6069
6022
|
"declarations": [],
|
|
6070
6023
|
"exports": []
|
|
6071
6024
|
},
|
|
6025
|
+
{
|
|
6026
|
+
"kind": "javascript-module",
|
|
6027
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/__snapshots__/qti-match-interaction.stories.ts.snap",
|
|
6028
|
+
"declarations": [],
|
|
6029
|
+
"exports": []
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"kind": "javascript-module",
|
|
6033
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/__snapshots__/qti-media-interaction.stories.ts.snap",
|
|
6034
|
+
"declarations": [],
|
|
6035
|
+
"exports": []
|
|
6036
|
+
},
|
|
6037
|
+
{
|
|
6038
|
+
"kind": "javascript-module",
|
|
6039
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/__snapshots__/qti-order-interaction.stories.ts.snap",
|
|
6040
|
+
"declarations": [],
|
|
6041
|
+
"exports": []
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"kind": "javascript-module",
|
|
6045
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/__snapshots__/qti-portable-custom-interaction.stories.ts.snap",
|
|
6046
|
+
"declarations": [],
|
|
6047
|
+
"exports": []
|
|
6048
|
+
},
|
|
6049
|
+
{
|
|
6050
|
+
"kind": "javascript-module",
|
|
6051
|
+
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6052
|
+
"declarations": [],
|
|
6053
|
+
"exports": []
|
|
6054
|
+
},
|
|
6055
|
+
{
|
|
6056
|
+
"kind": "javascript-module",
|
|
6057
|
+
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/__snapshots__/qti-select-point-interaction.stories.ts.snap",
|
|
6058
|
+
"declarations": [],
|
|
6059
|
+
"exports": []
|
|
6060
|
+
},
|
|
6061
|
+
{
|
|
6062
|
+
"kind": "javascript-module",
|
|
6063
|
+
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/__snapshots__/qti-slider-interaction.stories.ts.snap",
|
|
6064
|
+
"declarations": [],
|
|
6065
|
+
"exports": []
|
|
6066
|
+
},
|
|
6072
6067
|
{
|
|
6073
6068
|
"kind": "javascript-module",
|
|
6074
6069
|
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/__snapshots__/qti-text-entry-interaction.stories.ts.snap",
|
|
@@ -6545,105 +6540,105 @@
|
|
|
6545
6540
|
},
|
|
6546
6541
|
{
|
|
6547
6542
|
"kind": "javascript-module",
|
|
6548
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6543
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts",
|
|
6549
6544
|
"declarations": [
|
|
6550
6545
|
{
|
|
6551
6546
|
"kind": "class",
|
|
6552
6547
|
"description": "",
|
|
6553
|
-
"name": "
|
|
6548
|
+
"name": "QtiMapResponse",
|
|
6554
6549
|
"members": [],
|
|
6555
6550
|
"attributes": [
|
|
6556
6551
|
{
|
|
6557
|
-
"name": "
|
|
6558
|
-
"type": {
|
|
6559
|
-
"text": "number"
|
|
6560
|
-
},
|
|
6561
|
-
"default": "0",
|
|
6562
|
-
"fieldName": "defaultValue"
|
|
6563
|
-
},
|
|
6564
|
-
{
|
|
6565
|
-
"name": "lower-bound",
|
|
6566
|
-
"type": {
|
|
6567
|
-
"text": "number"
|
|
6568
|
-
},
|
|
6569
|
-
"fieldName": "lowerBound"
|
|
6570
|
-
},
|
|
6571
|
-
{
|
|
6572
|
-
"name": "upper-bound",
|
|
6552
|
+
"name": "identifier",
|
|
6573
6553
|
"type": {
|
|
6574
|
-
"text": "
|
|
6554
|
+
"text": "string"
|
|
6575
6555
|
},
|
|
6576
|
-
"fieldName": "
|
|
6556
|
+
"fieldName": "identifier"
|
|
6577
6557
|
}
|
|
6578
6558
|
],
|
|
6579
6559
|
"superclass": {
|
|
6580
|
-
"name": "
|
|
6581
|
-
"
|
|
6560
|
+
"name": "QtiExpression",
|
|
6561
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6582
6562
|
},
|
|
6583
|
-
"tagName": "qti-
|
|
6563
|
+
"tagName": "qti-map-response",
|
|
6584
6564
|
"customElement": true
|
|
6585
6565
|
}
|
|
6586
6566
|
],
|
|
6587
6567
|
"exports": [
|
|
6588
6568
|
{
|
|
6589
6569
|
"kind": "js",
|
|
6590
|
-
"name": "
|
|
6570
|
+
"name": "QtiMapResponse",
|
|
6591
6571
|
"declaration": {
|
|
6592
|
-
"name": "
|
|
6593
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6572
|
+
"name": "QtiMapResponse",
|
|
6573
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
|
|
6594
6574
|
}
|
|
6595
6575
|
},
|
|
6596
6576
|
{
|
|
6597
6577
|
"kind": "custom-element-definition",
|
|
6598
|
-
"name": "qti-
|
|
6578
|
+
"name": "qti-map-response",
|
|
6599
6579
|
"declaration": {
|
|
6600
|
-
"name": "
|
|
6601
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6580
|
+
"name": "QtiMapResponse",
|
|
6581
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
|
|
6602
6582
|
}
|
|
6603
6583
|
}
|
|
6604
6584
|
]
|
|
6605
6585
|
},
|
|
6606
6586
|
{
|
|
6607
6587
|
"kind": "javascript-module",
|
|
6608
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6588
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts",
|
|
6609
6589
|
"declarations": [
|
|
6610
6590
|
{
|
|
6611
6591
|
"kind": "class",
|
|
6612
6592
|
"description": "",
|
|
6613
|
-
"name": "
|
|
6593
|
+
"name": "QtiMapping",
|
|
6614
6594
|
"members": [],
|
|
6615
6595
|
"attributes": [
|
|
6616
6596
|
{
|
|
6617
|
-
"name": "
|
|
6597
|
+
"name": "default-value",
|
|
6618
6598
|
"type": {
|
|
6619
|
-
"text": "
|
|
6599
|
+
"text": "number"
|
|
6620
6600
|
},
|
|
6621
|
-
"
|
|
6601
|
+
"default": "0",
|
|
6602
|
+
"fieldName": "defaultValue"
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"name": "lower-bound",
|
|
6606
|
+
"type": {
|
|
6607
|
+
"text": "number"
|
|
6608
|
+
},
|
|
6609
|
+
"fieldName": "lowerBound"
|
|
6610
|
+
},
|
|
6611
|
+
{
|
|
6612
|
+
"name": "upper-bound",
|
|
6613
|
+
"type": {
|
|
6614
|
+
"text": "number"
|
|
6615
|
+
},
|
|
6616
|
+
"fieldName": "upperBound"
|
|
6622
6617
|
}
|
|
6623
6618
|
],
|
|
6624
6619
|
"superclass": {
|
|
6625
|
-
"name": "
|
|
6626
|
-
"
|
|
6620
|
+
"name": "LitElement",
|
|
6621
|
+
"package": "lit"
|
|
6627
6622
|
},
|
|
6628
|
-
"tagName": "qti-
|
|
6623
|
+
"tagName": "qti-mapping",
|
|
6629
6624
|
"customElement": true
|
|
6630
6625
|
}
|
|
6631
6626
|
],
|
|
6632
6627
|
"exports": [
|
|
6633
6628
|
{
|
|
6634
6629
|
"kind": "js",
|
|
6635
|
-
"name": "
|
|
6630
|
+
"name": "QtiMapping",
|
|
6636
6631
|
"declaration": {
|
|
6637
|
-
"name": "
|
|
6638
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6632
|
+
"name": "QtiMapping",
|
|
6633
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts"
|
|
6639
6634
|
}
|
|
6640
6635
|
},
|
|
6641
6636
|
{
|
|
6642
6637
|
"kind": "custom-element-definition",
|
|
6643
|
-
"name": "qti-
|
|
6638
|
+
"name": "qti-mapping",
|
|
6644
6639
|
"declaration": {
|
|
6645
|
-
"name": "
|
|
6646
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6640
|
+
"name": "QtiMapping",
|
|
6641
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts"
|
|
6647
6642
|
}
|
|
6648
6643
|
}
|
|
6649
6644
|
]
|
|
@@ -7164,6 +7159,42 @@
|
|
|
7164
7159
|
"declarations": [],
|
|
7165
7160
|
"exports": []
|
|
7166
7161
|
},
|
|
7162
|
+
{
|
|
7163
|
+
"kind": "javascript-module",
|
|
7164
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7165
|
+
"declarations": [
|
|
7166
|
+
{
|
|
7167
|
+
"kind": "class",
|
|
7168
|
+
"description": "",
|
|
7169
|
+
"name": "QtiResponseCondition",
|
|
7170
|
+
"members": [],
|
|
7171
|
+
"superclass": {
|
|
7172
|
+
"name": "QtiRule",
|
|
7173
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7174
|
+
},
|
|
7175
|
+
"tagName": "qti-response-condition",
|
|
7176
|
+
"customElement": true
|
|
7177
|
+
}
|
|
7178
|
+
],
|
|
7179
|
+
"exports": [
|
|
7180
|
+
{
|
|
7181
|
+
"kind": "js",
|
|
7182
|
+
"name": "QtiResponseCondition",
|
|
7183
|
+
"declaration": {
|
|
7184
|
+
"name": "QtiResponseCondition",
|
|
7185
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7186
|
+
}
|
|
7187
|
+
},
|
|
7188
|
+
{
|
|
7189
|
+
"kind": "custom-element-definition",
|
|
7190
|
+
"name": "qti-response-condition",
|
|
7191
|
+
"declaration": {
|
|
7192
|
+
"name": "QtiResponseCondition",
|
|
7193
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7194
|
+
}
|
|
7195
|
+
}
|
|
7196
|
+
]
|
|
7197
|
+
},
|
|
7167
7198
|
{
|
|
7168
7199
|
"kind": "javascript-module",
|
|
7169
7200
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
|
|
@@ -7262,42 +7293,6 @@
|
|
|
7262
7293
|
}
|
|
7263
7294
|
]
|
|
7264
7295
|
},
|
|
7265
|
-
{
|
|
7266
|
-
"kind": "javascript-module",
|
|
7267
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7268
|
-
"declarations": [
|
|
7269
|
-
{
|
|
7270
|
-
"kind": "class",
|
|
7271
|
-
"description": "",
|
|
7272
|
-
"name": "QtiResponseCondition",
|
|
7273
|
-
"members": [],
|
|
7274
|
-
"superclass": {
|
|
7275
|
-
"name": "QtiRule",
|
|
7276
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7277
|
-
},
|
|
7278
|
-
"tagName": "qti-response-condition",
|
|
7279
|
-
"customElement": true
|
|
7280
|
-
}
|
|
7281
|
-
],
|
|
7282
|
-
"exports": [
|
|
7283
|
-
{
|
|
7284
|
-
"kind": "js",
|
|
7285
|
-
"name": "QtiResponseCondition",
|
|
7286
|
-
"declaration": {
|
|
7287
|
-
"name": "QtiResponseCondition",
|
|
7288
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7289
|
-
}
|
|
7290
|
-
},
|
|
7291
|
-
{
|
|
7292
|
-
"kind": "custom-element-definition",
|
|
7293
|
-
"name": "qti-response-condition",
|
|
7294
|
-
"declaration": {
|
|
7295
|
-
"name": "QtiResponseCondition",
|
|
7296
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7297
|
-
}
|
|
7298
|
-
}
|
|
7299
|
-
]
|
|
7300
|
-
},
|
|
7301
7296
|
{
|
|
7302
7297
|
"kind": "javascript-module",
|
|
7303
7298
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|