@citolab/qti-components 6.5.5 → 6.5.6

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,6 +2,100 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/lib/decorators/index.ts",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "*",
13
+ "declaration": {
14
+ "name": "*",
15
+ "package": "./live-query"
16
+ }
17
+ },
18
+ {
19
+ "kind": "js",
20
+ "name": "*",
21
+ "declaration": {
22
+ "name": "*",
23
+ "package": "./watch"
24
+ }
25
+ }
26
+ ]
27
+ },
28
+ {
29
+ "kind": "javascript-module",
30
+ "path": "src/lib/decorators/live-query.ts",
31
+ "declarations": [
32
+ {
33
+ "kind": "function",
34
+ "name": "liveQuery",
35
+ "parameters": [
36
+ {
37
+ "name": "querySelector",
38
+ "type": {
39
+ "text": "string"
40
+ }
41
+ },
42
+ {
43
+ "name": "options",
44
+ "optional": true,
45
+ "type": {
46
+ "text": "LiveQueryOptions"
47
+ }
48
+ }
49
+ ]
50
+ }
51
+ ],
52
+ "exports": [
53
+ {
54
+ "kind": "js",
55
+ "name": "liveQuery",
56
+ "declaration": {
57
+ "name": "liveQuery",
58
+ "module": "src/lib/decorators/live-query.ts"
59
+ }
60
+ }
61
+ ]
62
+ },
63
+ {
64
+ "kind": "javascript-module",
65
+ "path": "src/lib/decorators/watch.ts",
66
+ "declarations": [
67
+ {
68
+ "kind": "function",
69
+ "name": "watch",
70
+ "parameters": [
71
+ {
72
+ "name": "propertyName",
73
+ "type": {
74
+ "text": "string | string[]"
75
+ }
76
+ },
77
+ {
78
+ "name": "options",
79
+ "optional": true,
80
+ "type": {
81
+ "text": "WatchOptions"
82
+ }
83
+ }
84
+ ],
85
+ "description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
86
+ }
87
+ ],
88
+ "exports": [
89
+ {
90
+ "kind": "js",
91
+ "name": "watch",
92
+ "declaration": {
93
+ "name": "watch",
94
+ "module": "src/lib/decorators/watch.ts"
95
+ }
96
+ }
97
+ ]
98
+ },
5
99
  {
6
100
  "kind": "javascript-module",
7
101
  "path": "src/lib/qti-components/index.ts",
@@ -403,107 +497,291 @@
403
497
  },
