@citolab/qti-components 6.0.24 → 6.0.26

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.
@@ -2,41 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "src/lib/context/audience-context.ts",
8
- "declarations": [
9
- {
10
- "kind": "variable",
11
- "name": "audienceContext"
12
- }
13
- ],
14
- "exports": [
15
- {
16
- "kind": "js",
17
- "name": "audienceContext",
18
- "declaration": {
19
- "name": "audienceContext",
20
- "module": "src/lib/context/audience-context.ts"
21
- }
22
- }
23
- ]
24
- },
25
- {
26
- "kind": "javascript-module",
27
- "path": "src/lib/context/index.ts",
28
- "declarations": [],
29
- "exports": [
30
- {
31
- "kind": "js",
32
- "name": "*",
33
- "declaration": {
34
- "name": "*",
35
- "package": "./audience-context"
36
- }
37
- }
38
- ]
39
- },
40
5
  {
41
6
  "kind": "javascript-module",
42
7
  "path": "src/lib/decorators/index.ts",
@@ -133,7 +98,27 @@
133
98
  },
134
99
  {
135
100
  "kind": "javascript-module",
136
- "path": "src/lib/qti-item/index.ts",
101
+ "path": "src/lib/context/audience-context.ts",
102
+ "declarations": [
103
+ {
104
+ "kind": "variable",
105
+ "name": "audienceContext"
106
+ }
107
+ ],
108
+ "exports": [
109
+ {
110
+ "kind": "js",
111
+ "name": "audienceContext",
112
+ "declaration": {
113
+ "name": "audienceContext",
114
+ "module": "src/lib/context/audience-context.ts"
115
+ }
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "kind": "javascript-module",
121
+ "path": "src/lib/context/index.ts",
137
122
  "declarations": [],
138
123
  "exports": [
139
124
  {
@@ -141,40 +126,34 @@
141
126
  "name": "*",
142
127
  "declaration": {
143
128
  "name": "*",
144
- "package": "./qti-item"
129
+ "package": "./audience-context"
145
130
  }
146
131
  }
147
132
  ]
148
133
  },
149
134
  {
150
135
  "kind": "javascript-module",
151
- "path": "src/lib/qti-item/qti-item.ts",
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
152
  "declarations": [
153
153
  {
154
- "kind": "class",
155
- "description": "",
154
+ "kind": "variable",
156
155
  "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
156
+ "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})"
178
157
  }
179
158
  ],
180
159
  "exports": [
@@ -183,15 +162,7 @@
183
162
  "name": "QtiItem",
184
163
  "declaration": {
185
164
  "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"
165
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
195
166
  }
196
167
  }
197
168
  ]
@@ -230,15 +201,7 @@
230
201
  "name": "*",
231
202
  "declaration": {
232
203
  "name": "*",
233
- "package": "./qti-utilities/ResponseVariable"
234
- }
235
- },
236
- {
237
- "kind": "js",
238
- "name": "*",
239
- "declaration": {
240
- "name": "*",
241
- "package": "./qti-utilities/OutcomeVariable"
204
+ "package": "./qti-utilities/Variables"
242
205
  }
243
206
  },
244
207
  {
@@ -589,7 +552,7 @@
589
552
  },
590
553
  {
591
554
  "kind": "javascript-module",
592
- "path": "src/lib/qti-item-react/index.ts",
555
+ "path": "src/lib/qti-transform/index.ts",
593
556
  "declarations": [],
594
557
  "exports": [
595
558
  {
@@ -597,35 +560,42 @@
597
560
  "name": "*",
598
561
  "declaration": {
599
562
  "name": "*",
600
- "package": "./qti-item.react"
563
+ "package": "./qti-transform"
601
564
  }
602
565
  }
603
566
  ]
604
567
  },
605
568
  {
606
569
  "kind": "javascript-module",
607
- "path": "src/lib/qti-item-react/qti-item.react.ts",
570
+ "path": "src/lib/qti-transform/qti-transform.ts",
608
571
  "declarations": [
609
572
  {
610
- "kind": "variable",
611
- "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})"
573
+ "kind": "function",
574
+ "name": "qtiTransform",
575
+ "parameters": [
576
+ {
577
+ "name": "xmlValue",
578
+ "type": {
579
+ "text": "string"
580
+ }
581
+ }
582
+ ]
613
583
  }
614
584
  ],
615
585
  "exports": [
616
586
  {
617
587
  "kind": "js",
618
- "name": "QtiItem",
588
+ "name": "qtiTransform",
619
589
  "declaration": {
620
- "name": "QtiItem",
621
- "module": "src/lib/qti-item-react/qti-item.react.ts"
590
+ "name": "qtiTransform",
591
+ "module": "src/lib/qti-transform/qti-transform.ts"
622
592
  }
623
593
  }
624
594
  ]
625
595
  },
626
596
  {
627
597
  "kind": "javascript-module",
628
- "path": "src/lib/qti-transform/index.ts",
598
+ "path": "src/lib/qti-item/index.ts",
629
599
  "declarations": [],
630
600
  "exports": [
631
601
  {
@@ -633,35 +603,57 @@
633
603
  "name": "*",
634
604
  "declaration": {
635
605
  "name": "*",
636
- "package": "./qti-transform"
606
+ "package": "./qti-item"
637
607
  }
638
608
  }
639
609
  ]
640
610
  },
641
611
  {
642
612
  "kind": "javascript-module",
643
- "path": "src/lib/qti-transform/qti-transform.ts",
613
+ "path": "src/lib/qti-item/qti-item.ts",
644
614
  "declarations": [
645
615
  {
646
- "kind": "function",
647
- "name": "qtiTransform",
648
- "parameters": [
616
+ "kind": "class",
617
+ "description": "",
618
+ "name": "QtiItem",
619
+ "members": [],
620
+ "attributes": [
649
621
  {
650
- "name": "xmlValue",
622
+ "name": "item-location",
651
623
  "type": {
652
624
  "text": "string"
653
- }
625
+ },
626
+ "default": "''",
627
+ "fieldName": "itemLocation"
628
+ },
629
+ {
630
+ "name": "xml",
631
+ "fieldName": "xml"
654
632
  }
655
- ]
633
+ ],
634
+ "superclass": {
635
+ "name": "LitElement",
636
+ "package": "lit"
637
+ },
638
+ "tagName": "qti-item",
639
+ "customElement": true
656
640
  }
657
641
  ],
658
642
  "exports": [
659
643
  {
660
644
  "kind": "js",
661
- "name": "qtiTransform",
645
+ "name": "QtiItem",
662
646
  "declaration": {
663
- "name": "qtiTransform",
664
- "module": "src/lib/qti-transform/qti-transform.ts"
647
+ "name": "QtiItem",
648
+ "module": "src/lib/qti-item/qti-item.ts"
649
+ }
650
+ },
651
+ {
652
+ "kind": "custom-element-definition",
653
+ "name": "qti-item",
654
+ "declaration": {
655
+ "name": "QtiItem",
656
+ "module": "src/lib/qti-item/qti-item.ts"
665
657
  }
666
658
  }
667
659
  ]
@@ -862,6 +854,53 @@
862
854
  }
863
855
  ]
864
856
  },
