@citolab/qti-components 6.0.16 → 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.
- package/dist/{chunk-2EOV63WT.js → chunk-FIJLDR56.js} +1 -1
- package/dist/context/index.d.ts +1 -0
- package/dist/context/index.js +1 -0
- package/dist/context-a957e50e.d.ts +9 -0
- package/dist/custom-elements.json +472 -492
- package/dist/index.d.ts +1 -1
- package/dist/index.js +63 -143
- package/dist/qti-components/index.d.ts +3 -7
- package/dist/qti-components/index.js +70 -150
- package/dist/qti-item/index.js +1 -1
- package/dist/qti-item-react/index.d.ts +1 -1
- package/dist/qti-item-react/index.js +1 -1
- package/dist/{qti-simple-choice-e1c352e0.d.ts → qti-simple-choice-ca9b86db.d.ts} +1 -1
- package/package.json +47 -39
- package/dist/chunk-DLLHO3W2.js +0 -1
- package/dist/chunk-YDZUFMBB.js +0 -2204
- /package/dist/{chunk-L6436D6O.js → chunk-HQKT4SJF.js} +0 -0
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/lib/context/context.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "loggerContext"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"exports": [
|
|
15
|
+
{
|
|
16
|
+
"kind": "js",
|
|
17
|
+
"name": "loggerContext",
|
|
18
|
+
"declaration": {
|
|
19
|
+
"name": "loggerContext",
|
|
20
|
+
"module": "src/lib/context/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": "./context"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
5
40
|
{
|
|
6
41
|
"kind": "javascript-module",
|
|
7
42
|
"path": "src/lib/decorators/index.ts",
|
|
@@ -546,7 +581,7 @@
|
|
|
546
581
|
},
|
|
547
582
|
{
|
|
548
583
|
"kind": "javascript-module",
|
|
549
|
-
"path": "src/lib/qti-
|
|
584
|
+
"path": "src/lib/qti-item-react/index.ts",
|
|
550
585
|
"declarations": [],
|
|
551
586
|
"exports": [
|
|
552
587
|
{
|
|
@@ -554,42 +589,35 @@
|
|
|
554
589
|
"name": "*",
|
|
555
590
|
"declaration": {
|
|
556
591
|
"name": "*",
|
|
557
|
-
"package": "./qti-
|
|
592
|
+
"package": "./qti-item.react"
|
|
558
593
|
}
|
|
559
594
|
}
|
|
560
595
|
]
|
|
561
596
|
},
|
|
562
597
|
{
|
|
563
598
|
"kind": "javascript-module",
|
|
564
|
-
"path": "src/lib/qti-
|
|
599
|
+
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
565
600
|
"declarations": [
|
|
566
601
|
{
|
|
567
|
-
"kind": "
|
|
568
|
-
"name": "
|
|
569
|
-
"
|
|
570
|
-
{
|
|
571
|
-
"name": "xmlValue",
|
|
572
|
-
"type": {
|
|
573
|
-
"text": "string"
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
]
|
|
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})"
|
|
577
605
|
}
|
|
578
606
|
],
|
|
579
607
|
"exports": [
|
|
580
608
|
{
|
|
581
609
|
"kind": "js",
|
|
582
|
-
"name": "
|
|
610
|
+
"name": "QtiItem",
|
|
583
611
|
"declaration": {
|
|
584
|
-
"name": "
|
|
585
|
-
"module": "src/lib/qti-
|
|
612
|
+
"name": "QtiItem",
|
|
613
|
+
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
586
614
|
}
|
|
587
615
|
}
|
|
588
616
|
]
|
|
589
617
|
},
|
|
590
618
|
{
|
|
591
619
|
"kind": "javascript-module",
|
|
592
|
-
"path": "src/lib/qti-
|
|
620
|
+
"path": "src/lib/qti-transform/index.ts",
|
|
593
621
|
"declarations": [],
|
|
594
622
|
"exports": [
|
|
595
623
|
{
|
|
@@ -597,28 +625,35 @@
|
|
|
597
625
|
"name": "*",
|
|
598
626
|
"declaration": {
|
|
599
627
|
"name": "*",
|
|
600
|
-
"package": "./qti-
|
|
628
|
+
"package": "./qti-transform"
|
|
601
629
|
}
|
|
602
630
|
}
|
|
603
631
|
]
|
|
604
632
|
},
|
|
605
633
|
{
|
|
606
634
|
"kind": "javascript-module",
|
|
607
|
-
"path": "src/lib/qti-
|
|
635
|
+
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
608
636
|
"declarations": [
|
|
609
637
|
{
|
|
610
|
-
"kind": "
|
|
611
|
-
"name": "
|
|
612
|
-
"
|
|
638
|
+
"kind": "function",
|
|
639
|
+
"name": "qtiTransform",
|
|
640
|
+
"parameters": [
|
|
641
|
+
{
|
|
642
|
+
"name": "xmlValue",
|
|
643
|
+
"type": {
|
|
644
|
+
"text": "string"
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
]
|
|
613
648
|
}
|
|
614
649
|
],
|
|
615
650
|
"exports": [
|
|
616
651
|
{
|
|
617
652
|
"kind": "js",
|
|
618
|
-
"name": "
|
|
653
|
+
"name": "qtiTransform",
|
|
619
654
|
"declaration": {
|
|
620
|
-
"name": "
|
|
621
|
-
"module": "src/lib/qti-
|
|
655
|
+
"name": "qtiTransform",
|
|
656
|
+
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
622
657
|
}
|
|
623
658
|
}
|
|
624
659
|
]
|
|
@@ -2320,132 +2355,6 @@
|
|
|
2320
2355
|
}
|
|
2321
2356
|
]
|
|
2322
2357
|
},
|
|
2323
|
-
{
|
|
2324
|
-
"kind": "javascript-module",
|
|
2325
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2326
|
-
"declarations": [
|
|
2327
|
-
{
|
|
2328
|
-
"kind": "class",
|
|
2329
|
-
"description": "",
|
|
2330
|
-
"name": "QtiAssociateInteraction",
|
|
2331
|
-
"members": [],
|
|
2332
|
-
"mixins": [
|
|
2333
|
-
{
|
|
2334
|
-
"name": "DragDropInteractionMixin",
|
|
2335
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2336
|
-
}
|
|
2337
|
-
],
|
|
2338
|
-
"superclass": {
|
|
2339
|
-
"name": "LitElement",
|
|
2340
|
-
"package": "lit"
|
|
2341
|
-
},
|
|
2342
|
-
"tagName": "qti-associate-interaction",
|
|
2343
|
-
"customElement": true,
|
|
2344
|
-
"attributes": [
|
|
2345
|
-
{
|
|
2346
|
-
"name": "response-identifier",
|
|
2347
|
-
"type": {
|
|
2348
|
-
"text": "string"
|
|
2349
|
-
},
|
|
2350
|
-
"default": "''",
|
|
2351
|
-
"fieldName": "responseIdentifier",
|
|
2352
|
-
"inheritedFrom": {
|
|
2353
|
-
"name": "DragDropInteractionMixin",
|
|
2354
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2355
|
-
}
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"name": "disabled",
|
|
2359
|
-
"type": {
|
|
2360
|
-
"text": "boolean"
|
|
2361
|
-
},
|
|
2362
|
-
"default": "false",
|
|
2363
|
-
"fieldName": "disabled",
|
|
2364
|
-
"inheritedFrom": {
|
|
2365
|
-
"name": "DroppablesMixin",
|
|
2366
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2367
|
-
}
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"name": "readonly",
|
|
2371
|
-
"type": {
|
|
2372
|
-
"text": "boolean"
|
|
2373
|
-
},
|
|
2374
|
-
"default": "false",
|
|
2375
|
-
"fieldName": "readonly",
|
|
2376
|
-
"inheritedFrom": {
|
|
2377
|
-
"name": "DragDropInteractionMixin",
|
|
2378
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2379
|
-
}
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"name": "min-associations",
|
|
2383
|
-
"type": {
|
|
2384
|
-
"text": "number"
|
|
2385
|
-
},
|
|
2386
|
-
"default": "1",
|
|
2387
|
-
"fieldName": "minAssociations",
|
|
2388
|
-
"inheritedFrom": {
|
|
2389
|
-
"name": "DragDropInteractionMixin",
|
|
2390
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2391
|
-
}
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
"name": "max-associations",
|
|
2395
|
-
"type": {
|
|
2396
|
-
"text": "number"
|
|
2397
|
-
},
|
|
2398
|
-
"default": "1",
|
|
2399
|
-
"fieldName": "maxAssociations",
|
|
2400
|
-
"inheritedFrom": {
|
|
2401
|
-
"name": "DragDropInteractionMixin",
|
|
2402
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2403
|
-
}
|
|
2404
|
-
}
|
|
2405
|
-
],
|
|
2406
|
-
"events": [
|
|
2407
|
-
{
|
|
2408
|
-
"name": "qti-register-interaction",
|
|
2409
|
-
"type": {
|
|
2410
|
-
"text": "CustomEvent"
|
|
2411
|
-
},
|
|
2412
|
-
"inheritedFrom": {
|
|
2413
|
-
"name": "DragDropInteractionMixin",
|
|
2414
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2415
|
-
}
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"name": "qti-interaction-response",
|
|
2419
|
-
"type": {
|
|
2420
|
-
"text": "CustomEvent"
|
|
2421
|
-
},
|
|
2422
|
-
"inheritedFrom": {
|
|
2423
|
-
"name": "DragDropInteractionMixin",
|
|
2424
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2425
|
-
}
|
|
2426
|
-
}
|
|
2427
|
-
]
|
|
2428
|
-
}
|
|
2429
|
-
],
|
|
2430
|
-
"exports": [
|
|
2431
|
-
{
|
|
2432
|
-
"kind": "js",
|
|
2433
|
-
"name": "QtiAssociateInteraction",
|
|
2434
|
-
"declaration": {
|
|
2435
|
-
"name": "QtiAssociateInteraction",
|
|
2436
|
-
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2437
|
-
}
|
|
2438
|
-
},
|
|
2439
|
-
{
|
|
2440
|
-
"kind": "custom-element-definition",
|
|
2441
|
-
"name": "qti-associate-interaction",
|
|
2442
|
-
"declaration": {
|
|
2443
|
-
"name": "QtiAssociateInteraction",
|
|
2444
|
-
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2445
|
-
}
|
|
2446
|
-
}
|
|
2447
|
-
]
|
|
2448
|
-
},
|
|
2449
2358
|
{
|
|
2450
2359
|
"kind": "javascript-module",
|
|
2451
2360
|
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.mdx",
|
|
@@ -2724,24 +2633,24 @@
|
|
|
2724
2633
|
},
|
|
2725
2634
|
{
|
|
2726
2635
|
"kind": "javascript-module",
|
|
2727
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2636
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2728
2637
|
"declarations": [
|
|
2729
2638
|
{
|
|
2730
2639
|
"kind": "class",
|
|
2731
2640
|
"description": "",
|
|
2732
|
-
"name": "
|
|
2641
|
+
"name": "QtiAssociateInteraction",
|
|
2733
2642
|
"members": [],
|
|
2734
2643
|
"mixins": [
|
|
2735
2644
|
{
|
|
2736
2645
|
"name": "DragDropInteractionMixin",
|
|
2737
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop
|
|
2646
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2738
2647
|
}
|
|
2739
2648
|
],
|
|
2740
2649
|
"superclass": {
|
|
2741
2650
|
"name": "LitElement",
|
|
2742
2651
|
"package": "lit"
|
|
2743
2652
|
},
|
|
2744
|
-
"tagName": "qti-
|
|
2653
|
+
"tagName": "qti-associate-interaction",
|
|
2745
2654
|
"customElement": true,
|
|
2746
2655
|
"attributes": [
|
|
2747
2656
|
{
|
|
@@ -2832,36 +2741,42 @@
|
|
|
2832
2741
|
"exports": [
|
|
2833
2742
|
{
|
|
2834
2743
|
"kind": "js",
|
|
2835
|
-
"name": "
|
|
2744
|
+
"name": "QtiAssociateInteraction",
|
|
2836
2745
|
"declaration": {
|
|
2837
|
-
"name": "
|
|
2838
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2746
|
+
"name": "QtiAssociateInteraction",
|
|
2747
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2839
2748
|
}
|
|
2840
2749
|
},
|
|
2841
2750
|
{
|
|
2842
2751
|
"kind": "custom-element-definition",
|
|
2843
|
-
"name": "qti-
|
|
2752
|
+
"name": "qti-associate-interaction",
|
|
2844
2753
|
"declaration": {
|
|
2845
|
-
"name": "
|
|
2846
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2754
|
+
"name": "QtiAssociateInteraction",
|
|
2755
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2847
2756
|
}
|
|
2848
2757
|
}
|
|
2849
2758
|
]
|
|
2850
2759
|
},
|
|
2851
2760
|
{
|
|
2852
2761
|
"kind": "javascript-module",
|
|
2853
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2762
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
2854
2763
|
"declarations": [
|
|
2855
2764
|
{
|
|
2856
2765
|
"kind": "class",
|
|
2857
2766
|
"description": "",
|
|
2858
|
-
"name": "
|
|
2767
|
+
"name": "QtiGapMatchInteraction",
|
|
2859
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
|
+
],
|
|
2860
2775
|
"superclass": {
|
|
2861
|
-
"name": "
|
|
2862
|
-
"
|
|
2776
|
+
"name": "LitElement",
|
|
2777
|
+
"package": "lit"
|
|
2863
2778
|
},
|
|
2864
|
-
"tagName": "qti-
|
|
2779
|
+
"tagName": "qti-gap-match-interaction",
|
|
2865
2780
|
"customElement": true,
|
|
2866
2781
|
"attributes": [
|
|
2867
2782
|
{
|
|
@@ -2872,8 +2787,8 @@
|
|
|
2872
2787
|
"default": "''",
|
|
2873
2788
|
"fieldName": "responseIdentifier",
|
|
2874
2789
|
"inheritedFrom": {
|
|
2875
|
-
"name": "
|
|
2876
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2790
|
+
"name": "DragDropInteractionMixin",
|
|
2791
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2877
2792
|
}
|
|
2878
2793
|
},
|
|
2879
2794
|
{
|
|
@@ -2882,11 +2797,10 @@
|
|
|
2882
2797
|
"text": "boolean"
|
|
2883
2798
|
},
|
|
2884
2799
|
"default": "false",
|
|
2885
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2886
2800
|
"fieldName": "disabled",
|
|
2887
2801
|
"inheritedFrom": {
|
|
2888
|
-
"name": "
|
|
2889
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2802
|
+
"name": "DroppablesMixin",
|
|
2803
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2890
2804
|
}
|
|
2891
2805
|
},
|
|
2892
2806
|
{
|
|
@@ -2895,12 +2809,133 @@
|
|
|
2895
2809
|
"text": "boolean"
|
|
2896
2810
|
},
|
|
2897
2811
|
"default": "false",
|
|
2898
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2899
2812
|
"fieldName": "readonly",
|
|
2900
2813
|
"inheritedFrom": {
|
|
2901
|
-
"name": "
|
|
2902
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2903
|
-
}
|
|
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"
|
|
2840
|
+
}
|
|
2841
|
+
}
|
|
2842
|
+
],
|
|
2843
|
+
"events": [
|
|
2844
|
+
{
|
|
2845
|
+
"name": "qti-register-interaction",
|
|
2846
|
+
"type": {
|
|
2847
|
+
"text": "CustomEvent"
|
|
2848
|
+
},
|
|
2849
|
+
"inheritedFrom": {
|
|
2850
|
+
"name": "DragDropInteractionMixin",
|
|
2851
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"name": "qti-interaction-response",
|
|
2856
|
+
"type": {
|
|
2857
|
+
"text": "CustomEvent"
|
|
2858
|
+
},
|
|
2859
|
+
"inheritedFrom": {
|
|
2860
|
+
"name": "DragDropInteractionMixin",
|
|
2861
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
]
|
|
2865
|
+
}
|
|
2866
|
+
],
|
|
2867
|
+
"exports": [
|
|
2868
|
+
{
|
|
2869
|
+
"kind": "js",
|
|
2870
|
+
"name": "QtiGapMatchInteraction",
|
|
2871
|
+
"declaration": {
|
|
2872
|
+
"name": "QtiGapMatchInteraction",
|
|
2873
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"kind": "custom-element-definition",
|
|
2878
|
+
"name": "qti-gap-match-interaction",
|
|
2879
|
+
"declaration": {
|
|
2880
|
+
"name": "QtiGapMatchInteraction",
|
|
2881
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2882
|
+
}
|
|
2883
|
+
}
|
|
2884
|
+
]
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"kind": "javascript-module",
|
|
2888
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
2889
|
+
"declarations": [
|
|
2890
|
+
{
|
|
2891
|
+
"kind": "class",
|
|
2892
|
+
"description": "",
|
|
2893
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2894
|
+
"members": [],
|
|
2895
|
+
"superclass": {
|
|
2896
|
+
"name": "Interaction",
|
|
2897
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2898
|
+
},
|
|
2899
|
+
"tagName": "qti-graphic-associate-interaction",
|
|
2900
|
+
"customElement": true,
|
|
2901
|
+
"attributes": [
|
|
2902
|
+
{
|
|
2903
|
+
"name": "response-identifier",
|
|
2904
|
+
"type": {
|
|
2905
|
+
"text": "string"
|
|
2906
|
+
},
|
|
2907
|
+
"default": "''",
|
|
2908
|
+
"fieldName": "responseIdentifier",
|
|
2909
|
+
"inheritedFrom": {
|
|
2910
|
+
"name": "Interaction",
|
|
2911
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2912
|
+
}
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"name": "disabled",
|
|
2916
|
+
"type": {
|
|
2917
|
+
"text": "boolean"
|
|
2918
|
+
},
|
|
2919
|
+
"default": "false",
|
|
2920
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2921
|
+
"fieldName": "disabled",
|
|
2922
|
+
"inheritedFrom": {
|
|
2923
|
+
"name": "Interaction",
|
|
2924
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2925
|
+
}
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"name": "readonly",
|
|
2929
|
+
"type": {
|
|
2930
|
+
"text": "boolean"
|
|
2931
|
+
},
|
|
2932
|
+
"default": "false",
|
|
2933
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2934
|
+
"fieldName": "readonly",
|
|
2935
|
+
"inheritedFrom": {
|
|
2936
|
+
"name": "Interaction",
|
|
2937
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2938
|
+
}
|
|
2904
2939
|
}
|
|
2905
2940
|
],
|
|
2906
2941
|
"events": [
|
|
@@ -4480,68 +4515,6 @@
|
|
|
4480
4515
|
}
|
|
4481
4516
|
]
|
|
4482
4517
|
},
|
|
4483
|
-
{
|
|
4484
|
-
"kind": "javascript-module",
|
|
4485
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
4486
|
-
"declarations": [
|
|
4487
|
-
{
|
|
4488
|
-
"kind": "class",
|
|
4489
|
-
"description": "",
|
|
4490
|
-
"name": "QtiConditionExpression",
|
|
4491
|
-
"members": [],
|
|
4492
|
-
"superclass": {
|
|
4493
|
-
"name": "QtiExpression",
|
|
4494
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
4495
|
-
}
|
|
4496
|
-
}
|
|
4497
|
-
],
|
|
4498
|
-
"exports": [
|
|
4499
|
-
{
|
|
4500
|
-
"kind": "js",
|
|
4501
|
-
"name": "QtiConditionExpression",
|
|
4502
|
-
"declaration": {
|
|
4503
|
-
"name": "QtiConditionExpression",
|
|
4504
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
|
|
4505
|
-
}
|
|
4506
|
-
}
|
|
4507
|
-
]
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"kind": "javascript-module",
|
|
4511
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
4512
|
-
"declarations": [
|
|
4513
|
-
{
|
|
4514
|
-
"kind": "class",
|
|
4515
|
-
"description": "",
|
|
4516
|
-
"name": "QtiExpression",
|
|
4517
|
-
"members": [],
|
|
4518
|
-
"superclass": {
|
|
4519
|
-
"name": "LitElement",
|
|
4520
|
-
"package": "lit"
|
|
4521
|
-
},
|
|
4522
|
-
"tagName": "qti-expression",
|
|
4523
|
-
"customElement": true
|
|
4524
|
-
}
|
|
4525
|
-
],
|
|
4526
|
-
"exports": [
|
|
4527
|
-
{
|
|
4528
|
-
"kind": "js",
|
|
4529
|
-
"name": "QtiExpression",
|
|
4530
|
-
"declaration": {
|
|
4531
|
-
"name": "QtiExpression",
|
|
4532
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4533
|
-
}
|
|
4534
|
-
},
|
|
4535
|
-
{
|
|
4536
|
-
"kind": "custom-element-definition",
|
|
4537
|
-
"name": "qti-expression",
|
|
4538
|
-
"declaration": {
|
|
4539
|
-
"name": "QtiExpression",
|
|
4540
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4541
|
-
}
|
|
4542
|
-
}
|
|
4543
|
-
]
|
|
4544
|
-
},
|
|
4545
4518
|
{
|
|
4546
4519
|
"kind": "javascript-module",
|
|
4547
4520
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts",
|
|
@@ -4666,52 +4639,136 @@
|
|
|
4666
4639
|
},
|
|
4667
4640
|
{
|
|
4668
4641
|
"kind": "javascript-module",
|
|
4669
|
-
"path": "src/lib/qti-components/qti-
|
|
4670
|
-
"declarations": [
|
|
4642
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts",
|
|
4643
|
+
"declarations": [
|
|
4644
|
+
{
|
|
4645
|
+
"kind": "class",
|
|
4646
|
+
"description": "",
|
|
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
|
+
],
|
|
4671
4655
|
"exports": [
|
|
4672
4656
|
{
|
|
4673
4657
|
"kind": "js",
|
|
4674
|
-
"name": "
|
|
4658
|
+
"name": "QtiConditionExpression",
|
|
4675
4659
|
"declaration": {
|
|
4676
|
-
"name": "
|
|
4677
|
-
"module": "src/lib/qti-components/qti-
|
|
4660
|
+
"name": "QtiConditionExpression",
|
|
4661
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression.ts"
|
|
4678
4662
|
}
|
|
4679
4663
|
}
|
|
4680
4664
|
]
|
|
4681
4665
|
},
|
|
4682
4666
|
{
|
|
4683
4667
|
"kind": "javascript-module",
|
|
4684
|
-
"path": "src/lib/qti-components/qti-
|
|
4685
|
-
"declarations": [
|
|
4668
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts",
|
|
4669
|
+
"declarations": [
|
|
4670
|
+
{
|
|
4671
|
+
"kind": "class",
|
|
4672
|
+
"description": "",
|
|
4673
|
+
"name": "QtiExpression",
|
|
4674
|
+
"members": [],
|
|
4675
|
+
"superclass": {
|
|
4676
|
+
"name": "LitElement",
|
|
4677
|
+
"package": "lit"
|
|
4678
|
+
},
|
|
4679
|
+
"tagName": "qti-expression",
|
|
4680
|
+
"customElement": true
|
|
4681
|
+
}
|
|
4682
|
+
],
|
|
4686
4683
|
"exports": [
|
|
4687
4684
|
{
|
|
4688
4685
|
"kind": "js",
|
|
4689
|
-
"name": "
|
|
4686
|
+
"name": "QtiExpression",
|
|
4690
4687
|
"declaration": {
|
|
4691
|
-
"name": "
|
|
4692
|
-
"module": "src/lib/qti-components/qti-
|
|
4688
|
+
"name": "QtiExpression",
|
|
4689
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4690
|
+
}
|
|
4691
|
+
},
|
|
4692
|
+
{
|
|
4693
|
+
"kind": "custom-element-definition",
|
|
4694
|
+
"name": "qti-expression",
|
|
4695
|
+
"declaration": {
|
|
4696
|
+
"name": "QtiExpression",
|
|
4697
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression.ts"
|
|
4693
4698
|
}
|
|
4694
4699
|
}
|
|
4695
4700
|
]
|
|
4696
4701
|
},
|
|
4697
4702
|
{
|
|
4698
4703
|
"kind": "javascript-module",
|
|
4699
|
-
"path": "src/lib/qti-components/qti-utilities/
|
|
4700
|
-
"declarations": [
|
|
4704
|
+
"path": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts",
|
|
4705
|
+
"declarations": [
|
|
4706
|
+
{
|
|
4707
|
+
"kind": "class",
|
|
4708
|
+
"description": "",
|
|
4709
|
+
"name": "ScoringHelper",
|
|
4710
|
+
"members": []
|
|
4711
|
+
}
|
|
4712
|
+
],
|
|
4701
4713
|
"exports": [
|
|
4702
4714
|
{
|
|
4703
4715
|
"kind": "js",
|
|
4704
|
-
"name": "
|
|
4716
|
+
"name": "ScoringHelper",
|
|
4705
4717
|
"declaration": {
|
|
4706
|
-
"name": "
|
|
4707
|
-
"module": "src/lib/qti-components/qti-utilities/
|
|
4718
|
+
"name": "ScoringHelper",
|
|
4719
|
+
"module": "src/lib/qti-components/qti-responseprocessing/utilities/scoring-helper.ts"
|
|
4708
4720
|
}
|
|
4709
4721
|
}
|
|
4710
4722
|
]
|
|
4711
4723
|
},
|
|
4712
4724
|
{
|
|
4713
4725
|
"kind": "javascript-module",
|
|
4714
|
-
"path": "src/lib/qti-components/qti-utilities/events/qti-
|
|
4726
|
+
"path": "src/lib/qti-components/qti-utilities/events/qti-choice-element-selected.ts",
|
|
4727
|
+
"declarations": [],
|
|
4728
|
+
"exports": [
|
|
4729
|
+
{
|
|
4730
|
+
"kind": "js",
|
|
4731
|
+
"name": "default",
|
|
4732
|
+
"declaration": {
|
|
4733
|
+
"name": "QtiChoiceElementSelected",
|
|
4734
|
+
"module": "src/lib/qti-components/qti-utilities/events/qti-choice-element-selected.ts"
|
|
4735
|
+
}
|
|
4736
|
+
}
|
|
4737
|
+
]
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
"kind": "javascript-module",
|
|
4741
|
+
"path": "src/lib/qti-components/qti-utilities/events/qti-interaction-changed.ts",
|
|
4742
|
+
"declarations": [],
|
|
4743
|
+
"exports": [
|
|
4744
|
+
{
|
|
4745
|
+
"kind": "js",
|
|
4746
|
+
"name": "default",
|
|
4747
|
+
"declaration": {
|
|
4748
|
+
"name": "QtiInteractionChanged",
|
|
4749
|
+
"module": "src/lib/qti-components/qti-utilities/events/qti-interaction-changed.ts"
|
|
4750
|
+
}
|
|
4751
|
+
}
|
|
4752
|
+
]
|
|
4753
|
+
},
|
|
4754
|
+
{
|
|
4755
|
+
"kind": "javascript-module",
|
|
4756
|
+
"path": "src/lib/qti-components/qti-utilities/events/qti-interaction-response.ts",
|
|
4757
|
+
"declarations": [],
|
|
4758
|
+
"exports": [
|
|
4759
|
+
{
|
|
4760
|
+
"kind": "js",
|
|
4761
|
+
"name": "default",
|
|
4762
|
+
"declaration": {
|
|
4763
|
+
"name": "QtiInteractionResponse",
|
|
4764
|
+
"module": "src/lib/qti-components/qti-utilities/events/qti-interaction-response.ts"
|
|
4765
|
+
}
|
|
4766
|
+
}
|
|
4767
|
+
]
|
|
4768
|
+
},
|
|
4769
|
+
{
|
|
4770
|
+
"kind": "javascript-module",
|
|
4771
|
+
"path": "src/lib/qti-components/qti-utilities/events/qti-loose-choice.ts",
|
|
4715
4772
|
"declarations": [],
|
|
4716
4773
|
"exports": [
|
|
4717
4774
|
{
|
|
@@ -4921,83 +4978,6 @@
|
|
|
4921
4978
|
}
|
|
4922
4979
|
]
|
|
4923
4980
|
},
|
|
4924
|
-
{
|
|
4925
|
-
"kind": "javascript-module",
|
|
4926
|
-
"path": "src/lib/qti-components/utilities/context/context.ts",
|
|
4927
|
-
"declarations": [
|
|
4928
|
-
{
|
|
4929
|
-
"kind": "variable",
|
|
4930
|
-
"name": "loggerContext"
|
|
4931
|
-
}
|
|
4932
|
-
],
|
|
4933
|
-
"exports": [
|
|
4934
|
-
{
|
|
4935
|
-
"kind": "js",
|
|
4936
|
-
"name": "loggerContext",
|
|
4937
|
-
"declaration": {
|
|
4938
|
-
"name": "loggerContext",
|
|
4939
|
-
"module": "src/lib/qti-components/utilities/context/context.ts"
|
|
4940
|
-
}
|
|
4941
|
-
}
|
|
4942
|
-
]
|
|
4943
|
-
},
|
|
4944
|
-
{
|
|
4945
|
-
"kind": "javascript-module",
|
|
4946
|
-
"path": "src/lib/qti-components/utilities/reset-styles/reset-shadowroot-styles.ts",
|
|
4947
|
-
"declarations": [
|
|
4948
|
-
{
|
|
4949
|
-
"kind": "variable",
|
|
4950
|
-
"name": "resetCss",
|
|
4951
|
-
"default": "css`\n /***\n The new CSS reset - version 1.4.9 (last updated 11.2.2022)\n GitHub page: https://github.com/elad2412/the-new-css-reset\n ***/\n\n /*\n Remove all the styles of the \"User-Agent-Stylesheet\", except for the 'display' property\n - The \"symbol *\" part is to solve Firefox SVG sprite bug\n */\n *:where(:not(iframe, canvas, img, svg, video, object):not(svg *, symbol *)) {\n all: unset;\n display: revert;\n }\n\n /* Preferred box-sizing value */\n *,\n *::before,\n *::after {\n box-sizing: border-box;\n }\n\n /* Reapply the pointer cursor for anchor tags */\n a,\n button {\n cursor: revert;\n }\n\n /* Remove list styles (bullets/numbers) */\n ol,\n ul,\n menu {\n list-style: none;\n }\n\n /* For images to not be able to exceed their container */\n img {\n max-width: 100%;\n }\n\n /* removes spacing between cells in tables */\n table {\n border-collapse: collapse;\n }\n\n /* revert the 'white-space' property for textarea elements on Safari */\n textarea {\n white-space: revert;\n }\n\n /* minimum style to allow to style meter element */\n meter {\n -webkit-appearance: revert;\n appearance: revert;\n }\n\n /* reset default text opacity of input placeholder */\n ::placeholder {\n all: unset;\n }\n\n /* fix the feature of 'hidden' attribute.\n display:revert; revert to element instead of attribute */\n :where([hidden]) {\n display: none;\n }\n\n /* revert for bug in Chromium browsers\n - fix for the content editable attribute will work properly. */\n :where([contenteditable]) {\n -moz-user-modify: read-write;\n -webkit-user-modify: read-write;\n overflow-wrap: break-word;\n -webkit-line-break: after-white-space;\n }\n\n /* apply back the draggable feature - exist only in Chromium and Safari */\n :where([draggable='true']) {\n -webkit-user-drag: element;\n }\n`"
|
|
4952
|
-
}
|
|
4953
|
-
],
|
|
4954
|
-
"exports": [
|
|
4955
|
-
{
|
|
4956
|
-
"kind": "js",
|
|
4957
|
-
"name": "resetCss",
|
|
4958
|
-
"declaration": {
|
|
4959
|
-
"name": "resetCss",
|
|
4960
|
-
"module": "src/lib/qti-components/utilities/reset-styles/reset-shadowroot-styles.ts"
|
|
4961
|
-
}
|
|
4962
|
-
}
|
|
4963
|
-
]
|
|
4964
|
-
},
|
|
4965
|
-
{
|
|
4966
|
-
"kind": "javascript-module",
|
|
4967
|
-
"path": "src/lib/qti-components/utilities/scoring/scoring-helper.ts",
|
|
4968
|
-
"declarations": [
|
|
4969
|
-
{
|
|
4970
|
-
"kind": "class",
|
|
4971
|
-
"description": "",
|
|
4972
|
-
"name": "ScoringHelper",
|
|
4973
|
-
"members": []
|
|
4974
|
-
}
|
|
4975
|
-
],
|
|
4976
|
-
"exports": [
|
|
4977
|
-
{
|
|
4978
|
-
"kind": "js",
|
|
4979
|
-
"name": "ScoringHelper",
|
|
4980
|
-
"declaration": {
|
|
4981
|
-
"name": "ScoringHelper",
|
|
4982
|
-
"module": "src/lib/qti-components/utilities/scoring/scoring-helper.ts"
|
|
4983
|
-
}
|
|
4984
|
-
}
|
|
4985
|
-
]
|
|
4986
|
-
},
|
|
4987
|
-
{
|
|
4988
|
-
"kind": "javascript-module",
|
|
4989
|
-
"path": "src/lib/qti-components/utilities/styles/component.styles.ts",
|
|
4990
|
-
"declarations": [],
|
|
4991
|
-
"exports": [
|
|
4992
|
-
{
|
|
4993
|
-
"kind": "js",
|
|
4994
|
-
"name": "default",
|
|
4995
|
-
"declaration": {
|
|
4996
|
-
"module": "src/lib/qti-components/utilities/styles/component.styles.ts"
|
|
4997
|
-
}
|
|
4998
|
-
}
|
|
4999
|
-
]
|
|
5000
|
-
},
|
|
5001
4981
|
{
|
|
5002
4982
|
"kind": "javascript-module",
|
|
5003
4983
|
"path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
|
|
@@ -5614,6 +5594,127 @@
|
|
|
5614
5594
|
}
|
|
5615
5595
|
]
|
|
5616
5596
|
},
|
|
5597
|
+
{
|
|
5598
|
+
"kind": "javascript-module",
|
|
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",
|
|
5685
|
+
"declarations": [
|
|
5686
|
+
{
|
|
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
|
|
5697
|
+
}
|
|
5698
|
+
],
|
|
5699
|
+
"exports": [
|
|
5700
|
+
{
|
|
5701
|
+
"kind": "js",
|
|
5702
|
+
"name": "QtiSetOutcomeValue",
|
|
5703
|
+
"declaration": {
|
|
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"
|
|
5714
|
+
}
|
|
5715
|
+
}
|
|
5716
|
+
]
|
|
5717
|
+
},
|
|
5617
5718
|
{
|
|
5618
5719
|
"kind": "javascript-module",
|
|
5619
5720
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
@@ -5770,128 +5871,128 @@
|
|
|
5770
5871
|
},
|
|
5771
5872
|
{
|
|
5772
5873
|
"kind": "javascript-module",
|
|
5773
|
-
"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",
|
|
5774
5875
|
"declarations": [
|
|
5775
5876
|
{
|
|
5776
5877
|
"kind": "class",
|
|
5777
5878
|
"description": "",
|
|
5778
|
-
"name": "
|
|
5879
|
+
"name": "QtiEqualRounded",
|
|
5779
5880
|
"members": [],
|
|
5780
5881
|
"attributes": [
|
|
5781
5882
|
{
|
|
5782
|
-
"name": "
|
|
5883
|
+
"name": "roundingMode",
|
|
5783
5884
|
"type": {
|
|
5784
|
-
"text": "
|
|
5885
|
+
"text": "| \"decimalPlaces\"\n | \"significantFigures\""
|
|
5785
5886
|
},
|
|
5786
|
-
"default": "
|
|
5787
|
-
"fieldName": "
|
|
5887
|
+
"default": "\"significantFigures\"",
|
|
5888
|
+
"fieldName": "roundingMode"
|
|
5788
5889
|
}
|
|
5789
5890
|
],
|
|
5790
5891
|
"superclass": {
|
|
5791
5892
|
"name": "QtiExpression",
|
|
5792
5893
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5793
5894
|
},
|
|
5794
|
-
"tagName": "qti-equal",
|
|
5895
|
+
"tagName": "qti-equal-rounded",
|
|
5795
5896
|
"customElement": true
|
|
5796
5897
|
}
|
|
5797
5898
|
],
|
|
5798
5899
|
"exports": [
|
|
5799
5900
|
{
|
|
5800
5901
|
"kind": "js",
|
|
5801
|
-
"name": "
|
|
5902
|
+
"name": "QtiEqualRounded",
|
|
5802
5903
|
"declaration": {
|
|
5803
|
-
"name": "
|
|
5804
|
-
"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"
|
|
5805
5906
|
}
|
|
5806
5907
|
},
|
|
5807
5908
|
{
|
|
5808
5909
|
"kind": "custom-element-definition",
|
|
5809
|
-
"name": "qti-equal",
|
|
5910
|
+
"name": "qti-equal-rounded",
|
|
5810
5911
|
"declaration": {
|
|
5811
|
-
"name": "
|
|
5812
|
-
"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"
|
|
5813
5914
|
}
|
|
5814
5915
|
}
|
|
5815
5916
|
]
|
|
5816
5917
|
},
|
|
5817
5918
|
{
|
|
5818
5919
|
"kind": "javascript-module",
|
|
5819
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5920
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts",
|
|
5820
5921
|
"declarations": [
|
|
5821
5922
|
{
|
|
5822
5923
|
"kind": "class",
|
|
5823
5924
|
"description": "",
|
|
5824
|
-
"name": "
|
|
5925
|
+
"name": "QtiGt",
|
|
5825
5926
|
"members": [],
|
|
5826
|
-
"attributes": [
|
|
5827
|
-
{
|
|
5828
|
-
"name": "roundingMode",
|
|
5829
|
-
"type": {
|
|
5830
|
-
"text": "| \"decimalPlaces\"\n | \"significantFigures\""
|
|
5831
|
-
},
|
|
5832
|
-
"default": "\"significantFigures\"",
|
|
5833
|
-
"fieldName": "roundingMode"
|
|
5834
|
-
}
|
|
5835
|
-
],
|
|
5836
5927
|
"superclass": {
|
|
5837
5928
|
"name": "QtiExpression",
|
|
5838
5929
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5839
5930
|
},
|
|
5840
|
-
"tagName": "qti-
|
|
5931
|
+
"tagName": "qti-gt",
|
|
5841
5932
|
"customElement": true
|
|
5842
5933
|
}
|
|
5843
5934
|
],
|
|
5844
5935
|
"exports": [
|
|
5845
5936
|
{
|
|
5846
5937
|
"kind": "js",
|
|
5847
|
-
"name": "
|
|
5938
|
+
"name": "QtiGt",
|
|
5848
5939
|
"declaration": {
|
|
5849
|
-
"name": "
|
|
5850
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5940
|
+
"name": "QtiGt",
|
|
5941
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
5851
5942
|
}
|
|
5852
5943
|
},
|
|
5853
5944
|
{
|
|
5854
5945
|
"kind": "custom-element-definition",
|
|
5855
|
-
"name": "qti-
|
|
5946
|
+
"name": "qti-gt",
|
|
5856
5947
|
"declaration": {
|
|
5857
|
-
"name": "
|
|
5858
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5948
|
+
"name": "QtiGt",
|
|
5949
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gt/qti-gt.ts"
|
|
5859
5950
|
}
|
|
5860
5951
|
}
|
|
5861
5952
|
]
|
|
5862
5953
|
},
|
|
5863
5954
|
{
|
|
5864
5955
|
"kind": "javascript-module",
|
|
5865
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5956
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
|
|
5866
5957
|
"declarations": [
|
|
5867
5958
|
{
|
|
5868
5959
|
"kind": "class",
|
|
5869
5960
|
"description": "",
|
|
5870
|
-
"name": "
|
|
5961
|
+
"name": "QtiEqual",
|
|
5871
5962
|
"members": [],
|
|
5963
|
+
"attributes": [
|
|
5964
|
+
{
|
|
5965
|
+
"name": "toleranceMode",
|
|
5966
|
+
"type": {
|
|
5967
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
5968
|
+
},
|
|
5969
|
+
"default": "'exact'",
|
|
5970
|
+
"fieldName": "toleranceMode"
|
|
5971
|
+
}
|
|
5972
|
+
],
|
|
5872
5973
|
"superclass": {
|
|
5873
5974
|
"name": "QtiExpression",
|
|
5874
5975
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5875
5976
|
},
|
|
5876
|
-
"tagName": "qti-
|
|
5977
|
+
"tagName": "qti-equal",
|
|
5877
5978
|
"customElement": true
|
|
5878
5979
|
}
|
|
5879
5980
|
],
|
|
5880
5981
|
"exports": [
|
|
5881
5982
|
{
|
|
5882
5983
|
"kind": "js",
|
|
5883
|
-
"name": "
|
|
5984
|
+
"name": "QtiEqual",
|
|
5884
5985
|
"declaration": {
|
|
5885
|
-
"name": "
|
|
5886
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5986
|
+
"name": "QtiEqual",
|
|
5987
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5887
5988
|
}
|
|
5888
5989
|
},
|
|
5889
5990
|
{
|
|
5890
5991
|
"kind": "custom-element-definition",
|
|
5891
|
-
"name": "qti-
|
|
5992
|
+
"name": "qti-equal",
|
|
5892
5993
|
"declaration": {
|
|
5893
|
-
"name": "
|
|
5894
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-
|
|
5994
|
+
"name": "QtiEqual",
|
|
5995
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5895
5996
|
}
|
|
5896
5997
|
}
|
|
5897
5998
|
]
|
|
@@ -6325,127 +6426,6 @@
|
|
|
6325
6426
|
}
|
|
6326
6427
|
]
|
|
6327
6428
|
},
|
|
6328
|
-
{
|
|
6329
|
-
"kind": "javascript-module",
|
|
6330
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
6331
|
-
"declarations": [
|
|
6332
|
-
{
|
|
6333
|
-
"kind": "class",
|
|
6334
|
-
"description": "",
|
|
6335
|
-
"name": "QtiResponseIf",
|
|
6336
|
-
"members": [],
|
|
6337
|
-
"superclass": {
|
|
6338
|
-
"name": "QtiResponseElse",
|
|
6339
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse"
|
|
6340
|
-
},
|
|
6341
|
-
"tagName": "qti-response-if",
|
|
6342
|
-
"customElement": true,
|
|
6343
|
-
"attributes": [
|
|
6344
|
-
{
|
|
6345
|
-
"name": "debugCalculateResult",
|
|
6346
|
-
"type": {
|
|
6347
|
-
"text": "object"
|
|
6348
|
-
},
|
|
6349
|
-
"fieldName": "debugCalculateResult",
|
|
6350
|
-
"inheritedFrom": {
|
|
6351
|
-
"name": "QtiResponseElse",
|
|
6352
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
6353
|
-
}
|
|
6354
|
-
}
|
|
6355
|
-
]
|
|
6356
|
-
}
|
|
6357
|
-
],
|
|
6358
|
-
"exports": [
|
|
6359
|
-
{
|
|
6360
|
-
"kind": "js",
|
|
6361
|
-
"name": "QtiResponseIf",
|
|
6362
|
-
"declaration": {
|
|
6363
|
-
"name": "QtiResponseIf",
|
|
6364
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6365
|
-
}
|
|
6366
|
-
},
|
|
6367
|
-
{
|
|
6368
|
-
"kind": "custom-element-definition",
|
|
6369
|
-
"name": "qti-response-if",
|
|
6370
|
-
"declaration": {
|
|
6371
|
-
"name": "QtiResponseIf",
|
|
6372
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts"
|
|
6373
|
-
}
|
|
6374
|
-
}
|
|
6375
|
-
]
|
|
6376
|
-
},
|
|
6377
|
-
{
|
|
6378
|
-
"kind": "javascript-module",
|
|
6379
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
|
|
6380
|
-
"declarations": [
|
|
6381
|
-
{
|
|
6382
|
-
"kind": "class",
|
|
6383
|
-
"description": "",
|
|
6384
|
-
"name": "QtiResponseCondition",
|
|
6385
|
-
"members": [],
|
|
6386
|
-
"superclass": {
|
|
6387
|
-
"name": "QtiRule",
|
|
6388
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
|
|
6389
|
-
},
|
|
6390
|
-
"tagName": "qti-response-condition",
|
|
6391
|
-
"customElement": true
|
|
6392
|
-
}
|
|
6393
|
-
],
|
|
6394
|
-
"exports": [
|
|
6395
|
-
{
|
|
6396
|
-
"kind": "js",
|
|
6397
|
-
"name": "QtiResponseCondition",
|
|
6398
|
-
"declaration": {
|
|
6399
|
-
"name": "QtiResponseCondition",
|
|
6400
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
|
|
6401
|
-
}
|
|
6402
|
-
},
|
|
6403
|
-
{
|
|
6404
|
-
"kind": "custom-element-definition",
|
|
6405
|
-
"name": "qti-response-condition",
|
|
6406
|
-
"declaration": {
|
|
6407
|
-
"name": "QtiResponseCondition",
|
|
6408
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts"
|
|
6409
|
-
}
|
|
6410
|
-
}
|
|
6411
|
-
]
|
|
6412
|
-
},
|
|
6413
|
-
{
|
|
6414
|
-
"kind": "javascript-module",
|
|
6415
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts",
|
|
6416
|
-
"declarations": [
|
|
6417
|
-
{
|
|
6418
|
-
"kind": "class",
|
|
6419
|
-
"description": "",
|
|
6420
|
-
"name": "QtiSetOutcomeValue",
|
|
6421
|
-
"members": [],
|
|
6422
|
-
"superclass": {
|
|
6423
|
-
"name": "QtiRule",
|
|
6424
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule"
|
|
6425
|
-
},
|
|
6426
|
-
"tagName": "qti-set-outcome-value",
|
|
6427
|
-
"customElement": true
|
|
6428
|
-
}
|
|
6429
|
-
],
|
|
6430
|
-
"exports": [
|
|
6431
|
-
{
|
|
6432
|
-
"kind": "js",
|
|
6433
|
-
"name": "QtiSetOutcomeValue",
|
|
6434
|
-
"declaration": {
|
|
6435
|
-
"name": "QtiSetOutcomeValue",
|
|
6436
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
|
|
6437
|
-
}
|
|
6438
|
-
},
|
|
6439
|
-
{
|
|
6440
|
-
"kind": "custom-element-definition",
|
|
6441
|
-
"name": "qti-set-outcome-value",
|
|
6442
|
-
"declaration": {
|
|
6443
|
-
"name": "QtiSetOutcomeValue",
|
|
6444
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-setoutcomevalue/qti-setoutcomevalue.ts"
|
|
6445
|
-
}
|
|
6446
|
-
}
|
|
6447
|
-
]
|
|
6448
|
-
},
|
|
6449
6429
|
{
|
|
6450
6430
|
"kind": "javascript-module",
|
|
6451
6431
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseelseif/qti-responseelseif.ts",
|