@citolab/qti-components 6.0.17 → 6.0.18

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.
@@ -22,6 +22,21 @@
22
22
  }
23
23
  ]
24
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": "./context"
36
+ }
37
+ }
38
+ ]
39
+ },
25
40
  {
26
41
  "kind": "javascript-module",
27
42
  "path": "src/lib/decorators/index.ts",
@@ -116,42 +131,6 @@
116
131
  }
117
132
  ]
118
133
  },
119
- {
120
- "kind": "javascript-module",
121
- "path": "src/lib/qti-item-react/index.ts",
122
- "declarations": [],
123
- "exports": [
124
- {
125
- "kind": "js",
126
- "name": "*",
127
- "declaration": {
128
- "name": "*",
129
- "package": "./qti-item.react"
130
- }
131
- }
132
- ]
133
- },
134
- {
135
- "kind": "javascript-module",
136
- "path": "src/lib/qti-item-react/qti-item.react.ts",
137
- "declarations": [
138
- {
139
- "kind": "variable",
140
- "name": "QtiItem",
141
- "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed',\n qtiitemconnected: 'qti-item-connected'\n }\n})"
142
- }
143
- ],
144
- "exports": [
145
- {
146
- "kind": "js",
147
- "name": "QtiItem",
148
- "declaration": {
149
- "name": "QtiItem",
150
- "module": "src/lib/qti-item-react/qti-item.react.ts"
151
- }
152
- }
153
- ]
154
- },
155
134
  {
156
135
  "kind": "javascript-module",
157
136
  "path": "src/lib/qti-components/index.ts",
@@ -600,6 +579,42 @@
600
579
  }
601
580
  ]
602
581
  },
582
+ {
583
+ "kind": "javascript-module",
584
+ "path": "src/lib/qti-item-react/index.ts",
585
+ "declarations": [],
586
+ "exports": [
587
+ {
588
+ "kind": "js",
589
+ "name": "*",
590
+ "declaration": {
591
+ "name": "*",
592
+ "package": "./qti-item.react"
593
+ }
594
+ }
595
+ ]
596
+ },
597
+ {
598
+ "kind": "javascript-module",
599
+ "path": "src/lib/qti-item-react/qti-item.react.ts",
600
+ "declarations": [
601
+ {
602
+ "kind": "variable",
603
+ "name": "QtiItem",
604
+ "default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemComponent,\n events: {\n qtioutcomechanged: 'qti-outcome-changed', // as EventName<Event>\n qtiinteractionchanged: 'qti-interaction-changed',\n qtiitemconnected: 'qti-item-connected'\n }\n})"
605
+ }
606
+ ],
607
+ "exports": [
608
+ {
609
+ "kind": "js",
610
+ "name": "QtiItem",
611
+ "declaration": {
612
+ "name": "QtiItem",
613
+ "module": "src/lib/qti-item-react/qti-item.react.ts"
614
+ }
615
+ }
616
+ ]
617
+ },
603
618
  {
604
619
  "kind": "javascript-module",
605
620
  "path": "src/lib/qti-transform/index.ts",
@@ -832,53 +847,6 @@
832
847
  }
833
848
  ]
834
849
  },
835
- {
836
- "kind": "javascript-module",
837
- "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
838
- "declarations": [
839
- {
840
- "kind": "class",
841
- "description": "",
842
- "name": "QtiItemBody",
843
- "slots": [
844
- {
845
- "description": "item body content.",
846
- "name": ""
847
- },
848
- {
849
- "description": "the qti rubric block is placed above the item",
850
- "name": "qti-rubric-block"
851
- }
852
- ],
853
- "members": [],
854
- "superclass": {
855
- "name": "LitElement",
856
- "package": "lit"
857
- },
858
- "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.",
859
- "tagName": "qti-item-body",
860
- "customElement": true
861
- }
862
- ],
863
- "exports": [
864
- {
865
- "kind": "js",
866
- "name": "default",
867
- "declaration": {
868
- "name": "QtiItemBody",
869
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
870
- }
871
- },
872
- {
873
- "kind": "custom-element-definition",
874
- "name": "qti-item-body",
875
- "declaration": {
876
- "name": "QtiItemBody",
877
- "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
878
- }
879
- }
880
- ]
881
- },
882
850
  {
883
851
  "kind": "javascript-module",
884
852
  "path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
@@ -1542,6 +1510,53 @@
1542
1510
  }
1543
1511
  ]
1544
1512
  },
1513
+ {
1514
+ "kind": "javascript-module",
1515
+ "path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
1516
+ "declarations": [
1517
+ {
1518
+ "kind": "class",
1519
+ "description": "",
1520
+ "name": "QtiItemBody",
1521
+ "slots": [
1522
+ {
1523
+ "description": "item body content.",
1524
+ "name": ""
1525
+ },
1526
+ {
1527
+ "description": "the qti rubric block is placed above the item",
1528
+ "name": "qti-rubric-block"
1529
+ }
1530
+ ],
1531
+ "members": [],
1532
+ "superclass": {
1533
+ "name": "LitElement",
1534
+ "package": "lit"
1535
+ },
1536
+ "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.",
1537
+ "tagName": "qti-item-body",
1538
+ "customElement": true
1539
+ }
1540
+ ],
1541
+ "exports": [
1542
+ {
1543
+ "kind": "js",
1544
+ "name": "default",
1545
+ "declaration": {
1546
+ "name": "QtiItemBody",
1547
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1548
+ }
1549
+ },
1550
+ {
1551
+ "kind": "custom-element-definition",
1552
+ "name": "qti-item-body",
1553
+ "declaration": {
1554
+ "name": "QtiItemBody",
1555
+ "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
1556
+ }
1557
+ }
1558
+ ]
1559
+ },
1545
1560
  {
1546
1561
  "kind": "javascript-module",
1547
1562
  "path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
@@ -2342,203 +2357,77 @@
2342
2357
  },
