@citolab/qti-components 6.0.23 → 6.0.25

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.
Files changed (38) hide show
  1. package/dist/chunk-BVYXUE3V.js +1 -0
  2. package/dist/chunk-C4C24R3I.cjs +1 -0
  3. package/dist/chunk-OO5TITDR.js +17 -0
  4. package/dist/{chunk-EHTDKAYF.js → chunk-VBLA6PHI.cjs} +3 -3
  5. package/dist/{chunk-VI35S4EM.cjs → chunk-YFSV2M2E.js} +3 -3
  6. package/dist/chunk-Z2P5ZMVD.cjs +17 -0
  7. package/dist/custom-elements.json +612 -616
  8. package/dist/decorators/index.cjs +1 -1
  9. package/dist/decorators/index.js +1 -1
  10. package/dist/index.cjs +85 -81
  11. package/dist/index.d.cts +83 -91
  12. package/dist/index.d.ts +83 -91
  13. package/dist/index.js +80 -76
  14. package/dist/qti-components/index.cjs +34 -30
  15. package/dist/qti-components/index.d.cts +45 -49
  16. package/dist/qti-components/index.d.ts +45 -49
  17. package/dist/qti-components/index.js +63 -59
  18. package/dist/qti-item/index.cjs +1 -1
  19. package/dist/qti-item/index.d.cts +1 -2
  20. package/dist/qti-item/index.d.ts +1 -2
  21. package/dist/qti-item/index.js +1 -1
  22. package/dist/qti-item-395a9535.d.ts +19 -0
  23. package/dist/qti-item-react/index.cjs +1 -1
  24. package/dist/qti-item-react/index.d.cts +7 -15
  25. package/dist/qti-item-react/index.d.ts +7 -15
  26. package/dist/qti-item-react/index.js +1 -1
  27. package/dist/{qti-simple-choice-b4b79072.d.ts → qti-simple-choice-f19f8469.d.ts} +112 -5
  28. package/dist/qti-transform/index.cjs +1 -17
  29. package/dist/qti-transform/index.d.cts +1 -0
  30. package/dist/qti-transform/index.d.ts +1 -0
  31. package/dist/qti-transform/index.js +1 -17
  32. package/package.json +6 -7
  33. package/dist/chunk-3O4URV5U.cjs +0 -1
  34. package/dist/chunk-6RJ7J4AE.cjs +0 -1
  35. package/dist/chunk-M7QOVOG6.js +0 -1
  36. package/dist/chunk-WFLR5TH7.js +0 -1
  37. package/dist/qti-assessment-item-e8a67444.d.ts +0 -109
  38. package/dist/qti-item-77742afa.d.ts +0 -30
@@ -131,42 +131,6 @@
131
131
  }
132
132
  ]
133
133
  },
134
- {
135
- "kind": "javascript-module",
136
- "path": "src/lib/qti-item-react/index.ts",
137
- "declarations": [],
138
- "exports": [
139
- {
140
- "kind": "js",
141
- "name": "*",
142
- "declaration": {
143
- "name": "*",
144
- "package": "./qti-item.react"
145
- }
146
- }
147
- ]
148
- },
149
- {
150
- "kind": "javascript-module",
151
- "path": "src/lib/qti-item-react/qti-item.react.ts",
152
- "declarations": [
153
- {
154
- "kind": "variable",
155
- "name": "QtiItem",
156
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed',\n qtiitemconnected: 'qti-item-connected'\n }\n})"
157
- }
158
- ],
159
- "exports": [
160
- {
161
- "kind": "js",
162
- "name": "QtiItem",
163
- "declaration": {
164
- "name": "QtiItem",
165
- "module": "src/lib/qti-item-react/qti-item.react.ts"
166
- }
167
- }
168
- ]
169
- },
170
134
  {
171
135
  "kind": "javascript-module",
172
136
  "path": "src/lib/qti-components/index.ts",
@@ -201,15 +165,7 @@
201
165
  "name": "*",
202
166
  "declaration": {
203
167
  "name": "*",
204
- "package": "./qti-utilities/ResponseVariable"
205
- }
206
- },
207
- {
208
- "kind": "js",
209
- "name": "*",
210
- "declaration": {
211
- "name": "*",
212
- "package": "./qti-utilities/OutcomeVariable"
168
+ "package": "./qti-utilities/Variables"
213
169
  }
214
170
  },
215
171
  {
@@ -560,7 +516,7 @@
560
516
  },
561
517
  {
562
518
  "kind": "javascript-module",
563
- "path": "src/lib/qti-transform/index.ts",
519
+ "path": "src/lib/qti-item/index.ts",
564
520
  "declarations": [],
565
521
  "exports": [
566
522
  {
@@ -568,42 +524,64 @@
568
524
  "name": "*",
569
525
  "declaration": {
570
526
  "name": "*",
571
- "package": "./qti-transform"
527
+ "package": "./qti-item"
572
528
  }
573
529
  }
574
530
  ]
575
531
  },
576
532
  {
577
533
  "kind": "javascript-module",
578
- "path": "src/lib/qti-transform/qti-transform.ts",
534
+ "path": "src/lib/qti-item/qti-item.ts",
579
535
  "declarations": [
580
536
  {
581
- "kind": "function",
582
- "name": "qtiTransform",
583
- "parameters": [
537
+ "kind": "class",
538
+ "description": "",
539
+ "name": "QtiItem",
540
+ "members": [],
541
+ "attributes": [
584
542
  {
585
- "name": "xmlValue",
543
+ "name": "item-location",
586
544
  "type": {
587
545
  "text": "string"
588
- }
546
+ },
547
+ "default": "''",
548
+ "fieldName": "itemLocation"
549
+ },
550
+ {
551
+ "name": "xml",
552
+ "fieldName": "xml"
589
553
  }
590
- ]
554
+ ],
555
+ "superclass": {
556
+ "name": "LitElement",
557
+ "package": "lit"
558
+ },
559
+ "tagName": "qti-item",
560
+ "customElement": true
591
561
  }
592
562
  ],
