@citolab/qti-components 6.0.24 → 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.
@@ -131,71 +131,6 @@
131
131
  }
132
132
  ]
133
133
  },
134
- {
135
- "kind": "javascript-module",
136
- "path": "src/lib/qti-item/index.ts",
137
- "declarations": [],
138
- "exports": [
139
- {
140
- "kind": "js",
141
- "name": "*",
142
- "declaration": {
143
- "name": "*",
144
- "package": "./qti-item"
145
- }
146
- }
147
- ]
148
- },
149
- {
150
- "kind": "javascript-module",
151
- "path": "src/lib/qti-item/qti-item.ts",
152
- "declarations": [
153
- {
154
- "kind": "class",
155
- "description": "",
156
- "name": "QtiItem",
157
- "members": [],
158
- "attributes": [
159
- {
160
- "name": "item-location",
161
- "type": {
162
- "text": "string"
163
- },
164
- "default": "''",
165
- "fieldName": "itemLocation"
166
- },
167
- {
168
- "name": "xml",
169
- "fieldName": "xml"
170
- }
171
- ],
172
- "superclass": {
173
- "name": "LitElement",
174
- "package": "lit"
175
- },
176
- "tagName": "qti-item",
177
- "customElement": true
178
- }
179
- ],
180
- "exports": [
181
- {
182
- "kind": "js",
183
- "name": "QtiItem",
184
- "declaration": {
185
- "name": "QtiItem",
186
- "module": "src/lib/qti-item/qti-item.ts"
187
- }
188
- },
189
- {
190
- "kind": "custom-element-definition",
191
- "name": "qti-item",
192
- "declaration": {
193
- "name": "QtiItem",
194
- "module": "src/lib/qti-item/qti-item.ts"
195
- }
196
- }
197
- ]
198
- },
199
134
  {
200
135
  "kind": "javascript-module",
201
136
  "path": "src/lib/qti-components/index.ts",
@@ -230,15 +165,7 @@
230
165
  "name": "*",
231
166
  "declaration": {
232
167
  "name": "*",
233
- "package": "./qti-utilities/ResponseVariable"
234
- }
235
- },
236
- {
237
- "kind": "js",
238
- "name": "*",
239
- "declaration": {
240
- "name": "*",
241
- "package": "./qti-utilities/OutcomeVariable"
168
+ "package": "./qti-utilities/Variables"
242
169
  }
243
170
  },
244
171
  {
@@ -587,6 +514,71 @@
587
514
  }
588
515
  ]
589
516
  },
517
+ {
518
+ "kind": "javascript-module",
519
+ "path": "src/lib/qti-item/index.ts",
520
+ "declarations": [],
521
+ "exports": [
522
+ {
523
+ "kind": "js",
524
+ "name": "*",
525
+ "declaration": {
526
+ "name": "*",
527
+ "package": "./qti-item"
528
+ }
529
+ }
530
+ ]
531
+ },
532
+ {
533
+ "kind": "javascript-module",
534
+ "path": "src/lib/qti-item/qti-item.ts",
535
+ "declarations": [
536
+ {
537
+ "kind": "class",
538
+ "description": "",
539
+ "name": "QtiItem",
540
+ "members": [],
541
+ "attributes": [
542
+ {
543
+ "name": "item-location",
544
+ "type": {
545
+ "text": "string"
546
+ },
547
+ "default": "''",
548
+ "fieldName": "itemLocation"
549
+ },
550
+ {
551
+ "name": "xml",
552
+ "fieldName": "xml"
553
+ }
554
+ ],
555
+ "superclass": {
556
+ "name": "LitElement",
557
+ "package": "lit"
558
+ },
559
+ "tagName": "qti-item",
560
+ "customElement": true
561
+ }
562
+ ],
563
+ "exports": [
564
+ {
565
+ "kind": "js",
566
+ "name": "QtiItem",
567
+ "declaration": {
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"
578
+ }
579
+ }
580
+ ]
581
+ },
590
582
  {
591
583
  "kind": "javascript-module",
592
584
  "path": "src/lib/qti-item-react/index.ts",
@@ -609,7 +601,7 @@
609
601
  {
610
602
  "kind": "variable",
611
603
  "name": "QtiItem",
612
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\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})"
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})"
613
605
  }
614
606
  ],
615
607
  "exports": [
@@ -1549,7 +1541,6 @@
1549
1541
  "package": "lit"
1550
1542
  },
1551
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.",
1552
- "tagName": "qti-item-body",
1553
1544
  "customElement": true
1554
1545
  }
1555
1546
  ],
@@ -1561,14 +1552,6 @@
1561
1552
  "name": "QtiItemBody",
1562
1553
  "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1563
1554
  }
1564
- },
1565
- {
1566
- "kind": "custom-element-definition",
1567
- "name": "qti-item-body",
1568
- "declaration": {
1569
- "name": "QtiItemBody",
1570
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1571
- }
1572
1555
  }
1573
1556
  ]
1574
1557
  },
@@ -1674,279 +1657,103 @@
1674
1657
  "name": "*",
1675
1658
  "declaration": {
1676
1659
  "name": "*",
1677
- "package": "./qti-expression/qti-gt/qti-gt"
1660
+ "package": "./qti-expression"
1678
1661
  }