404
498
  {
405
499
  "kind": "javascript-module",
406
- "path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
500
+ "path": "src/lib/qti-transformers/index.ts",
501
+ "declarations": [],
502
+ "exports": [
503
+ {
504
+ "kind": "js",
505
+ "name": "*",
506
+ "declaration": {
507
+ "name": "*",
508
+ "package": "./qti-transformers"
509
+ }
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "kind": "javascript-module",
515
+ "path": "src/lib/qti-transformers/qti-transformers.ts",
407
516
  "declarations": [
408
517
  {
409
- "kind": "class",
410
- "description": "",
411
- "name": "ItemPrintVariables",
412
- "members": [],
413
- "superclass": {
414
- "name": "LitElement",
415
- "package": "lit"
416
- },
417
- "tagName": "item-print-variables",
418
- "customElement": true
518
+ "kind": "function",
519
+ "name": "qtiTransformItem",
520
+ "description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
521
+ "return": {
522
+ "type": {
523
+ "text": ""
524
+ }
525
+ }
526
+ },
527
+ {
528
+ "kind": "function",
529
+ "name": "qtiTransformTest",
530
+ "description": "Returns an object with methods to load, parse and transform QTI tests.",
531
+ "return": {
532
+ "type": {
533
+ "text": ""
534
+ }
535
+ }
419
536
  }
420
537
  ],
421
538
  "exports": [
422
539
  {
423
540
  "kind": "js",
424
- "name": "ItemPrintVariables",
541
+ "name": "qtiTransformItem",
425
542
  "declaration": {
426
- "name": "ItemPrintVariables",
427
- "module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
543
+ "name": "qtiTransformItem",
544
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
428
545
  }
429
546
  },
430
547
  {
431
- "kind": "custom-element-definition",
432
- "name": "item-print-variables",
548
+ "kind": "js",
549
+ "name": "qtiTransformTest",
433
550
  "declaration": {
434
- "name": "ItemPrintVariables",
435
- "module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
551
+ "name": "qtiTransformTest",
552
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
436
553
  }
437
554
  }
438
555
  ]
439
556
  },
440
557
  {
441
558
  "kind": "javascript-module",
442
- "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
559
+ "path": "src/lib/qti-components/internal/event-types.ts",
560
+ "declarations": [],
561
+ "exports": []
562
+ },
563
+ {
564
+ "kind": "javascript-module",
565
+ "path": "src/lib/qti-components/internal/expression-result.ts",
566
+ "declarations": [],
567
+ "exports": []
568
+ },
569
+ {
570
+ "kind": "javascript-module",
571
+ "path": "src/lib/qti-components/internal/template-strings.ts",
443
572
  "declarations": [
444
573
  {
445
574
  "kind": "variable",
446
- "name": "itemContext"
575
+ "name": "matchCorrect",
576
+ "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
577
+ },
578
+ {
579
+ "kind": "variable",
580
+ "name": "mapResponse",
581
+ "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
582
+ },
583
+ {
584
+ "kind": "variable",
585
+ "name": "mapResponsePoint",
586
+ "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
447
587
  }
448
588
  ],
449
589
  "exports": [
450
590
  {
451
591
  "kind": "js",
452
- "name": "itemContext",
592
+ "name": "matchCorrect",
453
593
  "declaration": {
454
- "name": "itemContext",
455
- "module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts"
594
+ "name": "matchCorrect",
595
+ "module": "src/lib/qti-components/internal/template-strings.ts"
596
+ }
597
+ },
598
+ {
599
+ "kind": "js",
600
+ "name": "mapResponse",
601
+ "declaration": {
602
+ "name": "mapResponse",
603
+ "module": "src/lib/qti-components/internal/template-strings.ts"
604
+ }
605
+ },
606
+ {
607
+ "kind": "js",
608
+ "name": "mapResponsePoint",
609
+ "declaration": {
610
+ "name": "mapResponsePoint",
611
+ "module": "src/lib/qti-components/internal/template-strings.ts"
456
612
  }
457
613
  }
458
614
  ]
459
615
  },
460
616
  {
461
617
  "kind": "javascript-module",
462
- "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
618
+ "path": "src/lib/qti-components/internal/utils.ts",
463
619
  "declarations": [
464
620
  {
465
- "kind": "class",
466
- "description": "",
467
- "name": "QtiAssessmentItem",
468
- "slots": [
469
- {
470
- "description": "The default slot where all the other QTI 3 item structures go.",
471
- "name": ""
472
- }
473
- ],
474
- "members": [],
475
- "events": [
621
+ "kind": "function",
622
+ "name": "decimalSeparator"
623
+ },
624
+ {
625
+ "kind": "function",
626
+ "name": "convertNumberToUniveralFormat",
627
+ "parameters": [
476
628
  {
477
- "name": "name",
629
+ "name": "number",
478
630
  "type": {
479
- "text": "CustomEvent"
631
+ "text": "number | string"
480
632
  }
481
- },
482
- {
483
- "description": "Emitted when an interaction is changed.",
484
- "name": "qti-interaction-changed"
485
- },
486
- {
487
- "description": "Emitted when an outcome has changed.",
488
- "name": "qti-outcome-changed"
489
- },
490
- {
491
- "description": "Emitted when response-processing is called.",
492
- "name": "qti-response-processing"
493
633
  }
494
- ],
495
- "attributes": [
496
- {
497
- "name": "title",
498
- "type": {
499
- "text": "string"
500
- },
501
- "fieldName": "title"
502
- },
634
+ ]
635
+ },
636
+ {
637
+ "kind": "function",
638
+ "name": "IsNullOrUndefined",
639
+ "parameters": [
503
640
  {
504
- "name": "identifier",
641
+ "name": "value",
505
642
  "type": {
506
- "text": "string"
643
+ "text": "unknown"
644
+ }
645
+ }
646
+ ]
647
+ }
648
+ ],
649
+ "exports": [
650
+ {
651
+ "kind": "js",
652
+ "name": "decimalSeparator",
653
+ "declaration": {
654
+ "name": "decimalSeparator",
655
+ "module": "src/lib/qti-components/internal/utils.ts"
656
+ }
657
+ },
658
+ {
659
+ "kind": "js",
660
+ "name": "convertNumberToUniveralFormat",
661
+ "declaration": {
662
+ "name": "convertNumberToUniveralFormat",
663
+ "module": "src/lib/qti-components/internal/utils.ts"
664
+ }
665
+ },
666
+ {
667
+ "kind": "js",
668
+ "name": "IsNullOrUndefined",
669
+ "declaration": {
670
+ "name": "IsNullOrUndefined",
671
+ "module": "src/lib/qti-components/internal/utils.ts"
672
+ }
673
+ }
674
+ ]
675
+ },
676
+ {
677
+ "kind": "javascript-module",
678
+ "path": "src/lib/qti-components/internal/variables.ts",
679
+ "declarations": [],
680
+ "exports": []
681
+ },
682
+ {
683
+ "kind": "javascript-module",
684
+ "path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
685
+ "declarations": [
686
+ {
687
+ "kind": "class",
688
+ "description": "",
689
+ "name": "ItemPrintVariables",
690
+ "members": [],
691
+ "superclass": {
692
+ "name": "LitElement",
693
+ "package": "lit"
694
+ },
695
+ "tagName": "item-print-variables",
696
+ "customElement": true
697
+ }
698
+ ],
699
+ "exports": [
700
+ {
701
+ "kind": "js",
702
+ "name": "ItemPrintVariables",
703
+ "declaration": {
704
+ "name": "ItemPrintVariables",
705
+ "module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
706
+ }
707
+ },
708
+ {
709
+ "kind": "custom-element-definition",
710
+ "name": "item-print-variables",
711
+ "declaration": {
712
+ "name": "ItemPrintVariables",
713
+ "module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
714
+ }
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "kind": "javascript-module",
720
+ "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
721
+ "declarations": [
722
+ {
723
+ "kind": "variable",
724
+ "name": "itemContext"
725
+ }
726
+ ],
727
+ "exports": [
728
+ {
729
+ "kind": "js",
730
+ "name": "itemContext",
731
+ "declaration": {
732
+ "name": "itemContext",
733
+ "module": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts"
734
+ }
735
+ }
736
+ ]
737
+ },
738
+ {
739
+ "kind": "javascript-module",
740
+ "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
741
+ "declarations": [
742
+ {
743
+ "kind": "class",
744
+ "description": "",
745
+ "name": "QtiAssessmentItem",
746
+ "slots": [
747
+ {
748
+ "description": "The default slot where all the other QTI 3 item structures go.",
749
+ "name": ""
750
+ }
751
+ ],
752
+ "members": [],
753
+ "events": [
754
+ {
755
+ "name": "name",
756
+ "type": {
757
+ "text": "CustomEvent"
758
+ }
759
+ },
760
+ {
761
+ "description": "Emitted when an interaction is changed.",
762
+ "name": "qti-interaction-changed"
763
+ },
764
+ {
765
+ "description": "Emitted when an outcome has changed.",
766
+ "name": "qti-outcome-changed"
767
+ },
768
+ {
769
+ "description": "Emitted when response-processing is called.",
770
+ "name": "qti-response-processing"
771
+ }
772
+ ],
773
+ "attributes": [
774
+ {
775
+ "name": "title",
776
+ "type": {
777
+ "text": "string"
778
+ },
779
+ "fieldName": "title"
780
+ },
781
+ {
782
+ "name": "identifier",
783
+ "type": {
784
+ "text": "string"
507
785
  },
508
786
  "default": "''",
509
787
  "fieldName": "identifier"
@@ -1408,74 +1686,63 @@
1408
1686
  },
1409
1687
  {
1410
1688
  "kind": "javascript-module",
1411
- "path": "src/lib/qti-transformers/index.ts",
1689
+ "path": "src/lib/qti-components/qti-response-processing/index.ts",
1412
1690
  "declarations": [],
1413
1691
  "exports": [
1692
+ {
1693
+ "kind": "js",
1694
+ "name": "QtiResponseProcessing",
1695
+ "declaration": {
1696
+ "name": "default",
1697
+ "module": "./qti-response-processing/qti-response-processing"
1698
+ }
1699
+ },
1414
1700
  {
1415
1701
  "kind": "js",
1416
1702
  "name": "*",
1417
1703
  "declaration": {
1418
1704
  "name": "*",
1419
- "package": "./qti-transformers"
1705
+ "package": "./qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value"
1420
1706
  }
1421
- }
1422
- ]
1423
- },
1424
- {
1425
- "kind": "javascript-module",
1426
- "path": "src/lib/qti-transformers/qti-transformers.ts",
1427
- "declarations": [
1707
+ },
1428
1708
  {
1429
- "kind": "function",
1430
- "name": "qtiTransformItem",
1431
- "description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
1432
- "return": {
1433
- "type": {
1434
- "text": ""
1435
- }
1709
+ "kind": "js",
1710
+ "name": "*",
1711
+ "declaration": {
1712
+ "name": "*",
1713
+ "package": "./qti-rule/qti-response-condition/qti-response-condition"
1436
1714
  }
1437
1715
  },
1438
1716
  {
1439
- "kind": "function",
1440
- "name": "qtiTransformTest",
1441
- "description": "Returns an object with methods to load, parse and transform QTI tests.",
1442
- "return": {
1443
- "type": {
1444
- "text": ""
1445
- }
1717
+ "kind": "js",
1718
+ "name": "*",
1719
+ "declaration": {
1720
+ "name": "*",
1721
+ "package": "./qti-rule/qti-set-outcome-value/qti-set-outcome-value"
1446
1722
  }
1447
- }
1448
- ],
1449
- "exports": [
1723
+ },
1450
1724
  {
1451
1725
  "kind": "js",
1452
- "name": "qtiTransformItem",
1726
+ "name": "*",
1453
1727
  "declaration": {
1454
- "name": "qtiTransformItem",
1455
- "module": "src/lib/qti-transformers/qti-transformers.ts"
1728
+ "name": "*",
1729
+ "package": "./qti-response-else/qti-response-else"
1456
1730
  }
1457
1731
  },
1458
1732
  {
1459
1733
  "kind": "js",
1460
- "name": "qtiTransformTest",
1734
+ "name": "*",
1461
1735
  "declaration": {
1462
- "name": "qtiTransformTest",
1463
- "module": "src/lib/qti-transformers/qti-transformers.ts"
1736
+ "name": "*",
1737
+ "package": "./qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if"
1464
1738
  }
1465
- }
1466
- ]
1467
- },
1468
- {
1469
- "kind": "javascript-module",
1470
- "path": "src/lib/decorators/index.ts",
1471
- "declarations": [],
1472
- "exports": [
1739
+ },
1473
1740
  {
1474
1741
  "kind": "js",
1475
1742
  "name": "*",
1476
1743
  "declaration": {
1477
1744
  "name": "*",
1478
- "package": "./live-query"
1745
+ "package": "./qti-response-else/qti-response-if/qti-response-if"
1479
1746
  }
1480
1747
  },
1481
1748
  {
@@ -1483,182 +1750,40 @@
1483
1750
  "name": "*",
1484
1751
  "declaration": {
1485
1752
  "name": "*",
1486
- "package": "./watch"
1753
+ "package": "./qti-expression"
1754
+ }
1755
+ },
1756
+ {
1757
+ "kind": "js",
1758
+ "name": "*",
1759
+ "declaration": {
1760
+ "name": "*",
1761
+ "package": "./qti-rule/qti-rule"
1487
1762
  }
1488
1763
  }
1489
1764
  ]
1490
1765
  },
1491
1766
  {
1492
1767
  "kind": "javascript-module",
1493
- "path": "src/lib/decorators/live-query.ts",
1768
+ "path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
1494
1769
  "declarations": [
1495
1770
  {
1496
- "kind": "function",
1497
- "name": "liveQuery",
1498
- "parameters": [
1499
- {
1500
- "name": "querySelector",
1501
- "type": {
1502
- "text": "string"
1503
- }
1504
- },
1505
- {
1506
- "name": "options",
1507
- "optional": true,
1508
- "type": {
1509
- "text": "LiveQueryOptions"
1510
- }
1511
- }
1512
- ]
1771
+ "kind": "class",
1772
+ "description": "",
1773
+ "name": "qtiContentBody",
1774
+ "members": [],
1775
+ "superclass": {
1776
+ "name": "LitElement",
1777
+ "package": "lit"
1778
+ },
1779
+ "tagName": "qti-content-body",
1780
+ "customElement": true
1513
1781
  }
1514
1782
  ],
1515
1783
  "exports": [
1516
1784
  {
1517
1785
  "kind": "js",
1518
- "name": "liveQuery",
1519
- "declaration": {
1520
- "name": "liveQuery",
1521
- "module": "src/lib/decorators/live-query.ts"
1522
- }
1523
- }
1524
- ]
1525
- },
1526
- {
1527
- "kind": "javascript-module",
1528
- "path": "src/lib/decorators/watch.ts",
1529
- "declarations": [
1530
- {
1531
- "kind": "function",
1532
- "name": "watch",
1533
- "parameters": [
1534
- {
1535
- "name": "propertyName",
1536
- "type": {
1537
- "text": "string | string[]"
1538
- }
1539
- },
1540
- {
1541
- "name": "options",
1542
- "optional": true,
1543
- "type": {
1544
- "text": "WatchOptions"
1545
- }
1546
- }
1547
- ],
1548
- "description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
1549
- }
1550
- ],
1551
- "exports": [
1552
- {
1553
- "kind": "js",
1554
- "name": "watch",
1555
- "declaration": {
1556
- "name": "watch",
1557
- "module": "src/lib/decorators/watch.ts"
1558
- }
1559
- }
1560
- ]
1561
- },
1562
- {
1563
- "kind": "javascript-module",
1564
- "path": "src/lib/qti-components/qti-response-processing/index.ts",
1565
- "declarations": [],
1566
- "exports": [
1567
- {
1568
- "kind": "js",
1569
- "name": "QtiResponseProcessing",
1570
- "declaration": {
1571
- "name": "default",
1572
- "module": "./qti-response-processing/qti-response-processing"
1573
- }
1574
- },
1575
- {
1576
- "kind": "js",
1577
- "name": "*",
1578
- "declaration": {
1579
- "name": "*",
1580
- "package": "./qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value"
1581
- }
1582
- },
1583
- {
1584
- "kind": "js",
1585
- "name": "*",
1586
- "declaration": {
1587
- "name": "*",
1588
- "package": "./qti-rule/qti-response-condition/qti-response-condition"
1589
- }
1590
- },
1591
- {
1592
- "kind": "js",
1593
- "name": "*",
1594
- "declaration": {
1595
- "name": "*",
1596
- "package": "./qti-rule/qti-set-outcome-value/qti-set-outcome-value"
1597
- }
1598
- },
1599
- {
1600
- "kind": "js",
1601
- "name": "*",
1602
- "declaration": {
1603
- "name": "*",
1604
- "package": "./qti-response-else/qti-response-else"
1605
- }
1606
- },
1607
- {
1608
- "kind": "js",
1609
- "name": "*",
1610
- "declaration": {
1611
- "name": "*",
1612
- "package": "./qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if"
1613
- }
1614
- },
1615
- {
1616
- "kind": "js",
1617
- "name": "*",
1618
- "declaration": {
1619
- "name": "*",
1620
- "package": "./qti-response-else/qti-response-if/qti-response-if"
1621
- }
1622
- },
1623
- {
1624
- "kind": "js",
1625
- "name": "*",
1626
- "declaration": {
1627
- "name": "*",
1628
- "package": "./qti-expression"
1629
- }
1630
- },
1631
- {
1632
- "kind": "js",
1633
- "name": "*",
1634
- "declaration": {
1635
- "name": "*",
1636
- "package": "./qti-rule/qti-rule"
1637
- }
1638
- }
1639
- ]
1640
- },
1641
- {
1642
- "kind": "javascript-module",
1643
- "path": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts",
1644
- "declarations": [
1645
- {
1646
- "kind": "class",
1647
- "description": "",
1648
- "name": "qtiContentBody",
1649
- "members": [],
1650
- "superclass": {
1651
- "name": "LitElement",
1652
- "package": "lit"
1653
- },
1654
- "tagName": "qti-content-body",
1655
- "customElement": true
1656
- }
1657
- ],
1658
- "exports": [
1659
- {
1660
- "kind": "js",
1661
- "name": "qtiContentBody",
1786
+ "name": "qtiContentBody",
1662
1787
  "declaration": {
1663
1788
  "name": "qtiContentBody",
1664
1789
  "module": "src/lib/qti-components/qti-rubric-block/qti-content-body.ts"
@@ -1736,209 +1861,298 @@
1736
1861
  },
1737
1862
  {
1738
1863
  "kind": "javascript-module",
1739
- "path": "src/lib/qti-components/internal/event-types.ts",
1864
+ "path": "src/lib/qti-components/qti-stylesheet/inline.css",
1740
1865
  "declarations": [],
1741
1866
  "exports": []
1742
1867
  },
1743
1868
  {
1744
1869
  "kind": "javascript-module",
1745
- "path": "src/lib/qti-components/internal/expression-result.ts",
1870
+ "path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
1746
1871
  "declarations": [],
1747
1872
  "exports": []
1748
1873
  },
1749
1874
  {
1750
1875
  "kind": "javascript-module",
1751
- "path": "src/lib/qti-components/internal/template-strings.ts",
1876
+ "path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts",
1752
1877
  "declarations": [
1753
1878
  {
1754
- "kind": "variable",
1755
- "name": "matchCorrect",
1756
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
1757
- },
1758
- {
1759
- "kind": "variable",
1760
- "name": "mapResponse",
1761
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
1762
- },
1763
- {
1764
- "kind": "variable",
1765
- "name": "mapResponsePoint",
1766
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
1879
+ "kind": "class",
1880
+ "description": "",
1881
+ "name": "QtiStylesheet",
1882
+ "members": [],
1883
+ "superclass": {
1884
+ "name": "LitElement",
1885
+ "package": "lit"
1886
+ },
1887
+ "tagName": "qti-stylesheet",
1888
+ "customElement": true
1767
1889
  }
1768
1890
  ],
1769
1891
  "exports": [
1770
1892
  {
1771
1893
  "kind": "js",
1772
- "name": "matchCorrect",
1773
- "declaration": {
1774
- "name": "matchCorrect",
1775
- "module": "src/lib/qti-components/internal/template-strings.ts"
1776
- }
1777
- },
1778
- {
1779
- "kind": "js",
1780
- "name": "mapResponse",
1894
+ "name": "QtiStylesheet",
1781
1895
  "declaration": {
1782
- "name": "mapResponse",
1783
- "module": "src/lib/qti-components/internal/template-strings.ts"
1896
+ "name": "QtiStylesheet",
1897
+ "module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
1784
1898
  }
1785
1899
  },
1786
1900
  {
1787
- "kind": "js",
1788
- "name": "mapResponsePoint",
1901
+ "kind": "custom-element-definition",
1902
+ "name": "qti-stylesheet",
1789
1903
  "declaration": {
1790
- "name": "mapResponsePoint",
1791
- "module": "src/lib/qti-components/internal/template-strings.ts"
1904
+ "name": "QtiStylesheet",
1905
+ "module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
1792
1906
  }
1793
1907
  }
1794
1908
  ]
1795
1909
  },
1796
1910
  {
1797
1911
  "kind": "javascript-module",
1798
- "path": "src/lib/qti-components/internal/utils.ts",
1912
+ "path": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts",
1799
1913
  "declarations": [
1800
1914
  {
1801
- "kind": "function",
1802
- "name": "decimalSeparator"
1803
- },
1804
- {
1805
- "kind": "function",
1806
- "name": "convertNumberToUniveralFormat",
1807
- "parameters": [
1808
- {
1809
- "name": "number",
1810
- "type": {
1811
- "text": "number | string"
1812
- }
1813
- }
1814
- ]
1815
- },
1816
- {
1817
- "kind": "function",
1818
- "name": "IsNullOrUndefined",
1819
- "parameters": [
1820
- {
1821
- "name": "value",
1822
- "type": {
1823
- "text": "unknown"
1824
- }
1825
- }
1826
- ]
1915
+ "kind": "class",
1916
+ "description": "",
1917
+ "name": "QtiVariableDeclaration",
1918
+ "members": [],
1919
+ "superclass": {
1920
+ "name": "LitElement",
1921
+ "package": "lit"
1922
+ },
1923
+ "tagName": "qti-variabledeclaration",
1924
+ "customElement": true
1827
1925
  }
1828
1926
  ],
1829
1927
  "exports": [
1830
1928
  {
1831
1929
  "kind": "js",
1832
- "name": "decimalSeparator",
1833
- "declaration": {
1834
- "name": "decimalSeparator",
1835
- "module": "src/lib/qti-components/internal/utils.ts"
1836
- }
1837
- },
1838
- {
1839
- "kind": "js",
1840
- "name": "convertNumberToUniveralFormat",
1930
+ "name": "QtiVariableDeclaration",
1841
1931
  "declaration": {
1842
- "name": "convertNumberToUniveralFormat",
1843
- "module": "src/lib/qti-components/internal/utils.ts"
1932
+ "name": "QtiVariableDeclaration",
1933
+ "module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
1844
1934
  }
1845
1935
  },
1846
1936
  {
1847
- "kind": "js",
1848
- "name": "IsNullOrUndefined",
1937
+ "kind": "custom-element-definition",
1938
+ "name": "qti-variabledeclaration",
1849
1939
  "declaration": {
1850
- "name": "IsNullOrUndefined",
1851
- "module": "src/lib/qti-components/internal/utils.ts"
1940
+ "name": "QtiVariableDeclaration",
1941
+ "module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
1852
1942
  }
1853
1943
  }
1854
1944
  ]
1855
1945
  },
1856
1946
  {
1857
1947
  "kind": "javascript-module",
1858
- "path": "src/lib/qti-components/internal/variables.ts",
1948
+ "path": "src/lib/qti-components/internal/events/index.ts",
1859
1949
  "declarations": [],
1860
- "exports": []
1861
- },
1950
+ "exports": [
1951
+ {
1952
+ "kind": "js",
1953
+ "name": "*",
1954
+ "declaration": {
1955
+ "name": "*",
1956
+ "package": "./qti-choice-element-selected"
1957
+ }
1958
+ },
1959
+ {
1960
+ "kind": "js",
1961
+ "name": "*",
1962
+ "declaration": {
1963
+ "name": "*",
1964
+ "package": "./qti-interaction-changed"
1965
+ }
1966
+ },
1967
+ {
1968
+ "kind": "js",
1969
+ "name": "*",
1970
+ "declaration": {
1971
+ "name": "*",
1972
+ "package": "./qti-interaction-response"
1973
+ }
1974
+ },
1975
+ {
1976
+ "kind": "js",
1977
+ "name": "*",
1978
+ "declaration": {
1979
+ "name": "*",
1980
+ "package": "./qti-loose-choice"
1981
+ }
1982
+ },
1983
+ {
1984
+ "kind": "js",
1985
+ "name": "*",
1986
+ "declaration": {
1987
+ "name": "*",
1988
+ "package": "./qti-outcome-changed"
1989
+ }
1990
+ },
1991
+ {
1992
+ "kind": "js",
1993
+ "name": "*",
1994
+ "declaration": {
1995
+ "name": "*",
1996
+ "package": "./qti-register-choice"
1997
+ }
1998
+ },
1999
+ {
2000
+ "kind": "js",
2001
+ "name": "*",
2002
+ "declaration": {
2003
+ "name": "*",
2004
+ "package": "./qti-register-interaction"
2005
+ }
2006
+ },
2007
+ {
2008
+ "kind": "js",
2009
+ "name": "*",
2010
+ "declaration": {
2011
+ "name": "*",
2012
+ "package": "./qti-register-variable"
2013
+ }
2014
+ },
2015
+ {
2016
+ "kind": "js",
2017
+ "name": "*",
2018
+ "declaration": {
2019
+ "name": "*",
2020
+ "package": "./qti-register-hotspot"
2021
+ }
2022
+ }
2023
+ ]
2024
+ },
1862
2025
  {
1863
2026
  "kind": "javascript-module",
1864
- "path": "src/lib/qti-components/qti-stylesheet/inline.css",
2027
+ "path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
1865
2028
  "declarations": [],
1866
- "exports": []
2029
+ "exports": [
2030
+ {
2031
+ "kind": "js",
2032
+ "name": "default",
2033
+ "declaration": {
2034
+ "name": "QtiChoiceElementSelected",
2035
+ "module": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts"
2036
+ }
2037
+ }
2038
+ ]
1867
2039
  },
1868
2040
  {
1869
2041
  "kind": "javascript-module",
1870
- "path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.mdx",
2042
+ "path": "src/lib/qti-components/internal/events/qti-interaction-changed.ts",
1871
2043
  "declarations": [],
1872
- "exports": []
2044
+ "exports": [
2045
+ {
2046
+ "kind": "js",
2047
+ "name": "default",
2048
+ "declaration": {
2049
+ "name": "QtiInteractionChanged",
2050
+ "module": "src/lib/qti-components/internal/events/qti-interaction-changed.ts"
2051
+ }
2052
+ }
2053
+ ]
1873
2054
  },
1874
2055
  {
1875
2056
  "kind": "javascript-module",
1876
- "path": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts",
1877
- "declarations": [
2057
+ "path": "src/lib/qti-components/internal/events/qti-interaction-response.ts",
2058
+ "declarations": [],
2059
+ "exports": [
1878
2060
  {
1879
- "kind": "class",
1880
- "description": "",
1881
- "name": "QtiStylesheet",
1882
- "members": [],
1883
- "superclass": {
1884
- "name": "LitElement",
1885
- "package": "lit"
1886
- },
1887
- "tagName": "qti-stylesheet",
1888
- "customElement": true
2061
+ "kind": "js",
2062
+ "name": "default",
2063
+ "declaration": {
2064
+ "name": "QtiInteractionResponse",
2065
+ "module": "src/lib/qti-components/internal/events/qti-interaction-response.ts"
2066
+ }
1889
2067
  }
1890
- ],
2068
+ ]
2069
+ },
2070
+ {
2071
+ "kind": "javascript-module",
2072
+ "path": "src/lib/qti-components/internal/events/qti-loose-choice.ts",
2073
+ "declarations": [],
1891
2074
  "exports": [
1892
2075
  {
1893
2076
  "kind": "js",
1894
- "name": "QtiStylesheet",
2077
+ "name": "default",
1895
2078
  "declaration": {
1896
- "name": "QtiStylesheet",
1897
- "module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
2079
+ "name": "QtiLooseChoice",
2080
+ "module": "src/lib/qti-components/internal/events/qti-loose-choice.ts"
1898
2081
  }
1899
- },
2082
+ }
2083
+ ]
2084
+ },
2085
+ {
2086
+ "kind": "javascript-module",
2087
+ "path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
2088
+ "declarations": [],
2089
+ "exports": [
1900
2090
  {
1901
- "kind": "custom-element-definition",
1902
- "name": "qti-stylesheet",
2091
+ "kind": "js",
2092
+ "name": "default",
1903
2093
  "declaration": {
1904
- "name": "QtiStylesheet",
1905
- "module": "src/lib/qti-components/qti-stylesheet/qti-stylesheet.ts"
2094
+ "name": "QtiOutcomeChanged",
2095
+ "module": "src/lib/qti-components/internal/events/qti-outcome-changed.ts"
1906
2096
  }
1907
2097
  }
1908
2098
  ]
1909
2099
  },
1910
2100
  {
1911
2101
  "kind": "javascript-module",
1912
- "path": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts",
1913
- "declarations": [
2102
+ "path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
2103
+ "declarations": [],
2104
+ "exports": [
1914
2105
  {
1915
- "kind": "class",
1916
- "description": "",
1917
- "name": "QtiVariableDeclaration",
1918
- "members": [],
1919
- "superclass": {
1920
- "name": "LitElement",
1921
- "package": "lit"
1922
- },
1923
- "tagName": "qti-variabledeclaration",
1924
- "customElement": true
2106
+ "kind": "js",
2107
+ "name": "default",
2108
+ "declaration": {
2109
+ "name": "QtiRegisterChoice",
2110
+ "module": "src/lib/qti-components/internal/events/qti-register-choice.ts"
2111
+ }
1925
2112
  }
1926
- ],
2113
+ ]
2114
+ },
2115
+ {
2116
+ "kind": "javascript-module",
2117
+ "path": "src/lib/qti-components/internal/events/qti-register-hotspot.ts",
2118
+ "declarations": [],
1927
2119
  "exports": [
1928
2120
  {
1929
2121
  "kind": "js",
1930
- "name": "QtiVariableDeclaration",
2122
+ "name": "default",
1931
2123
  "declaration": {
1932
- "name": "QtiVariableDeclaration",
1933
- "module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
2124
+ "name": "QtiRegisterHotspot",
2125
+ "module": "src/lib/qti-components/internal/events/qti-register-hotspot.ts"
1934
2126
  }
1935
- },
2127
+ }
2128
+ ]
2129
+ },
2130
+ {
2131
+ "kind": "javascript-module",
2132
+ "path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
2133
+ "declarations": [],
2134
+ "exports": [
1936
2135
  {
1937
- "kind": "custom-element-definition",
1938
- "name": "qti-variabledeclaration",
2136
+ "kind": "js",
2137
+ "name": "default",
1939
2138
  "declaration": {
1940
- "name": "QtiVariableDeclaration",
1941
- "module": "src/lib/qti-components/qti-variable-declaration/qti-variable-declaration.ts"
2139
+ "name": "QtiRegisterInteraction",
2140
+ "module": "src/lib/qti-components/internal/events/qti-register-interaction.ts"
2141
+ }
2142
+ }
2143
+ ]
2144
+ },
2145
+ {
2146
+ "kind": "javascript-module",
2147
+ "path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
2148
+ "declarations": [],
2149
+ "exports": [
2150
+ {
2151
+ "kind": "js",
2152
+ "name": "default",
2153
+ "declaration": {
2154
+ "name": "QtiRegisterVariable",
2155
+ "module": "src/lib/qti-components/internal/events/qti-register-variable.ts"
1942
2156
  }
1943
2157
  }
1944
2158
  ]
@@ -2483,49 +2697,174 @@
2483
2697
  },
2484
2698
  {
2485
2699
  "kind": "javascript-module",
2486
- "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
2700
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.mdx",
2487
2701
  "declarations": [],
2488
2702
  "exports": []
2489
2703
  },
2490
2704
  {
2491
2705
  "kind": "javascript-module",
2492
- "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
2706
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
2493
2707
  "declarations": [
2494
2708
  {
2495
2709
  "kind": "class",
2496
2710
  "description": "",
2497
- "name": "QtiExtendedTextInteraction",
2711
+ "name": "QtiEndAttemptInteraction",
2498
2712
  "members": [],
2499
- "attributes": [
2713
+ "events": [
2500
2714
  {
2501
- "name": "expected-length",
2715
+ "name": "end-attempt",
2502
2716
  "type": {
2503
- "text": "number"
2504
- },
2505
- "description": "expected length is mapped to the property maxlength on the textarea",
2506
- "fieldName": "expectedLength"
2717
+ "text": "CustomEvent"
2718
+ }
2507
2719
  },
2508
2720
  {
2509
- "name": "pattern-mask",
2721
+ "name": "qti-register-interaction",
2510
2722
  "type": {
2511
- "text": "string"
2723
+ "text": "CustomEvent"
2512
2724
  },
2513
- "fieldName": "patternMask"
2725
+ "inheritedFrom": {
2726
+ "name": "Interaction",
2727
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2728
+ }
2514
2729
  },
2515
2730
  {
2516
- "name": "placeholder-text",
2731
+ "name": "qti-interaction-response",
2517
2732
  "type": {
2518
- "text": "string"
2733
+ "text": "CustomEvent"
2519
2734
  },
2520
- "description": "text appearing in the extended-text-nteraction if it is empty",
2521
- "fieldName": "placeholderText"
2522
- },
2523
- {
2524
- "name": "class",
2525
- "fieldName": "classNames"
2526
- },
2527
- {
2528
- "name": "response-identifier",
2735
+ "inheritedFrom": {
2736
+ "name": "Interaction",
2737
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2738
+ }
2739
+ }
2740
+ ],
2741
+ "attributes": [
2742
+ {
2743
+ "name": "count-attempt",
2744
+ "type": {
2745
+ "text": "string"
2746
+ },
2747
+ "default": "'true'",
2748
+ "fieldName": "countAttempt"
2749
+ },
2750
+ {
2751
+ "name": "title",
2752
+ "type": {
2753
+ "text": "'end attempt'"
2754
+ },
2755
+ "fieldName": "title"
2756
+ },
2757
+ {
2758
+ "name": "response-identifier",
2759
+ "type": {
2760
+ "text": "string"
2761
+ },
2762
+ "default": "''",
2763
+ "fieldName": "responseIdentifier",
2764
+ "inheritedFrom": {
2765
+ "name": "Interaction",
2766
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2767
+ }
2768
+ },
2769
+ {
2770
+ "name": "disabled",
2771
+ "type": {
2772
+ "text": "boolean"
2773
+ },
2774
+ "default": "false",
2775
+ "description": "disabled should be exposed to the attributes and accessible as property",
2776
+ "fieldName": "disabled",
2777
+ "inheritedFrom": {
2778
+ "name": "Interaction",
2779
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2780
+ }
2781
+ },
2782
+ {
2783
+ "name": "readonly",
2784
+ "type": {
2785
+ "text": "boolean"
2786
+ },
2787
+ "default": "false",
2788
+ "description": "readonly should be exposed to the attributes and accessible as property",
2789
+ "fieldName": "readonly",
2790
+ "inheritedFrom": {
2791
+ "name": "Interaction",
2792
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2793
+ }
2794
+ }
2795
+ ],
2796
+ "superclass": {
2797
+ "name": "Interaction",
2798
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2799
+ },
2800
+ "tagName": "qti-end-attempt-interaction",
2801
+ "customElement": true
2802
+ }
2803
+ ],
2804
+ "exports": [
2805
+ {
2806
+ "kind": "js",
2807
+ "name": "QtiEndAttemptInteraction",
2808
+ "declaration": {
2809
+ "name": "QtiEndAttemptInteraction",
2810
+ "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
2811
+ }
2812
+ },
2813
+ {
2814
+ "kind": "custom-element-definition",
2815
+ "name": "qti-end-attempt-interaction",
2816
+ "declaration": {
2817
+ "name": "QtiEndAttemptInteraction",
2818
+ "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
2819
+ }
2820
+ }
2821
+ ]
2822
+ },
2823
+ {
2824
+ "kind": "javascript-module",
2825
+ "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
2826
+ "declarations": [],
2827
+ "exports": []
2828
+ },
2829
+ {
2830
+ "kind": "javascript-module",
2831
+ "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
2832
+ "declarations": [
2833
+ {
2834
+ "kind": "class",
2835
+ "description": "",
2836
+ "name": "QtiExtendedTextInteraction",
2837
+ "members": [],
2838
+ "attributes": [
2839
+ {
2840
+ "name": "expected-length",
2841
+ "type": {
2842
+ "text": "number"
2843
+ },
2844
+ "description": "expected length is mapped to the property maxlength on the textarea",
2845
+ "fieldName": "expectedLength"
2846
+ },
2847
+ {
2848
+ "name": "pattern-mask",
2849
+ "type": {
2850
+ "text": "string"
2851
+ },
2852
+ "fieldName": "patternMask"
2853
+ },
2854
+ {
2855
+ "name": "placeholder-text",
2856
+ "type": {
2857
+ "text": "string"
2858
+ },
2859
+ "description": "text appearing in the extended-text-nteraction if it is empty",
2860
+ "fieldName": "placeholderText"
2861
+ },
2862
+ {
2863
+ "name": "class",
2864
+ "fieldName": "classNames"
2865
+ },
2866
+ {
2867
+ "name": "response-identifier",
2529
2868
  "type": {
2530
2869
  "text": "string"
2531
2870
  },
@@ -4861,6 +5200,12 @@
4861
5200
  }
4862
5201
  ]
4863
5202
  },
5203
+ {
5204
+ "kind": "javascript-module",
5205
+ "path": "src/lib/qti-components/qti-stylesheet/__snapshots__/qti-stylesheet.stories.ts.snap",
5206
+ "declarations": [],
5207
+ "exports": []
5208
+ },
4864
5209
  {
4865
5210
  "kind": "javascript-module",
4866
5211
  "path": "src/lib/qti-components/qti-variable-declaration/qti-outcome-declaration/qti-outcome-declaration.ts",
@@ -5507,484 +5852,145 @@
5507
5852
  {
5508
5853
  "name": "coordsNumber",
5509
5854
  "type": {
5510
- "text": "number[]"
5511
- }
5512
- },
5513
- {
5514
- "name": "img",
5515
- "type": {
5516
- "text": "HTMLImageElement"
5517
- }
5518
- },
5519
- {
5520
- "name": "hotspot",
5521
- "type": {
5522
- "text": "QtiHotspotChoice"
5523
- }
5524
- }
5525
- ]
5526
- }
5527
- ],
5528
- "exports": [
5529
- {
5530
- "kind": "js",
5531
- "name": "positionHotspots",
5532
- "declaration": {
5533
- "name": "positionHotspots",
5534
- "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
5535
- }
5536
- }
5537
- ]
5538
- },
5539
- {
5540
- "kind": "javascript-module",
5541
- "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
5542
- "declarations": [],
5543
- "exports": []
5544
- },
5545
- {
5546
- "kind": "javascript-module",
5547
- "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
5548
- "declarations": [
5549
- {
5550
- "kind": "class",
5551
- "description": "",
5552
- "name": "Interaction",
5553
- "members": [],
5554
- "events": [
5555
- {
5556
- "name": "qti-register-interaction",
5557
- "type": {
5558
- "text": "CustomEvent"
5559
- }
5560
- },
5561
- {
5562
- "name": "qti-interaction-response",
5563
- "type": {
5564
- "text": "CustomEvent"
5565
- }
5566
- }
5567
- ],
5568
- "attributes": [
5569
- {
5570
- "name": "response-identifier",
5571
- "type": {
5572
- "text": "string"
5573
- },
5574
- "default": "''",
5575
- "fieldName": "responseIdentifier"
5576
- },
5577
- {
5578
- "name": "disabled",
5579
- "type": {
5580
- "text": "boolean"
5581
- },
5582
- "default": "false",
5583
- "description": "disabled should be exposed to the attributes and accessible as property",
5584
- "fieldName": "disabled"
5585
- },
5586
- {
5587
- "name": "readonly",
5588
- "type": {
5589
- "text": "boolean"
5590
- },
5591
- "default": "false",
5592
- "description": "readonly should be exposed to the attributes and accessible as property",
5593
- "fieldName": "readonly"
5594
- }
5595
- ],
5596
- "superclass": {
5597
- "name": "LitElement",
5598
- "package": "lit"
5599
- },
5600
- "customElement": true
5601
- }
5602
- ],
5603
- "exports": [
5604
- {
5605
- "kind": "js",
5606
- "name": "Interaction",
5607
- "declaration": {
5608
- "name": "Interaction",
5609
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5610
- }
5611
- }
5612
- ]
5613
- },
5614
- {
5615
- "kind": "javascript-module",
5616
- "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.mdx",
5617
- "declarations": [],
5618
- "exports": []
5619
- },
5620
- {
5621
- "kind": "javascript-module",
5622
- "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
5623
- "declarations": [
5624
- {
5625
- "kind": "class",
5626
- "description": "",
5627
- "name": "QtiEndAttemptInteraction",
5628
- "members": [],
5629
- "events": [
5630
- {
5631
- "name": "end-attempt",
5632
- "type": {
5633
- "text": "CustomEvent"
5634
- }
5635
- },
5636
- {
5637
- "name": "qti-register-interaction",
5638
- "type": {
5639
- "text": "CustomEvent"
5640
- },
5641
- "inheritedFrom": {
5642
- "name": "Interaction",
5643
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5644
- }
5645
- },
5646
- {
5647
- "name": "qti-interaction-response",
5648
- "type": {
5649
- "text": "CustomEvent"
5650
- },
5651
- "inheritedFrom": {
5652
- "name": "Interaction",
5653
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5654
- }
5655
- }
5656
- ],
5657
- "attributes": [
5658
- {
5659
- "name": "count-attempt",
5660
- "type": {
5661
- "text": "string"
5662
- },
5663
- "default": "'true'",
5664
- "fieldName": "countAttempt"
5665
- },
5666
- {
5667
- "name": "title",
5668
- "type": {
5669
- "text": "'end attempt'"
5670
- },
5671
- "fieldName": "title"
5672
- },
5673
- {
5674
- "name": "response-identifier",
5675
- "type": {
5676
- "text": "string"
5677
- },
5678
- "default": "''",
5679
- "fieldName": "responseIdentifier",
5680
- "inheritedFrom": {
5681
- "name": "Interaction",
5682
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5683
- }
5684
- },
5685
- {
5686
- "name": "disabled",
5687
- "type": {
5688
- "text": "boolean"
5689
- },
5690
- "default": "false",
5691
- "description": "disabled should be exposed to the attributes and accessible as property",
5692
- "fieldName": "disabled",
5693
- "inheritedFrom": {
5694
- "name": "Interaction",
5695
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5696
- }
5697
- },
5698
- {
5699
- "name": "readonly",
5700
- "type": {
5701
- "text": "boolean"
5702
- },
5703
- "default": "false",
5704
- "description": "readonly should be exposed to the attributes and accessible as property",
5705
- "fieldName": "readonly",
5706
- "inheritedFrom": {
5707
- "name": "Interaction",
5708
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5709
- }
5710
- }
5711
- ],
5712
- "superclass": {
5713
- "name": "Interaction",
5714
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
5715
- },
5716
- "tagName": "qti-end-attempt-interaction",
5717
- "customElement": true
5718
- }
5719
- ],
5720
- "exports": [
5721
- {
5722
- "kind": "js",
5723
- "name": "QtiEndAttemptInteraction",
5724
- "declaration": {
5725
- "name": "QtiEndAttemptInteraction",
5726
- "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
5727
- }
5728
- },
5729
- {
5730
- "kind": "custom-element-definition",
5731
- "name": "qti-end-attempt-interaction",
5732
- "declaration": {
5733
- "name": "QtiEndAttemptInteraction",
5734
- "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
5735
- }
5736
- }
5737
- ]
5738
- },
5739
- {
5740
- "kind": "javascript-module",
5741
- "path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
5742
- "declarations": [],
5743
- "exports": []
5744
- },
5745
- {
5746
- "kind": "javascript-module",
5747
- "path": "src/lib/qti-components/qti-stylesheet/__snapshots__/qti-stylesheet.stories.ts.snap",
5748
- "declarations": [],
5749
- "exports": []
5750
- },
5751
- {
5752
- "kind": "javascript-module",
5753
- "path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
5754
- "declarations": [],
5755
- "exports": []
5756
- },
5757
- {
5758
- "kind": "javascript-module",
5759
- "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
5760
- "declarations": [],
5761
- "exports": []
5762
- },
5763
- {
5764
- "kind": "javascript-module",
5765
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
5766
- "declarations": [],
5767
- "exports": []
5768
- },
5769
- {
5770
- "kind": "javascript-module",
5771
- "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
5772
- "declarations": [],
5773
- "exports": []
5774
- },
5775
- {
5776
- "kind": "javascript-module",
5777
- "path": "src/lib/qti-components/internal/events/index.ts",
5778
- "declarations": [],
5779
- "exports": [
5780
- {
5781
- "kind": "js",
5782
- "name": "*",
5783
- "declaration": {
5784
- "name": "*",
5785
- "package": "./qti-choice-element-selected"
5786
- }
5787
- },
5788
- {
5789
- "kind": "js",
5790
- "name": "*",
5791
- "declaration": {
5792
- "name": "*",
5793
- "package": "./qti-interaction-changed"
5794
- }
5795
- },
5796
- {
5797
- "kind": "js",
5798
- "name": "*",
5799
- "declaration": {
5800
- "name": "*",
5801
- "package": "./qti-interaction-response"
5802
- }
5803
- },
5804
- {
5805
- "kind": "js",
5806
- "name": "*",
5807
- "declaration": {
5808
- "name": "*",
5809
- "package": "./qti-loose-choice"
5810
- }
5811
- },
5812
- {
5813
- "kind": "js",
5814
- "name": "*",
5815
- "declaration": {
5816
- "name": "*",
5817
- "package": "./qti-outcome-changed"
5818
- }
5819
- },
5820
- {
5821
- "kind": "js",
5822
- "name": "*",
5823
- "declaration": {
5824
- "name": "*",
5825
- "package": "./qti-register-choice"
5826
- }
5827
- },
5828
- {
5829
- "kind": "js",
5830
- "name": "*",
5831
- "declaration": {
5832
- "name": "*",
5833
- "package": "./qti-register-interaction"
5834
- }
5835
- },
5836
- {
5837
- "kind": "js",
5838
- "name": "*",
5839
- "declaration": {
5840
- "name": "*",
5841
- "package": "./qti-register-variable"
5842
- }
5843
- },
5844
- {
5845
- "kind": "js",
5846
- "name": "*",
5847
- "declaration": {
5848
- "name": "*",
5849
- "package": "./qti-register-hotspot"
5850
- }
5855
+ "text": "number[]"
5856
+ }
5857
+ },
5858
+ {
5859
+ "name": "img",
5860
+ "type": {
5861
+ "text": "HTMLImageElement"
5862
+ }
5863
+ },
5864
+ {
5865
+ "name": "hotspot",
5866
+ "type": {
5867
+ "text": "QtiHotspotChoice"
5868
+ }
5869
+ }
5870
+ ]
5851
5871
  }
5852
- ]
5853
- },
5854
- {
5855
- "kind": "javascript-module",
5856
- "path": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts",
5857
- "declarations": [],
5872
+ ],
5858
5873
  "exports": [
5859
5874
  {
5860
5875
  "kind": "js",
5861
- "name": "default",
5876
+ "name": "positionHotspots",
5862
5877
  "declaration": {
5863
- "name": "QtiChoiceElementSelected",
5864
- "module": "src/lib/qti-components/internal/events/qti-choice-element-selected.ts"
5878
+ "name": "positionHotspots",
5879
+ "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
5865
5880
  }
5866
5881
  }
5867
5882
  ]
5868
5883
  },
5869
5884
  {
5870
5885
  "kind": "javascript-module",
5871
- "path": "src/lib/qti-components/internal/events/qti-interaction-changed.ts",
5886
+ "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
5872
5887
  "declarations": [],
5873
- "exports": [
5874
- {
5875
- "kind": "js",
5876
- "name": "default",
5877
- "declaration": {
5878
- "name": "QtiInteractionChanged",
5879
- "module": "src/lib/qti-components/internal/events/qti-interaction-changed.ts"
5880
- }
5881
- }
5882
- ]
5888
+ "exports": []
5883
5889
  },
5884
5890
  {
5885
5891
  "kind": "javascript-module",
5886
- "path": "src/lib/qti-components/internal/events/qti-interaction-response.ts",
5887
- "declarations": [],
5892
+ "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts",
5893
+ "declarations": [
5894
+ {
5895
+ "kind": "class",
5896
+ "description": "",
5897
+ "name": "Interaction",
5898
+ "members": [],
5899
+ "events": [
5900
+ {
5901
+ "name": "qti-register-interaction",
5902
+ "type": {
5903
+ "text": "CustomEvent"
5904
+ }
5905
+ },
5906
+ {
5907
+ "name": "qti-interaction-response",
5908
+ "type": {
5909
+ "text": "CustomEvent"
5910
+ }
5911
+ }
5912
+ ],
5913
+ "attributes": [
5914
+ {
5915
+ "name": "response-identifier",
5916
+ "type": {
5917
+ "text": "string"
5918
+ },
5919
+ "default": "''",
5920
+ "fieldName": "responseIdentifier"
5921
+ },
5922
+ {
5923
+ "name": "disabled",
5924
+ "type": {
5925
+ "text": "boolean"
5926
+ },
5927
+ "default": "false",
5928
+ "description": "disabled should be exposed to the attributes and accessible as property",
5929
+ "fieldName": "disabled"
5930
+ },
5931
+ {
5932
+ "name": "readonly",
5933
+ "type": {
5934
+ "text": "boolean"
5935
+ },
5936
+ "default": "false",
5937
+ "description": "readonly should be exposed to the attributes and accessible as property",
5938
+ "fieldName": "readonly"
5939
+ }
5940
+ ],
5941
+ "superclass": {
5942
+ "name": "LitElement",
5943
+ "package": "lit"
5944
+ },
5945
+ "customElement": true
5946
+ }
5947
+ ],
5888
5948
  "exports": [
5889
5949
  {
5890
5950
  "kind": "js",
5891
- "name": "default",
5951
+ "name": "Interaction",
5892
5952
  "declaration": {
5893
- "name": "QtiInteractionResponse",
5894
- "module": "src/lib/qti-components/internal/events/qti-interaction-response.ts"
5953
+ "name": "Interaction",
5954
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5895
5955
  }
5896
5956
  }
5897
5957
  ]
5898
5958
  },
5899
5959
  {
5900
5960
  "kind": "javascript-module",
5901
- "path": "src/lib/qti-components/internal/events/qti-loose-choice.ts",
5961
+ "path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
5902
5962
  "declarations": [],
5903
- "exports": [
5904
- {
5905
- "kind": "js",
5906
- "name": "default",
5907
- "declaration": {
5908
- "name": "QtiLooseChoice",
5909
- "module": "src/lib/qti-components/internal/events/qti-loose-choice.ts"
5910
- }
5911
- }
5912
- ]
5963
+ "exports": []
5913
5964
  },
5914
5965
  {
5915
5966
  "kind": "javascript-module",
5916
- "path": "src/lib/qti-components/internal/events/qti-outcome-changed.ts",
5967
+ "path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
5917
5968
  "declarations": [],
5918
- "exports": [
5919
- {
5920
- "kind": "js",
5921
- "name": "default",
5922
- "declaration": {
5923
- "name": "QtiOutcomeChanged",
5924
- "module": "src/lib/qti-components/internal/events/qti-outcome-changed.ts"
5925
- }
5926
- }
5927
- ]
5969
+ "exports": []
5928
5970
  },
5929
5971
  {
5930
5972
  "kind": "javascript-module",
5931
- "path": "src/lib/qti-components/internal/events/qti-register-choice.ts",
5973
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
5932
5974
  "declarations": [],
5933
- "exports": [
5934
- {
5935
- "kind": "js",
5936
- "name": "default",
5937
- "declaration": {
5938
- "name": "QtiRegisterChoice",
5939
- "module": "src/lib/qti-components/internal/events/qti-register-choice.ts"
5940
- }
5941
- }
5942
- ]
5975
+ "exports": []
5943
5976
  },
5944
5977
  {
5945
5978
  "kind": "javascript-module",
5946
- "path": "src/lib/qti-components/internal/events/qti-register-hotspot.ts",
5979
+ "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
5947
5980
  "declarations": [],
5948
- "exports": [
5949
- {
5950
- "kind": "js",
5951
- "name": "default",
5952
- "declaration": {
5953
- "name": "QtiRegisterHotspot",
5954
- "module": "src/lib/qti-components/internal/events/qti-register-hotspot.ts"
5955
- }
5956
- }
5957
- ]
5981
+ "exports": []
5958
5982
  },
5959
5983
  {
5960
5984
  "kind": "javascript-module",
5961
- "path": "src/lib/qti-components/internal/events/qti-register-interaction.ts",
5985
+ "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
5962
5986
  "declarations": [],
5963
- "exports": [
5964
- {
5965
- "kind": "js",
5966
- "name": "default",
5967
- "declaration": {
5968
- "name": "QtiRegisterInteraction",
5969
- "module": "src/lib/qti-components/internal/events/qti-register-interaction.ts"
5970
- }
5971
- }
5972
- ]
5987
+ "exports": []
5973
5988
  },
5974
5989
  {
5975
5990
  "kind": "javascript-module",
5976
- "path": "src/lib/qti-components/internal/events/qti-register-variable.ts",
5991
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
5977
5992
  "declarations": [],
5978
- "exports": [
5979
- {
5980
- "kind": "js",
5981
- "name": "default",
5982
- "declaration": {
5983
- "name": "QtiRegisterVariable",
5984
- "module": "src/lib/qti-components/internal/events/qti-register-variable.ts"
5985
- }
5986
- }
5987
- ]
5993
+ "exports": []
5988
5994
  },
5989
5995
  {
5990
5996
  "kind": "javascript-module",
@@ -6431,31 +6437,103 @@
6431
6437
  {
6432
6438
  "kind": "class",
6433
6439
  "description": "",
6434
- "name": "QtiIsNull",
6440
+ "name": "QtiIsNull",
6441
+ "members": [],
6442
+ "superclass": {
6443
+ "name": "QtiExpression",
6444
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
6445
+ },
6446
+ "tagName": "qti-is-null",
6447
+ "customElement": true
6448
+ }
6449
+ ],
6450
+ "exports": [
6451
+ {
6452
+ "kind": "js",
6453
+ "name": "QtiIsNull",
6454
+ "declaration": {
6455
+ "name": "QtiIsNull",
6456
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
6457
+ }
6458
+ },
6459
+ {
6460
+ "kind": "custom-element-definition",
6461
+ "name": "qti-is-null",
6462
+ "declaration": {
6463
+ "name": "QtiIsNull",
6464
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
6465
+ }
6466
+ }
6467
+ ]
6468
+ },
6469
+ {
6470
+ "kind": "javascript-module",
6471
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts",
6472
+ "declarations": [
6473
+ {
6474
+ "kind": "class",
6475
+ "description": "",
6476
+ "name": "QtiLt",
6477
+ "members": [],
6478
+ "superclass": {
6479
+ "name": "QtiExpression",
6480
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
6481
+ },
6482
+ "tagName": "qti-lt",
6483
+ "customElement": true
6484
+ }
6485
+ ],
6486
+ "exports": [
6487
+ {
6488
+ "kind": "js",
6489
+ "name": "QtiLt",
6490
+ "declaration": {
6491
+ "name": "QtiLt",
6492
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
6493
+ }
6494
+ },
6495
+ {
6496
+ "kind": "custom-element-definition",
6497
+ "name": "qti-lt",
6498
+ "declaration": {
6499
+ "name": "QtiLt",
6500
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
6501
+ }
6502
+ }
6503
+ ]
6504
+ },
6505
+ {
6506
+ "kind": "javascript-module",
6507
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
6508
+ "declarations": [
6509
+ {
6510
+ "kind": "class",
6511
+ "description": "",
6512
+ "name": "QtiLte",
6435
6513
  "members": [],
6436
6514
  "superclass": {
6437
- "name": "QtiExpression",
6438
- "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
6515
+ "name": "QtiConditionExpression",
6516
+ "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
6439
6517
  },
6440
- "tagName": "qti-is-null",
6518
+ "tagName": "qti-lte",
6441
6519
  "customElement": true
6442
6520
  }
6443
6521
  ],
6444
6522
  "exports": [
6445
6523
  {
6446
6524
  "kind": "js",
6447
- "name": "QtiIsNull",
6525
+ "name": "QtiLte",
6448
6526
  "declaration": {
6449
- "name": "QtiIsNull",
6450
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
6527
+ "name": "QtiLte",
6528
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
6451
6529
  }
6452
6530
  },
6453
6531
  {
6454
6532
  "kind": "custom-element-definition",
6455
- "name": "qti-is-null",
6533
+ "name": "qti-lte",
6456
6534
  "declaration": {
6457
- "name": "QtiIsNull",
6458
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-is-null/qti-is-null.ts"
6535
+ "name": "QtiLte",
6536
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
6459
6537
  }
6460
6538
  }
6461
6539
  ]
@@ -6603,72 +6681,72 @@
6603
6681
  },
6604
6682
  {
6605
6683
  "kind": "javascript-module",
6606
- "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts",
6684
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts",
6607
6685
  "declarations": [
6608
6686
  {
6609
6687
  "kind": "class",
6610
6688
  "description": "",
6611
- "name": "QtiMultiple",
6689
+ "name": "QtiMember",
6612
6690
  "members": [],
6613
6691
  "superclass": {
6614
6692
  "name": "QtiExpression",
6615
6693
  "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
6616
6694
  },
6617
- "tagName": "qti-multiple",
6695
+ "tagName": "qti-member",
6618
6696
  "customElement": true
6619
6697
  }
6620
6698
  ],
6621
6699
  "exports": [
6622
6700
  {
6623
6701
  "kind": "js",
6624
- "name": "QtiMultiple",
6702
+ "name": "QtiMember",
6625
6703
  "declaration": {
6626
- "name": "QtiMultiple",
6627
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
6704
+ "name": "QtiMember",
6705
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
6628
6706
  }
6629
6707
  },
6630
6708
  {
6631
6709
  "kind": "custom-element-definition",
6632
- "name": "qti-multiple",
6710
+ "name": "qti-member",
6633
6711
  "declaration": {
6634
- "name": "QtiMultiple",
6635
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
6712
+ "name": "QtiMember",
6713
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
6636
6714
  }
6637
6715
  }
6638
6716
  ]
6639
6717
  },
6640
6718
  {
6641
6719
  "kind": "javascript-module",
6642
- "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts",
6720
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts",
6643
6721
  "declarations": [
6644
6722
  {
6645
6723
  "kind": "class",
6646
6724
  "description": "",
6647
- "name": "QtiLt",
6725
+ "name": "QtiMultiple",
6648
6726
  "members": [],
6649
6727
  "superclass": {
6650
6728
  "name": "QtiExpression",
6651
6729
  "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
6652
6730
  },
6653
- "tagName": "qti-lt",
6731
+ "tagName": "qti-multiple",
6654
6732
  "customElement": true
6655
6733
  }
6656
6734
  ],
6657
6735
  "exports": [
6658
6736
  {
6659
6737
  "kind": "js",
6660
- "name": "QtiLt",
6738
+ "name": "QtiMultiple",
6661
6739
  "declaration": {
6662
- "name": "QtiLt",
6663
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
6740
+ "name": "QtiMultiple",
6741
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
6664
6742
  }
6665
6743
  },
6666
6744
  {
6667
6745
  "kind": "custom-element-definition",
6668
- "name": "qti-lt",
6746
+ "name": "qti-multiple",
6669
6747
  "declaration": {
6670
- "name": "QtiLt",
6671
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lt/qti-lt.ts"
6748
+ "name": "QtiMultiple",
6749
+ "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-multiple/qti-multiple.ts"
6672
6750
  }
6673
6751
  }
6674
6752
  ]
@@ -6709,78 +6787,6 @@
6709
6787
  }
6710
6788
  ]
6711
6789
  },
