@citolab/qti-components 6.0.25 → 6.0.27

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,6 +131,107 @@
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
+ {
200
+ "kind": "javascript-module",
201
+ "path": "src/lib/qti-item-react/index.ts",
202
+ "declarations": [],
203
+ "exports": [
204
+ {
205
+ "kind": "js",
206
+ "name": "*",
207
+ "declaration": {
208
+ "name": "*",
209
+ "package": "./qti-item.react"
210
+ }
211
+ }
212
+ ]
213
+ },
214
+ {
215
+ "kind": "javascript-module",
216
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
217
+ "declarations": [
218
+ {
219
+ "kind": "variable",
220
+ "name": "QtiItem",
221
+ "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})"
222
+ }
223
+ ],
224
+ "exports": [
225
+ {
226
+ "kind": "js",
227
+ "name": "QtiItem",
228
+ "declaration": {
229
+ "name": "QtiItem",
230
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
231
+ }
232
+ }
233
+ ]
234
+ },
134
235
  {
135
236
  "kind": "javascript-module",
136
237
  "path": "src/lib/qti-components/index.ts",
@@ -514,107 +615,6 @@
514
615
  }
515
616
  ]
516
617
  },
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
- },
582
- {
583
- "kind": "javascript-module",
584
- "path": "src/lib/qti-item-react/index.ts",
585
- "declarations": [],
586
- "exports": [
587
- {
588
- "kind": "js",
589
- "name": "*",
590
- "declaration": {
591
- "name": "*",
592
- "package": "./qti-item.react"
593
- }
594
- }
595
- ]
596
- },
597
- {
598
- "kind": "javascript-module",
599
- "path": "src/lib/qti-item-react/qti-item.react.ts",
600
- "declarations": [
601
- {
602
- "kind": "variable",
603
- "name": "QtiItem",
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})"
605
- }
606
- ],
607
- "exports": [
608
- {
609
- "kind": "js",
610
- "name": "QtiItem",
611
- "declaration": {
612
- "name": "QtiItem",
613
- "module": "src/lib/qti-item-react/qti-item.react.ts"
614
- }
615
- }
616
- ]
617
- },
618
618
  {
619
619
  "kind": "javascript-module",
620
620
  "path": "src/lib/qti-transform/index.ts",
@@ -854,6 +854,53 @@
854
854
  }
855
855
  ]
856
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
+ },
857
904
  {
858
905
  "kind": "javascript-module",
859
906
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1517,44 +1564,6 @@
1517
1564
  }
1518
1565
  ]
1519
1566
  },
1520
- {
1521
- "kind": "javascript-module",
1522
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1523
- "declarations": [
1524
- {
1525
- "kind": "class",
1526
- "description": "",
1527
- "name": "QtiItemBody",
1528
- "slots": [
1529
- {
1530
- "description": "item body content.",
1531
- "name": ""
1532
- },
1533
- {
1534
- "description": "the qti rubric block is placed above the item",
1535
- "name": "qti-rubric-block"
1536
- }
1537
- ],
1538
- "members": [],
1539
- "superclass": {
1540
- "name": "LitElement",
1541
- "package": "lit"
1542
- },
1543
- "summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
1544
- "customElement": true
1545
- }
1546
- ],
1547
- "exports": [
1548
- {
1549
- "kind": "js",
1550
- "name": "default",
1551
- "declaration": {
1552
- "name": "QtiItemBody",
1553
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1554
- }
1555
- }
1556
- ]
1557
- },
1558
1567
  {
1559
1568
  "kind": "javascript-module",
1560
1569
  "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
@@ -4496,8 +4505,94 @@
4496
4505
  "kind": "custom-element-definition",
4497
4506
  "name": "qti-text-entry-interaction",
4498
4507
  "declaration": {
4499
- "name": "QtiTextEntryInteraction",
4500
- "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4508
+ "name": "QtiTextEntryInteraction",
4509
+ "module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
4510
+ }
4511
+ }
4512
+ ]
4513
+ },
4514
+ {
4515
+ "kind": "javascript-module",
4516
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4517
+ "declarations": [
4518
+ {
4519
+ "kind": "class",
4520
+ "description": "",
4521
+ "name": "QtiResponseElse",
4522
+ "members": [],
4523
+ "attributes": [
4524
+ {
4525
+ "name": "debugCalculateResult",
4526
+ "type": {
4527
+ "text": "object"
4528
+ },
4529
+ "fieldName": "debugCalculateResult"
4530
+ }
4531
+ ],
4532
+ "superclass": {
4533
+ "name": "LitElement",
4534
+ "package": "lit"
4535
+ },
4536
+ "tagName": "qti-response-else",
4537
+ "customElement": true
4538
+ }
4539
+ ],
4540
+ "exports": [
4541
+ {
4542
+ "kind": "js",
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-responseprocessing/qti-responseprocessing.ts",
4562
+ "declarations": [
4563
+ {
4564
+ "kind": "class",
4565
+ "description": "",
4566
+ "name": "QtiResponseProcessing",
4567
+ "members": [],
4568
+ "attributes": [
4569
+ {
4570
+ "name": "identifier"
4571
+ }
4572
+ ],
4573
+ "superclass": {
4574
+ "name": "LitElement",
4575
+ "package": "lit"
4576
+ },
4577
+ "tagName": "qti-response-processing",
4578
+ "customElement": true
4579
+ }
4580
+ ],
4581
+ "exports": [
4582
+ {
4583
+ "kind": "js",
4584
+ "name": "default",
4585
+ "declaration": {
4586
+ "name": "QtiResponseProcessing",
4587
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4588
+ }
4589
+ },
4590
+ {
4591
+ "kind": "custom-element-definition",
4592
+ "name": "qti-response-processing",
4593
+ "declaration": {
4594
+ "name": "QtiResponseProcessing",
4595
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4501
4596
  }
4502
4597
  }
4503
4598
  ]
@@ -4754,92 +4849,6 @@
4754
4849
  }
4755
4850
  ]
4756
4851
  },