593
563
  "exports": [
594
564
  {
595
565
  "kind": "js",
596
- "name": "qtiTransform",
566
+ "name": "QtiItem",
597
567
  "declaration": {
598
- "name": "qtiTransform",
599
- "module": "src/lib/qti-transform/qti-transform.ts"
568
+ "name": "QtiItem",
569
+ "module": "src/lib/qti-item/qti-item.ts"
570
+ }
571
+ },
572
+ {
573
+ "kind": "custom-element-definition",
574
+ "name": "qti-item",
575
+ "declaration": {
576
+ "name": "QtiItem",
577
+ "module": "src/lib/qti-item/qti-item.ts"
600
578
  }
601
579
  }
602
580
  ]
603
581
  },
604
582
  {
605
583
  "kind": "javascript-module",
606
- "path": "src/lib/qti-item/index.ts",
584
+ "path": "src/lib/qti-item-react/index.ts",
607
585
  "declarations": [],
608
586
  "exports": [
609
587
  {
@@ -611,48 +589,19 @@
611
589
  "name": "*",
612
590
  "declaration": {
613
591
  "name": "*",
614
- "package": "./qti-item"
592
+ "package": "./qti-item.react"
615
593
  }
616
594
  }
617
595
  ]
618
596
  },
619
597
  {
620
598
  "kind": "javascript-module",
621
- "path": "src/lib/qti-item/qti-item.ts",
599
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
622
600
  "declarations": [
623
601
  {
624
- "kind": "class",
625
- "description": "",
602
+ "kind": "variable",
626
603
  "name": "QtiItem",
627
- "members": [],
628
- "attributes": [
629
- {
630
- "name": "disabled",
631
- "type": {
632
- "text": "boolean"
633
- },
634
- "default": "false",
635
- "fieldName": "disabled"
636
- },
637
- {
638
- "name": "readonly",
639
- "type": {
640
- "text": "boolean"
641
- },
642
- "default": "false",
643
- "fieldName": "readonly"
644
- },
645
- {
646
- "name": "xml",
647
- "fieldName": "xml"
648
- }
649
- ],
650
- "superclass": {
651
- "name": "LitElement",
652
- "package": "lit"
653
- },
654
- "tagName": "qti-item",
655
- "customElement": true
604
+ "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n 'qti-outcome-changed': 'qti-outcome-changed', // as EventName<Event>\n 'qti-interaction-changed': 'qti-interaction-changed',\n 'qti-item-connected': 'qti-item-connected'\n }\n})"
656
605
  }
657
606
  ],
658
607
  "exports": [
@@ -661,15 +610,50 @@
661
610
  "name": "QtiItem",
662
611
  "declaration": {
663
612
  "name": "QtiItem",
664
- "module": "src/lib/qti-item/qti-item.ts"
613
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
665
614
  }
666
- },
615
+ }
616
+ ]
617
+ },
618
+ {
619
+ "kind": "javascript-module",
620
+ "path": "src/lib/qti-transform/index.ts",
621
+ "declarations": [],
622
+ "exports": [
667
623
  {
668
- "kind": "custom-element-definition",
669
- "name": "qti-item",
624
+ "kind": "js",
625
+ "name": "*",
670
626
  "declaration": {
671
- "name": "QtiItem",
672
- "module": "src/lib/qti-item/qti-item.ts"
627
+ "name": "*",
628
+ "package": "./qti-transform"
629
+ }
630
+ }
631
+ ]
632
+ },
633
+ {
634
+ "kind": "javascript-module",
635
+ "path": "src/lib/qti-transform/qti-transform.ts",
636
+ "declarations": [
637
+ {
638
+ "kind": "function",
639
+ "name": "qtiTransform",
640
+ "parameters": [
641
+ {
642
+ "name": "xmlValue",
643
+ "type": {
644
+ "text": "string"
645
+ }
646
+ }
647
+ ]
648
+ }
649
+ ],
650
+ "exports": [
651
+ {
652
+ "kind": "js",
653
+ "name": "qtiTransform",
654
+ "declaration": {
655
+ "name": "qtiTransform",
656
+ "module": "src/lib/qti-transform/qti-transform.ts"
673
657
  }
674
658
  }
675
659
  ]
@@ -870,53 +854,6 @@
870
854
  }
871
855
  ]
872
856
  },
873
- {
874
- "kind": "javascript-module",
875
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
876
- "declarations": [
877
- {
878
- "kind": "class",
879
- "description": "",
880
- "name": "QtiItemBody",
881
- "slots": [
882
- {
883
- "description": "item body content.",
884
- "name": ""
885
- },
886
- {
887
- "description": "the qti rubric block is placed above the item",
888
- "name": "qti-rubric-block"
889
- }
890
- ],
891
- "members": [],
892
- "superclass": {
893
- "name": "LitElement",
894
- "package": "lit"
895
- },
896
- "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.",
897
- "tagName": "qti-item-body",
898
- "customElement": true
899
- }
900
- ],
901
- "exports": [
902
- {
903
- "kind": "js",
904
- "name": "default",
905
- "declaration": {
906
- "name": "QtiItemBody",
907
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
908
- }
909
- },
910
- {
911
- "kind": "custom-element-definition",
912
- "name": "qti-item-body",
913
- "declaration": {
914
- "name": "QtiItemBody",
915
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
916
- }
917
- }
918
- ]
919
- },
920
857
  {
921
858
  "kind": "javascript-module",
922
859
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1580,6 +1517,44 @@
1580
1517
  }