6712
- {
6713
- "kind": "javascript-module",
6714
- "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts",
6715
- "declarations": [
6716
- {
6717
- "kind": "class",
6718
- "description": "",
6719
- "name": "QtiMember",
6720
- "members": [],
6721
- "superclass": {
6722
- "name": "QtiExpression",
6723
- "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
6724
- },
6725
- "tagName": "qti-member",
6726
- "customElement": true
6727
- }
6728
- ],
6729
- "exports": [
6730
- {
6731
- "kind": "js",
6732
- "name": "QtiMember",
6733
- "declaration": {
6734
- "name": "QtiMember",
6735
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
6736
- }
6737
- },
6738
- {
6739
- "kind": "custom-element-definition",
6740
- "name": "qti-member",
6741
- "declaration": {
6742
- "name": "QtiMember",
6743
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/qti-member.ts"
6744
- }
6745
- }
6746
- ]
6747
- },
6748
- {
6749
- "kind": "javascript-module",
6750
- "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
6751
- "declarations": [
6752
- {
6753
- "kind": "class",
6754
- "description": "",
6755
- "name": "QtiLte",
6756
- "members": [],
6757
- "superclass": {
6758
- "name": "QtiConditionExpression",
6759
- "module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
6760
- },
6761
- "tagName": "qti-lte",
6762
- "customElement": true
6763
- }
6764
- ],
6765
- "exports": [
6766
- {
6767
- "kind": "js",
6768
- "name": "QtiLte",
6769
- "declaration": {
6770
- "name": "QtiLte",
6771
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
6772
- }
6773
- },
6774
- {
6775
- "kind": "custom-element-definition",
6776
- "name": "qti-lte",
6777
- "declaration": {
6778
- "name": "QtiLte",
6779
- "module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
6780
- }
6781
- }
6782
- ]
6783
- },
6784
6790
  {
6785
6791
  "kind": "javascript-module",
6786
6792
  "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts",
@@ -7090,104 +7096,113 @@
7090
7096
  },
