@citolab/qti-components 6.5.2 → 6.5.4
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 +1350 -1350
- package/dist/index.cjs +87 -48
- package/dist/index.d.cts +48 -3
- package/dist/index.d.ts +48 -3
- package/dist/index.js +86 -47
- package/dist/qti-components/index.cjs +23 -19
- package/dist/qti-components/index.d.cts +3 -2
- package/dist/qti-components/index.d.ts +3 -2
- package/dist/qti-components/index.js +50 -46
- package/dist/styles.bundled.css +3 -0
- package/package.json +1 -1
|
@@ -720,6 +720,131 @@
|
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
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
|
+
},
|
|
723
848
|
{
|
|
724
849
|
"kind": "javascript-module",
|
|
725
850
|
"path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
|
|
@@ -813,6 +938,89 @@
|
|
|
813
938
|
}
|
|
814
939
|
]
|
|
815
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
|
+
{
|
|
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
|
+
},
|
|
816
1024
|
{
|
|
817
1025
|
"kind": "javascript-module",
|
|
818
1026
|
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
@@ -1478,203 +1686,31 @@
|
|
|
1478
1686
|
},
|
|
1479
1687
|
{
|
|
1480
1688
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/lib/qti-components/
|
|
1482
|
-
"declarations": [],
|
|
1483
|
-
"exports": []
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "javascript-module",
|
|
1487
|
-
"path": "src/lib/qti-components/internal/expression-result.ts",
|
|
1689
|
+
"path": "src/lib/qti-components/qti-response-processing/index.ts",
|
|
1488
1690
|
"declarations": [],
|
|
1489
|
-
"exports": []
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"kind": "javascript-module",
|
|
1493
|
-
"path": "src/lib/qti-components/internal/template-strings.ts",
|
|
1494
|
-
"declarations": [
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "variable",
|
|
1497
|
-
"name": "matchCorrect",
|
|
1498
|
-
"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>`"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"kind": "variable",
|
|
1502
|
-
"name": "mapResponse",
|
|
1503
|
-
"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>`"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"kind": "variable",
|
|
1507
|
-
"name": "mapResponsePoint",
|
|
1508
|
-
"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>`"
|
|
1509
|
-
}
|
|
1510
|
-
],
|
|
1511
1691
|
"exports": [
|
|
1512
1692
|
{
|
|
1513
1693
|
"kind": "js",
|
|
1514
|
-
"name": "
|
|
1694
|
+
"name": "QtiResponseProcessing",
|
|
1515
1695
|
"declaration": {
|
|
1516
|
-
"name": "
|
|
1517
|
-
"module": "
|
|
1696
|
+
"name": "default",
|
|
1697
|
+
"module": "./qti-response-processing/qti-response-processing"
|
|
1518
1698
|
}
|
|
1519
1699
|
},
|
|
1520
1700
|
{
|
|
1521
1701
|
"kind": "js",
|
|
1522
|
-
"name": "
|
|
1702
|
+
"name": "*",
|
|
1523
1703
|
"declaration": {
|
|
1524
|
-
"name": "
|
|
1525
|
-
"
|
|
1704
|
+
"name": "*",
|
|
1705
|
+
"package": "./qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value"
|
|
1526
1706
|
}
|
|
1527
1707
|
},
|
|
1528
1708
|
{
|
|
1529
1709
|
"kind": "js",
|
|
1530
|
-
"name": "
|
|
1710
|
+
"name": "*",
|
|
1531
1711
|
"declaration": {
|
|
1532
|
-
"name": "
|
|
1533
|
-
"
|
|
1534
|
-
}
|
|
1535
|
-
}
|
|
1536
|
-
]
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "javascript-module",
|
|
1540
|
-
"path": "src/lib/qti-components/internal/utils.ts",
|
|
1541
|
-
"declarations": [
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "function",
|
|
1544
|
-
"name": "decimalSeparator"
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"kind": "function",
|
|
1548
|
-
"name": "convertNumberToUniveralFormat",
|
|
1549
|
-
"parameters": [
|
|
1550
|
-
{
|
|
1551
|
-
"name": "number",
|
|
1552
|
-
"type": {
|
|
1553
|
-
"text": "number | string"
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "function",
|
|
1560
|
-
"name": "IsNullOrUndefined",
|
|
1561
|
-
"parameters": [
|
|
1562
|
-
{
|
|
1563
|
-
"name": "value",
|
|
1564
|
-
"type": {
|
|
1565
|
-
"text": "unknown"
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
]
|
|
1569
|
-
}
|
|
1570
|
-
],
|
|
1571
|
-
"exports": [
|
|
1572
|
-
{
|
|
1573
|
-
"kind": "js",
|
|
1574
|
-
"name": "decimalSeparator",
|
|
1575
|
-
"declaration": {
|
|
1576
|
-
"name": "decimalSeparator",
|
|
1577
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"kind": "js",
|
|
1582
|
-
"name": "convertNumberToUniveralFormat",
|
|
1583
|
-
"declaration": {
|
|
1584
|
-
"name": "convertNumberToUniveralFormat",
|
|
1585
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"kind": "js",
|
|
1590
|
-
"name": "IsNullOrUndefined",
|
|
1591
|
-
"declaration": {
|
|
1592
|
-
"name": "IsNullOrUndefined",
|
|
1593
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
1594
|
-
}
|
|
1595
|
-
}
|
|
1596
|
-
]
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "javascript-module",
|
|
1600
|
-
"path": "src/lib/qti-components/internal/variables.ts",
|
|
1601
|
-
"declarations": [],
|
|
1602
|
-
"exports": []
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "javascript-module",
|
|
1606
|
-
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1607
|
-
"declarations": [
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "class",
|
|
1610
|
-
"description": "",
|
|
1611
|
-
"name": "QtiItemBody",
|
|
1612
|
-
"slots": [
|
|
1613
|
-
{
|
|
1614
|
-
"description": "item body content.",
|
|
1615
|
-
"name": ""
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"description": "the qti rubric block is placed above the item",
|
|
1619
|
-
"name": "qti-rubric-block"
|
|
1620
|
-
}
|
|
1621
|
-
],
|
|
1622
|
-
"members": [],
|
|
1623
|
-
"superclass": {
|
|
1624
|
-
"name": "LitElement",
|
|
1625
|
-
"package": "lit"
|
|
1626
|
-
},
|
|
1627
|
-
"summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
|
|
1628
|
-
"tagName": "qti-item-body",
|
|
1629
|
-
"customElement": true
|
|
1630
|
-
}
|
|
1631
|
-
],
|
|
1632
|
-
"exports": [
|
|
1633
|
-
{
|
|
1634
|
-
"kind": "js",
|
|
1635
|
-
"name": "default",
|
|
1636
|
-
"declaration": {
|
|
1637
|
-
"name": "QtiItemBody",
|
|
1638
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1639
|
-
}
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"kind": "custom-element-definition",
|
|
1643
|
-
"name": "qti-item-body",
|
|
1644
|
-
"declaration": {
|
|
1645
|
-
"name": "QtiItemBody",
|
|
1646
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1647
|
-
}
|
|
1648
|
-
}
|
|
1649
|
-
]
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "javascript-module",
|
|
1653
|
-
"path": "src/lib/qti-components/qti-response-processing/index.ts",
|
|
1654
|
-
"declarations": [],
|
|
1655
|
-
"exports": [
|
|
1656
|
-
{
|
|
1657
|
-
"kind": "js",
|
|
1658
|
-
"name": "QtiResponseProcessing",
|
|
1659
|
-
"declaration": {
|
|
1660
|
-
"name": "default",
|
|
1661
|
-
"module": "./qti-response-processing/qti-response-processing"
|
|
1662
|
-
}
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"kind": "js",
|
|
1666
|
-
"name": "*",
|
|
1667
|
-
"declaration": {
|
|
1668
|
-
"name": "*",
|
|
1669
|
-
"package": "./qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value"
|
|
1670
|
-
}
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"kind": "js",
|
|
1674
|
-
"name": "*",
|
|
1675
|
-
"declaration": {
|
|
1676
|
-
"name": "*",
|
|
1677
|
-
"package": "./qti-rule/qti-response-condition/qti-response-condition"
|
|
1712
|
+
"name": "*",
|
|
1713
|
+
"package": "./qti-rule/qti-response-condition/qti-response-condition"
|
|
1678
1714
|
}
|
|
1679
1715
|
},
|
|
1680
1716
|
{
|
|
@@ -1909,143 +1945,238 @@
|
|
|
1909
1945
|
},
|
|
1910
1946
|
{
|
|
1911
1947
|
"kind": "javascript-module",
|
|
1912
|
-
"path": "src/lib/qti-components/
|
|
1948
|
+
"path": "src/lib/qti-components/internal/events/index.ts",
|
|
1913
1949
|
"declarations": [],
|
|
1914
|
-
"exports": []
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1919
|
-
"declarations": [
|
|
1920
|
-
{
|
|
1921
|
-
"kind": "class",
|
|
1922
|
-
"description": "",
|
|
1923
|
-
"name": "QtiPrompt",
|
|
1924
|
-
"members": [],
|
|
1925
|
-
"superclass": {
|
|
1926
|
-
"name": "LitElement",
|
|
1927
|
-
"package": "lit"
|
|
1928
|
-
},
|
|
1929
|
-
"tagName": "qti-prompt",
|
|
1930
|
-
"customElement": true
|
|
1931
|
-
}
|
|
1932
|
-
],
|
|
1933
1950
|
"exports": [
|
|
1934
1951
|
{
|
|
1935
1952
|
"kind": "js",
|
|
1936
|
-
"name": "
|
|
1953
|
+
"name": "*",
|
|
1937
1954
|
"declaration": {
|
|
1938
|
-
"name": "
|
|
1939
|
-
"
|
|
1955
|
+
"name": "*",
|
|
1956
|
+
"package": "./qti-choice-element-selected"
|
|
1940
1957
|
}
|
|
1941
1958
|
},
|
|
1942
1959
|
{
|
|
1943
|
-
"kind": "
|
|
1944
|
-
"name": "
|
|
1960
|
+
"kind": "js",
|
|
1961
|
+
"name": "*",
|
|
1945
1962
|
"declaration": {
|
|
1946
|
-
"name": "
|
|
1947
|
-
"
|
|
1963
|
+
"name": "*",
|
|
1964
|
+
"package": "./qti-interaction-changed"
|
|
1948
1965
|
}
|
|
1949
|
-
}
|
|
1950
|
-
]
|
|
1951
|
-
},
|
|
1952
|
-
{
|
|
1953
|
-
"kind": "javascript-module",
|
|
1954
|
-
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
1955
|
-
"declarations": [
|
|
1956
|
-
{
|
|
1957
|
-
"kind": "class",
|
|
1958
|
-
"description": "",
|
|
1959
|
-
"name": "QtiFeedbackBlock",
|
|
1960
|
-
"members": [],
|
|
1961
|
-
"superclass": {
|
|
1962
|
-
"name": "QtiFeedback",
|
|
1963
|
-
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
1964
|
-
},
|
|
1965
|
-
"tagName": "qti-feedback-block",
|
|
1966
|
-
"customElement": true,
|
|
1967
|
-
"attributes": [
|
|
1968
|
-
{
|
|
1969
|
-
"name": "show-hide",
|
|
1970
|
-
"type": {
|
|
1971
|
-
"text": "string"
|
|
1972
|
-
},
|
|
1973
|
-
"fieldName": "showHide",
|
|
1974
|
-
"inheritedFrom": {
|
|
1975
|
-
"name": "QtiFeedback",
|
|
1976
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
"name": "outcome-identifier",
|
|
1981
|
-
"type": {
|
|
1982
|
-
"text": "string"
|
|
1983
|
-
},
|
|
1984
|
-
"fieldName": "outcomeIdentifier",
|
|
1985
|
-
"inheritedFrom": {
|
|
1986
|
-
"name": "QtiFeedback",
|
|
1987
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
1988
|
-
}
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"name": "identifier",
|
|
1992
|
-
"type": {
|
|
1993
|
-
"text": "string"
|
|
1994
|
-
},
|
|
1995
|
-
"fieldName": "identifier",
|
|
1996
|
-
"inheritedFrom": {
|
|
1997
|
-
"name": "QtiFeedback",
|
|
1998
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
],
|
|
2002
|
-
"events": [
|
|
2003
|
-
{
|
|
2004
|
-
"name": "qti-register-feedback",
|
|
2005
|
-
"type": {
|
|
2006
|
-
"text": "CustomEvent"
|
|
2007
|
-
},
|
|
2008
|
-
"inheritedFrom": {
|
|
2009
|
-
"name": "QtiFeedback",
|
|
2010
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
]
|
|
2014
|
-
}
|
|
2015
|
-
],
|
|
2016
|
-
"exports": [
|
|
1966
|
+
},
|
|
2017
1967
|
{
|
|
2018
1968
|
"kind": "js",
|
|
2019
|
-
"name": "
|
|
1969
|
+
"name": "*",
|
|
2020
1970
|
"declaration": {
|
|
2021
|
-
"name": "
|
|
2022
|
-
"
|
|
1971
|
+
"name": "*",
|
|
1972
|
+
"package": "./qti-interaction-response"
|
|
2023
1973
|
}
|
|
2024
1974
|
},
|
|
2025
1975
|
{
|
|
2026
|
-
"kind": "
|
|
2027
|
-
"name": "
|
|
1976
|
+
"kind": "js",
|
|
1977
|
+
"name": "*",
|
|
2028
1978
|
"declaration": {
|
|
2029
|
-
"name": "
|
|
2030
|
-
"
|
|
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": "*",
|
|
2002
|
+
"declaration": {
|
|
2003
|
+
"name": "*",
|
|
2004
|
+
"package": "./qti-register-interaction"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"kind": "js",
|
|
2009
|
+
"name": "*",
|
|
2010
|
+
"declaration": {
|
|
2011
|
+
"name": "*",
|
|
2012
|
+
"package": "./qti-register-variable"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "js",
|
|
2017
|
+
"name": "*",
|
|
2018
|
+
"declaration": {
|
|
2019
|
+
"name": "*",
|
|
2020
|
+
"package": "./qti-register-hotspot"
|
|
2031
2021
|
}
|
|
2032
2022
|
}
|
|
2033
2023
|
]
|
|
2034
2024
|
},
|
|
2035
2025
|
{
|
|
2036
2026
|
"kind": "javascript-module",
|
|
2037
|
-
"path": "src/lib/qti-components/
|
|
2027
|
+
"path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
|
|
2028
|
+
"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
|
+
]
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "javascript-module",
|
|
2042
|
+
"path": "src/lib/qti-components/internal/events/qti-interaction-changed.ts",
|
|
2043
|
+
"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
|
+
]
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"kind": "javascript-module",
|
|
2057
|
+
"path": "src/lib/qti-components/internal/events/qti-interaction-response.ts",
|
|
2058
|
+
"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
|
+
]
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"kind": "javascript-module",
|
|
2072
|
+
"path": "src/lib/qti-components/internal/events/qti-loose-choice.ts",
|
|
2073
|
+
"declarations": [],
|
|
2074
|
+
"exports": [
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "js",
|
|
2077
|
+
"name": "default",
|
|
2078
|
+
"declaration": {
|
|
2079
|
+
"name": "QtiLooseChoice",
|
|
2080
|
+
"module": "src/lib/qti-components/internal/events/qti-loose-choice.ts"
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
]
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"kind": "javascript-module",
|
|
2087
|
+
"path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
|
|
2088
|
+
"declarations": [],
|
|
2089
|
+
"exports": [
|
|
2090
|
+
{
|
|
2091
|
+
"kind": "js",
|
|
2092
|
+
"name": "default",
|
|
2093
|
+
"declaration": {
|
|
2094
|
+
"name": "QtiOutcomeChanged",
|
|
2095
|
+
"module": "src/lib/qti-components/internal/events/qti-outcome-changed.ts"
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"kind": "javascript-module",
|
|
2102
|
+
"path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
|
|
2103
|
+
"declarations": [],
|
|
2104
|
+
"exports": [
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "js",
|
|
2107
|
+
"name": "default",
|
|
2108
|
+
"declaration": {
|
|
2109
|
+
"name": "QtiRegisterChoice",
|
|
2110
|
+
"module": "src/lib/qti-components/internal/events/qti-register-choice.ts"
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"kind": "javascript-module",
|
|
2117
|
+
"path": "src/lib/qti-components/internal/events/qti-register-hotspot.ts",
|
|
2118
|
+
"declarations": [],
|
|
2119
|
+
"exports": [
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "js",
|
|
2122
|
+
"name": "default",
|
|
2123
|
+
"declaration": {
|
|
2124
|
+
"name": "QtiRegisterHotspot",
|
|
2125
|
+
"module": "src/lib/qti-components/internal/events/qti-register-hotspot.ts"
|
|
2126
|
+
}
|
|
2127
|
+
}
|
|
2128
|
+
]
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "javascript-module",
|
|
2132
|
+
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
2133
|
+
"declarations": [],
|
|
2134
|
+
"exports": [
|
|
2135
|
+
{
|
|
2136
|
+
"kind": "js",
|
|
2137
|
+
"name": "default",
|
|
2138
|
+
"declaration": {
|
|
2139
|
+
"name": "QtiRegisterInteraction",
|
|
2140
|
+
"module": "src/lib/qti-components/internal/events/qti-register-interaction.ts"
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
]
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"kind": "javascript-module",
|
|
2147
|
+
"path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
|
|
2148
|
+
"declarations": [],
|
|
2149
|
+
"exports": [
|
|
2150
|
+
{
|
|
2151
|
+
"kind": "js",
|
|
2152
|
+
"name": "default",
|
|
2153
|
+
"declaration": {
|
|
2154
|
+
"name": "QtiRegisterVariable",
|
|
2155
|
+
"module": "src/lib/qti-components/internal/events/qti-register-variable.ts"
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
]
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"kind": "javascript-module",
|
|
2162
|
+
"path": "src/lib/qti-components/qti-feedback/__snapshots__/qti-feedback.stories.ts.snap",
|
|
2163
|
+
"declarations": [],
|
|
2164
|
+
"exports": []
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"kind": "javascript-module",
|
|
2168
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
2038
2169
|
"declarations": [
|
|
2039
2170
|
{
|
|
2040
2171
|
"kind": "class",
|
|
2041
2172
|
"description": "",
|
|
2042
|
-
"name": "
|
|
2173
|
+
"name": "QtiFeedbackBlock",
|
|
2043
2174
|
"members": [],
|
|
2044
2175
|
"superclass": {
|
|
2045
2176
|
"name": "QtiFeedback",
|
|
2046
2177
|
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
2047
2178
|
},
|
|
2048
|
-
"tagName": "qti-feedback-
|
|
2179
|
+
"tagName": "qti-feedback-block",
|
|
2049
2180
|
"customElement": true,
|
|
2050
2181
|
"attributes": [
|
|
2051
2182
|
{
|
|
@@ -2099,36 +2230,36 @@
|
|
|
2099
2230
|
"exports": [
|
|
2100
2231
|
{
|
|
2101
2232
|
"kind": "js",
|
|
2102
|
-
"name": "
|
|
2233
|
+
"name": "QtiFeedbackBlock",
|
|
2103
2234
|
"declaration": {
|
|
2104
|
-
"name": "
|
|
2105
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback-
|
|
2235
|
+
"name": "QtiFeedbackBlock",
|
|
2236
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
2106
2237
|
}
|
|
2107
2238
|
},
|
|
2108
2239
|
{
|
|
2109
2240
|
"kind": "custom-element-definition",
|
|
2110
|
-
"name": "qti-feedback-
|
|
2241
|
+
"name": "qti-feedback-block",
|
|
2111
2242
|
"declaration": {
|
|
2112
|
-
"name": "
|
|
2113
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback-
|
|
2243
|
+
"name": "QtiFeedbackBlock",
|
|
2244
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts"
|
|
2114
2245
|
}
|
|
2115
2246
|
}
|
|
2116
2247
|
]
|
|
2117
2248
|
},
|
|
2118
2249
|
{
|
|
2119
2250
|
"kind": "javascript-module",
|
|
2120
|
-
"path": "src/lib/qti-components/qti-feedback/qti-
|
|
2251
|
+
"path": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts",
|
|
2121
2252
|
"declarations": [
|
|
2122
2253
|
{
|
|
2123
2254
|
"kind": "class",
|
|
2124
2255
|
"description": "",
|
|
2125
|
-
"name": "
|
|
2256
|
+
"name": "QtiFeedbackInline",
|
|
2126
2257
|
"members": [],
|
|
2127
2258
|
"superclass": {
|
|
2128
2259
|
"name": "QtiFeedback",
|
|
2129
2260
|
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
2130
2261
|
},
|
|
2131
|
-
"tagName": "qti-
|
|
2262
|
+
"tagName": "qti-feedback-inline",
|
|
2132
2263
|
"customElement": true,
|
|
2133
2264
|
"attributes": [
|
|
2134
2265
|
{
|
|
@@ -2182,54 +2313,137 @@
|
|
|
2182
2313
|
"exports": [
|
|
2183
2314
|
{
|
|
2184
2315
|
"kind": "js",
|
|
2185
|
-
"name": "
|
|
2316
|
+
"name": "QtiFeedbackInline",
|
|
2186
2317
|
"declaration": {
|
|
2187
|
-
"name": "
|
|
2188
|
-
"module": "src/lib/qti-components/qti-feedback/qti-
|
|
2318
|
+
"name": "QtiFeedbackInline",
|
|
2319
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
|
|
2189
2320
|
}
|
|
2190
2321
|
},
|
|
2191
2322
|
{
|
|
2192
2323
|
"kind": "custom-element-definition",
|
|
2193
|
-
"name": "qti-
|
|
2324
|
+
"name": "qti-feedback-inline",
|
|
2194
2325
|
"declaration": {
|
|
2195
|
-
"name": "
|
|
2196
|
-
"module": "src/lib/qti-components/qti-feedback/qti-
|
|
2326
|
+
"name": "QtiFeedbackInline",
|
|
2327
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
|
|
2197
2328
|
}
|
|
2198
2329
|
}
|
|
2199
2330
|
]
|
|
2200
2331
|
},
|
|
2201
2332
|
{
|
|
2202
2333
|
"kind": "javascript-module",
|
|
2203
|
-
"path": "src/lib/qti-components/qti-
|
|
2204
|
-
"declarations": [],
|
|
2205
|
-
"exports": []
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"kind": "javascript-module",
|
|
2209
|
-
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
|
|
2334
|
+
"path": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts",
|
|
2210
2335
|
"declarations": [
|
|
2211
2336
|
{
|
|
2212
2337
|
"kind": "class",
|
|
2213
2338
|
"description": "",
|
|
2214
|
-
"name": "
|
|
2215
|
-
"slots": [
|
|
2216
|
-
{
|
|
2217
|
-
"description": "The default slot where <qti-simple-choice> must be placed.",
|
|
2218
|
-
"name": ""
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"description": "slot where the prompt is placed.",
|
|
2222
|
-
"name": "prompt"
|
|
2223
|
-
}
|
|
2224
|
-
],
|
|
2339
|
+
"name": "QtiModalFeedback",
|
|
2225
2340
|
"members": [],
|
|
2226
|
-
"
|
|
2341
|
+
"superclass": {
|
|
2342
|
+
"name": "QtiFeedback",
|
|
2343
|
+
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
2344
|
+
},
|
|
2345
|
+
"tagName": "qti-modal-feedback",
|
|
2346
|
+
"customElement": true,
|
|
2347
|
+
"attributes": [
|
|
2227
2348
|
{
|
|
2228
|
-
"name": "
|
|
2349
|
+
"name": "show-hide",
|
|
2229
2350
|
"type": {
|
|
2230
|
-
"text": "
|
|
2351
|
+
"text": "string"
|
|
2231
2352
|
},
|
|
2232
|
-
"
|
|
2353
|
+
"fieldName": "showHide",
|
|
2354
|
+
"inheritedFrom": {
|
|
2355
|
+
"name": "QtiFeedback",
|
|
2356
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"name": "outcome-identifier",
|
|
2361
|
+
"type": {
|
|
2362
|
+
"text": "string"
|
|
2363
|
+
},
|
|
2364
|
+
"fieldName": "outcomeIdentifier",
|
|
2365
|
+
"inheritedFrom": {
|
|
2366
|
+
"name": "QtiFeedback",
|
|
2367
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"name": "identifier",
|
|
2372
|
+
"type": {
|
|
2373
|
+
"text": "string"
|
|
2374
|
+
},
|
|
2375
|
+
"fieldName": "identifier",
|
|
2376
|
+
"inheritedFrom": {
|
|
2377
|
+
"name": "QtiFeedback",
|
|
2378
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
],
|
|
2382
|
+
"events": [
|
|
2383
|
+
{
|
|
2384
|
+
"name": "qti-register-feedback",
|
|
2385
|
+
"type": {
|
|
2386
|
+
"text": "CustomEvent"
|
|
2387
|
+
},
|
|
2388
|
+
"inheritedFrom": {
|
|
2389
|
+
"name": "QtiFeedback",
|
|
2390
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2391
|
+
}
|
|
2392
|
+
}
|
|
2393
|
+
]
|
|
2394
|
+
}
|
|
2395
|
+
],
|
|
2396
|
+
"exports": [
|
|
2397
|
+
{
|
|
2398
|
+
"kind": "js",
|
|
2399
|
+
"name": "QtiModalFeedback",
|
|
2400
|
+
"declaration": {
|
|
2401
|
+
"name": "QtiModalFeedback",
|
|
2402
|
+
"module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"kind": "custom-element-definition",
|
|
2407
|
+
"name": "qti-modal-feedback",
|
|
2408
|
+
"declaration": {
|
|
2409
|
+
"name": "QtiModalFeedback",
|
|
2410
|
+
"module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
]
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"kind": "javascript-module",
|
|
2417
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.mdx",
|
|
2418
|
+
"declarations": [],
|
|
2419
|
+
"exports": []
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"kind": "javascript-module",
|
|
2423
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
|
|
2424
|
+
"declarations": [
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "class",
|
|
2427
|
+
"description": "",
|
|
2428
|
+
"name": "QtiChoiceInteraction",
|
|
2429
|
+
"slots": [
|
|
2430
|
+
{
|
|
2431
|
+
"description": "The default slot where <qti-simple-choice> must be placed.",
|
|
2432
|
+
"name": ""
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"description": "slot where the prompt is placed.",
|
|
2436
|
+
"name": "prompt"
|
|
2437
|
+
}
|
|
2438
|
+
],
|
|
2439
|
+
"members": [],
|
|
2440
|
+
"events": [
|
|
2441
|
+
{
|
|
2442
|
+
"name": "qti-register-interaction",
|
|
2443
|
+
"type": {
|
|
2444
|
+
"text": "CustomEvent"
|
|
2445
|
+
},
|
|
2446
|
+
"description": "emitted when the interaction wants to register itself",
|
|
2233
2447
|
"inheritedFrom": {
|
|
2234
2448
|
"name": "Interaction",
|
|
2235
2449
|
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
@@ -2474,137 +2688,6 @@
|
|
|
2474
2688
|
}
|
|
2475
2689
|
]
|
|
2476
2690
|
},
|
|
2477
|
-
{
|
|
2478
|
-
"kind": "javascript-module",
|
|
2479
|
-
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
|
|
2480
|
-
"declarations": [],
|
|
2481
|
-
"exports": []
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"kind": "javascript-module",
|
|
2485
|
-
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
2486
|
-
"declarations": [
|
|
2487
|
-
{
|
|
2488
|
-
"kind": "class",
|
|
2489
|
-
"description": "",
|
|
2490
|
-
"name": "QtiExtendedTextInteraction",
|
|
2491
|
-
"members": [],
|
|
2492
|
-
"attributes": [
|
|
2493
|
-
{
|
|
2494
|
-
"name": "expected-length",
|
|
2495
|
-
"type": {
|
|
2496
|
-
"text": "number"
|
|
2497
|
-
},
|
|
2498
|
-
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2499
|
-
"fieldName": "expectedLength"
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"name": "pattern-mask",
|
|
2503
|
-
"type": {
|
|
2504
|
-
"text": "string"
|
|
2505
|
-
},
|
|
2506
|
-
"fieldName": "patternMask"
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"name": "placeholder-text",
|
|
2510
|
-
"type": {
|
|
2511
|
-
"text": "string"
|
|
2512
|
-
},
|
|
2513
|
-
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2514
|
-
"fieldName": "placeholderText"
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"name": "class",
|
|
2518
|
-
"fieldName": "classNames"
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"name": "response-identifier",
|
|
2522
|
-
"type": {
|
|
2523
|
-
"text": "string"
|
|
2524
|
-
},
|
|
2525
|
-
"default": "''",
|
|
2526
|
-
"fieldName": "responseIdentifier",
|
|
2527
|
-
"inheritedFrom": {
|
|
2528
|
-
"name": "Interaction",
|
|
2529
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2530
|
-
}
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"name": "disabled",
|
|
2534
|
-
"type": {
|
|
2535
|
-
"text": "boolean"
|
|
2536
|
-
},
|
|
2537
|
-
"default": "false",
|
|
2538
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2539
|
-
"fieldName": "disabled",
|
|
2540
|
-
"inheritedFrom": {
|
|
2541
|
-
"name": "Interaction",
|
|
2542
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2543
|
-
}
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "readonly",
|
|
2547
|
-
"type": {
|
|
2548
|
-
"text": "boolean"
|
|
2549
|
-
},
|
|
2550
|
-
"default": "false",
|
|
2551
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2552
|
-
"fieldName": "readonly",
|
|
2553
|
-
"inheritedFrom": {
|
|
2554
|
-
"name": "Interaction",
|
|
2555
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2556
|
-
}
|
|
2557
|
-
}
|
|
2558
|
-
],
|
|
2559
|
-
"superclass": {
|
|
2560
|
-
"name": "Interaction",
|
|
2561
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2562
|
-
},
|
|
2563
|
-
"tagName": "qti-extended-text-interaction",
|
|
2564
|
-
"customElement": true,
|
|
2565
|
-
"events": [
|
|
2566
|
-
{
|
|
2567
|
-
"name": "qti-register-interaction",
|
|
2568
|
-
"type": {
|
|
2569
|
-
"text": "CustomEvent"
|
|
2570
|
-
},
|
|
2571
|
-
"inheritedFrom": {
|
|
2572
|
-
"name": "Interaction",
|
|
2573
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"name": "qti-interaction-response",
|
|
2578
|
-
"type": {
|
|
2579
|
-
"text": "CustomEvent"
|
|
2580
|
-
},
|
|
2581
|
-
"inheritedFrom": {
|
|
2582
|
-
"name": "Interaction",
|
|
2583
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2584
|
-
}
|
|
2585
|
-
}
|
|
2586
|
-
]
|
|
2587
|
-
}
|
|
2588
|
-
],
|
|
2589
|
-
"exports": [
|
|
2590
|
-
{
|
|
2591
|
-
"kind": "js",
|
|
2592
|
-
"name": "QtiExtendedTextInteraction",
|
|
2593
|
-
"declaration": {
|
|
2594
|
-
"name": "QtiExtendedTextInteraction",
|
|
2595
|
-
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2596
|
-
}
|
|
2597
|
-
},
|
|
2598
|
-
{
|
|
2599
|
-
"kind": "custom-element-definition",
|
|
2600
|
-
"name": "qti-extended-text-interaction",
|
|
2601
|
-
"declaration": {
|
|
2602
|
-
"name": "QtiExtendedTextInteraction",
|
|
2603
|
-
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2604
|
-
}
|
|
2605
|
-
}
|
|
2606
|
-
]
|
|
2607
|
-
},
|
|
2608
2691
|
{
|
|
2609
2692
|
"kind": "javascript-module",
|
|
2610
2693
|
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.mdx",
|
|
@@ -2975,51 +3058,46 @@
|
|
|
2975
3058
|
},
|
|
2976
3059
|
{
|
|
2977
3060
|
"kind": "javascript-module",
|
|
2978
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3061
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
|
|
2979
3062
|
"declarations": [],
|
|
2980
3063
|
"exports": []
|
|
2981
3064
|
},
|
|
2982
3065
|
{
|
|
2983
3066
|
"kind": "javascript-module",
|
|
2984
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3067
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
2985
3068
|
"declarations": [
|
|
2986
3069
|
{
|
|
2987
3070
|
"kind": "class",
|
|
2988
3071
|
"description": "",
|
|
2989
|
-
"name": "
|
|
3072
|
+
"name": "QtiExtendedTextInteraction",
|
|
2990
3073
|
"members": [],
|
|
2991
|
-
"superclass": {
|
|
2992
|
-
"name": "Choices",
|
|
2993
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
2994
|
-
},
|
|
2995
|
-
"tagName": "qti-graphic-order-interaction",
|
|
2996
|
-
"customElement": true,
|
|
2997
3074
|
"attributes": [
|
|
2998
3075
|
{
|
|
2999
|
-
"name": "
|
|
3076
|
+
"name": "expected-length",
|
|
3000
3077
|
"type": {
|
|
3001
3078
|
"text": "number"
|
|
3002
3079
|
},
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
3005
|
-
"fieldName": "minChoices",
|
|
3006
|
-
"inheritedFrom": {
|
|
3007
|
-
"name": "Choices",
|
|
3008
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3009
|
-
}
|
|
3080
|
+
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
3081
|
+
"fieldName": "expectedLength"
|
|
3010
3082
|
},
|
|
3011
3083
|
{
|
|
3012
|
-
"name": "
|
|
3084
|
+
"name": "pattern-mask",
|
|
3013
3085
|
"type": {
|
|
3014
|
-
"text": "
|
|
3086
|
+
"text": "string"
|
|
3015
3087
|
},
|
|
3016
|
-
"
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
"
|
|
3020
|
-
|
|
3021
|
-
"
|
|
3022
|
-
}
|
|
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"
|
|
3023
3101
|
},
|
|
3024
3102
|
{
|
|
3025
3103
|
"name": "response-identifier",
|
|
@@ -3060,6 +3138,12 @@
|
|
|
3060
3138
|
}
|
|
3061
3139
|
}
|
|
3062
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,
|
|
3063
3147
|
"events": [
|
|
3064
3148
|
{
|
|
3065
3149
|
"name": "qti-register-interaction",
|
|
@@ -3087,70 +3171,50 @@
|
|
|
3087
3171
|
"exports": [
|
|
3088
3172
|
{
|
|
3089
3173
|
"kind": "js",
|
|
3090
|
-
"name": "
|
|
3174
|
+
"name": "QtiExtendedTextInteraction",
|
|
3091
3175
|
"declaration": {
|
|
3092
|
-
"name": "
|
|
3093
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3176
|
+
"name": "QtiExtendedTextInteraction",
|
|
3177
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3094
3178
|
}
|
|
3095
3179
|
},
|
|
3096
3180
|
{
|
|
3097
3181
|
"kind": "custom-element-definition",
|
|
3098
|
-
"name": "qti-
|
|
3182
|
+
"name": "qti-extended-text-interaction",
|
|
3099
3183
|
"declaration": {
|
|
3100
|
-
"name": "
|
|
3101
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3184
|
+
"name": "QtiExtendedTextInteraction",
|
|
3185
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3102
3186
|
}
|
|
3103
3187
|
}
|
|
3104
3188
|
]
|
|
3105
3189
|
},
|
|
3106
3190
|
{
|
|
3107
3191
|
"kind": "javascript-module",
|
|
3108
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3192
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.mdx",
|
|
3109
3193
|
"declarations": [],
|
|
3110
3194
|
"exports": []
|
|
3111
3195
|
},
|
|
3112
3196
|
{
|
|
3113
3197
|
"kind": "javascript-module",
|
|
3114
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3198
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
|
|
3115
3199
|
"declarations": [
|
|
3116
3200
|
{
|
|
3117
3201
|
"kind": "class",
|
|
3118
3202
|
"description": "",
|
|
3119
|
-
"name": "
|
|
3203
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3120
3204
|
"members": [],
|
|
3205
|
+
"mixins": [
|
|
3206
|
+
{
|
|
3207
|
+
"name": "DragDropInteractionMixin",
|
|
3208
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3209
|
+
}
|
|
3210
|
+
],
|
|
3121
3211
|
"superclass": {
|
|
3122
|
-
"name": "
|
|
3123
|
-
"
|
|
3212
|
+
"name": "LitElement",
|
|
3213
|
+
"package": "lit"
|
|
3124
3214
|
},
|
|
3125
|
-
"tagName": "qti-
|
|
3215
|
+
"tagName": "qti-graphic-gap-match-interaction",
|
|
3126
3216
|
"customElement": true,
|
|
3127
3217
|
"attributes": [
|
|
3128
|
-
{
|
|
3129
|
-
"name": "min-choices",
|
|
3130
|
-
"type": {
|
|
3131
|
-
"text": "number"
|
|
3132
|
-
},
|
|
3133
|
-
"default": "0",
|
|
3134
|
-
"description": "the minimal number of selections a candidate must make",
|
|
3135
|
-
"fieldName": "minChoices",
|
|
3136
|
-
"inheritedFrom": {
|
|
3137
|
-
"name": "Choices",
|
|
3138
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3139
|
-
}
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
"name": "max-choices",
|
|
3143
|
-
"type": {
|
|
3144
|
-
"text": "number"
|
|
3145
|
-
},
|
|
3146
|
-
"default": "1",
|
|
3147
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3148
|
-
"fieldName": "maxChoices",
|
|
3149
|
-
"inheritedFrom": {
|
|
3150
|
-
"name": "Choices",
|
|
3151
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3152
|
-
}
|
|
3153
|
-
},
|
|
3154
3218
|
{
|
|
3155
3219
|
"name": "response-identifier",
|
|
3156
3220
|
"type": {
|
|
@@ -3159,8 +3223,8 @@
|
|
|
3159
3223
|
"default": "''",
|
|
3160
3224
|
"fieldName": "responseIdentifier",
|
|
3161
3225
|
"inheritedFrom": {
|
|
3162
|
-
"name": "
|
|
3163
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3226
|
+
"name": "DragDropInteractionMixin",
|
|
3227
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3164
3228
|
}
|
|
3165
3229
|
},
|
|
3166
3230
|
{
|
|
@@ -3169,11 +3233,10 @@
|
|
|
3169
3233
|
"text": "boolean"
|
|
3170
3234
|
},
|
|
3171
3235
|
"default": "false",
|
|
3172
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3173
3236
|
"fieldName": "disabled",
|
|
3174
3237
|
"inheritedFrom": {
|
|
3175
|
-
"name": "
|
|
3176
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3238
|
+
"name": "DroppablesMixin",
|
|
3239
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3177
3240
|
}
|
|
3178
3241
|
},
|
|
3179
3242
|
{
|
|
@@ -3182,11 +3245,34 @@
|
|
|
3182
3245
|
"text": "boolean"
|
|
3183
3246
|
},
|
|
3184
3247
|
"default": "false",
|
|
3185
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3186
3248
|
"fieldName": "readonly",
|
|
3187
3249
|
"inheritedFrom": {
|
|
3188
|
-
"name": "
|
|
3189
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3250
|
+
"name": "DragDropInteractionMixin",
|
|
3251
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "min-associations",
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "number"
|
|
3258
|
+
},
|
|
3259
|
+
"default": "1",
|
|
3260
|
+
"fieldName": "minAssociations",
|
|
3261
|
+
"inheritedFrom": {
|
|
3262
|
+
"name": "DragDropInteractionMixin",
|
|
3263
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "max-associations",
|
|
3268
|
+
"type": {
|
|
3269
|
+
"text": "number"
|
|
3270
|
+
},
|
|
3271
|
+
"default": "1",
|
|
3272
|
+
"fieldName": "maxAssociations",
|
|
3273
|
+
"inheritedFrom": {
|
|
3274
|
+
"name": "DragDropInteractionMixin",
|
|
3275
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3190
3276
|
}
|
|
3191
3277
|
}
|
|
3192
3278
|
],
|
|
@@ -3197,8 +3283,8 @@
|
|
|
3197
3283
|
"text": "CustomEvent"
|
|
3198
3284
|
},
|
|
3199
3285
|
"inheritedFrom": {
|
|
3200
|
-
"name": "
|
|
3201
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3286
|
+
"name": "DragDropInteractionMixin",
|
|
3287
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3202
3288
|
}
|
|
3203
3289
|
},
|
|
3204
3290
|
{
|
|
@@ -3207,8 +3293,8 @@
|
|
|
3207
3293
|
"text": "CustomEvent"
|
|
3208
3294
|
},
|
|
3209
3295
|
"inheritedFrom": {
|
|
3210
|
-
"name": "
|
|
3211
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3296
|
+
"name": "DragDropInteractionMixin",
|
|
3297
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3212
3298
|
}
|
|
3213
3299
|
}
|
|
3214
3300
|
]
|
|
@@ -3217,42 +3303,42 @@
|
|
|
3217
3303
|
"exports": [
|
|
3218
3304
|
{
|
|
3219
3305
|
"kind": "js",
|
|
3220
|
-
"name": "
|
|
3306
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3221
3307
|
"declaration": {
|
|
3222
|
-
"name": "
|
|
3223
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3308
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3309
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
3224
3310
|
}
|
|
3225
3311
|
},
|
|
3226
3312
|
{
|
|
3227
3313
|
"kind": "custom-element-definition",
|
|
3228
|
-
"name": "qti-
|
|
3314
|
+
"name": "qti-graphic-gap-match-interaction",
|
|
3229
3315
|
"declaration": {
|
|
3230
|
-
"name": "
|
|
3231
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3316
|
+
"name": "QtiGraphicGapMatchInteraction",
|
|
3317
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
3232
3318
|
}
|
|
3233
3319
|
}
|
|
3234
3320
|
]
|
|
3235
3321
|
},
|
|
3236
3322
|
{
|
|
3237
3323
|
"kind": "javascript-module",
|
|
3238
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3324
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.mdx",
|
|
3239
3325
|
"declarations": [],
|
|
3240
3326
|
"exports": []
|
|
3241
3327
|
},
|
|
3242
3328
|
{
|
|
3243
3329
|
"kind": "javascript-module",
|
|
3244
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3330
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
|
|
3245
3331
|
"declarations": [
|
|
3246
3332
|
{
|
|
3247
3333
|
"kind": "class",
|
|
3248
3334
|
"description": "",
|
|
3249
|
-
"name": "
|
|
3335
|
+
"name": "QtiGraphicOrderInteraction",
|
|
3250
3336
|
"members": [],
|
|
3251
3337
|
"superclass": {
|
|
3252
3338
|
"name": "Choices",
|
|
3253
3339
|
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3254
3340
|
},
|
|
3255
|
-
"tagName": "qti-
|
|
3341
|
+
"tagName": "qti-graphic-order-interaction",
|
|
3256
3342
|
"customElement": true,
|
|
3257
3343
|
"attributes": [
|
|
3258
3344
|
{
|
|
@@ -3347,45 +3433,69 @@
|
|
|
3347
3433
|
"exports": [
|
|
3348
3434
|
{
|
|
3349
3435
|
"kind": "js",
|
|
3350
|
-
"name": "
|
|
3436
|
+
"name": "QtiGraphicOrderInteraction",
|
|
3351
3437
|
"declaration": {
|
|
3352
|
-
"name": "
|
|
3353
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3438
|
+
"name": "QtiGraphicOrderInteraction",
|
|
3439
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
3354
3440
|
}
|
|
3355
3441
|
},
|
|
3356
3442
|
{
|
|
3357
3443
|
"kind": "custom-element-definition",
|
|
3358
|
-
"name": "qti-
|
|
3444
|
+
"name": "qti-graphic-order-interaction",
|
|
3359
3445
|
"declaration": {
|
|
3360
|
-
"name": "
|
|
3361
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3446
|
+
"name": "QtiGraphicOrderInteraction",
|
|
3447
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
|
|
3362
3448
|
}
|
|
3363
3449
|
}
|
|
3364
3450
|
]
|
|
3365
3451
|
},
|
|
3366
3452
|
{
|
|
3367
3453
|
"kind": "javascript-module",
|
|
3368
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3454
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.mdx",
|
|
3369
3455
|
"declarations": [],
|
|
3370
3456
|
"exports": []
|
|
3371
3457
|
},
|
|
3372
3458
|
{
|
|
3373
3459
|
"kind": "javascript-module",
|
|
3374
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3460
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
|
|
3375
3461
|
"declarations": [
|
|
3376
3462
|
{
|
|
3377
3463
|
"kind": "class",
|
|
3378
3464
|
"description": "",
|
|
3379
|
-
"name": "
|
|
3465
|
+
"name": "QtiHottextInteraction",
|
|
3380
3466
|
"members": [],
|
|
3467
|
+
"superclass": {
|
|
3468
|
+
"name": "Choices",
|
|
3469
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3470
|
+
},
|
|
3471
|
+
"tagName": "qti-hottext-interaction",
|
|
3472
|
+
"customElement": true,
|
|
3381
3473
|
"attributes": [
|
|
3382
3474
|
{
|
|
3383
|
-
"name": "
|
|
3475
|
+
"name": "min-choices",
|
|
3384
3476
|
"type": {
|
|
3385
|
-
"text": "
|
|
3477
|
+
"text": "number"
|
|
3386
3478
|
},
|
|
3387
|
-
"default": "
|
|
3388
|
-
"
|
|
3479
|
+
"default": "0",
|
|
3480
|
+
"description": "the minimal number of selections a candidate must make",
|
|
3481
|
+
"fieldName": "minChoices",
|
|
3482
|
+
"inheritedFrom": {
|
|
3483
|
+
"name": "Choices",
|
|
3484
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3485
|
+
}
|
|
3486
|
+
},
|
|
3487
|
+
{
|
|
3488
|
+
"name": "max-choices",
|
|
3489
|
+
"type": {
|
|
3490
|
+
"text": "number"
|
|
3491
|
+
},
|
|
3492
|
+
"default": "1",
|
|
3493
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3494
|
+
"fieldName": "maxChoices",
|
|
3495
|
+
"inheritedFrom": {
|
|
3496
|
+
"name": "Choices",
|
|
3497
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3498
|
+
}
|
|
3389
3499
|
},
|
|
3390
3500
|
{
|
|
3391
3501
|
"name": "response-identifier",
|
|
@@ -3426,12 +3536,6 @@
|
|
|
3426
3536
|
}
|
|
3427
3537
|
}
|
|
3428
3538
|
],
|
|
3429
|
-
"superclass": {
|
|
3430
|
-
"name": "Interaction",
|
|
3431
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3432
|
-
},
|
|
3433
|
-
"tagName": "qti-inline-choice-interaction",
|
|
3434
|
-
"customElement": true,
|
|
3435
3539
|
"events": [
|
|
3436
3540
|
{
|
|
3437
3541
|
"name": "qti-register-interaction",
|
|
@@ -3459,18 +3563,18 @@
|
|
|
3459
3563
|
"exports": [
|
|
3460
3564
|
{
|
|
3461
3565
|
"kind": "js",
|
|
3462
|
-
"name": "
|
|
3566
|
+
"name": "QtiHottextInteraction",
|
|
3463
3567
|
"declaration": {
|
|
3464
|
-
"name": "
|
|
3465
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3568
|
+
"name": "QtiHottextInteraction",
|
|
3569
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3466
3570
|
}
|
|
3467
3571
|
},
|
|
3468
3572
|
{
|
|
3469
3573
|
"kind": "custom-element-definition",
|
|
3470
|
-
"name": "qti-
|
|
3574
|
+
"name": "qti-hottext-interaction",
|
|
3471
3575
|
"declaration": {
|
|
3472
|
-
"name": "
|
|
3473
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3576
|
+
"name": "QtiHottextInteraction",
|
|
3577
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3474
3578
|
}
|
|
3475
3579
|
}
|
|
3476
3580
|
]
|
|
@@ -3858,45 +3962,175 @@
|
|
|
3858
3962
|
},
|
|
3859
3963
|
{
|
|
3860
3964
|
"kind": "javascript-module",
|
|
3861
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3965
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.mdx",
|
|
3862
3966
|
"declarations": [],
|
|
3863
3967
|
"exports": []
|
|
3864
3968
|
},
|
|
3865
3969
|
{
|
|
3866
3970
|
"kind": "javascript-module",
|
|
3867
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3971
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
3868
3972
|
"declarations": [
|
|
3869
3973
|
{
|
|
3870
3974
|
"kind": "class",
|
|
3871
3975
|
"description": "",
|
|
3872
|
-
"name": "
|
|
3976
|
+
"name": "QtiHotspotInteraction",
|
|
3873
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,
|
|
3874
3984
|
"attributes": [
|
|
3875
3985
|
{
|
|
3876
|
-
"name": "
|
|
3986
|
+
"name": "min-choices",
|
|
3877
3987
|
"type": {
|
|
3878
|
-
"text": "
|
|
3988
|
+
"text": "number"
|
|
3879
3989
|
},
|
|
3880
|
-
"
|
|
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
|
+
}
|
|
3881
3997
|
},
|
|
3882
3998
|
{
|
|
3883
|
-
"name": "
|
|
3999
|
+
"name": "max-choices",
|
|
3884
4000
|
"type": {
|
|
3885
|
-
"text": "
|
|
4001
|
+
"text": "number"
|
|
3886
4002
|
},
|
|
3887
|
-
"
|
|
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
|
+
}
|
|
3888
4010
|
},
|
|
3889
4011
|
{
|
|
3890
|
-
"name": "
|
|
4012
|
+
"name": "response-identifier",
|
|
3891
4013
|
"type": {
|
|
3892
4014
|
"text": "string"
|
|
3893
4015
|
},
|
|
3894
|
-
"
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
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",
|
|
4107
|
+
"members": [],
|
|
4108
|
+
"attributes": [
|
|
4109
|
+
{
|
|
4110
|
+
"name": "response-identifier",
|
|
4111
|
+
"type": {
|
|
4112
|
+
"text": "string"
|
|
4113
|
+
},
|
|
4114
|
+
"fieldName": "responseIdentifier"
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"name": "module",
|
|
4118
|
+
"type": {
|
|
4119
|
+
"text": "string"
|
|
4120
|
+
},
|
|
4121
|
+
"fieldName": "module"
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"name": "custom-interaction-type-identifier",
|
|
4125
|
+
"type": {
|
|
4126
|
+
"text": "string"
|
|
4127
|
+
},
|
|
4128
|
+
"fieldName": "customInteractionTypeIdentifier"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "base-url",
|
|
4132
|
+
"type": {
|
|
4133
|
+
"text": "string"
|
|
3900
4134
|
},
|
|
3901
4135
|
"fieldName": "baseUrl"
|
|
3902
4136
|
}
|
|
@@ -4329,379 +4563,241 @@
|
|
|
4329
4563
|
},
|
|
4330
4564
|
{
|
|
4331
4565
|
"kind": "javascript-module",
|
|
4332
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4566
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.mdx",
|
|
4333
4567
|
"declarations": [],
|
|
4334
4568
|
"exports": []
|
|
4335
4569
|
},
|
|
4336
4570
|
{
|
|
4337
4571
|
"kind": "javascript-module",
|
|
4338
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4572
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
4339
4573
|
"declarations": [
|
|
4340
4574
|
{
|
|
4341
4575
|
"kind": "class",
|
|
4342
4576
|
"description": "",
|
|
4343
|
-
"name": "
|
|
4577
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4344
4578
|
"members": [],
|
|
4345
4579
|
"attributes": [
|
|
4346
4580
|
{
|
|
4347
|
-
"name": "
|
|
4348
|
-
"type": {
|
|
4349
|
-
"text": "number"
|
|
4350
|
-
},
|
|
4351
|
-
"fieldName": "expectedLength"
|
|
4352
|
-
},
|
|
4353
|
-
{
|
|
4354
|
-
"name": "pattern-mask",
|
|
4355
|
-
"type": {
|
|
4356
|
-
"text": "string"
|
|
4357
|
-
},
|
|
4358
|
-
"fieldName": "patternMask"
|
|
4359
|
-
},
|
|
4360
|
-
{
|
|
4361
|
-
"name": "placeholder-text",
|
|
4581
|
+
"name": "data-prompt",
|
|
4362
4582
|
"type": {
|
|
4363
4583
|
"text": "string"
|
|
4364
4584
|
},
|
|
4365
|
-
"
|
|
4366
|
-
|
|
4367
|
-
{
|
|
4368
|
-
"name": "class",
|
|
4369
|
-
"fieldName": "classNames"
|
|
4585
|
+
"default": "'select'",
|
|
4586
|
+
"fieldName": "dataPrompt"
|
|
4370
4587
|
},
|
|
4371
4588
|
{
|
|
4372
4589
|
"name": "response-identifier",
|
|
4373
4590
|
"type": {
|
|
4374
4591
|
"text": "string"
|
|
4375
4592
|
},
|
|
4376
|
-
"default": "''",
|
|
4377
|
-
"fieldName": "responseIdentifier",
|
|
4378
|
-
"inheritedFrom": {
|
|
4379
|
-
"name": "Interaction",
|
|
4380
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4381
|
-
}
|
|
4382
|
-
},
|
|
4383
|
-
{
|
|
4384
|
-
"name": "disabled",
|
|
4385
|
-
"type": {
|
|
4386
|
-
"text": "boolean"
|
|
4387
|
-
},
|
|
4388
|
-
"default": "false",
|
|
4389
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4390
|
-
"fieldName": "disabled",
|
|
4391
|
-
"inheritedFrom": {
|
|
4392
|
-
"name": "Interaction",
|
|
4393
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4394
|
-
}
|
|
4395
|
-
},
|
|
4396
|
-
{
|
|
4397
|
-
"name": "readonly",
|
|
4398
|
-
"type": {
|
|
4399
|
-
"text": "boolean"
|
|
4400
|
-
},
|
|
4401
|
-
"default": "false",
|
|
4402
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4403
|
-
"fieldName": "readonly",
|
|
4404
|
-
"inheritedFrom": {
|
|
4405
|
-
"name": "Interaction",
|
|
4406
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4407
|
-
}
|
|
4408
|
-
}
|
|
4409
|
-
],
|
|
4410
|
-
"superclass": {
|
|
4411
|
-
"name": "Interaction",
|
|
4412
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4413
|
-
},
|
|
4414
|
-
"tagName": "qti-
|
|
4415
|
-
"customElement": true,
|
|
4416
|
-
"events": [
|
|
4417
|
-
{
|
|
4418
|
-
"name": "qti-register-interaction",
|
|
4419
|
-
"type": {
|
|
4420
|
-
"text": "CustomEvent"
|
|
4421
|
-
},
|
|
4422
|
-
"inheritedFrom": {
|
|
4423
|
-
"name": "Interaction",
|
|
4424
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4425
|
-
}
|
|
4426
|
-
},
|
|
4427
|
-
{
|
|
4428
|
-
"name": "qti-interaction-response",
|
|
4429
|
-
"type": {
|
|
4430
|
-
"text": "CustomEvent"
|
|
4431
|
-
},
|
|
4432
|
-
"inheritedFrom": {
|
|
4433
|
-
"name": "Interaction",
|
|
4434
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4435
|
-
}
|
|
4436
|
-
}
|
|
4437
|
-
]
|
|
4438
|
-
}
|
|
4439
|
-
],
|
|
4440
|
-
"exports": [
|
|
4441
|
-
{
|
|
4442
|
-
"kind": "js",
|
|
4443
|
-
"name": "QtiTextEntryInteraction",
|
|
4444
|
-
"declaration": {
|
|
4445
|
-
"name": "QtiTextEntryInteraction",
|
|
4446
|
-
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4447
|
-
}
|
|
4448
|
-
},
|
|
4449
|
-
{
|
|
4450
|
-
"kind": "custom-element-definition",
|
|
4451
|
-
"name": "qti-text-entry-interaction",
|
|
4452
|
-
"declaration": {
|
|
4453
|
-
"name": "QtiTextEntryInteraction",
|
|
4454
|
-
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4455
|
-
}
|
|
4456
|
-
}
|
|
4457
|
-
]
|
|
4458
|
-
},
|
|
4459
|
-
{
|
|
4460
|
-
"kind": "javascript-module",
|
|
4461
|
-
"path": "src/lib/qti-components/internal/events/index.ts",
|
|
4462
|
-
"declarations": [],
|
|
4463
|
-
"exports": [
|
|
4464
|
-
{
|
|
4465
|
-
"kind": "js",
|
|
4466
|
-
"name": "*",
|
|
4467
|
-
"declaration": {
|
|
4468
|
-
"name": "*",
|
|
4469
|
-
"package": "./qti-choice-element-selected"
|
|
4470
|
-
}
|
|
4471
|
-
},
|
|
4472
|
-
{
|
|
4473
|
-
"kind": "js",
|
|
4474
|
-
"name": "*",
|
|
4475
|
-
"declaration": {
|
|
4476
|
-
"name": "*",
|
|
4477
|
-
"package": "./qti-interaction-changed"
|
|
4478
|
-
}
|
|
4479
|
-
},
|
|
4480
|
-
{
|
|
4481
|
-
"kind": "js",
|
|
4482
|
-
"name": "*",
|
|
4483
|
-
"declaration": {
|
|
4484
|
-
"name": "*",
|
|
4485
|
-
"package": "./qti-interaction-response"
|
|
4486
|
-
}
|
|
4487
|
-
},
|
|
4488
|
-
{
|
|
4489
|
-
"kind": "js",
|
|
4490
|
-
"name": "*",
|
|
4491
|
-
"declaration": {
|
|
4492
|
-
"name": "*",
|
|
4493
|
-
"package": "./qti-loose-choice"
|
|
4494
|
-
}
|
|
4495
|
-
},
|
|
4496
|
-
{
|
|
4497
|
-
"kind": "js",
|
|
4498
|
-
"name": "*",
|
|
4499
|
-
"declaration": {
|
|
4500
|
-
"name": "*",
|
|
4501
|
-
"package": "./qti-outcome-changed"
|
|
4502
|
-
}
|
|
4503
|
-
},
|
|
4504
|
-
{
|
|
4505
|
-
"kind": "js",
|
|
4506
|
-
"name": "*",
|
|
4507
|
-
"declaration": {
|
|
4508
|
-
"name": "*",
|
|
4509
|
-
"package": "./qti-register-choice"
|
|
4510
|
-
}
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
"kind": "js",
|
|
4514
|
-
"name": "*",
|
|
4515
|
-
"declaration": {
|
|
4516
|
-
"name": "*",
|
|
4517
|
-
"package": "./qti-register-interaction"
|
|
4518
|
-
}
|
|
4519
|
-
},
|
|
4520
|
-
{
|
|
4521
|
-
"kind": "js",
|
|
4522
|
-
"name": "*",
|
|
4523
|
-
"declaration": {
|
|
4524
|
-
"name": "*",
|
|
4525
|
-
"package": "./qti-register-variable"
|
|
4526
|
-
}
|
|
4527
|
-
},
|
|
4528
|
-
{
|
|
4529
|
-
"kind": "js",
|
|
4530
|
-
"name": "*",
|
|
4531
|
-
"declaration": {
|
|
4532
|
-
"name": "*",
|
|
4533
|
-
"package": "./qti-register-hotspot"
|
|
4534
|
-
}
|
|
4535
|
-
}
|
|
4536
|
-
]
|
|
4537
|
-
},
|
|
4538
|
-
{
|
|
4539
|
-
"kind": "javascript-module",
|
|
4540
|
-
"path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
|
|
4541
|
-
"declarations": [],
|
|
4542
|
-
"exports": [
|
|
4543
|
-
{
|
|
4544
|
-
"kind": "js",
|
|
4545
|
-
"name": "default",
|
|
4546
|
-
"declaration": {
|
|
4547
|
-
"name": "QtiChoiceElementSelected",
|
|
4548
|
-
"module": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts"
|
|
4549
|
-
}
|
|
4550
|
-
}
|
|
4551
|
-
]
|
|
4552
|
-
},
|
|
4553
|
-
{
|
|
4554
|
-
"kind": "javascript-module",
|
|
4555
|
-
"path": "src/lib/qti-components/internal/events/qti-interaction-changed.ts",
|
|
4556
|
-
"declarations": [],
|
|
4557
|
-
"exports": [
|
|
4558
|
-
{
|
|
4559
|
-
"kind": "js",
|
|
4560
|
-
"name": "default",
|
|
4561
|
-
"declaration": {
|
|
4562
|
-
"name": "QtiInteractionChanged",
|
|
4563
|
-
"module": "src/lib/qti-components/internal/events/qti-interaction-changed.ts"
|
|
4564
|
-
}
|
|
4565
|
-
}
|
|
4566
|
-
]
|
|
4567
|
-
},
|
|
4568
|
-
{
|
|
4569
|
-
"kind": "javascript-module",
|
|
4570
|
-
"path": "src/lib/qti-components/internal/events/qti-interaction-response.ts",
|
|
4571
|
-
"declarations": [],
|
|
4572
|
-
"exports": [
|
|
4573
|
-
{
|
|
4574
|
-
"kind": "js",
|
|
4575
|
-
"name": "default",
|
|
4576
|
-
"declaration": {
|
|
4577
|
-
"name": "QtiInteractionResponse",
|
|
4578
|
-
"module": "src/lib/qti-components/internal/events/qti-interaction-response.ts"
|
|
4579
|
-
}
|
|
4580
|
-
}
|
|
4581
|
-
]
|
|
4582
|
-
},
|
|
4583
|
-
{
|
|
4584
|
-
"kind": "javascript-module",
|
|
4585
|
-
"path": "src/lib/qti-components/internal/events/qti-loose-choice.ts",
|
|
4586
|
-
"declarations": [],
|
|
4587
|
-
"exports": [
|
|
4588
|
-
{
|
|
4589
|
-
"kind": "js",
|
|
4590
|
-
"name": "default",
|
|
4591
|
-
"declaration": {
|
|
4592
|
-
"name": "QtiLooseChoice",
|
|
4593
|
-
"module": "src/lib/qti-components/internal/events/qti-loose-choice.ts"
|
|
4594
|
-
}
|
|
4595
|
-
}
|
|
4596
|
-
]
|
|
4597
|
-
},
|
|
4598
|
-
{
|
|
4599
|
-
"kind": "javascript-module",
|
|
4600
|
-
"path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
|
|
4601
|
-
"declarations": [],
|
|
4602
|
-
"exports": [
|
|
4603
|
-
{
|
|
4604
|
-
"kind": "js",
|
|
4605
|
-
"name": "default",
|
|
4606
|
-
"declaration": {
|
|
4607
|
-
"name": "QtiOutcomeChanged",
|
|
4608
|
-
"module": "src/lib/qti-components/internal/events/qti-outcome-changed.ts"
|
|
4609
|
-
}
|
|
4610
|
-
}
|
|
4611
|
-
]
|
|
4612
|
-
},
|
|
4613
|
-
{
|
|
4614
|
-
"kind": "javascript-module",
|
|
4615
|
-
"path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
|
|
4616
|
-
"declarations": [],
|
|
4617
|
-
"exports": [
|
|
4618
|
-
{
|
|
4619
|
-
"kind": "js",
|
|
4620
|
-
"name": "default",
|
|
4621
|
-
"declaration": {
|
|
4622
|
-
"name": "QtiRegisterChoice",
|
|
4623
|
-
"module": "src/lib/qti-components/internal/events/qti-register-choice.ts"
|
|
4624
|
-
}
|
|
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
|
+
]
|
|
4625
4655
|
}
|
|
4626
|
-
]
|
|
4627
|
-
},
|
|
4628
|
-
{
|
|
4629
|
-
"kind": "javascript-module",
|
|
4630
|
-
"path": "src/lib/qti-components/internal/events/qti-register-hotspot.ts",
|
|
4631
|
-
"declarations": [],
|
|
4656
|
+
],
|
|
4632
4657
|
"exports": [
|
|
4633
4658
|
{
|
|
4634
4659
|
"kind": "js",
|
|
4635
|
-
"name": "
|
|
4660
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4636
4661
|
"declaration": {
|
|
4637
|
-
"name": "
|
|
4638
|
-
"module": "src/lib/qti-components/
|
|
4662
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4663
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
4639
4664
|
}
|
|
4640
|
-
}
|
|
4641
|
-
]
|
|
4642
|
-
},
|
|
4643
|
-
{
|
|
4644
|
-
"kind": "javascript-module",
|
|
4645
|
-
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
4646
|
-
"declarations": [],
|
|
4647
|
-
"exports": [
|
|
4665
|
+
},
|
|
4648
4666
|
{
|
|
4649
|
-
"kind": "
|
|
4650
|
-
"name": "
|
|
4667
|
+
"kind": "custom-element-definition",
|
|
4668
|
+
"name": "qti-inline-choice-interaction",
|
|
4651
4669
|
"declaration": {
|
|
4652
|
-
"name": "
|
|
4653
|
-
"module": "src/lib/qti-components/
|
|
4670
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4671
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
4654
4672
|
}
|
|
4655
4673
|
}
|
|
4656
4674
|
]
|
|
4657
4675
|
},
|
|
4658
4676
|
{
|
|
4659
4677
|
"kind": "javascript-module",
|
|
4660
|
-
"path": "src/lib/qti-components/
|
|
4678
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.mdx",
|
|
4661
4679
|
"declarations": [],
|
|
4662
|
-
"exports": [
|
|
4663
|
-
{
|
|
4664
|
-
"kind": "js",
|
|
4665
|
-
"name": "default",
|
|
4666
|
-
"declaration": {
|
|
4667
|
-
"name": "QtiRegisterVariable",
|
|
4668
|
-
"module": "src/lib/qti-components/internal/events/qti-register-variable.ts"
|
|
4669
|
-
}
|
|
4670
|
-
}
|
|
4671
|
-
]
|
|
4680
|
+
"exports": []
|
|
4672
4681
|
},
|
|
4673
4682
|
{
|
|
4674
4683
|
"kind": "javascript-module",
|
|
4675
|
-
"path": "src/lib/qti-components/qti-
|
|
4684
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
|
|
4676
4685
|
"declarations": [
|
|
4677
4686
|
{
|
|
4678
4687
|
"kind": "class",
|
|
4679
4688
|
"description": "",
|
|
4680
|
-
"name": "
|
|
4689
|
+
"name": "QtiTextEntryInteraction",
|
|
4681
4690
|
"members": [],
|
|
4691
|
+
"attributes": [
|
|
4692
|
+
{
|
|
4693
|
+
"name": "expected-length",
|
|
4694
|
+
"type": {
|
|
4695
|
+
"text": "number"
|
|
4696
|
+
},
|
|
4697
|
+
"fieldName": "expectedLength"
|
|
4698
|
+
},
|
|
4699
|
+
{
|
|
4700
|
+
"name": "pattern-mask",
|
|
4701
|
+
"type": {
|
|
4702
|
+
"text": "string"
|
|
4703
|
+
},
|
|
4704
|
+
"fieldName": "patternMask"
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
"name": "placeholder-text",
|
|
4708
|
+
"type": {
|
|
4709
|
+
"text": "string"
|
|
4710
|
+
},
|
|
4711
|
+
"fieldName": "placeholderText"
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"name": "class",
|
|
4715
|
+
"fieldName": "classNames"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "response-identifier",
|
|
4719
|
+
"type": {
|
|
4720
|
+
"text": "string"
|
|
4721
|
+
},
|
|
4722
|
+
"default": "''",
|
|
4723
|
+
"fieldName": "responseIdentifier",
|
|
4724
|
+
"inheritedFrom": {
|
|
4725
|
+
"name": "Interaction",
|
|
4726
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4727
|
+
}
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"name": "disabled",
|
|
4731
|
+
"type": {
|
|
4732
|
+
"text": "boolean"
|
|
4733
|
+
},
|
|
4734
|
+
"default": "false",
|
|
4735
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4736
|
+
"fieldName": "disabled",
|
|
4737
|
+
"inheritedFrom": {
|
|
4738
|
+
"name": "Interaction",
|
|
4739
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4740
|
+
}
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "readonly",
|
|
4744
|
+
"type": {
|
|
4745
|
+
"text": "boolean"
|
|
4746
|
+
},
|
|
4747
|
+
"default": "false",
|
|
4748
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4749
|
+
"fieldName": "readonly",
|
|
4750
|
+
"inheritedFrom": {
|
|
4751
|
+
"name": "Interaction",
|
|
4752
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4753
|
+
}
|
|
4754
|
+
}
|
|
4755
|
+
],
|
|
4682
4756
|
"superclass": {
|
|
4683
|
-
"name": "
|
|
4684
|
-
"
|
|
4757
|
+
"name": "Interaction",
|
|
4758
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4685
4759
|
},
|
|
4686
|
-
"tagName": "qti-
|
|
4687
|
-
"customElement": true
|
|
4760
|
+
"tagName": "qti-text-entry-interaction",
|
|
4761
|
+
"customElement": true,
|
|
4762
|
+
"events": [
|
|
4763
|
+
{
|
|
4764
|
+
"name": "qti-register-interaction",
|
|
4765
|
+
"type": {
|
|
4766
|
+
"text": "CustomEvent"
|
|
4767
|
+
},
|
|
4768
|
+
"inheritedFrom": {
|
|
4769
|
+
"name": "Interaction",
|
|
4770
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4771
|
+
}
|
|
4772
|
+
},
|
|
4773
|
+
{
|
|
4774
|
+
"name": "qti-interaction-response",
|
|
4775
|
+
"type": {
|
|
4776
|
+
"text": "CustomEvent"
|
|
4777
|
+
},
|
|
4778
|
+
"inheritedFrom": {
|
|
4779
|
+
"name": "Interaction",
|
|
4780
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4781
|
+
}
|
|
4782
|
+
}
|
|
4783
|
+
]
|
|
4688
4784
|
}
|
|
4689
4785
|
],
|
|
4690
4786
|
"exports": [
|
|
4691
4787
|
{
|
|
4692
4788
|
"kind": "js",
|
|
4693
|
-
"name": "
|
|
4789
|
+
"name": "QtiTextEntryInteraction",
|
|
4694
4790
|
"declaration": {
|
|
4695
|
-
"name": "
|
|
4696
|
-
"module": "src/lib/qti-components/qti-
|
|
4791
|
+
"name": "QtiTextEntryInteraction",
|
|
4792
|
+
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4697
4793
|
}
|
|
4698
4794
|
},
|
|
4699
4795
|
{
|
|
4700
4796
|
"kind": "custom-element-definition",
|
|
4701
|
-
"name": "qti-
|
|
4797
|
+
"name": "qti-text-entry-interaction",
|
|
4702
4798
|
"declaration": {
|
|
4703
|
-
"name": "
|
|
4704
|
-
"module": "src/lib/qti-components/qti-
|
|
4799
|
+
"name": "QtiTextEntryInteraction",
|
|
4800
|
+
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4705
4801
|
}
|
|
4706
4802
|
}
|
|
4707
4803
|
]
|
|
@@ -4976,41 +5072,58 @@
|
|
|
4976
5072
|
},
|
|
4977
5073
|
{
|
|
4978
5074
|
"kind": "javascript-module",
|
|
4979
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-response-
|
|
5075
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
4980
5076
|
"declarations": [
|
|
4981
5077
|
{
|
|
4982
5078
|
"kind": "class",
|
|
4983
5079
|
"description": "",
|
|
4984
|
-
"name": "
|
|
5080
|
+
"name": "QtiResponseElse",
|
|
4985
5081
|
"members": [],
|
|
4986
|
-
"attributes": [
|
|
4987
|
-
{
|
|
4988
|
-
"name": "identifier"
|
|
4989
|
-
}
|
|
4990
|
-
],
|
|
4991
5082
|
"superclass": {
|
|
4992
5083
|
"name": "LitElement",
|
|
4993
5084
|
"package": "lit"
|
|
4994
5085
|
},
|
|
4995
|
-
"tagName": "qti-response-
|
|
5086
|
+
"tagName": "qti-response-else",
|
|
4996
5087
|
"customElement": true
|
|
4997
5088
|
}
|
|
4998
5089
|
],
|
|
4999
5090
|
"exports": [
|
|
5000
5091
|
{
|
|
5001
5092
|
"kind": "js",
|
|
5002
|
-
"name": "
|
|
5093
|
+
"name": "QtiResponseElse",
|
|
5003
5094
|
"declaration": {
|
|
5004
|
-
"name": "
|
|
5005
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-
|
|
5095
|
+
"name": "QtiResponseElse",
|
|
5096
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5006
5097
|
}
|
|
5007
5098
|
},
|
|
5008
5099
|
{
|
|
5009
5100
|
"kind": "custom-element-definition",
|
|
5010
|
-
"name": "qti-response-
|
|
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
|
+
{
|
|
5110
|
+
"kind": "javascript-module",
|
|
5111
|
+
"path": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts",
|
|
5112
|
+
"declarations": [
|
|
5113
|
+
{
|
|
5114
|
+
"kind": "class",
|
|
5115
|
+
"description": "",
|
|
5116
|
+
"name": "ScoringHelper",
|
|
5117
|
+
"members": []
|
|
5118
|
+
}
|
|
5119
|
+
],
|
|
5120
|
+
"exports": [
|
|
5121
|
+
{
|
|
5122
|
+
"kind": "js",
|
|
5123
|
+
"name": "ScoringHelper",
|
|
5011
5124
|
"declaration": {
|
|
5012
|
-
"name": "
|
|
5013
|
-
"module": "src/lib/qti-components/qti-response-processing/
|
|
5125
|
+
"name": "ScoringHelper",
|
|
5126
|
+
"module": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts"
|
|
5014
5127
|
}
|
|
5015
5128
|
}
|
|
5016
5129
|
]
|
|
@@ -5053,22 +5166,41 @@
|
|
|
5053
5166
|
},
|
|
5054
5167
|
{
|
|
5055
5168
|
"kind": "javascript-module",
|
|
5056
|
-
"path": "src/lib/qti-components/qti-response-processing/
|
|
5169
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts",
|
|
5057
5170
|
"declarations": [
|
|
5058
5171
|
{
|
|
5059
5172
|
"kind": "class",
|
|
5060
5173
|
"description": "",
|
|
5061
|
-
"name": "
|
|
5062
|
-
"members": []
|
|
5174
|
+
"name": "QtiResponseProcessing",
|
|
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
|
|
5063
5187
|
}
|
|
5064
5188
|
],
|
|
5065
5189
|
"exports": [
|
|
5066
5190
|
{
|
|
5067
5191
|
"kind": "js",
|
|
5068
|
-
"name": "
|
|
5192
|
+
"name": "default",
|
|
5069
5193
|
"declaration": {
|
|
5070
|
-
"name": "
|
|
5071
|
-
"module": "src/lib/qti-components/qti-response-processing/
|
|
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",
|
|
5201
|
+
"declaration": {
|
|
5202
|
+
"name": "QtiResponseProcessing",
|
|
5203
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts"
|
|
5072
5204
|
}
|
|
5073
5205
|
}
|
|
5074
5206
|
]
|
|
@@ -5146,138 +5278,6 @@
|
|
|
5146
5278
|
}
|
|
5147
5279
|
]
|
|
5148
5280
|
},
|
|
5149
|
-
{
|
|
5150
|
-
"kind": "javascript-module",
|
|
5151
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.mdx",
|
|
5152
|
-
"declarations": [],
|
|
5153
|
-
"exports": []
|
|
5154
|
-
},
|
|
5155
|
-
{
|
|
5156
|
-
"kind": "javascript-module",
|
|
5157
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
|
|
5158
|
-
"declarations": [
|
|
5159
|
-
{
|
|
5160
|
-
"kind": "class",
|
|
5161
|
-
"description": "",
|
|
5162
|
-
"name": "QtiGraphicGapMatchInteraction",
|
|
5163
|
-
"members": [],
|
|
5164
|
-
"mixins": [
|
|
5165
|
-
{
|
|
5166
|
-
"name": "DragDropInteractionMixin",
|
|
5167
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
5168
|
-
}
|
|
5169
|
-
],
|
|
5170
|
-
"superclass": {
|
|
5171
|
-
"name": "LitElement",
|
|
5172
|
-
"package": "lit"
|
|
5173
|
-
},
|
|
5174
|
-
"tagName": "qti-graphic-gap-match-interaction",
|
|
5175
|
-
"customElement": true,
|
|
5176
|
-
"attributes": [
|
|
5177
|
-
{
|
|
5178
|
-
"name": "response-identifier",
|
|
5179
|
-
"type": {
|
|
5180
|
-
"text": "string"
|
|
5181
|
-
},
|
|
5182
|
-
"default": "''",
|
|
5183
|
-
"fieldName": "responseIdentifier",
|
|
5184
|
-
"inheritedFrom": {
|
|
5185
|
-
"name": "DragDropInteractionMixin",
|
|
5186
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5187
|
-
}
|
|
5188
|
-
},
|
|
5189
|
-
{
|
|
5190
|
-
"name": "disabled",
|
|
5191
|
-
"type": {
|
|
5192
|
-
"text": "boolean"
|
|
5193
|
-
},
|
|
5194
|
-
"default": "false",
|
|
5195
|
-
"fieldName": "disabled",
|
|
5196
|
-
"inheritedFrom": {
|
|
5197
|
-
"name": "DroppablesMixin",
|
|
5198
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
5199
|
-
}
|
|
5200
|
-
},
|
|
5201
|
-
{
|
|
5202
|
-
"name": "readonly",
|
|
5203
|
-
"type": {
|
|
5204
|
-
"text": "boolean"
|
|
5205
|
-
},
|
|
5206
|
-
"default": "false",
|
|
5207
|
-
"fieldName": "readonly",
|
|
5208
|
-
"inheritedFrom": {
|
|
5209
|
-
"name": "DragDropInteractionMixin",
|
|
5210
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5211
|
-
}
|
|
5212
|
-
},
|
|
5213
|
-
{
|
|
5214
|
-
"name": "min-associations",
|
|
5215
|
-
"type": {
|
|
5216
|
-
"text": "number"
|
|
5217
|
-
},
|
|
5218
|
-
"default": "1",
|
|
5219
|
-
"fieldName": "minAssociations",
|
|
5220
|
-
"inheritedFrom": {
|
|
5221
|
-
"name": "DragDropInteractionMixin",
|
|
5222
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5223
|
-
}
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"name": "max-associations",
|
|
5227
|
-
"type": {
|
|
5228
|
-
"text": "number"
|
|
5229
|
-
},
|
|
5230
|
-
"default": "1",
|
|
5231
|
-
"fieldName": "maxAssociations",
|
|
5232
|
-
"inheritedFrom": {
|
|
5233
|
-
"name": "DragDropInteractionMixin",
|
|
5234
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5235
|
-
}
|
|
5236
|
-
}
|
|
5237
|
-
],
|
|
5238
|
-
"events": [
|
|
5239
|
-
{
|
|
5240
|
-
"name": "qti-register-interaction",
|
|
5241
|
-
"type": {
|
|
5242
|
-
"text": "CustomEvent"
|
|
5243
|
-
},
|
|
5244
|
-
"inheritedFrom": {
|
|
5245
|
-
"name": "DragDropInteractionMixin",
|
|
5246
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5247
|
-
}
|
|
5248
|
-
},
|
|
5249
|
-
{
|
|
5250
|
-
"name": "qti-interaction-response",
|
|
5251
|
-
"type": {
|
|
5252
|
-
"text": "CustomEvent"
|
|
5253
|
-
},
|
|
5254
|
-
"inheritedFrom": {
|
|
5255
|
-
"name": "DragDropInteractionMixin",
|
|
5256
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
5257
|
-
}
|
|
5258
|
-
}
|
|
5259
|
-
]
|
|
5260
|
-
}
|
|
5261
|
-
],
|
|
5262
|
-
"exports": [
|
|
5263
|
-
{
|
|
5264
|
-
"kind": "js",
|
|
5265
|
-
"name": "QtiGraphicGapMatchInteraction",
|
|
5266
|
-
"declaration": {
|
|
5267
|
-
"name": "QtiGraphicGapMatchInteraction",
|
|
5268
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
5269
|
-
}
|
|
5270
|
-
},
|
|
5271
|
-
{
|
|
5272
|
-
"kind": "custom-element-definition",
|
|
5273
|
-
"name": "qti-graphic-gap-match-interaction",
|
|
5274
|
-
"declaration": {
|
|
5275
|
-
"name": "QtiGraphicGapMatchInteraction",
|
|
5276
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts"
|
|
5277
|
-
}
|
|
5278
|
-
}
|
|
5279
|
-
]
|
|
5280
|
-
},
|
|
5281
5281
|
{
|
|
5282
5282
|
"kind": "javascript-module",
|
|
5283
5283
|
"path": "src/lib/qti-components/qti-variable-declaration/qti-response-declaration/qti-response-declaration.ts",
|
|
@@ -5345,6 +5345,42 @@
|
|
|
5345
5345
|
}
|
|
5346
5346
|
]
|
|
5347
5347
|
},
|
|
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
|
+
},
|
|
5348
5384
|
{
|
|
5349
5385
|
"kind": "javascript-module",
|
|
5350
5386
|
"path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
|
|
@@ -5443,6 +5479,12 @@
|
|
|
5443
5479
|
}
|
|
5444
5480
|
]
|
|
5445
5481
|
},
|
|
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
|
+
},
|
|
5446
5488
|
{
|
|
5447
5489
|
"kind": "javascript-module",
|
|
5448
5490
|
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
@@ -5551,121 +5593,46 @@
|
|
|
5551
5593
|
},
|
|
5552
5594
|
{
|
|
5553
5595
|
"kind": "javascript-module",
|
|
5554
|
-
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5555
|
-
"declarations": [
|
|
5556
|
-
{
|
|
5557
|
-
"kind": "function",
|
|
5558
|
-
"name": "positionHotspots",
|
|
5559
|
-
"parameters": [
|
|
5560
|
-
{
|
|
5561
|
-
"name": "shape",
|
|
5562
|
-
"type": {
|
|
5563
|
-
"text": "string"
|
|
5564
|
-
}
|
|
5565
|
-
},
|
|
5566
|
-
{
|
|
5567
|
-
"name": "coordsNumber",
|
|
5568
|
-
"type": {
|
|
5569
|
-
"text": "number[]"
|
|
5570
|
-
}
|
|
5571
|
-
},
|
|
5572
|
-
{
|
|
5573
|
-
"name": "img",
|
|
5574
|
-
"type": {
|
|
5575
|
-
"text": "HTMLImageElement"
|
|
5576
|
-
}
|
|
5577
|
-
},
|
|
5578
|
-
{
|
|
5579
|
-
"name": "hotspot",
|
|
5580
|
-
"type": {
|
|
5581
|
-
"text": "QtiHotspotChoice"
|
|
5582
|
-
}
|
|
5583
|
-
}
|
|
5584
|
-
]
|
|
5585
|
-
}
|
|
5586
|
-
],
|
|
5587
|
-
"exports": [
|
|
5588
|
-
{
|
|
5589
|
-
"kind": "js",
|
|
5590
|
-
"name": "positionHotspots",
|
|
5591
|
-
"declaration": {
|
|
5592
|
-
"name": "positionHotspots",
|
|
5593
|
-
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5594
|
-
}
|
|
5595
|
-
}
|
|
5596
|
-
]
|
|
5597
|
-
},
|
|
5598
|
-
{
|
|
5599
|
-
"kind": "javascript-module",
|
|
5600
|
-
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
5601
|
-
"declarations": [],
|
|
5602
|
-
"exports": []
|
|
5603
|
-
},
|
|
5604
|
-
{
|
|
5605
|
-
"kind": "javascript-module",
|
|
5606
|
-
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
|
|
5596
|
+
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5607
5597
|
"declarations": [
|
|
5608
5598
|
{
|
|
5609
|
-
"kind": "
|
|
5610
|
-
"
|
|
5611
|
-
"
|
|
5612
|
-
"members": [],
|
|
5613
|
-
"events": [
|
|
5599
|
+
"kind": "function",
|
|
5600
|
+
"name": "positionHotspots",
|
|
5601
|
+
"parameters": [
|
|
5614
5602
|
{
|
|
5615
|
-
"name": "
|
|
5603
|
+
"name": "shape",
|
|
5616
5604
|
"type": {
|
|
5617
|
-
"text": "
|
|
5605
|
+
"text": "string"
|
|
5618
5606
|
}
|
|
5619
5607
|
},
|
|
5620
5608
|
{
|
|
5621
|
-
"name": "
|
|
5609
|
+
"name": "coordsNumber",
|
|
5622
5610
|
"type": {
|
|
5623
|
-
"text": "
|
|
5611
|
+
"text": "number[]"
|
|
5624
5612
|
}
|
|
5625
|
-
}
|
|
5626
|
-
],
|
|
5627
|
-
"attributes": [
|
|
5628
|
-
{
|
|
5629
|
-
"name": "response-identifier",
|
|
5630
|
-
"type": {
|
|
5631
|
-
"text": "string"
|
|
5632
|
-
},
|
|
5633
|
-
"default": "''",
|
|
5634
|
-
"fieldName": "responseIdentifier"
|
|
5635
5613
|
},
|
|
5636
5614
|
{
|
|
5637
|
-
"name": "
|
|
5615
|
+
"name": "img",
|
|
5638
5616
|
"type": {
|
|
5639
|
-
"text": "
|
|
5640
|
-
}
|
|
5641
|
-
"default": "false",
|
|
5642
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5643
|
-
"fieldName": "disabled"
|
|
5617
|
+
"text": "HTMLImageElement"
|
|
5618
|
+
}
|
|
5644
5619
|
},
|
|
5645
5620
|
{
|
|
5646
|
-
"name": "
|
|
5621
|
+
"name": "hotspot",
|
|
5647
5622
|
"type": {
|
|
5648
|
-
"text": "
|
|
5649
|
-
}
|
|
5650
|
-
"default": "false",
|
|
5651
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5652
|
-
"fieldName": "readonly"
|
|
5623
|
+
"text": "QtiHotspotChoice"
|
|
5624
|
+
}
|
|
5653
5625
|
}
|
|
5654
|
-
]
|
|
5655
|
-
"superclass": {
|
|
5656
|
-
"name": "LitElement",
|
|
5657
|
-
"package": "lit"
|
|
5658
|
-
},
|
|
5659
|
-
"customElement": true
|
|
5626
|
+
]
|
|
5660
5627
|
}
|
|
5661
5628
|
],
|
|
5662
5629
|
"exports": [
|
|
5663
5630
|
{
|
|
5664
5631
|
"kind": "js",
|
|
5665
|
-
"name": "
|
|
5632
|
+
"name": "positionHotspots",
|
|
5666
5633
|
"declaration": {
|
|
5667
|
-
"name": "
|
|
5668
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5634
|
+
"name": "positionHotspots",
|
|
5635
|
+
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5669
5636
|
}
|
|
5670
5637
|
}
|
|
5671
5638
|
]
|
|
@@ -5963,37 +5930,82 @@
|
|
|
5963
5930
|
},
|
|
5964
5931
|
{
|
|
5965
5932
|
"kind": "javascript-module",
|
|
5966
|
-
"path": "src/lib/qti-components/qti-interaction/
|
|
5967
|
-
"declarations": [],
|
|
5968
|
-
"exports": []
|
|
5969
|
-
},
|
|
5970
|
-
{
|
|
5971
|
-
"kind": "javascript-module",
|
|
5972
|
-
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5973
|
-
"declarations": [],
|
|
5974
|
-
"exports": []
|
|
5975
|
-
},
|
|
5976
|
-
{
|
|
5977
|
-
"kind": "javascript-module",
|
|
5978
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
5979
|
-
"declarations": [],
|
|
5980
|
-
"exports": []
|
|
5981
|
-
},
|
|
5982
|
-
{
|
|
5983
|
-
"kind": "javascript-module",
|
|
5984
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5933
|
+
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
5985
5934
|
"declarations": [],
|
|
5986
5935
|
"exports": []
|
|
5987
5936
|
},
|
|
5988
5937
|
{
|
|
5989
5938
|
"kind": "javascript-module",
|
|
5990
|
-
"path": "src/lib/qti-components/qti-interaction/
|
|
5991
|
-
"declarations": [
|
|
5992
|
-
|
|
5939
|
+
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
|
|
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
|
+
],
|
|
5995
|
+
"exports": [
|
|
5996
|
+
{
|
|
5997
|
+
"kind": "js",
|
|
5998
|
+
"name": "Interaction",
|
|
5999
|
+
"declaration": {
|
|
6000
|
+
"name": "Interaction",
|
|
6001
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
6002
|
+
}
|
|
6003
|
+
}
|
|
6004
|
+
]
|
|
5993
6005
|
},
|
|
5994
6006
|
{
|
|
5995
6007
|
"kind": "javascript-module",
|
|
5996
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6008
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
5997
6009
|
"declarations": [],
|
|
5998
6010
|
"exports": []
|
|
5999
6011
|
},
|
|
@@ -6003,12 +6015,6 @@
|
|
|
6003
6015
|
"declarations": [],
|
|
6004
6016
|
"exports": []
|
|
6005
6017
|
},
|
|
6006
|
-
{
|
|
6007
|
-
"kind": "javascript-module",
|
|
6008
|
-
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6009
|
-
"declarations": [],
|
|
6010
|
-
"exports": []
|
|
6011
|
-
},
|
|
6012
6018
|
{
|
|
6013
6019
|
"kind": "javascript-module",
|
|
6014
6020
|
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/__snapshots__/qti-match-interaction.stories.ts.snap",
|
|
@@ -6023,19 +6029,13 @@
|
|
|
6023
6029
|
},
|
|
6024
6030
|
{
|
|
6025
6031
|
"kind": "javascript-module",
|
|
6026
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6027
|
-
"declarations": [],
|
|
6028
|
-
"exports": []
|
|
6029
|
-
},
|
|
6030
|
-
{
|
|
6031
|
-
"kind": "javascript-module",
|
|
6032
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6032
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/__snapshots__/qti-order-interaction.stories.ts.snap",
|
|
6033
6033
|
"declarations": [],
|
|
6034
6034
|
"exports": []
|
|
6035
6035
|
},
|
|
6036
6036
|
{
|
|
6037
6037
|
"kind": "javascript-module",
|
|
6038
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6038
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6039
6039
|
"declarations": [],
|
|
6040
6040
|
"exports": []
|
|
6041
6041
|
},
|
|
@@ -6065,45 +6065,15 @@
|
|
|
6065
6065
|
},
|
|
6066
6066
|
{
|
|
6067
6067
|
"kind": "javascript-module",
|
|
6068
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6068
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6069
6069
|
"declarations": [],
|
|
6070
6070
|
"exports": []
|
|
6071
6071
|
},
|
|
6072
6072
|
{
|
|
6073
6073
|
"kind": "javascript-module",
|
|
6074
|
-
"path": "src/lib/qti-components/qti-
|
|
6075
|
-
"declarations": [
|
|
6076
|
-
|
|
6077
|
-
"kind": "class",
|
|
6078
|
-
"description": "",
|
|
6079
|
-
"name": "QtiResponseIf",
|
|
6080
|
-
"members": [],
|
|
6081
|
-
"superclass": {
|
|
6082
|
-
"name": "QtiResponseElse",
|
|
6083
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
6084
|
-
},
|
|
6085
|
-
"tagName": "qti-response-if",
|
|
6086
|
-
"customElement": true
|
|
6087
|
-
}
|
|
6088
|
-
],
|
|
6089
|
-
"exports": [
|
|
6090
|
-
{
|
|
6091
|
-
"kind": "js",
|
|
6092
|
-
"name": "QtiResponseIf",
|
|
6093
|
-
"declaration": {
|
|
6094
|
-
"name": "QtiResponseIf",
|
|
6095
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6096
|
-
}
|
|
6097
|
-
},
|
|
6098
|
-
{
|
|
6099
|
-
"kind": "custom-element-definition",
|
|
6100
|
-
"name": "qti-response-if",
|
|
6101
|
-
"declaration": {
|
|
6102
|
-
"name": "QtiResponseIf",
|
|
6103
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6104
|
-
}
|
|
6105
|
-
}
|
|
6106
|
-
]
|
|
6074
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/__snapshots__/qti-text-entry-interaction.stories.ts.snap",
|
|
6075
|
+
"declarations": [],
|
|
6076
|
+
"exports": []
|
|
6107
6077
|
},
|
|
6108
6078
|
{
|
|
6109
6079
|
"kind": "javascript-module",
|
|
@@ -6548,72 +6518,27 @@
|
|
|
6548
6518
|
"members": [],
|
|
6549
6519
|
"superclass": {
|
|
6550
6520
|
"name": "QtiConditionExpression",
|
|
6551
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6552
|
-
},
|
|
6553
|
-
"tagName": "qti-lte",
|
|
6554
|
-
"customElement": true
|
|
6555
|
-
}
|
|
6556
|
-
],
|
|
6557
|
-
"exports": [
|
|
6558
|
-
{
|
|
6559
|
-
"kind": "js",
|
|
6560
|
-
"name": "QtiLte",
|
|
6561
|
-
"declaration": {
|
|
6562
|
-
"name": "QtiLte",
|
|
6563
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6564
|
-
}
|
|
6565
|
-
},
|
|
6566
|
-
{
|
|
6567
|
-
"kind": "custom-element-definition",
|
|
6568
|
-
"name": "qti-lte",
|
|
6569
|
-
"declaration": {
|
|
6570
|
-
"name": "QtiLte",
|
|
6571
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6572
|
-
}
|
|
6573
|
-
}
|
|
6574
|
-
]
|
|
6575
|
-
},
|
|
6576
|
-
{
|
|
6577
|
-
"kind": "javascript-module",
|
|
6578
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts",
|
|
6579
|
-
"declarations": [
|
|
6580
|
-
{
|
|
6581
|
-
"kind": "class",
|
|
6582
|
-
"description": "",
|
|
6583
|
-
"name": "QtiMapResponse",
|
|
6584
|
-
"members": [],
|
|
6585
|
-
"attributes": [
|
|
6586
|
-
{
|
|
6587
|
-
"name": "identifier",
|
|
6588
|
-
"type": {
|
|
6589
|
-
"text": "string"
|
|
6590
|
-
},
|
|
6591
|
-
"fieldName": "identifier"
|
|
6592
|
-
}
|
|
6593
|
-
],
|
|
6594
|
-
"superclass": {
|
|
6595
|
-
"name": "QtiExpression",
|
|
6596
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6521
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6597
6522
|
},
|
|
6598
|
-
"tagName": "qti-
|
|
6523
|
+
"tagName": "qti-lte",
|
|
6599
6524
|
"customElement": true
|
|
6600
6525
|
}
|
|
6601
6526
|
],
|
|
6602
6527
|
"exports": [
|
|
6603
6528
|
{
|
|
6604
6529
|
"kind": "js",
|
|
6605
|
-
"name": "
|
|
6530
|
+
"name": "QtiLte",
|
|
6606
6531
|
"declaration": {
|
|
6607
|
-
"name": "
|
|
6608
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6532
|
+
"name": "QtiLte",
|
|
6533
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6609
6534
|
}
|
|
6610
6535
|
},
|
|
6611
6536
|
{
|
|
6612
6537
|
"kind": "custom-element-definition",
|
|
6613
|
-
"name": "qti-
|
|
6538
|
+
"name": "qti-lte",
|
|
6614
6539
|
"declaration": {
|
|
6615
|
-
"name": "
|
|
6616
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6540
|
+
"name": "QtiLte",
|
|
6541
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6617
6542
|
}
|
|
6618
6543
|
}
|
|
6619
6544
|
]
|
|
@@ -6678,6 +6603,51 @@
|
|
|
6678
6603
|
}
|
|
6679
6604
|
]
|
|
6680
6605
|
},
|
|
6606
|
+
{
|
|
6607
|
+
"kind": "javascript-module",
|
|
6608
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts",
|
|
6609
|
+
"declarations": [
|
|
6610
|
+
{
|
|
6611
|
+
"kind": "class",
|
|
6612
|
+
"description": "",
|
|
6613
|
+
"name": "QtiMapResponse",
|
|
6614
|
+
"members": [],
|
|
6615
|
+
"attributes": [
|
|
6616
|
+
{
|
|
6617
|
+
"name": "identifier",
|
|
6618
|
+
"type": {
|
|
6619
|
+
"text": "string"
|
|
6620
|
+
},
|
|
6621
|
+
"fieldName": "identifier"
|
|
6622
|
+
}
|
|
6623
|
+
],
|
|
6624
|
+
"superclass": {
|
|
6625
|
+
"name": "QtiExpression",
|
|
6626
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6627
|
+
},
|
|
6628
|
+
"tagName": "qti-map-response",
|
|
6629
|
+
"customElement": true
|
|
6630
|
+
}
|
|
6631
|
+
],
|
|
6632
|
+
"exports": [
|
|
6633
|
+
{
|
|
6634
|
+
"kind": "js",
|
|
6635
|
+
"name": "QtiMapResponse",
|
|
6636
|
+
"declaration": {
|
|
6637
|
+
"name": "QtiMapResponse",
|
|
6638
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
|
|
6639
|
+
}
|
|
6640
|
+
},
|
|
6641
|
+
{
|
|
6642
|
+
"kind": "custom-element-definition",
|
|
6643
|
+
"name": "qti-map-response",
|
|
6644
|
+
"declaration": {
|
|
6645
|
+
"name": "QtiMapResponse",
|
|
6646
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
|
|
6647
|
+
}
|
|
6648
|
+
}
|
|
6649
|
+
]
|
|
6650
|
+
},
|
|
6681
6651
|
{
|
|
6682
6652
|
"kind": "javascript-module",
|
|
6683
6653
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts",
|
|
@@ -6896,81 +6866,81 @@
|
|
|
6896
6866
|
},
|
|
6897
6867
|
{
|
|
6898
6868
|
"kind": "javascript-module",
|
|
6899
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6869
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts",
|
|
6900
6870
|
"declarations": [
|
|
6901
6871
|
{
|
|
6902
6872
|
"kind": "class",
|
|
6903
6873
|
"description": "",
|
|
6904
|
-
"name": "
|
|
6874
|
+
"name": "QtPrintedVariable",
|
|
6905
6875
|
"members": [],
|
|
6876
|
+
"attributes": [
|
|
6877
|
+
{
|
|
6878
|
+
"name": "identifier",
|
|
6879
|
+
"type": {
|
|
6880
|
+
"text": "string"
|
|
6881
|
+
},
|
|
6882
|
+
"fieldName": "identifier"
|
|
6883
|
+
}
|
|
6884
|
+
],
|
|
6906
6885
|
"superclass": {
|
|
6907
|
-
"name": "
|
|
6908
|
-
"
|
|
6886
|
+
"name": "LitElement",
|
|
6887
|
+
"package": "lit"
|
|
6909
6888
|
},
|
|
6910
|
-
"tagName": "qti-
|
|
6889
|
+
"tagName": "qti-printed-variable",
|
|
6911
6890
|
"customElement": true
|
|
6912
6891
|
}
|
|
6913
6892
|
],
|
|
6914
6893
|
"exports": [
|
|
6915
6894
|
{
|
|
6916
6895
|
"kind": "js",
|
|
6917
|
-
"name": "
|
|
6896
|
+
"name": "QtPrintedVariable",
|
|
6918
6897
|
"declaration": {
|
|
6919
|
-
"name": "
|
|
6920
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6898
|
+
"name": "QtPrintedVariable",
|
|
6899
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6921
6900
|
}
|
|
6922
6901
|
},
|
|
6923
6902
|
{
|
|
6924
6903
|
"kind": "custom-element-definition",
|
|
6925
|
-
"name": "qti-
|
|
6904
|
+
"name": "qti-printed-variable",
|
|
6926
6905
|
"declaration": {
|
|
6927
|
-
"name": "
|
|
6928
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6906
|
+
"name": "QtPrintedVariable",
|
|
6907
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6929
6908
|
}
|
|
6930
6909
|
}
|
|
6931
6910
|
]
|
|
6932
6911
|
},
|
|
6933
6912
|
{
|
|
6934
6913
|
"kind": "javascript-module",
|
|
6935
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6914
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts",
|
|
6936
6915
|
"declarations": [
|
|
6937
6916
|
{
|
|
6938
6917
|
"kind": "class",
|
|
6939
6918
|
"description": "",
|
|
6940
|
-
"name": "
|
|
6919
|
+
"name": "QtiProduct",
|
|
6941
6920
|
"members": [],
|
|
6942
|
-
"attributes": [
|
|
6943
|
-
{
|
|
6944
|
-
"name": "identifier",
|
|
6945
|
-
"type": {
|
|
6946
|
-
"text": "string"
|
|
6947
|
-
},
|
|
6948
|
-
"fieldName": "identifier"
|
|
6949
|
-
}
|
|
6950
|
-
],
|
|
6951
6921
|
"superclass": {
|
|
6952
|
-
"name": "
|
|
6953
|
-
"
|
|
6922
|
+
"name": "QtiExpression",
|
|
6923
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6954
6924
|
},
|
|
6955
|
-
"tagName": "qti-
|
|
6925
|
+
"tagName": "qti-product",
|
|
6956
6926
|
"customElement": true
|
|
6957
6927
|
}
|
|
6958
6928
|
],
|
|
6959
6929
|
"exports": [
|
|
6960
6930
|
{
|
|
6961
6931
|
"kind": "js",
|
|
6962
|
-
"name": "
|
|
6932
|
+
"name": "QtiProduct",
|
|
6963
6933
|
"declaration": {
|
|
6964
|
-
"name": "
|
|
6965
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6934
|
+
"name": "QtiProduct",
|
|
6935
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6966
6936
|
}
|
|
6967
6937
|
},
|
|
6968
6938
|
{
|
|
6969
6939
|
"kind": "custom-element-definition",
|
|
6970
|
-
"name": "qti-
|
|
6940
|
+
"name": "qti-product",
|
|
6971
6941
|
"declaration": {
|
|
6972
|
-
"name": "
|
|
6973
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6942
|
+
"name": "QtiProduct",
|
|
6943
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6974
6944
|
}
|
|
6975
6945
|
}
|
|
6976
6946
|
]
|
|
@@ -7093,6 +7063,42 @@
|
|
|
7093
7063
|
}
|
|
7094
7064
|
]
|
|
7095
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
|
+
},
|
|
7096
7102
|
{
|
|
7097
7103
|
"kind": "javascript-module",
|
|
7098
7104
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
|
|
@@ -7158,42 +7164,6 @@
|
|
|
7158
7164
|
"declarations": [],
|
|
7159
7165
|
"exports": []
|
|
7160
7166
|
},
|
|
7161
|
-
{
|
|
7162
|
-
"kind": "javascript-module",
|
|
7163
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7164
|
-
"declarations": [
|
|
7165
|
-
{
|
|
7166
|
-
"kind": "class",
|
|
7167
|
-
"description": "",
|
|
7168
|
-
"name": "QtiResponseCondition",
|
|
7169
|
-
"members": [],
|
|
7170
|
-
"superclass": {
|
|
7171
|
-
"name": "QtiRule",
|
|
7172
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7173
|
-
},
|
|
7174
|
-
"tagName": "qti-response-condition",
|
|
7175
|
-
"customElement": true
|
|
7176
|
-
}
|
|
7177
|
-
],
|
|
7178
|
-
"exports": [
|
|
7179
|
-
{
|
|
7180
|
-
"kind": "js",
|
|
7181
|
-
"name": "QtiResponseCondition",
|
|
7182
|
-
"declaration": {
|
|
7183
|
-
"name": "QtiResponseCondition",
|
|
7184
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7185
|
-
}
|
|
7186
|
-
},
|
|
7187
|
-
{
|
|
7188
|
-
"kind": "custom-element-definition",
|
|
7189
|
-
"name": "qti-response-condition",
|
|
7190
|
-
"declaration": {
|
|
7191
|
-
"name": "QtiResponseCondition",
|
|
7192
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7193
|
-
}
|
|
7194
|
-
}
|
|
7195
|
-
]
|
|
7196
|
-
},
|
|
7197
7167
|
{
|
|
7198
7168
|
"kind": "javascript-module",
|
|
7199
7169
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
|
|
@@ -7240,7 +7210,19 @@
|
|
|
7240
7210
|
},
|
|
7241
7211
|
{
|
|
7242
7212
|
"kind": "javascript-module",
|
|
7243
|
-
"path": "src/lib/qti-components/qti-
|
|
7213
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7214
|
+
"declarations": [],
|
|
7215
|
+
"exports": []
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"kind": "javascript-module",
|
|
7219
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7220
|
+
"declarations": [],
|
|
7221
|
+
"exports": []
|
|
7222
|
+
},
|
|
7223
|
+
{
|
|
7224
|
+
"kind": "javascript-module",
|
|
7225
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7244
7226
|
"declarations": [],
|
|
7245
7227
|
"exports": []
|
|
7246
7228
|
},
|
|
@@ -7282,21 +7264,39 @@
|
|
|
7282
7264
|
},
|
|
7283
7265
|
{
|
|
7284
7266
|
"kind": "javascript-module",
|
|
7285
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7286
|
-
"declarations": [
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
|
|
7299
|
-
|
|
7267
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7268
|
+
"declarations": [
|
|
7269
|
+
{
|
|
7270
|
+
"kind": "class",
|
|
7271
|
+
"description": "",
|
|
7272
|
+
"name": "QtiResponseCondition",
|
|
7273
|
+
"members": [],
|
|
7274
|
+
"superclass": {
|
|
7275
|
+
"name": "QtiRule",
|
|
7276
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7277
|
+
},
|
|
7278
|
+
"tagName": "qti-response-condition",
|
|
7279
|
+
"customElement": true
|
|
7280
|
+
}
|
|
7281
|
+
],
|
|
7282
|
+
"exports": [
|
|
7283
|
+
{
|
|
7284
|
+
"kind": "js",
|
|
7285
|
+
"name": "QtiResponseCondition",
|
|
7286
|
+
"declaration": {
|
|
7287
|
+
"name": "QtiResponseCondition",
|
|
7288
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7289
|
+
}
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
"kind": "custom-element-definition",
|
|
7293
|
+
"name": "qti-response-condition",
|
|
7294
|
+
"declaration": {
|
|
7295
|
+
"name": "QtiResponseCondition",
|
|
7296
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7297
|
+
}
|
|
7298
|
+
}
|
|
7299
|
+
]
|
|
7300
7300
|
},
|
|
7301
7301
|
{
|
|
7302
7302
|
"kind": "javascript-module",
|