1581
1518
  ]
1582
1519
  },
1520
+ {
1521
+ "kind": "javascript-module",
1522
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1523
+ "declarations": [
1524
+ {
1525
+ "kind": "class",
1526
+ "description": "",
1527
+ "name": "QtiItemBody",
1528
+ "slots": [
1529
+ {
1530
+ "description": "item body content.",
1531
+ "name": ""
1532
+ },
1533
+ {
1534
+ "description": "the qti rubric block is placed above the item",
1535
+ "name": "qti-rubric-block"
1536
+ }
1537
+ ],
1538
+ "members": [],
1539
+ "superclass": {
1540
+ "name": "LitElement",
1541
+ "package": "lit"
1542
+ },
1543
+ "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.",
1544
+ "customElement": true
1545
+ }
1546
+ ],
1547
+ "exports": [
1548
+ {
1549
+ "kind": "js",
1550
+ "name": "default",
1551
+ "declaration": {
1552
+ "name": "QtiItemBody",
1553
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1554
+ }
1555
+ }
1556
+ ]
1557
+ },
1583
1558
  {
1584
1559
  "kind": "javascript-module",
1585
1560
  "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
@@ -1682,183 +1657,7 @@
1682
1657
  "name": "*",
1683
1658
  "declaration": {
1684
1659
  "name": "*",
1685
- "package": "./qti-expression/qti-gt/qti-gt"
1686
- }
1687
- },
1688
- {
1689
- "kind": "js",
1690
- "name": "*",
1691
- "declaration": {
1692
- "name": "*",
1693
- "package": "./qti-expression/qti-gte/qti-gte"
1694
- }
1695
- },
1696
- {
1697
- "kind": "js",
1698
- "name": "*",
1699
- "declaration": {
1700
- "name": "*",
1701
- "package": "./qti-expression/qti-lt/qti-lt"
1702
- }
1703
- },
1704
- {
1705
- "kind": "js",
1706
- "name": "*",
1707
- "declaration": {
1708
- "name": "*",
1709
- "package": "./qti-expression/qti-lte/qti-lte"
1710
- }
1711
- },
1712
- {
1713
- "kind": "js",
1714
- "name": "*",
1715
- "declaration": {
1716
- "name": "*",
1717
- "package": "./qti-expression/qti-and/qti-and"
1718
- }
1719
- },
1720
- {
1721
- "kind": "js",
1722
- "name": "*",
1723
- "declaration": {
1724
- "name": "*",
1725
- "package": "./qti-expression/qti-product/qti-product"
1726
- }
1727
- },
1728
- {
1729
- "kind": "js",
1730
- "name": "*",
1731
- "declaration": {
1732
- "name": "*",
1733
- "package": "./qti-expression/qti-or/qti-or"
1734
- }
1735
- },
1736
- {
1737
- "kind": "js",
1738
- "name": "*",
1739
- "declaration": {
1740
- "name": "*",
1741
- "package": "./qti-expression/qti-equal/qti-equal"
1742
- }
1743
- },
1744
- {
1745
- "kind": "js",
1746
- "name": "*",
1747
- "declaration": {
1748
- "name": "*",
1749
- "package": "./qti-expression/qti-equal-rounded/qti-equal-rounded"
1750
- }
1751
- },
1752
- {
1753
- "kind": "js",
1754
- "name": "*",
1755
- "declaration": {
1756
- "name": "*",
1757
- "package": "./qti-expression/qti-basevalue/qti-basevalue"
1758
- }
1759
- },
1760
- {
1761
- "kind": "js",
1762
- "name": "*",
1763
- "declaration": {
1764
- "name": "*",
1765
- "package": "./qti-expression/qti-contains/qti-contains"
1766
- }
1767
- },
1768
- {
1769
- "kind": "js",
1770
- "name": "*",
1771
- "declaration": {
1772
- "name": "*",
1773
- "package": "./qti-expression/qti-expression"
1774
- }
1775
- },
1776
- {
1777
- "kind": "js",
1778
- "name": "*",
1779
- "declaration": {
1780
- "name": "*",
1781
- "package": "./qti-expression/qti-correct/qti-correct"
1782
- }
1783
- },
1784
- {
1785
- "kind": "js",
1786
- "name": "*",
1787
- "declaration": {
1788
- "name": "*",
1789
- "package": "./qti-expression/qti-is-null/qti-is-null"
1790
- }
1791
- },
1792
- {
1793
- "kind": "js",
1794
- "name": "*",
1795
- "declaration": {
1796
- "name": "*",
1797
- "package": "./qti-expression/qti-not/qti-not"
1798
- }
1799
- },
1800
- {
1801
- "kind": "js",
1802
- "name": "*",
1803
- "declaration": {
1804
- "name": "*",
1805
- "package": "./qti-expression/qti-mapresponse/qti-mapresponse"
1806
- }
1807
- },
1808
- {
1809
- "kind": "js",
1810
- "name": "*",
1811
- "declaration": {
1812
- "name": "*",
1813
- "package": "./qti-expression/qti-match/qti-match"
1814
- }
1815
- },
1816
- {
1817
- "kind": "js",
1818
- "name": "*",
1819
- "declaration": {
1820
- "name": "*",
1821
- "package": "./qti-expression/qti-variable/qti-variable"
1822
- }
1823
- },
1824
- {
1825
- "kind": "js",
1826
- "name": "*",
1827
- "declaration": {
1828
- "name": "*",
1829
- "package": "./qti-expression/qti-multiple/qti-multiple"
1830
- }
1831
- },
1832
- {
1833
- "kind": "js",
1834
- "name": "*",
1835
- "declaration": {
1836
- "name": "*",
1837
- "package": "./qti-expression/qti-ordered/qti-ordered"
1838
- }
1839
- },
1840
- {
1841
- "kind": "js",
1842
- "name": "*",
1843
- "declaration": {
1844
- "name": "*",
1845
- "package": "./qti-expression/qti-printed-variable/qti-printed-variable"
1846
- }
1847
- },
1848
- {
1849
- "kind": "js",
1850
- "name": "*",
1851
- "declaration": {
1852
- "name": "*",
1853
- "package": "./qti-expression/qti-member/qti-member"
1854
- }
1855
- },
1856
- {
1857
- "kind": "js",
1858
- "name": "*",
1859
- "declaration": {
1860
- "name": "*",
1861
- "package": "./qti-expression/qti-mapping/qti-mapping"
1660
+ "package": "./qti-expression"
1862
1661
  }
1863
1662
  }