857
+ {
858
+ "kind": "javascript-module",
859
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
860
+ "declarations": [
861
+ {
862
+ "kind": "class",
863
+ "description": "",
864
+ "name": "QtiItemBody",
865
+ "slots": [
866
+ {
867
+ "description": "item body content.",
868
+ "name": ""
869
+ },
870
+ {
871
+ "description": "the qti rubric block is placed above the item",
872
+ "name": "qti-rubric-block"
873
+ }
874
+ ],
875
+ "members": [],
876
+ "superclass": {
877
+ "name": "LitElement",
878
+ "package": "lit"
879
+ },
880
+ "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.",
881
+ "tagName": "qti-item-body",
882
+ "customElement": true
883
+ }
884
+ ],
885
+ "exports": [
886
+ {
887
+ "kind": "js",
888
+ "name": "default",
889
+ "declaration": {
890
+ "name": "QtiItemBody",
891
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
892
+ }
893
+ },
894
+ {
895
+ "kind": "custom-element-definition",
896
+ "name": "qti-item-body",
897
+ "declaration": {
898
+ "name": "QtiItemBody",
899
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
900
+ }
901
+ }
902
+ ]
903
+ },
865
904
  {
866
905
  "kind": "javascript-module",
867
906
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1527,72 +1566,25 @@
1527
1566
  },
1528
1567
  {
1529
1568
  "kind": "javascript-module",
1530
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1569
+ "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
1531
1570
  "declarations": [
1532
1571
  {
1533
1572
  "kind": "class",
1534
1573
  "description": "",
1535
- "name": "QtiItemBody",
1536
- "slots": [
1537
- {
1538
- "description": "item body content.",
1539
- "name": ""
1540
- },
1541
- {
1542
- "description": "the qti rubric block is placed above the item",
1543
- "name": "qti-rubric-block"
1544
- }
1545
- ],
1574
+ "name": "QtiPrompt",
1546
1575
  "members": [],
1547
1576
  "superclass": {
1548
1577
  "name": "LitElement",
1549
1578
  "package": "lit"
1550
1579
  },
1551
- "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",
1580
+ "tagName": "qti-prompt",
1553
1581
  "customElement": true
1554
1582
  }
1555
1583
  ],
1556
1584
  "exports": [
1557
1585
  {
1558
1586
  "kind": "js",
1559
- "name": "default",
1560
- "declaration": {
1561
- "name": "QtiItemBody",
1562
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1563
- }
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
- }
1573
- ]
1574
- },
1575
- {
1576
- "kind": "javascript-module",
1577
- "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
1578
- "declarations": [
1579
- {
1580
- "kind": "class",
1581
- "description": "",
1582
- "name": "QtiPrompt",
1583
- "members": [],
1584
- "superclass": {
1585
- "name": "LitElement",
1586
- "package": "lit"
1587
- },
1588
- "tagName": "qti-prompt",
1589
- "customElement": true
1590
- }
1591
- ],
1592
- "exports": [
1593
- {
1594
- "kind": "js",
1595
- "name": "QtiPrompt",
1587
+ "name": "QtiPrompt",
1596
1588
  "declaration": {
1597
1589
  "name": "QtiPrompt",
1598
1590
  "module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
@@ -1674,183 +1666,7 @@
1674
1666
  "name": "*",
1675
1667
  "declaration": {
1676
1668
  "name": "*",
1677
- "package": "./qti-expression/qti-gt/qti-gt"
1678
- }
1679
- },
1680
- {
1681
- "kind": "js",
1682
- "name": "*",
1683
- "declaration": {
1684
- "name": "*",
1685
- "package": "./qti-expression/qti-gte/qti-gte"
1686
- }
1687
- },
1688
- {
1689
- "kind": "js",
1690
- "name": "*",
1691
- "declaration": {
1692
- "name": "*",
1693
- "package": "./qti-expression/qti-lt/qti-lt"
1694
- }
1695
- },
1696
- {
1697
- "kind": "js",
1698
- "name": "*",
1699
- "declaration": {
1700
- "name": "*",
1701
- "package": "./qti-expression/qti-lte/qti-lte"
1702
- }
1703
- },
1704
- {
1705
- "kind": "js",
1706
- "name": "*",
1707
- "declaration": {
1708
- "name": "*",
1709
- "package": "./qti-expression/qti-and/qti-and"
1710
- }
1711
- },
1712
- {
1713
- "kind": "js",
1714
- "name": "*",
1715
- "declaration": {
1716
- "name": "*",
1717
- "package": "./qti-expression/qti-product/qti-product"
1718
- }
1719
- },
1720
- {
1721
- "kind": "js",
1722
- "name": "*",
1723
- "declaration": {
1724
- "name": "*",
1725
- "package": "./qti-expression/qti-or/qti-or"
1726
- }
1727
- },
1728
- {
1729
- "kind": "js",
1730
- "name": "*",
1731
- "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"
1669
+ "package": "./qti-expression"
1854
1670
  }
1855
1671
  }
1856
1672
  ]
@@ -2101,50 +1917,6 @@
2101
1917
  "declarations": [],
2102
1918
  "exports": []
2103
1919
  },
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
1920
  {
2149
1921
  "kind": "javascript-module",
2150
1922
  "path": "src/lib/qti-components/qti-utilities/TemplateStrings.ts",
@@ -2194,9 +1966,39 @@
2194
1966
  },
2195
1967
  {
2196
1968
  "kind": "javascript-module",
2197
- "path": "src/lib/qti-components/qti-utilities/VariableDeclaration.ts",
2198
- "declarations": [],
2199
- "exports": []
1969
+ "path": "src/lib/qti-components/qti-utilities/Variables.ts",
1970
+ "declarations": [
1971
+ {
1972
+ "kind": "class",
1973
+ "description": "",
1974
+ "name": "OutcomeVariable",
1975
+ "members": []
1976
+ },
1977
+ {
1978
+ "kind": "class",
1979
+ "description": "",
1980
+ "name": "ResponseVariable",
1981
+ "members": []
1982
+ }
1983
+ ],
1984
+ "exports": [
1985
+ {
1986
+ "kind": "js",
1987
+ "name": "OutcomeVariable",
1988
+ "declaration": {
1989
+ "name": "OutcomeVariable",
1990
+ "module": "src/lib/qti-components/qti-utilities/Variables.ts"
1991
+ }
1992
+ },
1993
+ {
1994
+ "kind": "js",
1995
+ "name": "ResponseVariable",
1996
+ "declaration": {
1997
+ "name": "ResponseVariable",
1998
+ "module": "src/lib/qti-components/qti-utilities/Variables.ts"
1999
+ }
2000
+ }
2001
+ ]
2200
2002
  },
2201
2003
  {
2202
2004
  "kind": "javascript-module",
@@ -2808,6 +2610,12 @@
2808
2610
  }
2809
2611
  ]
2810
2612
  },
2613
+ {
2614
+ "kind": "javascript-module",
2615
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.xml",
2616
+ "declarations": [],
2617
+ "exports": []
2618
+ },
2811
2619
  {
2812
2620
  "kind": "javascript-module",
2813
2621
  "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
@@ -2935,18 +2743,24 @@
2935
2743
  },