7091
7097
  {
7092
7098
  "kind": "javascript-module",
7093
- "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
7099
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
7094
7100
  "declarations": [
7095
7101
  {
7096
7102
  "kind": "class",
7097
- "description": "",
7098
- "name": "QtiResponseCondition",
7103
+ "description": "The lookupOutcomeValue rule sets the value of an outcome variable to the value obtained\nby looking up the value of the associated expression in the lookupTable associated\nwith the outcome's declaration.",
7104
+ "name": "QtiLookupOutcomeValue",
7099
7105
  "members": [],
7106
+ "events": [
7107
+ {
7108
+ "name": "qti-set-outcome-value",
7109
+ "type": {
7110
+ "text": "CustomEvent"
7111
+ }
7112
+ }
7113
+ ],
7114
+ "attributes": [
7115
+ {
7116
+ "name": "identifier",
7117
+ "type": {
7118
+ "text": "string"
7119
+ },
7120
+ "fieldName": "identifier"
7121
+ }
7122
+ ],
7100
7123
  "superclass": {
7101
7124
  "name": "QtiRule",
7102
7125
  "module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
7103
7126
  },
7104
- "tagName": "qti-response-condition",
7127
+ "tagName": "qti-lookup-outcome-value",
7105
7128
  "customElement": true
7106
7129
  }
7107
7130
  ],
7108
7131
  "exports": [
7109
7132
  {
7110
7133
  "kind": "js",
7111
- "name": "QtiResponseCondition",
7134
+ "name": "QtiLookupOutcomeValue",
7112
7135
  "declaration": {
7113
- "name": "QtiResponseCondition",
7114
- "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7136
+ "name": "QtiLookupOutcomeValue",
7137
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts"
7115
7138
  }
7116
7139
  },
7117
7140
  {
7118
7141
  "kind": "custom-element-definition",
7119
- "name": "qti-response-condition",
7142
+ "name": "qti-lookup-outcome-value",
7120
7143
  "declaration": {
7121
- "name": "QtiResponseCondition",
7122
- "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7144
+ "name": "QtiLookupOutcomeValue",
7145
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts"
7123
7146
  }
7124
7147
  }
7125
7148
  ]
7126
7149
  },