1864
1663
  ]
@@ -2109,50 +1908,6 @@
2109
1908
  "declarations": [],
2110
1909
  "exports": []
2111
1910
  },
2112
- {
2113
- "kind": "javascript-module",
2114
- "path": "src/lib/qti-components/qti-utilities/OutcomeVariable.ts",
2115
- "declarations": [
2116
- {
2117
- "kind": "class",
2118
- "description": "",
2119
- "name": "OutcomeVariable",
2120
- "members": []
2121
- }
2122
- ],
2123
- "exports": [
2124
- {
2125
- "kind": "js",
2126
- "name": "OutcomeVariable",
2127
- "declaration": {
2128
- "name": "OutcomeVariable",
2129
- "module": "src/lib/qti-components/qti-utilities/OutcomeVariable.ts"
2130
- }
2131
- }
2132
- ]
2133
- },
2134
- {
2135
- "kind": "javascript-module",
2136
- "path": "src/lib/qti-components/qti-utilities/ResponseVariable.ts",
2137
- "declarations": [
2138
- {
2139
- "kind": "class",
2140
- "description": "",
2141
- "name": "ResponseVariable",
2142
- "members": []
2143
- }
2144
- ],
2145
- "exports": [
2146
- {
2147
- "kind": "js",
2148
- "name": "ResponseVariable",
2149
- "declaration": {
2150
- "name": "ResponseVariable",
2151
- "module": "src/lib/qti-components/qti-utilities/ResponseVariable.ts"
2152
- }
2153
- }
2154
- ]
2155
- },
2156
1911
  {
2157
1912
  "kind": "javascript-module",
2158
1913
  "path": "src/lib/qti-components/qti-utilities/TemplateStrings.ts",
@@ -2202,9 +1957,39 @@
2202
1957
  },
2203
1958
  {
2204
1959
  "kind": "javascript-module",
2205
- "path": "src/lib/qti-components/qti-utilities/VariableDeclaration.ts",
2206
- "declarations": [],
2207
- "exports": []
1960
+ "path": "src/lib/qti-components/qti-utilities/Variables.ts",
1961
+ "declarations": [
1962
+ {
1963
+ "kind": "class",
1964
+ "description": "",
1965
+ "name": "OutcomeVariable",
1966
+ "members": []
1967
+ },
1968
+ {
1969
+ "kind": "class",
1970
+ "description": "",
1971
+ "name": "ResponseVariable",
1972
+ "members": []
1973
+ }
1974
+ ],
1975
+ "exports": [
1976
+ {
1977
+ "kind": "js",
1978
+ "name": "OutcomeVariable",
1979
+ "declaration": {
1980
+ "name": "OutcomeVariable",
1981
+ "module": "src/lib/qti-components/qti-utilities/Variables.ts"
1982
+ }
1983
+ },
1984
+ {
1985
+ "kind": "js",
1986
+ "name": "ResponseVariable",
1987
+ "declaration": {
1988
+ "name": "ResponseVariable",
1989
+ "module": "src/lib/qti-components/qti-utilities/Variables.ts"
1990
+ }
1991
+ }
1992
+ ]
2208
1993
  },
2209
1994
  {
2210
1995
  "kind": "javascript-module",
@@ -2816,6 +2601,12 @@
2816
2601
  }
2817
2602
  ]
2818
2603
  },
2604
+ {
2605
+ "kind": "javascript-module",
2606
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.xml",
2607
+ "declarations": [],
2608
+ "exports": []
2609
+ },
2819
2610
  {
2820
2611
  "kind": "javascript-module",
2821
2612
  "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
@@ -3995,6 +3786,12 @@
3995
3786
  }
3996
3787
  ]
3997
3788
  },
3789
+ {
3790
+ "kind": "javascript-module",
3791
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
3792
+ "declarations": [],
3793
+ "exports": []
3794
+ },
3998
3795
  {
3999
3796
  "kind": "javascript-module",
4000
3797
  "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
@@ -4131,144 +3928,30 @@
4131
3928
  },