2936
2744
  {
2937
2745
  "kind": "javascript-module",
2938
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
2746
+ "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
2939
2747
  "declarations": [
2940
2748
  {
2941
2749
  "kind": "class",
2942
2750
  "description": "",
2943
- "name": "QtiGraphicAssociateInteraction",
2751
+ "name": "QtiGapMatchInteraction",
2944
2752
  "members": [],
2753
+ "mixins": [
2754
+ {
2755
+ "name": "DragDropInteractionMixin",
2756
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2757
+ }
2758
+ ],
2945
2759
  "superclass": {
2946
- "name": "Interaction",
2947
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2760
+ "name": "LitElement",
2761
+ "package": "lit"
2948
2762
  },
2949
- "tagName": "qti-graphic-associate-interaction",
2763
+ "tagName": "qti-gap-match-interaction",
2950
2764
  "customElement": true,
2951
2765
  "attributes": [
2952
2766
  {
@@ -2957,8 +2771,8 @@
2957
2771
  "default": "''",
2958
2772
  "fieldName": "responseIdentifier",
2959
2773
  "inheritedFrom": {
2960
- "name": "Interaction",
2961
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2774
+ "name": "DragDropInteractionMixin",
2775
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2962
2776
  }
2963
2777
  },
2964
2778
  {
@@ -2967,11 +2781,10 @@
2967
2781
  "text": "boolean"
2968
2782
  },
2969
2783
  "default": "false",
2970
- "description": "disabled should be exposed to the attributes and accessible as property",
2971
2784
  "fieldName": "disabled",
2972
2785
  "inheritedFrom": {
2973
- "name": "Interaction",
2974
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2786
+ "name": "DroppablesMixin",
2787
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2975
2788
  }
2976
2789
  },
2977
2790
  {
@@ -2980,11 +2793,34 @@
2980
2793
  "text": "boolean"
2981
2794
  },
2982
2795
  "default": "false",
2983
- "description": "readonly should be exposed to the attributes and accessible as property",
2984
2796
  "fieldName": "readonly",
2985
2797
  "inheritedFrom": {
2986
- "name": "Interaction",
2987
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2798
+ "name": "DragDropInteractionMixin",
2799
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2800
+ }
2801
+ },
2802
+ {
2803
+ "name": "min-associations",
2804
+ "type": {
2805
+ "text": "number"
2806
+ },
2807
+ "default": "1",
2808
+ "fieldName": "minAssociations",
2809
+ "inheritedFrom": {
2810
+ "name": "DragDropInteractionMixin",
2811
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2812
+ }
2813
+ },
2814
+ {
2815
+ "name": "max-associations",
2816
+ "type": {
2817
+ "text": "number"
2818
+ },
2819
+ "default": "1",
2820
+ "fieldName": "maxAssociations",
2821
+ "inheritedFrom": {
2822
+ "name": "DragDropInteractionMixin",
2823
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2988
2824
  }
2989
2825
  }
2990
2826
  ],
@@ -2994,9 +2830,9 @@
2994
2830
  "type": {
2995
2831
  "text": "CustomEvent"
2996
2832
  },
2997
- "inheritedFrom": {
2998
- "name": "Interaction",
2999
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2833
+ "inheritedFrom": {
2834
+ "name": "DragDropInteractionMixin",
2835
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3000
2836
  }
3001
2837
  },
3002
2838
  {
@@ -3005,8 +2841,8 @@
3005
2841
  "text": "CustomEvent"
3006
2842
  },
3007
2843
  "inheritedFrom": {
3008
- "name": "Interaction",
3009
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2844
+ "name": "DragDropInteractionMixin",
2845
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3010
2846
  }
3011
2847
  }
3012
2848
  ]
@@ -3015,42 +2851,36 @@
3015
2851
  "exports": [
3016
2852
  {
3017
2853
  "kind": "js",
3018
- "name": "QtiGraphicAssociateInteraction",
2854
+ "name": "QtiGapMatchInteraction",
3019
2855
  "declaration": {
3020
- "name": "QtiGraphicAssociateInteraction",
3021
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2856
+ "name": "QtiGapMatchInteraction",
2857
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
3022
2858
  }
3023
2859
  },
3024
2860
  {
3025
2861
  "kind": "custom-element-definition",
3026
- "name": "qti-graphic-associate-interaction",
2862
+ "name": "qti-gap-match-interaction",
3027
2863
  "declaration": {
3028
- "name": "QtiGraphicAssociateInteraction",
3029
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2864
+ "name": "QtiGapMatchInteraction",
2865
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
3030
2866
  }
3031
2867
  }
3032
2868
  ]
3033
2869
  },
3034
2870
  {
3035
2871
  "kind": "javascript-module",
3036
- "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
2872
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
3037
2873
  "declarations": [
3038
2874
  {
3039
2875
  "kind": "class",
3040
2876
  "description": "",
3041
- "name": "QtiGapMatchInteraction",
2877
+ "name": "QtiGraphicAssociateInteraction",
3042
2878
  "members": [],
3043
- "mixins": [
3044
- {
3045
- "name": "DragDropInteractionMixin",
3046
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3047
- }
3048
- ],
3049
2879
  "superclass": {
3050
- "name": "LitElement",
3051
- "package": "lit"
2880
+ "name": "Interaction",
2881
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3052
2882
  },
3053
- "tagName": "qti-gap-match-interaction",
2883
+ "tagName": "qti-graphic-associate-interaction",
3054
2884
  "customElement": true,
3055
2885
  "attributes": [
3056
2886
  {
@@ -3061,8 +2891,8 @@
3061
2891
  "default": "''",
3062
2892
  "fieldName": "responseIdentifier",
3063
2893
  "inheritedFrom": {
3064
- "name": "DragDropInteractionMixin",
3065
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2894
+ "name": "Interaction",
2895
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3066
2896
  }
3067
2897
  },
3068
2898
  {
@@ -3071,10 +2901,11 @@
3071
2901
  "text": "boolean"
3072
2902
  },
3073
2903
  "default": "false",
2904
+ "description": "disabled should be exposed to the attributes and accessible as property",
3074
2905
  "fieldName": "disabled",
3075
2906
  "inheritedFrom": {
3076
- "name": "DroppablesMixin",
3077
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2907
+ "name": "Interaction",
2908
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3078
2909
  }
3079
2910
  },
3080
2911
  {
@@ -3083,34 +2914,11 @@
3083
2914
  "text": "boolean"
3084
2915
  },
3085
2916
  "default": "false",
2917
+ "description": "readonly should be exposed to the attributes and accessible as property",
3086
2918
  "fieldName": "readonly",
3087
2919
  "inheritedFrom": {
3088
- "name": "DragDropInteractionMixin",
3089
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3090
- }
3091
- },
3092
- {
3093
- "name": "min-associations",
3094
- "type": {
3095
- "text": "number"
3096
- },
3097
- "default": "1",
3098
- "fieldName": "minAssociations",
3099
- "inheritedFrom": {
3100
- "name": "DragDropInteractionMixin",
3101
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3102
- }
3103
- },
3104
- {
3105
- "name": "max-associations",
3106
- "type": {
3107
- "text": "number"
3108
- },
3109
- "default": "1",
3110
- "fieldName": "maxAssociations",
3111
- "inheritedFrom": {
3112
- "name": "DragDropInteractionMixin",
3113
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2920
+ "name": "Interaction",
2921
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3114
2922
  }
3115
2923
  }
3116
2924
  ],
@@ -3121,8 +2929,8 @@
3121
2929
  "text": "CustomEvent"
3122
2930
  },
3123
2931
  "inheritedFrom": {
3124
- "name": "DragDropInteractionMixin",
3125
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2932
+ "name": "Interaction",
2933
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3126
2934
  }
3127
2935
  },
3128
2936
  {
@@ -3131,8 +2939,8 @@
3131
2939
  "text": "CustomEvent"
3132
2940
  },