1679
- },
1680
- {
1681
- "kind": "js",
1682
- "name": "*",
1683
- "declaration": {
1684
- "name": "*",
1685
- "package": "./qti-expression/qti-gte/qti-gte"
1686
- }
1687
- },
1662
+ }
1663
+ ]
1664
+ },
1665
+ {
1666
+ "kind": "javascript-module",
1667
+ "path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
1668
+ "declarations": [
1688
1669
  {
1689
- "kind": "js",
1690
- "name": "*",
1691
- "declaration": {
1692
- "name": "*",
1693
- "package": "./qti-expression/qti-lt/qti-lt"
1694
- }
1695
- },
1670
+ "kind": "class",
1671
+ "description": "",
1672
+ "name": "qtiContentBody",
1673
+ "members": [],
1674
+ "superclass": {
1675
+ "name": "LitElement",
1676
+ "package": "lit"
1677
+ },
1678
+ "tagName": "qti-content-body",
1679
+ "customElement": true
1680
+ }
1681
+ ],
1682
+ "exports": [
1696
1683
  {
1697
1684
  "kind": "js",
1698
- "name": "*",
1685
+ "name": "qtiContentBody",
1699
1686
  "declaration": {
1700
- "name": "*",
1701
- "package": "./qti-expression/qti-lte/qti-lte"
1687
+ "name": "qtiContentBody",
1688
+ "module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
1702
1689
  }
1703
1690
  },
1704
1691
  {
1705
- "kind": "js",
1706
- "name": "*",
1692
+ "kind": "custom-element-definition",
1693
+ "name": "qti-content-body",
1707
1694
  "declaration": {
1708
- "name": "*",
1709
- "package": "./qti-expression/qti-and/qti-and"
1695
+ "name": "qtiContentBody",
1696
+ "module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
1710
1697
  }
1711
- },
1698
+ }
1699
+ ]
1700
+ },
1701
+ {
1702
+ "kind": "javascript-module",
1703
+ "path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts",
1704
+ "declarations": [
1712
1705
  {
1713
- "kind": "js",
1714
- "name": "*",
1715
- "declaration": {
1716
- "name": "*",
1717
- "package": "./qti-expression/qti-product/qti-product"
1718
- }
1719
- },
1706
+ "kind": "class",
1707
+ "description": "",
1708
+ "name": "qtiRubricBlock",
1709
+ "members": [],
1710
+ "attributes": [
1711
+ {
1712
+ "name": "id",
1713
+ "fieldName": "id"
1714
+ },
1715
+ {
1716
+ "name": "use",
1717
+ "type": {
1718
+ "text": "'instructions' | 'scoring' | 'navigation'"
1719
+ },
1720
+ "fieldName": "use"
1721
+ },
1722
+ {
1723
+ "name": "view",
1724
+ "type": {
1725
+ "text": "'author' | 'candidate' | 'proctor' | 'scorer' | 'testConstructor' | 'tutor'"
1726
+ },
1727
+ "fieldName": "view"
1728
+ },
1729
+ {
1730
+ "name": "class",
1731
+ "fieldName": "classNames"
1732
+ }
1733
+ ],
1734
+ "superclass": {
1735
+ "name": "LitElement",
1736
+ "package": "lit"
1737
+ },
1738
+ "tagName": "qti-rubric-block",
1739
+ "customElement": true
1740
+ }
1741
+ ],
1742
+ "exports": [
1720
1743
  {
1721
1744
  "kind": "js",
1722
- "name": "*",
1745
+ "name": "qtiRubricBlock",
1723
1746
  "declaration": {
1724
- "name": "*",
1725
- "package": "./qti-expression/qti-or/qti-or"
1747
+ "name": "qtiRubricBlock",
1748
+ "module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
1726
1749
  }
1727
1750
  },
1728
1751
  {
1729
- "kind": "js",
1730
- "name": "*",
1752
+ "kind": "custom-element-definition",
1753
+ "name": "qti-rubric-block",
1731
1754
  "declaration": {
1732
- "name": "*",
1733
- "package": "./qti-expression/qti-equal/qti-equal"
1734
- }
1735
- },
1736
- {
1737
- "kind": "js",
1738
- "name": "*",
1739
- "declaration": {
1740
- "name": "*",
1741
- "package": "./qti-expression/qti-equal-rounded/qti-equal-rounded"
1742
- }
1743
- },
1744
- {
1745
- "kind": "js",
1746
- "name": "*",
1747
- "declaration": {
1748
- "name": "*",
1749
- "package": "./qti-expression/qti-basevalue/qti-basevalue"
1750
- }
1751
- },
1752
- {
1753
- "kind": "js",
1754
- "name": "*",
1755
- "declaration": {
1756
- "name": "*",
1757
- "package": "./qti-expression/qti-contains/qti-contains"
1758
- }
1759
- },
1760
- {
1761
- "kind": "js",
1762
- "name": "*",
1763
- "declaration": {
1764
- "name": "*",
1765
- "package": "./qti-expression/qti-expression"
1766
- }
1767
- },
1768
- {
1769
- "kind": "js",
1770
- "name": "*",
1771
- "declaration": {
1772
- "name": "*",
1773
- "package": "./qti-expression/qti-correct/qti-correct"
1774
- }
1775
- },
1776
- {
1777
- "kind": "js",
1778
- "name": "*",
1779
- "declaration": {
1780
- "name": "*",
1781
- "package": "./qti-expression/qti-is-null/qti-is-null"
1782
- }
1783
- },
1784
- {
1785
- "kind": "js",
1786
- "name": "*",
1787
- "declaration": {
1788
- "name": "*",
1789
- "package": "./qti-expression/qti-not/qti-not"
1790
- }
1791
- },
1792
- {
1793
- "kind": "js",
1794
- "name": "*",
1795
- "declaration": {
1796
- "name": "*",
1797
- "package": "./qti-expression/qti-mapresponse/qti-mapresponse"
1798
- }
1799
- },
1800
- {
1801
- "kind": "js",
1802
- "name": "*",
1803
- "declaration": {
1804
- "name": "*",
1805
- "package": "./qti-expression/qti-match/qti-match"
1806
- }
1807
- },
1808
- {
1809
- "kind": "js",
1810
- "name": "*",
1811
- "declaration": {
1812
- "name": "*",
1813
- "package": "./qti-expression/qti-variable/qti-variable"
1814
- }
1815
- },
1816
- {
1817
- "kind": "js",
1818
- "name": "*",
1819
- "declaration": {
1820
- "name": "*",
1821
- "package": "./qti-expression/qti-multiple/qti-multiple"
1822
- }
1823
- },
1824
- {
1825
- "kind": "js",
1826
- "name": "*",
1827
- "declaration": {
1828
- "name": "*",
1829
- "package": "./qti-expression/qti-ordered/qti-ordered"
1830
- }
1831
- },
1832
- {
1833
- "kind": "js",
1834
- "name": "*",
1835
- "declaration": {
1836
- "name": "*",
1837
- "package": "./qti-expression/qti-printed-variable/qti-printed-variable"
1838
- }
1839
- },
1840
- {
1841
- "kind": "js",
1842
- "name": "*",
1843
- "declaration": {
1844
- "name": "*",
1845
- "package": "./qti-expression/qti-member/qti-member"
1846
- }
1847
- },
1848
- {
1849
- "kind": "js",
1850
- "name": "*",
1851
- "declaration": {
1852
- "name": "*",
1853
- "package": "./qti-expression/qti-mapping/qti-mapping"
1854
- }
1855
- }
1856
- ]
1857
- },
1858
- {
1859
- "kind": "javascript-module",
1860
- "path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
1861
- "declarations": [
1862
- {
1863
- "kind": "class",
1864
- "description": "",
1865
- "name": "qtiContentBody",
1866
- "members": [],
1867
- "superclass": {
1868
- "name": "LitElement",
1869
- "package": "lit"
1870
- },
1871
- "tagName": "qti-content-body",
1872
- "customElement": true
1873
- }
1874
- ],
1875
- "exports": [
1876
- {
1877
- "kind": "js",
1878
- "name": "qtiContentBody",
1879
- "declaration": {
1880
- "name": "qtiContentBody",
1881
- "module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
1882
- }
1883
- },
1884
- {
1885
- "kind": "custom-element-definition",
1886
- "name": "qti-content-body",
1887
- "declaration": {
1888
- "name": "qtiContentBody",
1889
- "module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
1890
- }
1891
- }
1892
- ]
1893
- },
1894
- {
1895
- "kind": "javascript-module",
1896
- "path": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts",
1897
- "declarations": [
1898
- {
1899
- "kind": "class",
1900
- "description": "",
1901
- "name": "qtiRubricBlock",
1902
- "members": [],
1903
- "attributes": [
1904
- {
1905
- "name": "id",
1906
- "fieldName": "id"
1907
- },
1908
- {
1909
- "name": "use",
1910
- "type": {
1911
- "text": "'instructions' | 'scoring' | 'navigation'"
1912
- },
1913
- "fieldName": "use"
1914
- },
1915
- {
1916
- "name": "view",
1917
- "type": {
1918
- "text": "'author' | 'candidate' | 'proctor' | 'scorer' | 'testConstructor' | 'tutor'"
1919
- },
1920
- "fieldName": "view"
1921
- },
1922
- {
1923
- "name": "class",
1924
- "fieldName": "classNames"
1925
- }
1926
- ],
1927
- "superclass": {
1928
- "name": "LitElement",
1929
- "package": "lit"
1930
- },
1931
- "tagName": "qti-rubric-block",
1932
- "customElement": true
1933
- }
1934
- ],
1935
- "exports": [
1936
- {
1937
- "kind": "js",
1938
- "name": "qtiRubricBlock",
1939
- "declaration": {
1940
- "name": "qtiRubricBlock",
1941
- "module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
1942
- }
1943
- },
1944
- {
1945
- "kind": "custom-element-definition",
1946
- "name": "qti-rubric-block",
1947
- "declaration": {
1948
- "name": "qtiRubricBlock",
1949
- "module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
1755
+ "name": "qtiRubricBlock",
1756
+ "module": "src/lib/qti-components/qti-rubric-block/qti-rubric-block.ts"
1950
1757
  }
1951
1758
  }
1952
1759
  ]
@@ -2101,50 +1908,6 @@
2101
1908
  "declarations": [],
2102
1909
  "exports": []
2103
1910
  },