4757
- {
4758
- "kind": "javascript-module",
4759
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4760
- "declarations": [
4761
- {
4762
- "kind": "class",
4763
- "description": "",
4764
- "name": "QtiResponseElse",
4765
- "members": [],
4766
- "attributes": [
4767
- {
4768
- "name": "debugCalculateResult",
4769
- "type": {
4770
- "text": "object"
4771
- },
4772
- "fieldName": "debugCalculateResult"
4773
- }
4774
- ],
4775
- "superclass": {
4776
- "name": "LitElement",
4777
- "package": "lit"
4778
- },
4779
- "tagName": "qti-response-else",
4780
- "customElement": true
4781
- }
4782
- ],
4783
- "exports": [
4784
- {
4785
- "kind": "js",
4786
- "name": "QtiResponseElse",
4787
- "declaration": {
4788
- "name": "QtiResponseElse",
4789
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4790
- }
4791
- },
4792
- {
4793
- "kind": "custom-element-definition",
4794
- "name": "qti-response-else",
4795
- "declaration": {
4796
- "name": "QtiResponseElse",
4797
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4798
- }
4799
- }
4800
- ]
4801
- },
4802
- {
4803
- "kind": "javascript-module",
4804
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
4805
- "declarations": [
4806
- {
4807
- "kind": "class",
4808
- "description": "",
4809
- "name": "QtiResponseProcessing",
4810
- "members": [],
4811
- "attributes": [
4812
- {
4813
- "name": "identifier"
4814
- }
4815
- ],
4816
- "superclass": {
4817
- "name": "LitElement",
4818
- "package": "lit"
4819
- },
4820
- "tagName": "qti-response-processing",
4821
- "customElement": true
4822
- }
4823
- ],
4824
- "exports": [
4825
- {
4826
- "kind": "js",
4827
- "name": "default",
4828
- "declaration": {
4829
- "name": "QtiResponseProcessing",
4830
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4831
- }
4832
- },
4833
- {
4834
- "kind": "custom-element-definition",
4835
- "name": "qti-response-processing",
4836
- "declaration": {
4837
- "name": "QtiResponseProcessing",
4838
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
4839
- }
4840
- }
4841
- ]
4842
- },
4843
4852
  {
4844
4853
  "kind": "javascript-module",
4845
4854
  "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
@@ -5785,36 +5794,49 @@
5785
5794
  },
5786
5795
  {
5787
5796
  "kind": "javascript-module",
5788
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
5797
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
5789
5798
  "declarations": [
5790
5799
  {
5791
5800
  "kind": "class",
5792
5801
  "description": "",
5793
- "name": "QtiAnd",
5802
+ "name": "QtiResponseIf",
5794
5803
  "members": [],
5795
5804
  "superclass": {
5796
- "name": "QtiConditionExpression",
5797
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5805
+ "name": "QtiResponseElse",
5806
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
5798
5807
  },
5799
- "tagName": "qti-and",
5800
- "customElement": true
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
+ ]
5801
5823
  }
5802
5824
  ],
5803
5825
  "exports": [
5804
5826
  {
5805
5827
  "kind": "js",
5806
- "name": "QtiAnd",
5828
+ "name": "QtiResponseIf",
5807
5829
  "declaration": {
5808
- "name": "QtiAnd",
5809
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5830
+ "name": "QtiResponseIf",
5831
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5810
5832
  }
5811
5833
  },
5812
5834
  {
5813
5835
  "kind": "custom-element-definition",
5814
- "name": "qti-and",
5836
+ "name": "qti-response-if",
5815
5837
  "declaration": {
5816
- "name": "QtiAnd",
5817
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5838
+ "name": "QtiResponseIf",
5839
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5818
5840
  }
5819
5841
  }
5820
5842
  ]
@@ -5865,6 +5887,42 @@
5865
5887
  }
5866
5888
  ]
5867
5889
  },