4132
3929
  {
4133
3930
  "kind": "javascript-module",
4134
- "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
3931
+ "path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
4135
3932
  "declarations": [
4136
3933
  {
4137
3934
  "kind": "class",
4138
3935
  "description": "",
4139
- "name": "QtiSelectPointInteraction",
3936
+ "name": "QtiPortableCustomInteraction",
4140
3937
  "members": [],
4141
3938
  "attributes": [
4142
3939
  {
4143
- "name": "max-choices",
3940
+ "name": "response-identifier",
4144
3941
  "type": {
4145
- "text": "number"
3942
+ "text": "string"
4146
3943
  },
4147
- "default": "0",
4148
- "fieldName": "maxChoices"
3944
+ "fieldName": "responseIdentifier"
4149
3945
  },
4150
3946
  {
4151
- "name": "min-choices",
3947
+ "name": "module",
4152
3948
  "type": {
4153
- "text": "number"
3949
+ "text": "string"
4154
3950
  },
4155
- "default": "0",
4156
- "fieldName": "minChoices"
3951
+ "fieldName": "module"
4157
3952
  },
4158
3953
  {
4159
- "name": "response-identifier",
4160
- "type": {
4161
- "text": "string"
4162
- },
4163
- "default": "''",
4164
- "fieldName": "responseIdentifier",
4165
- "inheritedFrom": {
4166
- "name": "Interaction",
4167
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4168
- }
4169
- },
4170
- {
4171
- "name": "disabled",
4172
- "type": {
4173
- "text": "boolean"
4174
- },
4175
- "default": "false",
4176
- "description": "disabled should be exposed to the attributes and accessible as property",
4177
- "fieldName": "disabled",
4178
- "inheritedFrom": {
4179
- "name": "Interaction",
4180
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4181
- }
4182
- },
4183
- {
4184
- "name": "readonly",
4185
- "type": {
4186
- "text": "boolean"
4187
- },
4188
- "default": "false",
4189
- "description": "readonly should be exposed to the attributes and accessible as property",
4190
- "fieldName": "readonly",
4191
- "inheritedFrom": {
4192
- "name": "Interaction",
4193
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4194
- }
4195
- }
4196
- ],
4197
- "superclass": {
4198
- "name": "Interaction",
4199
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4200
- },
4201
- "tagName": "qti-select-point-interaction",
4202
- "customElement": true,
4203
- "events": [
4204
- {
4205
- "name": "qti-register-interaction",
4206
- "type": {
4207
- "text": "CustomEvent"
4208
- },
4209
- "inheritedFrom": {
4210
- "name": "Interaction",
4211
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4212
- }
4213
- },
4214
- {
4215
- "name": "qti-interaction-response",
4216
- "type": {
4217
- "text": "CustomEvent"
4218
- },
4219
- "inheritedFrom": {
4220
- "name": "Interaction",
4221
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4222
- }
4223
- }
4224
- ]
4225
- }
4226
- ],
4227
- "exports": [
4228
- {
4229
- "kind": "js",
4230
- "name": "QtiSelectPointInteraction",
4231
- "declaration": {
4232
- "name": "QtiSelectPointInteraction",
4233
- "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4234
- }
4235
- },
4236
- {
4237
- "kind": "custom-element-definition",
4238
- "name": "qti-select-point-interaction",
4239
- "declaration": {
4240
- "name": "QtiSelectPointInteraction",
4241
- "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4242
- }
4243
- }
4244
- ]
4245
- },
4246
- {
4247
- "kind": "javascript-module",
4248
- "path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/qti-portable-custom-interaction.ts",
4249
- "declarations": [
4250
- {
4251
- "kind": "class",
4252
- "description": "",
4253
- "name": "QtiPortableCustomInteraction",
4254
- "members": [],
4255
- "attributes": [
4256
- {
4257
- "name": "response-identifier",
4258
- "type": {
4259
- "text": "string"
4260
- },
4261
- "fieldName": "responseIdentifier"
4262
- },
4263
- {
4264
- "name": "module",
4265
- "type": {
4266
- "text": "string"
4267
- },
4268
- "fieldName": "module"
4269
- },
4270
- {
4271
- "name": "custom-interaction-type-identifier",
3954
+ "name": "custom-interaction-type-identifier",
4272
3955
  "type": {
4273
3956
  "text": "string"
4274
3957
  },
@@ -4381,6 +4064,120 @@
4381
4064
  }
4382
4065
  ]
4383
4066
  },
4067
+ {
4068
+ "kind": "javascript-module",
4069
+ "path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
4070
+ "declarations": [
4071
+ {
4072
+ "kind": "class",
4073
+ "description": "",
4074
+ "name": "QtiSelectPointInteraction",
4075
+ "members": [],
4076
+ "attributes": [
4077
+ {
4078
+ "name": "max-choices",
4079
+ "type": {
4080
+ "text": "number"
4081
+ },
4082
+ "default": "0",
4083
+ "fieldName": "maxChoices"
4084
+ },
4085
+ {
4086
+ "name": "min-choices",
4087
+ "type": {
4088
+ "text": "number"
4089
+ },
4090
+ "default": "0",
4091
+ "fieldName": "minChoices"
4092
+ },
4093
+ {
4094
+ "name": "response-identifier",
4095
+ "type": {
4096
+ "text": "string"
4097
+ },
4098
+ "default": "''",
4099
+ "fieldName": "responseIdentifier",
4100
+ "inheritedFrom": {
4101
+ "name": "Interaction",
4102
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4103
+ }
4104
+ },
4105
+ {
4106
+ "name": "disabled",
4107
+ "type": {
4108
+ "text": "boolean"
4109
+ },
4110
+ "default": "false",
4111
+ "description": "disabled should be exposed to the attributes and accessible as property",
4112
+ "fieldName": "disabled",
4113
+ "inheritedFrom": {
4114
+ "name": "Interaction",
4115
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4116
+ }
4117
+ },
4118
+ {
4119
+ "name": "readonly",
4120
+ "type": {
4121
+ "text": "boolean"
4122
+ },
4123
+ "default": "false",
4124
+ "description": "readonly should be exposed to the attributes and accessible as property",
4125
+ "fieldName": "readonly",
4126
+ "inheritedFrom": {
4127
+ "name": "Interaction",
4128
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4129
+ }
4130
+ }
4131
+ ],
4132
+ "superclass": {
4133
+ "name": "Interaction",
4134
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4135
+ },
4136
+ "tagName": "qti-select-point-interaction",
4137
+ "customElement": true,
4138
+ "events": [
4139
+ {
4140
+ "name": "qti-register-interaction",
4141
+ "type": {
4142
+ "text": "CustomEvent"
4143
+ },
4144
+ "inheritedFrom": {
4145
+ "name": "Interaction",
4146
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4147
+ }
4148
+ },
4149
+ {
4150
+ "name": "qti-interaction-response",
4151
+ "type": {
4152
+ "text": "CustomEvent"
4153
+ },
4154
+ "inheritedFrom": {
4155
+ "name": "Interaction",
4156
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4157
+ }
4158
+ }
4159
+ ]
4160
+ }
4161
+ ],
4162
+ "exports": [
4163
+ {
4164
+ "kind": "js",
4165
+ "name": "QtiSelectPointInteraction",
4166
+ "declaration": {
4167
+ "name": "QtiSelectPointInteraction",
4168
+ "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4169
+ }
4170
+ },
4171
+ {
4172
+ "kind": "custom-element-definition",
4173
+ "name": "qti-select-point-interaction",
4174
+ "declaration": {
4175
+ "name": "QtiSelectPointInteraction",
4176
+ "module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
4177
+ }
4178
+ }
4179
+ ]
4180
+ },
4384
4181
  {
4385
4182
  "kind": "javascript-module",
4386
4183
  "path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
@@ -4689,18 +4486,217 @@
4689
4486
  "exports": [
4690
4487
  {
4691
4488
  "kind": "js",
4692
- "name": "QtiTextEntryInteraction",
4489
+ "name": "QtiTextEntryInteraction",
4490
+ "declaration": {
4491
+ "name": "QtiTextEntryInteraction",
4492
+ "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4493
+ }
4494
+ },
4495
+ {
4496
+ "kind": "custom-element-definition",
4497
+ "name": "qti-text-entry-interaction",
4498
+ "declaration": {
4499
+ "name": "QtiTextEntryInteraction",
4500
+ "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4501
+ }
4502
+ }
4503
+ ]
4504
+ },
4505
+ {
4506
+ "kind": "javascript-module",
4507
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
4508
+ "declarations": [],
4509
+ "exports": [
4510
+ {
4511
+ "kind": "js",
4512
+ "name": "*",
4513
+ "declaration": {
4514
+ "name": "*",
4515
+ "package": "./qti-and/qti-and"
4516
+ }
4517
+ },
4518
+ {
4519
+ "kind": "js",
4520
+ "name": "*",
4521
+ "declaration": {
4522
+ "name": "*",
4523
+ "package": "./qti-basevalue/qti-basevalue"
4524
+ }
4525
+ },
4526
+ {
4527
+ "kind": "js",
4528
+ "name": "*",
4529
+ "declaration": {
4530
+ "name": "*",
4531
+ "package": "./qti-contains/qti-contains"
4532
+ }
4533
+ },
4534
+ {
4535
+ "kind": "js",
4536
+ "name": "*",
4537
+ "declaration": {
4538
+ "name": "*",
4539
+ "package": "./qti-correct/qti-correct"
4540
+ }
4541
+ },
4542
+ {
4543
+ "kind": "js",
4544
+ "name": "*",
4545
+ "declaration": {
4546
+ "name": "*",
4547
+ "package": "./qti-equal/qti-equal"
4548
+ }
4549
+ },
4550
+ {
4551
+ "kind": "js",
4552
+ "name": "*",
4553
+ "declaration": {
4554
+ "name": "*",
4555
+ "package": "./qti-equal-rounded/qti-equal-rounded"
4556
+ }
4557
+ },
4558
+ {
4559
+ "kind": "js",
4560
+ "name": "*",
4561
+ "declaration": {
4562
+ "name": "*",
4563
+ "package": "./qti-gt/qti-gt"
4564
+ }
4565
+ },
4566
+ {
4567
+ "kind": "js",
4568
+ "name": "*",
4569
+ "declaration": {
4570
+ "name": "*",
4571
+ "package": "./qti-gte/qti-gte"
4572
+ }
4573
+ },
4574
+ {
4575
+ "kind": "js",
4576
+ "name": "*",
4577
+ "declaration": {
4578
+ "name": "*",
4579
+ "package": "./qti-is-null/qti-is-null"
4580
+ }
4581
+ },
4582
+ {
4583
+ "kind": "js",
4584
+ "name": "*",
4585
+ "declaration": {
4586
+ "name": "*",
4587
+ "package": "./qti-lt/qti-lt"
4588
+ }
4589
+ },
4590
+ {
4591
+ "kind": "js",
4592
+ "name": "*",
4593
+ "declaration": {
4594
+ "name": "*",
4595
+ "package": "./qti-lte/qti-lte"
4596
+ }
4597
+ },
4598
+ {
4599
+ "kind": "js",
4600
+ "name": "*",
4601
+ "declaration": {
4602
+ "name": "*",
4603
+ "package": "./qti-mapping/qti-mapping"
4604
+ }
4605
+ },
4606
+ {
4607
+ "kind": "js",
4608
+ "name": "*",
4609
+ "declaration": {
4610
+ "name": "*",
4611
+ "package": "./qti-mapresponse/qti-mapresponse"
4612
+ }
4613
+ },
4614
+ {
4615
+ "kind": "js",
4616
+ "name": "*",
4617
+ "declaration": {
4618
+ "name": "*",
4619
+ "package": "./qti-match/qti-match"
4620
+ }
4621
+ },
4622
+ {
4623
+ "kind": "js",
4624
+ "name": "*",
4625
+ "declaration": {
4626
+ "name": "*",
4627
+ "package": "./qti-member/qti-member"
4628
+ }
4629
+ },
4630
+ {
4631
+ "kind": "js",
4632
+ "name": "*",
4633
+ "declaration": {
4634
+ "name": "*",
4635
+ "package": "./qti-multiple/qti-multiple"
4636
+ }
4637
+ },
4638
+ {
4639
+ "kind": "js",
4640
+ "name": "*",
4641
+ "declaration": {
4642
+ "name": "*",
4643
+ "package": "./qti-not/qti-not"
4644
+ }
4645
+ },
4646
+ {
4647
+ "kind": "js",
4648
+ "name": "*",
4649
+ "declaration": {
4650
+ "name": "*",
4651
+ "package": "./qti-or/qti-or"
4652
+ }
4653
+ },
4654
+ {
4655
+ "kind": "js",
4656
+ "name": "*",
4657
+ "declaration": {
4658
+ "name": "*",
4659
+ "package": "./qti-ordered/qti-ordered"
4660
+ }
4661
+ },
4662
+ {
4663
+ "kind": "js",
4664
+ "name": "*",
4665
+ "declaration": {
4666
+ "name": "*",
4667
+ "package": "./qti-printed-variable/qti-printed-variable"
4668
+ }
4669
+ },
4670
+ {
4671
+ "kind": "js",
4672
+ "name": "*",
4673
+ "declaration": {
4674
+ "name": "*",
4675
+ "package": "./qti-product/qti-product"
4676
+ }
4677
+ },
4678
+ {
4679
+ "kind": "js",
4680
+ "name": "*",
4693
4681
  "declaration": {
4694
- "name": "QtiTextEntryInteraction",
4695
- "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4682
+ "name": "*",
4683
+ "package": "./qti-variable/qti-variable"
4696
4684
  }
4697
4685
  },
4698
4686
  {
4699
- "kind": "custom-element-definition",
4700
- "name": "qti-text-entry-interaction",
4687
+ "kind": "js",
4688
+ "name": "*",
4701
4689
  "declaration": {
4702
- "name": "QtiTextEntryInteraction",
4703
- "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4690
+ "name": "*",
4691
+ "package": "./qti-condition-expression"
4692
+ }
4693
+ },
4694
+ {
4695
+ "kind": "js",
4696
+ "name": "*",
4697
+ "declaration": {
4698
+ "name": "*",
4699
+ "package": "./qti-expression"
4704
4700
  }
4705
4701
  }
4706
4702
  ]
@@ -5171,6 +5167,104 @@
5171
5167
  }
5172
5168
  ]
5173
5169
  },
