@citolab/qti-components 6.3.2 → 6.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,41 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "src/lib/context/audience-context.ts",
8
- "declarations": [
9
- {
10
- "kind": "variable",
11
- "name": "audienceContext"
12
- }
13
- ],
14
- "exports": [
15
- {
16
- "kind": "js",
17
- "name": "audienceContext",
18
- "declaration": {
19
- "name": "audienceContext",
20
- "module": "src/lib/context/audience-context.ts"
21
- }
22
- }
23
- ]
24
- },
25
- {
26
- "kind": "javascript-module",
27
- "path": "src/lib/context/index.ts",
28
- "declarations": [],
29
- "exports": [
30
- {
31
- "kind": "js",
32
- "name": "*",
33
- "declaration": {
34
- "name": "*",
35
- "package": "./audience-context"
36
- }
37
- }
38
- ]
39
- },
40
5
  {
41
6
  "kind": "javascript-module",
42
7
  "path": "src/lib/decorators/index.ts",
@@ -131,6 +96,41 @@
131
96
  }
132
97
  ]
133
98
  },
99
+ {
100
+ "kind": "javascript-module",
101
+ "path": "src/lib/context/audience-context.ts",
102
+ "declarations": [
103
+ {
104
+ "kind": "variable",
105
+ "name": "audienceContext"
106
+ }
107
+ ],
108
+ "exports": [
109
+ {
110
+ "kind": "js",
111
+ "name": "audienceContext",
112
+ "declaration": {
113
+ "name": "audienceContext",
114
+ "module": "src/lib/context/audience-context.ts"
115
+ }
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "kind": "javascript-module",
121
+ "path": "src/lib/context/index.ts",
122
+ "declarations": [],
123
+ "exports": [
124
+ {
125
+ "kind": "js",
126
+ "name": "*",
127
+ "declaration": {
128
+ "name": "*",
129
+ "package": "./audience-context"
130
+ }
131
+ }
132
+ ]
133
+ },
134
134
  {
135
135
  "kind": "javascript-module",
136
136
  "path": "src/lib/qti-components/index.ts",
@@ -540,7 +540,7 @@
540
540
  },
541
541
  {
542
542
  "kind": "javascript-module",
543
- "path": "src/lib/qti-item-react/index.ts",
543
+ "path": "src/lib/qti-item/index.ts",
544
544
  "declarations": [],
545
545
  "exports": [
546
546
  {
@@ -548,19 +548,36 @@
548
548
  "name": "*",
549
549
  "declaration": {
550
550
  "name": "*",
551
- "package": "./qti-item.react"
551
+ "package": "./qti-item"
552
552
  }
553
553
  }
554
554
  ]
555
555
  },
556
556
  {
557
557
  "kind": "javascript-module",
558
- "path": "src/lib/qti-item-react/qti-item.react.ts",
558
+ "path": "src/lib/qti-item/qti-item.ts",
559
559
  "declarations": [
560
560
  {
561
- "kind": "variable",
561
+ "kind": "class",
562
+ "description": "",
562
563
  "name": "QtiItem",
563
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemConnected: 'qti-item-connected'\n }\n})"
564
+ "members": [],
565
+ "attributes": [
566
+ {
567
+ "name": "item-location",
568
+ "type": {
569
+ "text": "string"
570
+ },
571
+ "default": "''",
572
+ "fieldName": "itemLocation"
573
+ }
574
+ ],
575
+ "superclass": {
576
+ "name": "LitElement",
577
+ "package": "lit"
578
+ },
579
+ "tagName": "qti-item",
580
+ "customElement": true
564
581
  }
565
582
  ],
566
583
  "exports": [
@@ -569,7 +586,15 @@
569
586
  "name": "QtiItem",
570
587
  "declaration": {
571
588
  "name": "QtiItem",
572
- "module": "src/lib/qti-item-react/qti-item.react.ts"
589
+ "module": "src/lib/qti-item/qti-item.ts"
590
+ }
591
+ },
592
+ {
593
+ "kind": "custom-element-definition",
594
+ "name": "qti-item",
595
+ "declaration": {
596
+ "name": "QtiItem",
597
+ "module": "src/lib/qti-item/qti-item.ts"
573
598
  }
574
599
  }
575
600
  ]
@@ -610,6 +635,42 @@
610
635
  }
611
636
  ]
612
637
  },