2104
- {
2105
- "kind": "javascript-module",
2106
- "path": "src/lib/qti-components/qti-utilities/OutcomeVariable.ts",
2107
- "declarations": [
2108
- {
2109
- "kind": "class",
2110
- "description": "",
2111
- "name": "OutcomeVariable",
2112
- "members": []
2113
- }
2114
- ],
2115
- "exports": [
2116
- {
2117
- "kind": "js",
2118
- "name": "OutcomeVariable",
2119
- "declaration": {
2120
- "name": "OutcomeVariable",
2121
- "module": "src/lib/qti-components/qti-utilities/OutcomeVariable.ts"
2122
- }
2123
- }
2124
- ]
2125
- },
2126
- {
2127
- "kind": "javascript-module",
2128
- "path": "src/lib/qti-components/qti-utilities/ResponseVariable.ts",
2129
- "declarations": [
2130
- {
2131
- "kind": "class",
2132
- "description": "",
2133
- "name": "ResponseVariable",
2134
- "members": []
2135
- }
2136
- ],
2137
- "exports": [
2138
- {
2139
- "kind": "js",
2140
- "name": "ResponseVariable",
2141
- "declaration": {
2142
- "name": "ResponseVariable",
2143
- "module": "src/lib/qti-components/qti-utilities/ResponseVariable.ts"
2144
- }
2145
- }
2146
- ]
2147
- },
2148
1911
  {
2149
1912
  "kind": "javascript-module",
2150
1913
  "path": "src/lib/qti-components/qti-utilities/TemplateStrings.ts",
@@ -2194,9 +1957,39 @@
2194
1957
  },
