@citolab/qti-components 6.5.1 → 6.5.2
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 +861 -861
- package/package.json +4 -7
- package/src/styles/qti/qti-input-width.css +0 -36
- package/src/styles/qti/qti-layout.css +0 -119
- package/src/styles/qti/qti-styles.css +0 -58
- package/src/styles/qti-components.css +0 -158
- package/src/styles/qti-interactions.css +0 -299
- package/src/styles/qti-interactions.layout.css +0 -36
- package/src/styles/qti-styles.css +0 -50
- package/src/styles/stories/qti-components.stories.css +0 -11
|
@@ -554,131 +554,6 @@
|
|
|
554
554
|
}
|
|
555
555
|
]
|
|
556
556
|
},
|
|
557
|
-
{
|
|
558
|
-
"kind": "javascript-module",
|
|
559
|
-
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
560
|
-
"declarations": [],
|
|
561
|
-
"exports": []
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"kind": "javascript-module",
|
|
565
|
-
"path": "src/lib/qti-components/internal/expression-result.ts",
|
|
566
|
-
"declarations": [],
|
|
567
|
-
"exports": []
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"kind": "javascript-module",
|
|
571
|
-
"path": "src/lib/qti-components/internal/template-strings.ts",
|
|
572
|
-
"declarations": [
|
|
573
|
-
{
|
|
574
|
-
"kind": "variable",
|
|
575
|
-
"name": "matchCorrect",
|
|
576
|
-
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"kind": "variable",
|
|
580
|
-
"name": "mapResponse",
|
|
581
|
-
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"kind": "variable",
|
|
585
|
-
"name": "mapResponsePoint",
|
|
586
|
-
"default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
|
|
587
|
-
}
|
|
588
|
-
],
|
|
589
|
-
"exports": [
|
|
590
|
-
{
|
|
591
|
-
"kind": "js",
|
|
592
|
-
"name": "matchCorrect",
|
|
593
|
-
"declaration": {
|
|
594
|
-
"name": "matchCorrect",
|
|
595
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
596
|
-
}
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"kind": "js",
|
|
600
|
-
"name": "mapResponse",
|
|
601
|
-
"declaration": {
|
|
602
|
-
"name": "mapResponse",
|
|
603
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"kind": "js",
|
|
608
|
-
"name": "mapResponsePoint",
|
|
609
|
-
"declaration": {
|
|
610
|
-
"name": "mapResponsePoint",
|
|
611
|
-
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
]
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"kind": "javascript-module",
|
|
618
|
-
"path": "src/lib/qti-components/internal/utils.ts",
|
|
619
|
-
"declarations": [
|
|
620
|
-
{
|
|
621
|
-
"kind": "function",
|
|
622
|
-
"name": "decimalSeparator"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"kind": "function",
|
|
626
|
-
"name": "convertNumberToUniveralFormat",
|
|
627
|
-
"parameters": [
|
|
628
|
-
{
|
|
629
|
-
"name": "number",
|
|
630
|
-
"type": {
|
|
631
|
-
"text": "number | string"
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
]
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"kind": "function",
|
|
638
|
-
"name": "IsNullOrUndefined",
|
|
639
|
-
"parameters": [
|
|
640
|
-
{
|
|
641
|
-
"name": "value",
|
|
642
|
-
"type": {
|
|
643
|
-
"text": "unknown"
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
]
|
|
647
|
-
}
|
|
648
|
-
],
|
|
649
|
-
"exports": [
|
|
650
|
-
{
|
|
651
|
-
"kind": "js",
|
|
652
|
-
"name": "decimalSeparator",
|
|
653
|
-
"declaration": {
|
|
654
|
-
"name": "decimalSeparator",
|
|
655
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"kind": "js",
|
|
660
|
-
"name": "convertNumberToUniveralFormat",
|
|
661
|
-
"declaration": {
|
|
662
|
-
"name": "convertNumberToUniveralFormat",
|
|
663
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"kind": "js",
|
|
668
|
-
"name": "IsNullOrUndefined",
|
|
669
|
-
"declaration": {
|
|
670
|
-
"name": "IsNullOrUndefined",
|
|
671
|
-
"module": "src/lib/qti-components/internal/utils.ts"
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
]
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"kind": "javascript-module",
|
|
678
|
-
"path": "src/lib/qti-components/internal/variables.ts",
|
|
679
|
-
"declarations": [],
|
|
680
|
-
"exports": []
|
|
681
|
-
},
|
|
682
557
|
{
|
|
683
558
|
"kind": "javascript-module",
|
|
684
559
|
"path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
|
|
@@ -938,53 +813,6 @@
|
|
|
938
813
|
}
|
|
939
814
|
]
|
|
940
815
|
},
|
|
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
816
|
{
|
|
989
817
|
"kind": "javascript-module",
|
|
990
818
|
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
@@ -1650,67 +1478,203 @@
|
|
|
1650
1478
|
},
|
|
1651
1479
|
{
|
|
1652
1480
|
"kind": "javascript-module",
|
|
1653
|
-
"path": "src/lib/qti-components/
|
|
1481
|
+
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
1482
|
+
"declarations": [],
|
|
1483
|
+
"exports": []
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"kind": "javascript-module",
|
|
1487
|
+
"path": "src/lib/qti-components/internal/expression-result.ts",
|
|
1488
|
+
"declarations": [],
|
|
1489
|
+
"exports": []
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "javascript-module",
|
|
1493
|
+
"path": "src/lib/qti-components/internal/template-strings.ts",
|
|
1654
1494
|
"declarations": [
|
|
1655
1495
|
{
|
|
1656
|
-
"kind": "
|
|
1657
|
-
"
|
|
1658
|
-
"
|
|
1659
|
-
|
|
1660
|
-
"superclass": {
|
|
1661
|
-
"name": "LitElement",
|
|
1662
|
-
"package": "lit"
|
|
1663
|
-
},
|
|
1664
|
-
"tagName": "qti-prompt",
|
|
1665
|
-
"customElement": true
|
|
1666
|
-
}
|
|
1667
|
-
],
|
|
1668
|
-
"exports": [
|
|
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
|
+
},
|
|
1669
1500
|
{
|
|
1670
|
-
"kind": "
|
|
1671
|
-
"name": "
|
|
1672
|
-
"
|
|
1673
|
-
"name": "QtiPrompt",
|
|
1674
|
-
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1675
|
-
}
|
|
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>`"
|
|
1676
1504
|
},
|
|
1677
1505
|
{
|
|
1678
|
-
"kind": "
|
|
1679
|
-
"name": "
|
|
1680
|
-
"
|
|
1681
|
-
"name": "QtiPrompt",
|
|
1682
|
-
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1683
|
-
}
|
|
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>`"
|
|
1684
1509
|
}
|
|
1685
|
-
]
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"kind": "javascript-module",
|
|
1689
|
-
"path": "src/lib/qti-components/qti-response-processing/index.ts",
|
|
1690
|
-
"declarations": [],
|
|
1510
|
+
],
|
|
1691
1511
|
"exports": [
|
|
1692
1512
|
{
|
|
1693
1513
|
"kind": "js",
|
|
1694
|
-
"name": "
|
|
1514
|
+
"name": "matchCorrect",
|
|
1695
1515
|
"declaration": {
|
|
1696
|
-
"name": "
|
|
1697
|
-
"module": "
|
|
1516
|
+
"name": "matchCorrect",
|
|
1517
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1698
1518
|
}
|
|
1699
1519
|
},
|
|
1700
1520
|
{
|
|
1701
1521
|
"kind": "js",
|
|
1702
|
-
"name": "
|
|
1522
|
+
"name": "mapResponse",
|
|
1703
1523
|
"declaration": {
|
|
1704
|
-
"name": "
|
|
1705
|
-
"
|
|
1524
|
+
"name": "mapResponse",
|
|
1525
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
1706
1526
|
}
|
|
1707
1527
|
},
|
|
1708
1528
|
{
|
|
1709
1529
|
"kind": "js",
|
|
1710
|
-
"name": "
|
|
1530
|
+
"name": "mapResponsePoint",
|
|
1711
1531
|
"declaration": {
|
|
1712
|
-
"name": "
|
|
1713
|
-
"
|
|
1532
|
+
"name": "mapResponsePoint",
|
|
1533
|
+
"module": "src/lib/qti-components/internal/template-strings.ts"
|
|
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"
|
|
1714
1678
|
}
|
|
1715
1679
|
},
|
|
1716
1680
|
{
|
|
@@ -1945,224 +1909,46 @@
|
|
|
1945
1909
|
},
|
|
1946
1910
|
{
|
|
1947
1911
|
"kind": "javascript-module",
|
|
1948
|
-
"path": "src/lib/qti-components/
|
|
1949
|
-
"declarations": [],
|
|
1950
|
-
"exports": [
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "js",
|
|
1953
|
-
"name": "*",
|
|
1954
|
-
"declaration": {
|
|
1955
|
-
"name": "*",
|
|
1956
|
-
"package": "./qti-choice-element-selected"
|
|
1957
|
-
}
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "js",
|
|
1961
|
-
"name": "*",
|
|
1962
|
-
"declaration": {
|
|
1963
|
-
"name": "*",
|
|
1964
|
-
"package": "./qti-interaction-changed"
|
|
1965
|
-
}
|
|
1966
|
-
},
|
|
1967
|
-
{
|
|
1968
|
-
"kind": "js",
|
|
1969
|
-
"name": "*",
|
|
1970
|
-
"declaration": {
|
|
1971
|
-
"name": "*",
|
|
1972
|
-
"package": "./qti-interaction-response"
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"kind": "js",
|
|
1977
|
-
"name": "*",
|
|
1978
|
-
"declaration": {
|
|
1979
|
-
"name": "*",
|
|
1980
|
-
"package": "./qti-loose-choice"
|
|
1981
|
-
}
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"kind": "js",
|
|
1985
|
-
"name": "*",
|
|
1986
|
-
"declaration": {
|
|
1987
|
-
"name": "*",
|
|
1988
|
-
"package": "./qti-outcome-changed"
|
|
1989
|
-
}
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "js",
|
|
1993
|
-
"name": "*",
|
|
1994
|
-
"declaration": {
|
|
1995
|
-
"name": "*",
|
|
1996
|
-
"package": "./qti-register-choice"
|
|
1997
|
-
}
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"kind": "js",
|
|
2001
|
-
"name": "*",
|
|
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"
|
|
2021
|
-
}
|
|
2022
|
-
}
|
|
2023
|
-
]
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"kind": "javascript-module",
|
|
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",
|
|
1912
|
+
"path": "src/lib/qti-components/qti-feedback/__snapshots__/qti-feedback.stories.ts.snap",
|
|
2103
1913
|
"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
|
-
]
|
|
1914
|
+
"exports": []
|
|
2114
1915
|
},
|
|
2115
1916
|
{
|
|
2116
1917
|
"kind": "javascript-module",
|
|
2117
|
-
"path": "src/lib/qti-components/
|
|
2118
|
-
"declarations": [
|
|
2119
|
-
"exports": [
|
|
1918
|
+
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1919
|
+
"declarations": [
|
|
2120
1920
|
{
|
|
2121
|
-
"kind": "
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
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
|
|
2127
1931
|
}
|
|
2128
|
-
]
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"kind": "javascript-module",
|
|
2132
|
-
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
2133
|
-
"declarations": [],
|
|
1932
|
+
],
|
|
2134
1933
|
"exports": [
|
|
2135
1934
|
{
|
|
2136
1935
|
"kind": "js",
|
|
2137
|
-
"name": "
|
|
1936
|
+
"name": "QtiPrompt",
|
|
2138
1937
|
"declaration": {
|
|
2139
|
-
"name": "
|
|
2140
|
-
"module": "src/lib/qti-components/
|
|
1938
|
+
"name": "QtiPrompt",
|
|
1939
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
2141
1940
|
}
|
|
2142
|
-
}
|
|
2143
|
-
]
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"kind": "javascript-module",
|
|
2147
|
-
"path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
|
|
2148
|
-
"declarations": [],
|
|
2149
|
-
"exports": [
|
|
1941
|
+
},
|
|
2150
1942
|
{
|
|
2151
|
-
"kind": "
|
|
2152
|
-
"name": "
|
|
1943
|
+
"kind": "custom-element-definition",
|
|
1944
|
+
"name": "qti-prompt",
|
|
2153
1945
|
"declaration": {
|
|
2154
|
-
"name": "
|
|
2155
|
-
"module": "src/lib/qti-components/
|
|
1946
|
+
"name": "QtiPrompt",
|
|
1947
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
2156
1948
|
}
|
|
2157
1949
|
}
|
|
2158
1950
|
]
|
|
2159
1951
|
},
|
|
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
1952
|
{
|
|
2167
1953
|
"kind": "javascript-module",
|
|
2168
1954
|
"path": "src/lib/qti-components/qti-feedback/qti-feedback-block/qti-feedback-block.ts",
|
|
@@ -2316,210 +2102,78 @@
|
|
|
2316
2102
|
"name": "QtiFeedbackInline",
|
|
2317
2103
|
"declaration": {
|
|
2318
2104
|
"name": "QtiFeedbackInline",
|
|
2319
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
|
|
2320
|
-
}
|
|
2321
|
-
},
|
|
2322
|
-
{
|
|
2323
|
-
"kind": "custom-element-definition",
|
|
2324
|
-
"name": "qti-feedback-inline",
|
|
2325
|
-
"declaration": {
|
|
2326
|
-
"name": "QtiFeedbackInline",
|
|
2327
|
-
"module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
|
|
2328
|
-
}
|
|
2329
|
-
}
|
|
2330
|
-
]
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
"kind": "javascript-module",
|
|
2334
|
-
"path": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts",
|
|
2335
|
-
"declarations": [
|
|
2336
|
-
{
|
|
2337
|
-
"kind": "class",
|
|
2338
|
-
"description": "",
|
|
2339
|
-
"name": "QtiModalFeedback",
|
|
2340
|
-
"members": [],
|
|
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": [
|
|
2348
|
-
{
|
|
2349
|
-
"name": "show-hide",
|
|
2350
|
-
"type": {
|
|
2351
|
-
"text": "string"
|
|
2352
|
-
},
|
|
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"
|
|
2105
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
|
|
2403
2106
|
}
|
|
2404
2107
|
},
|
|
2405
2108
|
{
|
|
2406
2109
|
"kind": "custom-element-definition",
|
|
2407
|
-
"name": "qti-
|
|
2110
|
+
"name": "qti-feedback-inline",
|
|
2408
2111
|
"declaration": {
|
|
2409
|
-
"name": "
|
|
2410
|
-
"module": "src/lib/qti-components/qti-feedback/qti-
|
|
2112
|
+
"name": "QtiFeedbackInline",
|
|
2113
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback-inline/qti-feedback-inline.ts"
|
|
2411
2114
|
}
|
|
2412
2115
|
}
|
|
2413
2116
|
]
|
|
2414
2117
|
},
|
|
2415
2118
|
{
|
|
2416
2119
|
"kind": "javascript-module",
|
|
2417
|
-
"path": "src/lib/qti-components/qti-
|
|
2418
|
-
"declarations": [],
|
|
2419
|
-
"exports": []
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"kind": "javascript-module",
|
|
2423
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2120
|
+
"path": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts",
|
|
2424
2121
|
"declarations": [
|
|
2425
2122
|
{
|
|
2426
2123
|
"kind": "class",
|
|
2427
2124
|
"description": "",
|
|
2428
|
-
"name": "
|
|
2125
|
+
"name": "QtiModalFeedback",
|
|
2429
2126
|
"members": [],
|
|
2430
|
-
"mixins": [
|
|
2431
|
-
{
|
|
2432
|
-
"name": "DragDropInteractionMixin",
|
|
2433
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2434
|
-
}
|
|
2435
|
-
],
|
|
2436
2127
|
"superclass": {
|
|
2437
|
-
"name": "
|
|
2438
|
-
"
|
|
2128
|
+
"name": "QtiFeedback",
|
|
2129
|
+
"module": "/src/lib/qti-components/qti-feedback/qti-feedback"
|
|
2439
2130
|
},
|
|
2440
|
-
"tagName": "qti-
|
|
2131
|
+
"tagName": "qti-modal-feedback",
|
|
2441
2132
|
"customElement": true,
|
|
2442
2133
|
"attributes": [
|
|
2443
2134
|
{
|
|
2444
|
-
"name": "
|
|
2135
|
+
"name": "show-hide",
|
|
2445
2136
|
"type": {
|
|
2446
2137
|
"text": "string"
|
|
2447
2138
|
},
|
|
2448
|
-
"
|
|
2449
|
-
"fieldName": "responseIdentifier",
|
|
2450
|
-
"inheritedFrom": {
|
|
2451
|
-
"name": "DragDropInteractionMixin",
|
|
2452
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2453
|
-
}
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"name": "disabled",
|
|
2457
|
-
"type": {
|
|
2458
|
-
"text": "boolean"
|
|
2459
|
-
},
|
|
2460
|
-
"default": "false",
|
|
2461
|
-
"fieldName": "disabled",
|
|
2462
|
-
"inheritedFrom": {
|
|
2463
|
-
"name": "DroppablesMixin",
|
|
2464
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"name": "readonly",
|
|
2469
|
-
"type": {
|
|
2470
|
-
"text": "boolean"
|
|
2471
|
-
},
|
|
2472
|
-
"default": "false",
|
|
2473
|
-
"fieldName": "readonly",
|
|
2139
|
+
"fieldName": "showHide",
|
|
2474
2140
|
"inheritedFrom": {
|
|
2475
|
-
"name": "
|
|
2476
|
-
"module": "src/lib/qti-components/qti-
|
|
2141
|
+
"name": "QtiFeedback",
|
|
2142
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2477
2143
|
}
|
|
2478
2144
|
},
|
|
2479
2145
|
{
|
|
2480
|
-
"name": "
|
|
2146
|
+
"name": "outcome-identifier",
|
|
2481
2147
|
"type": {
|
|
2482
|
-
"text": "
|
|
2148
|
+
"text": "string"
|
|
2483
2149
|
},
|
|
2484
|
-
"
|
|
2485
|
-
"fieldName": "minAssociations",
|
|
2150
|
+
"fieldName": "outcomeIdentifier",
|
|
2486
2151
|
"inheritedFrom": {
|
|
2487
|
-
"name": "
|
|
2488
|
-
"module": "src/lib/qti-components/qti-
|
|
2152
|
+
"name": "QtiFeedback",
|
|
2153
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2489
2154
|
}
|
|
2490
2155
|
},
|
|
2491
2156
|
{
|
|
2492
|
-
"name": "
|
|
2157
|
+
"name": "identifier",
|
|
2493
2158
|
"type": {
|
|
2494
|
-
"text": "
|
|
2159
|
+
"text": "string"
|
|
2495
2160
|
},
|
|
2496
|
-
"
|
|
2497
|
-
"fieldName": "maxAssociations",
|
|
2161
|
+
"fieldName": "identifier",
|
|
2498
2162
|
"inheritedFrom": {
|
|
2499
|
-
"name": "
|
|
2500
|
-
"module": "src/lib/qti-components/qti-
|
|
2163
|
+
"name": "QtiFeedback",
|
|
2164
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2501
2165
|
}
|
|
2502
2166
|
}
|
|
2503
2167
|
],
|
|
2504
2168
|
"events": [
|
|
2505
2169
|
{
|
|
2506
|
-
"name": "qti-register-
|
|
2507
|
-
"type": {
|
|
2508
|
-
"text": "CustomEvent"
|
|
2509
|
-
},
|
|
2510
|
-
"inheritedFrom": {
|
|
2511
|
-
"name": "DragDropInteractionMixin",
|
|
2512
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2513
|
-
}
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"name": "qti-interaction-response",
|
|
2170
|
+
"name": "qti-register-feedback",
|
|
2517
2171
|
"type": {
|
|
2518
2172
|
"text": "CustomEvent"
|
|
2519
2173
|
},
|
|
2520
2174
|
"inheritedFrom": {
|
|
2521
|
-
"name": "
|
|
2522
|
-
"module": "src/lib/qti-components/qti-
|
|
2175
|
+
"name": "QtiFeedback",
|
|
2176
|
+
"module": "src/lib/qti-components/qti-feedback/qti-feedback.ts"
|
|
2523
2177
|
}
|
|
2524
2178
|
}
|
|
2525
2179
|
]
|
|
@@ -2528,18 +2182,18 @@
|
|
|
2528
2182
|
"exports": [
|
|
2529
2183
|
{
|
|
2530
2184
|
"kind": "js",
|
|
2531
|
-
"name": "
|
|
2185
|
+
"name": "QtiModalFeedback",
|
|
2532
2186
|
"declaration": {
|
|
2533
|
-
"name": "
|
|
2534
|
-
"module": "src/lib/qti-components/qti-
|
|
2187
|
+
"name": "QtiModalFeedback",
|
|
2188
|
+
"module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
|
|
2535
2189
|
}
|
|
2536
2190
|
},
|
|
2537
2191
|
{
|
|
2538
2192
|
"kind": "custom-element-definition",
|
|
2539
|
-
"name": "qti-
|
|
2193
|
+
"name": "qti-modal-feedback",
|
|
2540
2194
|
"declaration": {
|
|
2541
|
-
"name": "
|
|
2542
|
-
"module": "src/lib/qti-components/qti-
|
|
2195
|
+
"name": "QtiModalFeedback",
|
|
2196
|
+
"module": "src/lib/qti-components/qti-feedback/qti-modal-feedback/qti-modal-feedback.ts"
|
|
2543
2197
|
}
|
|
2544
2198
|
}
|
|
2545
2199
|
]
|
|
@@ -2953,30 +2607,30 @@
|
|
|
2953
2607
|
},
|
|
2954
2608
|
{
|
|
2955
2609
|
"kind": "javascript-module",
|
|
2956
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2610
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.mdx",
|
|
2957
2611
|
"declarations": [],
|
|
2958
2612
|
"exports": []
|
|
2959
2613
|
},
|
|
2960
2614
|
{
|
|
2961
2615
|
"kind": "javascript-module",
|
|
2962
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2616
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2963
2617
|
"declarations": [
|
|
2964
2618
|
{
|
|
2965
2619
|
"kind": "class",
|
|
2966
2620
|
"description": "",
|
|
2967
|
-
"name": "
|
|
2621
|
+
"name": "QtiAssociateInteraction",
|
|
2968
2622
|
"members": [],
|
|
2969
2623
|
"mixins": [
|
|
2970
2624
|
{
|
|
2971
2625
|
"name": "DragDropInteractionMixin",
|
|
2972
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop
|
|
2626
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2973
2627
|
}
|
|
2974
2628
|
],
|
|
2975
2629
|
"superclass": {
|
|
2976
2630
|
"name": "LitElement",
|
|
2977
2631
|
"package": "lit"
|
|
2978
2632
|
},
|
|
2979
|
-
"tagName": "qti-
|
|
2633
|
+
"tagName": "qti-associate-interaction",
|
|
2980
2634
|
"customElement": true,
|
|
2981
2635
|
"attributes": [
|
|
2982
2636
|
{
|
|
@@ -3067,42 +2721,48 @@
|
|
|
3067
2721
|
"exports": [
|
|
3068
2722
|
{
|
|
3069
2723
|
"kind": "js",
|
|
3070
|
-
"name": "
|
|
2724
|
+
"name": "QtiAssociateInteraction",
|
|
3071
2725
|
"declaration": {
|
|
3072
|
-
"name": "
|
|
3073
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2726
|
+
"name": "QtiAssociateInteraction",
|
|
2727
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
3074
2728
|
}
|
|
3075
2729
|
},
|
|
3076
2730
|
{
|
|
3077
2731
|
"kind": "custom-element-definition",
|
|
3078
|
-
"name": "qti-
|
|
2732
|
+
"name": "qti-associate-interaction",
|
|
3079
2733
|
"declaration": {
|
|
3080
|
-
"name": "
|
|
3081
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2734
|
+
"name": "QtiAssociateInteraction",
|
|
2735
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
3082
2736
|
}
|
|
3083
2737
|
}
|
|
3084
2738
|
]
|
|
3085
2739
|
},
|
|
3086
2740
|
{
|
|
3087
2741
|
"kind": "javascript-module",
|
|
3088
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2742
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.mdx",
|
|
3089
2743
|
"declarations": [],
|
|
3090
2744
|
"exports": []
|
|
3091
2745
|
},
|
|
3092
2746
|
{
|
|
3093
2747
|
"kind": "javascript-module",
|
|
3094
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2748
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
3095
2749
|
"declarations": [
|
|
3096
2750
|
{
|
|
3097
2751
|
"kind": "class",
|
|
3098
2752
|
"description": "",
|
|
3099
|
-
"name": "
|
|
2753
|
+
"name": "QtiGapMatchInteraction",
|
|
3100
2754
|
"members": [],
|
|
2755
|
+
"mixins": [
|
|
2756
|
+
{
|
|
2757
|
+
"name": "DragDropInteractionMixin",
|
|
2758
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2759
|
+
}
|
|
2760
|
+
],
|
|
3101
2761
|
"superclass": {
|
|
3102
|
-
"name": "
|
|
3103
|
-
"
|
|
2762
|
+
"name": "LitElement",
|
|
2763
|
+
"package": "lit"
|
|
3104
2764
|
},
|
|
3105
|
-
"tagName": "qti-
|
|
2765
|
+
"tagName": "qti-gap-match-interaction",
|
|
3106
2766
|
"customElement": true,
|
|
3107
2767
|
"attributes": [
|
|
3108
2768
|
{
|
|
@@ -3113,8 +2773,8 @@
|
|
|
3113
2773
|
"default": "''",
|
|
3114
2774
|
"fieldName": "responseIdentifier",
|
|
3115
2775
|
"inheritedFrom": {
|
|
3116
|
-
"name": "
|
|
3117
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2776
|
+
"name": "DragDropInteractionMixin",
|
|
2777
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3118
2778
|
}
|
|
3119
2779
|
},
|
|
3120
2780
|
{
|
|
@@ -3123,11 +2783,10 @@
|
|
|
3123
2783
|
"text": "boolean"
|
|
3124
2784
|
},
|
|
3125
2785
|
"default": "false",
|
|
3126
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3127
2786
|
"fieldName": "disabled",
|
|
3128
2787
|
"inheritedFrom": {
|
|
3129
|
-
"name": "
|
|
3130
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2788
|
+
"name": "DroppablesMixin",
|
|
2789
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3131
2790
|
}
|
|
3132
2791
|
},
|
|
3133
2792
|
{
|
|
@@ -3136,11 +2795,34 @@
|
|
|
3136
2795
|
"text": "boolean"
|
|
3137
2796
|
},
|
|
3138
2797
|
"default": "false",
|
|
3139
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3140
2798
|
"fieldName": "readonly",
|
|
3141
2799
|
"inheritedFrom": {
|
|
3142
|
-
"name": "
|
|
3143
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2800
|
+
"name": "DragDropInteractionMixin",
|
|
2801
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2802
|
+
}
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "min-associations",
|
|
2806
|
+
"type": {
|
|
2807
|
+
"text": "number"
|
|
2808
|
+
},
|
|
2809
|
+
"default": "1",
|
|
2810
|
+
"fieldName": "minAssociations",
|
|
2811
|
+
"inheritedFrom": {
|
|
2812
|
+
"name": "DragDropInteractionMixin",
|
|
2813
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "max-associations",
|
|
2818
|
+
"type": {
|
|
2819
|
+
"text": "number"
|
|
2820
|
+
},
|
|
2821
|
+
"default": "1",
|
|
2822
|
+
"fieldName": "maxAssociations",
|
|
2823
|
+
"inheritedFrom": {
|
|
2824
|
+
"name": "DragDropInteractionMixin",
|
|
2825
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3144
2826
|
}
|
|
3145
2827
|
}
|
|
3146
2828
|
],
|
|
@@ -3151,8 +2833,8 @@
|
|
|
3151
2833
|
"text": "CustomEvent"
|
|
3152
2834
|
},
|
|
3153
2835
|
"inheritedFrom": {
|
|
3154
|
-
"name": "
|
|
3155
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2836
|
+
"name": "DragDropInteractionMixin",
|
|
2837
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3156
2838
|
}
|
|
3157
2839
|
},
|
|
3158
2840
|
{
|
|
@@ -3161,8 +2843,8 @@
|
|
|
3161
2843
|
"text": "CustomEvent"
|
|
3162
2844
|
},
|
|
3163
2845
|
"inheritedFrom": {
|
|
3164
|
-
"name": "
|
|
3165
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2846
|
+
"name": "DragDropInteractionMixin",
|
|
2847
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3166
2848
|
}
|
|
3167
2849
|
}
|
|
3168
2850
|
]
|
|
@@ -3171,48 +2853,42 @@
|
|
|
3171
2853
|
"exports": [
|
|
3172
2854
|
{
|
|
3173
2855
|
"kind": "js",
|
|
3174
|
-
"name": "
|
|
2856
|
+
"name": "QtiGapMatchInteraction",
|
|
3175
2857
|
"declaration": {
|
|
3176
|
-
"name": "
|
|
3177
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2858
|
+
"name": "QtiGapMatchInteraction",
|
|
2859
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3178
2860
|
}
|
|
3179
2861
|
},
|
|
3180
2862
|
{
|
|
3181
2863
|
"kind": "custom-element-definition",
|
|
3182
|
-
"name": "qti-
|
|
2864
|
+
"name": "qti-gap-match-interaction",
|
|
3183
2865
|
"declaration": {
|
|
3184
|
-
"name": "
|
|
3185
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2866
|
+
"name": "QtiGapMatchInteraction",
|
|
2867
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3186
2868
|
}
|
|
3187
2869
|
}
|
|
3188
2870
|
]
|
|
3189
2871
|
},
|
|
3190
2872
|
{
|
|
3191
2873
|
"kind": "javascript-module",
|
|
3192
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
2874
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.mdx",
|
|
3193
2875
|
"declarations": [],
|
|
3194
2876
|
"exports": []
|
|
3195
2877
|
},
|
|
3196
2878
|
{
|
|
3197
2879
|
"kind": "javascript-module",
|
|
3198
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
2880
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
3199
2881
|
"declarations": [
|
|
3200
2882
|
{
|
|
3201
2883
|
"kind": "class",
|
|
3202
2884
|
"description": "",
|
|
3203
|
-
"name": "
|
|
2885
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3204
2886
|
"members": [],
|
|
3205
|
-
"mixins": [
|
|
3206
|
-
{
|
|
3207
|
-
"name": "DragDropInteractionMixin",
|
|
3208
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3209
|
-
}
|
|
3210
|
-
],
|
|
3211
2887
|
"superclass": {
|
|
3212
|
-
"name": "
|
|
3213
|
-
"
|
|
2888
|
+
"name": "Interaction",
|
|
2889
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3214
2890
|
},
|
|
3215
|
-
"tagName": "qti-graphic-
|
|
2891
|
+
"tagName": "qti-graphic-associate-interaction",
|
|
3216
2892
|
"customElement": true,
|
|
3217
2893
|
"attributes": [
|
|
3218
2894
|
{
|
|
@@ -3223,8 +2899,8 @@
|
|
|
3223
2899
|
"default": "''",
|
|
3224
2900
|
"fieldName": "responseIdentifier",
|
|
3225
2901
|
"inheritedFrom": {
|
|
3226
|
-
"name": "
|
|
3227
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2902
|
+
"name": "Interaction",
|
|
2903
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3228
2904
|
}
|
|
3229
2905
|
},
|
|
3230
2906
|
{
|
|
@@ -3232,47 +2908,25 @@
|
|
|
3232
2908
|
"type": {
|
|
3233
2909
|
"text": "boolean"
|
|
3234
2910
|
},
|
|
3235
|
-
"default": "false",
|
|
3236
|
-
"
|
|
3237
|
-
"
|
|
3238
|
-
"name": "DroppablesMixin",
|
|
3239
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3240
|
-
}
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"name": "readonly",
|
|
3244
|
-
"type": {
|
|
3245
|
-
"text": "boolean"
|
|
3246
|
-
},
|
|
3247
|
-
"default": "false",
|
|
3248
|
-
"fieldName": "readonly",
|
|
3249
|
-
"inheritedFrom": {
|
|
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",
|
|
2911
|
+
"default": "false",
|
|
2912
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2913
|
+
"fieldName": "disabled",
|
|
3261
2914
|
"inheritedFrom": {
|
|
3262
|
-
"name": "
|
|
3263
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2915
|
+
"name": "Interaction",
|
|
2916
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3264
2917
|
}
|
|
3265
2918
|
},
|
|
3266
2919
|
{
|
|
3267
|
-
"name": "
|
|
2920
|
+
"name": "readonly",
|
|
3268
2921
|
"type": {
|
|
3269
|
-
"text": "
|
|
2922
|
+
"text": "boolean"
|
|
3270
2923
|
},
|
|
3271
|
-
"default": "
|
|
3272
|
-
"
|
|
2924
|
+
"default": "false",
|
|
2925
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2926
|
+
"fieldName": "readonly",
|
|
3273
2927
|
"inheritedFrom": {
|
|
3274
|
-
"name": "
|
|
3275
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2928
|
+
"name": "Interaction",
|
|
2929
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3276
2930
|
}
|
|
3277
2931
|
}
|
|
3278
2932
|
],
|
|
@@ -3283,8 +2937,8 @@
|
|
|
3283
2937
|
"text": "CustomEvent"
|
|
3284
2938
|
},
|
|
3285
2939
|
"inheritedFrom": {
|
|
3286
|
-
"name": "
|
|
3287
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2940
|
+
"name": "Interaction",
|
|
2941
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3288
2942
|
}
|
|
3289
2943
|
},
|
|
3290
2944
|
{
|
|
@@ -3293,8 +2947,8 @@
|
|
|
3293
2947
|
"text": "CustomEvent"
|
|
3294
2948
|
},
|
|
3295
2949
|
"inheritedFrom": {
|
|
3296
|
-
"name": "
|
|
3297
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2950
|
+
"name": "Interaction",
|
|
2951
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3298
2952
|
}
|
|
3299
2953
|
}
|
|
3300
2954
|
]
|
|
@@ -3303,18 +2957,18 @@
|
|
|
3303
2957
|
"exports": [
|
|
3304
2958
|
{
|
|
3305
2959
|
"kind": "js",
|
|
3306
|
-
"name": "
|
|
2960
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
3307
2961
|
"declaration": {
|
|
3308
|
-
"name": "
|
|
3309
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
2962
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2963
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3310
2964
|
}
|
|
3311
2965
|
},
|
|
3312
2966
|
{
|
|
3313
2967
|
"kind": "custom-element-definition",
|
|
3314
|
-
"name": "qti-graphic-
|
|
2968
|
+
"name": "qti-graphic-associate-interaction",
|
|
3315
2969
|
"declaration": {
|
|
3316
|
-
"name": "
|
|
3317
|
-
"module": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
2970
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2971
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
3318
2972
|
}
|
|
3319
2973
|
}
|
|
3320
2974
|
]
|
|
@@ -4793,11 +4447,225 @@
|
|
|
4793
4447
|
}
|
|
4794
4448
|
},
|
|
4795
4449
|
{
|
|
4796
|
-
"kind": "custom-element-definition",
|
|
4797
|
-
"name": "qti-text-entry-interaction",
|
|
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
|
+
}
|
|
4625
|
+
}
|
|
4626
|
+
]
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"kind": "javascript-module",
|
|
4630
|
+
"path": "src/lib/qti-components/internal/events/qti-register-hotspot.ts",
|
|
4631
|
+
"declarations": [],
|
|
4632
|
+
"exports": [
|
|
4633
|
+
{
|
|
4634
|
+
"kind": "js",
|
|
4635
|
+
"name": "default",
|
|
4636
|
+
"declaration": {
|
|
4637
|
+
"name": "QtiRegisterHotspot",
|
|
4638
|
+
"module": "src/lib/qti-components/internal/events/qti-register-hotspot.ts"
|
|
4639
|
+
}
|
|
4640
|
+
}
|
|
4641
|
+
]
|
|
4642
|
+
},
|
|
4643
|
+
{
|
|
4644
|
+
"kind": "javascript-module",
|
|
4645
|
+
"path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
|
|
4646
|
+
"declarations": [],
|
|
4647
|
+
"exports": [
|
|
4648
|
+
{
|
|
4649
|
+
"kind": "js",
|
|
4650
|
+
"name": "default",
|
|
4651
|
+
"declaration": {
|
|
4652
|
+
"name": "QtiRegisterInteraction",
|
|
4653
|
+
"module": "src/lib/qti-components/internal/events/qti-register-interaction.ts"
|
|
4654
|
+
}
|
|
4655
|
+
}
|
|
4656
|
+
]
|
|
4657
|
+
},
|
|
4658
|
+
{
|
|
4659
|
+
"kind": "javascript-module",
|
|
4660
|
+
"path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
|
|
4661
|
+
"declarations": [],
|
|
4662
|
+
"exports": [
|
|
4663
|
+
{
|
|
4664
|
+
"kind": "js",
|
|
4665
|
+
"name": "default",
|
|
4798
4666
|
"declaration": {
|
|
4799
|
-
"name": "
|
|
4800
|
-
"module": "src/lib/qti-components/
|
|
4667
|
+
"name": "QtiRegisterVariable",
|
|
4668
|
+
"module": "src/lib/qti-components/internal/events/qti-register-variable.ts"
|
|
4801
4669
|
}
|
|
4802
4670
|
}
|
|
4803
4671
|
]
|
|
@@ -5278,6 +5146,138 @@
|
|
|
5278
5146
|
}
|
|
5279
5147
|
]
|
|
5280
5148
|
},
|
|
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",
|
|
@@ -5516,35 +5516,156 @@
|
|
|
5516
5516
|
},
|
|
5517
5517
|
"events": [
|
|
5518
5518
|
{
|
|
5519
|
-
"name": "qti-register-interaction",
|
|
5519
|
+
"name": "qti-register-interaction",
|
|
5520
|
+
"type": {
|
|
5521
|
+
"text": "CustomEvent"
|
|
5522
|
+
},
|
|
5523
|
+
"inheritedFrom": {
|
|
5524
|
+
"name": "Interaction",
|
|
5525
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5526
|
+
}
|
|
5527
|
+
},
|
|
5528
|
+
{
|
|
5529
|
+
"name": "qti-interaction-response",
|
|
5530
|
+
"type": {
|
|
5531
|
+
"text": "CustomEvent"
|
|
5532
|
+
},
|
|
5533
|
+
"inheritedFrom": {
|
|
5534
|
+
"name": "Interaction",
|
|
5535
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5536
|
+
}
|
|
5537
|
+
}
|
|
5538
|
+
]
|
|
5539
|
+
}
|
|
5540
|
+
],
|
|
5541
|
+
"exports": [
|
|
5542
|
+
{
|
|
5543
|
+
"kind": "js",
|
|
5544
|
+
"name": "Choices",
|
|
5545
|
+
"declaration": {
|
|
5546
|
+
"name": "Choices",
|
|
5547
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
5548
|
+
}
|
|
5549
|
+
}
|
|
5550
|
+
]
|
|
5551
|
+
},
|
|
5552
|
+
{
|
|
5553
|
+
"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",
|
|
5607
|
+
"declarations": [
|
|
5608
|
+
{
|
|
5609
|
+
"kind": "class",
|
|
5610
|
+
"description": "",
|
|
5611
|
+
"name": "Interaction",
|
|
5612
|
+
"members": [],
|
|
5613
|
+
"events": [
|
|
5614
|
+
{
|
|
5615
|
+
"name": "qti-register-interaction",
|
|
5616
|
+
"type": {
|
|
5617
|
+
"text": "CustomEvent"
|
|
5618
|
+
}
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
"name": "qti-interaction-response",
|
|
5622
|
+
"type": {
|
|
5623
|
+
"text": "CustomEvent"
|
|
5624
|
+
}
|
|
5625
|
+
}
|
|
5626
|
+
],
|
|
5627
|
+
"attributes": [
|
|
5628
|
+
{
|
|
5629
|
+
"name": "response-identifier",
|
|
5630
|
+
"type": {
|
|
5631
|
+
"text": "string"
|
|
5632
|
+
},
|
|
5633
|
+
"default": "''",
|
|
5634
|
+
"fieldName": "responseIdentifier"
|
|
5635
|
+
},
|
|
5636
|
+
{
|
|
5637
|
+
"name": "disabled",
|
|
5520
5638
|
"type": {
|
|
5521
|
-
"text": "
|
|
5639
|
+
"text": "boolean"
|
|
5522
5640
|
},
|
|
5523
|
-
"
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
}
|
|
5641
|
+
"default": "false",
|
|
5642
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5643
|
+
"fieldName": "disabled"
|
|
5527
5644
|
},
|
|
5528
5645
|
{
|
|
5529
|
-
"name": "
|
|
5646
|
+
"name": "readonly",
|
|
5530
5647
|
"type": {
|
|
5531
|
-
"text": "
|
|
5648
|
+
"text": "boolean"
|
|
5532
5649
|
},
|
|
5533
|
-
"
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
}
|
|
5650
|
+
"default": "false",
|
|
5651
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5652
|
+
"fieldName": "readonly"
|
|
5537
5653
|
}
|
|
5538
|
-
]
|
|
5654
|
+
],
|
|
5655
|
+
"superclass": {
|
|
5656
|
+
"name": "LitElement",
|
|
5657
|
+
"package": "lit"
|
|
5658
|
+
},
|
|
5659
|
+
"customElement": true
|
|
5539
5660
|
}
|
|
5540
5661
|
],
|
|
5541
5662
|
"exports": [
|
|
5542
5663
|
{
|
|
5543
5664
|
"kind": "js",
|
|
5544
|
-
"name": "
|
|
5665
|
+
"name": "Interaction",
|
|
5545
5666
|
"declaration": {
|
|
5546
|
-
"name": "
|
|
5547
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
5667
|
+
"name": "Interaction",
|
|
5668
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5548
5669
|
}
|
|
5549
5670
|
}
|
|
5550
5671
|
]
|
|
@@ -5842,200 +5963,73 @@
|
|
|
5842
5963
|
},
|
|
5843
5964
|
{
|
|
5844
5965
|
"kind": "javascript-module",
|
|
5845
|
-
"path": "src/lib/qti-components/qti-interaction/
|
|
5846
|
-
"declarations": [
|
|
5847
|
-
{
|
|
5848
|
-
"kind": "function",
|
|
5849
|
-
"name": "positionHotspots",
|
|
5850
|
-
"parameters": [
|
|
5851
|
-
{
|
|
5852
|
-
"name": "shape",
|
|
5853
|
-
"type": {
|
|
5854
|
-
"text": "string"
|
|
5855
|
-
}
|
|
5856
|
-
},
|
|
5857
|
-
{
|
|
5858
|
-
"name": "coordsNumber",
|
|
5859
|
-
"type": {
|
|
5860
|
-
"text": "number[]"
|
|
5861
|
-
}
|
|
5862
|
-
},
|
|
5863
|
-
{
|
|
5864
|
-
"name": "img",
|
|
5865
|
-
"type": {
|
|
5866
|
-
"text": "HTMLImageElement"
|
|
5867
|
-
}
|
|
5868
|
-
},
|
|
5869
|
-
{
|
|
5870
|
-
"name": "hotspot",
|
|
5871
|
-
"type": {
|
|
5872
|
-
"text": "QtiHotspotChoice"
|
|
5873
|
-
}
|
|
5874
|
-
}
|
|
5875
|
-
]
|
|
5876
|
-
}
|
|
5877
|
-
],
|
|
5878
|
-
"exports": [
|
|
5879
|
-
{
|
|
5880
|
-
"kind": "js",
|
|
5881
|
-
"name": "positionHotspots",
|
|
5882
|
-
"declaration": {
|
|
5883
|
-
"name": "positionHotspots",
|
|
5884
|
-
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5885
|
-
}
|
|
5886
|
-
}
|
|
5887
|
-
]
|
|
5888
|
-
},
|
|
5889
|
-
{
|
|
5890
|
-
"kind": "javascript-module",
|
|
5891
|
-
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
5892
|
-
"declarations": [],
|
|
5893
|
-
"exports": []
|
|
5894
|
-
},
|
|
5895
|
-
{
|
|
5896
|
-
"kind": "javascript-module",
|
|
5897
|
-
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
|
|
5898
|
-
"declarations": [
|
|
5899
|
-
{
|
|
5900
|
-
"kind": "class",
|
|
5901
|
-
"description": "",
|
|
5902
|
-
"name": "Interaction",
|
|
5903
|
-
"members": [],
|
|
5904
|
-
"events": [
|
|
5905
|
-
{
|
|
5906
|
-
"name": "qti-register-interaction",
|
|
5907
|
-
"type": {
|
|
5908
|
-
"text": "CustomEvent"
|
|
5909
|
-
}
|
|
5910
|
-
},
|
|
5911
|
-
{
|
|
5912
|
-
"name": "qti-interaction-response",
|
|
5913
|
-
"type": {
|
|
5914
|
-
"text": "CustomEvent"
|
|
5915
|
-
}
|
|
5916
|
-
}
|
|
5917
|
-
],
|
|
5918
|
-
"attributes": [
|
|
5919
|
-
{
|
|
5920
|
-
"name": "response-identifier",
|
|
5921
|
-
"type": {
|
|
5922
|
-
"text": "string"
|
|
5923
|
-
},
|
|
5924
|
-
"default": "''",
|
|
5925
|
-
"fieldName": "responseIdentifier"
|
|
5926
|
-
},
|
|
5927
|
-
{
|
|
5928
|
-
"name": "disabled",
|
|
5929
|
-
"type": {
|
|
5930
|
-
"text": "boolean"
|
|
5931
|
-
},
|
|
5932
|
-
"default": "false",
|
|
5933
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5934
|
-
"fieldName": "disabled"
|
|
5935
|
-
},
|
|
5936
|
-
{
|
|
5937
|
-
"name": "readonly",
|
|
5938
|
-
"type": {
|
|
5939
|
-
"text": "boolean"
|
|
5940
|
-
},
|
|
5941
|
-
"default": "false",
|
|
5942
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5943
|
-
"fieldName": "readonly"
|
|
5944
|
-
}
|
|
5945
|
-
],
|
|
5946
|
-
"superclass": {
|
|
5947
|
-
"name": "LitElement",
|
|
5948
|
-
"package": "lit"
|
|
5949
|
-
},
|
|
5950
|
-
"customElement": true
|
|
5951
|
-
}
|
|
5952
|
-
],
|
|
5953
|
-
"exports": [
|
|
5954
|
-
{
|
|
5955
|
-
"kind": "js",
|
|
5956
|
-
"name": "Interaction",
|
|
5957
|
-
"declaration": {
|
|
5958
|
-
"name": "Interaction",
|
|
5959
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5960
|
-
}
|
|
5961
|
-
}
|
|
5962
|
-
]
|
|
5963
|
-
},
|
|
5964
|
-
{
|
|
5965
|
-
"kind": "javascript-module",
|
|
5966
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
5967
|
-
"declarations": [],
|
|
5968
|
-
"exports": []
|
|
5969
|
-
},
|
|
5970
|
-
{
|
|
5971
|
-
"kind": "javascript-module",
|
|
5972
|
-
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
5966
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
5973
5967
|
"declarations": [],
|
|
5974
5968
|
"exports": []
|
|
5975
5969
|
},
|
|
5976
5970
|
{
|
|
5977
5971
|
"kind": "javascript-module",
|
|
5978
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5972
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5979
5973
|
"declarations": [],
|
|
5980
5974
|
"exports": []
|
|
5981
5975
|
},
|
|
5982
5976
|
{
|
|
5983
5977
|
"kind": "javascript-module",
|
|
5984
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5978
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
5985
5979
|
"declarations": [],
|
|
5986
5980
|
"exports": []
|
|
5987
5981
|
},
|
|
5988
5982
|
{
|
|
5989
5983
|
"kind": "javascript-module",
|
|
5990
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5984
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5991
5985
|
"declarations": [],
|
|
5992
5986
|
"exports": []
|
|
5993
5987
|
},
|
|
5994
5988
|
{
|
|
5995
5989
|
"kind": "javascript-module",
|
|
5996
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5990
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
5997
5991
|
"declarations": [],
|
|
5998
5992
|
"exports": []
|
|
5999
5993
|
},
|
|
6000
5994
|
{
|
|
6001
5995
|
"kind": "javascript-module",
|
|
6002
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5996
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6003
5997
|
"declarations": [],
|
|
6004
5998
|
"exports": []
|
|
6005
5999
|
},
|
|
6006
6000
|
{
|
|
6007
6001
|
"kind": "javascript-module",
|
|
6008
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6002
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/__snapshots__/qti-hottext-interaction.stories.ts.snap",
|
|
6009
6003
|
"declarations": [],
|
|
6010
6004
|
"exports": []
|
|
6011
6005
|
},
|
|
6012
6006
|
{
|
|
6013
6007
|
"kind": "javascript-module",
|
|
6014
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6008
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6015
6009
|
"declarations": [],
|
|
6016
6010
|
"exports": []
|
|
6017
6011
|
},
|
|
6018
6012
|
{
|
|
6019
6013
|
"kind": "javascript-module",
|
|
6020
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6014
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/__snapshots__/qti-match-interaction.stories.ts.snap",
|
|
6021
6015
|
"declarations": [],
|
|
6022
6016
|
"exports": []
|
|
6023
6017
|
},
|
|
6024
6018
|
{
|
|
6025
6019
|
"kind": "javascript-module",
|
|
6026
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6020
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/__snapshots__/qti-media-interaction.stories.ts.snap",
|
|
6027
6021
|
"declarations": [],
|
|
6028
6022
|
"exports": []
|
|
6029
6023
|
},
|
|
6030
6024
|
{
|
|
6031
6025
|
"kind": "javascript-module",
|
|
6032
|
-
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/__snapshots__/qti-match-interaction.stories.ts.snap",
|
|
6026
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
6033
6027
|
"declarations": [],
|
|
6034
6028
|
"exports": []
|
|
6035
6029
|
},
|
|
6036
6030
|
{
|
|
6037
6031
|
"kind": "javascript-module",
|
|
6038
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6032
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6039
6033
|
"declarations": [],
|
|
6040
6034
|
"exports": []
|
|
6041
6035
|
},
|
|
@@ -6902,81 +6896,81 @@
|
|
|
6902
6896
|
},
|
|
6903
6897
|
{
|
|
6904
6898
|
"kind": "javascript-module",
|
|
6905
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6899
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts",
|
|
6906
6900
|
"declarations": [
|
|
6907
6901
|
{
|
|
6908
6902
|
"kind": "class",
|
|
6909
6903
|
"description": "",
|
|
6910
|
-
"name": "
|
|
6904
|
+
"name": "QtiProduct",
|
|
6911
6905
|
"members": [],
|
|
6912
|
-
"attributes": [
|
|
6913
|
-
{
|
|
6914
|
-
"name": "identifier",
|
|
6915
|
-
"type": {
|
|
6916
|
-
"text": "string"
|
|
6917
|
-
},
|
|
6918
|
-
"fieldName": "identifier"
|
|
6919
|
-
}
|
|
6920
|
-
],
|
|
6921
6906
|
"superclass": {
|
|
6922
|
-
"name": "
|
|
6923
|
-
"
|
|
6907
|
+
"name": "QtiExpression",
|
|
6908
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6924
6909
|
},
|
|
6925
|
-
"tagName": "qti-
|
|
6910
|
+
"tagName": "qti-product",
|
|
6926
6911
|
"customElement": true
|
|
6927
6912
|
}
|
|
6928
6913
|
],
|
|
6929
6914
|
"exports": [
|
|
6930
6915
|
{
|
|
6931
6916
|
"kind": "js",
|
|
6932
|
-
"name": "
|
|
6917
|
+
"name": "QtiProduct",
|
|
6933
6918
|
"declaration": {
|
|
6934
|
-
"name": "
|
|
6935
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6919
|
+
"name": "QtiProduct",
|
|
6920
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6936
6921
|
}
|
|
6937
6922
|
},
|
|
6938
6923
|
{
|
|
6939
6924
|
"kind": "custom-element-definition",
|
|
6940
|
-
"name": "qti-
|
|
6925
|
+
"name": "qti-product",
|
|
6941
6926
|
"declaration": {
|
|
6942
|
-
"name": "
|
|
6943
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6927
|
+
"name": "QtiProduct",
|
|
6928
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6944
6929
|
}
|
|
6945
6930
|
}
|
|
6946
6931
|
]
|
|
6947
6932
|
},
|
|
6948
6933
|
{
|
|
6949
6934
|
"kind": "javascript-module",
|
|
6950
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6935
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts",
|
|
6951
6936
|
"declarations": [
|
|
6952
6937
|
{
|
|
6953
6938
|
"kind": "class",
|
|
6954
6939
|
"description": "",
|
|
6955
|
-
"name": "
|
|
6940
|
+
"name": "QtPrintedVariable",
|
|
6956
6941
|
"members": [],
|
|
6942
|
+
"attributes": [
|
|
6943
|
+
{
|
|
6944
|
+
"name": "identifier",
|
|
6945
|
+
"type": {
|
|
6946
|
+
"text": "string"
|
|
6947
|
+
},
|
|
6948
|
+
"fieldName": "identifier"
|
|
6949
|
+
}
|
|
6950
|
+
],
|
|
6957
6951
|
"superclass": {
|
|
6958
|
-
"name": "
|
|
6959
|
-
"
|
|
6952
|
+
"name": "LitElement",
|
|
6953
|
+
"package": "lit"
|
|
6960
6954
|
},
|
|
6961
|
-
"tagName": "qti-
|
|
6955
|
+
"tagName": "qti-printed-variable",
|
|
6962
6956
|
"customElement": true
|
|
6963
6957
|
}
|
|
6964
6958
|
],
|
|
6965
6959
|
"exports": [
|
|
6966
6960
|
{
|
|
6967
6961
|
"kind": "js",
|
|
6968
|
-
"name": "
|
|
6962
|
+
"name": "QtPrintedVariable",
|
|
6969
6963
|
"declaration": {
|
|
6970
|
-
"name": "
|
|
6971
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6964
|
+
"name": "QtPrintedVariable",
|
|
6965
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6972
6966
|
}
|
|
6973
6967
|
},
|
|
6974
6968
|
{
|
|
6975
6969
|
"kind": "custom-element-definition",
|
|
6976
|
-
"name": "qti-
|
|
6970
|
+
"name": "qti-printed-variable",
|
|
6977
6971
|
"declaration": {
|
|
6978
|
-
"name": "
|
|
6979
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6972
|
+
"name": "QtPrintedVariable",
|
|
6973
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/qti-printed-variable.ts"
|
|
6980
6974
|
}
|
|
6981
6975
|
}
|
|
6982
6976
|
]
|
|
@@ -7244,6 +7238,12 @@
|
|
|
7244
7238
|
}
|
|
7245
7239
|
]
|
|
7246
7240
|
},
|
|
7241
|
+
{
|
|
7242
|
+
"kind": "javascript-module",
|
|
7243
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
7244
|
+
"declarations": [],
|
|
7245
|
+
"exports": []
|
|
7246
|
+
},
|
|
7247
7247
|
{
|
|
7248
7248
|
"kind": "javascript-module",
|
|
7249
7249
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts",
|