3133
2941
  "inheritedFrom": {
3134
- "name": "DragDropInteractionMixin",
3135
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2942
+ "name": "Interaction",
2943
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3136
2944
  }
3137
2945
  }
3138
2946
  ]
@@ -3141,18 +2949,18 @@
3141
2949
  "exports": [
3142
2950
  {
3143
2951
  "kind": "js",
3144
- "name": "QtiGapMatchInteraction",
2952
+ "name": "QtiGraphicAssociateInteraction",
3145
2953
  "declaration": {
3146
- "name": "QtiGapMatchInteraction",
3147
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2954
+ "name": "QtiGraphicAssociateInteraction",
2955
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
3148
2956
  }
3149
2957
  },
3150
2958
  {
3151
2959
  "kind": "custom-element-definition",
3152
- "name": "qti-gap-match-interaction",
2960
+ "name": "qti-graphic-associate-interaction",
3153
2961
  "declaration": {
3154
- "name": "QtiGapMatchInteraction",
3155
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2962
+ "name": "QtiGraphicAssociateInteraction",
2963
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
3156
2964
  }
3157
2965
  }
3158
2966
  ]
@@ -3655,6 +3463,115 @@
3655
3463
  }
3656
3464
  ]
3657
3465
  },
3466
+ {
3467
+ "kind": "javascript-module",
3468
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
3469
+ "declarations": [
3470
+ {
3471
+ "kind": "class",
3472
+ "description": "",
3473
+ "name": "QtiMediaInteraction",
3474
+ "members": [],
3475
+ "attributes": [
3476
+ {
3477
+ "name": "",
3478
+ "fieldName": "",
3479
+ "attribute": ""
3480
+ },
3481
+ {
3482
+ "name": "response-identifier",
3483
+ "type": {
3484
+ "text": "string"
3485
+ },
3486
+ "default": "''",
3487
+ "fieldName": "responseIdentifier",
3488
+ "inheritedFrom": {
3489
+ "name": "Interaction",
3490
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3491
+ }
3492
+ },
3493
+ {
3494
+ "name": "disabled",
3495
+ "type": {
3496
+ "text": "boolean"
3497
+ },
3498
+ "default": "false",
3499
+ "description": "disabled should be exposed to the attributes and accessible as property",
3500
+ "fieldName": "disabled",
3501
+ "inheritedFrom": {
3502
+ "name": "Interaction",
3503
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3504
+ }
3505
+ },
3506
+ {
3507
+ "name": "readonly",
3508
+ "type": {
3509
+ "text": "boolean"
3510
+ },
3511
+ "default": "false",
3512
+ "description": "readonly should be exposed to the attributes and accessible as property",
3513
+ "fieldName": "readonly",
3514
+ "inheritedFrom": {
3515
+ "name": "Interaction",
3516
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3517
+ }
3518
+ }
3519
+ ],
3520
+ "superclass": {
3521
+ "name": "Interaction",
3522
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3523
+ },
3524
+ "tagName": "qti-media-interaction",
3525
+ "customElement": true,
3526
+ "events": [
3527
+ {
3528
+ "name": "qti-register-interaction",
3529
+ "type": {
3530
+ "text": "CustomEvent"
3531
+ },
3532
+ "inheritedFrom": {
3533
+ "name": "Interaction",
3534
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3535
+ }
3536
+ },
3537
+ {
3538
+ "name": "qti-interaction-response",
3539
+ "type": {
3540
+ "text": "CustomEvent"
3541
+ },
3542
+ "inheritedFrom": {
3543
+ "name": "Interaction",
3544
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3545
+ }
3546
+ }
3547
+ ]
3548
+ }
3549
+ ],
3550
+ "exports": [
3551
+ {
3552
+ "kind": "js",
3553
+ "name": "QtiMediaInteraction",
3554
+ "declaration": {
3555
+ "name": "QtiMediaInteraction",
3556
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3557
+ }
3558
+ },
3559
+ {
3560
+ "kind": "custom-element-definition",
3561
+ "name": "qti-media-interaction",
3562
+ "declaration": {
3563
+ "name": "QtiMediaInteraction",
3564
+ "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3565
+ }
3566
+ }
3567
+ ]
3568
+ },
3569
+ {
3570
+ "kind": "javascript-module",
3571
+ "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.xml",
3572
+ "declarations": [],
3573
+ "exports": []
3574
+ },
3658
3575
  {
3659
3576
  "kind": "javascript-module",
3660
3577
  "path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
@@ -3886,18 +3803,21 @@
3886
3803
  },
3887
3804
  {
3888
3805
  "kind": "javascript-module",
3889
- "path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
3806
+ "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
3890
3807
  "declarations": [
3891
3808
  {
3892
3809
  "kind": "class",
3893
3810
  "description": "",
3894
- "name": "QtiMediaInteraction",
3811
+ "name": "QtiOrderInteraction",
3895
3812
  "members": [],
3896
3813
  "attributes": [
3897
3814
  {
3898
- "name": "",
3899
- "fieldName": "",
3900
- "attribute": ""
3815
+ "name": "orientation",
3816
+ "type": {
3817
+ "text": "'horizontal' | 'vertical'"
3818
+ },
3819
+ "description": "orientation of choices",
3820
+ "fieldName": "orientation"
3901
3821
  },
3902
3822
  {
3903
3823
  "name": "response-identifier",
@@ -3907,8 +3827,8 @@
3907
3827
  "default": "''",
3908
3828
  "fieldName": "responseIdentifier",
3909
3829
  "inheritedFrom": {
3910
- "name": "Interaction",
3911
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3830
+ "name": "DragDropInteractionMixin",
3831
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3912
3832
  }
3913
3833
  },
3914
3834
  {
@@ -3917,11 +3837,10 @@
3917
3837
  "text": "boolean"
3918
3838
  },
3919
3839
  "default": "false",
3920
- "description": "disabled should be exposed to the attributes and accessible as property",
3921
3840
  "fieldName": "disabled",
3922
3841
  "inheritedFrom": {
3923
- "name": "Interaction",
3924
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3842
+ "name": "DroppablesMixin",
3843
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3925
3844
  }
3926
3845
  },
3927
3846
  {
@@ -3930,19 +3849,48 @@
3930
3849
  "text": "boolean"
3931
3850
  },
3932
3851
  "default": "false",
3933
- "description": "readonly should be exposed to the attributes and accessible as property",
3934
3852
  "fieldName": "readonly",
3935
3853
  "inheritedFrom": {
3936
- "name": "Interaction",
3937
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3854
+ "name": "DragDropInteractionMixin",
3855
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3856
+ }
3857
+ },
3858
+ {
3859
+ "name": "min-associations",
3860
+ "type": {
3861
+ "text": "number"
3862
+ },
3863
+ "default": "1",
3864
+ "fieldName": "minAssociations",
3865
+ "inheritedFrom": {
3866
+ "name": "DragDropInteractionMixin",
3867
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3938
3868
  }
3869
+ },
3870
+ {
3871
+ "name": "max-associations",
3872
+ "type": {
3873
+ "text": "number"
3874
+ },
3875
+ "default": "1",
3876
+ "fieldName": "maxAssociations",
3877
+ "inheritedFrom": {
3878
+ "name": "DragDropInteractionMixin",
3879
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3880
+ }
3881
+ }
3882
+ ],
3883
+ "mixins": [
3884
+ {
3885
+ "name": "DragDropInteractionMixin",
3886
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
3939
3887
  }
3940
3888
  ],
3941
3889
  "superclass": {
3942
- "name": "Interaction",
3943
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3890
+ "name": "LitElement",
3891
+ "package": "lit"
3944
3892
  },
3945
- "tagName": "qti-media-interaction",
3893
+ "tagName": "qti-order-interaction",
3946
3894
  "customElement": true,
3947
3895
  "events": [
3948
3896
  {
@@ -3951,8 +3899,8 @@
3951
3899
  "text": "CustomEvent"
3952
3900
  },
3953
3901
  "inheritedFrom": {
3954
- "name": "Interaction",
3955
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3902
+ "name": "DragDropInteractionMixin",
3903
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3956
3904
  }
3957
3905
  },
3958
3906
  {
@@ -3961,8 +3909,8 @@
3961
3909
  "text": "CustomEvent"
3962
3910
  },
3963
3911
  "inheritedFrom": {
3964
- "name": "Interaction",
3965
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3912
+ "name": "DragDropInteractionMixin",
3913
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3966
3914
  }
3967
3915
  }