2195
1958
  {
2196
1959
  "kind": "javascript-module",
2197
- "path": "src/lib/qti-components/qti-utilities/VariableDeclaration.ts",
2198
- "declarations": [],
2199
- "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
+ ]
2200
1993
  },
2201
1994
  {
2202
1995
  "kind": "javascript-module",
@@ -2808,6 +2601,12 @@
2808
2601
  }
2809
2602
  ]
2810
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
+ },
2811
2610
  {
2812
2611
  "kind": "javascript-module",
2813
2612
  "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
@@ -2842,113 +2641,9 @@
2842
2641
  "fieldName": "placeholderText"
2843
2642
  },
2844
2643
  {
2845
- "name": "class",
2846
- "fieldName": "classNames"
2847
- },
2848
- {
2849
- "name": "response-identifier",
2850
- "type": {
2851
- "text": "string"
2852
- },
2853
- "default": "''",
2854
- "fieldName": "responseIdentifier",
2855
- "inheritedFrom": {
2856
- "name": "Interaction",
2857
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2858
- }
2859
- },
2860
- {
2861
- "name": "disabled",
2862
- "type": {
2863
- "text": "boolean"
2864
- },
2865
- "default": "false",
2866
- "description": "disabled should be exposed to the attributes and accessible as property",
2867
- "fieldName": "disabled",
2868
- "inheritedFrom": {
2869
- "name": "Interaction",
2870
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2871
- }
2872
- },
2873
- {
2874
- "name": "readonly",
2875
- "type": {
2876
- "text": "boolean"
2877
- },
2878
- "default": "false",
2879
- "description": "readonly should be exposed to the attributes and accessible as property",
2880
- "fieldName": "readonly",
2881
- "inheritedFrom": {
2882
- "name": "Interaction",
2883
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2884
- }
2885
- }
2886
- ],
2887
- "superclass": {
2888
- "name": "Interaction",
2889
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2890
- },
2891
- "tagName": "qti-extended-text-interaction",
2892
- "customElement": true,
2893
- "events": [
2894
- {
2895
- "name": "qti-register-interaction",
2896
- "type": {
2897
- "text": "CustomEvent"
2898
- },
2899
- "inheritedFrom": {
2900
- "name": "Interaction",
2901
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2902
- }
2903
- },
2904
- {
2905
- "name": "qti-interaction-response",
2906
- "type": {
2907
- "text": "CustomEvent"
2908
- },
2909
- "inheritedFrom": {
2910
- "name": "Interaction",
2911
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2912
- }
2913
- }
2914
- ]
2915
- }
2916
- ],
2917
- "exports": [
2918
- {
2919
- "kind": "js",
2920
- "name": "QtiExtendedTextInteraction",
2921
- "declaration": {
2922
- "name": "QtiExtendedTextInteraction",
2923
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
2924
- }
2925
- },
2926
- {
2927
- "kind": "custom-element-definition",
2928
- "name": "qti-extended-text-interaction",
2929
- "declaration": {
2930
- "name": "QtiExtendedTextInteraction",
2931
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
2932
- }
2933
- }
2934
- ]
2935
- },
2936
- {
2937
- "kind": "javascript-module",
2938
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
2939
- "declarations": [
2940
- {
2941
- "kind": "class",
2942
- "description": "",
2943
- "name": "QtiGraphicAssociateInteraction",
2944
- "members": [],
2945
- "superclass": {
2946
- "name": "Interaction",
2947
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2948
- },
2949
- "tagName": "qti-graphic-associate-interaction",
2950
- "customElement": true,
2951
- "attributes": [
2644
+ "name": "class",
2645
+ "fieldName": "classNames"
2646
+ },
2952
2647
  {
2953
2648
  "name": "response-identifier",
2954
2649
  "type": {
@@ -2988,6 +2683,12 @@
2988
2683
  }
2989
2684
  }
2990
2685
  ],
2686
+ "superclass": {
2687
+ "name": "Interaction",
2688
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2689
+ },
2690
+ "tagName": "qti-extended-text-interaction",
2691
+ "customElement": true,
2991
2692
  "events": [
2992
2693
  {
2993
2694
  "name": "qti-register-interaction",
@@ -3015,18 +2716,18 @@
3015
2716
  "exports": [
3016
2717
  {
3017
2718
  "kind": "js",
3018
- "name": "QtiGraphicAssociateInteraction",
2719
+ "name": "QtiExtendedTextInteraction",
3019
2720
  "declaration": {
3020
- "name": "QtiGraphicAssociateInteraction",
3021
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2721
+ "name": "QtiExtendedTextInteraction",
2722
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3022
2723
  }
3023
2724
  },
3024
2725
  {
3025
2726
  "kind": "custom-element-definition",
3026
- "name": "qti-graphic-associate-interaction",
2727
+ "name": "qti-extended-text-interaction",
3027
2728
  "declaration": {
3028
- "name": "QtiGraphicAssociateInteraction",
3029
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2729
+ "name": "QtiExtendedTextInteraction",
2730
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3030
2731
  }
3031
2732
  }
3032
2733
  ]
@@ -3157,6 +2858,104 @@
3157
2858
  }
3158
2859
  ]
3159
2860
  },
2861
+ {
2862
+ "kind": "javascript-module",
2863
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
2864
+ "declarations": [
2865
+ {
2866
+ "kind": "class",
2867
+ "description": "",
2868
+ "name": "QtiGraphicAssociateInteraction",
2869
+ "members": [],
2870
+ "superclass": {
2871
+ "name": "Interaction",
2872
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2873
+ },
2874
+ "tagName": "qti-graphic-associate-interaction",
2875
+ "customElement": true,
2876
+ "attributes": [
2877
+ {
2878
+ "name": "response-identifier",
2879
+ "type": {
2880
+ "text": "string"
2881
+ },
2882
+ "default": "''",
2883
+ "fieldName": "responseIdentifier",
2884
+ "inheritedFrom": {
2885
+ "name": "Interaction",
2886
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2887
+ }
2888
+ },
2889
+ {
2890
+ "name": "disabled",
2891
+ "type": {
2892
+ "text": "boolean"
2893
+ },
2894
+ "default": "false",
2895
+ "description": "disabled should be exposed to the attributes and accessible as property",
2896
+ "fieldName": "disabled",
2897
+ "inheritedFrom": {
2898
+ "name": "Interaction",
2899
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2900
+ }
2901
+ },
2902
+ {
2903
+ "name": "readonly",
2904
+ "type": {
2905
+ "text": "boolean"
2906
+ },
2907
+ "default": "false",
2908
+ "description": "readonly should be exposed to the attributes and accessible as property",
2909
+ "fieldName": "readonly",
2910
+ "inheritedFrom": {
2911
+ "name": "Interaction",
2912
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2913
+ }
2914
+ }
2915
+ ],
2916
+ "events": [
2917
+ {
2918
+ "name": "qti-register-interaction",
2919
+ "type": {
2920
+ "text": "CustomEvent"
2921
+ },
2922
+ "inheritedFrom": {
2923
+ "name": "Interaction",
2924
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2925
+ }
2926
+ },
2927
+ {
2928
+ "name": "qti-interaction-response",
2929
+ "type": {
2930
+ "text": "CustomEvent"
2931
+ },
2932
+ "inheritedFrom": {
2933
+ "name": "Interaction",
2934
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2935
+ }
2936
+ }
2937
+ ]
2938
+ }
2939
+ ],
2940
+ "exports": [
2941
+ {
2942
+ "kind": "js",
2943
+ "name": "QtiGraphicAssociateInteraction",
2944
+ "declaration": {
2945
+ "name": "QtiGraphicAssociateInteraction",
2946
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2947
+ }
2948
+ },
2949
+ {
2950
+ "kind": "custom-element-definition",
2951
+ "name": "qti-graphic-associate-interaction",
2952
+ "declaration": {
2953
+ "name": "QtiGraphicAssociateInteraction",
2954
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2955
+ }
2956
+ }
2957
+ ]
2958
+ },
3160
2959
  {
3161
2960
  "kind": "javascript-module",
3162
2961
  "path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.ts",
@@ -3939,10 +3738,150 @@
3939
3738
  }
3940
3739
  ],