7127
7150
  {
7128
7151
  "kind": "javascript-module",
7129
- "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
7152
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.unit-test.ts",
7153
+ "declarations": [],
7154
+ "exports": []
7155
+ },
7156
+ {
7157
+ "kind": "javascript-module",
7158
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.xml",
7159
+ "declarations": [],
7160
+ "exports": []
7161
+ },
7162
+ {
7163
+ "kind": "javascript-module",
7164
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
7130
7165
  "declarations": [
7131
7166
  {
7132
7167
  "kind": "class",
7133
7168
  "description": "",
7134
- "name": "QtiSetOutcomeValue",
7169
+ "name": "QtiResponseCondition",
7135
7170
  "members": [],
7136
- "events": [
7137
- {
7138
- "name": "qti-set-outcome-value",
7139
- "type": {
7140
- "text": "CustomEvent"
7141
- }
7142
- }
7143
- ],
7144
7171
  "superclass": {
7145
7172
  "name": "QtiRule",
7146
7173
  "module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
7147
7174
  },
7148
- "tagName": "qti-set-outcome-value",
7175
+ "tagName": "qti-response-condition",
7149
7176
  "customElement": true
7150
7177
  }
7151
7178
  ],
7152
7179
  "exports": [
7153
7180
  {
7154
7181
  "kind": "js",
7155
- "name": "QtiSetOutcomeValue",
7182
+ "name": "QtiResponseCondition",
7156
7183
  "declaration": {
7157
- "name": "QtiSetOutcomeValue",
7158
- "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
7184
+ "name": "QtiResponseCondition",
7185
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7159
7186
  }
7160
7187
  },
7161
7188
  {
7162
7189
  "kind": "custom-element-definition",
7163
- "name": "qti-set-outcome-value",
7190
+ "name": "qti-response-condition",
7164
7191
  "declaration": {
7165
- "name": "QtiSetOutcomeValue",
7166
- "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
7192
+ "name": "QtiResponseCondition",
7193
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
7167
7194
  }
7168
7195
  }
7169
7196
  ]
7170
7197
  },