3968
3916
  ]
@@ -3971,18 +3919,18 @@
3971
3919
  "exports": [
3972
3920
  {
3973
3921
  "kind": "js",
3974
- "name": "QtiMediaInteraction",
3922
+ "name": "QtiOrderInteraction",
3975
3923
  "declaration": {
3976
- "name": "QtiMediaInteraction",
3977
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3924
+ "name": "QtiOrderInteraction",
3925
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
3978
3926
  }
3979
3927
  },
3980
3928
  {
3981
3929
  "kind": "custom-element-definition",
3982
- "name": "qti-media-interaction",
3930
+ "name": "qti-order-interaction",
3983
3931
  "declaration": {
3984
- "name": "QtiMediaInteraction",
3985
- "module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
3932
+ "name": "QtiOrderInteraction",
3933
+ "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
3986
3934
  }
3987
3935
  }
3988
3936
  ]
@@ -4565,134 +4513,244 @@
4565
4513
  },
4566
4514
  {
4567
4515
  "kind": "javascript-module",
4568
- "path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
4516
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4569
4517
  "declarations": [
4570
4518
  {
4571
4519
  "kind": "class",
4572
4520
  "description": "",
4573
- "name": "QtiOrderInteraction",
4521
+ "name": "QtiResponseElse",
4574
4522
  "members": [],
4575
4523
  "attributes": [
4576
4524
  {
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",
4525
+ "name": "debugCalculateResult",
4634
4526
  "type": {
4635
- "text": "number"
4527
+ "text": "object"
4636
4528
  },
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"
4529
+ "fieldName": "debugCalculateResult"
4649
4530
  }
4650
4531
  ],
4651
4532
  "superclass": {
4652
4533
  "name": "LitElement",
4653
4534
  "package": "lit"
4654
4535
  },
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
- ]
4536
+ "tagName": "qti-response-else",
4537
+ "customElement": true
4679
4538
  }
4680
4539
  ],
4681
4540
  "exports": [
4682
4541
  {
4683
4542
  "kind": "js",
4684
- "name": "QtiOrderInteraction",
4543
+ "name": "QtiResponseElse",
4544
+ "declaration": {
4545
+ "name": "QtiResponseElse",
4546
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4547
+ }
4548
+ },
4549
+ {
4550
+ "kind": "custom-element-definition",
4551
+ "name": "qti-response-else",
4552
+ "declaration": {
4553
+ "name": "QtiResponseElse",
4554
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4555
+ }
4556
+ }
4557
+ ]
4558
+ },
4559
+ {
4560
+ "kind": "javascript-module",
4561
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
4562
+ "declarations": [],
4563
+ "exports": [
4564
+ {
4565
+ "kind": "js",
4566
+ "name": "*",
4567
+ "declaration": {
4568
+ "name": "*",
4569
+ "package": "./qti-and/qti-and"
4570
+ }
4571
+ },
4572
+ {
4573
+ "kind": "js",
4574
+ "name": "*",
4575
+ "declaration": {
4576
+ "name": "*",
4577
+ "package": "./qti-basevalue/qti-basevalue"
4578
+ }
4579
+ },
4580
+ {
4581
+ "kind": "js",
4582
+ "name": "*",
4583
+ "declaration": {
4584
+ "name": "*",
4585
+ "package": "./qti-contains/qti-contains"
4586
+ }
4587
+ },
4588
+ {
4589
+ "kind": "js",
4590
+ "name": "*",
4591
+ "declaration": {
4592
+ "name": "*",
4593
+ "package": "./qti-correct/qti-correct"
4594
+ }
4595
+ },
4596
+ {
4597
+ "kind": "js",
4598
+ "name": "*",
4599
+ "declaration": {
4600
+ "name": "*",
4601
+ "package": "./qti-equal/qti-equal"
4602
+ }
4603
+ },
4604
+ {
4605
+ "kind": "js",
4606
+ "name": "*",
4607
+ "declaration": {
4608
+ "name": "*",
4609
+ "package": "./qti-equal-rounded/qti-equal-rounded"
4610
+ }
4611
+ },
4612
+ {
4613
+ "kind": "js",
4614
+ "name": "*",
4615
+ "declaration": {
4616
+ "name": "*",
4617
+ "package": "./qti-gt/qti-gt"
4618
+ }
4619
+ },
4620
+ {
4621
+ "kind": "js",
4622
+ "name": "*",
4623
+ "declaration": {
4624
+ "name": "*",
4625
+ "package": "./qti-gte/qti-gte"
4626
+ }
4627
+ },
4628
+ {
4629
+ "kind": "js",
4630
+ "name": "*",
4631
+ "declaration": {
4632
+ "name": "*",
4633
+ "package": "./qti-is-null/qti-is-null"
4634
+ }
4635
+ },
4636
+ {
4637
+ "kind": "js",
4638
+ "name": "*",
4639
+ "declaration": {
4640
+ "name": "*",
4641
+ "package": "./qti-lt/qti-lt"
4642
+ }
4643
+ },
4644
+ {
4645
+ "kind": "js",
4646
+ "name": "*",
4647
+ "declaration": {
4648
+ "name": "*",
4649
+ "package": "./qti-lte/qti-lte"
4650
+ }
4651
+ },
4652
+ {
4653
+ "kind": "js",
4654
+ "name": "*",
4655
+ "declaration": {
4656
+ "name": "*",
4657
+ "package": "./qti-mapping/qti-mapping"
4658
+ }
4659
+ },
4660
+ {
4661
+ "kind": "js",
4662
+ "name": "*",
4663
+ "declaration": {
4664
+ "name": "*",
4665
+ "package": "./qti-mapresponse/qti-mapresponse"
4666
+ }
4667
+ },
4668
+ {
4669
+ "kind": "js",
4670
+ "name": "*",
4671
+ "declaration": {
4672
+ "name": "*",
4673
+ "package": "./qti-match/qti-match"
4674
+ }
4675
+ },
4676
+ {
4677
+ "kind": "js",
4678
+ "name": "*",
4679
+ "declaration": {
4680
+ "name": "*",
4681
+ "package": "./qti-member/qti-member"
4682
+ }
4683
+ },
4684
+ {
4685
+ "kind": "js",
4686
+ "name": "*",
4685
4687
  "declaration": {
4686
- "name": "QtiOrderInteraction",
4687
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4688
+ "name": "*",
4689
+ "package": "./qti-multiple/qti-multiple"
4688
4690
  }
4689
4691
  },
4690
4692
  {
4691
- "kind": "custom-element-definition",
4692
- "name": "qti-order-interaction",
4693
+ "kind": "js",
4694
+ "name": "*",
4693
4695
  "declaration": {
4694
- "name": "QtiOrderInteraction",
4695
- "module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
4696
+ "name": "*",
4697
+ "package": "./qti-not/qti-not"
4698
+ }
4699
+ },
4700
+ {
4701
+ "kind": "js",
4702
+ "name": "*",
4703
+ "declaration": {
4704
+ "name": "*",
4705
+ "package": "./qti-or/qti-or"
4706
+ }
4707
+ },
4708
+ {
4709
+ "kind": "js",
4710
+ "name": "*",
4711
+ "declaration": {
4712
+ "name": "*",
4713
+ "package": "./qti-ordered/qti-ordered"
4714
+ }
4715
+ },
4716
+ {
4717
+ "kind": "js",
4718
+ "name": "*",
4719
+ "declaration": {
4720
+ "name": "*",
4721
+ "package": "./qti-printed-variable/qti-printed-variable"
4722
+ }
4723
+ },
4724
+ {
4725
+ "kind": "js",
4726
+ "name": "*",
4727
+ "declaration": {
4728
+ "name": "*",
4729
+ "package": "./qti-product/qti-product"
4730
+ }
4731
+ },
4732
+ {
4733
+ "kind": "js",
4734
+ "name": "*",
4735
+ "declaration": {
4736
+ "name": "*",
4737
+ "package": "./qti-variable/qti-variable"
4738
+ }
4739
+ },
4740
+ {
4741
+ "kind": "js",
4742
+ "name": "*",
4743
+ "declaration": {
4744
+ "name": "*",
4745
+ "package": "./qti-condition-expression"
4746
+ }
4747
+ },
4748
+ {
4749
+ "kind": "js",
4750
+ "name": "*",
4751
+ "declaration": {
4752
+ "name": "*",
4753
+ "package": "./qti-expression"
4696
4754
  }
4697
4755
  }
4698
4756
  ]
@@ -4752,122 +4810,77 @@
4752
4810
  },