3941
3740
  "superclass": {
3942
- "name": "Interaction",
3943
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3741
+ "name": "Interaction",
3742
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3743
+ },
3744
+ "tagName": "qti-media-interaction",
3745
+ "customElement": true,
3746
+ "events": [
3747
+ {
3748
+ "name": "qti-register-interaction",
3749
+ "type": {
3750
+ "text": "CustomEvent"
3751
+ },
3752
+ "inheritedFrom": {
3753
+ "name": "Interaction",
3754
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3755
+ }
3756
+ },
3757
+ {
3758
+ "name": "qti-interaction-response",
3759
+ "type": {
3760
+ "text": "CustomEvent"
3761
+ },
3762
+ "inheritedFrom": {
3763
+ "name": "Interaction",
3764
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3765
+ }
3766
+ }
3767
+ ]
3768
+ }
3769
+ ],
3770
+ "exports": [
3771
+ {
3772
+ "kind": "js",
3773
+ "name": "QtiMediaInteraction",
3774
+ "declaration": {
3775
+ "name": "QtiMediaInteraction",
3776
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3777
+ }
3778
+ },
3779
+ {
3780
+ "kind": "custom-element-definition",
3781
+ "name": "qti-media-interaction",
3782
+ "declaration": {
3783
+ "name": "QtiMediaInteraction",
3784
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3785
+ }
3786
+ }
3787
+ ]
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
+ },
3795
+ {
3796
+ "kind": "javascript-module",
3797
+ "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
3798
+ "declarations": [
3799
+ {
3800
+ "kind": "class",
3801
+ "description": "",
3802
+ "name": "QtiOrderInteraction",
3803
+ "members": [],
3804
+ "attributes": [
3805
+ {
3806
+ "name": "orientation",
3807
+ "type": {
3808
+ "text": "'horizontal' | 'vertical'"
3809
+ },
3810
+ "description": "orientation of choices",
3811
+ "fieldName": "orientation"
3812
+ },
3813
+ {
3814
+ "name": "response-identifier",
3815
+ "type": {
3816
+ "text": "string"
3817
+ },
3818
+ "default": "''",
3819
+ "fieldName": "responseIdentifier",
3820
+ "inheritedFrom": {
3821
+ "name": "DragDropInteractionMixin",
3822
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3823
+ }
3824
+ },
3825
+ {
3826
+ "name": "disabled",
3827
+ "type": {
3828
+ "text": "boolean"
3829
+ },
3830
+ "default": "false",
3831
+ "fieldName": "disabled",
3832
+ "inheritedFrom": {
3833
+ "name": "DroppablesMixin",
3834
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3835
+ }
3836
+ },
3837
+ {
3838
+ "name": "readonly",
3839
+ "type": {
3840
+ "text": "boolean"
3841
+ },
3842
+ "default": "false",
3843
+ "fieldName": "readonly",
3844
+ "inheritedFrom": {
3845
+ "name": "DragDropInteractionMixin",
3846
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3847
+ }
3848
+ },
3849
+ {
3850
+ "name": "min-associations",
3851
+ "type": {
3852
+ "text": "number"
3853
+ },
3854
+ "default": "1",
3855
+ "fieldName": "minAssociations",
3856
+ "inheritedFrom": {
3857
+ "name": "DragDropInteractionMixin",
3858
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3859
+ }
3860
+ },
3861
+ {
3862
+ "name": "max-associations",
3863
+ "type": {
3864
+ "text": "number"
3865
+ },
3866
+ "default": "1",
3867
+ "fieldName": "maxAssociations",
3868
+ "inheritedFrom": {
3869
+ "name": "DragDropInteractionMixin",
3870
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3871
+ }
3872
+ }
3873
+ ],
3874
+ "mixins": [
3875
+ {
3876
+ "name": "DragDropInteractionMixin",
3877
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3878
+ }
3879
+ ],
3880
+ "superclass": {
3881
+ "name": "LitElement",
3882
+ "package": "lit"
3944
3883
  },
3945
- "tagName": "qti-media-interaction",
3884
+ "tagName": "qti-order-interaction",
3946
3885
  "customElement": true,
3947
3886
  "events": [
3948
3887
  {
@@ -3951,8 +3890,8 @@
3951
3890
  "text": "CustomEvent"
3952
3891
  },
3953
3892
  "inheritedFrom": {
3954
- "name": "Interaction",
3955
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3893
+ "name": "DragDropInteractionMixin",
3894
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3956
3895
  }
3957
3896
  },
3958
3897
  {
@@ -3961,8 +3900,8 @@
3961
3900
  "text": "CustomEvent"
3962
3901
  },
3963
3902
  "inheritedFrom": {
3964
- "name": "Interaction",
3965
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3903
+ "name": "DragDropInteractionMixin",
3904
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3966
3905
  }
3967
3906
  }
3968
3907
  ]
@@ -3971,18 +3910,18 @@
3971
3910
  "exports": [
3972
3911
  {
3973
3912
  "kind": "js",
3974
- "name": "QtiMediaInteraction",
3913
+ "name": "QtiOrderInteraction",
3975
3914
  "declaration": {
3976
- "name": "QtiMediaInteraction",
3977
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3915
+ "name": "QtiOrderInteraction",
3916
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
3978
3917
  }
3979
3918
  },
3980
3919
  {
3981
3920
  "kind": "custom-element-definition",
3982
- "name": "qti-media-interaction",
3921
+ "name": "qti-order-interaction",
3983
3922
  "declaration": {
3984
- "name": "QtiMediaInteraction",
3985
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3923
+ "name": "QtiOrderInteraction",
3924
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
3986
3925
  }
3987
3926
  }
3988
3927
  ]
@@ -4565,134 +4504,199 @@
4565
4504
  },