638
+ {
639
+ "kind": "javascript-module",
640
+ "path": "src/lib/qti-item-react/index.ts",
641
+ "declarations": [],
642
+ "exports": [
643
+ {
644
+ "kind": "js",
645
+ "name": "*",
646
+ "declaration": {
647
+ "name": "*",
648
+ "package": "./qti-item.react"
649
+ }
650
+ }
651
+ ]
652
+ },
653
+ {
654
+ "kind": "javascript-module",
655
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
656
+ "declarations": [
657
+ {
658
+ "kind": "variable",
659
+ "name": "QtiItem",
660
+ "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n onOutcomeChanged: 'qti-outcome-changed', // as EventName<Event>\n onInteractionChanged: 'qti-interaction-changed',\n onItemConnected: 'qti-item-connected'\n }\n})"
661
+ }
662
+ ],
663
+ "exports": [
664
+ {
665
+ "kind": "js",
666
+ "name": "QtiItem",
667
+ "declaration": {
668
+ "name": "QtiItem",
669
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
670
+ }
671
+ }
672
+ ]
673
+ },
613
674
  {
614
675
  "kind": "javascript-module",
615
676
  "path": "src/lib/qti-test/index.ts",
@@ -947,67 +1008,6 @@
947
1008
  }
948
1009
  ]
949
1010
  },
950
- {
951
- "kind": "javascript-module",
952
- "path": "src/lib/qti-item/index.ts",
953
- "declarations": [],
954
- "exports": [
955
- {
956
- "kind": "js",
957
- "name": "*",
958
- "declaration": {
959
- "name": "*",
960
- "package": "./qti-item"
961
- }
962
- }
963
- ]
964
- },
965
- {
966
- "kind": "javascript-module",
967
- "path": "src/lib/qti-item/qti-item.ts",
968
- "declarations": [
969
- {
970
- "kind": "class",
971
- "description": "",
972
- "name": "QtiItem",
973
- "members": [],
974
- "attributes": [
975
- {
976
- "name": "item-location",
977
- "type": {
978
- "text": "string"
979
- },
980
- "default": "''",
981
- "fieldName": "itemLocation"
982
- }
983
- ],
984
- "superclass": {
985
- "name": "LitElement",
986
- "package": "lit"
987
- },
988
- "tagName": "qti-item",
989
- "customElement": true
990
- }
991
- ],
992
- "exports": [
993
- {
994
- "kind": "js",
995
- "name": "QtiItem",
996
- "declaration": {
997
- "name": "QtiItem",
998
- "module": "src/lib/qti-item/qti-item.ts"
999
- }
1000
- },
1001
- {
1002
- "kind": "custom-element-definition",
1003
- "name": "qti-item",
1004
- "declaration": {
1005
- "name": "QtiItem",
1006
- "module": "src/lib/qti-item/qti-item.ts"
1007
- }
1008
- }
1009
- ]
1010
- },
1011
1011
  {
1012
1012
  "kind": "javascript-module",
1013
1013
  "path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.context.ts",
@@ -1284,6 +1284,53 @@
1284
1284
  }
1285
1285
  ]
1286
1286
  },
1287
+ {
1288
+ "kind": "javascript-module",
1289
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1290
+ "declarations": [
1291
+ {
1292
+ "kind": "class",
1293
+ "description": "",
1294
+ "name": "QtiItemBody",
1295
+ "slots": [
1296
+ {
1297
+ "description": "item body content.",
1298
+ "name": ""
1299
+ },
1300
+ {
1301
+ "description": "the qti rubric block is placed above the item",
1302
+ "name": "qti-rubric-block"
1303
+ }
1304
+ ],
1305
+ "members": [],
1306
+ "superclass": {
1307
+ "name": "LitElement",
1308
+ "package": "lit"
1309
+ },
1310
+ "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.",
1311
+ "tagName": "qti-item-body",
1312
+ "customElement": true
1313
+ }
1314
+ ],
1315
+ "exports": [
1316
+ {
1317
+ "kind": "js",
1318
+ "name": "default",
1319
+ "declaration": {
1320
+ "name": "QtiItemBody",
1321
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1322
+ }
1323
+ },
1324
+ {
1325
+ "kind": "custom-element-definition",
1326
+ "name": "qti-item-body",
1327
+ "declaration": {
1328
+ "name": "QtiItemBody",
1329
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1330
+ }
1331
+ }
1332
+ ]
1333
+ },
1287
1334
  {
1288
1335
  "kind": "javascript-module",
1289
1336
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1949,54 +1996,7 @@
1949
1996
  },