4753
4811
  {
4754
4812
  "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
- {
4790
- "kind": "javascript-module",
4791
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4813
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4792
4814
  "declarations": [
4793
4815
  {
4794
4816
  "kind": "class",
4795
4817
  "description": "",
4796
- "name": "QtiResponseElse",
4818
+ "name": "QtiResponseProcessing",
4797
4819
  "members": [],
4798
4820
  "attributes": [
4799
4821
  {
4800
- "name": "debugCalculateResult",
4801
- "type": {
4802
- "text": "object"
4803
- },
4804
- "fieldName": "debugCalculateResult"
4822
+ "name": "identifier"
4805
4823
  }
4806
4824
  ],
4807
4825
  "superclass": {
4808
4826
  "name": "LitElement",
4809
4827
  "package": "lit"
4810
4828
  },
4811
- "tagName": "qti-response-else",
4829
+ "tagName": "qti-response-processing",
4812
4830
  "customElement": true
4813
4831
  }
4814
4832
  ],
4815
4833
  "exports": [
4816
4834
  {
4817
4835
  "kind": "js",
4818
- "name": "QtiResponseElse",
4836
+ "name": "default",
4819
4837
  "declaration": {
4820
- "name": "QtiResponseElse",
4821
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4838
+ "name": "QtiResponseProcessing",
4839
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4822
4840
  }
4823
4841
  },
4824
4842
  {
4825
4843
  "kind": "custom-element-definition",
4826
- "name": "qti-response-else",
4844
+ "name": "qti-response-processing",
4827
4845
  "declaration": {
4828
- "name": "QtiResponseElse",
4829
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4846
+ "name": "QtiResponseProcessing",
4847
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4830
4848
  }
4831
4849
  }
4832
4850
  ]
4833
4851
  },
4834
4852
  {
4835
4853
  "kind": "javascript-module",
4836
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4854
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
4837
4855
  "declarations": [
4838
4856
  {
4839
4857
  "kind": "class",
4840
4858
  "description": "",
4841
- "name": "QtiResponseProcessing",
4859
+ "name": "QtiRule",
4842
4860
  "members": [],
4843
- "attributes": [
4844
- {
4845
- "name": "identifier"
4846
- }
4847
- ],
4848
4861
  "superclass": {
4849
4862
  "name": "LitElement",
4850
4863
  "package": "lit"
4851
4864
  },
4852
- "tagName": "qti-response-processing",
4865
+ "tagName": "qti-rule",
4853
4866
  "customElement": true
4854
4867
  }
4855
4868
  ],
4856
4869
  "exports": [
4857
4870
  {
4858
4871
  "kind": "js",
4859
- "name": "default",
4872
+ "name": "QtiRule",
4860
4873
  "declaration": {
4861
- "name": "QtiResponseProcessing",
4862
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4874
+ "name": "QtiRule",
4875
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4863
4876
  }
4864
4877
  },
4865
4878
  {
4866
4879
  "kind": "custom-element-definition",
4867
- "name": "qti-response-processing",
4880
+ "name": "qti-rule",
4868
4881
  "declaration": {
4869
- "name": "QtiResponseProcessing",
4870
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4882
+ "name": "QtiRule",
4883
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4871
4884
  }
4872
4885
  }
4873
4886
  ]
@@ -5098,29 +5111,43 @@
5098
5111
  },
5099
5112
  {
5100
5113
  "kind": "javascript-module",
5101
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
5114
+ "path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
5102
5115
  "declarations": [
5103
5116
  {
5104
5117
  "kind": "class",
5105
5118
  "description": "",
5106
- "name": "QtiResponseDeclaration",
5119
+ "name": "QtiChoice",
5120
+ "slots": [
5121
+ {
5122
+ "description": "The choices slot element",
5123
+ "name": ""
5124
+ }
5125
+ ],
5107
5126
  "members": [],
5108
5127
  "events": [
5109
5128
  {
5110
- "name": "qti-register-variable",
5129
+ "name": "qti-register-choice",
5111
5130
  "type": {
5112
5131
  "text": "CustomEvent"
5113
- }
5114
- }
5115
- ],
5116
- "attributes": [
5132
+ },
5133
+ "description": "register itselves on a qti-choice-interaction element."
5134
+ },
5117
5135
  {
5118
- "name": "base-type",
5136
+ "name": "qti-loose-choice",
5119
5137
  "type": {
5120
- "text": "BaseType"
5138
+ "text": "CustomEvent"
5121
5139
  },
5122
- "fieldName": "baseType"
5140
+ "description": "de-register itselves on a qti-choice-interaction element."
5123
5141
  },
5142
+ {
5143
+ "name": "qti-choice-element-selected",
5144
+ "type": {
5145
+ "text": "CustomEvent"
5146
+ },
5147
+ "description": "Emitted when the choice is selected."
5148
+ }
5149
+ ],
5150
+ "attributes": [
5124
5151
  {
5125
5152
  "name": "identifier",
5126
5153
  "type": {
@@ -5129,134 +5156,120 @@
5129
5156
  "fieldName": "identifier"
5130
5157
  },
5131
5158
  {
5132
- "name": "cardinality",
5159
+ "name": "tabindex",
5133
5160
  "type": {
5134
- "text": "Cardinality"
5161
+ "text": "number | undefined"
5135
5162
  },
5136
- "fieldName": "cardinality"
5163
+ "default": "0",
5164
+ "fieldName": "tabindex"
5165
+ },
5166
+ {
5167
+ "name": "aria-disabled",
5168
+ "type": {
5169
+ "text": "boolean"
5170
+ },
5171
+ "default": "false",
5172
+ "fieldName": "disabled"
5173
+ },
5174
+ {
5175
+ "name": "aria-readonly",
5176
+ "type": {
5177
+ "text": "boolean"
5178
+ },
5179
+ "default": "false",
5180
+ "fieldName": "readonly"
5181
+ },
5182
+ {
5183
+ "name": "aria-checked",
5184
+ "type": {
5185
+ "text": "boolean"
5186
+ },
5187
+ "default": "false",
5188
+ "fieldName": "checked"
5137
5189
  }
5138
5190
  ],
5139
5191
  "superclass": {
5140
- "name": "QtiVariableDeclaration",
5141
- "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
5192
+ "name": "LitElement",
5193
+ "package": "lit"
5142
5194
  },
5143
- "tagName": "qti-response-declaration",
5195
+ "summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
5144
5196
  "customElement": true
5145
5197
  }
5146
5198
  ],
5147
5199
  "exports": [
5148
5200
  {
5149
5201
  "kind": "js",
5150
- "name": "QtiResponseDeclaration",
5151
- "declaration": {
5152
- "name": "QtiResponseDeclaration",
5153
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5154
- }
5155
- },
5156
- {
5157
- "kind": "custom-element-definition",
5158
- "name": "qti-response-declaration",
5202
+ "name": "QtiChoice",
5159
5203
  "declaration": {
5160
- "name": "QtiResponseDeclaration",
5161
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5204
+ "name": "QtiChoice",
5205
+ "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
5162
5206
  }
5163
5207
  }
5164
5208
  ]
5165
5209
  },