4566
4505
  {
4567
4506
  "kind": "javascript-module",
4568
- "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
4569
- "declarations": [
4570
- {
4571
- "kind": "class",
4572
- "description": "",
4573
- "name": "QtiOrderInteraction",
4574
- "members": [],
4575
- "attributes": [
4576
- {
4577
- "name": "orientation",
4578
- "type": {
4579
- "text": "'horizontal' | 'vertical'"
4580
- },
4581
- "description": "orientation of choices",
4582
- "fieldName": "orientation"
4583
- },
4584
- {
4585
- "name": "response-identifier",
4586
- "type": {
4587
- "text": "string"
4588
- },
4589
- "default": "''",
4590
- "fieldName": "responseIdentifier",
4591
- "inheritedFrom": {
4592
- "name": "DragDropInteractionMixin",
4593
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4594
- }
4595
- },
4596
- {
4597
- "name": "disabled",
4598
- "type": {
4599
- "text": "boolean"
4600
- },
4601
- "default": "false",
4602
- "fieldName": "disabled",
4603
- "inheritedFrom": {
4604
- "name": "DroppablesMixin",
4605
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4606
- }
4607
- },
4608
- {
4609
- "name": "readonly",
4610
- "type": {
4611
- "text": "boolean"
4612
- },
4613
- "default": "false",
4614
- "fieldName": "readonly",
4615
- "inheritedFrom": {
4616
- "name": "DragDropInteractionMixin",
4617
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4618
- }
4619
- },
4620
- {
4621
- "name": "min-associations",
4622
- "type": {
4623
- "text": "number"
4624
- },
4625
- "default": "1",
4626
- "fieldName": "minAssociations",
4627
- "inheritedFrom": {
4628
- "name": "DragDropInteractionMixin",
4629
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4630
- }
4631
- },
4632
- {
4633
- "name": "max-associations",
4634
- "type": {
4635
- "text": "number"
4636
- },
4637
- "default": "1",
4638
- "fieldName": "maxAssociations",
4639
- "inheritedFrom": {
4640
- "name": "DragDropInteractionMixin",
4641
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4642
- }
4643
- }
4644
- ],
4645
- "mixins": [
4646
- {
4647
- "name": "DragDropInteractionMixin",
4648
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
4649
- }
4650
- ],
4651
- "superclass": {
4652
- "name": "LitElement",
4653
- "package": "lit"
4654
- },
4655
- "tagName": "qti-order-interaction",
4656
- "customElement": true,
4657
- "events": [
4658
- {
4659
- "name": "qti-register-interaction",
4660
- "type": {
4661
- "text": "CustomEvent"
4662
- },
4663
- "inheritedFrom": {
4664
- "name": "DragDropInteractionMixin",
4665
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4666
- }
4667
- },
4668
- {
4669
- "name": "qti-interaction-response",
4670
- "type": {
4671
- "text": "CustomEvent"
4672
- },
4673
- "inheritedFrom": {
4674
- "name": "DragDropInteractionMixin",
4675
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4676
- }
4677
- }
4678
- ]
4679
- }
4680
- ],
4507
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
4508
+ "declarations": [],
4681
4509
  "exports": [
4682
4510
  {
4683
4511
  "kind": "js",
4684
- "name": "QtiOrderInteraction",
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": "*",
4685
4649
  "declaration": {
4686
- "name": "QtiOrderInteraction",
4687
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4650
+ "name": "*",
4651
+ "package": "./qti-or/qti-or"
4688
4652
  }
4689
4653
  },
4690
4654
  {
4691
- "kind": "custom-element-definition",
4692
- "name": "qti-order-interaction",
4655
+ "kind": "js",
4656
+ "name": "*",
4693
4657
  "declaration": {
4694
- "name": "QtiOrderInteraction",
4695
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
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": "*",
4681
+ "declaration": {
4682
+ "name": "*",
4683
+ "package": "./qti-variable/qti-variable"
4684
+ }
4685
+ },
4686
+ {
4687
+ "kind": "js",
4688
+ "name": "*",
4689
+ "declaration": {
4690
+ "name": "*",
4691
+ "package": "./qti-condition-expression"
4692
+ }
4693
+ },
4694
+ {
4695
+ "kind": "js",
4696
+ "name": "*",
4697
+ "declaration": {
4698
+ "name": "*",
4699
+ "package": "./qti-expression"
4696
4700
  }
4697
4701
  }
4698
4702
  ]
@@ -4750,42 +4754,6 @@
4750
4754
  }
4751
4755
  ]