5170
+ {
5171
+ "kind": "javascript-module",
5172
+ "path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
5173
+ "declarations": [
5174
+ {
5175
+ "kind": "class",
5176
+ "description": "",
5177
+ "name": "QtiChoice",
5178
+ "slots": [
5179
+ {
5180
+ "description": "The choices slot element",
5181
+ "name": ""
5182
+ }
5183
+ ],
5184
+ "members": [],
5185
+ "events": [
5186
+ {
5187
+ "name": "qti-register-choice",
5188
+ "type": {
5189
+ "text": "CustomEvent"
5190
+ },
5191
+ "description": "register itselves on a qti-choice-interaction element."
5192
+ },
5193
+ {
5194
+ "name": "qti-loose-choice",
5195
+ "type": {
5196
+ "text": "CustomEvent"
5197
+ },
5198
+ "description": "de-register itselves on a qti-choice-interaction element."
5199
+ },
5200
+ {
5201
+ "name": "qti-choice-element-selected",
5202
+ "type": {
5203
+ "text": "CustomEvent"
5204
+ },
5205
+ "description": "Emitted when the choice is selected."
5206
+ }
5207
+ ],
5208
+ "attributes": [
5209
+ {
5210
+ "name": "identifier",
5211
+ "type": {
5212
+ "text": "string"
5213
+ },
5214
+ "fieldName": "identifier"
5215
+ },
5216
+ {
5217
+ "name": "tabindex",
5218
+ "type": {
5219
+ "text": "number | undefined"
5220
+ },
5221
+ "default": "0",
5222
+ "fieldName": "tabindex"
5223
+ },
5224
+ {
5225
+ "name": "aria-disabled",
5226
+ "type": {
5227
+ "text": "boolean"
5228
+ },
5229
+ "default": "false",
5230
+ "fieldName": "disabled"
5231
+ },
5232
+ {
5233
+ "name": "aria-readonly",
5234
+ "type": {
5235
+ "text": "boolean"
5236
+ },
5237
+ "default": "false",
5238
+ "fieldName": "readonly"
5239
+ },
5240
+ {
5241
+ "name": "aria-checked",
5242
+ "type": {
5243
+ "text": "boolean"
5244
+ },
5245
+ "default": "false",
5246
+ "fieldName": "checked"
5247
+ }
5248
+ ],
5249
+ "superclass": {
5250
+ "name": "LitElement",
5251
+ "package": "lit"
5252
+ },
5253
+ "summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
5254
+ "customElement": true
5255
+ }
5256
+ ],
5257
+ "exports": [
5258
+ {
5259
+ "kind": "js",
5260
+ "name": "QtiChoice",
5261
+ "declaration": {
5262
+ "name": "QtiChoice",
5263
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
5264
+ }
5265
+ }
5266
+ ]
5267
+ },
5174
5268
  {
5175
5269
  "kind": "javascript-module",
5176
5270
  "path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
@@ -5568,104 +5662,6 @@
5568
5662
  }