5166
5210
  {
5167
5211
  "kind": "javascript-module",
5168
- "path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
5212
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
5169
5213
  "declarations": [
5170
5214
  {
5171
5215
  "kind": "class",
5172
5216
  "description": "",
5173
- "name": "QtiChoice",
5174
- "slots": [
5175
- {
5176
- "description": "The choices slot element",
5177
- "name": ""
5178
- }
5179
- ],
5180
- "members": [],
5181
- "events": [
5182
- {
5183
- "name": "qti-register-choice",
5184
- "type": {
5185
- "text": "CustomEvent"
5186
- },
5187
- "description": "register itselves on a qti-choice-interaction element."
5188
- },
5189
- {
5190
- "name": "qti-loose-choice",
5191
- "type": {
5192
- "text": "CustomEvent"
5193
- },
5194
- "description": "de-register itselves on a qti-choice-interaction element."
5195
- },
5217
+ "name": "QtiResponseDeclaration",
5218
+ "members": [],
5219
+ "events": [
5196
5220
  {
5197
- "name": "qti-choice-element-selected",
5221
+ "name": "qti-register-variable",
5198
5222
  "type": {
5199
5223
  "text": "CustomEvent"
5200
- },
5201
- "description": "Emitted when the choice is selected."
5224
+ }
5202
5225
  }
5203
5226
  ],
5204
5227
  "attributes": [
5205
5228
  {
5206
- "name": "identifier",
5207
- "type": {
5208
- "text": "string"
5209
- },
5210
- "fieldName": "identifier"
5211
- },
5212
- {
5213
- "name": "tabindex",
5214
- "type": {
5215
- "text": "number | undefined"
5216
- },
5217
- "default": "0",
5218
- "fieldName": "tabindex"
5219
- },
5220
- {
5221
- "name": "aria-disabled",
5229
+ "name": "base-type",
5222
5230
  "type": {
5223
- "text": "boolean"
5231
+ "text": "BaseType"
5224
5232
  },
5225
- "default": "false",
5226
- "fieldName": "disabled"
5233
+ "fieldName": "baseType"
5227
5234
  },
5228
5235
  {
5229
- "name": "aria-readonly",
5236
+ "name": "identifier",
5230
5237
  "type": {
5231
- "text": "boolean"
5238
+ "text": "string"
5232
5239
  },
5233
- "default": "false",
5234
- "fieldName": "readonly"
5240
+ "fieldName": "identifier"
5235
5241
  },
5236
5242
  {
5237
- "name": "aria-checked",
5243
+ "name": "cardinality",
5238
5244
  "type": {
5239
- "text": "boolean"
5245
+ "text": "Cardinality"
5240
5246
  },
5241
- "default": "false",
5242
- "fieldName": "checked"
5247
+ "fieldName": "cardinality"
5243
5248
  }
5244
5249
  ],
5245
5250
  "superclass": {
5246
- "name": "LitElement",
5247
- "package": "lit"
5251
+ "name": "QtiVariableDeclaration",
5252
+ "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
5248
5253
  },
5249
- "summary": "qti-choice is used by qti-simple-choice, qti-inline-choice, qti-hottext, qti-hotspot-choice.",
5254
+ "tagName": "qti-response-declaration",
5250
5255
  "customElement": true
5251
5256
  }
5252
5257
  ],
5253
5258
  "exports": [
5254
5259
  {
5255
5260
  "kind": "js",
5256
- "name": "QtiChoice",
5261
+ "name": "QtiResponseDeclaration",
5257
5262
  "declaration": {
5258
- "name": "QtiChoice",
5259
- "module": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts"
5263
+ "name": "QtiResponseDeclaration",
5264
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5265
+ }
5266
+ },
5267
+ {
5268
+ "kind": "custom-element-definition",
5269
+ "name": "qti-response-declaration",
5270
+ "declaration": {
5271
+ "name": "QtiResponseDeclaration",
5272
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts"
5260
5273
  }
5261
5274
  }
5262
5275
  ]
@@ -5779,6 +5792,55 @@
5779
5792
  }
5780
5793
  ]
5781
5794
  },
5795
+ {
5796
+ "kind": "javascript-module",
5797
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
5798
+ "declarations": [
5799
+ {
5800
+ "kind": "class",
5801
+ "description": "",
5802
+ "name": "QtiResponseIf",
5803
+ "members": [],
5804
+ "superclass": {
5805
+ "name": "QtiResponseElse",
5806
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
5807
+ },
5808
+ "tagName": "qti-response-if",
5809
+ "customElement": true,
5810
+ "attributes": [
5811
+ {
5812
+ "name": "debugCalculateResult",
5813
+ "type": {
5814
+ "text": "object"
5815
+ },
5816
+ "fieldName": "debugCalculateResult",
5817
+ "inheritedFrom": {
5818
+ "name": "QtiResponseElse",
5819
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
5820
+ }
5821
+ }
5822
+ ]
5823
+ }
5824
+ ],
5825
+ "exports": [
5826
+ {
5827
+ "kind": "js",
5828
+ "name": "QtiResponseIf",
5829
+ "declaration": {
5830
+ "name": "QtiResponseIf",
5831
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5832
+ }
5833
+ },
5834
+ {
5835
+ "kind": "custom-element-definition",
5836
+ "name": "qti-response-if",
5837
+ "declaration": {
5838
+ "name": "QtiResponseIf",
5839
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5840
+ }
5841
+ }
5842
+ ]
5843
+ },
5782
5844
  {
5783
5845
  "kind": "javascript-module",
5784
5846
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
@@ -5871,8 +5933,8 @@
5871
5933
  "name": "QtiContains",
5872
5934
  "members": [],
5873
5935
  "superclass": {
5874
- "name": "QtiExpression",
5875
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5936
+ "name": "QtiConditionExpression",
5937
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5876
5938
  },
5877
5939
  "tagName": "qti-contains",
5878
5940
  "customElement": true
@@ -6267,153 +6329,153 @@
6267
6329
  },