4752
4756
  },
4753
- {
4754
- "kind": "javascript-module",
4755
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
4756
- "declarations": [
4757
- {
4758
- "kind": "class",
4759
- "description": "",
4760
- "name": "QtiRule",
4761
- "members": [],
4762
- "superclass": {
4763
- "name": "LitElement",
4764
- "package": "lit"
4765
- },
4766
- "tagName": "qti-rule",
4767
- "customElement": true
4768
- }
4769
- ],
4770
- "exports": [
4771
- {
4772
- "kind": "js",
4773
- "name": "QtiRule",
4774
- "declaration": {
4775
- "name": "QtiRule",
4776
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4777
- }
4778
- },
4779
- {
4780
- "kind": "custom-element-definition",
4781
- "name": "qti-rule",
4782
- "declaration": {
4783
- "name": "QtiRule",
4784
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4785
- }
4786
- }
4787
- ]
4788
- },
4789
4757
  {
4790
4758
  "kind": "javascript-module",
4791
4759
  "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
@@ -4872,6 +4840,42 @@
4872
4840
  }
4873
4841
  ]
4874
4842
  },
4843
+ {
4844
+ "kind": "javascript-module",
4845
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
4846
+ "declarations": [
4847
+ {
4848
+ "kind": "class",
4849
+ "description": "",
4850
+ "name": "QtiRule",
4851
+ "members": [],
4852
+ "superclass": {
4853
+ "name": "LitElement",
4854
+ "package": "lit"
4855
+ },
4856
+ "tagName": "qti-rule",
4857
+ "customElement": true
4858
+ }
4859
+ ],
4860
+ "exports": [
4861
+ {
4862
+ "kind": "js",
4863
+ "name": "QtiRule",
4864
+ "declaration": {
4865
+ "name": "QtiRule",
4866
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4867
+ }
4868
+ },
4869
+ {
4870
+ "kind": "custom-element-definition",
4871
+ "name": "qti-rule",
4872
+ "declaration": {
4873
+ "name": "QtiRule",
4874
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4875
+ }
4876
+ }
4877
+ ]
4878
+ },
4875
4879
  {
4876
4880
  "kind": "javascript-module",
4877
4881
  "path": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts",
@@ -5871,8 +5875,8 @@
5871
5875
  "name": "QtiContains",
5872
5876
  "members": [],
5873
5877
  "superclass": {
5874
- "name": "QtiExpression",
5875
- "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"
5876
5880
  },
5877
5881
  "tagName": "qti-contains",
5878
5882
  "customElement": true
@@ -6348,72 +6352,72 @@
6348
6352
  },
6349
6353
  {
6350
6354
  "kind": "javascript-module",
6351
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6355
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts",
6352
6356
  "declarations": [
6353
6357
  {
6354
6358
  "kind": "class",
6355
6359
  "description": "",
6356
- "name": "QtiMultiple",
6360
+ "name": "QtiMember",
6357
6361
  "members": [],
6358
6362
  "superclass": {
6359
6363
  "name": "QtiExpression",
6360
6364
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6361
6365
  },
6362
- "tagName": "qti-multiple",
6366
+ "tagName": "qti-member",
6363
6367
  "customElement": true
6364
6368
  }
6365
6369
  ],
6366
6370
  "exports": [
6367
6371
  {
6368
6372
  "kind": "js",
6369
- "name": "QtiMultiple",
6373
+ "name": "QtiMember",
6370
6374
  "declaration": {
6371
- "name": "QtiMultiple",
6372
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6375
+ "name": "QtiMember",
6376
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6373
6377
  }
6374
6378
  },
6375
6379
  {
6376
6380
  "kind": "custom-element-definition",
6377
- "name": "qti-multiple",
6381
+ "name": "qti-member",
6378
6382
  "declaration": {
6379
- "name": "QtiMultiple",
6380
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6383
+ "name": "QtiMember",
6384
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6381
6385
  }
6382
6386
  }
6383
6387
  ]
6384
6388
  },
6385
6389
  {
6386
6390
  "kind": "javascript-module",
6387
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts",
6391
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6388
6392
  "declarations": [
6389
6393
  {
6390
6394
  "kind": "class",
6391
6395
  "description": "",
6392
- "name": "QtiMember",
6396
+ "name": "QtiMultiple",
6393
6397
  "members": [],
6394
6398
  "superclass": {
6395
6399
  "name": "QtiExpression",
6396
6400
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6397
6401
  },
6398
- "tagName": "qti-member",
6402
+ "tagName": "qti-multiple",
6399
6403
  "customElement": true
6400
6404
  }
6401
6405
  ],
6402
6406
  "exports": [
6403
6407
  {
6404
6408
  "kind": "js",
6405
- "name": "QtiMember",
6409
+ "name": "QtiMultiple",
6406
6410
  "declaration": {
6407
- "name": "QtiMember",
6408
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6411
+ "name": "QtiMultiple",
6412
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6409
6413
  }
6410
6414
  },
6411
6415
  {
6412
6416
  "kind": "custom-element-definition",
6413
- "name": "qti-member",
6417
+ "name": "qti-multiple",
6414
6418
  "declaration": {
6415
- "name": "QtiMember",
6416
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6419
+ "name": "QtiMultiple",
6420
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6417
6421
  }
6418
6422
  }
6419
6423
  ]
@@ -6645,121 +6649,121 @@
6645
6649
  },
