@citolab/qti-components 6.9.1-6 → 6.9.1-8
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 +138 -138
- package/dist/index.js +43 -43
- package/dist/qti-components/index.d.ts +4 -0
- package/dist/qti-components/index.js +82 -82
- package/package.json +1 -1
|
@@ -748,6 +748,62 @@
|
|
|
748
748
|
"declarations": [],
|
|
749
749
|
"exports": []
|
|
750
750
|
},
|
|
751
|
+
{
|
|
752
|
+
"kind": "javascript-module",
|
|
753
|
+
"path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
|
|
754
|
+
"declarations": [
|
|
755
|
+
{
|
|
756
|
+
"kind": "class",
|
|
757
|
+
"description": "Represents a custom element for referencing an assessment stimulus.",
|
|
758
|
+
"name": "QtiAssessmentStimulusRef",
|
|
759
|
+
"members": [],
|
|
760
|
+
"attributes": [
|
|
761
|
+
{
|
|
762
|
+
"name": "identifier",
|
|
763
|
+
"type": {
|
|
764
|
+
"text": "string"
|
|
765
|
+
},
|
|
766
|
+
"default": "''",
|
|
767
|
+
"description": "The identifier of the stimulus.",
|
|
768
|
+
"fieldName": "identifier"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "href",
|
|
772
|
+
"type": {
|
|
773
|
+
"text": "string"
|
|
774
|
+
},
|
|
775
|
+
"default": "''",
|
|
776
|
+
"description": "The href of the stimulus.",
|
|
777
|
+
"fieldName": "href"
|
|
778
|
+
}
|
|
779
|
+
],
|
|
780
|
+
"superclass": {
|
|
781
|
+
"name": "LitElement",
|
|
782
|
+
"package": "lit"
|
|
783
|
+
},
|
|
784
|
+
"tagName": "qti-assessment-stimulus-ref",
|
|
785
|
+
"customElement": true
|
|
786
|
+
}
|
|
787
|
+
],
|
|
788
|
+
"exports": [
|
|
789
|
+
{
|
|
790
|
+
"kind": "js",
|
|
791
|
+
"name": "QtiAssessmentStimulusRef",
|
|
792
|
+
"declaration": {
|
|
793
|
+
"name": "QtiAssessmentStimulusRef",
|
|
794
|
+
"module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"kind": "custom-element-definition",
|
|
799
|
+
"name": "qti-assessment-stimulus-ref",
|
|
800
|
+
"declaration": {
|
|
801
|
+
"name": "QtiAssessmentStimulusRef",
|
|
802
|
+
"module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
]
|
|
806
|
+
},
|
|
751
807
|
{
|
|
752
808
|
"kind": "javascript-module",
|
|
753
809
|
"path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
|
|
@@ -927,62 +983,6 @@
|
|
|
927
983
|
}
|
|
928
984
|
]
|
|
929
985
|
},
|
|
930
|
-
{
|
|
931
|
-
"kind": "javascript-module",
|
|
932
|
-
"path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
|
|
933
|
-
"declarations": [
|
|
934
|
-
{
|
|
935
|
-
"kind": "class",
|
|
936
|
-
"description": "Represents a custom element for referencing an assessment stimulus.",
|
|
937
|
-
"name": "QtiAssessmentStimulusRef",
|
|
938
|
-
"members": [],
|
|
939
|
-
"attributes": [
|
|
940
|
-
{
|
|
941
|
-
"name": "identifier",
|
|
942
|
-
"type": {
|
|
943
|
-
"text": "string"
|
|
944
|
-
},
|
|
945
|
-
"default": "''",
|
|
946
|
-
"description": "The identifier of the stimulus.",
|
|
947
|
-
"fieldName": "identifier"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "href",
|
|
951
|
-
"type": {
|
|
952
|
-
"text": "string"
|
|
953
|
-
},
|
|
954
|
-
"default": "''",
|
|
955
|
-
"description": "The href of the stimulus.",
|
|
956
|
-
"fieldName": "href"
|
|
957
|
-
}
|
|
958
|
-
],
|
|
959
|
-
"superclass": {
|
|
960
|
-
"name": "LitElement",
|
|
961
|
-
"package": "lit"
|
|
962
|
-
},
|
|
963
|
-
"tagName": "qti-assessment-stimulus-ref",
|
|
964
|
-
"customElement": true
|
|
965
|
-
}
|
|
966
|
-
],
|
|
967
|
-
"exports": [
|
|
968
|
-
{
|
|
969
|
-
"kind": "js",
|
|
970
|
-
"name": "QtiAssessmentStimulusRef",
|
|
971
|
-
"declaration": {
|
|
972
|
-
"name": "QtiAssessmentStimulusRef",
|
|
973
|
-
"module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
|
|
974
|
-
}
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"kind": "custom-element-definition",
|
|
978
|
-
"name": "qti-assessment-stimulus-ref",
|
|
979
|
-
"declaration": {
|
|
980
|
-
"name": "QtiAssessmentStimulusRef",
|
|
981
|
-
"module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
|
|
982
|
-
}
|
|
983
|
-
}
|
|
984
|
-
]
|
|
985
|
-
},
|
|
986
986
|
{
|
|
987
987
|
"kind": "javascript-module",
|
|
988
988
|
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
@@ -6014,6 +6014,52 @@
|
|
|
6014
6014
|
}
|
|
6015
6015
|
]
|
|
6016
6016
|
},
|
|
6017
|
+
{
|
|
6018
|
+
"kind": "javascript-module",
|
|
6019
|
+
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
6020
|
+
"declarations": [
|
|
6021
|
+
{
|
|
6022
|
+
"kind": "function",
|
|
6023
|
+
"name": "positionHotspots",
|
|
6024
|
+
"parameters": [
|
|
6025
|
+
{
|
|
6026
|
+
"name": "shape",
|
|
6027
|
+
"type": {
|
|
6028
|
+
"text": "string"
|
|
6029
|
+
}
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"name": "coordsNumber",
|
|
6033
|
+
"type": {
|
|
6034
|
+
"text": "number[]"
|
|
6035
|
+
}
|
|
6036
|
+
},
|
|
6037
|
+
{
|
|
6038
|
+
"name": "img",
|
|
6039
|
+
"type": {
|
|
6040
|
+
"text": "HTMLImageElement"
|
|
6041
|
+
}
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"name": "hotspot",
|
|
6045
|
+
"type": {
|
|
6046
|
+
"text": "QtiHotspotChoice"
|
|
6047
|
+
}
|
|
6048
|
+
}
|
|
6049
|
+
]
|
|
6050
|
+
}
|
|
6051
|
+
],
|
|
6052
|
+
"exports": [
|
|
6053
|
+
{
|
|
6054
|
+
"kind": "js",
|
|
6055
|
+
"name": "positionHotspots",
|
|
6056
|
+
"declaration": {
|
|
6057
|
+
"name": "positionHotspots",
|
|
6058
|
+
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
6059
|
+
}
|
|
6060
|
+
}
|
|
6061
|
+
]
|
|
6062
|
+
},
|
|
6017
6063
|
{
|
|
6018
6064
|
"kind": "javascript-module",
|
|
6019
6065
|
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
@@ -6305,52 +6351,6 @@
|
|
|
6305
6351
|
}
|
|
6306
6352
|
]
|
|
6307
6353
|
},
|
|
6308
|
-
{
|
|
6309
|
-
"kind": "javascript-module",
|
|
6310
|
-
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
6311
|
-
"declarations": [
|
|
6312
|
-
{
|
|
6313
|
-
"kind": "function",
|
|
6314
|
-
"name": "positionHotspots",
|
|
6315
|
-
"parameters": [
|
|
6316
|
-
{
|
|
6317
|
-
"name": "shape",
|
|
6318
|
-
"type": {
|
|
6319
|
-
"text": "string"
|
|
6320
|
-
}
|
|
6321
|
-
},
|
|
6322
|
-
{
|
|
6323
|
-
"name": "coordsNumber",
|
|
6324
|
-
"type": {
|
|
6325
|
-
"text": "number[]"
|
|
6326
|
-
}
|
|
6327
|
-
},
|
|
6328
|
-
{
|
|
6329
|
-
"name": "img",
|
|
6330
|
-
"type": {
|
|
6331
|
-
"text": "HTMLImageElement"
|
|
6332
|
-
}
|
|
6333
|
-
},
|
|
6334
|
-
{
|
|
6335
|
-
"name": "hotspot",
|
|
6336
|
-
"type": {
|
|
6337
|
-
"text": "QtiHotspotChoice"
|
|
6338
|
-
}
|
|
6339
|
-
}
|
|
6340
|
-
]
|
|
6341
|
-
}
|
|
6342
|
-
],
|
|
6343
|
-
"exports": [
|
|
6344
|
-
{
|
|
6345
|
-
"kind": "js",
|
|
6346
|
-
"name": "positionHotspots",
|
|
6347
|
-
"declaration": {
|
|
6348
|
-
"name": "positionHotspots",
|
|
6349
|
-
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
6350
|
-
}
|
|
6351
|
-
}
|
|
6352
|
-
]
|
|
6353
|
-
},
|
|
6354
6354
|
{
|
|
6355
6355
|
"kind": "javascript-module",
|
|
6356
6356
|
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
@@ -7464,6 +7464,42 @@
|
|
|
7464
7464
|
}
|
|
7465
7465
|
]
|
|
7466
7466
|
},
|
|
7467
|
+
{
|
|
7468
|
+
"kind": "javascript-module",
|
|
7469
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7470
|
+
"declarations": [
|
|
7471
|
+
{
|
|
7472
|
+
"kind": "class",
|
|
7473
|
+
"description": "",
|
|
7474
|
+
"name": "QtiResponseCondition",
|
|
7475
|
+
"members": [],
|
|
7476
|
+
"superclass": {
|
|
7477
|
+
"name": "QtiRule",
|
|
7478
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7479
|
+
},
|
|
7480
|
+
"tagName": "qti-response-condition",
|
|
7481
|
+
"customElement": true
|
|
7482
|
+
}
|
|
7483
|
+
],
|
|
7484
|
+
"exports": [
|
|
7485
|
+
{
|
|
7486
|
+
"kind": "js",
|
|
7487
|
+
"name": "QtiResponseCondition",
|
|
7488
|
+
"declaration": {
|
|
7489
|
+
"name": "QtiResponseCondition",
|
|
7490
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7491
|
+
}
|
|
7492
|
+
},
|
|
7493
|
+
{
|
|
7494
|
+
"kind": "custom-element-definition",
|
|
7495
|
+
"name": "qti-response-condition",
|
|
7496
|
+
"declaration": {
|
|
7497
|
+
"name": "QtiResponseCondition",
|
|
7498
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7499
|
+
}
|
|
7500
|
+
}
|
|
7501
|
+
]
|
|
7502
|
+
},
|
|
7467
7503
|
{
|
|
7468
7504
|
"kind": "javascript-module",
|
|
7469
7505
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
|
|
@@ -7529,42 +7565,6 @@
|
|
|
7529
7565
|
"declarations": [],
|
|
7530
7566
|
"exports": []
|
|
7531
7567
|
},
|
|
7532
|
-
{
|
|
7533
|
-
"kind": "javascript-module",
|
|
7534
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7535
|
-
"declarations": [
|
|
7536
|
-
{
|
|
7537
|
-
"kind": "class",
|
|
7538
|
-
"description": "",
|
|
7539
|
-
"name": "QtiResponseCondition",
|
|
7540
|
-
"members": [],
|
|
7541
|
-
"superclass": {
|
|
7542
|
-
"name": "QtiRule",
|
|
7543
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7544
|
-
},
|
|
7545
|
-
"tagName": "qti-response-condition",
|
|
7546
|
-
"customElement": true
|
|
7547
|
-
}
|
|
7548
|
-
],
|
|
7549
|
-
"exports": [
|
|
7550
|
-
{
|
|
7551
|
-
"kind": "js",
|
|
7552
|
-
"name": "QtiResponseCondition",
|
|
7553
|
-
"declaration": {
|
|
7554
|
-
"name": "QtiResponseCondition",
|
|
7555
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7556
|
-
}
|
|
7557
|
-
},
|
|
7558
|
-
{
|
|
7559
|
-
"kind": "custom-element-definition",
|
|
7560
|
-
"name": "qti-response-condition",
|
|
7561
|
-
"declaration": {
|
|
7562
|
-
"name": "QtiResponseCondition",
|
|
7563
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7564
|
-
}
|
|
7565
|
-
}
|
|
7566
|
-
]
|
|
7567
|
-
},
|
|
7568
7568
|
{
|
|
7569
7569
|
"kind": "javascript-module",
|
|
7570
7570
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
|