2343
2358
  {
2344
2359
  "kind": "javascript-module",
2345
- "path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
2360
+ "path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.mdx",
2361
+ "declarations": [],
2362
+ "exports": []
2363
+ },
2364
+ {
2365
+ "kind": "javascript-module",
2366
+ "path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
2346
2367
  "declarations": [
2347
2368
  {
2348
2369
  "kind": "class",
2349
2370
  "description": "",
2350
- "name": "QtiAssociateInteraction",
2351
- "members": [],
2352
- "mixins": [
2371
+ "name": "QtiChoiceInteraction",
2372
+ "slots": [
2353
2373
  {
2354
- "name": "DragDropInteractionMixin",
2355
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
2374
+ "description": "The default slot where <qti-simple-choice> must be placed.",
2375
+ "name": ""
2376
+ },
2377
+ {
2378
+ "description": "slot where the prompt is placed.",
2379
+ "name": "prompt"
2356
2380
  }
2357
2381
  ],
2358
- "superclass": {
2359
- "name": "LitElement",
2360
- "package": "lit"
2361
- },
2362
- "tagName": "qti-associate-interaction",
2363
- "customElement": true,
2364
- "attributes": [
2382
+ "members": [],
2383
+ "events": [
2365
2384
  {
2366
- "name": "response-identifier",
2385
+ "name": "qti-register-interaction",
2367
2386
  "type": {
2368
- "text": "string"
2387
+ "text": "CustomEvent"
2369
2388
  },
2370
- "default": "''",
2371
- "fieldName": "responseIdentifier",
2389
+ "description": "emitted when the interaction wants to register itself",
2372
2390
  "inheritedFrom": {
2373
- "name": "DragDropInteractionMixin",
2374
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2391
+ "name": "Interaction",
2392
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2375
2393
  }
2376
2394
  },
2377
2395
  {
2378
- "name": "disabled",
2396
+ "name": "qti-interaction-response",
2379
2397
  "type": {
2380
- "text": "boolean"
2398
+ "text": "CustomEvent"
2381
2399
  },
2382
- "default": "false",
2383
- "fieldName": "disabled",
2400
+ "description": "emitted when the interaction changes",
2384
2401
  "inheritedFrom": {
2385
- "name": "DroppablesMixin",
2386
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2402
+ "name": "Interaction",
2403
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2387
2404
  }
2405
+ }
2406
+ ],
2407
+ "attributes": [
2408
+ {
2409
+ "name": "orientation",
2410
+ "type": {
2411
+ "text": "'horizontal' | 'vertical'"
2412
+ },
2413
+ "description": "orientation of choices",
2414
+ "fieldName": "orientation"
2388
2415
  },
2389
2416
  {
2390
- "name": "readonly",
2417
+ "name": "min-choices",
2391
2418
  "type": {
2392
- "text": "boolean"
2419
+ "text": "number"
2393
2420
  },
2394
- "default": "false",
2395
- "fieldName": "readonly",
2421
+ "default": "0",
2422
+ "description": "the minimal number of selections a candidate must make",
2423
+ "fieldName": "minChoices",
2396
2424
  "inheritedFrom": {
2397
- "name": "DragDropInteractionMixin",
2398
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2425
+ "name": "Choices",
2426
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2399
2427
  }
2400
2428
  },
2401
2429
  {
2402
- "name": "min-associations",
2403
- "type": {
2404
- "text": "number"
2405
- },
2406
- "default": "1",
2407
- "fieldName": "minAssociations",
2408
- "inheritedFrom": {
2409
- "name": "DragDropInteractionMixin",
2410
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2411
- }
2412
- },
2413
- {
2414
- "name": "max-associations",
2415
- "type": {
2416
- "text": "number"
2417
- },
2418
- "default": "1",
2419
- "fieldName": "maxAssociations",
2420
- "inheritedFrom": {
2421
- "name": "DragDropInteractionMixin",
2422
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2423
- }
2424
- }
2425
- ],
2426
- "events": [
2427
- {
2428
- "name": "qti-register-interaction",
2429
- "type": {
2430
- "text": "CustomEvent"
2431
- },
2432
- "inheritedFrom": {
2433
- "name": "DragDropInteractionMixin",
2434
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2435
- }
2436
- },
2437
- {
2438
- "name": "qti-interaction-response",
2439
- "type": {
2440
- "text": "CustomEvent"
2441
- },
2442
- "inheritedFrom": {
2443
- "name": "DragDropInteractionMixin",
2444
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2445
- }
2446
- }
2447
- ]
2448
- }
2449
- ],
2450
- "exports": [
2451
- {
2452
- "kind": "js",
2453
- "name": "QtiAssociateInteraction",
2454
- "declaration": {
2455
- "name": "QtiAssociateInteraction",
2456
- "module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
2457
- }
2458
- },
2459
- {
2460
- "kind": "custom-element-definition",
2461
- "name": "qti-associate-interaction",
2462
- "declaration": {
2463
- "name": "QtiAssociateInteraction",
2464
- "module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
2465
- }
2466
- }
2467
- ]
2468
- },
2469
- {
2470
- "kind": "javascript-module",
2471
- "path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.mdx",
2472
- "declarations": [],
2473
- "exports": []
2474
- },
2475
- {
2476
- "kind": "javascript-module",
2477
- "path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.ts",
2478
- "declarations": [
2479
- {
2480
- "kind": "class",
2481
- "description": "",
2482
- "name": "QtiChoiceInteraction",
2483
- "slots": [
2484
- {
2485
- "description": "The default slot where <qti-simple-choice> must be placed.",
2486
- "name": ""
2487
- },
2488
- {
2489
- "description": "slot where the prompt is placed.",
2490
- "name": "prompt"
2491
- }
2492
- ],
2493
- "members": [],
2494
- "events": [
2495
- {
2496
- "name": "qti-register-interaction",
2497
- "type": {
2498
- "text": "CustomEvent"
2499
- },
2500
- "description": "emitted when the interaction wants to register itself",
2501
- "inheritedFrom": {
2502
- "name": "Interaction",
2503
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2504
- }
2505
- },
2506
- {
2507
- "name": "qti-interaction-response",
2508
- "type": {
2509
- "text": "CustomEvent"
2510
- },
2511
- "description": "emitted when the interaction changes",
2512
- "inheritedFrom": {
2513
- "name": "Interaction",
2514
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2515
- }
2516
- }
2517
- ],
2518
- "attributes": [
2519
- {
2520
- "name": "orientation",
2521
- "type": {
2522
- "text": "'horizontal' | 'vertical'"
2523
- },
2524
- "description": "orientation of choices",
2525
- "fieldName": "orientation"
2526
- },
2527
- {
2528
- "name": "min-choices",
2529
- "type": {
2530
- "text": "number"
2531
- },
2532
- "default": "0",
2533
- "description": "the minimal number of selections a candidate must make",
2534
- "fieldName": "minChoices",
2535
- "inheritedFrom": {
2536
- "name": "Choices",
2537
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2538
- }
2539
- },
2540
- {
2541
- "name": "max-choices",
2430
+ "name": "max-choices",
2542
2431
  "type": {
2543
2432
  "text": "number"
2544
2433
  },
@@ -2744,24 +2633,24 @@
2744
2633
  },
2745
2634
  {
2746
2635
  "kind": "javascript-module",
2747
- "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
2636
+ "path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
2748
2637
  "declarations": [
2749
2638
  {
2750
2639
  "kind": "class",
2751
2640
  "description": "",
2752
- "name": "QtiGapMatchInteraction",
2641
+ "name": "QtiAssociateInteraction",
2753
2642
  "members": [],
2754
2643
  "mixins": [
2755
2644
  {
2756
2645
  "name": "DragDropInteractionMixin",
2757
- "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2646
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
2758
2647
  }
2759
2648
  ],
2760
2649
  "superclass": {
2761
2650
  "name": "LitElement",
2762
2651
  "package": "lit"
2763
2652
  },
2764
- "tagName": "qti-gap-match-interaction",
2653
+ "tagName": "qti-associate-interaction",
2765
2654
  "customElement": true,
2766
2655
  "attributes": [
2767
2656
  {
@@ -2852,36 +2741,42 @@
2852
2741
  "exports": [
2853
2742
  {
2854
2743
  "kind": "js",
2855
- "name": "QtiGapMatchInteraction",
2744
+ "name": "QtiAssociateInteraction",
2856
2745
  "declaration": {
2857
- "name": "QtiGapMatchInteraction",
2858
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2746
+ "name": "QtiAssociateInteraction",
2747
+ "module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
2859
2748
  }
2860
2749
  },
2861
2750
  {
2862
2751
  "kind": "custom-element-definition",
2863
- "name": "qti-gap-match-interaction",
2752
+ "name": "qti-associate-interaction",
2864
2753
  "declaration": {
2865
- "name": "QtiGapMatchInteraction",
2866
- "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2754
+ "name": "QtiAssociateInteraction",
2755
+ "module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
2867
2756
  }
2868
2757
  }
2869
2758
  ]
2870
2759
  },
2871
2760
  {
2872
2761
  "kind": "javascript-module",
2873
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
2762
+ "path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
2874
2763
  "declarations": [
2875
2764
  {
2876
2765
  "kind": "class",
2877
2766
  "description": "",
2878
- "name": "QtiGraphicAssociateInteraction",
2767
+ "name": "QtiGapMatchInteraction",
2879
2768
  "members": [],
2769
+ "mixins": [
2770
+ {
2771
+ "name": "DragDropInteractionMixin",
2772
+ "module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
2773
+ }
2774
+ ],
2880
2775
  "superclass": {
2881
- "name": "Interaction",
2882
- "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2776
+ "name": "LitElement",
2777
+ "package": "lit"
2883
2778
  },
2884
- "tagName": "qti-graphic-associate-interaction",
2779
+ "tagName": "qti-gap-match-interaction",
2885
2780
  "customElement": true,
2886
2781
  "attributes": [
2887
2782
  {
@@ -2892,8 +2787,8 @@
2892
2787
  "default": "''",
2893
2788
  "fieldName": "responseIdentifier",
2894
2789
  "inheritedFrom": {
2895
- "name": "Interaction",
2896
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2790
+ "name": "DragDropInteractionMixin",
2791
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2897
2792
  }
2898
2793
  },
2899
2794
  {
@@ -2902,11 +2797,10 @@
2902
2797
  "text": "boolean"
2903
2798
  },
2904
2799
  "default": "false",
2905
- "description": "disabled should be exposed to the attributes and accessible as property",
2906
2800
  "fieldName": "disabled",
2907
2801
  "inheritedFrom": {
2908
- "name": "Interaction",
2909
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2802
+ "name": "DroppablesMixin",
2803
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
2910
2804
  }
2911
2805
  },
2912
2806
  {
@@ -2915,11 +2809,34 @@
2915
2809
  "text": "boolean"
2916
2810
  },
2917
2811
  "default": "false",
2918
- "description": "readonly should be exposed to the attributes and accessible as property",
2919
2812
  "fieldName": "readonly",
2920
2813
  "inheritedFrom": {
2921
- "name": "Interaction",
2922
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2814
+ "name": "DragDropInteractionMixin",
2815
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2816
+ }
2817
+ },
2818
+ {
2819
+ "name": "min-associations",
2820
+ "type": {
2821
+ "text": "number"
2822
+ },
2823
+ "default": "1",
2824
+ "fieldName": "minAssociations",
2825
+ "inheritedFrom": {
2826
+ "name": "DragDropInteractionMixin",
2827
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2828
+ }
2829
+ },
2830
+ {
2831
+ "name": "max-associations",
2832
+ "type": {
2833
+ "text": "number"
2834
+ },
2835
+ "default": "1",
2836
+ "fieldName": "maxAssociations",
2837
+ "inheritedFrom": {
2838
+ "name": "DragDropInteractionMixin",
2839
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2923
2840
  }
2924
2841
  }
2925
2842
  ],
@@ -2930,8 +2847,8 @@
2930
2847
  "text": "CustomEvent"
2931
2848
  },
2932
2849
  "inheritedFrom": {
2933
- "name": "Interaction",
2934
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2850
+ "name": "DragDropInteractionMixin",
2851
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2935
2852
  }
2936
2853
  },
2937
2854
  {
@@ -2940,8 +2857,8 @@
2940
2857
  "text": "CustomEvent"
2941
2858
  },
2942
2859
  "inheritedFrom": {
2943
- "name": "Interaction",
2944
- "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
2860
+ "name": "DragDropInteractionMixin",
2861
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
2945
2862
  }
2946
2863
  }
2947
2864
  ]
@@ -2950,64 +2867,38 @@
2950
2867
  "exports": [
2951
2868
  {
2952
2869
  "kind": "js",
2953
- "name": "QtiGraphicAssociateInteraction",
2870
+ "name": "QtiGapMatchInteraction",
2954
2871
  "declaration": {
2955
- "name": "QtiGraphicAssociateInteraction",
2956
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2872
+ "name": "QtiGapMatchInteraction",
2873
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2957
2874
  }
2958
2875
  },
2959
2876
  {
2960
2877
  "kind": "custom-element-definition",
2961
- "name": "qti-graphic-associate-interaction",
2878
+ "name": "qti-gap-match-interaction",
2962
2879
  "declaration": {
2963
- "name": "QtiGraphicAssociateInteraction",
2964
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
2880
+ "name": "QtiGapMatchInteraction",
2881
+ "module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
2965
2882
  }
2966
2883
  }
2967
2884
  ]
2968
2885
  },
2969
2886
  {
2970
2887
  "kind": "javascript-module",
2971
- "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
2888
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
2972
2889
  "declarations": [
2973
2890
  {
2974
2891
  "kind": "class",
2975
2892
  "description": "",
2976
- "name": "QtiGraphicOrderInteraction",
2893
+ "name": "QtiGraphicAssociateInteraction",
2977
2894
  "members": [],
2978
2895
  "superclass": {
2979
- "name": "Choices",
2980
- "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
2896
+ "name": "Interaction",
2897
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
2981
2898
  },
2982
- "tagName": "qti-graphic-order-interaction",
2899
+ "tagName": "qti-graphic-associate-interaction",
2983
2900
  "customElement": true,
2984
2901
  "attributes": [
2985
- {
2986
- "name": "min-choices",
2987
- "type": {
2988
- "text": "number"
2989
- },
2990
- "default": "0",
2991
- "description": "the minimal number of selections a candidate must make",
2992
- "fieldName": "minChoices",
2993
- "inheritedFrom": {
2994
- "name": "Choices",
2995
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
2996
- }
2997
- },
2998
- {
2999
- "name": "max-choices",
3000
- "type": {
3001
- "text": "number"
3002
- },
3003
- "default": "1",
3004
- "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3005
- "fieldName": "maxChoices",
3006
- "inheritedFrom": {
3007
- "name": "Choices",
3008
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3009
- }
3010
- },
3011
2902
  {
3012
2903
  "name": "response-identifier",
3013
2904
  "type": {
@@ -3074,18 +2965,18 @@
3074
2965
  "exports": [
3075
2966
  {
3076
2967
  "kind": "js",
3077
- "name": "QtiGraphicOrderInteraction",
2968
+ "name": "QtiGraphicAssociateInteraction",
3078
2969
  "declaration": {
3079
- "name": "QtiGraphicOrderInteraction",
3080
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
2970
+ "name": "QtiGraphicAssociateInteraction",
2971
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
3081
2972
  }
3082
2973
  },
3083
2974
  {
3084
2975
  "kind": "custom-element-definition",
3085
- "name": "qti-graphic-order-interaction",
2976
+ "name": "qti-graphic-associate-interaction",
3086
2977
  "declaration": {
3087
- "name": "QtiGraphicOrderInteraction",
3088
- "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
2978
+ "name": "QtiGraphicAssociateInteraction",
2979
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
3089
2980
  }
3090
2981
  }
3091
2982
  ]
@@ -3216,6 +3107,130 @@
3216
3107
  }
3217
3108
  ]
3218
3109
  },
3110
+ {
3111
+ "kind": "javascript-module",
3112
+ "path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts",
3113
+ "declarations": [
3114
+ {
3115
+ "kind": "class",
3116
+ "description": "",
3117
+ "name": "QtiGraphicOrderInteraction",
3118
+ "members": [],
3119
+ "superclass": {
3120
+ "name": "Choices",
3121
+ "module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
3122
+ },
3123
+ "tagName": "qti-graphic-order-interaction",
3124
+ "customElement": true,
3125
+ "attributes": [
3126
+ {
3127
+ "name": "min-choices",
3128
+ "type": {
3129
+ "text": "number"
3130
+ },
3131
+ "default": "0",
3132
+ "description": "the minimal number of selections a candidate must make",
3133
+ "fieldName": "minChoices",
3134
+ "inheritedFrom": {
3135
+ "name": "Choices",
3136
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3137
+ }
3138
+ },
3139
+ {
3140
+ "name": "max-choices",
3141
+ "type": {
3142
+ "text": "number"
3143
+ },
3144
+ "default": "1",
3145
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
3146
+ "fieldName": "maxChoices",
3147
+ "inheritedFrom": {
3148
+ "name": "Choices",
3149
+ "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
3150
+ }
3151
+ },
3152
+ {
3153
+ "name": "response-identifier",
3154
+ "type": {
3155
+ "text": "string"
3156
+ },
3157
+ "default": "''",
3158
+ "fieldName": "responseIdentifier",
3159
+ "inheritedFrom": {
3160
+ "name": "Interaction",
3161
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3162
+ }
3163
+ },
3164
+ {
3165
+ "name": "disabled",
3166
+ "type": {
3167
+ "text": "boolean"
3168
+ },
3169
+ "default": "false",
3170
+ "description": "disabled should be exposed to the attributes and accessible as property",
3171
+ "fieldName": "disabled",
3172
+ "inheritedFrom": {
3173
+ "name": "Interaction",
3174
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3175
+ }
3176
+ },
3177
+ {
3178
+ "name": "readonly",
3179
+ "type": {
3180
+ "text": "boolean"
3181
+ },
3182
+ "default": "false",
3183
+ "description": "readonly should be exposed to the attributes and accessible as property",
3184
+ "fieldName": "readonly",
3185
+ "inheritedFrom": {
3186
+ "name": "Interaction",
3187
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3188
+ }
3189
+ }
3190
+ ],
3191
+ "events": [
3192
+ {
3193
+ "name": "qti-register-interaction",
3194
+ "type": {
3195
+ "text": "CustomEvent"
3196
+ },
3197
+ "inheritedFrom": {
3198
+ "name": "Interaction",
3199
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3200
+ }
3201
+ },
3202
+ {
3203
+ "name": "qti-interaction-response",
3204
+ "type": {
3205
+ "text": "CustomEvent"
3206
+ },
3207
+ "inheritedFrom": {
3208
+ "name": "Interaction",
3209
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3210
+ }
3211
+ }
3212
+ ]
3213
+ }
3214
+ ],
3215
+ "exports": [
3216
+ {
3217
+ "kind": "js",
3218
+ "name": "QtiGraphicOrderInteraction",
3219
+ "declaration": {
3220
+ "name": "QtiGraphicOrderInteraction",
3221
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3222
+ }
3223
+ },
3224
+ {
3225
+ "kind": "custom-element-definition",
3226
+ "name": "qti-graphic-order-interaction",
3227
+ "declaration": {
3228
+ "name": "QtiGraphicOrderInteraction",
3229
+ "module": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/qti-graphic-order-interaction.ts"
3230
+ }
3231
+ }
3232
+ ]
3233
+ },
3219
3234
  {
3220
3235
  "kind": "javascript-module",
3221
3236
  "path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
@@ -4502,62 +4517,45 @@
4502
4517
  },
4503
4518
  {
4504
4519
  "kind": "javascript-module",
4505
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
4506
- "declarations": [
4507
- {
4508
- "kind": "class",
4509
- "description": "",
4510
- "name": "QtiConditionExpression",
4511
- "members": [],
4512
- "superclass": {
4513
- "name": "QtiExpression",
4514
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
4515
- }
4516
- }
4517
- ],
4518
- "exports": [
4519
- {
4520
- "kind": "js",
4521
- "name": "QtiConditionExpression",
4522
- "declaration": {
4523
- "name": "QtiConditionExpression",
4524
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
4525
- }
4526
- }
4527
- ]
4528
- },
4529
- {
4530
- "kind": "javascript-module",
4531
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
4520
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4532
4521
  "declarations": [
4533
4522
  {
4534
4523
  "kind": "class",
4535
4524
  "description": "",
4536
- "name": "QtiExpression",
4525
+ "name": "QtiResponseElse",
4537
4526
  "members": [],
4527
+ "attributes": [
4528
+ {
4529
+ "name": "debugCalculateResult",
4530
+ "type": {
4531
+ "text": "object"
4532
+ },
4533
+ "fieldName": "debugCalculateResult"
4534
+ }
4535
+ ],
4538
4536
  "superclass": {
4539
4537
  "name": "LitElement",
4540
4538
  "package": "lit"
4541
4539
  },
4542
- "tagName": "qti-expression",
4540
+ "tagName": "qti-response-else",
4543
4541
  "customElement": true
4544
4542
  }
4545
4543
  ],
4546
4544
  "exports": [
4547
4545
  {
4548
4546
  "kind": "js",
4549
- "name": "QtiExpression",
4547
+ "name": "QtiResponseElse",
4550
4548
  "declaration": {
4551
- "name": "QtiExpression",
4552
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4549
+ "name": "QtiResponseElse",
4550
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4553
4551
  }
4554
4552
  },
4555
4553
  {
4556
4554
  "kind": "custom-element-definition",
4557
- "name": "qti-expression",
4555
+ "name": "qti-response-else",
4558
4556
  "declaration": {
4559
- "name": "QtiExpression",
4560
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4557
+ "name": "QtiResponseElse",
4558
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4561
4559
  }
4562
4560
  }
4563
4561
  ]
@@ -4605,81 +4603,98 @@
4605
4603
  },
4606
4604
  {
4607
4605
  "kind": "javascript-module",
4608
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
4606
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
4609
4607
  "declarations": [
4610
4608
  {
4611
4609
  "kind": "class",
4612
4610
  "description": "",
4613
- "name": "QtiResponseElse",
4611
+ "name": "QtiRule",
4614
4612
  "members": [],
4615
- "attributes": [
4616
- {
4617
- "name": "debugCalculateResult",
4618
- "type": {
4619
- "text": "object"
4620
- },
4621
- "fieldName": "debugCalculateResult"
4622
- }
4623
- ],
4624
4613
  "superclass": {
4625
4614
  "name": "LitElement",
4626
4615
  "package": "lit"
4627
4616
  },
4628
- "tagName": "qti-response-else",
4617
+ "tagName": "qti-rule",
4629
4618
  "customElement": true
4630
4619
  }
4631
4620
  ],
4632
4621
  "exports": [
4633
4622
  {
4634
4623
  "kind": "js",
4635
- "name": "QtiResponseElse",
4624
+ "name": "QtiRule",
4636
4625
  "declaration": {
4637
- "name": "QtiResponseElse",
4638
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4626
+ "name": "QtiRule",
4627
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4639
4628
  }
4640
4629
  },
4641
4630
  {
4642
4631
  "kind": "custom-element-definition",
4643
- "name": "qti-response-else",
4632
+ "name": "qti-rule",
4644
4633
  "declaration": {
4645
- "name": "QtiResponseElse",
4646
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
4634
+ "name": "QtiRule",
4635
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4647
4636
  }
4648
4637
  }
4649
4638
  ]
4650
4639
  },
4651
4640
  {
4652
4641
  "kind": "javascript-module",
4653
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
4642
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
4654
4643
  "declarations": [
4655
4644
  {
4656
4645
  "kind": "class",
4657
4646
  "description": "",
4658
- "name": "QtiRule",
4647
+ "name": "QtiConditionExpression",
4648
+ "members": [],
4649
+ "superclass": {
4650
+ "name": "QtiExpression",
4651
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
4652
+ }
4653
+ }
4654
+ ],
4655
+ "exports": [
4656
+ {
4657
+ "kind": "js",
4658
+ "name": "QtiConditionExpression",
4659
+ "declaration": {
4660
+ "name": "QtiConditionExpression",
4661
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
4662
+ }
4663
+ }
4664
+ ]
4665
+ },
4666
+ {
4667
+ "kind": "javascript-module",
4668
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
4669
+ "declarations": [
4670
+ {
4671
+ "kind": "class",
4672
+ "description": "",
4673
+ "name": "QtiExpression",
4659
4674
  "members": [],
4660
4675
  "superclass": {
4661
4676
  "name": "LitElement",
4662
4677
  "package": "lit"
4663
4678
  },
4664
- "tagName": "qti-rule",
4679
+ "tagName": "qti-expression",
4665
4680
  "customElement": true
4666
4681
  }
4667
4682
  ],
4668
4683
  "exports": [
4669
4684
  {
4670
4685
  "kind": "js",
4671
- "name": "QtiRule",
4686
+ "name": "QtiExpression",
4672
4687
  "declaration": {
4673
- "name": "QtiRule",
4674
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4688
+ "name": "QtiExpression",
4689
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4675
4690
  }
4676
4691
  },
4677
4692
  {
4678
4693
  "kind": "custom-element-definition",
4679
- "name": "qti-rule",
4694
+ "name": "qti-expression",
4680
4695
  "declaration": {
4681
- "name": "QtiRule",
4682
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
4696
+ "name": "QtiExpression",
4697
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
4683
4698
  }
4684
4699
  }
4685
4700
  ]
@@ -5458,6 +5473,52 @@
5458
5473
  }
5459
5474
  ]
5460
5475
  },
5476
+ {
5477
+ "kind": "javascript-module",
5478
+ "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
5479
+ "declarations": [
5480
+ {
5481
+ "kind": "function",
5482
+ "name": "positionHotspots",
5483
+ "parameters": [
5484
+ {
5485
+ "name": "shape",
5486
+ "type": {
5487
+ "text": "string"
5488
+ }
5489
+ },
5490
+ {
5491
+ "name": "coordsNumber",
5492
+ "type": {
5493
+ "text": "number[]"
5494
+ }
5495
+ },
5496
+ {
5497
+ "name": "img",
5498
+ "type": {
5499
+ "text": "HTMLImageElement"
5500
+ }
5501
+ },
5502
+ {
5503
+ "name": "hotspot",
5504
+ "type": {
5505
+ "text": "QtiHotspotChoice"
5506
+ }
5507
+ }
5508
+ ]
5509
+ }
5510
+ ],
5511
+ "exports": [
5512
+ {
5513
+ "kind": "js",
5514
+ "name": "positionHotspots",
5515
+ "declaration": {
5516
+ "name": "positionHotspots",
5517
+ "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
5518
+ }
5519
+ }
5520
+ ]
5521
+ },
5461
5522
  {
5462
5523
  "kind": "javascript-module",
5463
5524
  "path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
@@ -5535,46 +5596,121 @@
5535
5596
  },
5536
5597
  {
5537
5598
  "kind": "javascript-module",
5538
- "path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
5599
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
5600
+ "declarations": [
5601
+ {
5602
+ "kind": "class",
5603
+ "description": "",
5604
+ "name": "QtiResponseIf",
5605
+ "members": [],
5606
+ "superclass": {
5607
+ "name": "QtiResponseElse",
5608
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
5609
+ },
5610
+ "tagName": "qti-response-if",
5611
+ "customElement": true,
5612
+ "attributes": [
5613
+ {
5614
+ "name": "debugCalculateResult",
5615
+ "type": {
5616
+ "text": "object"
5617
+ },
5618
+ "fieldName": "debugCalculateResult",
5619
+ "inheritedFrom": {
5620
+ "name": "QtiResponseElse",
5621
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
5622
+ }
5623
+ }
5624
+ ]
5625
+ }
5626
+ ],
5627
+ "exports": [
5628
+ {
5629
+ "kind": "js",
5630
+ "name": "QtiResponseIf",
5631
+ "declaration": {
5632
+ "name": "QtiResponseIf",
5633
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5634
+ }
5635
+ },
5636
+ {
5637
+ "kind": "custom-element-definition",
5638
+ "name": "qti-response-if",
5639
+ "declaration": {
5640
+ "name": "QtiResponseIf",
5641
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
5642
+ }
5643
+ }
5644
+ ]
5645
+ },
5646
+ {
5647
+ "kind": "javascript-module",
5648
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
5649
+ "declarations": [
5650
+ {
5651
+ "kind": "class",
5652
+ "description": "",
5653
+ "name": "QtiResponseCondition",
5654
+ "members": [],
5655
+ "superclass": {
5656
+ "name": "QtiRule",
5657
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
5658
+ },
5659
+ "tagName": "qti-response-condition",
5660
+ "customElement": true
5661
+ }
5662
+ ],
5663
+ "exports": [
5664
+ {
5665
+ "kind": "js",
5666
+ "name": "QtiResponseCondition",
5667
+ "declaration": {
5668
+ "name": "QtiResponseCondition",
5669
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
5670
+ }
5671
+ },
5672
+ {
5673
+ "kind": "custom-element-definition",
5674
+ "name": "qti-response-condition",
5675
+ "declaration": {
5676
+ "name": "QtiResponseCondition",
5677
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
5678
+ }
5679
+ }
5680
+ ]
5681
+ },
5682
+ {
5683
+ "kind": "javascript-module",
5684
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
5539
5685
  "declarations": [
5540
5686
  {
5541
- "kind": "function",
5542
- "name": "positionHotspots",
5543
- "parameters": [
5544
- {
5545
- "name": "shape",
5546
- "type": {
5547
- "text": "string"
5548
- }
5549
- },
5550
- {
5551
- "name": "coordsNumber",
5552
- "type": {
5553
- "text": "number[]"
5554
- }
5555
- },
5556
- {
5557
- "name": "img",
5558
- "type": {
5559
- "text": "HTMLImageElement"
5560
- }
5561
- },
5562
- {
5563
- "name": "hotspot",
5564
- "type": {
5565
- "text": "QtiHotspotChoice"
5566
- }
5567
- }
5568
- ]
5687
+ "kind": "class",
5688
+ "description": "",
5689
+ "name": "QtiSetOutcomeValue",
5690
+ "members": [],
5691
+ "superclass": {
5692
+ "name": "QtiRule",
5693
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
5694
+ },
5695
+ "tagName": "qti-set-outcome-value",
5696
+ "customElement": true
5569
5697
  }
5570
5698
  ],
5571
5699
  "exports": [
5572
5700
  {
5573
5701
  "kind": "js",
5574
- "name": "positionHotspots",
5702
+ "name": "QtiSetOutcomeValue",
5575
5703
  "declaration": {
5576
- "name": "positionHotspots",
5577
- "module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
5704
+ "name": "QtiSetOutcomeValue",
5705
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
5706
+ }
5707
+ },
5708
+ {
5709
+ "kind": "custom-element-definition",
5710
+ "name": "qti-set-outcome-value",
5711
+ "declaration": {
5712
+ "name": "QtiSetOutcomeValue",
5713
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
5578
5714
  }
5579
5715
  }
5580
5716
  ]
@@ -5735,128 +5871,128 @@
5735
5871
  },
5736
5872
  {
5737
5873
  "kind": "javascript-module",
5738
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
5874
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
5739
5875
  "declarations": [
5740
5876
  {
5741
5877
  "kind": "class",
5742
5878
  "description": "",
5743
- "name": "QtiEqual",
5879
+ "name": "QtiEqualRounded",
5744
5880
  "members": [],
5745
5881
  "attributes": [
5746
5882
  {
5747
- "name": "toleranceMode",
5883
+ "name": "roundingMode",
5748
5884
  "type": {
5749
- "text": "'exact' | 'relative' | 'absolute'"
5885
+ "text": "| \"decimalPlaces\"\n | \"significantFigures\""
5750
5886
  },
5751
- "default": "'exact'",
5752
- "fieldName": "toleranceMode"
5887
+ "default": "\"significantFigures\"",
5888
+ "fieldName": "roundingMode"
5753
5889
  }
5754
5890
  ],
5755
5891
  "superclass": {
5756
5892
  "name": "QtiExpression",
5757
5893
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5758
5894
  },
5759
- "tagName": "qti-equal",
5895
+ "tagName": "qti-equal-rounded",
5760
5896
  "customElement": true
5761
5897
  }
5762
5898
  ],
5763
5899
  "exports": [
5764
5900
  {
5765
5901
  "kind": "js",
5766
- "name": "QtiEqual",
5902
+ "name": "QtiEqualRounded",
5767
5903
  "declaration": {
5768
- "name": "QtiEqual",
5769
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
5904
+ "name": "QtiEqualRounded",
5905
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
5770
5906
  }
5771
5907
  },
5772
5908
  {
5773
5909
  "kind": "custom-element-definition",
5774
- "name": "qti-equal",
5910
+ "name": "qti-equal-rounded",
5775
5911
  "declaration": {
5776
- "name": "QtiEqual",
5777
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
5912
+ "name": "QtiEqualRounded",
5913
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
5778
5914
  }
5779
5915
  }
5780
5916
  ]
5781
5917
  },
5782
5918
  {
5783
5919
  "kind": "javascript-module",
5784
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
5920
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
5785
5921
  "declarations": [
5786
5922
  {
5787
5923
  "kind": "class",
5788
5924
  "description": "",
5789
- "name": "QtiEqualRounded",
5925
+ "name": "QtiGt",
5790
5926
  "members": [],
5791
- "attributes": [
5792
- {
5793
- "name": "roundingMode",
5794
- "type": {
5795
- "text": "| \"decimalPlaces\"\n | \"significantFigures\""
5796
- },
5797
- "default": "\"significantFigures\"",
5798
- "fieldName": "roundingMode"
5799
- }
5800
- ],
5801
5927
  "superclass": {
5802
5928
  "name": "QtiExpression",
5803
5929
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5804
5930
  },
5805
- "tagName": "qti-equal-rounded",
5931
+ "tagName": "qti-gt",
5806
5932
  "customElement": true
5807
5933
  }
5808
5934
  ],
5809
5935
  "exports": [
5810
5936
  {
5811
5937
  "kind": "js",
5812
- "name": "QtiEqualRounded",
5938
+ "name": "QtiGt",
5813
5939
  "declaration": {
5814
- "name": "QtiEqualRounded",
5815
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
5940
+ "name": "QtiGt",
5941
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
5816
5942
  }
5817
5943
  },
5818
5944
  {
5819
5945
  "kind": "custom-element-definition",
5820
- "name": "qti-equal-rounded",
5946
+ "name": "qti-gt",
5821
5947
  "declaration": {
5822
- "name": "QtiEqualRounded",
5823
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
5948
+ "name": "QtiGt",
5949
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
5824
5950
  }
5825
5951
  }
5826
5952
  ]
5827
5953
  },
5828
5954
  {
5829
5955
  "kind": "javascript-module",
5830
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
5956
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
5831
5957
  "declarations": [
5832
5958
  {
5833
5959
  "kind": "class",
5834
5960
  "description": "",
5835
- "name": "QtiGt",
5961
+ "name": "QtiEqual",
5836
5962
  "members": [],
5963
+ "attributes": [
5964
+ {
5965
+ "name": "toleranceMode",
5966
+ "type": {
5967
+ "text": "'exact' | 'relative' | 'absolute'"
5968
+ },
5969
+ "default": "'exact'",
5970
+ "fieldName": "toleranceMode"
5971
+ }
5972
+ ],
5837
5973
  "superclass": {
5838
5974
  "name": "QtiExpression",
5839
5975
  "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5840
5976
  },
5841
- "tagName": "qti-gt",
5977
+ "tagName": "qti-equal",
5842
5978
  "customElement": true
5843
5979
  }
5844
5980
  ],
5845
5981
  "exports": [
5846
5982
  {
5847
5983
  "kind": "js",
5848
- "name": "QtiGt",
5984
+ "name": "QtiEqual",
5849
5985
  "declaration": {
5850
- "name": "QtiGt",
5851
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
5986
+ "name": "QtiEqual",
5987
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
5852
5988
  }
5853
5989
  },
5854
5990
  {
5855
5991
  "kind": "custom-element-definition",
5856
- "name": "qti-gt",
5992
+ "name": "qti-equal",
5857
5993
  "declaration": {
5858
- "name": "QtiGt",
5859
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
5994
+ "name": "QtiEqual",
5995
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
5860
5996
  }
5861
5997
  }
5862
5998
  ]
@@ -6290,127 +6426,6 @@
6290
6426
  }
6291
6427
  ]
6292
6428
  },
6293
- {
6294
- "kind": "javascript-module",
6295
- "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
6296
- "declarations": [
6297
- {
6298
- "kind": "class",
6299
- "description": "",
6300
- "name": "QtiResponseIf",
6301
- "members": [],
6302
- "superclass": {
6303
- "name": "QtiResponseElse",
6304
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
6305
- },
6306
- "tagName": "qti-response-if",
6307
- "customElement": true,
6308
- "attributes": [
6309
- {
6310
- "name": "debugCalculateResult",
6311
- "type": {
6312
- "text": "object"
6313
- },
6314
- "fieldName": "debugCalculateResult",
6315
- "inheritedFrom": {
6316
- "name": "QtiResponseElse",
6317
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
6318
- }
6319
- }
6320
- ]
6321
- }
6322
- ],
6323
- "exports": [
6324
- {
6325
- "kind": "js",
6326
- "name": "QtiResponseIf",
6327
- "declaration": {
6328
- "name": "QtiResponseIf",
6329
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6330
- }
6331
- },
6332
- {
6333
- "kind": "custom-element-definition",
6334
- "name": "qti-response-if",
6335
- "declaration": {
6336
- "name": "QtiResponseIf",
6337
- "module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
6338
- }
6339
- }
6340
- ]
6341
- },
6342
- {
6343
- "kind": "javascript-module",
6344
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
6345
- "declarations": [
6346
- {
6347
- "kind": "class",
6348
- "description": "",
6349
- "name": "QtiResponseCondition",
6350
- "members": [],
6351
- "superclass": {
6352
- "name": "QtiRule",
6353
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6354
- },
6355
- "tagName": "qti-response-condition",
6356
- "customElement": true
6357
- }
6358
- ],
6359
- "exports": [
6360
- {
6361
- "kind": "js",
6362
- "name": "QtiResponseCondition",
6363
- "declaration": {
6364
- "name": "QtiResponseCondition",
6365
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6366
- }
6367
- },
6368
- {
6369
- "kind": "custom-element-definition",
6370
- "name": "qti-response-condition",
6371
- "declaration": {
6372
- "name": "QtiResponseCondition",
6373
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
6374
- }
6375
- }
6376
- ]
6377
- },
6378
- {
6379
- "kind": "javascript-module",
6380
- "path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
6381
- "declarations": [
6382
- {
6383
- "kind": "class",
6384
- "description": "",
6385
- "name": "QtiSetOutcomeValue",
6386
- "members": [],
6387
- "superclass": {
6388
- "name": "QtiRule",
6389
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
6390
- },
6391
- "tagName": "qti-set-outcome-value",
6392
- "customElement": true
6393
- }
6394
- ],
6395
- "exports": [
6396
- {
6397
- "kind": "js",
6398
- "name": "QtiSetOutcomeValue",
6399
- "declaration": {
6400
- "name": "QtiSetOutcomeValue",
6401
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
6402
- }
6403
- },
6404
- {
6405
- "kind": "custom-element-definition",
6406
- "name": "qti-set-outcome-value",
6407
- "declaration": {
6408
- "name": "QtiSetOutcomeValue",
6409
- "module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
6410
- }
6411
- }
6412
- ]
6413
- },
6414
6429
  {
6415
6430
  "kind": "javascript-module",
6416
6431
  "path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif.ts",