6268
6330
  {
6269
6331
  "kind": "javascript-module",
6270
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
6332
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
6271
6333
  "declarations": [
6272
6334
  {
6273
6335
  "kind": "class",
6274
6336
  "description": "",
6275
- "name": "QtiMapResponse",
6337
+ "name": "QtiMatch",
6276
6338
  "members": [],
6277
- "attributes": [
6278
- {
6279
- "name": "identifier",
6280
- "type": {
6281
- "text": "string"
6282
- },
6283
- "fieldName": "identifier"
6284
- }
6285
- ],
6286
6339
  "superclass": {
6287
6340
  "name": "QtiExpression",
6288
6341
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6289
6342
  },
6290
- "tagName": "qti-map-response",
6343
+ "tagName": "qti-match",
6291
6344
  "customElement": true
6292
6345
  }
6293
6346
  ],
6294
6347
  "exports": [
6295
6348
  {
6296
6349
  "kind": "js",
6297
- "name": "QtiMapResponse",
6350
+ "name": "QtiMatch",
6298
6351
  "declaration": {
6299
- "name": "QtiMapResponse",
6300
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6352
+ "name": "QtiMatch",
6353
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6301
6354
  }
6302
6355
  },
6303
6356
  {
6304
6357
  "kind": "custom-element-definition",
6305
- "name": "qti-map-response",
6358
+ "name": "qti-match",
6306
6359
  "declaration": {
6307
- "name": "QtiMapResponse",
6308
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6360
+ "name": "QtiMatch",
6361
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6309
6362
  }
6310
6363
  }
6311
6364
  ]
6312
6365
  },
6313
6366
  {
6314
6367
  "kind": "javascript-module",
6315
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts",
6368
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts",
6316
6369
  "declarations": [
6317
6370
  {
6318
6371
  "kind": "class",
6319
6372
  "description": "",
6320
- "name": "QtiMatch",
6373
+ "name": "QtiMapResponse",
6321
6374
  "members": [],
6375
+ "attributes": [
6376
+ {
6377
+ "name": "identifier",
6378
+ "type": {
6379
+ "text": "string"
6380
+ },
6381
+ "fieldName": "identifier"
6382
+ }
6383
+ ],
6322
6384
  "superclass": {
6323
6385
  "name": "QtiExpression",
6324
6386
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6325
6387
  },
6326
- "tagName": "qti-match",
6388
+ "tagName": "qti-map-response",
6327
6389
  "customElement": true
6328
6390
  }
6329
6391
  ],
6330
6392
  "exports": [
6331
6393
  {
6332
6394
  "kind": "js",
6333
- "name": "QtiMatch",
6395
+ "name": "QtiMapResponse",
6334
6396
  "declaration": {
6335
- "name": "QtiMatch",
6336
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6397
+ "name": "QtiMapResponse",
6398
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6337
6399
  }
6338
6400
  },
6339
6401
  {
6340
6402
  "kind": "custom-element-definition",
6341
- "name": "qti-match",
6403
+ "name": "qti-map-response",
6342
6404
  "declaration": {
6343
- "name": "QtiMatch",
6344
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-match/qti-match.ts"
6405
+ "name": "QtiMapResponse",
6406
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-mapresponse/qti-mapresponse.ts"
6345
6407
  }
6346
6408
  }
6347
6409
  ]
6348
6410
  },
6349
6411
  {
6350
6412
  "kind": "javascript-module",
6351
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6413
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts",
6352
6414
  "declarations": [
6353
6415
  {
6354
6416
  "kind": "class",
6355
6417
  "description": "",
6356
- "name": "QtiMultiple",
6418
+ "name": "QtiMember",
6357
6419
  "members": [],
6358
6420
  "superclass": {
6359
6421
  "name": "QtiExpression",
6360
6422
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6361
6423
  },
6362
- "tagName": "qti-multiple",
6424
+ "tagName": "qti-member",
6363
6425
  "customElement": true
6364
6426
  }
6365
6427
  ],
6366
6428
  "exports": [
6367
6429
  {
6368
6430
  "kind": "js",
6369
- "name": "QtiMultiple",
6431
+ "name": "QtiMember",
6370
6432
  "declaration": {
6371
- "name": "QtiMultiple",
6372
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6433
+ "name": "QtiMember",
6434
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6373
6435
  }
6374
6436
  },
6375
6437
  {
6376
6438
  "kind": "custom-element-definition",
6377
- "name": "qti-multiple",
6439
+ "name": "qti-member",
6378
6440
  "declaration": {
6379
- "name": "QtiMultiple",
6380
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6441
+ "name": "QtiMember",
6442
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6381
6443
  }
6382
6444
  }
6383
6445
  ]
6384
6446
  },
6385
6447
  {
6386
6448
  "kind": "javascript-module",
6387
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts",
6449
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts",
6388
6450
  "declarations": [
6389
6451
  {
6390
6452
  "kind": "class",
6391
6453
  "description": "",
6392
- "name": "QtiMember",
6454
+ "name": "QtiMultiple",
6393
6455
  "members": [],
6394
6456
  "superclass": {
6395
6457
  "name": "QtiExpression",
6396
6458
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6397
6459
  },
6398
- "tagName": "qti-member",
6460
+ "tagName": "qti-multiple",
6399
6461
  "customElement": true
6400
6462
  }
6401
6463
  ],
6402
6464
  "exports": [
6403
6465
  {
6404
6466
  "kind": "js",
6405
- "name": "QtiMember",
6467
+ "name": "QtiMultiple",
6406
6468
  "declaration": {
6407
- "name": "QtiMember",
6408
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6469
+ "name": "QtiMultiple",
6470
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6409
6471
  }
6410
6472
  },
6411
6473
  {
6412
6474
  "kind": "custom-element-definition",
6413
- "name": "qti-member",
6475
+ "name": "qti-multiple",
6414
6476
  "declaration": {
6415
- "name": "QtiMember",
6416
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-member/qti-member.ts"
6477
+ "name": "QtiMultiple",
6478
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-multiple/qti-multiple.ts"
6417
6479
  }
6418
6480
  }
6419
6481
  ]
@@ -6715,55 +6777,6 @@
6715
6777
  }
6716
6778
  ]
6717
6779
  },
6718
- {
6719
- "kind": "javascript-module",
6720
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6721
- "declarations": [
6722
- {
6723
- "kind": "class",
6724
- "description": "",
6725
- "name": "QtiResponseIf",
6726
- "members": [],
6727
- "superclass": {
6728
- "name": "QtiResponseElse",
6729
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6730
- },
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
- ]
6746
- }
6747
- ],
6748
- "exports": [
6749
- {
6750
- "kind": "js",
6751
- "name": "QtiResponseIf",
6752
- "declaration": {
6753
- "name": "QtiResponseIf",
6754
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6755
- }
6756
- },
6757
- {
6758
- "kind": "custom-element-definition",
6759
- "name": "qti-response-if",
6760
- "declaration": {
6761
- "name": "QtiResponseIf",
6762
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6763
- }
6764
- }
6765
- ]
6766
- },
6767
6780
  {
6768
6781
  "kind": "javascript-module",
6769
6782
  "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif.ts",