5890
+ {
5891
+ "kind": "javascript-module",
5892
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
5893
+ "declarations": [
5894
+ {
5895
+ "kind": "class",
5896
+ "description": "",
5897
+ "name": "QtiAnd",
5898
+ "members": [],
5899
+ "superclass": {
5900
+ "name": "QtiConditionExpression",
5901
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5902
+ },
5903
+ "tagName": "qti-and",
5904
+ "customElement": true
5905
+ }
5906
+ ],
5907
+ "exports": [
5908
+ {
5909
+ "kind": "js",
5910
+ "name": "QtiAnd",
5911
+ "declaration": {
5912
+ "name": "QtiAnd",
5913
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5914
+ }
5915
+ },
5916
+ {
5917
+ "kind": "custom-element-definition",
5918
+ "name": "qti-and",
5919
+ "declaration": {
5920
+ "name": "QtiAnd",
5921
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5922
+ }
5923
+ }
5924
+ ]
5925
+ },
5868
5926
  {
5869
5927
  "kind": "javascript-module",
5870
5928
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-contains/qti-contains.ts",
@@ -6460,72 +6518,72 @@
6460
6518
  },
6461
6519
  {
6462
6520
  "kind": "javascript-module",
6463
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
6521
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts",
6464
6522
  "declarations": [
6465
6523
  {
6466
6524
  "kind": "class",
6467
6525
  "description": "",
6468
- "name": "QtiOr",
6526
+ "name": "QtiOrdered",
6469
6527
  "members": [],
6470
6528
  "superclass": {
6471
- "name": "QtiConditionExpression",
6472
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6529
+ "name": "QtiExpression",
6530
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6473
6531
  },
6474
- "tagName": "qti-or",
6532
+ "tagName": "qti-ordered",
6475
6533
  "customElement": true
6476
6534
  }
6477
6535
  ],
6478
6536
  "exports": [
6479
6537
  {
6480
6538
  "kind": "js",
6481
- "name": "QtiOr",
6539
+ "name": "QtiOrdered",
6482
6540
  "declaration": {
6483
- "name": "QtiOr",
6484
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6541
+ "name": "QtiOrdered",
6542
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
6485
6543
  }
6486
6544
  },
6487
6545
  {
6488
6546
  "kind": "custom-element-definition",
6489
- "name": "qti-or",
6547
+ "name": "qti-ordered",
6490
6548
  "declaration": {
6491
- "name": "QtiOr",
6492
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6549
+ "name": "QtiOrdered",
6550
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
6493
6551
  }
6494
6552
  }
6495
6553
  ]
6496
6554
  },
6497
6555
  {
6498
6556
  "kind": "javascript-module",
6499
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts",
6557
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
6500
6558
  "declarations": [
6501
6559
  {
6502
6560
  "kind": "class",
6503
6561
  "description": "",
6504
- "name": "QtiOrdered",
6562
+ "name": "QtiOr",
6505
6563
  "members": [],
6506
6564
  "superclass": {
6507
- "name": "QtiExpression",
6508
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
6565
+ "name": "QtiConditionExpression",
6566
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
6509
6567
  },
6510
- "tagName": "qti-ordered",
6568
+ "tagName": "qti-or",
6511
6569
  "customElement": true
6512
6570
  }
6513
6571
  ],
6514
6572
  "exports": [
6515
6573
  {
6516
6574
  "kind": "js",
6517
- "name": "QtiOrdered",
6575
+ "name": "QtiOr",
6518
6576
  "declaration": {
6519
- "name": "QtiOrdered",
6520
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
6577
+ "name": "QtiOr",
6578
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6521
6579
  }
6522
6580
  },
6523
6581
  {
6524
6582
  "kind": "custom-element-definition",
6525
- "name": "qti-ordered",
6583
+ "name": "qti-or",
6526
6584
  "declaration": {
6527
- "name": "QtiOrdered",
6528
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-ordered/qti-ordered.ts"
6585
+ "name": "QtiOr",
6586
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
6529
6587
  }
6530
6588
  }
6531
6589
  ]
@@ -6647,55 +6705,6 @@
6647
6705
  }
6648
6706
  ]
6649
6707
  },
6650
- {
6651
- "kind": "javascript-module",
6652
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6653
- "declarations": [
6654
- {
6655
- "kind": "class",
6656
- "description": "",
6657
- "name": "QtiResponseIf",
6658
- "members": [],
6659
- "superclass": {
6660
- "name": "QtiResponseElse",
6661
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6662
- },
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
- ]
6678
- }
6679
- ],
6680
- "exports": [
6681
- {
6682
- "kind": "js",
6683
- "name": "QtiResponseIf",
6684
- "declaration": {
6685
- "name": "QtiResponseIf",
6686
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6687
- }
6688
- },
6689
- {
6690
- "kind": "custom-element-definition",
6691
- "name": "qti-response-if",
6692
- "declaration": {
6693
- "name": "QtiResponseIf",
6694
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6695
- }
6696
- }
6697
- ]
6698
- },
6699
6708
  {
6700
6709
  "kind": "javascript-module",
6701
6710
  "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",