7171
7198
  {
7172
7199
  "kind": "javascript-module",
7173
- "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
7174
- "declarations": [],
7175
- "exports": []
7176
- },
7177
- {
7178
- "kind": "javascript-module",
7179
- "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
7180
- "declarations": [],
7181
- "exports": []
7182
- },
7183
- {
7184
- "kind": "javascript-module",
7185
- "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts",
7200
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
7186
7201
  "declarations": [
7187
7202
  {
7188
7203
  "kind": "class",
7189
- "description": "The lookupOutcomeValue rule sets the value of an outcome variable to the value obtained\nby looking up the value of the associated expression in the lookupTable associated\nwith the outcome's declaration.",
7190
- "name": "QtiLookupOutcomeValue",
7204
+ "description": "",
7205
+ "name": "QtiSetOutcomeValue",
7191
7206
  "members": [],
7192
7207
  "events": [
7193
7208
  {
@@ -7197,51 +7212,42 @@
7197
7212
  }
7198
7213
  }
7199
7214
  ],
7200
- "attributes": [
7201
- {
7202
- "name": "identifier",
7203
- "type": {
7204
- "text": "string"
7205
- },
7206
- "fieldName": "identifier"
7207
- }
7208
- ],
7209
7215
  "superclass": {
7210
7216
  "name": "QtiRule",
7211
7217
  "module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
7212
7218
  },
7213
- "tagName": "qti-lookup-outcome-value",
7219
+ "tagName": "qti-set-outcome-value",
7214
7220
  "customElement": true
7215
7221
  }
7216
7222
  ],