6646
6650
  {
6647
6651
  "kind": "javascript-module",
6648
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
6652
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6649
6653
  "declarations": [
6650
6654
  {
6651
6655
  "kind": "class",
6652
6656
  "description": "",
6653
- "name": "QtiResponseCondition",
6657
+ "name": "QtiResponseIf",
6654
6658
  "members": [],
6655
6659
  "superclass": {
6656
- "name": "QtiRule",
6657
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6660
+ "name": "QtiResponseElse",
6661
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6658
6662
  },
6659
- "tagName": "qti-response-condition",
6660
- "customElement": true
6663
+ "tagName": "qti-response-if",
6664
+ "customElement": true,
6665
+ "attributes": [
6666
+ {
6667
+ "name": "debugCalculateResult",
6668
+ "type": {
6669
+ "text": "object"
6670
+ },
6671
+ "fieldName": "debugCalculateResult",
6672
+ "inheritedFrom": {
6673
+ "name": "QtiResponseElse",
6674
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
6675
+ }
6676
+ }
6677
+ ]
6661
6678
  }
6662
6679
  ],
6663
6680
  "exports": [
6664
6681
  {
6665
6682
  "kind": "js",
6666
- "name": "QtiResponseCondition",
6683
+ "name": "QtiResponseIf",
6667
6684
  "declaration": {
6668
- "name": "QtiResponseCondition",
6669
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6685
+ "name": "QtiResponseIf",
6686
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6670
6687
  }
6671
6688
  },
6672
6689
  {
6673
6690
  "kind": "custom-element-definition",
6674
- "name": "qti-response-condition",
6691
+ "name": "qti-response-if",
6675
6692
  "declaration": {
6676
- "name": "QtiResponseCondition",
6677
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6693
+ "name": "QtiResponseIf",
6694
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6678
6695
  }
6679
6696
  }
6680
6697
  ]
6681
6698
  },
6682
6699
  {
6683
6700
  "kind": "javascript-module",
6684
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
6701
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
6685
6702
  "declarations": [
6686
6703
  {
6687
6704
  "kind": "class",
6688
6705
  "description": "",
6689
- "name": "QtiSetOutcomeValue",
6706
+ "name": "QtiResponseCondition",
6690
6707
  "members": [],
6691
6708
  "superclass": {
6692
6709
  "name": "QtiRule",
6693
6710
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6694
6711
  },
6695
- "tagName": "qti-set-outcome-value",
6712
+ "tagName": "qti-response-condition",
6696
6713
  "customElement": true
6697
6714
  }
6698
6715
  ],
6699
6716
  "exports": [
6700
6717
  {
6701
6718
  "kind": "js",
6702
- "name": "QtiSetOutcomeValue",
6719
+ "name": "QtiResponseCondition",
6703
6720
  "declaration": {
6704
- "name": "QtiSetOutcomeValue",
6705
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
6721
+ "name": "QtiResponseCondition",
6722
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6706
6723
  }
6707
6724
  },
6708
6725
  {
6709
6726
  "kind": "custom-element-definition",
6710
- "name": "qti-set-outcome-value",
6727
+ "name": "qti-response-condition",
6711
6728
  "declaration": {
6712
- "name": "QtiSetOutcomeValue",
6713
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
6729
+ "name": "QtiResponseCondition",
6730
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6714
6731
  }
6715
6732
  }
6716
6733
  ]
6717
6734
  },
6718
6735
  {
6719
6736
  "kind": "javascript-module",
6720
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6737
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
6721
6738
  "declarations": [
6722
6739
  {
6723
6740
  "kind": "class",
6724
6741
  "description": "",
6725
- "name": "QtiResponseIf",
6742
+ "name": "QtiSetOutcomeValue",
6726
6743
  "members": [],
6727
6744
  "superclass": {
6728
- "name": "QtiResponseElse",
6729
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6745
+ "name": "QtiRule",
6746
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6730
6747
  },
6731
- "tagName": "qti-response-if",
6732
- "customElement": true,
6733
- "attributes": [
6734
- {
6735
- "name": "debugCalculateResult",
6736
- "type": {
6737
- "text": "object"
6738
- },
6739
- "fieldName": "debugCalculateResult",
6740
- "inheritedFrom": {
6741
- "name": "QtiResponseElse",
6742
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
6743
- }
6744
- }
6745
- ]
6748
+ "tagName": "qti-set-outcome-value",
6749
+ "customElement": true
6746
6750
  }
6747
6751
  ],
6748
6752
  "exports": [
6749
6753
  {
6750
6754
  "kind": "js",
6751
- "name": "QtiResponseIf",
6755
+ "name": "QtiSetOutcomeValue",
6752
6756
  "declaration": {
6753
- "name": "QtiResponseIf",
6754
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6757
+ "name": "QtiSetOutcomeValue",
6758
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
6755
6759
  }
6756
6760
  },
6757
6761
  {
6758
6762
  "kind": "custom-element-definition",
6759
- "name": "qti-response-if",
6763
+ "name": "qti-set-outcome-value",
6760
6764
  "declaration": {
6761
- "name": "QtiResponseIf",
6762
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6765
+ "name": "QtiSetOutcomeValue",
6766
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
6763
6767
  }
6764
6768
  }
6765
6769
  ]