1950
1997
  {
1951
1998
  "kind": "javascript-module",
1952
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1953
- "declarations": [
1954
- {
1955
- "kind": "class",
1956
- "description": "",
1957
- "name": "QtiItemBody",
1958
- "slots": [
1959
- {
1960
- "description": "item body content.",
1961
- "name": ""
1962
- },
1963
- {
1964
- "description": "the qti rubric block is placed above the item",
1965
- "name": "qti-rubric-block"
1966
- }
1967
- ],
1968
- "members": [],
1969
- "superclass": {
1970
- "name": "LitElement",
1971
- "package": "lit"
1972
- },
1973
- "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.",
1974
- "tagName": "qti-item-body",
1975
- "customElement": true
1976
- }
1977
- ],
1978
- "exports": [
1979
- {
1980
- "kind": "js",
1981
- "name": "default",
1982
- "declaration": {
1983
- "name": "QtiItemBody",
1984
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1985
- }
1986
- },
1987
- {
1988
- "kind": "custom-element-definition",
1989
- "name": "qti-item-body",
1990
- "declaration": {
1991
- "name": "QtiItemBody",
1992
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1993
- }
1994
- }
1995
- ]
1996
- },
1997
- {
1998
- "kind": "javascript-module",
1999
- "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
1999
+ "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
2000
2000
  "declarations": [
2001
2001
  {
2002
2002
  "kind": "class",
@@ -3571,56 +3571,40 @@
3571
3571
  },
3572
3572
  {
3573
3573
  "kind": "javascript-module",
3574
- "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
3574
+ "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
3575
3575
  "declarations": [
3576
3576
  {
3577
3577
  "kind": "class",
3578
3578
  "description": "",
3579
- "name": "QtiEndAttemptInteraction",
3579
+ "name": "QtiExtendedTextInteraction",
3580
3580
  "members": [],
3581
- "events": [
3582
- {
3583
- "name": "end-attempt",
3584
- "type": {
3585
- "text": "CustomEvent"
3586
- }
3587
- },
3581
+ "attributes": [
3588
3582
  {
3589
- "name": "qti-register-interaction",
3583
+ "name": "expected-length",
3590
3584
  "type": {
3591
- "text": "CustomEvent"
3585
+ "text": "number"
3592
3586
  },
3593
- "inheritedFrom": {
3594
- "name": "Interaction",
3595
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3596
- }
3587
+ "description": "expected length is mapped to the property maxlength on the textarea",
3588
+ "fieldName": "expectedLength"
3597
3589
  },
3598
3590
  {
3599
- "name": "qti-interaction-response",
3591
+ "name": "pattern-mask",
3600
3592
  "type": {
3601
- "text": "CustomEvent"
3593
+ "text": "string"
3602
3594
  },
3603
- "inheritedFrom": {
3604
- "name": "Interaction",
3605
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3606
- }
3607
- }
3608
- ],
3609
- "attributes": [
3595
+ "fieldName": "patternMask"
3596
+ },
3610
3597
  {
3611
- "name": "count-attempt",
3598
+ "name": "placeholder-text",
3612
3599
  "type": {
3613
3600
  "text": "string"
3614
3601
  },
3615
- "default": "'true'",
3616
- "fieldName": "countAttempt"
3602
+ "description": "text appearing in the extended-text-nteraction if it is empty",
3603
+ "fieldName": "placeholderText"
3617
3604
  },
3618
3605
  {
3619
- "name": "title",
3620
- "type": {
3621
- "text": "'end attempt'"
3622
- },
3623
- "fieldName": "title"
3606
+ "name": "class",
3607
+ "fieldName": "classNames"
3624
3608
  },
3625
3609
  {
3626
3610
  "name": "response-identifier",
@@ -3665,71 +3649,103 @@
3665
3649
  "name": "Interaction",
3666
3650
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3667
3651
  },
3668
- "tagName": "qti-end-attempt-interaction",
3669
- "customElement": true
3652
+ "tagName": "qti-extended-text-interaction",
3653
+ "customElement": true,
3654
+ "events": [
3655
+ {
3656
+ "name": "qti-register-interaction",
3657
+ "type": {
3658
+ "text": "CustomEvent"
3659
+ },
3660
+ "inheritedFrom": {
3661
+ "name": "Interaction",
3662
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3663
+ }
3664
+ },
3665
+ {
3666
+ "name": "qti-interaction-response",
3667
+ "type": {
3668
+ "text": "CustomEvent"
3669
+ },
3670
+ "inheritedFrom": {
3671
+ "name": "Interaction",
3672
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3673
+ }
3674
+ }
3675
+ ]
3670
3676
  }
3671
3677
  ],
3672
3678
  "exports": [
3673
3679
  {
3674
3680
  "kind": "js",
3675
- "name": "QtiEndAttemptInteraction",
3681
+ "name": "QtiExtendedTextInteraction",
3676
3682
  "declaration": {
3677
- "name": "QtiEndAttemptInteraction",
3678
- "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
3683
+ "name": "QtiExtendedTextInteraction",
3684
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3679
3685
  }
3680
3686
  },
3681
3687
  {
3682
3688
  "kind": "custom-element-definition",
3683
- "name": "qti-end-attempt-interaction",
3689
+ "name": "qti-extended-text-interaction",
3684
3690
  "declaration": {
3685
- "name": "QtiEndAttemptInteraction",
3686
- "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
3691
+ "name": "QtiExtendedTextInteraction",
3692
+ "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3687
3693
  }
3688
3694
  }
3689
3695
  ]
3690
3696
  },
3691
3697
  {
3692
3698
  "kind": "javascript-module",
3693
- "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.xml",
3694
- "declarations": [],
3695
- "exports": []
3696
- },
3697
- {
3698
- "kind": "javascript-module",
3699
- "path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
3699
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts",
3700
3700
  "declarations": [
3701
3701
  {
3702
3702
  "kind": "class",
3703
3703
  "description": "",
3704
- "name": "QtiExtendedTextInteraction",
3704
+ "name": "QtiEndAttemptInteraction",
3705
3705
  "members": [],
3706
- "attributes": [
3706
+ "events": [
3707
3707
  {
3708
- "name": "expected-length",
3708
+ "name": "end-attempt",
3709
3709
  "type": {
3710
- "text": "number"
3711
- },
3712
- "description": "expected length is mapped to the property maxlength on the textarea",
3713
- "fieldName": "expectedLength"
3710
+ "text": "CustomEvent"
3711
+ }
3714
3712
  },
3715
3713
  {
3716
- "name": "pattern-mask",
3714
+ "name": "qti-register-interaction",
3717
3715
  "type": {
3718
- "text": "string"
3716
+ "text": "CustomEvent"
3719
3717
  },
3720
- "fieldName": "patternMask"
3718
+ "inheritedFrom": {
3719
+ "name": "Interaction",
3720
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3721
+ }
3721
3722
  },
3722
3723
  {
3723
- "name": "placeholder-text",
3724
+ "name": "qti-interaction-response",
3725
+ "type": {
3726
+ "text": "CustomEvent"
3727
+ },
3728
+ "inheritedFrom": {
3729
+ "name": "Interaction",
3730
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3731
+ }
3732
+ }
3733
+ ],
3734
+ "attributes": [
3735
+ {
3736
+ "name": "count-attempt",
3724
3737
  "type": {
3725
3738
  "text": "string"
3726
3739
  },
3727
- "description": "text appearing in the extended-text-nteraction if it is empty",
3728
- "fieldName": "placeholderText"
3740
+ "default": "'true'",
3741
+ "fieldName": "countAttempt"
3729
3742
  },
3730
3743
  {
3731
- "name": "class",
3732
- "fieldName": "classNames"
3744
+ "name": "title",
3745
+ "type": {
3746
+ "text": "'end attempt'"
3747
+ },
3748
+ "fieldName": "title"
3733
3749
  },
3734
3750
  {
3735
3751
  "name": "response-identifier",
@@ -3774,51 +3790,35 @@
3774
3790
  "name": "Interaction",
3775
3791
  "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3776
3792
  },
3777
- "tagName": "qti-extended-text-interaction",
3778
- "customElement": true,
3779
- "events": [
3780
- {
3781
- "name": "qti-register-interaction",
3782
- "type": {
3783
- "text": "CustomEvent"
3784
- },
3785
- "inheritedFrom": {
3786
- "name": "Interaction",
3787
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3788
- }
3789
- },
3790
- {
3791
- "name": "qti-interaction-response",
3792
- "type": {
3793
- "text": "CustomEvent"
3794
- },
3795
- "inheritedFrom": {
3796
- "name": "Interaction",
3797
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3798
- }
3799
- }
3800
- ]
3793
+ "tagName": "qti-end-attempt-interaction",
3794
+ "customElement": true
3801
3795
  }
3802
3796
  ],
3803
3797
  "exports": [
3804
3798
  {
3805
3799
  "kind": "js",
3806
- "name": "QtiExtendedTextInteraction",
3800
+ "name": "QtiEndAttemptInteraction",
3807
3801
  "declaration": {
3808
- "name": "QtiExtendedTextInteraction",
3809
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3802
+ "name": "QtiEndAttemptInteraction",
3803
+ "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
3810
3804
  }
3811
3805
  },
3812
3806
  {
3813
3807
  "kind": "custom-element-definition",
3814
- "name": "qti-extended-text-interaction",
3808
+ "name": "qti-end-attempt-interaction",
3815
3809
  "declaration": {
3816
- "name": "QtiExtendedTextInteraction",
3817
- "module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
3810
+ "name": "QtiEndAttemptInteraction",
3811
+ "module": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.ts"
3818
3812
  }
3819
3813
  }
3820
3814
  ]
3821
3815
  },
3816
+ {
3817
+ "kind": "javascript-module",
3818
+ "path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/qti-end-attempt-interaction.xml",
3819
+ "declarations": [],
3820
+ "exports": []
3821
+ },
3822
3822
  {
3823
3823
  "kind": "javascript-module",
3824
3824
  "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
@@ -5639,15 +5639,92 @@
5639
5639
  },
5640
5640
  {
5641
5641
  "kind": "javascript-module",
5642
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
5643
- "declarations": [],
5642
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
5643
+ "declarations": [
5644
+ {
5645
+ "kind": "class",
5646
+ "description": "",
5647
+ "name": "QtiResponseProcessing",
5648
+ "members": [],
5649
+ "attributes": [
5650
+ {
5651
+ "name": "identifier"
5652
+ }
5653
+ ],
5654
+ "superclass": {
5655
+ "name": "LitElement",
5656
+ "package": "lit"
5657
+ },
5658
+ "tagName": "qti-response-processing",
5659
+ "customElement": true
5660
+ }
5661
+ ],
5644
5662
  "exports": [
5645
5663
  {
5646
5664
  "kind": "js",
5647
- "name": "*",
5665
+ "name": "default",
5648
5666
  "declaration": {
5649
- "name": "*",
5650
- "package": "./qti-and/qti-and"
5667
+ "name": "QtiResponseProcessing",
5668
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5669
+ }
5670
+ },
5671
+ {
5672
+ "kind": "custom-element-definition",
5673
+ "name": "qti-response-processing",
5674
+ "declaration": {
5675
+ "name": "QtiResponseProcessing",
5676
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5677
+ }
5678
+ }
5679
+ ]
5680
+ },
5681
+ {
5682
+ "kind": "javascript-module",
5683
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
5684
+ "declarations": [
5685
+ {
5686
+ "kind": "class",
5687
+ "description": "",
5688
+ "name": "QtiRule",
5689
+ "members": [],
5690
+ "superclass": {
5691
+ "name": "LitElement",
5692
+ "package": "lit"
5693
+ },
5694
+ "tagName": "qti-rule",
5695
+ "customElement": true
5696
+ }
5697
+ ],
5698
+ "exports": [
5699
+ {
5700
+ "kind": "js",
5701
+ "name": "QtiRule",
5702
+ "declaration": {
5703
+ "name": "QtiRule",
5704
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
5705
+ }
5706
+ },
5707
+ {
5708
+ "kind": "custom-element-definition",
5709
+ "name": "qti-rule",
5710
+ "declaration": {
5711
+ "name": "QtiRule",
5712
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
5713
+ }
5714
+ }
5715
+ ]
5716
+ },
5717
+ {
5718
+ "kind": "javascript-module",
5719
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
5720
+ "declarations": [],
5721
+ "exports": [
5722
+ {
5723
+ "kind": "js",
5724
+ "name": "*",
5725
+ "declaration": {
5726
+ "name": "*",
5727
+ "package": "./qti-and/qti-and"
5651
5728
  }
5652
5729
  },
5653
5730
  {
@@ -5905,83 +5982,6 @@
5905
5982
  }
5906
5983
  ]
5907
5984
  },
5908
- {
5909
- "kind": "javascript-module",
5910
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
5911
- "declarations": [
5912
- {
5913
- "kind": "class",
5914
- "description": "",
5915
- "name": "QtiResponseProcessing",
5916
- "members": [],
5917
- "attributes": [
5918
- {
5919
- "name": "identifier"
5920
- }
5921
- ],
5922
- "superclass": {
5923
- "name": "LitElement",
5924
- "package": "lit"
5925
- },
5926
- "tagName": "qti-response-processing",
5927
- "customElement": true
5928
- }
5929
- ],
5930
- "exports": [
5931
- {
5932
- "kind": "js",
5933
- "name": "default",
5934
- "declaration": {
5935
- "name": "QtiResponseProcessing",
5936
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5937
- }
5938
- },
5939
- {
5940
- "kind": "custom-element-definition",
5941
- "name": "qti-response-processing",
5942
- "declaration": {
5943
- "name": "QtiResponseProcessing",
5944
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
5945
- }
5946
- }
5947
- ]
5948
- },
5949
- {
5950
- "kind": "javascript-module",
5951
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
5952
- "declarations": [
5953
- {
5954
- "kind": "class",
5955
- "description": "",
5956
- "name": "QtiRule",
5957
- "members": [],
5958
- "superclass": {
5959
- "name": "LitElement",
5960
- "package": "lit"
5961
- },
5962
- "tagName": "qti-rule",
5963
- "customElement": true
5964
- }
5965
- ],
5966
- "exports": [
5967
- {
5968
- "kind": "js",
5969
- "name": "QtiRule",
5970
- "declaration": {
5971
- "name": "QtiRule",
5972
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
5973
- }
5974
- },
5975
- {
5976
- "kind": "custom-element-definition",
5977
- "name": "qti-rule",
5978
- "declaration": {
5979
- "name": "QtiRule",
5980
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
5981
- }
5982
- }
5983
- ]
5984
- },
5985
5985
  {
5986
5986
  "kind": "javascript-module",
5987
5987
  "path": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts",
@@ -6938,6 +6938,86 @@
6938
6938
  }
6939
6939
  ]
6940
6940
  },
6941
+ {
6942
+ "kind": "javascript-module",
6943
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
6944
+ "declarations": [
6945
+ {
6946
+ "kind": "class",
6947
+ "description": "",
6948
+ "name": "QtiResponseCondition",
6949
+ "members": [],
6950
+ "superclass": {
6951
+ "name": "QtiRule",
6952
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6953
+ },
6954
+ "tagName": "qti-response-condition",
6955
+ "customElement": true
6956
+ }
6957
+ ],
6958
+ "exports": [
6959
+ {
6960
+ "kind": "js",
6961
+ "name": "QtiResponseCondition",
6962
+ "declaration": {
6963
+ "name": "QtiResponseCondition",
6964
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6965
+ }
6966
+ },
6967
+ {
6968
+ "kind": "custom-element-definition",
6969
+ "name": "qti-response-condition",
6970
+ "declaration": {
6971
+ "name": "QtiResponseCondition",
6972
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6973
+ }
6974
+ }
6975
+ ]
6976
+ },
6977
+ {
6978
+ "kind": "javascript-module",
6979
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
6980
+ "declarations": [
6981
+ {
6982
+ "kind": "class",
6983
+ "description": "",
6984
+ "name": "QtiSetOutcomeValue",
6985
+ "members": [],
6986
+ "events": [
6987
+ {
6988
+ "name": "qti-set-outcome-value",
6989
+ "type": {
6990
+ "text": "CustomEvent"
6991
+ }
6992
+ }
6993
+ ],
6994
+ "superclass": {
6995
+ "name": "QtiRule",
6996
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6997
+ },
6998
+ "tagName": "qti-set-outcome-value",
6999
+ "customElement": true
7000
+ }
7001
+ ],
7002
+ "exports": [
7003
+ {
7004
+ "kind": "js",
7005
+ "name": "QtiSetOutcomeValue",
7006
+ "declaration": {
7007
+ "name": "QtiSetOutcomeValue",
7008
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
7009
+ }
7010
+ },
7011
+ {
7012
+ "kind": "custom-element-definition",
7013
+ "name": "qti-set-outcome-value",
7014
+ "declaration": {
7015
+ "name": "QtiSetOutcomeValue",
7016
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
7017
+ }
7018
+ }
7019
+ ]
7020
+ },
6941
7021
  {
6942
7022
  "kind": "javascript-module",
6943
7023
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
@@ -7058,82 +7138,82 @@
7058
7138
  },
7059
7139
  {
7060
7140
  "kind": "javascript-module",
7061
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
7141
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
7062
7142
  "declarations": [
7063
7143
  {
7064
7144
  "kind": "class",
7065
7145
  "description": "",
7066
- "name": "QtiEqual",
7146
+ "name": "QtiCorrect",
7067
7147
  "members": [],
7068
- "attributes": [
7069
- {
7070
- "name": "toleranceMode",
7071
- "type": {
7072
- "text": "'exact' | 'relative' | 'absolute'"
7073
- },
7074
- "default": "'exact'",
7075
- "fieldName": "toleranceMode"
7076
- }
7077
- ],
7078
7148
  "superclass": {
7079
7149
  "name": "QtiExpression",
7080
7150
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7081
7151
  },
7082
- "tagName": "qti-equal",
7152
+ "tagName": "qti-correct",
7083
7153
  "customElement": true
7084
7154
  }
7085
7155
  ],
7086
7156
  "exports": [
7087
7157
  {
7088
7158
  "kind": "js",
7089
- "name": "QtiEqual",
7159
+ "name": "QtiCorrect",
7090
7160
  "declaration": {
7091
- "name": "QtiEqual",
7092
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
7161
+ "name": "QtiCorrect",
7162
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7093
7163
  }
7094
7164
  },
7095
7165
  {
7096
7166
  "kind": "custom-element-definition",
7097
- "name": "qti-equal",
7167
+ "name": "qti-correct",
7098
7168
  "declaration": {
7099
- "name": "QtiEqual",
7100
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
7169
+ "name": "QtiCorrect",
7170
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7101
7171
  }
7102
7172
  }
7103
7173
  ]
7104
7174
  },
7105
7175
  {
7106
7176
  "kind": "javascript-module",
7107
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
7177
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
7108
7178
  "declarations": [
7109
7179
  {
7110
7180
  "kind": "class",
7111
7181
  "description": "",
7112
- "name": "QtiCorrect",
7182
+ "name": "QtiEqual",
7113
7183
  "members": [],
7184
+ "attributes": [
7185
+ {
7186
+ "name": "toleranceMode",
7187
+ "type": {
7188
+ "text": "'exact' | 'relative' | 'absolute'"
7189
+ },
7190
+ "default": "'exact'",
7191
+ "fieldName": "toleranceMode"
7192
+ }
7193
+ ],
7114
7194
  "superclass": {
7115
7195
  "name": "QtiExpression",
7116
7196
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7117
7197
  },
7118
- "tagName": "qti-correct",
7198
+ "tagName": "qti-equal",
7119
7199
  "customElement": true
7120
7200
  }
7121
7201
  ],
7122
7202
  "exports": [
7123
7203
  {
7124
7204
  "kind": "js",
7125
- "name": "QtiCorrect",
7205
+ "name": "QtiEqual",
7126
7206
  "declaration": {
7127
- "name": "QtiCorrect",
7128
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7207
+ "name": "QtiEqual",
7208
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
7129
7209
  }
7130
7210
  },
7131
7211
  {
7132
7212
  "kind": "custom-element-definition",
7133
- "name": "qti-correct",
7213
+ "name": "qti-equal",
7134
7214
  "declaration": {
7135
- "name": "QtiCorrect",
7136
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts"
7215
+ "name": "QtiEqual",
7216
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
7137
7217
  }
7138
7218
  }
7139
7219
  ]
@@ -7579,72 +7659,72 @@
7579
7659
  },
7580
7660
  {
7581
7661
  "kind": "javascript-module",
7582
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
7662
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
7583
7663
  "declarations": [
7584
7664
  {
7585
7665
  "kind": "class",
7586
7666
  "description": "",
7587
- "name": "QtiNot",
7667
+ "name": "QtiOr",
7588
7668
  "members": [],
7589
7669
  "superclass": {
7590
- "name": "QtiExpression",
7591
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7670
+ "name": "QtiConditionExpression",
7671
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7592
7672
  },
7593
- "tagName": "qti-not",
7673
+ "tagName": "qti-or",
7594
7674
  "customElement": true
7595
7675
  }
7596
7676
  ],
7597
7677
  "exports": [
7598
7678
  {
7599
7679
  "kind": "js",
7600
- "name": "QtiNot",
7680
+ "name": "QtiOr",
7601
7681
  "declaration": {
7602
- "name": "QtiNot",
7603
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
7682
+ "name": "QtiOr",
7683
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
7604
7684
  }
7605
7685
  },
7606
7686
  {
7607
7687
  "kind": "custom-element-definition",
7608
- "name": "qti-not",
7688
+ "name": "qti-or",
7609
7689
  "declaration": {
7610
- "name": "QtiNot",
7611
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
7690
+ "name": "QtiOr",
7691
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
7612
7692
  }
7613
7693
  }
7614
7694
  ]
7615
7695
  },
7616
7696
  {
7617
7697
  "kind": "javascript-module",
7618
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts",
7698
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts",
7619
7699
  "declarations": [
7620
7700
  {
7621
7701
  "kind": "class",
7622
7702
  "description": "",
7623
- "name": "QtiOr",
7703
+ "name": "QtiNot",
7624
7704
  "members": [],
7625
7705
  "superclass": {
7626
- "name": "QtiConditionExpression",
7627
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
7706
+ "name": "QtiExpression",
7707
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7628
7708
  },
7629
- "tagName": "qti-or",
7709
+ "tagName": "qti-not",
7630
7710
  "customElement": true
7631
7711
  }
7632
7712
  ],
7633
7713
  "exports": [
7634
7714
  {
7635
7715
  "kind": "js",
7636
- "name": "QtiOr",
7716
+ "name": "QtiNot",
7637
7717
  "declaration": {
7638
- "name": "QtiOr",
7639
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
7718
+ "name": "QtiNot",
7719
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
7640
7720
  }
7641
7721
  },
7642
7722
  {
7643
7723
  "kind": "custom-element-definition",
7644
- "name": "qti-or",
7724
+ "name": "qti-not",
7645
7725
  "declaration": {
7646
- "name": "QtiOr",
7647
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-or/qti-or.ts"
7726
+ "name": "QtiNot",
7727
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-not/qti-not.ts"
7648
7728
  }
7649
7729
  }
7650
7730
  ]
@@ -7812,42 +7892,6 @@
7812
7892
  }
7813
7893
  ]
7814
7894
  },