5569
5663
  ]
5570
5664
  },
5571
- {
5572
- "kind": "javascript-module",
5573
- "path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
5574
- "declarations": [
5575
- {
5576
- "kind": "class",
5577
- "description": "",
5578
- "name": "QtiChoice",
5579
- "slots": [
5580
- {
5581
- "description": "The choices slot element",
5582
- "name": ""
5583
- }
5584
- ],
5585
- "members": [],
5586
- "events": [
5587
- {
5588
- "name": "qti-register-choice",
5589
- "type": {
5590
- "text": "CustomEvent"
5591
- },
5592
- "description": "register itselves on a qti-choice-interaction element."
5593
- },
5594
- {
5595
- "name": "qti-loose-choice",
5596
- "type": {
5597
- "text": "CustomEvent"
5598
- },
5599
- "description": "de-register itselves on a qti-choice-interaction element."
5600
- },
5601
- {
5602
- "name": "qti-choice-element-selected",
5603
- "type": {
5604
- "text": "CustomEvent"
5605
- },
5606
- "description": "Emitted when the choice is selected."
5607
- }
5608
- ],
5609
- "attributes": [
5610
- {
5611
- "name": "identifier",
5612
- "type": {
5613
- "text": "string"
5614
- },
5615
- "fieldName": "identifier"
5616
- },
5617
- {
5618
- "name": "tabindex",
5619
- "type": {
5620
- "text": "number | undefined"
5621
- },
5622
- "default": "0",
5623
- "fieldName": "tabindex"
5624
- },
5625
- {
5626
- "name": "aria-disabled",
5627
- "type": {
5628
- "text": "boolean"
5629
- },
5630
- "default": "false",
5631
- "fieldName": "disabled"
5632
- },
5633
- {
5634
- "name": "aria-readonly",
5635
- "type": {
5636
- "text": "boolean"
5637
- },
5638
- "default": "false",
5639
- "fieldName": "readonly"
5640
- },
5641
- {
5642
- "name": "aria-checked",
5643
- "type": {
5644
- "text": "boolean"
5645
- },
5646
- "default": "false",
5647
- "fieldName": "checked"
5648
- }
5649
- ],
5650
- "superclass": {
5651
- "name": "LitElement",
5652
- "package": "lit"
5653
- },
5654
- "summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
5655
- "customElement": true
5656
- }
5657
- ],
5658
- "exports": [
5659
- {
5660
- "kind": "js",
5661
- "name": "QtiChoice",
5662
- "declaration": {
5663
- "name": "QtiChoice",
5664
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
5665
- }
5666
- }
5667
- ]
5668
- },
5669
5665
  {
5670
5666
  "kind": "javascript-module",
5671
5667
  "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
@@ -5879,8 +5875,8 @@
5879
5875
  "name": "QtiContains",
5880
5876
  "members": [],
5881
5877
  "superclass": {
5882
- "name": "QtiExpression",
5883
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5878
+ "name": "QtiConditionExpression",
5879
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5884
5880
  },
5885
5881
  "tagName": "qti-contains",
5886
5882
  "customElement": true
@@ -6392,72 +6388,72 @@
6392
6388
  },