7217
7223
  "exports": [
7218
7224
  {
7219
7225
  "kind": "js",
7220
- "name": "QtiLookupOutcomeValue",
7226
+ "name": "QtiSetOutcomeValue",
7221
7227
  "declaration": {
7222
- "name": "QtiLookupOutcomeValue",
7223
- "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts"
7228
+ "name": "QtiSetOutcomeValue",
7229
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
7224
7230
  }
7225
7231
  },
7226
7232
  {
7227
7233
  "kind": "custom-element-definition",
7228
- "name": "qti-lookup-outcome-value",
7234
+ "name": "qti-set-outcome-value",
7229
7235
  "declaration": {
7230
- "name": "QtiLookupOutcomeValue",
7231
- "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.ts"
7236
+ "name": "QtiSetOutcomeValue",
7237
+ "module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts"
7232
7238
  }
7233
7239
  }
7234
7240
  ]
7235
7241
  },
7236
7242
  {
7237
7243
  "kind": "javascript-module",
7238
- "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.unit-test.ts",
7244
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
7239
7245
  "declarations": [],
7240
7246
  "exports": []
7241
7247
  },
7242
7248
  {
7243
7249
  "kind": "javascript-module",
7244
- "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value.xml",
7250
+ "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
7245
7251
  "declarations": [],
7246
7252
  "exports": []
7247
7253
  },
@@ -7287,12 +7293,6 @@
7287
7293
  }
7288
7294
  ]
7289
7295
  },
7290
- {
7291
- "kind": "javascript-module",
7292
- "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/__snapshots__/qti-set-outcome-value.stories.ts.snap",
7293
- "declarations": [],
7294
- "exports": []
7295
- },
7296
7296
  {
7297
7297
  "kind": "javascript-module",
7298
7298
  "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
@@ -7301,7 +7301,7 @@
7301
7301
  },
7302
7302
  {
7303
7303
  "kind": "javascript-module",
7304
- "path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
7304
+ "path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/__snapshots__/qti-set-outcome-value.stories.ts.snap",
7305
7305
  "declarations": [],
7306
7306
  "exports": []
7307
7307
  }