7815
- {
7816
- "kind": "javascript-module",
7817
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts",
7818
- "declarations": [
7819
- {
7820
- "kind": "class",
7821
- "description": "",
7822
- "name": "QtiSum",
7823
- "members": [],
7824
- "superclass": {
7825
- "name": "QtiExpression",
7826
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7827
- },
7828
- "tagName": "qti-sum",
7829
- "customElement": true
7830
- }
7831
- ],
7832
- "exports": [
7833
- {
7834
- "kind": "js",
7835
- "name": "QtiSum",
7836
- "declaration": {
7837
- "name": "QtiSum",
7838
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
7839
- }
7840
- },
7841
- {
7842
- "kind": "custom-element-definition",
7843
- "name": "qti-sum",
7844
- "declaration": {
7845
- "name": "QtiSum",
7846
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
7847
- }
7848
- }
7849
- ]
7850
- },
7851
7895
  {
7852
7896
  "kind": "javascript-module",
7853
7897
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
@@ -7886,80 +7930,36 @@
7886
7930
  },
7887
7931
  {
7888
7932
  "kind": "javascript-module",
7889
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
7890
- "declarations": [
7891
- {
7892
- "kind": "class",
7893
- "description": "",
7894
- "name": "QtiResponseCondition",
7895
- "members": [],
7896
- "superclass": {
7897
- "name": "QtiRule",
7898
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
7899
- },
7900
- "tagName": "qti-response-condition",
7901
- "customElement": true
7902
- }
7903
- ],
7904
- "exports": [
7905
- {
7906
- "kind": "js",
7907
- "name": "QtiResponseCondition",
7908
- "declaration": {
7909
- "name": "QtiResponseCondition",
7910
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
7911
- }
7912
- },
7913
- {
7914
- "kind": "custom-element-definition",
7915
- "name": "qti-response-condition",
7916
- "declaration": {
7917
- "name": "QtiResponseCondition",
7918
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
7919
- }
7920
- }
7921
- ]
7922
- },
7923
- {
7924
- "kind": "javascript-module",
7925
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
7933
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts",
7926
7934
  "declarations": [
7927
7935
  {
7928
7936
  "kind": "class",
7929
7937
  "description": "",
7930
- "name": "QtiSetOutcomeValue",
7938
+ "name": "QtiSum",
7931
7939
  "members": [],
7932
- "events": [
7933
- {
7934
- "name": "qti-set-outcome-value",
7935
- "type": {
7936
- "text": "CustomEvent"
7937
- }
7938
- }
7939
- ],
7940
7940
  "superclass": {
7941
- "name": "QtiRule",
7942
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
7941
+ "name": "QtiExpression",
7942
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
7943
7943
  },
7944
- "tagName": "qti-set-outcome-value",
7944
+ "tagName": "qti-sum",
7945
7945
  "customElement": true
7946
7946
  }
7947
7947
  ],
7948
7948
  "exports": [
7949
7949
  {
7950
7950
  "kind": "js",
7951
- "name": "QtiSetOutcomeValue",
7951
+ "name": "QtiSum",
7952
7952
  "declaration": {
7953
- "name": "QtiSetOutcomeValue",
7954
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
7953
+ "name": "QtiSum",
7954
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
7955
7955
  }
7956
7956
  },
7957
7957
  {
7958
7958
  "kind": "custom-element-definition",
7959
- "name": "qti-set-outcome-value",
7959
+ "name": "qti-sum",
7960
7960
  "declaration": {
7961
- "name": "QtiSetOutcomeValue",
7962
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
7961
+ "name": "QtiSum",
7962
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-sum/qti-sum.ts"
7963
7963
  }
7964
7964
  }
7965
7965
  ]
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "engines": {
13
13
  "node": ">=16.0.0"
14
14
  },
15
- "version": "6.3.2",
15
+ "version": "6.3.3",
16
16
  "type": "module",
17
17
  "main": "dist/index.js",
18
18
  "exports": {
@@ -77,10 +77,10 @@
77
77
  "qti-item": [
78
78
  "./dist/qti-item/index.d.ts"
79
79
  ],
80
- "react/qti-item": [
81
- "./dist/qti-item-react/index.d.ts"
82
- ],
83
80
  "react/qti-test": [
81
+ "./dist/qti-test-react/index.d.ts"
82
+ ],
83
+ "react/qti-item": [
84
84
  "./dist/qti-item-react/index.d.ts"
85
85
  ],
86
86
  "qti-transform": [