6393
6389
  {
6394
6390
  "kind": "javascript-module",
6395
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
6391
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6396
6392
  "declarations": [
6397
6393
  {
6398
6394
  "kind": "class",
6399
6395
  "description": "",
6400
- "name": "QtiNot",
6396
+ "name": "QtiMultiple",
6401
6397
  "members": [],
6402
6398
  "superclass": {
6403
6399
  "name": "QtiExpression",
6404
6400
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6405
6401
  },
6406
- "tagName": "qti-not",
6402
+ "tagName": "qti-multiple",
6407
6403
  "customElement": true
6408
6404
  }
6409
6405
  ],
6410
6406
  "exports": [
6411
6407
  {
6412
6408
  "kind": "js",
6413
- "name": "QtiNot",
6409
+ "name": "QtiMultiple",
6414
6410
  "declaration": {
6415
- "name": "QtiNot",
6416
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
6411
+ "name": "QtiMultiple",
6412
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6417
6413
  }
6418
6414
  },
6419
6415
  {
6420
6416
  "kind": "custom-element-definition",
6421
- "name": "qti-not",
6417
+ "name": "qti-multiple",
6422
6418
  "declaration": {
6423
- "name": "QtiNot",
6424
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
6419
+ "name": "QtiMultiple",
6420
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6425
6421
  }
6426
6422
  }
6427
6423
  ]
6428
6424
  },
6429
6425
  {
6430
6426
  "kind": "javascript-module",
6431
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6427
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
6432
6428
  "declarations": [
6433
6429
  {
6434
6430
  "kind": "class",
6435
6431
  "description": "",
6436
- "name": "QtiMultiple",
6432
+ "name": "QtiNot",
6437
6433
  "members": [],
6438
6434
  "superclass": {
6439
6435
  "name": "QtiExpression",
6440
6436
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6441
6437
  },
6442
- "tagName": "qti-multiple",
6438
+ "tagName": "qti-not",
6443
6439
  "customElement": true
6444
6440
  }
6445
6441
  ],
6446
6442
  "exports": [
6447
6443
  {
6448
6444
  "kind": "js",
6449
- "name": "QtiMultiple",
6445
+ "name": "QtiNot",
6450
6446
  "declaration": {
6451
- "name": "QtiMultiple",
6452
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6447
+ "name": "QtiNot",
6448
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
6453
6449
  }
6454
6450
  },
6455
6451
  {
6456
6452
  "kind": "custom-element-definition",
6457
- "name": "qti-multiple",
6453
+ "name": "qti-not",
6458
6454
  "declaration": {
6459
- "name": "QtiMultiple",
6460
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6455
+ "name": "QtiNot",
6456
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
6461
6457
  }
6462
6458
  }
6463
6459
  ]