@citolab/qti-components 6.5.4 → 6.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1567 -1572
- package/dist/index.cjs +18 -18
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +14 -14
- package/dist/qti-components/index.cjs +3 -3
- package/dist/qti-components/index.d.cts +2 -2
- package/dist/qti-components/index.d.ts +2 -2
- package/dist/qti-components/index.js +3 -3
- package/package.json +1 -1
|
@@ -2,100 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/lib/decorators/index.ts",
|
|
8
|
-
"declarations": [],
|
|
9
|
-
"exports": [
|
|
10
|
-
{
|
|
11
|
-
"kind": "js",
|
|
12
|
-
"name": "*",
|
|
13
|
-
"declaration": {
|
|
14
|
-
"name": "*",
|
|
15
|
-
"package": "./live-query"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"kind": "js",
|
|
20
|
-
"name": "*",
|
|
21
|
-
"declaration": {
|
|
22
|
-
"name": "*",
|
|
23
|
-
"package": "./watch"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"kind": "javascript-module",
|
|
30
|
-
"path": "src/lib/decorators/live-query.ts",
|
|
31
|
-
"declarations": [
|
|
32
|
-
{
|
|
33
|
-
"kind": "function",
|
|
34
|
-
"name": "liveQuery",
|
|
35
|
-
"parameters": [
|
|
36
|
-
{
|
|
37
|
-
"name": "querySelector",
|
|
38
|
-
"type": {
|
|
39
|
-
"text": "string"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "options",
|
|
44
|
-
"optional": true,
|
|
45
|
-
"type": {
|
|
46
|
-
"text": "LiveQueryOptions"
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"exports": [
|
|
53
|
-
{
|
|
54
|
-
"kind": "js",
|
|
55
|
-
"name": "liveQuery",
|
|
56
|
-
"declaration": {
|
|
57
|
-
"name": "liveQuery",
|
|
58
|
-
"module": "src/lib/decorators/live-query.ts"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"kind": "javascript-module",
|
|
65
|
-
"path": "src/lib/decorators/watch.ts",
|
|
66
|
-
"declarations": [
|
|
67
|
-
{
|
|
68
|
-
"kind": "function",
|
|
69
|
-
"name": "watch",
|
|
70
|
-
"parameters": [
|
|
71
|
-
{
|
|
72
|
-
"name": "propertyName",
|
|
73
|
-
"type": {
|
|
74
|
-
"text": "string | string[]"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "options",
|
|
79
|
-
"optional": true,
|
|
80
|
-
"type": {
|
|
81
|
-
"text": "WatchOptions"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
],
|
|
85
|
-
"description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
"exports": [
|
|
89
|
-
{
|
|
90
|
-
"kind": "js",
|
|
91
|
-
"name": "watch",
|
|
92
|
-
"declaration": {
|
|
93
|
-
"name": "watch",
|
|
94
|
-
"module": "src/lib/decorators/watch.ts"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
5
|
{
|
|
100
6
|
"kind": "javascript-module",
|
|
101
7
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -495,65 +401,6 @@
|
|
|
495
401
|
}
|
|
496
402
|
]
|
|
497
403
|
},
|
|
498
|
-
{
|
|
499
|
-
"kind": "javascript-module",
|
|
500
|
-
"path": "src/lib/qti-transformers/index.ts",
|
|
501
|
-
"declarations": [],
|
|
502
|
-
"exports": [
|
|
503
|
-
{
|
|
504
|
-
"kind": "js",
|
|
505
|
-
"name": "*",
|
|
506
|
-
"declaration": {
|
|
507
|
-
"name": "*",
|
|
508
|
-
"package": "./qti-transformers"
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
]
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"kind": "javascript-module",
|
|
515
|
-
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
516
|
-
"declarations": [
|
|
517
|
-
{
|
|
518
|
-
"kind": "function",
|
|
519
|
-
"name": "qtiTransformItem",
|
|
520
|
-
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
521
|
-
"return": {
|
|
522
|
-
"type": {
|
|
523
|
-
"text": ""
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"kind": "function",
|
|
529
|
-
"name": "qtiTransformTest",
|
|
530
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
531
|
-
"return": {
|
|
532
|
-
"type": {
|
|
533
|
-
"text": ""
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
],
|
|
538
|
-
"exports": [
|
|
539
|
-
{
|
|
540
|
-
"kind": "js",
|
|
541
|
-
"name": "qtiTransformItem",
|
|
542
|
-
"declaration": {
|
|
543
|
-
"name": "qtiTransformItem",
|
|
544
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"kind": "js",
|
|
549
|
-
"name": "qtiTransformTest",
|
|
550
|
-
"declaration": {
|
|
551
|
-
"name": "qtiTransformTest",
|
|
552
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
]
|
|
556
|
-
},
|
|
557
404
|
{
|
|
558
405
|
"kind": "javascript-module",
|
|
559
406
|
"path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
|
|
@@ -722,184 +569,59 @@
|
|
|
722
569
|
},
|
|
723
570
|
{
|
|
724
571
|
"kind": "javascript-module",
|
|
725
|
-
"path": "src/lib/qti-components/
|
|
726
|
-
"declarations": [],
|
|
727
|
-
"exports": []
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"kind": "javascript-module",
|
|
731
|
-
"path": "src/lib/qti-components/internal/expression-result.ts",
|
|
732
|
-
"declarations": [],
|
|
733
|
-
"exports": []
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"kind": "javascript-module",
|
|
737
|
-
"path": "src/lib/qti-components/internal/template-strings.ts",
|
|
572
|
+
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
738
573
|
"declarations": [
|
|
739
574
|
{
|
|
740
|
-
"kind": "
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
"
|
|
748
|
-
|
|
749
|
-
{
|
|
750
|
-
"kind": "variable",
|
|
751
|
-
"name": "mapResponsePoint",
|
|
752
|
-
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
575
|
+
"kind": "class",
|
|
576
|
+
"description": "",
|
|
577
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
578
|
+
"superclass": {
|
|
579
|
+
"name": "LitElement",
|
|
580
|
+
"package": "lit"
|
|
581
|
+
},
|
|
582
|
+
"tagName": "qti-companion-materials-info",
|
|
583
|
+
"customElement": true
|
|
753
584
|
}
|
|
754
585
|
],
|
|
755
586
|
"exports": [
|
|
756
587
|
{
|
|
757
588
|
"kind": "js",
|
|
758
|
-
"name": "
|
|
759
|
-
"declaration": {
|
|
760
|
-
"name": "matchCorrect",
|
|
761
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"kind": "js",
|
|
766
|
-
"name": "mapResponse",
|
|
589
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
767
590
|
"declaration": {
|
|
768
|
-
"name": "
|
|
769
|
-
"module": "src/lib/qti-components/
|
|
591
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
592
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
770
593
|
}
|
|
771
594
|
},
|
|
772
595
|
{
|
|
773
|
-
"kind": "
|
|
774
|
-
"name": "
|
|
596
|
+
"kind": "custom-element-definition",
|
|
597
|
+
"name": "qti-companion-materials-info",
|
|
775
598
|
"declaration": {
|
|
776
|
-
"name": "
|
|
777
|
-
"module": "src/lib/qti-components/
|
|
599
|
+
"name": "QtiCompanionMaterialsInfo",
|
|
600
|
+
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
778
601
|
}
|
|
779
602
|
}
|
|
780
603
|
]
|
|
781
604
|
},
|
|
782
605
|
{
|
|
783
606
|
"kind": "javascript-module",
|
|
784
|
-
"path": "src/lib/qti-components/
|
|
607
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
|
|
785
608
|
"declarations": [
|
|
786
609
|
{
|
|
787
|
-
"kind": "
|
|
788
|
-
"
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
"
|
|
792
|
-
"name": "convertNumberToUniveralFormat",
|
|
793
|
-
"parameters": [
|
|
610
|
+
"kind": "class",
|
|
611
|
+
"description": "",
|
|
612
|
+
"name": "QtiFeedback",
|
|
613
|
+
"members": [],
|
|
614
|
+
"events": [
|
|
794
615
|
{
|
|
795
|
-
"name": "
|
|
616
|
+
"name": "qti-register-feedback",
|
|
796
617
|
"type": {
|
|
797
|
-
"text": "
|
|
618
|
+
"text": "CustomEvent"
|
|
798
619
|
}
|
|
799
620
|
}
|
|
800
|
-
]
|
|
801
|
-
|
|
802
|
-
{
|
|
803
|
-
"kind": "function",
|
|
804
|
-
"name": "IsNullOrUndefined",
|
|
805
|
-
"parameters": [
|
|
621
|
+
],
|
|
622
|
+
"attributes": [
|
|
806
623
|
{
|
|
807
|
-
"name": "
|
|
808
|
-
"type": {
|
|
809
|
-
"text": "unknown"
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
]
|
|
813
|
-
}
|
|
814
|
-
],
|
|
815
|
-
"exports": [
|
|
816
|
-
{
|
|
817
|
-
"kind": "js",
|
|
818
|
-
"name": "decimalSeparator",
|
|
819
|
-
"declaration": {
|
|
820
|
-
"name": "decimalSeparator",
|
|
821
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
822
|
-
}
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"kind": "js",
|
|
826
|
-
"name": "convertNumberToUniveralFormat",
|
|
827
|
-
"declaration": {
|
|
828
|
-
"name": "convertNumberToUniveralFormat",
|
|
829
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"kind": "js",
|
|
834
|
-
"name": "IsNullOrUndefined",
|
|
835
|
-
"declaration": {
|
|
836
|
-
"name": "IsNullOrUndefined",
|
|
837
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
]
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"kind": "javascript-module",
|
|
844
|
-
"path": "src/lib/qti-components/internal/variables.ts",
|
|
845
|
-
"declarations": [],
|
|
846
|
-
"exports": []
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"kind": "javascript-module",
|
|
850
|
-
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
851
|
-
"declarations": [
|
|
852
|
-
{
|
|
853
|
-
"kind": "class",
|
|
854
|
-
"description": "",
|
|
855
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
856
|
-
"superclass": {
|
|
857
|
-
"name": "LitElement",
|
|
858
|
-
"package": "lit"
|
|
859
|
-
},
|
|
860
|
-
"tagName": "qti-companion-materials-info",
|
|
861
|
-
"customElement": true
|
|
862
|
-
}
|
|
863
|
-
],
|
|
864
|
-
"exports": [
|
|
865
|
-
{
|
|
866
|
-
"kind": "js",
|
|
867
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
868
|
-
"declaration": {
|
|
869
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
870
|
-
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"kind": "custom-element-definition",
|
|
875
|
-
"name": "qti-companion-materials-info",
|
|
876
|
-
"declaration": {
|
|
877
|
-
"name": "QtiCompanionMaterialsInfo",
|
|
878
|
-
"module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
]
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"kind": "javascript-module",
|
|
885
|
-
"path": "src/lib/qti-components/qti-feedback/qti-feedback.ts",
|
|
886
|
-
"declarations": [
|
|
887
|
-
{
|
|
888
|
-
"kind": "class",
|
|
889
|
-
"description": "",
|
|
890
|
-
"name": "QtiFeedback",
|
|
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",
|
|
624
|
+
"name": "show-hide",
|
|
903
625
|
"type": {
|
|
904
626
|
"text": "string"
|
|
905
627
|
},
|
|
@@ -938,89 +660,6 @@
|
|
|
938
660
|
}
|
|
939
661
|
]
|
|
940
662
|
},
|
|
941
|
-
{
|
|
942
|
-
"kind": "javascript-module",
|
|
943
|
-
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
944
|
-
"declarations": [
|
|
945
|
-
{
|
|
946
|
-
"kind": "class",
|
|
947
|
-
"description": "",
|
|
948
|
-
"name": "QtiItemBody",
|
|
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": [],
|
|
960
|
-
"superclass": {
|
|
961
|
-
"name": "LitElement",
|
|
962
|
-
"package": "lit"
|
|
963
|
-
},
|
|
964
|
-
"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.",
|
|
965
|
-
"tagName": "qti-item-body",
|
|
966
|
-
"customElement": true
|
|
967
|
-
}
|
|
968
|
-
],
|
|
969
|
-
"exports": [
|
|
970
|
-
{
|
|
971
|
-
"kind": "js",
|
|
972
|
-
"name": "default",
|
|
973
|
-
"declaration": {
|
|
974
|
-
"name": "QtiItemBody",
|
|
975
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"kind": "custom-element-definition",
|
|
980
|
-
"name": "qti-item-body",
|
|
981
|
-
"declaration": {
|
|
982
|
-
"name": "QtiItemBody",
|
|
983
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
984
|
-
}
|
|
985
|
-
}
|
|
986
|
-
]
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"kind": "javascript-module",
|
|
990
|
-
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
991
|
-
"declarations": [
|
|
992
|
-
{
|
|
993
|
-
"kind": "class",
|
|
994
|
-
"description": "",
|
|
995
|
-
"name": "QtiPrompt",
|
|
996
|
-
"members": [],
|
|
997
|
-
"superclass": {
|
|
998
|
-
"name": "LitElement",
|
|
999
|
-
"package": "lit"
|
|
1000
|
-
},
|
|
1001
|
-
"tagName": "qti-prompt",
|
|
1002
|
-
"customElement": true
|
|
1003
|
-
}
|
|
1004
|
-
],
|
|
1005
|
-
"exports": [
|
|
1006
|
-
{
|
|
1007
|
-
"kind": "js",
|
|
1008
|
-
"name": "QtiPrompt",
|
|
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",
|
|
1017
|
-
"declaration": {
|
|
1018
|
-
"name": "QtiPrompt",
|
|
1019
|
-
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
]
|
|
1023
|
-
},
|
|
1024
663
|
{
|
|
1025
664
|
"kind": "javascript-module",
|
|
1026
665
|
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
@@ -1686,55 +1325,291 @@
|
|
|
1686
1325
|
},
|
|
1687
1326
|
{
|
|
1688
1327
|
"kind": "javascript-module",
|
|
1689
|
-
"path": "src/lib/qti-components/qti-
|
|
1690
|
-
"declarations": [
|
|
1328
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1329
|
+
"declarations": [
|
|
1330
|
+
{
|
|
1331
|
+
"kind": "class",
|
|
1332
|
+
"description": "",
|
|
1333
|
+
"name": "QtiItemBody",
|
|
1334
|
+
"slots": [
|
|
1335
|
+
{
|
|
1336
|
+
"description": "item body content.",
|
|
1337
|
+
"name": ""
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"description": "the qti rubric block is placed above the item",
|
|
1341
|
+
"name": "qti-rubric-block"
|
|
1342
|
+
}
|
|
1343
|
+
],
|
|
1344
|
+
"members": [],
|
|
1345
|
+
"superclass": {
|
|
1346
|
+
"name": "LitElement",
|
|
1347
|
+
"package": "lit"
|
|
1348
|
+
},
|
|
1349
|
+
"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.",
|
|
1350
|
+
"tagName": "qti-item-body",
|
|
1351
|
+
"customElement": true
|
|
1352
|
+
}
|
|
1353
|
+
],
|
|
1691
1354
|
"exports": [
|
|
1692
1355
|
{
|
|
1693
1356
|
"kind": "js",
|
|
1694
|
-
"name": "
|
|
1357
|
+
"name": "default",
|
|
1695
1358
|
"declaration": {
|
|
1696
|
-
"name": "
|
|
1697
|
-
"module": "
|
|
1359
|
+
"name": "QtiItemBody",
|
|
1360
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1698
1361
|
}
|
|
1699
1362
|
},
|
|
1700
1363
|
{
|
|
1701
|
-
"kind": "
|
|
1702
|
-
"name": "
|
|
1364
|
+
"kind": "custom-element-definition",
|
|
1365
|
+
"name": "qti-item-body",
|
|
1703
1366
|
"declaration": {
|
|
1704
|
-
"name": "
|
|
1705
|
-
"
|
|
1367
|
+
"name": "QtiItemBody",
|
|
1368
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1706
1369
|
}
|
|
1707
|
-
}
|
|
1370
|
+
}
|
|
1371
|
+
]
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"kind": "javascript-module",
|
|
1375
|
+
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1376
|
+
"declarations": [
|
|
1708
1377
|
{
|
|
1709
|
-
"kind": "
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1378
|
+
"kind": "class",
|
|
1379
|
+
"description": "",
|
|
1380
|
+
"name": "QtiPrompt",
|
|
1381
|
+
"members": [],
|
|
1382
|
+
"superclass": {
|
|
1383
|
+
"name": "LitElement",
|
|
1384
|
+
"package": "lit"
|
|
1385
|
+
},
|
|
1386
|
+
"tagName": "qti-prompt",
|
|
1387
|
+
"customElement": true
|
|
1388
|
+
}
|
|
1389
|
+
],
|
|
1390
|
+
"exports": [
|
|
1716
1391
|
{
|
|
1717
1392
|
"kind": "js",
|
|
1718
|
-
"name": "
|
|
1393
|
+
"name": "QtiPrompt",
|
|
1719
1394
|
"declaration": {
|
|
1720
|
-
"name": "
|
|
1721
|
-
"
|
|
1395
|
+
"name": "QtiPrompt",
|
|
1396
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1722
1397
|
}
|
|
1723
1398
|
},
|
|
1724
1399
|
{
|
|
1725
|
-
"kind": "
|
|
1726
|
-
"name": "
|
|
1400
|
+
"kind": "custom-element-definition",
|
|
1401
|
+
"name": "qti-prompt",
|
|
1727
1402
|
"declaration": {
|
|
1728
|
-
"name": "
|
|
1729
|
-
"
|
|
1403
|
+
"name": "QtiPrompt",
|
|
1404
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1730
1405
|
}
|
|
1731
|
-
}
|
|
1406
|
+
}
|
|
1407
|
+
]
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "javascript-module",
|
|
1411
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
1412
|
+
"declarations": [],
|
|
1413
|
+
"exports": [
|
|
1732
1414
|
{
|
|
1733
1415
|
"kind": "js",
|
|
1734
1416
|
"name": "*",
|
|
1735
1417
|
"declaration": {
|
|
1736
1418
|
"name": "*",
|
|
1737
|
-
"package": "./qti-
|
|
1419
|
+
"package": "./qti-transformers"
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
]
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"kind": "javascript-module",
|
|
1426
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
1427
|
+
"declarations": [
|
|
1428
|
+
{
|
|
1429
|
+
"kind": "function",
|
|
1430
|
+
"name": "qtiTransformItem",
|
|
1431
|
+
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
1432
|
+
"return": {
|
|
1433
|
+
"type": {
|
|
1434
|
+
"text": ""
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "function",
|
|
1440
|
+
"name": "qtiTransformTest",
|
|
1441
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
1442
|
+
"return": {
|
|
1443
|
+
"type": {
|
|
1444
|
+
"text": ""
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
],
|
|
1449
|
+
"exports": [
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "js",
|
|
1452
|
+
"name": "qtiTransformItem",
|
|
1453
|
+
"declaration": {
|
|
1454
|
+
"name": "qtiTransformItem",
|
|
1455
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"kind": "js",
|
|
1460
|
+
"name": "qtiTransformTest",
|
|
1461
|
+
"declaration": {
|
|
1462
|
+
"name": "qtiTransformTest",
|
|
1463
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
]
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"kind": "javascript-module",
|
|
1470
|
+
"path": "src/lib/decorators/index.ts",
|
|
1471
|
+
"declarations": [],
|
|
1472
|
+
"exports": [
|
|
1473
|
+
{
|
|
1474
|
+
"kind": "js",
|
|
1475
|
+
"name": "*",
|
|
1476
|
+
"declaration": {
|
|
1477
|
+
"name": "*",
|
|
1478
|
+
"package": "./live-query"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"kind": "js",
|
|
1483
|
+
"name": "*",
|
|
1484
|
+
"declaration": {
|
|
1485
|
+
"name": "*",
|
|
1486
|
+
"package": "./watch"
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
]
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "javascript-module",
|
|
1493
|
+
"path": "src/lib/decorators/live-query.ts",
|
|
1494
|
+
"declarations": [
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "function",
|
|
1497
|
+
"name": "liveQuery",
|
|
1498
|
+
"parameters": [
|
|
1499
|
+
{
|
|
1500
|
+
"name": "querySelector",
|
|
1501
|
+
"type": {
|
|
1502
|
+
"text": "string"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"name": "options",
|
|
1507
|
+
"optional": true,
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "LiveQueryOptions"
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
]
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"exports": [
|
|
1516
|
+
{
|
|
1517
|
+
"kind": "js",
|
|
1518
|
+
"name": "liveQuery",
|
|
1519
|
+
"declaration": {
|
|
1520
|
+
"name": "liveQuery",
|
|
1521
|
+
"module": "src/lib/decorators/live-query.ts"
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "javascript-module",
|
|
1528
|
+
"path": "src/lib/decorators/watch.ts",
|
|
1529
|
+
"declarations": [
|
|
1530
|
+
{
|
|
1531
|
+
"kind": "function",
|
|
1532
|
+
"name": "watch",
|
|
1533
|
+
"parameters": [
|
|
1534
|
+
{
|
|
1535
|
+
"name": "propertyName",
|
|
1536
|
+
"type": {
|
|
1537
|
+
"text": "string | string[]"
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "options",
|
|
1542
|
+
"optional": true,
|
|
1543
|
+
"type": {
|
|
1544
|
+
"text": "WatchOptions"
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
|
|
1549
|
+
}
|
|
1550
|
+
],
|
|
1551
|
+
"exports": [
|
|
1552
|
+
{
|
|
1553
|
+
"kind": "js",
|
|
1554
|
+
"name": "watch",
|
|
1555
|
+
"declaration": {
|
|
1556
|
+
"name": "watch",
|
|
1557
|
+
"module": "src/lib/decorators/watch.ts"
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
]
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"kind": "javascript-module",
|
|
1564
|
+
"path": "src/lib/qti-components/qti-response-processing/index.ts",
|
|
1565
|
+
"declarations": [],
|
|
1566
|
+
"exports": [
|
|
1567
|
+
{
|
|
1568
|
+
"kind": "js",
|
|
1569
|
+
"name": "QtiResponseProcessing",
|
|
1570
|
+
"declaration": {
|
|
1571
|
+
"name": "default",
|
|
1572
|
+
"module": "./qti-response-processing/qti-response-processing"
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"kind": "js",
|
|
1577
|
+
"name": "*",
|
|
1578
|
+
"declaration": {
|
|
1579
|
+
"name": "*",
|
|
1580
|
+
"package": "./qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value"
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"kind": "js",
|
|
1585
|
+
"name": "*",
|
|
1586
|
+
"declaration": {
|
|
1587
|
+
"name": "*",
|
|
1588
|
+
"package": "./qti-rule/qti-response-condition/qti-response-condition"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "js",
|
|
1593
|
+
"name": "*",
|
|
1594
|
+
"declaration": {
|
|
1595
|
+
"name": "*",
|
|
1596
|
+
"package": "./qti-rule/qti-set-outcome-value/qti-set-outcome-value"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"kind": "js",
|
|
1601
|
+
"name": "*",
|
|
1602
|
+
"declaration": {
|
|
1603
|
+
"name": "*",
|
|
1604
|
+
"package": "./qti-response-else/qti-response-else"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"kind": "js",
|
|
1609
|
+
"name": "*",
|
|
1610
|
+
"declaration": {
|
|
1611
|
+
"name": "*",
|
|
1612
|
+
"package": "./qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if"
|
|
1738
1613
|
}
|
|
1739
1614
|
},
|
|
1740
1615
|
{
|
|
@@ -1861,298 +1736,209 @@
|
|
|
1861
1736
|
},
|
|
1862
1737
|
{
|
|
1863
1738
|
"kind": "javascript-module",
|
|
1864
|
-
"path": "src/lib/qti-components/
|
|
1739
|
+
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
1865
1740
|
"declarations": [],
|
|
1866
1741
|
"exports": []
|
|
1867
1742
|
},
|
|
1868
1743
|
{
|
|
1869
1744
|
"kind": "javascript-module",
|
|
1870
|
-
"path": "src/lib/qti-components/
|
|
1745
|
+
"path": "src/lib/qti-components/internal/expression-result.ts",
|
|
1871
1746
|
"declarations": [],
|
|
1872
1747
|
"exports": []
|
|
1873
1748
|
},
|
|
1874
1749
|
{
|
|
1875
1750
|
"kind": "javascript-module",
|
|
1876
|
-
"path": "src/lib/qti-components/
|
|
1751
|
+
"path": "src/lib/qti-components/internal/template-strings.ts",
|
|
1877
1752
|
"declarations": [
|
|
1878
1753
|
{
|
|
1879
|
-
"kind": "
|
|
1880
|
-
"
|
|
1881
|
-
"
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1754
|
+
"kind": "variable",
|
|
1755
|
+
"name": "matchCorrect",
|
|
1756
|
+
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "variable",
|
|
1760
|
+
"name": "mapResponse",
|
|
1761
|
+
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "variable",
|
|
1765
|
+
"name": "mapResponsePoint",
|
|
1766
|
+
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
1889
1767
|
}
|
|
1890
1768
|
],
|
|
1891
1769
|
"exports": [
|
|
1892
1770
|
{
|
|
1893
1771
|
"kind": "js",
|
|
1894
|
-
"name": "
|
|
1772
|
+
"name": "matchCorrect",
|
|
1895
1773
|
"declaration": {
|
|
1896
|
-
"name": "
|
|
1897
|
-
"module": "src/lib/qti-components/
|
|
1774
|
+
"name": "matchCorrect",
|
|
1775
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1898
1776
|
}
|
|
1899
1777
|
},
|
|
1900
1778
|
{
|
|
1901
|
-
"kind": "
|
|
1902
|
-
"name": "
|
|
1779
|
+
"kind": "js",
|
|
1780
|
+
"name": "mapResponse",
|
|
1903
1781
|
"declaration": {
|
|
1904
|
-
"name": "
|
|
1905
|
-
"module": "src/lib/qti-components/
|
|
1782
|
+
"name": "mapResponse",
|
|
1783
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1784
|
+
}
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"kind": "js",
|
|
1788
|
+
"name": "mapResponsePoint",
|
|
1789
|
+
"declaration": {
|
|
1790
|
+
"name": "mapResponsePoint",
|
|
1791
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1906
1792
|
}
|
|
1907
1793
|
}
|
|
1908
1794
|
]
|
|
1909
1795
|
},
|
|
1910
1796
|
{
|
|
1911
1797
|
"kind": "javascript-module",
|
|
1912
|
-
"path": "src/lib/qti-components/
|
|
1798
|
+
"path": "src/lib/qti-components/internal/utils.ts",
|
|
1913
1799
|
"declarations": [
|
|
1914
1800
|
{
|
|
1915
|
-
"kind": "
|
|
1916
|
-
"
|
|
1917
|
-
|
|
1918
|
-
"members": [],
|
|
1919
|
-
"superclass": {
|
|
1920
|
-
"name": "LitElement",
|
|
1921
|
-
"package": "lit"
|
|
1922
|
-
},
|
|
1923
|
-
"tagName": "qti-variabledeclaration",
|
|
1924
|
-
"customElement": true
|
|
1925
|
-
}
|
|
1926
|
-
],
|
|
1927
|
-
"exports": [
|
|
1801
|
+
"kind": "function",
|
|
1802
|
+
"name": "decimalSeparator"
|
|
1803
|
+
},
|
|
1928
1804
|
{
|
|
1929
|
-
"kind": "
|
|
1930
|
-
"name": "
|
|
1931
|
-
"
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1805
|
+
"kind": "function",
|
|
1806
|
+
"name": "convertNumberToUniveralFormat",
|
|
1807
|
+
"parameters": [
|
|
1808
|
+
{
|
|
1809
|
+
"name": "number",
|
|
1810
|
+
"type": {
|
|
1811
|
+
"text": "number | string"
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
]
|
|
1935
1815
|
},
|
|
1936
1816
|
{
|
|
1937
|
-
"kind": "
|
|
1938
|
-
"name": "
|
|
1939
|
-
"
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1817
|
+
"kind": "function",
|
|
1818
|
+
"name": "IsNullOrUndefined",
|
|
1819
|
+
"parameters": [
|
|
1820
|
+
{
|
|
1821
|
+
"name": "value",
|
|
1822
|
+
"type": {
|
|
1823
|
+
"text": "unknown"
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
]
|
|
1943
1827
|
}
|
|
1944
|
-
]
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"kind": "javascript-module",
|
|
1948
|
-
"path": "src/lib/qti-components/internal/events/index.ts",
|
|
1949
|
-
"declarations": [],
|
|
1828
|
+
],
|
|
1950
1829
|
"exports": [
|
|
1951
1830
|
{
|
|
1952
1831
|
"kind": "js",
|
|
1953
|
-
"name": "
|
|
1954
|
-
"declaration": {
|
|
1955
|
-
"name": "*",
|
|
1956
|
-
"package": "./qti-choice-element-selected"
|
|
1957
|
-
}
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "js",
|
|
1961
|
-
"name": "*",
|
|
1962
|
-
"declaration": {
|
|
1963
|
-
"name": "*",
|
|
1964
|
-
"package": "./qti-interaction-changed"
|
|
1965
|
-
}
|
|
1966
|
-
},
|
|
1967
|
-
{
|
|
1968
|
-
"kind": "js",
|
|
1969
|
-
"name": "*",
|
|
1970
|
-
"declaration": {
|
|
1971
|
-
"name": "*",
|
|
1972
|
-
"package": "./qti-interaction-response"
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"kind": "js",
|
|
1977
|
-
"name": "*",
|
|
1978
|
-
"declaration": {
|
|
1979
|
-
"name": "*",
|
|
1980
|
-
"package": "./qti-loose-choice"
|
|
1981
|
-
}
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"kind": "js",
|
|
1985
|
-
"name": "*",
|
|
1986
|
-
"declaration": {
|
|
1987
|
-
"name": "*",
|
|
1988
|
-
"package": "./qti-outcome-changed"
|
|
1989
|
-
}
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "js",
|
|
1993
|
-
"name": "*",
|
|
1994
|
-
"declaration": {
|
|
1995
|
-
"name": "*",
|
|
1996
|
-
"package": "./qti-register-choice"
|
|
1997
|
-
}
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"kind": "js",
|
|
2001
|
-
"name": "*",
|
|
1832
|
+
"name": "decimalSeparator",
|
|
2002
1833
|
"declaration": {
|
|
2003
|
-
"name": "
|
|
2004
|
-
"
|
|
1834
|
+
"name": "decimalSeparator",
|
|
1835
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
2005
1836
|
}
|
|
2006
1837
|
},
|
|
2007
1838
|
{
|
|
2008
1839
|
"kind": "js",
|
|
2009
|
-
"name": "
|
|
1840
|
+
"name": "convertNumberToUniveralFormat",
|
|
2010
1841
|
"declaration": {
|
|
2011
|
-
"name": "
|
|
2012
|
-
"
|
|
1842
|
+
"name": "convertNumberToUniveralFormat",
|
|
1843
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
2013
1844
|
}
|
|
2014
1845
|
},
|
|
2015
1846
|
{
|
|
2016
1847
|
"kind": "js",
|
|
2017
|
-
"name": "
|
|
1848
|
+
"name": "IsNullOrUndefined",
|
|
2018
1849
|
"declaration": {
|
|
2019
|
-
"name": "
|
|
2020
|
-
"
|
|
1850
|
+
"name": "IsNullOrUndefined",
|
|
1851
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
2021
1852
|
}
|
|
2022
1853
|
}
|
|
2023
1854
|
]
|
|
2024
1855
|
},
|
|
2025
1856
|
{
|
|
2026
1857
|
"kind": "javascript-module",
|
|
2027
|
-
"path": "src/lib/qti-components/internal/
|
|
1858
|
+
"path": "src/lib/qti-components/internal/variables.ts",
|
|
2028
1859
|
"declarations": [],
|
|
2029
|
-
"exports": [
|
|
2030
|
-
{
|
|
2031
|
-
"kind": "js",
|
|
2032
|
-
"name": "default",
|
|
2033
|
-
"declaration": {
|
|
2034
|
-
"name": "QtiChoiceElementSelected",
|
|
2035
|
-
"module": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts"
|
|
2036
|
-
}
|
|
2037
|
-
}
|
|
2038
|
-
]
|
|
1860
|
+
"exports": []
|
|
2039
1861
|
},
|
|
2040
1862
|
{
|
|
2041
1863
|
"kind": "javascript-module",
|
|
2042
|
-
"path": "src/lib/qti-components/
|
|
1864
|
+
"path": "src/lib/qti-components/qti-stylesheet/inline.css",
|
|
2043
1865
|
"declarations": [],
|
|
2044
|
-
"exports": [
|
|
2045
|
-
{
|
|
2046
|
-
"kind": "js",
|
|
2047
|
-
"name": "default",
|
|
2048
|
-
"declaration": {
|
|
2049
|
-
"name": "QtiInteractionChanged",
|
|
2050
|
-
"module": "src/lib/qti-components/internal/events/qti-interaction-changed.ts"
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
|
-
]
|
|
1866
|
+
"exports": []
|
|
2054
1867
|
},
|
|
2055
1868
|
{
|
|
2056
1869
|
"kind": "javascript-module",
|
|
2057
|
-
"path": "src/lib/qti-components/
|
|
1870
|
+
"path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
|
|
2058
1871
|
"declarations": [],
|
|
2059
|
-
"exports": [
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "js",
|
|
2062
|
-
"name": "default",
|
|
2063
|
-
"declaration": {
|
|
2064
|
-
"name": "QtiInteractionResponse",
|
|
2065
|
-
"module": "src/lib/qti-components/internal/events/qti-interaction-response.ts"
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
]
|
|
1872
|
+
"exports": []
|
|
2069
1873
|
},
|
|
2070
1874
|
{
|
|
2071
1875
|
"kind": "javascript-module",
|
|
2072
|
-
"path": "src/lib/qti-components/
|
|
2073
|
-
"declarations": [
|
|
2074
|
-
"exports": [
|
|
1876
|
+
"path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts",
|
|
1877
|
+
"declarations": [
|
|
2075
1878
|
{
|
|
2076
|
-
"kind": "
|
|
2077
|
-
"
|
|
2078
|
-
"
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
1879
|
+
"kind": "class",
|
|
1880
|
+
"description": "",
|
|
1881
|
+
"name": "QtiStylesheet",
|
|
1882
|
+
"members": [],
|
|
1883
|
+
"superclass": {
|
|
1884
|
+
"name": "LitElement",
|
|
1885
|
+
"package": "lit"
|
|
1886
|
+
},
|
|
1887
|
+
"tagName": "qti-stylesheet",
|
|
1888
|
+
"customElement": true
|
|
2082
1889
|
}
|
|
2083
|
-
]
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"kind": "javascript-module",
|
|
2087
|
-
"path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
|
|
2088
|
-
"declarations": [],
|
|
1890
|
+
],
|
|
2089
1891
|
"exports": [
|
|
2090
1892
|
{
|
|
2091
1893
|
"kind": "js",
|
|
2092
|
-
"name": "
|
|
1894
|
+
"name": "QtiStylesheet",
|
|
2093
1895
|
"declaration": {
|
|
2094
|
-
"name": "
|
|
2095
|
-
"module": "src/lib/qti-components/
|
|
1896
|
+
"name": "QtiStylesheet",
|
|
1897
|
+
"module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
|
|
2096
1898
|
}
|
|
2097
|
-
}
|
|
2098
|
-
]
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
"kind": "javascript-module",
|
|
2102
|
-
"path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
|
|
2103
|
-
"declarations": [],
|
|
2104
|
-
"exports": [
|
|
1899
|
+
},
|
|
2105
1900
|
{
|
|
2106
|
-
"kind": "
|
|
2107
|
-
"name": "
|
|
1901
|
+
"kind": "custom-element-definition",
|
|
1902
|
+
"name": "qti-stylesheet",
|
|
2108
1903
|
"declaration": {
|
|
2109
|
-
"name": "
|
|
2110
|
-
"module": "src/lib/qti-components/
|
|
1904
|
+
"name": "QtiStylesheet",
|
|
1905
|
+
"module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
|
|
2111
1906
|
}
|
|
2112
1907
|
}
|
|
2113
1908
|
]
|
|
2114
1909
|
},
|
|
2115
1910
|
{
|
|
2116
1911
|
"kind": "javascript-module",
|
|
2117
|
-
"path": "src/lib/qti-components/
|
|
2118
|
-
"declarations": [
|
|
2119
|
-
"exports": [
|
|
1912
|
+
"path": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts",
|
|
1913
|
+
"declarations": [
|
|
2120
1914
|
{
|
|
2121
|
-
"kind": "
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
1915
|
+
"kind": "class",
|
|
1916
|
+
"description": "",
|
|
1917
|
+
"name": "QtiVariableDeclaration",
|
|
1918
|
+
"members": [],
|
|
1919
|
+
"superclass": {
|
|
1920
|
+
"name": "LitElement",
|
|
1921
|
+
"package": "lit"
|
|
1922
|
+
},
|
|
1923
|
+
"tagName": "qti-variabledeclaration",
|
|
1924
|
+
"customElement": true
|
|
2127
1925
|
}
|
|
2128
|
-
]
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"kind": "javascript-module",
|
|
2132
|
-
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
2133
|
-
"declarations": [],
|
|
1926
|
+
],
|
|
2134
1927
|
"exports": [
|
|
2135
1928
|
{
|
|
2136
1929
|
"kind": "js",
|
|
2137
|
-
"name": "
|
|
1930
|
+
"name": "QtiVariableDeclaration",
|
|
2138
1931
|
"declaration": {
|
|
2139
|
-
"name": "
|
|
2140
|
-
"module": "src/lib/qti-components/
|
|
1932
|
+
"name": "QtiVariableDeclaration",
|
|
1933
|
+
"module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
|
|
2141
1934
|
}
|
|
2142
|
-
}
|
|
2143
|
-
]
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"kind": "javascript-module",
|
|
2147
|
-
"path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
|
|
2148
|
-
"declarations": [],
|
|
2149
|
-
"exports": [
|
|
1935
|
+
},
|
|
2150
1936
|
{
|
|
2151
|
-
"kind": "
|
|
2152
|
-
"name": "
|
|
1937
|
+
"kind": "custom-element-definition",
|
|
1938
|
+
"name": "qti-variabledeclaration",
|
|
2153
1939
|
"declaration": {
|
|
2154
|
-
"name": "
|
|
2155
|
-
"module": "src/lib/qti-components/
|
|
1940
|
+
"name": "QtiVariableDeclaration",
|
|
1941
|
+
"module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
|
|
2156
1942
|
}
|
|
2157
1943
|
}
|
|
2158
1944
|
]
|
|
@@ -2414,13 +2200,145 @@
|
|
|
2414
2200
|
},
|
|
2415
2201
|
{
|
|
2416
2202
|
"kind": "javascript-module",
|
|
2417
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2203
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.mdx",
|
|
2418
2204
|
"declarations": [],
|
|
2419
2205
|
"exports": []
|
|
2420
2206
|
},
|
|
2421
2207
|
{
|
|
2422
2208
|
"kind": "javascript-module",
|
|
2423
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2209
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2210
|
+
"declarations": [
|
|
2211
|
+
{
|
|
2212
|
+
"kind": "class",
|
|
2213
|
+
"description": "",
|
|
2214
|
+
"name": "QtiAssociateInteraction",
|
|
2215
|
+
"members": [],
|
|
2216
|
+
"mixins": [
|
|
2217
|
+
{
|
|
2218
|
+
"name": "DragDropInteractionMixin",
|
|
2219
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2220
|
+
}
|
|
2221
|
+
],
|
|
2222
|
+
"superclass": {
|
|
2223
|
+
"name": "LitElement",
|
|
2224
|
+
"package": "lit"
|
|
2225
|
+
},
|
|
2226
|
+
"tagName": "qti-associate-interaction",
|
|
2227
|
+
"customElement": true,
|
|
2228
|
+
"attributes": [
|
|
2229
|
+
{
|
|
2230
|
+
"name": "response-identifier",
|
|
2231
|
+
"type": {
|
|
2232
|
+
"text": "string"
|
|
2233
|
+
},
|
|
2234
|
+
"default": "''",
|
|
2235
|
+
"fieldName": "responseIdentifier",
|
|
2236
|
+
"inheritedFrom": {
|
|
2237
|
+
"name": "DragDropInteractionMixin",
|
|
2238
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2239
|
+
}
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"name": "disabled",
|
|
2243
|
+
"type": {
|
|
2244
|
+
"text": "boolean"
|
|
2245
|
+
},
|
|
2246
|
+
"default": "false",
|
|
2247
|
+
"fieldName": "disabled",
|
|
2248
|
+
"inheritedFrom": {
|
|
2249
|
+
"name": "DroppablesMixin",
|
|
2250
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2251
|
+
}
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "readonly",
|
|
2255
|
+
"type": {
|
|
2256
|
+
"text": "boolean"
|
|
2257
|
+
},
|
|
2258
|
+
"default": "false",
|
|
2259
|
+
"fieldName": "readonly",
|
|
2260
|
+
"inheritedFrom": {
|
|
2261
|
+
"name": "DragDropInteractionMixin",
|
|
2262
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2263
|
+
}
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"name": "min-associations",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "number"
|
|
2269
|
+
},
|
|
2270
|
+
"default": "1",
|
|
2271
|
+
"fieldName": "minAssociations",
|
|
2272
|
+
"inheritedFrom": {
|
|
2273
|
+
"name": "DragDropInteractionMixin",
|
|
2274
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"name": "max-associations",
|
|
2279
|
+
"type": {
|
|
2280
|
+
"text": "number"
|
|
2281
|
+
},
|
|
2282
|
+
"default": "1",
|
|
2283
|
+
"fieldName": "maxAssociations",
|
|
2284
|
+
"inheritedFrom": {
|
|
2285
|
+
"name": "DragDropInteractionMixin",
|
|
2286
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2287
|
+
}
|
|
2288
|
+
}
|
|
2289
|
+
],
|
|
2290
|
+
"events": [
|
|
2291
|
+
{
|
|
2292
|
+
"name": "qti-register-interaction",
|
|
2293
|
+
"type": {
|
|
2294
|
+
"text": "CustomEvent"
|
|
2295
|
+
},
|
|
2296
|
+
"inheritedFrom": {
|
|
2297
|
+
"name": "DragDropInteractionMixin",
|
|
2298
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"name": "qti-interaction-response",
|
|
2303
|
+
"type": {
|
|
2304
|
+
"text": "CustomEvent"
|
|
2305
|
+
},
|
|
2306
|
+
"inheritedFrom": {
|
|
2307
|
+
"name": "DragDropInteractionMixin",
|
|
2308
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
]
|
|
2312
|
+
}
|
|
2313
|
+
],
|
|
2314
|
+
"exports": [
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "js",
|
|
2317
|
+
"name": "QtiAssociateInteraction",
|
|
2318
|
+
"declaration": {
|
|
2319
|
+
"name": "QtiAssociateInteraction",
|
|
2320
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"kind": "custom-element-definition",
|
|
2325
|
+
"name": "qti-associate-interaction",
|
|
2326
|
+
"declaration": {
|
|
2327
|
+
"name": "QtiAssociateInteraction",
|
|
2328
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2331
|
+
]
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"kind": "javascript-module",
|
|
2335
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.mdx",
|
|
2336
|
+
"declarations": [],
|
|
2337
|
+
"exports": []
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"kind": "javascript-module",
|
|
2341
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
|
|
2424
2342
|
"declarations": [
|
|
2425
2343
|
{
|
|
2426
2344
|
"kind": "class",
|
|
@@ -2565,62 +2483,46 @@
|
|
|
2565
2483
|
},
|
|
2566
2484
|
{
|
|
2567
2485
|
"kind": "javascript-module",
|
|
2568
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2486
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
|
|
2569
2487
|
"declarations": [],
|
|
2570
2488
|
"exports": []
|
|
2571
2489
|
},
|
|
2572
2490
|
{
|
|
2573
2491
|
"kind": "javascript-module",
|
|
2574
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2492
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
2575
2493
|
"declarations": [
|
|
2576
2494
|
{
|
|
2577
2495
|
"kind": "class",
|
|
2578
2496
|
"description": "",
|
|
2579
|
-
"name": "
|
|
2497
|
+
"name": "QtiExtendedTextInteraction",
|
|
2580
2498
|
"members": [],
|
|
2581
|
-
"
|
|
2582
|
-
{
|
|
2583
|
-
"name": "end-attempt",
|
|
2584
|
-
"type": {
|
|
2585
|
-
"text": "CustomEvent"
|
|
2586
|
-
}
|
|
2587
|
-
},
|
|
2499
|
+
"attributes": [
|
|
2588
2500
|
{
|
|
2589
|
-
"name": "
|
|
2501
|
+
"name": "expected-length",
|
|
2590
2502
|
"type": {
|
|
2591
|
-
"text": "
|
|
2503
|
+
"text": "number"
|
|
2592
2504
|
},
|
|
2593
|
-
"
|
|
2594
|
-
|
|
2595
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2596
|
-
}
|
|
2505
|
+
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2506
|
+
"fieldName": "expectedLength"
|
|
2597
2507
|
},
|
|
2598
2508
|
{
|
|
2599
|
-
"name": "
|
|
2509
|
+
"name": "pattern-mask",
|
|
2600
2510
|
"type": {
|
|
2601
|
-
"text": "
|
|
2511
|
+
"text": "string"
|
|
2602
2512
|
},
|
|
2603
|
-
"
|
|
2604
|
-
|
|
2605
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2606
|
-
}
|
|
2607
|
-
}
|
|
2608
|
-
],
|
|
2609
|
-
"attributes": [
|
|
2513
|
+
"fieldName": "patternMask"
|
|
2514
|
+
},
|
|
2610
2515
|
{
|
|
2611
|
-
"name": "
|
|
2516
|
+
"name": "placeholder-text",
|
|
2612
2517
|
"type": {
|
|
2613
2518
|
"text": "string"
|
|
2614
2519
|
},
|
|
2615
|
-
"
|
|
2616
|
-
"fieldName": "
|
|
2520
|
+
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2521
|
+
"fieldName": "placeholderText"
|
|
2617
2522
|
},
|
|
2618
2523
|
{
|
|
2619
|
-
"name": "
|
|
2620
|
-
"
|
|
2621
|
-
"text": "'end attempt'"
|
|
2622
|
-
},
|
|
2623
|
-
"fieldName": "title"
|
|
2524
|
+
"name": "class",
|
|
2525
|
+
"fieldName": "classNames"
|
|
2624
2526
|
},
|
|
2625
2527
|
{
|
|
2626
2528
|
"name": "response-identifier",
|
|
@@ -2665,55 +2567,77 @@
|
|
|
2665
2567
|
"name": "Interaction",
|
|
2666
2568
|
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2667
2569
|
},
|
|
2668
|
-
"tagName": "qti-
|
|
2669
|
-
"customElement": true
|
|
2570
|
+
"tagName": "qti-extended-text-interaction",
|
|
2571
|
+
"customElement": true,
|
|
2572
|
+
"events": [
|
|
2573
|
+
{
|
|
2574
|
+
"name": "qti-register-interaction",
|
|
2575
|
+
"type": {
|
|
2576
|
+
"text": "CustomEvent"
|
|
2577
|
+
},
|
|
2578
|
+
"inheritedFrom": {
|
|
2579
|
+
"name": "Interaction",
|
|
2580
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2581
|
+
}
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"name": "qti-interaction-response",
|
|
2585
|
+
"type": {
|
|
2586
|
+
"text": "CustomEvent"
|
|
2587
|
+
},
|
|
2588
|
+
"inheritedFrom": {
|
|
2589
|
+
"name": "Interaction",
|
|
2590
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2591
|
+
}
|
|
2592
|
+
}
|
|
2593
|
+
]
|
|
2670
2594
|
}
|
|
2671
2595
|
],
|
|
2672
2596
|
"exports": [
|
|
2673
2597
|
{
|
|
2674
2598
|
"kind": "js",
|
|
2675
|
-
"name": "
|
|
2599
|
+
"name": "QtiExtendedTextInteraction",
|
|
2676
2600
|
"declaration": {
|
|
2677
|
-
"name": "
|
|
2678
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2601
|
+
"name": "QtiExtendedTextInteraction",
|
|
2602
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2679
2603
|
}
|
|
2680
2604
|
},
|
|
2681
2605
|
{
|
|
2682
2606
|
"kind": "custom-element-definition",
|
|
2683
|
-
"name": "qti-
|
|
2607
|
+
"name": "qti-extended-text-interaction",
|
|
2684
2608
|
"declaration": {
|
|
2685
|
-
"name": "
|
|
2686
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2609
|
+
"name": "QtiExtendedTextInteraction",
|
|
2610
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2687
2611
|
}
|
|
2688
2612
|
}
|
|
2689
2613
|
]
|
|
2690
2614
|
},
|
|
2691
2615
|
{
|
|
2692
2616
|
"kind": "javascript-module",
|
|
2693
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2617
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.mdx",
|
|
2694
2618
|
"declarations": [],
|
|
2695
2619
|
"exports": []
|
|
2696
2620
|
},
|
|
2697
2621
|
{
|
|
2698
2622
|
"kind": "javascript-module",
|
|
2699
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2623
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
2700
2624
|
"declarations": [
|
|
2701
2625
|
{
|
|
2702
2626
|
"kind": "class",
|
|
2703
2627
|
"description": "",
|
|
2704
|
-
"name": "
|
|
2628
|
+
"name": "QtiGapMatchInteraction",
|
|
2705
2629
|
"members": [],
|
|
2706
2630
|
"mixins": [
|
|
2707
2631
|
{
|
|
2708
2632
|
"name": "DragDropInteractionMixin",
|
|
2709
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2633
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2710
2634
|
}
|
|
2711
2635
|
],
|
|
2712
2636
|
"superclass": {
|
|
2713
2637
|
"name": "LitElement",
|
|
2714
2638
|
"package": "lit"
|
|
2715
2639
|
},
|
|
2716
|
-
"tagName": "qti-
|
|
2640
|
+
"tagName": "qti-gap-match-interaction",
|
|
2717
2641
|
"customElement": true,
|
|
2718
2642
|
"attributes": [
|
|
2719
2643
|
{
|
|
@@ -2804,168 +2728,36 @@
|
|
|
2804
2728
|
"exports": [
|
|
2805
2729
|
{
|
|
2806
2730
|
"kind": "js",
|
|
2807
|
-
"name": "
|
|
2731
|
+
"name": "QtiGapMatchInteraction",
|
|
2808
2732
|
"declaration": {
|
|
2809
|
-
"name": "
|
|
2810
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2733
|
+
"name": "QtiGapMatchInteraction",
|
|
2734
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2811
2735
|
}
|
|
2812
2736
|
},
|
|
2813
2737
|
{
|
|
2814
2738
|
"kind": "custom-element-definition",
|
|
2815
|
-
"name": "qti-
|
|
2739
|
+
"name": "qti-gap-match-interaction",
|
|
2816
2740
|
"declaration": {
|
|
2817
|
-
"name": "
|
|
2818
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2741
|
+
"name": "QtiGapMatchInteraction",
|
|
2742
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2819
2743
|
}
|
|
2820
2744
|
}
|
|
2821
2745
|
]
|
|
2822
2746
|
},
|
|
2823
2747
|
{
|
|
2824
2748
|
"kind": "javascript-module",
|
|
2825
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2749
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.mdx",
|
|
2826
2750
|
"declarations": [],
|
|
2827
2751
|
"exports": []
|
|
2828
2752
|
},
|
|
2829
2753
|
{
|
|
2830
2754
|
"kind": "javascript-module",
|
|
2831
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2755
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
2832
2756
|
"declarations": [
|
|
2833
2757
|
{
|
|
2834
2758
|
"kind": "class",
|
|
2835
2759
|
"description": "",
|
|
2836
|
-
"name": "
|
|
2837
|
-
"members": [],
|
|
2838
|
-
"mixins": [
|
|
2839
|
-
{
|
|
2840
|
-
"name": "DragDropInteractionMixin",
|
|
2841
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2842
|
-
}
|
|
2843
|
-
],
|
|
2844
|
-
"superclass": {
|
|
2845
|
-
"name": "LitElement",
|
|
2846
|
-
"package": "lit"
|
|
2847
|
-
},
|
|
2848
|
-
"tagName": "qti-gap-match-interaction",
|
|
2849
|
-
"customElement": true,
|
|
2850
|
-
"attributes": [
|
|
2851
|
-
{
|
|
2852
|
-
"name": "response-identifier",
|
|
2853
|
-
"type": {
|
|
2854
|
-
"text": "string"
|
|
2855
|
-
},
|
|
2856
|
-
"default": "''",
|
|
2857
|
-
"fieldName": "responseIdentifier",
|
|
2858
|
-
"inheritedFrom": {
|
|
2859
|
-
"name": "DragDropInteractionMixin",
|
|
2860
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2861
|
-
}
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"name": "disabled",
|
|
2865
|
-
"type": {
|
|
2866
|
-
"text": "boolean"
|
|
2867
|
-
},
|
|
2868
|
-
"default": "false",
|
|
2869
|
-
"fieldName": "disabled",
|
|
2870
|
-
"inheritedFrom": {
|
|
2871
|
-
"name": "DroppablesMixin",
|
|
2872
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2873
|
-
}
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"name": "readonly",
|
|
2877
|
-
"type": {
|
|
2878
|
-
"text": "boolean"
|
|
2879
|
-
},
|
|
2880
|
-
"default": "false",
|
|
2881
|
-
"fieldName": "readonly",
|
|
2882
|
-
"inheritedFrom": {
|
|
2883
|
-
"name": "DragDropInteractionMixin",
|
|
2884
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"name": "min-associations",
|
|
2889
|
-
"type": {
|
|
2890
|
-
"text": "number"
|
|
2891
|
-
},
|
|
2892
|
-
"default": "1",
|
|
2893
|
-
"fieldName": "minAssociations",
|
|
2894
|
-
"inheritedFrom": {
|
|
2895
|
-
"name": "DragDropInteractionMixin",
|
|
2896
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2897
|
-
}
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"name": "max-associations",
|
|
2901
|
-
"type": {
|
|
2902
|
-
"text": "number"
|
|
2903
|
-
},
|
|
2904
|
-
"default": "1",
|
|
2905
|
-
"fieldName": "maxAssociations",
|
|
2906
|
-
"inheritedFrom": {
|
|
2907
|
-
"name": "DragDropInteractionMixin",
|
|
2908
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2909
|
-
}
|
|
2910
|
-
}
|
|
2911
|
-
],
|
|
2912
|
-
"events": [
|
|
2913
|
-
{
|
|
2914
|
-
"name": "qti-register-interaction",
|
|
2915
|
-
"type": {
|
|
2916
|
-
"text": "CustomEvent"
|
|
2917
|
-
},
|
|
2918
|
-
"inheritedFrom": {
|
|
2919
|
-
"name": "DragDropInteractionMixin",
|
|
2920
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2921
|
-
}
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"name": "qti-interaction-response",
|
|
2925
|
-
"type": {
|
|
2926
|
-
"text": "CustomEvent"
|
|
2927
|
-
},
|
|
2928
|
-
"inheritedFrom": {
|
|
2929
|
-
"name": "DragDropInteractionMixin",
|
|
2930
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2931
|
-
}
|
|
2932
|
-
}
|
|
2933
|
-
]
|
|
2934
|
-
}
|
|
2935
|
-
],
|
|
2936
|
-
"exports": [
|
|
2937
|
-
{
|
|
2938
|
-
"kind": "js",
|
|
2939
|
-
"name": "QtiGapMatchInteraction",
|
|
2940
|
-
"declaration": {
|
|
2941
|
-
"name": "QtiGapMatchInteraction",
|
|
2942
|
-
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2943
|
-
}
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"kind": "custom-element-definition",
|
|
2947
|
-
"name": "qti-gap-match-interaction",
|
|
2948
|
-
"declaration": {
|
|
2949
|
-
"name": "QtiGapMatchInteraction",
|
|
2950
|
-
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2951
|
-
}
|
|
2952
|
-
}
|
|
2953
|
-
]
|
|
2954
|
-
},
|
|
2955
|
-
{
|
|
2956
|
-
"kind": "javascript-module",
|
|
2957
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.mdx",
|
|
2958
|
-
"declarations": [],
|
|
2959
|
-
"exports": []
|
|
2960
|
-
},
|
|
2961
|
-
{
|
|
2962
|
-
"kind": "javascript-module",
|
|
2963
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
2964
|
-
"declarations": [
|
|
2965
|
-
{
|
|
2966
|
-
"kind": "class",
|
|
2967
|
-
"description": "",
|
|
2968
|
-
"name": "QtiGraphicAssociateInteraction",
|
|
2760
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2969
2761
|
"members": [],
|
|
2970
2762
|
"superclass": {
|
|
2971
2763
|
"name": "Interaction",
|
|
@@ -3056,137 +2848,6 @@
|
|
|
3056
2848
|
}
|
|
3057
2849
|
]
|
|
3058
2850
|
},
|
|
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",
|
|
3175
|
-
"declaration": {
|
|
3176
|
-
"name": "QtiExtendedTextInteraction",
|
|
3177
|
-
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3178
|
-
}
|
|
3179
|
-
},
|
|
3180
|
-
{
|
|
3181
|
-
"kind": "custom-element-definition",
|
|
3182
|
-
"name": "qti-extended-text-interaction",
|
|
3183
|
-
"declaration": {
|
|
3184
|
-
"name": "QtiExtendedTextInteraction",
|
|
3185
|
-
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3186
|
-
}
|
|
3187
|
-
}
|
|
3188
|
-
]
|
|
3189
|
-
},
|
|
3190
2851
|
{
|
|
3191
2852
|
"kind": "javascript-module",
|
|
3192
2853
|
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.mdx",
|
|
@@ -3451,7 +3112,137 @@
|
|
|
3451
3112
|
},
|
|
3452
3113
|
{
|
|
3453
3114
|
"kind": "javascript-module",
|
|
3454
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3115
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.mdx",
|
|
3116
|
+
"declarations": [],
|
|
3117
|
+
"exports": []
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"kind": "javascript-module",
|
|
3121
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
3122
|
+
"declarations": [
|
|
3123
|
+
{
|
|
3124
|
+
"kind": "class",
|
|
3125
|
+
"description": "",
|
|
3126
|
+
"name": "QtiHotspotInteraction",
|
|
3127
|
+
"members": [],
|
|
3128
|
+
"superclass": {
|
|
3129
|
+
"name": "Choices",
|
|
3130
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3131
|
+
},
|
|
3132
|
+
"tagName": "qti-hotspot-interaction",
|
|
3133
|
+
"customElement": true,
|
|
3134
|
+
"attributes": [
|
|
3135
|
+
{
|
|
3136
|
+
"name": "min-choices",
|
|
3137
|
+
"type": {
|
|
3138
|
+
"text": "number"
|
|
3139
|
+
},
|
|
3140
|
+
"default": "0",
|
|
3141
|
+
"description": "the minimal number of selections a candidate must make",
|
|
3142
|
+
"fieldName": "minChoices",
|
|
3143
|
+
"inheritedFrom": {
|
|
3144
|
+
"name": "Choices",
|
|
3145
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"name": "max-choices",
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "number"
|
|
3152
|
+
},
|
|
3153
|
+
"default": "1",
|
|
3154
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3155
|
+
"fieldName": "maxChoices",
|
|
3156
|
+
"inheritedFrom": {
|
|
3157
|
+
"name": "Choices",
|
|
3158
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "response-identifier",
|
|
3163
|
+
"type": {
|
|
3164
|
+
"text": "string"
|
|
3165
|
+
},
|
|
3166
|
+
"default": "''",
|
|
3167
|
+
"fieldName": "responseIdentifier",
|
|
3168
|
+
"inheritedFrom": {
|
|
3169
|
+
"name": "Interaction",
|
|
3170
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"name": "disabled",
|
|
3175
|
+
"type": {
|
|
3176
|
+
"text": "boolean"
|
|
3177
|
+
},
|
|
3178
|
+
"default": "false",
|
|
3179
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3180
|
+
"fieldName": "disabled",
|
|
3181
|
+
"inheritedFrom": {
|
|
3182
|
+
"name": "Interaction",
|
|
3183
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "readonly",
|
|
3188
|
+
"type": {
|
|
3189
|
+
"text": "boolean"
|
|
3190
|
+
},
|
|
3191
|
+
"default": "false",
|
|
3192
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3193
|
+
"fieldName": "readonly",
|
|
3194
|
+
"inheritedFrom": {
|
|
3195
|
+
"name": "Interaction",
|
|
3196
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3197
|
+
}
|
|
3198
|
+
}
|
|
3199
|
+
],
|
|
3200
|
+
"events": [
|
|
3201
|
+
{
|
|
3202
|
+
"name": "qti-register-interaction",
|
|
3203
|
+
"type": {
|
|
3204
|
+
"text": "CustomEvent"
|
|
3205
|
+
},
|
|
3206
|
+
"inheritedFrom": {
|
|
3207
|
+
"name": "Interaction",
|
|
3208
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"name": "qti-interaction-response",
|
|
3213
|
+
"type": {
|
|
3214
|
+
"text": "CustomEvent"
|
|
3215
|
+
},
|
|
3216
|
+
"inheritedFrom": {
|
|
3217
|
+
"name": "Interaction",
|
|
3218
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3219
|
+
}
|
|
3220
|
+
}
|
|
3221
|
+
]
|
|
3222
|
+
}
|
|
3223
|
+
],
|
|
3224
|
+
"exports": [
|
|
3225
|
+
{
|
|
3226
|
+
"kind": "js",
|
|
3227
|
+
"name": "QtiHotspotInteraction",
|
|
3228
|
+
"declaration": {
|
|
3229
|
+
"name": "QtiHotspotInteraction",
|
|
3230
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"kind": "custom-element-definition",
|
|
3235
|
+
"name": "qti-hotspot-interaction",
|
|
3236
|
+
"declaration": {
|
|
3237
|
+
"name": "QtiHotspotInteraction",
|
|
3238
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
3239
|
+
}
|
|
3240
|
+
}
|
|
3241
|
+
]
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"kind": "javascript-module",
|
|
3245
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.mdx",
|
|
3455
3246
|
"declarations": [],
|
|
3456
3247
|
"exports": []
|
|
3457
3248
|
},
|
|
@@ -3579,6 +3370,118 @@
|
|
|
3579
3370
|
}
|
|
3580
3371
|
]
|
|
3581
3372
|
},
|
|
3373
|
+
{
|
|
3374
|
+
"kind": "javascript-module",
|
|
3375
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.mdx",
|
|
3376
|
+
"declarations": [],
|
|
3377
|
+
"exports": []
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "javascript-module",
|
|
3381
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
3382
|
+
"declarations": [
|
|
3383
|
+
{
|
|
3384
|
+
"kind": "class",
|
|
3385
|
+
"description": "",
|
|
3386
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3387
|
+
"members": [],
|
|
3388
|
+
"attributes": [
|
|
3389
|
+
{
|
|
3390
|
+
"name": "data-prompt",
|
|
3391
|
+
"type": {
|
|
3392
|
+
"text": "string"
|
|
3393
|
+
},
|
|
3394
|
+
"default": "'select'",
|
|
3395
|
+
"fieldName": "dataPrompt"
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"name": "response-identifier",
|
|
3399
|
+
"type": {
|
|
3400
|
+
"text": "string"
|
|
3401
|
+
},
|
|
3402
|
+
"default": "''",
|
|
3403
|
+
"fieldName": "responseIdentifier",
|
|
3404
|
+
"inheritedFrom": {
|
|
3405
|
+
"name": "Interaction",
|
|
3406
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3407
|
+
}
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
"name": "disabled",
|
|
3411
|
+
"type": {
|
|
3412
|
+
"text": "boolean"
|
|
3413
|
+
},
|
|
3414
|
+
"default": "false",
|
|
3415
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3416
|
+
"fieldName": "disabled",
|
|
3417
|
+
"inheritedFrom": {
|
|
3418
|
+
"name": "Interaction",
|
|
3419
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"name": "readonly",
|
|
3424
|
+
"type": {
|
|
3425
|
+
"text": "boolean"
|
|
3426
|
+
},
|
|
3427
|
+
"default": "false",
|
|
3428
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3429
|
+
"fieldName": "readonly",
|
|
3430
|
+
"inheritedFrom": {
|
|
3431
|
+
"name": "Interaction",
|
|
3432
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3433
|
+
}
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3436
|
+
"superclass": {
|
|
3437
|
+
"name": "Interaction",
|
|
3438
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3439
|
+
},
|
|
3440
|
+
"tagName": "qti-inline-choice-interaction",
|
|
3441
|
+
"customElement": true,
|
|
3442
|
+
"events": [
|
|
3443
|
+
{
|
|
3444
|
+
"name": "qti-register-interaction",
|
|
3445
|
+
"type": {
|
|
3446
|
+
"text": "CustomEvent"
|
|
3447
|
+
},
|
|
3448
|
+
"inheritedFrom": {
|
|
3449
|
+
"name": "Interaction",
|
|
3450
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3451
|
+
}
|
|
3452
|
+
},
|
|
3453
|
+
{
|
|
3454
|
+
"name": "qti-interaction-response",
|
|
3455
|
+
"type": {
|
|
3456
|
+
"text": "CustomEvent"
|
|
3457
|
+
},
|
|
3458
|
+
"inheritedFrom": {
|
|
3459
|
+
"name": "Interaction",
|
|
3460
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3461
|
+
}
|
|
3462
|
+
}
|
|
3463
|
+
]
|
|
3464
|
+
}
|
|
3465
|
+
],
|
|
3466
|
+
"exports": [
|
|
3467
|
+
{
|
|
3468
|
+
"kind": "js",
|
|
3469
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3470
|
+
"declaration": {
|
|
3471
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3472
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3473
|
+
}
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"kind": "custom-element-definition",
|
|
3477
|
+
"name": "qti-inline-choice-interaction",
|
|
3478
|
+
"declaration": {
|
|
3479
|
+
"name": "QtiInlineChoiceInteraction",
|
|
3480
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3484
|
+
},
|
|
3582
3485
|
{
|
|
3583
3486
|
"kind": "javascript-module",
|
|
3584
3487
|
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.mdx",
|
|
@@ -3962,148 +3865,18 @@
|
|
|
3962
3865
|
},
|
|
3963
3866
|
{
|
|
3964
3867
|
"kind": "javascript-module",
|
|
3965
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3868
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.mdx",
|
|
3966
3869
|
"declarations": [],
|
|
3967
3870
|
"exports": []
|
|
3968
3871
|
},
|
|
3969
3872
|
{
|
|
3970
3873
|
"kind": "javascript-module",
|
|
3971
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3874
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
|
|
3972
3875
|
"declarations": [
|
|
3973
3876
|
{
|
|
3974
3877
|
"kind": "class",
|
|
3975
3878
|
"description": "",
|
|
3976
|
-
"name": "
|
|
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
|
-
{
|
|
4094
|
-
"kind": "javascript-module",
|
|
4095
|
-
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.mdx",
|
|
4096
|
-
"declarations": [],
|
|
4097
|
-
"exports": []
|
|
4098
|
-
},
|
|
4099
|
-
{
|
|
4100
|
-
"kind": "javascript-module",
|
|
4101
|
-
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
|
|
4102
|
-
"declarations": [
|
|
4103
|
-
{
|
|
4104
|
-
"kind": "class",
|
|
4105
|
-
"description": "",
|
|
4106
|
-
"name": "QtiPortableCustomInteraction",
|
|
3879
|
+
"name": "QtiPortableCustomInteraction",
|
|
4107
3880
|
"members": [],
|
|
4108
3881
|
"attributes": [
|
|
4109
3882
|
{
|
|
@@ -4561,118 +4334,6 @@
|
|
|
4561
4334
|
}
|
|
4562
4335
|
]
|
|
4563
4336
|
},
|
|
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": [
|
|
4580
|
-
{
|
|
4581
|
-
"name": "data-prompt",
|
|
4582
|
-
"type": {
|
|
4583
|
-
"text": "string"
|
|
4584
|
-
},
|
|
4585
|
-
"default": "'select'",
|
|
4586
|
-
"fieldName": "dataPrompt"
|
|
4587
|
-
},
|
|
4588
|
-
{
|
|
4589
|
-
"name": "response-identifier",
|
|
4590
|
-
"type": {
|
|
4591
|
-
"text": "string"
|
|
4592
|
-
},
|
|
4593
|
-
"default": "''",
|
|
4594
|
-
"fieldName": "responseIdentifier",
|
|
4595
|
-
"inheritedFrom": {
|
|
4596
|
-
"name": "Interaction",
|
|
4597
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4598
|
-
}
|
|
4599
|
-
},
|
|
4600
|
-
{
|
|
4601
|
-
"name": "disabled",
|
|
4602
|
-
"type": {
|
|
4603
|
-
"text": "boolean"
|
|
4604
|
-
},
|
|
4605
|
-
"default": "false",
|
|
4606
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4607
|
-
"fieldName": "disabled",
|
|
4608
|
-
"inheritedFrom": {
|
|
4609
|
-
"name": "Interaction",
|
|
4610
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4611
|
-
}
|
|
4612
|
-
},
|
|
4613
|
-
{
|
|
4614
|
-
"name": "readonly",
|
|
4615
|
-
"type": {
|
|
4616
|
-
"text": "boolean"
|
|
4617
|
-
},
|
|
4618
|
-
"default": "false",
|
|
4619
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4620
|
-
"fieldName": "readonly",
|
|
4621
|
-
"inheritedFrom": {
|
|
4622
|
-
"name": "Interaction",
|
|
4623
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4624
|
-
}
|
|
4625
|
-
}
|
|
4626
|
-
],
|
|
4627
|
-
"superclass": {
|
|
4628
|
-
"name": "Interaction",
|
|
4629
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4630
|
-
},
|
|
4631
|
-
"tagName": "qti-inline-choice-interaction",
|
|
4632
|
-
"customElement": true,
|
|
4633
|
-
"events": [
|
|
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
|
-
]
|
|
4655
|
-
}
|
|
4656
|
-
],
|
|
4657
|
-
"exports": [
|
|
4658
|
-
{
|
|
4659
|
-
"kind": "js",
|
|
4660
|
-
"name": "QtiInlineChoiceInteraction",
|
|
4661
|
-
"declaration": {
|
|
4662
|
-
"name": "QtiInlineChoiceInteraction",
|
|
4663
|
-
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
4664
|
-
}
|
|
4665
|
-
},
|
|
4666
|
-
{
|
|
4667
|
-
"kind": "custom-element-definition",
|
|
4668
|
-
"name": "qti-inline-choice-interaction",
|
|
4669
|
-
"declaration": {
|
|
4670
|
-
"name": "QtiInlineChoiceInteraction",
|
|
4671
|
-
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
4672
|
-
}
|
|
4673
|
-
}
|
|
4674
|
-
]
|
|
4675
|
-
},
|
|
4676
4337
|
{
|
|
4677
4338
|
"kind": "javascript-module",
|
|
4678
4339
|
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.mdx",
|
|
@@ -5108,26 +4769,40 @@
|
|
|
5108
4769
|
},
|
|
5109
4770
|
{
|
|
5110
4771
|
"kind": "javascript-module",
|
|
5111
|
-
"path": "src/lib/qti-components/qti-response-processing/
|
|
4772
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts",
|
|
5112
4773
|
"declarations": [
|
|
5113
4774
|
{
|
|
5114
4775
|
"kind": "class",
|
|
5115
4776
|
"description": "",
|
|
5116
|
-
"name": "
|
|
5117
|
-
"members": []
|
|
4777
|
+
"name": "QtiResponseProcessing",
|
|
4778
|
+
"members": [],
|
|
4779
|
+
"superclass": {
|
|
4780
|
+
"name": "LitElement",
|
|
4781
|
+
"package": "lit"
|
|
4782
|
+
},
|
|
4783
|
+
"tagName": "qti-response-processing",
|
|
4784
|
+
"customElement": true
|
|
5118
4785
|
}
|
|
5119
4786
|
],
|
|
5120
4787
|
"exports": [
|
|
5121
4788
|
{
|
|
5122
4789
|
"kind": "js",
|
|
5123
|
-
"name": "
|
|
4790
|
+
"name": "default",
|
|
5124
4791
|
"declaration": {
|
|
5125
|
-
"name": "
|
|
5126
|
-
"module": "src/lib/qti-components/qti-response-processing/
|
|
4792
|
+
"name": "QtiResponseProcessing",
|
|
4793
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts"
|
|
5127
4794
|
}
|
|
5128
|
-
}
|
|
5129
|
-
|
|
5130
|
-
|
|
4795
|
+
},
|
|
4796
|
+
{
|
|
4797
|
+
"kind": "custom-element-definition",
|
|
4798
|
+
"name": "qti-response-processing",
|
|
4799
|
+
"declaration": {
|
|
4800
|
+
"name": "QtiResponseProcessing",
|
|
4801
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts"
|
|
4802
|
+
}
|
|
4803
|
+
}
|
|
4804
|
+
]
|
|
4805
|
+
},
|
|
5131
4806
|
{
|
|
5132
4807
|
"kind": "javascript-module",
|
|
5133
4808
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-rule.ts",
|
|
@@ -5166,51 +4841,26 @@
|
|
|
5166
4841
|
},
|
|
5167
4842
|
{
|
|
5168
4843
|
"kind": "javascript-module",
|
|
5169
|
-
"path": "src/lib/qti-components/qti-response-processing/
|
|
4844
|
+
"path": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts",
|
|
5170
4845
|
"declarations": [
|
|
5171
4846
|
{
|
|
5172
4847
|
"kind": "class",
|
|
5173
4848
|
"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
|
|
4849
|
+
"name": "ScoringHelper",
|
|
4850
|
+
"members": []
|
|
5187
4851
|
}
|
|
5188
4852
|
],
|
|
5189
4853
|
"exports": [
|
|
5190
4854
|
{
|
|
5191
4855
|
"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",
|
|
4856
|
+
"name": "ScoringHelper",
|
|
5201
4857
|
"declaration": {
|
|
5202
|
-
"name": "
|
|
5203
|
-
"module": "src/lib/qti-components/qti-response-processing/
|
|
4858
|
+
"name": "ScoringHelper",
|
|
4859
|
+
"module": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts"
|
|
5204
4860
|
}
|
|
5205
4861
|
}
|
|
5206
4862
|
]
|
|
5207
4863
|
},
|
|
5208
|
-
{
|
|
5209
|
-
"kind": "javascript-module",
|
|
5210
|
-
"path": "src/lib/qti-components/qti-stylesheet/__snapshots__/qti-stylesheet.stories.ts.snap",
|
|
5211
|
-
"declarations": [],
|
|
5212
|
-
"exports": []
|
|
5213
|
-
},
|
|
5214
4864
|
{
|
|
5215
4865
|
"kind": "javascript-module",
|
|
5216
4866
|
"path": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcome-declaration.ts",
|
|
@@ -5345,42 +4995,6 @@
|
|
|
5345
4995
|
}
|
|
5346
4996
|
]
|
|
5347
4997
|
},
|
|
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
4998
|
{
|
|
5385
4999
|
"kind": "javascript-module",
|
|
5386
5000
|
"path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
|
|
@@ -5479,12 +5093,6 @@
|
|
|
5479
5093
|
}
|
|
5480
5094
|
]
|
|
5481
5095
|
},
|
|
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
5096
|
{
|
|
5489
5097
|
"kind": "javascript-module",
|
|
5490
5098
|
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
@@ -5591,52 +5199,6 @@
|
|
|
5591
5199
|
}
|
|
5592
5200
|
]
|
|
5593
5201
|
},
|
|
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
5202
|
{
|
|
5641
5203
|
"kind": "javascript-module",
|
|
5642
5204
|
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
@@ -5891,118 +5453,545 @@
|
|
|
5891
5453
|
},
|
|
5892
5454
|
{
|
|
5893
5455
|
"kind": "javascript-module",
|
|
5894
|
-
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/index.ts",
|
|
5456
|
+
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/index.ts",
|
|
5457
|
+
"declarations": [],
|
|
5458
|
+
"exports": [
|
|
5459
|
+
{
|
|
5460
|
+
"kind": "js",
|
|
5461
|
+
"name": "*",
|
|
5462
|
+
"declaration": {
|
|
5463
|
+
"name": "*",
|
|
5464
|
+
"package": "./drag-drop-api"
|
|
5465
|
+
}
|
|
5466
|
+
},
|
|
5467
|
+
{
|
|
5468
|
+
"kind": "js",
|
|
5469
|
+
"name": "*",
|
|
5470
|
+
"declaration": {
|
|
5471
|
+
"name": "*",
|
|
5472
|
+
"package": "./drag-drop-interaction-mixin"
|
|
5473
|
+
}
|
|
5474
|
+
},
|
|
5475
|
+
{
|
|
5476
|
+
"kind": "js",
|
|
5477
|
+
"name": "*",
|
|
5478
|
+
"declaration": {
|
|
5479
|
+
"name": "*",
|
|
5480
|
+
"package": "./droppables-mixin"
|
|
5481
|
+
}
|
|
5482
|
+
},
|
|
5483
|
+
{
|
|
5484
|
+
"kind": "js",
|
|
5485
|
+
"name": "*",
|
|
5486
|
+
"declaration": {
|
|
5487
|
+
"name": "*",
|
|
5488
|
+
"package": "./flippables-mixin"
|
|
5489
|
+
}
|
|
5490
|
+
}
|
|
5491
|
+
]
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"kind": "javascript-module",
|
|
5495
|
+
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5496
|
+
"declarations": [
|
|
5497
|
+
{
|
|
5498
|
+
"kind": "function",
|
|
5499
|
+
"name": "positionHotspots",
|
|
5500
|
+
"parameters": [
|
|
5501
|
+
{
|
|
5502
|
+
"name": "shape",
|
|
5503
|
+
"type": {
|
|
5504
|
+
"text": "string"
|
|
5505
|
+
}
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"name": "coordsNumber",
|
|
5509
|
+
"type": {
|
|
5510
|
+
"text": "number[]"
|
|
5511
|
+
}
|
|
5512
|
+
},
|
|
5513
|
+
{
|
|
5514
|
+
"name": "img",
|
|
5515
|
+
"type": {
|
|
5516
|
+
"text": "HTMLImageElement"
|
|
5517
|
+
}
|
|
5518
|
+
},
|
|
5519
|
+
{
|
|
5520
|
+
"name": "hotspot",
|
|
5521
|
+
"type": {
|
|
5522
|
+
"text": "QtiHotspotChoice"
|
|
5523
|
+
}
|
|
5524
|
+
}
|
|
5525
|
+
]
|
|
5526
|
+
}
|
|
5527
|
+
],
|
|
5528
|
+
"exports": [
|
|
5529
|
+
{
|
|
5530
|
+
"kind": "js",
|
|
5531
|
+
"name": "positionHotspots",
|
|
5532
|
+
"declaration": {
|
|
5533
|
+
"name": "positionHotspots",
|
|
5534
|
+
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5535
|
+
}
|
|
5536
|
+
}
|
|
5537
|
+
]
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
"kind": "javascript-module",
|
|
5541
|
+
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
5542
|
+
"declarations": [],
|
|
5543
|
+
"exports": []
|
|
5544
|
+
},
|
|
5545
|
+
{
|
|
5546
|
+
"kind": "javascript-module",
|
|
5547
|
+
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
|
|
5548
|
+
"declarations": [
|
|
5549
|
+
{
|
|
5550
|
+
"kind": "class",
|
|
5551
|
+
"description": "",
|
|
5552
|
+
"name": "Interaction",
|
|
5553
|
+
"members": [],
|
|
5554
|
+
"events": [
|
|
5555
|
+
{
|
|
5556
|
+
"name": "qti-register-interaction",
|
|
5557
|
+
"type": {
|
|
5558
|
+
"text": "CustomEvent"
|
|
5559
|
+
}
|
|
5560
|
+
},
|
|
5561
|
+
{
|
|
5562
|
+
"name": "qti-interaction-response",
|
|
5563
|
+
"type": {
|
|
5564
|
+
"text": "CustomEvent"
|
|
5565
|
+
}
|
|
5566
|
+
}
|
|
5567
|
+
],
|
|
5568
|
+
"attributes": [
|
|
5569
|
+
{
|
|
5570
|
+
"name": "response-identifier",
|
|
5571
|
+
"type": {
|
|
5572
|
+
"text": "string"
|
|
5573
|
+
},
|
|
5574
|
+
"default": "''",
|
|
5575
|
+
"fieldName": "responseIdentifier"
|
|
5576
|
+
},
|
|
5577
|
+
{
|
|
5578
|
+
"name": "disabled",
|
|
5579
|
+
"type": {
|
|
5580
|
+
"text": "boolean"
|
|
5581
|
+
},
|
|
5582
|
+
"default": "false",
|
|
5583
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5584
|
+
"fieldName": "disabled"
|
|
5585
|
+
},
|
|
5586
|
+
{
|
|
5587
|
+
"name": "readonly",
|
|
5588
|
+
"type": {
|
|
5589
|
+
"text": "boolean"
|
|
5590
|
+
},
|
|
5591
|
+
"default": "false",
|
|
5592
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5593
|
+
"fieldName": "readonly"
|
|
5594
|
+
}
|
|
5595
|
+
],
|
|
5596
|
+
"superclass": {
|
|
5597
|
+
"name": "LitElement",
|
|
5598
|
+
"package": "lit"
|
|
5599
|
+
},
|
|
5600
|
+
"customElement": true
|
|
5601
|
+
}
|
|
5602
|
+
],
|
|
5603
|
+
"exports": [
|
|
5604
|
+
{
|
|
5605
|
+
"kind": "js",
|
|
5606
|
+
"name": "Interaction",
|
|
5607
|
+
"declaration": {
|
|
5608
|
+
"name": "Interaction",
|
|
5609
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5610
|
+
}
|
|
5611
|
+
}
|
|
5612
|
+
]
|
|
5613
|
+
},
|
|
5614
|
+
{
|
|
5615
|
+
"kind": "javascript-module",
|
|
5616
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.mdx",
|
|
5617
|
+
"declarations": [],
|
|
5618
|
+
"exports": []
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
"kind": "javascript-module",
|
|
5622
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
|
|
5623
|
+
"declarations": [
|
|
5624
|
+
{
|
|
5625
|
+
"kind": "class",
|
|
5626
|
+
"description": "",
|
|
5627
|
+
"name": "QtiEndAttemptInteraction",
|
|
5628
|
+
"members": [],
|
|
5629
|
+
"events": [
|
|
5630
|
+
{
|
|
5631
|
+
"name": "end-attempt",
|
|
5632
|
+
"type": {
|
|
5633
|
+
"text": "CustomEvent"
|
|
5634
|
+
}
|
|
5635
|
+
},
|
|
5636
|
+
{
|
|
5637
|
+
"name": "qti-register-interaction",
|
|
5638
|
+
"type": {
|
|
5639
|
+
"text": "CustomEvent"
|
|
5640
|
+
},
|
|
5641
|
+
"inheritedFrom": {
|
|
5642
|
+
"name": "Interaction",
|
|
5643
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5644
|
+
}
|
|
5645
|
+
},
|
|
5646
|
+
{
|
|
5647
|
+
"name": "qti-interaction-response",
|
|
5648
|
+
"type": {
|
|
5649
|
+
"text": "CustomEvent"
|
|
5650
|
+
},
|
|
5651
|
+
"inheritedFrom": {
|
|
5652
|
+
"name": "Interaction",
|
|
5653
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5654
|
+
}
|
|
5655
|
+
}
|
|
5656
|
+
],
|
|
5657
|
+
"attributes": [
|
|
5658
|
+
{
|
|
5659
|
+
"name": "count-attempt",
|
|
5660
|
+
"type": {
|
|
5661
|
+
"text": "string"
|
|
5662
|
+
},
|
|
5663
|
+
"default": "'true'",
|
|
5664
|
+
"fieldName": "countAttempt"
|
|
5665
|
+
},
|
|
5666
|
+
{
|
|
5667
|
+
"name": "title",
|
|
5668
|
+
"type": {
|
|
5669
|
+
"text": "'end attempt'"
|
|
5670
|
+
},
|
|
5671
|
+
"fieldName": "title"
|
|
5672
|
+
},
|
|
5673
|
+
{
|
|
5674
|
+
"name": "response-identifier",
|
|
5675
|
+
"type": {
|
|
5676
|
+
"text": "string"
|
|
5677
|
+
},
|
|
5678
|
+
"default": "''",
|
|
5679
|
+
"fieldName": "responseIdentifier",
|
|
5680
|
+
"inheritedFrom": {
|
|
5681
|
+
"name": "Interaction",
|
|
5682
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5683
|
+
}
|
|
5684
|
+
},
|
|
5685
|
+
{
|
|
5686
|
+
"name": "disabled",
|
|
5687
|
+
"type": {
|
|
5688
|
+
"text": "boolean"
|
|
5689
|
+
},
|
|
5690
|
+
"default": "false",
|
|
5691
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5692
|
+
"fieldName": "disabled",
|
|
5693
|
+
"inheritedFrom": {
|
|
5694
|
+
"name": "Interaction",
|
|
5695
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5696
|
+
}
|
|
5697
|
+
},
|
|
5698
|
+
{
|
|
5699
|
+
"name": "readonly",
|
|
5700
|
+
"type": {
|
|
5701
|
+
"text": "boolean"
|
|
5702
|
+
},
|
|
5703
|
+
"default": "false",
|
|
5704
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5705
|
+
"fieldName": "readonly",
|
|
5706
|
+
"inheritedFrom": {
|
|
5707
|
+
"name": "Interaction",
|
|
5708
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5709
|
+
}
|
|
5710
|
+
}
|
|
5711
|
+
],
|
|
5712
|
+
"superclass": {
|
|
5713
|
+
"name": "Interaction",
|
|
5714
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
5715
|
+
},
|
|
5716
|
+
"tagName": "qti-end-attempt-interaction",
|
|
5717
|
+
"customElement": true
|
|
5718
|
+
}
|
|
5719
|
+
],
|
|
5720
|
+
"exports": [
|
|
5721
|
+
{
|
|
5722
|
+
"kind": "js",
|
|
5723
|
+
"name": "QtiEndAttemptInteraction",
|
|
5724
|
+
"declaration": {
|
|
5725
|
+
"name": "QtiEndAttemptInteraction",
|
|
5726
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
5727
|
+
}
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
"kind": "custom-element-definition",
|
|
5731
|
+
"name": "qti-end-attempt-interaction",
|
|
5732
|
+
"declaration": {
|
|
5733
|
+
"name": "QtiEndAttemptInteraction",
|
|
5734
|
+
"module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
|
|
5735
|
+
}
|
|
5736
|
+
}
|
|
5737
|
+
]
|
|
5738
|
+
},
|
|
5739
|
+
{
|
|
5740
|
+
"kind": "javascript-module",
|
|
5741
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
5742
|
+
"declarations": [],
|
|
5743
|
+
"exports": []
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
"kind": "javascript-module",
|
|
5747
|
+
"path": "src/lib/qti-components/qti-stylesheet/__snapshots__/qti-stylesheet.stories.ts.snap",
|
|
5748
|
+
"declarations": [],
|
|
5749
|
+
"exports": []
|
|
5750
|
+
},
|
|
5751
|
+
{
|
|
5752
|
+
"kind": "javascript-module",
|
|
5753
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
5754
|
+
"declarations": [],
|
|
5755
|
+
"exports": []
|
|
5756
|
+
},
|
|
5757
|
+
{
|
|
5758
|
+
"kind": "javascript-module",
|
|
5759
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5760
|
+
"declarations": [],
|
|
5761
|
+
"exports": []
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"kind": "javascript-module",
|
|
5765
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5766
|
+
"declarations": [],
|
|
5767
|
+
"exports": []
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
"kind": "javascript-module",
|
|
5771
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
5772
|
+
"declarations": [],
|
|
5773
|
+
"exports": []
|
|
5774
|
+
},
|
|
5775
|
+
{
|
|
5776
|
+
"kind": "javascript-module",
|
|
5777
|
+
"path": "src/lib/qti-components/internal/events/index.ts",
|
|
5778
|
+
"declarations": [],
|
|
5779
|
+
"exports": [
|
|
5780
|
+
{
|
|
5781
|
+
"kind": "js",
|
|
5782
|
+
"name": "*",
|
|
5783
|
+
"declaration": {
|
|
5784
|
+
"name": "*",
|
|
5785
|
+
"package": "./qti-choice-element-selected"
|
|
5786
|
+
}
|
|
5787
|
+
},
|
|
5788
|
+
{
|
|
5789
|
+
"kind": "js",
|
|
5790
|
+
"name": "*",
|
|
5791
|
+
"declaration": {
|
|
5792
|
+
"name": "*",
|
|
5793
|
+
"package": "./qti-interaction-changed"
|
|
5794
|
+
}
|
|
5795
|
+
},
|
|
5796
|
+
{
|
|
5797
|
+
"kind": "js",
|
|
5798
|
+
"name": "*",
|
|
5799
|
+
"declaration": {
|
|
5800
|
+
"name": "*",
|
|
5801
|
+
"package": "./qti-interaction-response"
|
|
5802
|
+
}
|
|
5803
|
+
},
|
|
5804
|
+
{
|
|
5805
|
+
"kind": "js",
|
|
5806
|
+
"name": "*",
|
|
5807
|
+
"declaration": {
|
|
5808
|
+
"name": "*",
|
|
5809
|
+
"package": "./qti-loose-choice"
|
|
5810
|
+
}
|
|
5811
|
+
},
|
|
5812
|
+
{
|
|
5813
|
+
"kind": "js",
|
|
5814
|
+
"name": "*",
|
|
5815
|
+
"declaration": {
|
|
5816
|
+
"name": "*",
|
|
5817
|
+
"package": "./qti-outcome-changed"
|
|
5818
|
+
}
|
|
5819
|
+
},
|
|
5820
|
+
{
|
|
5821
|
+
"kind": "js",
|
|
5822
|
+
"name": "*",
|
|
5823
|
+
"declaration": {
|
|
5824
|
+
"name": "*",
|
|
5825
|
+
"package": "./qti-register-choice"
|
|
5826
|
+
}
|
|
5827
|
+
},
|
|
5828
|
+
{
|
|
5829
|
+
"kind": "js",
|
|
5830
|
+
"name": "*",
|
|
5831
|
+
"declaration": {
|
|
5832
|
+
"name": "*",
|
|
5833
|
+
"package": "./qti-register-interaction"
|
|
5834
|
+
}
|
|
5835
|
+
},
|
|
5836
|
+
{
|
|
5837
|
+
"kind": "js",
|
|
5838
|
+
"name": "*",
|
|
5839
|
+
"declaration": {
|
|
5840
|
+
"name": "*",
|
|
5841
|
+
"package": "./qti-register-variable"
|
|
5842
|
+
}
|
|
5843
|
+
},
|
|
5844
|
+
{
|
|
5845
|
+
"kind": "js",
|
|
5846
|
+
"name": "*",
|
|
5847
|
+
"declaration": {
|
|
5848
|
+
"name": "*",
|
|
5849
|
+
"package": "./qti-register-hotspot"
|
|
5850
|
+
}
|
|
5851
|
+
}
|
|
5852
|
+
]
|
|
5853
|
+
},
|
|
5854
|
+
{
|
|
5855
|
+
"kind": "javascript-module",
|
|
5856
|
+
"path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
|
|
5857
|
+
"declarations": [],
|
|
5858
|
+
"exports": [
|
|
5859
|
+
{
|
|
5860
|
+
"kind": "js",
|
|
5861
|
+
"name": "default",
|
|
5862
|
+
"declaration": {
|
|
5863
|
+
"name": "QtiChoiceElementSelected",
|
|
5864
|
+
"module": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts"
|
|
5865
|
+
}
|
|
5866
|
+
}
|
|
5867
|
+
]
|
|
5868
|
+
},
|
|
5869
|
+
{
|
|
5870
|
+
"kind": "javascript-module",
|
|
5871
|
+
"path": "src/lib/qti-components/internal/events/qti-interaction-changed.ts",
|
|
5872
|
+
"declarations": [],
|
|
5873
|
+
"exports": [
|
|
5874
|
+
{
|
|
5875
|
+
"kind": "js",
|
|
5876
|
+
"name": "default",
|
|
5877
|
+
"declaration": {
|
|
5878
|
+
"name": "QtiInteractionChanged",
|
|
5879
|
+
"module": "src/lib/qti-components/internal/events/qti-interaction-changed.ts"
|
|
5880
|
+
}
|
|
5881
|
+
}
|
|
5882
|
+
]
|
|
5883
|
+
},
|
|
5884
|
+
{
|
|
5885
|
+
"kind": "javascript-module",
|
|
5886
|
+
"path": "src/lib/qti-components/internal/events/qti-interaction-response.ts",
|
|
5887
|
+
"declarations": [],
|
|
5888
|
+
"exports": [
|
|
5889
|
+
{
|
|
5890
|
+
"kind": "js",
|
|
5891
|
+
"name": "default",
|
|
5892
|
+
"declaration": {
|
|
5893
|
+
"name": "QtiInteractionResponse",
|
|
5894
|
+
"module": "src/lib/qti-components/internal/events/qti-interaction-response.ts"
|
|
5895
|
+
}
|
|
5896
|
+
}
|
|
5897
|
+
]
|
|
5898
|
+
},
|
|
5899
|
+
{
|
|
5900
|
+
"kind": "javascript-module",
|
|
5901
|
+
"path": "src/lib/qti-components/internal/events/qti-loose-choice.ts",
|
|
5895
5902
|
"declarations": [],
|
|
5896
5903
|
"exports": [
|
|
5897
5904
|
{
|
|
5898
5905
|
"kind": "js",
|
|
5899
|
-
"name": "
|
|
5906
|
+
"name": "default",
|
|
5900
5907
|
"declaration": {
|
|
5901
|
-
"name": "
|
|
5902
|
-
"
|
|
5908
|
+
"name": "QtiLooseChoice",
|
|
5909
|
+
"module": "src/lib/qti-components/internal/events/qti-loose-choice.ts"
|
|
5903
5910
|
}
|
|
5904
|
-
}
|
|
5911
|
+
}
|
|
5912
|
+
]
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
"kind": "javascript-module",
|
|
5916
|
+
"path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
|
|
5917
|
+
"declarations": [],
|
|
5918
|
+
"exports": [
|
|
5905
5919
|
{
|
|
5906
5920
|
"kind": "js",
|
|
5907
|
-
"name": "
|
|
5921
|
+
"name": "default",
|
|
5908
5922
|
"declaration": {
|
|
5909
|
-
"name": "
|
|
5910
|
-
"
|
|
5923
|
+
"name": "QtiOutcomeChanged",
|
|
5924
|
+
"module": "src/lib/qti-components/internal/events/qti-outcome-changed.ts"
|
|
5911
5925
|
}
|
|
5912
|
-
}
|
|
5926
|
+
}
|
|
5927
|
+
]
|
|
5928
|
+
},
|
|
5929
|
+
{
|
|
5930
|
+
"kind": "javascript-module",
|
|
5931
|
+
"path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
|
|
5932
|
+
"declarations": [],
|
|
5933
|
+
"exports": [
|
|
5913
5934
|
{
|
|
5914
5935
|
"kind": "js",
|
|
5915
|
-
"name": "
|
|
5936
|
+
"name": "default",
|
|
5916
5937
|
"declaration": {
|
|
5917
|
-
"name": "
|
|
5918
|
-
"
|
|
5938
|
+
"name": "QtiRegisterChoice",
|
|
5939
|
+
"module": "src/lib/qti-components/internal/events/qti-register-choice.ts"
|
|
5919
5940
|
}
|
|
5920
|
-
}
|
|
5941
|
+
}
|
|
5942
|
+
]
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"kind": "javascript-module",
|
|
5946
|
+
"path": "src/lib/qti-components/internal/events/qti-register-hotspot.ts",
|
|
5947
|
+
"declarations": [],
|
|
5948
|
+
"exports": [
|
|
5921
5949
|
{
|
|
5922
5950
|
"kind": "js",
|
|
5923
|
-
"name": "
|
|
5951
|
+
"name": "default",
|
|
5924
5952
|
"declaration": {
|
|
5925
|
-
"name": "
|
|
5926
|
-
"
|
|
5953
|
+
"name": "QtiRegisterHotspot",
|
|
5954
|
+
"module": "src/lib/qti-components/internal/events/qti-register-hotspot.ts"
|
|
5927
5955
|
}
|
|
5928
5956
|
}
|
|
5929
5957
|
]
|
|
5930
5958
|
},
|
|
5931
5959
|
{
|
|
5932
5960
|
"kind": "javascript-module",
|
|
5933
|
-
"path": "src/lib/qti-components/
|
|
5961
|
+
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
5934
5962
|
"declarations": [],
|
|
5935
|
-
"exports": [
|
|
5963
|
+
"exports": [
|
|
5964
|
+
{
|
|
5965
|
+
"kind": "js",
|
|
5966
|
+
"name": "default",
|
|
5967
|
+
"declaration": {
|
|
5968
|
+
"name": "QtiRegisterInteraction",
|
|
5969
|
+
"module": "src/lib/qti-components/internal/events/qti-register-interaction.ts"
|
|
5970
|
+
}
|
|
5971
|
+
}
|
|
5972
|
+
]
|
|
5936
5973
|
},
|
|
5937
5974
|
{
|
|
5938
5975
|
"kind": "javascript-module",
|
|
5939
|
-
"path": "src/lib/qti-components/
|
|
5940
|
-
"declarations": [
|
|
5941
|
-
{
|
|
5942
|
-
"kind": "class",
|
|
5943
|
-
"description": "",
|
|
5944
|
-
"name": "Interaction",
|
|
5945
|
-
"members": [],
|
|
5946
|
-
"events": [
|
|
5947
|
-
{
|
|
5948
|
-
"name": "qti-register-interaction",
|
|
5949
|
-
"type": {
|
|
5950
|
-
"text": "CustomEvent"
|
|
5951
|
-
}
|
|
5952
|
-
},
|
|
5953
|
-
{
|
|
5954
|
-
"name": "qti-interaction-response",
|
|
5955
|
-
"type": {
|
|
5956
|
-
"text": "CustomEvent"
|
|
5957
|
-
}
|
|
5958
|
-
}
|
|
5959
|
-
],
|
|
5960
|
-
"attributes": [
|
|
5961
|
-
{
|
|
5962
|
-
"name": "response-identifier",
|
|
5963
|
-
"type": {
|
|
5964
|
-
"text": "string"
|
|
5965
|
-
},
|
|
5966
|
-
"default": "''",
|
|
5967
|
-
"fieldName": "responseIdentifier"
|
|
5968
|
-
},
|
|
5969
|
-
{
|
|
5970
|
-
"name": "disabled",
|
|
5971
|
-
"type": {
|
|
5972
|
-
"text": "boolean"
|
|
5973
|
-
},
|
|
5974
|
-
"default": "false",
|
|
5975
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5976
|
-
"fieldName": "disabled"
|
|
5977
|
-
},
|
|
5978
|
-
{
|
|
5979
|
-
"name": "readonly",
|
|
5980
|
-
"type": {
|
|
5981
|
-
"text": "boolean"
|
|
5982
|
-
},
|
|
5983
|
-
"default": "false",
|
|
5984
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5985
|
-
"fieldName": "readonly"
|
|
5986
|
-
}
|
|
5987
|
-
],
|
|
5988
|
-
"superclass": {
|
|
5989
|
-
"name": "LitElement",
|
|
5990
|
-
"package": "lit"
|
|
5991
|
-
},
|
|
5992
|
-
"customElement": true
|
|
5993
|
-
}
|
|
5994
|
-
],
|
|
5976
|
+
"path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
|
|
5977
|
+
"declarations": [],
|
|
5995
5978
|
"exports": [
|
|
5996
5979
|
{
|
|
5997
5980
|
"kind": "js",
|
|
5998
|
-
"name": "
|
|
5981
|
+
"name": "default",
|
|
5999
5982
|
"declaration": {
|
|
6000
|
-
"name": "
|
|
6001
|
-
"module": "src/lib/qti-components/
|
|
5983
|
+
"name": "QtiRegisterVariable",
|
|
5984
|
+
"module": "src/lib/qti-components/internal/events/qti-register-variable.ts"
|
|
6002
5985
|
}
|
|
6003
5986
|
}
|
|
6004
5987
|
]
|
|
6005
5988
|
},
|
|
5989
|
+
{
|
|
5990
|
+
"kind": "javascript-module",
|
|
5991
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
5992
|
+
"declarations": [],
|
|
5993
|
+
"exports": []
|
|
5994
|
+
},
|
|
6006
5995
|
{
|
|
6007
5996
|
"kind": "javascript-module",
|
|
6008
5997
|
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
@@ -6011,61 +6000,61 @@
|
|
|
6011
6000
|
},
|
|
6012
6001
|
{
|
|
6013
6002
|
"kind": "javascript-module",
|
|
6014
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6003
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6015
6004
|
"declarations": [],
|
|
6016
6005
|
"exports": []
|
|
6017
6006
|
},
|
|
6018
6007
|
{
|
|
6019
6008
|
"kind": "javascript-module",
|
|
6020
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6009
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/__snapshots__/qti-hottext-interaction.stories.ts.snap",
|
|
6021
6010
|
"declarations": [],
|
|
6022
6011
|
"exports": []
|
|
6023
6012
|
},
|
|
6024
6013
|
{
|
|
6025
6014
|
"kind": "javascript-module",
|
|
6026
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6015
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6027
6016
|
"declarations": [],
|
|
6028
6017
|
"exports": []
|
|
6029
6018
|
},
|
|
6030
6019
|
{
|
|
6031
6020
|
"kind": "javascript-module",
|
|
6032
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6021
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/__snapshots__/qti-match-interaction.stories.ts.snap",
|
|
6033
6022
|
"declarations": [],
|
|
6034
6023
|
"exports": []
|
|
6035
6024
|
},
|
|
6036
6025
|
{
|
|
6037
6026
|
"kind": "javascript-module",
|
|
6038
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6027
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/__snapshots__/qti-media-interaction.stories.ts.snap",
|
|
6039
6028
|
"declarations": [],
|
|
6040
6029
|
"exports": []
|
|
6041
6030
|
},
|
|
6042
6031
|
{
|
|
6043
6032
|
"kind": "javascript-module",
|
|
6044
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6033
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/__snapshots__/qti-order-interaction.stories.ts.snap",
|
|
6045
6034
|
"declarations": [],
|
|
6046
6035
|
"exports": []
|
|
6047
6036
|
},
|
|
6048
6037
|
{
|
|
6049
6038
|
"kind": "javascript-module",
|
|
6050
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6039
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/__snapshots__/qti-portable-custom-interaction.stories.ts.snap",
|
|
6051
6040
|
"declarations": [],
|
|
6052
6041
|
"exports": []
|
|
6053
6042
|
},
|
|
6054
6043
|
{
|
|
6055
6044
|
"kind": "javascript-module",
|
|
6056
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6045
|
+
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6057
6046
|
"declarations": [],
|
|
6058
6047
|
"exports": []
|
|
6059
6048
|
},
|
|
6060
6049
|
{
|
|
6061
6050
|
"kind": "javascript-module",
|
|
6062
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6051
|
+
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/__snapshots__/qti-select-point-interaction.stories.ts.snap",
|
|
6063
6052
|
"declarations": [],
|
|
6064
6053
|
"exports": []
|
|
6065
6054
|
},
|
|
6066
6055
|
{
|
|
6067
6056
|
"kind": "javascript-module",
|
|
6068
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6057
|
+
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/__snapshots__/qti-slider-interaction.stories.ts.snap",
|
|
6069
6058
|
"declarations": [],
|
|
6070
6059
|
"exports": []
|
|
6071
6060
|
},
|
|
@@ -6473,72 +6462,45 @@
|
|
|
6473
6462
|
},
|
|
6474
6463
|
{
|
|
6475
6464
|
"kind": "javascript-module",
|
|
6476
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6465
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts",
|
|
6477
6466
|
"declarations": [
|
|
6478
6467
|
{
|
|
6479
6468
|
"kind": "class",
|
|
6480
6469
|
"description": "",
|
|
6481
|
-
"name": "
|
|
6470
|
+
"name": "QtiMapResponse",
|
|
6482
6471
|
"members": [],
|
|
6472
|
+
"attributes": [
|
|
6473
|
+
{
|
|
6474
|
+
"name": "identifier",
|
|
6475
|
+
"type": {
|
|
6476
|
+
"text": "string"
|
|
6477
|
+
},
|
|
6478
|
+
"fieldName": "identifier"
|
|
6479
|
+
}
|
|
6480
|
+
],
|
|
6483
6481
|
"superclass": {
|
|
6484
6482
|
"name": "QtiExpression",
|
|
6485
6483
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6486
6484
|
},
|
|
6487
|
-
"tagName": "qti-
|
|
6488
|
-
"customElement": true
|
|
6489
|
-
}
|
|
6490
|
-
],
|
|
6491
|
-
"exports": [
|
|
6492
|
-
{
|
|
6493
|
-
"kind": "js",
|
|
6494
|
-
"name": "QtiLt",
|
|
6495
|
-
"declaration": {
|
|
6496
|
-
"name": "QtiLt",
|
|
6497
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6498
|
-
}
|
|
6499
|
-
},
|
|
6500
|
-
{
|
|
6501
|
-
"kind": "custom-element-definition",
|
|
6502
|
-
"name": "qti-lt",
|
|
6503
|
-
"declaration": {
|
|
6504
|
-
"name": "QtiLt",
|
|
6505
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6506
|
-
}
|
|
6507
|
-
}
|
|
6508
|
-
]
|
|
6509
|
-
},
|
|
6510
|
-
{
|
|
6511
|
-
"kind": "javascript-module",
|
|
6512
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
|
|
6513
|
-
"declarations": [
|
|
6514
|
-
{
|
|
6515
|
-
"kind": "class",
|
|
6516
|
-
"description": "",
|
|
6517
|
-
"name": "QtiLte",
|
|
6518
|
-
"members": [],
|
|
6519
|
-
"superclass": {
|
|
6520
|
-
"name": "QtiConditionExpression",
|
|
6521
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6522
|
-
},
|
|
6523
|
-
"tagName": "qti-lte",
|
|
6485
|
+
"tagName": "qti-map-response",
|
|
6524
6486
|
"customElement": true
|
|
6525
6487
|
}
|
|
6526
6488
|
],
|
|
6527
6489
|
"exports": [
|
|
6528
6490
|
{
|
|
6529
6491
|
"kind": "js",
|
|
6530
|
-
"name": "
|
|
6492
|
+
"name": "QtiMapResponse",
|
|
6531
6493
|
"declaration": {
|
|
6532
|
-
"name": "
|
|
6533
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6494
|
+
"name": "QtiMapResponse",
|
|
6495
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
|
|
6534
6496
|
}
|
|
6535
6497
|
},
|
|
6536
6498
|
{
|
|
6537
6499
|
"kind": "custom-element-definition",
|
|
6538
|
-
"name": "qti-
|
|
6500
|
+
"name": "qti-map-response",
|
|
6539
6501
|
"declaration": {
|
|
6540
|
-
"name": "
|
|
6541
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6502
|
+
"name": "QtiMapResponse",
|
|
6503
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
|
|
6542
6504
|
}
|
|
6543
6505
|
}
|
|
6544
6506
|
]
|
|
@@ -6587,207 +6549,234 @@
|
|
|
6587
6549
|
"exports": [
|
|
6588
6550
|
{
|
|
6589
6551
|
"kind": "js",
|
|
6590
|
-
"name": "QtiMapping",
|
|
6552
|
+
"name": "QtiMapping",
|
|
6553
|
+
"declaration": {
|
|
6554
|
+
"name": "QtiMapping",
|
|
6555
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts"
|
|
6556
|
+
}
|
|
6557
|
+
},
|
|
6558
|
+
{
|
|
6559
|
+
"kind": "custom-element-definition",
|
|
6560
|
+
"name": "qti-mapping",
|
|
6561
|
+
"declaration": {
|
|
6562
|
+
"name": "QtiMapping",
|
|
6563
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts"
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
]
|
|
6567
|
+
},
|
|
6568
|
+
{
|
|
6569
|
+
"kind": "javascript-module",
|
|
6570
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts",
|
|
6571
|
+
"declarations": [
|
|
6572
|
+
{
|
|
6573
|
+
"kind": "class",
|
|
6574
|
+
"description": "",
|
|
6575
|
+
"name": "QtiMatch",
|
|
6576
|
+
"members": [],
|
|
6577
|
+
"superclass": {
|
|
6578
|
+
"name": "QtiExpression",
|
|
6579
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6580
|
+
},
|
|
6581
|
+
"tagName": "qti-match",
|
|
6582
|
+
"customElement": true
|
|
6583
|
+
}
|
|
6584
|
+
],
|
|
6585
|
+
"exports": [
|
|
6586
|
+
{
|
|
6587
|
+
"kind": "js",
|
|
6588
|
+
"name": "QtiMatch",
|
|
6591
6589
|
"declaration": {
|
|
6592
|
-
"name": "
|
|
6593
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6590
|
+
"name": "QtiMatch",
|
|
6591
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
6594
6592
|
}
|
|
6595
6593
|
},
|
|
6596
6594
|
{
|
|
6597
6595
|
"kind": "custom-element-definition",
|
|
6598
|
-
"name": "qti-
|
|
6596
|
+
"name": "qti-match",
|
|
6599
6597
|
"declaration": {
|
|
6600
|
-
"name": "
|
|
6601
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6598
|
+
"name": "QtiMatch",
|
|
6599
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
6602
6600
|
}
|
|
6603
6601
|
}
|
|
6604
6602
|
]
|
|
6605
6603
|
},
|
|
6606
6604
|
{
|
|
6607
6605
|
"kind": "javascript-module",
|
|
6608
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6606
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts",
|
|
6609
6607
|
"declarations": [
|
|
6610
6608
|
{
|
|
6611
6609
|
"kind": "class",
|
|
6612
6610
|
"description": "",
|
|
6613
|
-
"name": "
|
|
6611
|
+
"name": "QtiMultiple",
|
|
6614
6612
|
"members": [],
|
|
6615
|
-
"attributes": [
|
|
6616
|
-
{
|
|
6617
|
-
"name": "identifier",
|
|
6618
|
-
"type": {
|
|
6619
|
-
"text": "string"
|
|
6620
|
-
},
|
|
6621
|
-
"fieldName": "identifier"
|
|
6622
|
-
}
|
|
6623
|
-
],
|
|
6624
6613
|
"superclass": {
|
|
6625
6614
|
"name": "QtiExpression",
|
|
6626
6615
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6627
6616
|
},
|
|
6628
|
-
"tagName": "qti-
|
|
6617
|
+
"tagName": "qti-multiple",
|
|
6629
6618
|
"customElement": true
|
|
6630
6619
|
}
|
|
6631
6620
|
],
|
|
6632
6621
|
"exports": [
|
|
6633
6622
|
{
|
|
6634
6623
|
"kind": "js",
|
|
6635
|
-
"name": "
|
|
6624
|
+
"name": "QtiMultiple",
|
|
6636
6625
|
"declaration": {
|
|
6637
|
-
"name": "
|
|
6638
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6626
|
+
"name": "QtiMultiple",
|
|
6627
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6639
6628
|
}
|
|
6640
6629
|
},
|
|
6641
6630
|
{
|
|
6642
6631
|
"kind": "custom-element-definition",
|
|
6643
|
-
"name": "qti-
|
|
6632
|
+
"name": "qti-multiple",
|
|
6644
6633
|
"declaration": {
|
|
6645
|
-
"name": "
|
|
6646
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6634
|
+
"name": "QtiMultiple",
|
|
6635
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
|
|
6647
6636
|
}
|
|
6648
6637
|
}
|
|
6649
6638
|
]
|
|
6650
6639
|
},
|
|
6651
6640
|
{
|
|
6652
6641
|
"kind": "javascript-module",
|
|
6653
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6642
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts",
|
|
6654
6643
|
"declarations": [
|
|
6655
6644
|
{
|
|
6656
6645
|
"kind": "class",
|
|
6657
6646
|
"description": "",
|
|
6658
|
-
"name": "
|
|
6647
|
+
"name": "QtiLt",
|
|
6659
6648
|
"members": [],
|
|
6660
6649
|
"superclass": {
|
|
6661
6650
|
"name": "QtiExpression",
|
|
6662
6651
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6663
6652
|
},
|
|
6664
|
-
"tagName": "qti-
|
|
6653
|
+
"tagName": "qti-lt",
|
|
6665
6654
|
"customElement": true
|
|
6666
6655
|
}
|
|
6667
6656
|
],
|
|
6668
6657
|
"exports": [
|
|
6669
6658
|
{
|
|
6670
6659
|
"kind": "js",
|
|
6671
|
-
"name": "
|
|
6660
|
+
"name": "QtiLt",
|
|
6672
6661
|
"declaration": {
|
|
6673
|
-
"name": "
|
|
6674
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6662
|
+
"name": "QtiLt",
|
|
6663
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6675
6664
|
}
|
|
6676
6665
|
},
|
|
6677
6666
|
{
|
|
6678
6667
|
"kind": "custom-element-definition",
|
|
6679
|
-
"name": "qti-
|
|
6668
|
+
"name": "qti-lt",
|
|
6680
6669
|
"declaration": {
|
|
6681
|
-
"name": "
|
|
6682
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6670
|
+
"name": "QtiLt",
|
|
6671
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
|
|
6683
6672
|
}
|
|
6684
6673
|
}
|
|
6685
6674
|
]
|
|
6686
6675
|
},
|
|
6687
6676
|
{
|
|
6688
6677
|
"kind": "javascript-module",
|
|
6689
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6678
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-not/qti-not.ts",
|
|
6690
6679
|
"declarations": [
|
|
6691
6680
|
{
|
|
6692
6681
|
"kind": "class",
|
|
6693
6682
|
"description": "",
|
|
6694
|
-
"name": "
|
|
6683
|
+
"name": "QtiNot",
|
|
6695
6684
|
"members": [],
|
|
6696
6685
|
"superclass": {
|
|
6697
6686
|
"name": "QtiExpression",
|
|
6698
6687
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6699
6688
|
},
|
|
6700
|
-
"tagName": "qti-
|
|
6689
|
+
"tagName": "qti-not",
|
|
6701
6690
|
"customElement": true
|
|
6702
6691
|
}
|
|
6703
6692
|
],
|
|
6704
6693
|
"exports": [
|
|
6705
6694
|
{
|
|
6706
6695
|
"kind": "js",
|
|
6707
|
-
"name": "
|
|
6696
|
+
"name": "QtiNot",
|
|
6708
6697
|
"declaration": {
|
|
6709
|
-
"name": "
|
|
6710
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6698
|
+
"name": "QtiNot",
|
|
6699
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-not/qti-not.ts"
|
|
6711
6700
|
}
|
|
6712
6701
|
},
|
|
6713
6702
|
{
|
|
6714
6703
|
"kind": "custom-element-definition",
|
|
6715
|
-
"name": "qti-
|
|
6704
|
+
"name": "qti-not",
|
|
6716
6705
|
"declaration": {
|
|
6717
|
-
"name": "
|
|
6718
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6706
|
+
"name": "QtiNot",
|
|
6707
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-not/qti-not.ts"
|
|
6719
6708
|
}
|
|
6720
6709
|
}
|
|
6721
6710
|
]
|
|
6722
6711
|
},
|
|
6723
6712
|
{
|
|
6724
6713
|
"kind": "javascript-module",
|
|
6725
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6714
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts",
|
|
6726
6715
|
"declarations": [
|
|
6727
6716
|
{
|
|
6728
6717
|
"kind": "class",
|
|
6729
6718
|
"description": "",
|
|
6730
|
-
"name": "
|
|
6719
|
+
"name": "QtiMember",
|
|
6731
6720
|
"members": [],
|
|
6732
6721
|
"superclass": {
|
|
6733
6722
|
"name": "QtiExpression",
|
|
6734
6723
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6735
6724
|
},
|
|
6736
|
-
"tagName": "qti-
|
|
6725
|
+
"tagName": "qti-member",
|
|
6737
6726
|
"customElement": true
|
|
6738
6727
|
}
|
|
6739
6728
|
],
|
|
6740
6729
|
"exports": [
|
|
6741
6730
|
{
|
|
6742
6731
|
"kind": "js",
|
|
6743
|
-
"name": "
|
|
6732
|
+
"name": "QtiMember",
|
|
6744
6733
|
"declaration": {
|
|
6745
|
-
"name": "
|
|
6746
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6734
|
+
"name": "QtiMember",
|
|
6735
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
|
|
6747
6736
|
}
|
|
6748
6737
|
},
|
|
6749
6738
|
{
|
|
6750
6739
|
"kind": "custom-element-definition",
|
|
6751
|
-
"name": "qti-
|
|
6740
|
+
"name": "qti-member",
|
|
6752
6741
|
"declaration": {
|
|
6753
|
-
"name": "
|
|
6754
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6742
|
+
"name": "QtiMember",
|
|
6743
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
|
|
6755
6744
|
}
|
|
6756
6745
|
}
|
|
6757
6746
|
]
|
|
6758
6747
|
},
|
|
6759
6748
|
{
|
|
6760
6749
|
"kind": "javascript-module",
|
|
6761
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6750
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
|
|
6762
6751
|
"declarations": [
|
|
6763
6752
|
{
|
|
6764
6753
|
"kind": "class",
|
|
6765
6754
|
"description": "",
|
|
6766
|
-
"name": "
|
|
6755
|
+
"name": "QtiLte",
|
|
6767
6756
|
"members": [],
|
|
6768
6757
|
"superclass": {
|
|
6769
|
-
"name": "
|
|
6770
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6758
|
+
"name": "QtiConditionExpression",
|
|
6759
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6771
6760
|
},
|
|
6772
|
-
"tagName": "qti-
|
|
6761
|
+
"tagName": "qti-lte",
|
|
6773
6762
|
"customElement": true
|
|
6774
6763
|
}
|
|
6775
6764
|
],
|
|
6776
6765
|
"exports": [
|
|
6777
6766
|
{
|
|
6778
6767
|
"kind": "js",
|
|
6779
|
-
"name": "
|
|
6768
|
+
"name": "QtiLte",
|
|
6780
6769
|
"declaration": {
|
|
6781
|
-
"name": "
|
|
6782
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6770
|
+
"name": "QtiLte",
|
|
6771
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6783
6772
|
}
|
|
6784
6773
|
},
|
|
6785
6774
|
{
|
|
6786
6775
|
"kind": "custom-element-definition",
|
|
6787
|
-
"name": "qti-
|
|
6776
|
+
"name": "qti-lte",
|
|
6788
6777
|
"declaration": {
|
|
6789
|
-
"name": "
|
|
6790
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6778
|
+
"name": "QtiLte",
|
|
6779
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6791
6780
|
}
|
|
6792
6781
|
}
|
|
6793
6782
|
]
|
|
@@ -7101,12 +7090,48 @@
|
|
|
7101
7090
|
},
|
|
7102
7091
|
{
|
|
7103
7092
|
"kind": "javascript-module",
|
|
7104
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7093
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7105
7094
|
"declarations": [
|
|
7106
7095
|
{
|
|
7107
7096
|
"kind": "class",
|
|
7108
|
-
"description": "
|
|
7109
|
-
"name": "
|
|
7097
|
+
"description": "",
|
|
7098
|
+
"name": "QtiResponseCondition",
|
|
7099
|
+
"members": [],
|
|
7100
|
+
"superclass": {
|
|
7101
|
+
"name": "QtiRule",
|
|
7102
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7103
|
+
},
|
|
7104
|
+
"tagName": "qti-response-condition",
|
|
7105
|
+
"customElement": true
|
|
7106
|
+
}
|
|
7107
|
+
],
|
|
7108
|
+
"exports": [
|
|
7109
|
+
{
|
|
7110
|
+
"kind": "js",
|
|
7111
|
+
"name": "QtiResponseCondition",
|
|
7112
|
+
"declaration": {
|
|
7113
|
+
"name": "QtiResponseCondition",
|
|
7114
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7115
|
+
}
|
|
7116
|
+
},
|
|
7117
|
+
{
|
|
7118
|
+
"kind": "custom-element-definition",
|
|
7119
|
+
"name": "qti-response-condition",
|
|
7120
|
+
"declaration": {
|
|
7121
|
+
"name": "QtiResponseCondition",
|
|
7122
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7123
|
+
}
|
|
7124
|
+
}
|
|
7125
|
+
]
|
|
7126
|
+
},
|
|
7127
|
+
{
|
|
7128
|
+
"kind": "javascript-module",
|
|
7129
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
|
|
7130
|
+
"declarations": [
|
|
7131
|
+
{
|
|
7132
|
+
"kind": "class",
|
|
7133
|
+
"description": "",
|
|
7134
|
+
"name": "QtiSetOutcomeValue",
|
|
7110
7135
|
"members": [],
|
|
7111
7136
|
"events": [
|
|
7112
7137
|
{
|
|
@@ -7116,62 +7141,53 @@
|
|
|
7116
7141
|
}
|
|
7117
7142
|
}
|
|
7118
7143
|
],
|
|
7119
|
-
"attributes": [
|
|
7120
|
-
{
|
|
7121
|
-
"name": "identifier",
|
|
7122
|
-
"type": {
|
|
7123
|
-
"text": "string"
|
|
7124
|
-
},
|
|
7125
|
-
"fieldName": "identifier"
|
|
7126
|
-
}
|
|
7127
|
-
],
|
|
7128
7144
|
"superclass": {
|
|
7129
7145
|
"name": "QtiRule",
|
|
7130
7146
|
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7131
7147
|
},
|
|
7132
|
-
"tagName": "qti-
|
|
7148
|
+
"tagName": "qti-set-outcome-value",
|
|
7133
7149
|
"customElement": true
|
|
7134
7150
|
}
|
|
7135
7151
|
],
|
|
7136
7152
|
"exports": [
|
|
7137
7153
|
{
|
|
7138
7154
|
"kind": "js",
|
|
7139
|
-
"name": "
|
|
7155
|
+
"name": "QtiSetOutcomeValue",
|
|
7140
7156
|
"declaration": {
|
|
7141
|
-
"name": "
|
|
7142
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7157
|
+
"name": "QtiSetOutcomeValue",
|
|
7158
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7143
7159
|
}
|
|
7144
7160
|
},
|
|
7145
7161
|
{
|
|
7146
7162
|
"kind": "custom-element-definition",
|
|
7147
|
-
"name": "qti-
|
|
7163
|
+
"name": "qti-set-outcome-value",
|
|
7148
7164
|
"declaration": {
|
|
7149
|
-
"name": "
|
|
7150
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7165
|
+
"name": "QtiSetOutcomeValue",
|
|
7166
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
|
|
7151
7167
|
}
|
|
7152
7168
|
}
|
|
7153
7169
|
]
|
|
7154
7170
|
},
|
|
7155
7171
|
{
|
|
7156
7172
|
"kind": "javascript-module",
|
|
7157
|
-
"path": "src/lib/qti-components/qti-
|
|
7173
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
7158
7174
|
"declarations": [],
|
|
7159
7175
|
"exports": []
|
|
7160
7176
|
},
|
|
7161
7177
|
{
|
|
7162
7178
|
"kind": "javascript-module",
|
|
7163
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7179
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7164
7180
|
"declarations": [],
|
|
7165
7181
|
"exports": []
|
|
7166
7182
|
},
|
|
7167
7183
|
{
|
|
7168
7184
|
"kind": "javascript-module",
|
|
7169
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7185
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
|
|
7170
7186
|
"declarations": [
|
|
7171
7187
|
{
|
|
7172
7188
|
"kind": "class",
|
|
7173
|
-
"description": "",
|
|
7174
|
-
"name": "
|
|
7189
|
+
"description": "The lookupOutcomeValue rule sets the value of an outcome variable to the value obtained\nby looking up the value of the associated expression in the lookupTable associated\nwith the outcome's declaration.",
|
|
7190
|
+
"name": "QtiLookupOutcomeValue",
|
|
7175
7191
|
"members": [],
|
|
7176
7192
|
"events": [
|
|
7177
7193
|
{
|
|
@@ -7181,42 +7197,51 @@
|
|
|
7181
7197
|
}
|
|
7182
7198
|
}
|
|
7183
7199
|
],
|
|
7200
|
+
"attributes": [
|
|
7201
|
+
{
|
|
7202
|
+
"name": "identifier",
|
|
7203
|
+
"type": {
|
|
7204
|
+
"text": "string"
|
|
7205
|
+
},
|
|
7206
|
+
"fieldName": "identifier"
|
|
7207
|
+
}
|
|
7208
|
+
],
|
|
7184
7209
|
"superclass": {
|
|
7185
7210
|
"name": "QtiRule",
|
|
7186
7211
|
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7187
7212
|
},
|
|
7188
|
-
"tagName": "qti-
|
|
7213
|
+
"tagName": "qti-lookup-outcome-value",
|
|
7189
7214
|
"customElement": true
|
|
7190
7215
|
}
|
|
7191
7216
|
],
|
|
7192
7217
|
"exports": [
|
|
7193
7218
|
{
|
|
7194
7219
|
"kind": "js",
|
|
7195
|
-
"name": "
|
|
7220
|
+
"name": "QtiLookupOutcomeValue",
|
|
7196
7221
|
"declaration": {
|
|
7197
|
-
"name": "
|
|
7198
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7222
|
+
"name": "QtiLookupOutcomeValue",
|
|
7223
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts"
|
|
7199
7224
|
}
|
|
7200
7225
|
},
|
|
7201
7226
|
{
|
|
7202
7227
|
"kind": "custom-element-definition",
|
|
7203
|
-
"name": "qti-
|
|
7228
|
+
"name": "qti-lookup-outcome-value",
|
|
7204
7229
|
"declaration": {
|
|
7205
|
-
"name": "
|
|
7206
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
7230
|
+
"name": "QtiLookupOutcomeValue",
|
|
7231
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts"
|
|
7207
7232
|
}
|
|
7208
7233
|
}
|
|
7209
7234
|
]
|
|
7210
7235
|
},
|
|
7211
7236
|
{
|
|
7212
7237
|
"kind": "javascript-module",
|
|
7213
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7238
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.unit-test.ts",
|
|
7214
7239
|
"declarations": [],
|
|
7215
7240
|
"exports": []
|
|
7216
7241
|
},
|
|
7217
7242
|
{
|
|
7218
7243
|
"kind": "javascript-module",
|
|
7219
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7244
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.xml",
|
|
7220
7245
|
"declarations": [],
|
|
7221
7246
|
"exports": []
|
|
7222
7247
|
},
|
|
@@ -7264,39 +7289,9 @@
|
|
|
7264
7289
|
},
|
|
7265
7290
|
{
|
|
7266
7291
|
"kind": "javascript-module",
|
|
7267
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-
|
|
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
|
-
]
|
|
7292
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/__snapshots__/qti-set-outcome-value.stories.ts.snap",
|
|
7293
|
+
"declarations": [],
|
|
7294
|
+
"exports": []
|
|
7300
7295
|
},
|
|
7301
7296
|
{
|
|
7302
7297
|
"kind": "javascript-module",
|
|
@@ -7306,7 +7301,7 @@
|
|
|
7306
7301
|
},
|
|
7307
7302
|
{
|
|
7308
7303
|
"kind": "javascript-module",
|
|
7309
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7304
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7310
7305
|
"declarations": [],
|
|
7311
7306
|
"exports": []
|
|
7312
7307
|
}
|