@citolab/qti-components 6.5.1 → 6.5.3
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 +359 -359
- package/dist/index.cjs +87 -48
- package/dist/index.d.cts +46 -1
- package/dist/index.d.ts +46 -1
- package/dist/index.js +86 -47
- package/dist/qti-components/index.cjs +23 -19
- package/dist/qti-components/index.d.cts +1 -0
- package/dist/qti-components/index.d.ts +1 -0
- package/dist/qti-components/index.js +50 -46
- package/dist/styles.bundled.css +3 -0
- package/package.json +4 -7
- package/src/styles/qti/qti-input-width.css +0 -36
- package/src/styles/qti/qti-layout.css +0 -119
- package/src/styles/qti/qti-styles.css +0 -58
- package/src/styles/qti-components.css +0 -158
- package/src/styles/qti-interactions.css +0 -299
- package/src/styles/qti-interactions.layout.css +0 -36
- package/src/styles/qti-styles.css +0 -50
- package/src/styles/stories/qti-components.stories.css +0 -11
|
@@ -96,6 +96,65 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
"kind": "javascript-module",
|
|
101
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
102
|
+
"declarations": [],
|
|
103
|
+
"exports": [
|
|
104
|
+
{
|
|
105
|
+
"kind": "js",
|
|
106
|
+
"name": "*",
|
|
107
|
+
"declaration": {
|
|
108
|
+
"name": "*",
|
|
109
|
+
"package": "./qti-transformers"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "javascript-module",
|
|
116
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
117
|
+
"declarations": [
|
|
118
|
+
{
|
|
119
|
+
"kind": "function",
|
|
120
|
+
"name": "qtiTransformItem",
|
|
121
|
+
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
122
|
+
"return": {
|
|
123
|
+
"type": {
|
|
124
|
+
"text": ""
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind": "function",
|
|
130
|
+
"name": "qtiTransformTest",
|
|
131
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
132
|
+
"return": {
|
|
133
|
+
"type": {
|
|
134
|
+
"text": ""
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"exports": [
|
|
140
|
+
{
|
|
141
|
+
"kind": "js",
|
|
142
|
+
"name": "qtiTransformItem",
|
|
143
|
+
"declaration": {
|
|
144
|
+
"name": "qtiTransformItem",
|
|
145
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"kind": "js",
|
|
150
|
+
"name": "qtiTransformTest",
|
|
151
|
+
"declaration": {
|
|
152
|
+
"name": "qtiTransformTest",
|
|
153
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
99
158
|
{
|
|
100
159
|
"kind": "javascript-module",
|
|
101
160
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -495,190 +554,6 @@
|
|
|
495
554
|
}
|
|
496
555
|
]
|
|
497
556
|
},
|
|
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
|
-
{
|
|
558
|
-
"kind": "javascript-module",
|
|
559
|
-
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
560
|
-
"declarations": [],
|
|
561
|
-
"exports": []
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"kind": "javascript-module",
|
|
565
|
-
"path": "src/lib/qti-components/internal/expression-result.ts",
|
|
566
|
-
"declarations": [],
|
|
567
|
-
"exports": []
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"kind": "javascript-module",
|
|
571
|
-
"path": "src/lib/qti-components/internal/template-strings.ts",
|
|
572
|
-
"declarations": [
|
|
573
|
-
{
|
|
574
|
-
"kind": "variable",
|
|
575
|
-
"name": "matchCorrect",
|
|
576
|
-
"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>`"
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"kind": "variable",
|
|
580
|
-
"name": "mapResponse",
|
|
581
|
-
"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>`"
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"kind": "variable",
|
|
585
|
-
"name": "mapResponsePoint",
|
|
586
|
-
"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>`"
|
|
587
|
-
}
|
|
588
|
-
],
|
|
589
|
-
"exports": [
|
|
590
|
-
{
|
|
591
|
-
"kind": "js",
|
|
592
|
-
"name": "matchCorrect",
|
|
593
|
-
"declaration": {
|
|
594
|
-
"name": "matchCorrect",
|
|
595
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
596
|
-
}
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"kind": "js",
|
|
600
|
-
"name": "mapResponse",
|
|
601
|
-
"declaration": {
|
|
602
|
-
"name": "mapResponse",
|
|
603
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"kind": "js",
|
|
608
|
-
"name": "mapResponsePoint",
|
|
609
|
-
"declaration": {
|
|
610
|
-
"name": "mapResponsePoint",
|
|
611
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
]
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"kind": "javascript-module",
|
|
618
|
-
"path": "src/lib/qti-components/internal/utils.ts",
|
|
619
|
-
"declarations": [
|
|
620
|
-
{
|
|
621
|
-
"kind": "function",
|
|
622
|
-
"name": "decimalSeparator"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"kind": "function",
|
|
626
|
-
"name": "convertNumberToUniveralFormat",
|
|
627
|
-
"parameters": [
|
|
628
|
-
{
|
|
629
|
-
"name": "number",
|
|
630
|
-
"type": {
|
|
631
|
-
"text": "number | string"
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
]
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"kind": "function",
|
|
638
|
-
"name": "IsNullOrUndefined",
|
|
639
|
-
"parameters": [
|
|
640
|
-
{
|
|
641
|
-
"name": "value",
|
|
642
|
-
"type": {
|
|
643
|
-
"text": "unknown"
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
]
|
|
647
|
-
}
|
|
648
|
-
],
|
|
649
|
-
"exports": [
|
|
650
|
-
{
|
|
651
|
-
"kind": "js",
|
|
652
|
-
"name": "decimalSeparator",
|
|
653
|
-
"declaration": {
|
|
654
|
-
"name": "decimalSeparator",
|
|
655
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"kind": "js",
|
|
660
|
-
"name": "convertNumberToUniveralFormat",
|
|
661
|
-
"declaration": {
|
|
662
|
-
"name": "convertNumberToUniveralFormat",
|
|
663
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"kind": "js",
|
|
668
|
-
"name": "IsNullOrUndefined",
|
|
669
|
-
"declaration": {
|
|
670
|
-
"name": "IsNullOrUndefined",
|
|
671
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
]
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"kind": "javascript-module",
|
|
678
|
-
"path": "src/lib/qti-components/internal/variables.ts",
|
|
679
|
-
"declarations": [],
|
|
680
|
-
"exports": []
|
|
681
|
-
},
|
|
682
557
|
{
|
|
683
558
|
"kind": "javascript-module",
|
|
684
559
|
"path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
|
|
@@ -845,6 +720,131 @@
|
|
|
845
720
|
}
|
|
846
721
|
]
|
|
847
722
|
},
|
|
723
|
+
{
|
|
724
|
+
"kind": "javascript-module",
|
|
725
|
+
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
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",
|
|
738
|
+
"declarations": [
|
|
739
|
+
{
|
|
740
|
+
"kind": "variable",
|
|
741
|
+
"name": "matchCorrect",
|
|
742
|
+
"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>`"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"kind": "variable",
|
|
746
|
+
"name": "mapResponse",
|
|
747
|
+
"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>`"
|
|
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>`"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"exports": [
|
|
756
|
+
{
|
|
757
|
+
"kind": "js",
|
|
758
|
+
"name": "matchCorrect",
|
|
759
|
+
"declaration": {
|
|
760
|
+
"name": "matchCorrect",
|
|
761
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"kind": "js",
|
|
766
|
+
"name": "mapResponse",
|
|
767
|
+
"declaration": {
|
|
768
|
+
"name": "mapResponse",
|
|
769
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"kind": "js",
|
|
774
|
+
"name": "mapResponsePoint",
|
|
775
|
+
"declaration": {
|
|
776
|
+
"name": "mapResponsePoint",
|
|
777
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
]
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"kind": "javascript-module",
|
|
784
|
+
"path": "src/lib/qti-components/internal/utils.ts",
|
|
785
|
+
"declarations": [
|
|
786
|
+
{
|
|
787
|
+
"kind": "function",
|
|
788
|
+
"name": "decimalSeparator"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"kind": "function",
|
|
792
|
+
"name": "convertNumberToUniveralFormat",
|
|
793
|
+
"parameters": [
|
|
794
|
+
{
|
|
795
|
+
"name": "number",
|
|
796
|
+
"type": {
|
|
797
|
+
"text": "number | string"
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
]
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"kind": "function",
|
|
804
|
+
"name": "IsNullOrUndefined",
|
|
805
|
+
"parameters": [
|
|
806
|
+
{
|
|
807
|
+
"name": "value",
|
|
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
848
|
{
|
|
849
849
|
"kind": "javascript-module",
|
|
850
850
|
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
@@ -938,53 +938,6 @@
|
|
|
938
938
|
}
|
|
939
939
|
]
|
|
940
940
|
},
|
|
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
941
|
{
|
|
989
942
|
"kind": "javascript-module",
|
|
990
943
|
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
@@ -1632,18 +1585,65 @@
|
|
|
1632
1585
|
"exports": [
|
|
1633
1586
|
{
|
|
1634
1587
|
"kind": "js",
|
|
1635
|
-
"name": "QtiSimpleChoice",
|
|
1588
|
+
"name": "QtiSimpleChoice",
|
|
1589
|
+
"declaration": {
|
|
1590
|
+
"name": "QtiSimpleChoice",
|
|
1591
|
+
"module": "src/lib/qti-components/qti-interaction/qti-simple-choice.ts"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "custom-element-definition",
|
|
1596
|
+
"name": "qti-simple-choice",
|
|
1597
|
+
"declaration": {
|
|
1598
|
+
"name": "QtiSimpleChoice",
|
|
1599
|
+
"module": "src/lib/qti-components/qti-interaction/qti-simple-choice.ts"
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
]
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "javascript-module",
|
|
1606
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1607
|
+
"declarations": [
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "class",
|
|
1610
|
+
"description": "",
|
|
1611
|
+
"name": "QtiItemBody",
|
|
1612
|
+
"slots": [
|
|
1613
|
+
{
|
|
1614
|
+
"description": "item body content.",
|
|
1615
|
+
"name": ""
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"description": "the qti rubric block is placed above the item",
|
|
1619
|
+
"name": "qti-rubric-block"
|
|
1620
|
+
}
|
|
1621
|
+
],
|
|
1622
|
+
"members": [],
|
|
1623
|
+
"superclass": {
|
|
1624
|
+
"name": "LitElement",
|
|
1625
|
+
"package": "lit"
|
|
1626
|
+
},
|
|
1627
|
+
"summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
|
|
1628
|
+
"tagName": "qti-item-body",
|
|
1629
|
+
"customElement": true
|
|
1630
|
+
}
|
|
1631
|
+
],
|
|
1632
|
+
"exports": [
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "js",
|
|
1635
|
+
"name": "default",
|
|
1636
1636
|
"declaration": {
|
|
1637
|
-
"name": "
|
|
1638
|
-
"module": "src/lib/qti-components/qti-
|
|
1637
|
+
"name": "QtiItemBody",
|
|
1638
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1639
1639
|
}
|
|
1640
1640
|
},
|
|
1641
1641
|
{
|
|
1642
1642
|
"kind": "custom-element-definition",
|
|
1643
|
-
"name": "qti-
|
|
1643
|
+
"name": "qti-item-body",
|
|
1644
1644
|
"declaration": {
|
|
1645
|
-
"name": "
|
|
1646
|
-
"module": "src/lib/qti-components/qti-
|
|
1645
|
+
"name": "QtiItemBody",
|
|
1646
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1647
1647
|
}
|
|
1648
1648
|
}
|
|
1649
1649
|
]
|
|
@@ -4802,42 +4802,6 @@
|
|
|
4802
4802
|
}
|
|
4803
4803
|
]
|
|
4804
4804
|
},
|
|
4805
|
-
{
|
|
4806
|
-
"kind": "javascript-module",
|
|
4807
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
4808
|
-
"declarations": [
|
|
4809
|
-
{
|
|
4810
|
-
"kind": "class",
|
|
4811
|
-
"description": "",
|
|
4812
|
-
"name": "QtiResponseElse",
|
|
4813
|
-
"members": [],
|
|
4814
|
-
"superclass": {
|
|
4815
|
-
"name": "LitElement",
|
|
4816
|
-
"package": "lit"
|
|
4817
|
-
},
|
|
4818
|
-
"tagName": "qti-response-else",
|
|
4819
|
-
"customElement": true
|
|
4820
|
-
}
|
|
4821
|
-
],
|
|
4822
|
-
"exports": [
|
|
4823
|
-
{
|
|
4824
|
-
"kind": "js",
|
|
4825
|
-
"name": "QtiResponseElse",
|
|
4826
|
-
"declaration": {
|
|
4827
|
-
"name": "QtiResponseElse",
|
|
4828
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
4829
|
-
}
|
|
4830
|
-
},
|
|
4831
|
-
{
|
|
4832
|
-
"kind": "custom-element-definition",
|
|
4833
|
-
"name": "qti-response-else",
|
|
4834
|
-
"declaration": {
|
|
4835
|
-
"name": "QtiResponseElse",
|
|
4836
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
4837
|
-
}
|
|
4838
|
-
}
|
|
4839
|
-
]
|
|
4840
|
-
},
|
|
4841
4805
|
{
|
|
4842
4806
|
"kind": "javascript-module",
|
|
4843
4807
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/index.ts",
|
|
@@ -5106,6 +5070,42 @@
|
|
|
5106
5070
|
}
|
|
5107
5071
|
]
|
|
5108
5072
|
},
|
|
5073
|
+
{
|
|
5074
|
+
"kind": "javascript-module",
|
|
5075
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
5076
|
+
"declarations": [
|
|
5077
|
+
{
|
|
5078
|
+
"kind": "class",
|
|
5079
|
+
"description": "",
|
|
5080
|
+
"name": "QtiResponseElse",
|
|
5081
|
+
"members": [],
|
|
5082
|
+
"superclass": {
|
|
5083
|
+
"name": "LitElement",
|
|
5084
|
+
"package": "lit"
|
|
5085
|
+
},
|
|
5086
|
+
"tagName": "qti-response-else",
|
|
5087
|
+
"customElement": true
|
|
5088
|
+
}
|
|
5089
|
+
],
|
|
5090
|
+
"exports": [
|
|
5091
|
+
{
|
|
5092
|
+
"kind": "js",
|
|
5093
|
+
"name": "QtiResponseElse",
|
|
5094
|
+
"declaration": {
|
|
5095
|
+
"name": "QtiResponseElse",
|
|
5096
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5097
|
+
}
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"kind": "custom-element-definition",
|
|
5101
|
+
"name": "qti-response-else",
|
|
5102
|
+
"declaration": {
|
|
5103
|
+
"name": "QtiResponseElse",
|
|
5104
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
5107
|
+
]
|
|
5108
|
+
},
|
|
5109
5109
|
{
|
|
5110
5110
|
"kind": "javascript-module",
|
|
5111
5111
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts",
|
|
@@ -6005,13 +6005,13 @@
|
|
|
6005
6005
|
},
|
|
6006
6006
|
{
|
|
6007
6007
|
"kind": "javascript-module",
|
|
6008
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6008
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6009
6009
|
"declarations": [],
|
|
6010
6010
|
"exports": []
|
|
6011
6011
|
},
|
|
6012
6012
|
{
|
|
6013
6013
|
"kind": "javascript-module",
|
|
6014
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6014
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6015
6015
|
"declarations": [],
|
|
6016
6016
|
"exports": []
|
|
6017
6017
|
},
|
|
@@ -6053,13 +6053,13 @@
|
|
|
6053
6053
|
},
|
|
6054
6054
|
{
|
|
6055
6055
|
"kind": "javascript-module",
|
|
6056
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6056
|
+
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/__snapshots__/qti-select-point-interaction.stories.ts.snap",
|
|
6057
6057
|
"declarations": [],
|
|
6058
6058
|
"exports": []
|
|
6059
6059
|
},
|
|
6060
6060
|
{
|
|
6061
6061
|
"kind": "javascript-module",
|
|
6062
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6062
|
+
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6063
6063
|
"declarations": [],
|
|
6064
6064
|
"exports": []
|
|
6065
6065
|
},
|
|
@@ -6075,42 +6075,6 @@
|
|
|
6075
6075
|
"declarations": [],
|
|
6076
6076
|
"exports": []
|
|
6077
6077
|
},
|
|
6078
|
-
{
|
|
6079
|
-
"kind": "javascript-module",
|
|
6080
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts",
|
|
6081
|
-
"declarations": [
|
|
6082
|
-
{
|
|
6083
|
-
"kind": "class",
|
|
6084
|
-
"description": "",
|
|
6085
|
-
"name": "QtiResponseIf",
|
|
6086
|
-
"members": [],
|
|
6087
|
-
"superclass": {
|
|
6088
|
-
"name": "QtiResponseElse",
|
|
6089
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
6090
|
-
},
|
|
6091
|
-
"tagName": "qti-response-if",
|
|
6092
|
-
"customElement": true
|
|
6093
|
-
}
|
|
6094
|
-
],
|
|
6095
|
-
"exports": [
|
|
6096
|
-
{
|
|
6097
|
-
"kind": "js",
|
|
6098
|
-
"name": "QtiResponseIf",
|
|
6099
|
-
"declaration": {
|
|
6100
|
-
"name": "QtiResponseIf",
|
|
6101
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6102
|
-
}
|
|
6103
|
-
},
|
|
6104
|
-
{
|
|
6105
|
-
"kind": "custom-element-definition",
|
|
6106
|
-
"name": "qti-response-if",
|
|
6107
|
-
"declaration": {
|
|
6108
|
-
"name": "QtiResponseIf",
|
|
6109
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6110
|
-
}
|
|
6111
|
-
}
|
|
6112
|
-
]
|
|
6113
|
-
},
|
|
6114
6078
|
{
|
|
6115
6079
|
"kind": "javascript-module",
|
|
6116
6080
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
|
|
@@ -6273,82 +6237,82 @@
|
|
|
6273
6237
|
},
|
|
6274
6238
|
{
|
|
6275
6239
|
"kind": "javascript-module",
|
|
6276
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6240
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts",
|
|
6277
6241
|
"declarations": [
|
|
6278
6242
|
{
|
|
6279
6243
|
"kind": "class",
|
|
6280
6244
|
"description": "",
|
|
6281
|
-
"name": "
|
|
6245
|
+
"name": "QtiEqual",
|
|
6282
6246
|
"members": [],
|
|
6247
|
+
"attributes": [
|
|
6248
|
+
{
|
|
6249
|
+
"name": "toleranceMode",
|
|
6250
|
+
"type": {
|
|
6251
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
6252
|
+
},
|
|
6253
|
+
"default": "'exact'",
|
|
6254
|
+
"fieldName": "toleranceMode"
|
|
6255
|
+
}
|
|
6256
|
+
],
|
|
6283
6257
|
"superclass": {
|
|
6284
6258
|
"name": "QtiExpression",
|
|
6285
6259
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6286
6260
|
},
|
|
6287
|
-
"tagName": "qti-
|
|
6261
|
+
"tagName": "qti-equal",
|
|
6288
6262
|
"customElement": true
|
|
6289
6263
|
}
|
|
6290
6264
|
],
|
|
6291
6265
|
"exports": [
|
|
6292
6266
|
{
|
|
6293
6267
|
"kind": "js",
|
|
6294
|
-
"name": "
|
|
6268
|
+
"name": "QtiEqual",
|
|
6295
6269
|
"declaration": {
|
|
6296
|
-
"name": "
|
|
6297
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6270
|
+
"name": "QtiEqual",
|
|
6271
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
6298
6272
|
}
|
|
6299
6273
|
},
|
|
6300
6274
|
{
|
|
6301
6275
|
"kind": "custom-element-definition",
|
|
6302
|
-
"name": "qti-
|
|
6276
|
+
"name": "qti-equal",
|
|
6303
6277
|
"declaration": {
|
|
6304
|
-
"name": "
|
|
6305
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6278
|
+
"name": "QtiEqual",
|
|
6279
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
6306
6280
|
}
|
|
6307
6281
|
}
|
|
6308
6282
|
]
|
|
6309
6283
|
},
|
|
6310
6284
|
{
|
|
6311
6285
|
"kind": "javascript-module",
|
|
6312
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6286
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts",
|
|
6313
6287
|
"declarations": [
|
|
6314
6288
|
{
|
|
6315
6289
|
"kind": "class",
|
|
6316
6290
|
"description": "",
|
|
6317
|
-
"name": "
|
|
6291
|
+
"name": "QtiCorrect",
|
|
6318
6292
|
"members": [],
|
|
6319
|
-
"attributes": [
|
|
6320
|
-
{
|
|
6321
|
-
"name": "toleranceMode",
|
|
6322
|
-
"type": {
|
|
6323
|
-
"text": "'exact' | 'relative' | 'absolute'"
|
|
6324
|
-
},
|
|
6325
|
-
"default": "'exact'",
|
|
6326
|
-
"fieldName": "toleranceMode"
|
|
6327
|
-
}
|
|
6328
|
-
],
|
|
6329
6293
|
"superclass": {
|
|
6330
6294
|
"name": "QtiExpression",
|
|
6331
6295
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6332
6296
|
},
|
|
6333
|
-
"tagName": "qti-
|
|
6297
|
+
"tagName": "qti-correct",
|
|
6334
6298
|
"customElement": true
|
|
6335
6299
|
}
|
|
6336
6300
|
],
|
|
6337
6301
|
"exports": [
|
|
6338
6302
|
{
|
|
6339
6303
|
"kind": "js",
|
|
6340
|
-
"name": "
|
|
6304
|
+
"name": "QtiCorrect",
|
|
6341
6305
|
"declaration": {
|
|
6342
|
-
"name": "
|
|
6343
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6306
|
+
"name": "QtiCorrect",
|
|
6307
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
|
|
6344
6308
|
}
|
|
6345
6309
|
},
|
|
6346
6310
|
{
|
|
6347
6311
|
"kind": "custom-element-definition",
|
|
6348
|
-
"name": "qti-
|
|
6312
|
+
"name": "qti-correct",
|
|
6349
6313
|
"declaration": {
|
|
6350
|
-
"name": "
|
|
6351
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6314
|
+
"name": "QtiCorrect",
|
|
6315
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
|
|
6352
6316
|
}
|
|
6353
6317
|
}
|
|
6354
6318
|
]
|
|
@@ -7099,6 +7063,42 @@
|
|
|
7099
7063
|
}
|
|
7100
7064
|
]
|
|
7101
7065
|
},
|
|
7066
|
+
{
|
|
7067
|
+
"kind": "javascript-module",
|
|
7068
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts",
|
|
7069
|
+
"declarations": [
|
|
7070
|
+
{
|
|
7071
|
+
"kind": "class",
|
|
7072
|
+
"description": "",
|
|
7073
|
+
"name": "QtiResponseIf",
|
|
7074
|
+
"members": [],
|
|
7075
|
+
"superclass": {
|
|
7076
|
+
"name": "QtiResponseElse",
|
|
7077
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
7078
|
+
},
|
|
7079
|
+
"tagName": "qti-response-if",
|
|
7080
|
+
"customElement": true
|
|
7081
|
+
}
|
|
7082
|
+
],
|
|
7083
|
+
"exports": [
|
|
7084
|
+
{
|
|
7085
|
+
"kind": "js",
|
|
7086
|
+
"name": "QtiResponseIf",
|
|
7087
|
+
"declaration": {
|
|
7088
|
+
"name": "QtiResponseIf",
|
|
7089
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
7090
|
+
}
|
|
7091
|
+
},
|
|
7092
|
+
{
|
|
7093
|
+
"kind": "custom-element-definition",
|
|
7094
|
+
"name": "qti-response-if",
|
|
7095
|
+
"declaration": {
|
|
7096
|
+
"name": "QtiResponseIf",
|
|
7097
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
7098
|
+
}
|
|
7099
|
+
}
|
|
7100
|
+
]
|
|
7101
|
+
},
|
|
7102
7102
|
{
|
|
7103
7103
|
"kind": "javascript-module",
|
|
7104
7104
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
|
|
@@ -7244,6 +7244,24 @@
|
|
|
7244
7244
|
}
|
|
7245
7245
|
]
|
|
7246
7246
|
},
|
|
7247
|
+
{
|
|
7248
|
+
"kind": "javascript-module",
|
|
7249
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7250
|
+
"declarations": [],
|
|
7251
|
+
"exports": []
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"kind": "javascript-module",
|
|
7255
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7256
|
+
"declarations": [],
|
|
7257
|
+
"exports": []
|
|
7258
|
+
},
|
|
7259
|
+
{
|
|
7260
|
+
"kind": "javascript-module",
|
|
7261
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7262
|
+
"declarations": [],
|
|
7263
|
+
"exports": []
|
|
7264
|
+
},
|
|
7247
7265
|
{
|
|
7248
7266
|
"kind": "javascript-module",
|
|
7249
7267
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts",
|
|
@@ -7280,24 +7298,6 @@
|
|
|
7280
7298
|
}
|
|
7281
7299
|
]
|
|
7282
7300
|
},
|
|
7283
|
-
{
|
|
7284
|
-
"kind": "javascript-module",
|
|
7285
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7286
|
-
"declarations": [],
|
|
7287
|
-
"exports": []
|
|
7288
|
-
},
|
|
7289
|
-
{
|
|
7290
|
-
"kind": "javascript-module",
|
|
7291
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7292
|
-
"declarations": [],
|
|
7293
|
-
"exports": []
|
|
7294
|
-
},
|
|
7295
|
-
{
|
|
7296
|
-
"kind": "javascript-module",
|
|
7297
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7298
|
-
"declarations": [],
|
|
7299
|
-
"exports": []
|
|
7300
|
-
},
|
|
7301
7301
|
{
|
|
7302
7302
|
"kind": "javascript-module",
|
|
7303
7303
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|