@citolab/qti-components 6.6.0 → 6.6.1-1
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/custom-elements.json +666 -666
- package/package.json +1 -1
|
@@ -2,6 +2,159 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/lib/decorators/index.ts",
|
|
8
|
+
"declarations": [],
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "js",
|
|
12
|
+
"name": "*",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "*",
|
|
15
|
+
"package": "./live-query"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"kind": "js",
|
|
20
|
+
"name": "*",
|
|
21
|
+
"declaration": {
|
|
22
|
+
"name": "*",
|
|
23
|
+
"package": "./watch"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"kind": "javascript-module",
|
|
30
|
+
"path": "src/lib/decorators/live-query.ts",
|
|
31
|
+
"declarations": [
|
|
32
|
+
{
|
|
33
|
+
"kind": "function",
|
|
34
|
+
"name": "liveQuery",
|
|
35
|
+
"parameters": [
|
|
36
|
+
{
|
|
37
|
+
"name": "querySelector",
|
|
38
|
+
"type": {
|
|
39
|
+
"text": "string"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "options",
|
|
44
|
+
"optional": true,
|
|
45
|
+
"type": {
|
|
46
|
+
"text": "LiveQueryOptions"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"exports": [
|
|
53
|
+
{
|
|
54
|
+
"kind": "js",
|
|
55
|
+
"name": "liveQuery",
|
|
56
|
+
"declaration": {
|
|
57
|
+
"name": "liveQuery",
|
|
58
|
+
"module": "src/lib/decorators/live-query.ts"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"kind": "javascript-module",
|
|
65
|
+
"path": "src/lib/decorators/watch.ts",
|
|
66
|
+
"declarations": [
|
|
67
|
+
{
|
|
68
|
+
"kind": "function",
|
|
69
|
+
"name": "watch",
|
|
70
|
+
"parameters": [
|
|
71
|
+
{
|
|
72
|
+
"name": "propertyName",
|
|
73
|
+
"type": {
|
|
74
|
+
"text": "string | string[]"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "options",
|
|
79
|
+
"optional": true,
|
|
80
|
+
"type": {
|
|
81
|
+
"text": "WatchOptions"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"exports": [
|
|
89
|
+
{
|
|
90
|
+
"kind": "js",
|
|
91
|
+
"name": "watch",
|
|
92
|
+
"declaration": {
|
|
93
|
+
"name": "watch",
|
|
94
|
+
"module": "src/lib/decorators/watch.ts"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"kind": "javascript-module",
|
|
101
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
102
|
+
"declarations": [],
|
|
103
|
+
"exports": [
|
|
104
|
+
{
|
|
105
|
+
"kind": "js",
|
|
106
|
+
"name": "*",
|
|
107
|
+
"declaration": {
|
|
108
|
+
"name": "*",
|
|
109
|
+
"package": "./qti-transformers"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "javascript-module",
|
|
116
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
117
|
+
"declarations": [
|
|
118
|
+
{
|
|
119
|
+
"kind": "function",
|
|
120
|
+
"name": "qtiTransformItem",
|
|
121
|
+
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
122
|
+
"return": {
|
|
123
|
+
"type": {
|
|
124
|
+
"text": ""
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind": "function",
|
|
130
|
+
"name": "qtiTransformTest",
|
|
131
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
132
|
+
"return": {
|
|
133
|
+
"type": {
|
|
134
|
+
"text": ""
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"exports": [
|
|
140
|
+
{
|
|
141
|
+
"kind": "js",
|
|
142
|
+
"name": "qtiTransformItem",
|
|
143
|
+
"declaration": {
|
|
144
|
+
"name": "qtiTransformItem",
|
|
145
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"kind": "js",
|
|
150
|
+
"name": "qtiTransformTest",
|
|
151
|
+
"declaration": {
|
|
152
|
+
"name": "qtiTransformTest",
|
|
153
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
5
158
|
{
|
|
6
159
|
"kind": "javascript-module",
|
|
7
160
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -395,161 +548,8 @@
|
|
|
395
548
|
"kind": "js",
|
|
396
549
|
"name": "*",
|
|
397
550
|
"declaration": {
|
|
398
|
-
"name": "*",
|
|
399
|
-
"package": "./qti-assessment-item/qti-assessment-item.context"
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
]
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"kind": "javascript-module",
|
|
406
|
-
"path": "src/lib/qti-transformers/index.ts",
|
|
407
|
-
"declarations": [],
|
|
408
|
-
"exports": [
|
|
409
|
-
{
|
|
410
|
-
"kind": "js",
|
|
411
|
-
"name": "*",
|
|
412
|
-
"declaration": {
|
|
413
|
-
"name": "*",
|
|
414
|
-
"package": "./qti-transformers"
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
]
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"kind": "javascript-module",
|
|
421
|
-
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
422
|
-
"declarations": [
|
|
423
|
-
{
|
|
424
|
-
"kind": "function",
|
|
425
|
-
"name": "qtiTransformItem",
|
|
426
|
-
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
427
|
-
"return": {
|
|
428
|
-
"type": {
|
|
429
|
-
"text": ""
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"kind": "function",
|
|
435
|
-
"name": "qtiTransformTest",
|
|
436
|
-
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
437
|
-
"return": {
|
|
438
|
-
"type": {
|
|
439
|
-
"text": ""
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
"exports": [
|
|
445
|
-
{
|
|
446
|
-
"kind": "js",
|
|
447
|
-
"name": "qtiTransformItem",
|
|
448
|
-
"declaration": {
|
|
449
|
-
"name": "qtiTransformItem",
|
|
450
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
451
|
-
}
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"kind": "js",
|
|
455
|
-
"name": "qtiTransformTest",
|
|
456
|
-
"declaration": {
|
|
457
|
-
"name": "qtiTransformTest",
|
|
458
|
-
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
]
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"kind": "javascript-module",
|
|
465
|
-
"path": "src/lib/decorators/index.ts",
|
|
466
|
-
"declarations": [],
|
|
467
|
-
"exports": [
|
|
468
|
-
{
|
|
469
|
-
"kind": "js",
|
|
470
|
-
"name": "*",
|
|
471
|
-
"declaration": {
|
|
472
|
-
"name": "*",
|
|
473
|
-
"package": "./live-query"
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"kind": "js",
|
|
478
|
-
"name": "*",
|
|
479
|
-
"declaration": {
|
|
480
|
-
"name": "*",
|
|
481
|
-
"package": "./watch"
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
]
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"kind": "javascript-module",
|
|
488
|
-
"path": "src/lib/decorators/live-query.ts",
|
|
489
|
-
"declarations": [
|
|
490
|
-
{
|
|
491
|
-
"kind": "function",
|
|
492
|
-
"name": "liveQuery",
|
|
493
|
-
"parameters": [
|
|
494
|
-
{
|
|
495
|
-
"name": "querySelector",
|
|
496
|
-
"type": {
|
|
497
|
-
"text": "string"
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "options",
|
|
502
|
-
"optional": true,
|
|
503
|
-
"type": {
|
|
504
|
-
"text": "LiveQueryOptions"
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
]
|
|
508
|
-
}
|
|
509
|
-
],
|
|
510
|
-
"exports": [
|
|
511
|
-
{
|
|
512
|
-
"kind": "js",
|
|
513
|
-
"name": "liveQuery",
|
|
514
|
-
"declaration": {
|
|
515
|
-
"name": "liveQuery",
|
|
516
|
-
"module": "src/lib/decorators/live-query.ts"
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
]
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"kind": "javascript-module",
|
|
523
|
-
"path": "src/lib/decorators/watch.ts",
|
|
524
|
-
"declarations": [
|
|
525
|
-
{
|
|
526
|
-
"kind": "function",
|
|
527
|
-
"name": "watch",
|
|
528
|
-
"parameters": [
|
|
529
|
-
{
|
|
530
|
-
"name": "propertyName",
|
|
531
|
-
"type": {
|
|
532
|
-
"text": "string | string[]"
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"name": "options",
|
|
537
|
-
"optional": true,
|
|
538
|
-
"type": {
|
|
539
|
-
"text": "WatchOptions"
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
],
|
|
543
|
-
"description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
|
|
544
|
-
}
|
|
545
|
-
],
|
|
546
|
-
"exports": [
|
|
547
|
-
{
|
|
548
|
-
"kind": "js",
|
|
549
|
-
"name": "watch",
|
|
550
|
-
"declaration": {
|
|
551
|
-
"name": "watch",
|
|
552
|
-
"module": "src/lib/decorators/watch.ts"
|
|
551
|
+
"name": "*",
|
|
552
|
+
"package": "./qti-assessment-item/qti-assessment-item.context"
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
]
|
|
@@ -2822,32 +2822,47 @@
|
|
|
2822
2822
|
},
|
|
2823
2823
|
{
|
|
2824
2824
|
"kind": "javascript-module",
|
|
2825
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2825
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
|
|
2826
2826
|
"declarations": [],
|
|
2827
2827
|
"exports": []
|
|
2828
2828
|
},
|
|
2829
2829
|
{
|
|
2830
2830
|
"kind": "javascript-module",
|
|
2831
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2831
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
2832
2832
|
"declarations": [
|
|
2833
2833
|
{
|
|
2834
2834
|
"kind": "class",
|
|
2835
2835
|
"description": "",
|
|
2836
|
-
"name": "
|
|
2836
|
+
"name": "QtiExtendedTextInteraction",
|
|
2837
2837
|
"members": [],
|
|
2838
|
-
"mixins": [
|
|
2839
|
-
{
|
|
2840
|
-
"name": "DragDropInteractionMixin",
|
|
2841
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2842
|
-
}
|
|
2843
|
-
],
|
|
2844
|
-
"superclass": {
|
|
2845
|
-
"name": "LitElement",
|
|
2846
|
-
"package": "lit"
|
|
2847
|
-
},
|
|
2848
|
-
"tagName": "qti-gap-match-interaction",
|
|
2849
|
-
"customElement": true,
|
|
2850
2838
|
"attributes": [
|
|
2839
|
+
{
|
|
2840
|
+
"name": "expected-length",
|
|
2841
|
+
"type": {
|
|
2842
|
+
"text": "number"
|
|
2843
|
+
},
|
|
2844
|
+
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2845
|
+
"fieldName": "expectedLength"
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"name": "pattern-mask",
|
|
2849
|
+
"type": {
|
|
2850
|
+
"text": "string"
|
|
2851
|
+
},
|
|
2852
|
+
"fieldName": "patternMask"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"name": "placeholder-text",
|
|
2856
|
+
"type": {
|
|
2857
|
+
"text": "string"
|
|
2858
|
+
},
|
|
2859
|
+
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2860
|
+
"fieldName": "placeholderText"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"name": "class",
|
|
2864
|
+
"fieldName": "classNames"
|
|
2865
|
+
},
|
|
2851
2866
|
{
|
|
2852
2867
|
"name": "response-identifier",
|
|
2853
2868
|
"type": {
|
|
@@ -2856,8 +2871,8 @@
|
|
|
2856
2871
|
"default": "''",
|
|
2857
2872
|
"fieldName": "responseIdentifier",
|
|
2858
2873
|
"inheritedFrom": {
|
|
2859
|
-
"name": "
|
|
2860
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2874
|
+
"name": "Interaction",
|
|
2875
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2861
2876
|
}
|
|
2862
2877
|
},
|
|
2863
2878
|
{
|
|
@@ -2866,10 +2881,11 @@
|
|
|
2866
2881
|
"text": "boolean"
|
|
2867
2882
|
},
|
|
2868
2883
|
"default": "false",
|
|
2884
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2869
2885
|
"fieldName": "disabled",
|
|
2870
2886
|
"inheritedFrom": {
|
|
2871
|
-
"name": "
|
|
2872
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2887
|
+
"name": "Interaction",
|
|
2888
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2873
2889
|
}
|
|
2874
2890
|
},
|
|
2875
2891
|
{
|
|
@@ -2878,37 +2894,20 @@
|
|
|
2878
2894
|
"text": "boolean"
|
|
2879
2895
|
},
|
|
2880
2896
|
"default": "false",
|
|
2897
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2881
2898
|
"fieldName": "readonly",
|
|
2882
2899
|
"inheritedFrom": {
|
|
2883
|
-
"name": "
|
|
2884
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"name": "min-associations",
|
|
2889
|
-
"type": {
|
|
2890
|
-
"text": "number"
|
|
2891
|
-
},
|
|
2892
|
-
"default": "1",
|
|
2893
|
-
"fieldName": "minAssociations",
|
|
2894
|
-
"inheritedFrom": {
|
|
2895
|
-
"name": "DragDropInteractionMixin",
|
|
2896
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2897
|
-
}
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"name": "max-associations",
|
|
2901
|
-
"type": {
|
|
2902
|
-
"text": "number"
|
|
2903
|
-
},
|
|
2904
|
-
"default": "1",
|
|
2905
|
-
"fieldName": "maxAssociations",
|
|
2906
|
-
"inheritedFrom": {
|
|
2907
|
-
"name": "DragDropInteractionMixin",
|
|
2908
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2900
|
+
"name": "Interaction",
|
|
2901
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2909
2902
|
}
|
|
2910
2903
|
}
|
|
2911
2904
|
],
|
|
2905
|
+
"superclass": {
|
|
2906
|
+
"name": "Interaction",
|
|
2907
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2908
|
+
},
|
|
2909
|
+
"tagName": "qti-extended-text-interaction",
|
|
2910
|
+
"customElement": true,
|
|
2912
2911
|
"events": [
|
|
2913
2912
|
{
|
|
2914
2913
|
"name": "qti-register-interaction",
|
|
@@ -2916,8 +2915,8 @@
|
|
|
2916
2915
|
"text": "CustomEvent"
|
|
2917
2916
|
},
|
|
2918
2917
|
"inheritedFrom": {
|
|
2919
|
-
"name": "
|
|
2920
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2918
|
+
"name": "Interaction",
|
|
2919
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2921
2920
|
}
|
|
2922
2921
|
},
|
|
2923
2922
|
{
|
|
@@ -2926,8 +2925,8 @@
|
|
|
2926
2925
|
"text": "CustomEvent"
|
|
2927
2926
|
},
|
|
2928
2927
|
"inheritedFrom": {
|
|
2929
|
-
"name": "
|
|
2930
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2928
|
+
"name": "Interaction",
|
|
2929
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2931
2930
|
}
|
|
2932
2931
|
}
|
|
2933
2932
|
]
|
|
@@ -2936,65 +2935,50 @@
|
|
|
2936
2935
|
"exports": [
|
|
2937
2936
|
{
|
|
2938
2937
|
"kind": "js",
|
|
2939
|
-
"name": "
|
|
2938
|
+
"name": "QtiExtendedTextInteraction",
|
|
2940
2939
|
"declaration": {
|
|
2941
|
-
"name": "
|
|
2942
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2940
|
+
"name": "QtiExtendedTextInteraction",
|
|
2941
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2943
2942
|
}
|
|
2944
2943
|
},
|
|
2945
2944
|
{
|
|
2946
2945
|
"kind": "custom-element-definition",
|
|
2947
|
-
"name": "qti-
|
|
2946
|
+
"name": "qti-extended-text-interaction",
|
|
2948
2947
|
"declaration": {
|
|
2949
|
-
"name": "
|
|
2950
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2948
|
+
"name": "QtiExtendedTextInteraction",
|
|
2949
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
2951
2950
|
}
|
|
2952
2951
|
}
|
|
2953
2952
|
]
|
|
2954
2953
|
},
|
|
2955
2954
|
{
|
|
2956
2955
|
"kind": "javascript-module",
|
|
2957
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2956
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.mdx",
|
|
2958
2957
|
"declarations": [],
|
|
2959
2958
|
"exports": []
|
|
2960
2959
|
},
|
|
2961
2960
|
{
|
|
2962
2961
|
"kind": "javascript-module",
|
|
2963
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2962
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
2964
2963
|
"declarations": [
|
|
2965
2964
|
{
|
|
2966
2965
|
"kind": "class",
|
|
2967
2966
|
"description": "",
|
|
2968
|
-
"name": "
|
|
2967
|
+
"name": "QtiGapMatchInteraction",
|
|
2969
2968
|
"members": [],
|
|
2970
|
-
"
|
|
2971
|
-
{
|
|
2972
|
-
"name": "expected-length",
|
|
2973
|
-
"type": {
|
|
2974
|
-
"text": "number"
|
|
2975
|
-
},
|
|
2976
|
-
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2977
|
-
"fieldName": "expectedLength"
|
|
2978
|
-
},
|
|
2979
|
-
{
|
|
2980
|
-
"name": "pattern-mask",
|
|
2981
|
-
"type": {
|
|
2982
|
-
"text": "string"
|
|
2983
|
-
},
|
|
2984
|
-
"fieldName": "patternMask"
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"name": "placeholder-text",
|
|
2988
|
-
"type": {
|
|
2989
|
-
"text": "string"
|
|
2990
|
-
},
|
|
2991
|
-
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2992
|
-
"fieldName": "placeholderText"
|
|
2993
|
-
},
|
|
2969
|
+
"mixins": [
|
|
2994
2970
|
{
|
|
2995
|
-
"name": "
|
|
2996
|
-
"
|
|
2997
|
-
}
|
|
2971
|
+
"name": "DragDropInteractionMixin",
|
|
2972
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2975
|
+
"superclass": {
|
|
2976
|
+
"name": "LitElement",
|
|
2977
|
+
"package": "lit"
|
|
2978
|
+
},
|
|
2979
|
+
"tagName": "qti-gap-match-interaction",
|
|
2980
|
+
"customElement": true,
|
|
2981
|
+
"attributes": [
|
|
2998
2982
|
{
|
|
2999
2983
|
"name": "response-identifier",
|
|
3000
2984
|
"type": {
|
|
@@ -3003,8 +2987,8 @@
|
|
|
3003
2987
|
"default": "''",
|
|
3004
2988
|
"fieldName": "responseIdentifier",
|
|
3005
2989
|
"inheritedFrom": {
|
|
3006
|
-
"name": "
|
|
3007
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2990
|
+
"name": "DragDropInteractionMixin",
|
|
2991
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3008
2992
|
}
|
|
3009
2993
|
},
|
|
3010
2994
|
{
|
|
@@ -3013,11 +2997,10 @@
|
|
|
3013
2997
|
"text": "boolean"
|
|
3014
2998
|
},
|
|
3015
2999
|
"default": "false",
|
|
3016
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3017
3000
|
"fieldName": "disabled",
|
|
3018
3001
|
"inheritedFrom": {
|
|
3019
|
-
"name": "
|
|
3020
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3002
|
+
"name": "DroppablesMixin",
|
|
3003
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3021
3004
|
}
|
|
3022
3005
|
},
|
|
3023
3006
|
{
|
|
@@ -3026,20 +3009,37 @@
|
|
|
3026
3009
|
"text": "boolean"
|
|
3027
3010
|
},
|
|
3028
3011
|
"default": "false",
|
|
3029
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3030
3012
|
"fieldName": "readonly",
|
|
3031
3013
|
"inheritedFrom": {
|
|
3032
|
-
"name": "
|
|
3033
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3014
|
+
"name": "DragDropInteractionMixin",
|
|
3015
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3016
|
+
}
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "min-associations",
|
|
3020
|
+
"type": {
|
|
3021
|
+
"text": "number"
|
|
3022
|
+
},
|
|
3023
|
+
"default": "1",
|
|
3024
|
+
"fieldName": "minAssociations",
|
|
3025
|
+
"inheritedFrom": {
|
|
3026
|
+
"name": "DragDropInteractionMixin",
|
|
3027
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "max-associations",
|
|
3032
|
+
"type": {
|
|
3033
|
+
"text": "number"
|
|
3034
|
+
},
|
|
3035
|
+
"default": "1",
|
|
3036
|
+
"fieldName": "maxAssociations",
|
|
3037
|
+
"inheritedFrom": {
|
|
3038
|
+
"name": "DragDropInteractionMixin",
|
|
3039
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3034
3040
|
}
|
|
3035
3041
|
}
|
|
3036
3042
|
],
|
|
3037
|
-
"superclass": {
|
|
3038
|
-
"name": "Interaction",
|
|
3039
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3040
|
-
},
|
|
3041
|
-
"tagName": "qti-extended-text-interaction",
|
|
3042
|
-
"customElement": true,
|
|
3043
3043
|
"events": [
|
|
3044
3044
|
{
|
|
3045
3045
|
"name": "qti-register-interaction",
|
|
@@ -3047,8 +3047,8 @@
|
|
|
3047
3047
|
"text": "CustomEvent"
|
|
3048
3048
|
},
|
|
3049
3049
|
"inheritedFrom": {
|
|
3050
|
-
"name": "
|
|
3051
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3050
|
+
"name": "DragDropInteractionMixin",
|
|
3051
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3052
3052
|
}
|
|
3053
3053
|
},
|
|
3054
3054
|
{
|
|
@@ -3057,8 +3057,8 @@
|
|
|
3057
3057
|
"text": "CustomEvent"
|
|
3058
3058
|
},
|
|
3059
3059
|
"inheritedFrom": {
|
|
3060
|
-
"name": "
|
|
3061
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3060
|
+
"name": "DragDropInteractionMixin",
|
|
3061
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3062
3062
|
}
|
|
3063
3063
|
}
|
|
3064
3064
|
]
|
|
@@ -3067,18 +3067,18 @@
|
|
|
3067
3067
|
"exports": [
|
|
3068
3068
|
{
|
|
3069
3069
|
"kind": "js",
|
|
3070
|
-
"name": "
|
|
3070
|
+
"name": "QtiGapMatchInteraction",
|
|
3071
3071
|
"declaration": {
|
|
3072
|
-
"name": "
|
|
3073
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3072
|
+
"name": "QtiGapMatchInteraction",
|
|
3073
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3074
3074
|
}
|
|
3075
3075
|
},
|
|
3076
3076
|
{
|
|
3077
3077
|
"kind": "custom-element-definition",
|
|
3078
|
-
"name": "qti-
|
|
3078
|
+
"name": "qti-gap-match-interaction",
|
|
3079
3079
|
"declaration": {
|
|
3080
|
-
"name": "
|
|
3081
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3080
|
+
"name": "QtiGapMatchInteraction",
|
|
3081
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
3082
3082
|
}
|
|
3083
3083
|
}
|
|
3084
3084
|
]
|
|
@@ -4796,44 +4796,8 @@
|
|
|
4796
4796
|
"kind": "custom-element-definition",
|
|
4797
4797
|
"name": "qti-text-entry-interaction",
|
|
4798
4798
|
"declaration": {
|
|
4799
|
-
"name": "QtiTextEntryInteraction",
|
|
4800
|
-
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4801
|
-
}
|
|
4802
|
-
}
|
|
4803
|
-
]
|
|
4804
|
-
},
|
|
4805
|
-
{
|
|
4806
|
-
"kind": "javascript-module",
|
|
4807
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
4808
|
-
"declarations": [
|
|
4809
|
-
{
|
|
4810
|
-
"kind": "class",
|
|
4811
|
-
"description": "",
|
|
4812
|
-
"name": "QtiResponseElse",
|
|
4813
|
-
"members": [],
|
|
4814
|
-
"superclass": {
|
|
4815
|
-
"name": "LitElement",
|
|
4816
|
-
"package": "lit"
|
|
4817
|
-
},
|
|
4818
|
-
"tagName": "qti-response-else",
|
|
4819
|
-
"customElement": true
|
|
4820
|
-
}
|
|
4821
|
-
],
|
|
4822
|
-
"exports": [
|
|
4823
|
-
{
|
|
4824
|
-
"kind": "js",
|
|
4825
|
-
"name": "QtiResponseElse",
|
|
4826
|
-
"declaration": {
|
|
4827
|
-
"name": "QtiResponseElse",
|
|
4828
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
4829
|
-
}
|
|
4830
|
-
},
|
|
4831
|
-
{
|
|
4832
|
-
"kind": "custom-element-definition",
|
|
4833
|
-
"name": "qti-response-else",
|
|
4834
|
-
"declaration": {
|
|
4835
|
-
"name": "QtiResponseElse",
|
|
4836
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
4799
|
+
"name": "QtiTextEntryInteraction",
|
|
4800
|
+
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4837
4801
|
}
|
|
4838
4802
|
}
|
|
4839
4803
|
]
|
|
@@ -5106,6 +5070,42 @@
|
|
|
5106
5070
|
}
|
|
5107
5071
|
]
|
|
5108
5072
|
},
|
|
5073
|
+
{
|
|
5074
|
+
"kind": "javascript-module",
|
|
5075
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
5076
|
+
"declarations": [
|
|
5077
|
+
{
|
|
5078
|
+
"kind": "class",
|
|
5079
|
+
"description": "",
|
|
5080
|
+
"name": "QtiResponseElse",
|
|
5081
|
+
"members": [],
|
|
5082
|
+
"superclass": {
|
|
5083
|
+
"name": "LitElement",
|
|
5084
|
+
"package": "lit"
|
|
5085
|
+
},
|
|
5086
|
+
"tagName": "qti-response-else",
|
|
5087
|
+
"customElement": true
|
|
5088
|
+
}
|
|
5089
|
+
],
|
|
5090
|
+
"exports": [
|
|
5091
|
+
{
|
|
5092
|
+
"kind": "js",
|
|
5093
|
+
"name": "QtiResponseElse",
|
|
5094
|
+
"declaration": {
|
|
5095
|
+
"name": "QtiResponseElse",
|
|
5096
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5097
|
+
}
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"kind": "custom-element-definition",
|
|
5101
|
+
"name": "qti-response-else",
|
|
5102
|
+
"declaration": {
|
|
5103
|
+
"name": "QtiResponseElse",
|
|
5104
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
5107
|
+
]
|
|
5108
|
+
},
|
|
5109
5109
|
{
|
|
5110
5110
|
"kind": "javascript-module",
|
|
5111
5111
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts",
|
|
@@ -5438,6 +5438,112 @@
|
|
|
5438
5438
|
}
|
|
5439
5439
|
]
|
|
5440
5440
|
},
|
|
5441
|
+
{
|
|
5442
|
+
"kind": "javascript-module",
|
|
5443
|
+
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
5444
|
+
"declarations": [
|
|
5445
|
+
{
|
|
5446
|
+
"kind": "class",
|
|
5447
|
+
"description": "",
|
|
5448
|
+
"name": "Choices",
|
|
5449
|
+
"members": [],
|
|
5450
|
+
"attributes": [
|
|
5451
|
+
{
|
|
5452
|
+
"name": "min-choices",
|
|
5453
|
+
"type": {
|
|
5454
|
+
"text": "number"
|
|
5455
|
+
},
|
|
5456
|
+
"default": "0",
|
|
5457
|
+
"description": "the minimal number of selections a candidate must make",
|
|
5458
|
+
"fieldName": "minChoices"
|
|
5459
|
+
},
|
|
5460
|
+
{
|
|
5461
|
+
"name": "max-choices",
|
|
5462
|
+
"type": {
|
|
5463
|
+
"text": "number"
|
|
5464
|
+
},
|
|
5465
|
+
"default": "1",
|
|
5466
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
5467
|
+
"fieldName": "maxChoices"
|
|
5468
|
+
},
|
|
5469
|
+
{
|
|
5470
|
+
"name": "response-identifier",
|
|
5471
|
+
"type": {
|
|
5472
|
+
"text": "string"
|
|
5473
|
+
},
|
|
5474
|
+
"default": "''",
|
|
5475
|
+
"fieldName": "responseIdentifier",
|
|
5476
|
+
"inheritedFrom": {
|
|
5477
|
+
"name": "Interaction",
|
|
5478
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5479
|
+
}
|
|
5480
|
+
},
|
|
5481
|
+
{
|
|
5482
|
+
"name": "disabled",
|
|
5483
|
+
"type": {
|
|
5484
|
+
"text": "boolean"
|
|
5485
|
+
},
|
|
5486
|
+
"default": "false",
|
|
5487
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5488
|
+
"fieldName": "disabled",
|
|
5489
|
+
"inheritedFrom": {
|
|
5490
|
+
"name": "Interaction",
|
|
5491
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5492
|
+
}
|
|
5493
|
+
},
|
|
5494
|
+
{
|
|
5495
|
+
"name": "readonly",
|
|
5496
|
+
"type": {
|
|
5497
|
+
"text": "boolean"
|
|
5498
|
+
},
|
|
5499
|
+
"default": "false",
|
|
5500
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5501
|
+
"fieldName": "readonly",
|
|
5502
|
+
"inheritedFrom": {
|
|
5503
|
+
"name": "Interaction",
|
|
5504
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5505
|
+
}
|
|
5506
|
+
}
|
|
5507
|
+
],
|
|
5508
|
+
"superclass": {
|
|
5509
|
+
"name": "Interaction",
|
|
5510
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
5511
|
+
},
|
|
5512
|
+
"events": [
|
|
5513
|
+
{
|
|
5514
|
+
"name": "qti-register-interaction",
|
|
5515
|
+
"type": {
|
|
5516
|
+
"text": "CustomEvent"
|
|
5517
|
+
},
|
|
5518
|
+
"inheritedFrom": {
|
|
5519
|
+
"name": "Interaction",
|
|
5520
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5521
|
+
}
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"name": "qti-interaction-response",
|
|
5525
|
+
"type": {
|
|
5526
|
+
"text": "CustomEvent"
|
|
5527
|
+
},
|
|
5528
|
+
"inheritedFrom": {
|
|
5529
|
+
"name": "Interaction",
|
|
5530
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5531
|
+
}
|
|
5532
|
+
}
|
|
5533
|
+
]
|
|
5534
|
+
}
|
|
5535
|
+
],
|
|
5536
|
+
"exports": [
|
|
5537
|
+
{
|
|
5538
|
+
"kind": "js",
|
|
5539
|
+
"name": "Choices",
|
|
5540
|
+
"declaration": {
|
|
5541
|
+
"name": "Choices",
|
|
5542
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
5543
|
+
}
|
|
5544
|
+
}
|
|
5545
|
+
]
|
|
5546
|
+
},
|
|
5441
5547
|
{
|
|
5442
5548
|
"kind": "javascript-module",
|
|
5443
5549
|
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
@@ -5715,122 +5821,16 @@
|
|
|
5715
5821
|
"kind": "js",
|
|
5716
5822
|
"name": "*",
|
|
5717
5823
|
"declaration": {
|
|
5718
|
-
"name": "*",
|
|
5719
|
-
"package": "./droppables-mixin"
|
|
5720
|
-
}
|
|
5721
|
-
},
|
|
5722
|
-
{
|
|
5723
|
-
"kind": "js",
|
|
5724
|
-
"name": "*",
|
|
5725
|
-
"declaration": {
|
|
5726
|
-
"name": "*",
|
|
5727
|
-
"package": "./flippables-mixin"
|
|
5728
|
-
}
|
|
5729
|
-
}
|
|
5730
|
-
]
|
|
5731
|
-
},
|
|
5732
|
-
{
|
|
5733
|
-
"kind": "javascript-module",
|
|
5734
|
-
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
5735
|
-
"declarations": [
|
|
5736
|
-
{
|
|
5737
|
-
"kind": "class",
|
|
5738
|
-
"description": "",
|
|
5739
|
-
"name": "Choices",
|
|
5740
|
-
"members": [],
|
|
5741
|
-
"attributes": [
|
|
5742
|
-
{
|
|
5743
|
-
"name": "min-choices",
|
|
5744
|
-
"type": {
|
|
5745
|
-
"text": "number"
|
|
5746
|
-
},
|
|
5747
|
-
"default": "0",
|
|
5748
|
-
"description": "the minimal number of selections a candidate must make",
|
|
5749
|
-
"fieldName": "minChoices"
|
|
5750
|
-
},
|
|
5751
|
-
{
|
|
5752
|
-
"name": "max-choices",
|
|
5753
|
-
"type": {
|
|
5754
|
-
"text": "number"
|
|
5755
|
-
},
|
|
5756
|
-
"default": "1",
|
|
5757
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
5758
|
-
"fieldName": "maxChoices"
|
|
5759
|
-
},
|
|
5760
|
-
{
|
|
5761
|
-
"name": "response-identifier",
|
|
5762
|
-
"type": {
|
|
5763
|
-
"text": "string"
|
|
5764
|
-
},
|
|
5765
|
-
"default": "''",
|
|
5766
|
-
"fieldName": "responseIdentifier",
|
|
5767
|
-
"inheritedFrom": {
|
|
5768
|
-
"name": "Interaction",
|
|
5769
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5770
|
-
}
|
|
5771
|
-
},
|
|
5772
|
-
{
|
|
5773
|
-
"name": "disabled",
|
|
5774
|
-
"type": {
|
|
5775
|
-
"text": "boolean"
|
|
5776
|
-
},
|
|
5777
|
-
"default": "false",
|
|
5778
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5779
|
-
"fieldName": "disabled",
|
|
5780
|
-
"inheritedFrom": {
|
|
5781
|
-
"name": "Interaction",
|
|
5782
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5783
|
-
}
|
|
5784
|
-
},
|
|
5785
|
-
{
|
|
5786
|
-
"name": "readonly",
|
|
5787
|
-
"type": {
|
|
5788
|
-
"text": "boolean"
|
|
5789
|
-
},
|
|
5790
|
-
"default": "false",
|
|
5791
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5792
|
-
"fieldName": "readonly",
|
|
5793
|
-
"inheritedFrom": {
|
|
5794
|
-
"name": "Interaction",
|
|
5795
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5796
|
-
}
|
|
5797
|
-
}
|
|
5798
|
-
],
|
|
5799
|
-
"superclass": {
|
|
5800
|
-
"name": "Interaction",
|
|
5801
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
5802
|
-
},
|
|
5803
|
-
"events": [
|
|
5804
|
-
{
|
|
5805
|
-
"name": "qti-register-interaction",
|
|
5806
|
-
"type": {
|
|
5807
|
-
"text": "CustomEvent"
|
|
5808
|
-
},
|
|
5809
|
-
"inheritedFrom": {
|
|
5810
|
-
"name": "Interaction",
|
|
5811
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5812
|
-
}
|
|
5813
|
-
},
|
|
5814
|
-
{
|
|
5815
|
-
"name": "qti-interaction-response",
|
|
5816
|
-
"type": {
|
|
5817
|
-
"text": "CustomEvent"
|
|
5818
|
-
},
|
|
5819
|
-
"inheritedFrom": {
|
|
5820
|
-
"name": "Interaction",
|
|
5821
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5822
|
-
}
|
|
5823
|
-
}
|
|
5824
|
-
]
|
|
5825
|
-
}
|
|
5826
|
-
],
|
|
5827
|
-
"exports": [
|
|
5824
|
+
"name": "*",
|
|
5825
|
+
"package": "./droppables-mixin"
|
|
5826
|
+
}
|
|
5827
|
+
},
|
|
5828
5828
|
{
|
|
5829
5829
|
"kind": "js",
|
|
5830
|
-
"name": "
|
|
5830
|
+
"name": "*",
|
|
5831
5831
|
"declaration": {
|
|
5832
|
-
"name": "
|
|
5833
|
-
"
|
|
5832
|
+
"name": "*",
|
|
5833
|
+
"package": "./flippables-mixin"
|
|
5834
5834
|
}
|
|
5835
5835
|
}
|
|
5836
5836
|
]
|
|
@@ -5976,31 +5976,31 @@
|
|
|
5976
5976
|
},
|
|
5977
5977
|
{
|
|
5978
5978
|
"kind": "javascript-module",
|
|
5979
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5979
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5980
5980
|
"declarations": [],
|
|
5981
5981
|
"exports": []
|
|
5982
5982
|
},
|
|
5983
5983
|
{
|
|
5984
5984
|
"kind": "javascript-module",
|
|
5985
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5985
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
5986
5986
|
"declarations": [],
|
|
5987
5987
|
"exports": []
|
|
5988
5988
|
},
|
|
5989
5989
|
{
|
|
5990
5990
|
"kind": "javascript-module",
|
|
5991
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
5991
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5992
5992
|
"declarations": [],
|
|
5993
5993
|
"exports": []
|
|
5994
5994
|
},
|
|
5995
5995
|
{
|
|
5996
5996
|
"kind": "javascript-module",
|
|
5997
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
5997
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
5998
5998
|
"declarations": [],
|
|
5999
5999
|
"exports": []
|
|
6000
6000
|
},
|
|
6001
6001
|
{
|
|
6002
6002
|
"kind": "javascript-module",
|
|
6003
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
6003
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6004
6004
|
"declarations": [],
|
|
6005
6005
|
"exports": []
|
|
6006
6006
|
},
|
|
@@ -6012,13 +6012,13 @@
|
|
|
6012
6012
|
},
|
|
6013
6013
|
{
|
|
6014
6014
|
"kind": "javascript-module",
|
|
6015
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6015
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/__snapshots__/qti-hottext-interaction.stories.ts.snap",
|
|
6016
6016
|
"declarations": [],
|
|
6017
6017
|
"exports": []
|
|
6018
6018
|
},
|
|
6019
6019
|
{
|
|
6020
6020
|
"kind": "javascript-module",
|
|
6021
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6021
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6022
6022
|
"declarations": [],
|
|
6023
6023
|
"exports": []
|
|
6024
6024
|
},
|
|
@@ -6036,7 +6036,7 @@
|
|
|
6036
6036
|
},
|
|
6037
6037
|
{
|
|
6038
6038
|
"kind": "javascript-module",
|
|
6039
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6039
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/__snapshots__/qti-order-interaction.stories.ts.snap",
|
|
6040
6040
|
"declarations": [],
|
|
6041
6041
|
"exports": []
|
|
6042
6042
|
},
|
|
@@ -6046,6 +6046,12 @@
|
|
|
6046
6046
|
"declarations": [],
|
|
6047
6047
|
"exports": []
|
|
6048
6048
|
},
|
|
6049
|
+
{
|
|
6050
|
+
"kind": "javascript-module",
|
|
6051
|
+
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6052
|
+
"declarations": [],
|
|
6053
|
+
"exports": []
|
|
6054
|
+
},
|
|
6049
6055
|
{
|
|
6050
6056
|
"kind": "javascript-module",
|
|
6051
6057
|
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/__snapshots__/qti-select-point-interaction.stories.ts.snap",
|
|
@@ -6060,52 +6066,88 @@
|
|
|
6060
6066
|
},
|
|
6061
6067
|
{
|
|
6062
6068
|
"kind": "javascript-module",
|
|
6063
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6069
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/__snapshots__/qti-text-entry-interaction.stories.ts.snap",
|
|
6064
6070
|
"declarations": [],
|
|
6065
6071
|
"exports": []
|
|
6066
6072
|
},
|
|
6067
6073
|
{
|
|
6068
6074
|
"kind": "javascript-module",
|
|
6069
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
6075
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
|
|
6076
|
+
"declarations": [],
|
|
6077
|
+
"exports": [
|
|
6078
|
+
{
|
|
6079
|
+
"kind": "custom-element-definition",
|
|
6080
|
+
"name": "qti-and",
|
|
6081
|
+
"declaration": {
|
|
6082
|
+
"name": "QtiAnd",
|
|
6083
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and"
|
|
6084
|
+
}
|
|
6085
|
+
},
|
|
6086
|
+
{
|
|
6087
|
+
"kind": "js",
|
|
6088
|
+
"name": "*",
|
|
6089
|
+
"declaration": {
|
|
6090
|
+
"name": "*",
|
|
6091
|
+
"package": "./qti-and"
|
|
6092
|
+
}
|
|
6093
|
+
}
|
|
6094
|
+
]
|
|
6095
|
+
},
|
|
6096
|
+
{
|
|
6097
|
+
"kind": "javascript-module",
|
|
6098
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts",
|
|
6070
6099
|
"declarations": [
|
|
6071
6100
|
{
|
|
6072
6101
|
"kind": "class",
|
|
6073
6102
|
"description": "",
|
|
6074
|
-
"name": "
|
|
6103
|
+
"name": "QtiAnd",
|
|
6075
6104
|
"members": [],
|
|
6105
|
+
"mixins": [
|
|
6106
|
+
{
|
|
6107
|
+
"name": "qtiAndMixin",
|
|
6108
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6109
|
+
}
|
|
6110
|
+
],
|
|
6076
6111
|
"superclass": {
|
|
6077
|
-
"
|
|
6078
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
6112
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6079
6113
|
},
|
|
6080
|
-
"tagName": "qti-
|
|
6114
|
+
"tagName": "qti-and",
|
|
6081
6115
|
"customElement": true
|
|
6116
|
+
},
|
|
6117
|
+
{
|
|
6118
|
+
"kind": "mixin",
|
|
6119
|
+
"description": "",
|
|
6120
|
+
"name": "qtiAndMixin",
|
|
6121
|
+
"members": [],
|
|
6122
|
+
"parameters": [
|
|
6123
|
+
{
|
|
6124
|
+
"name": "Base",
|
|
6125
|
+
"type": {
|
|
6126
|
+
"text": "TBase"
|
|
6127
|
+
}
|
|
6128
|
+
}
|
|
6129
|
+
]
|
|
6082
6130
|
}
|
|
6083
6131
|
],
|
|
6084
6132
|
"exports": [
|
|
6085
6133
|
{
|
|
6086
6134
|
"kind": "js",
|
|
6087
|
-
"name": "
|
|
6135
|
+
"name": "QtiAnd",
|
|
6088
6136
|
"declaration": {
|
|
6089
|
-
"name": "
|
|
6090
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-
|
|
6137
|
+
"name": "QtiAnd",
|
|
6138
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6091
6139
|
}
|
|
6092
6140
|
},
|
|
6093
6141
|
{
|
|
6094
|
-
"kind": "
|
|
6095
|
-
"name": "
|
|
6142
|
+
"kind": "js",
|
|
6143
|
+
"name": "qtiAndMixin",
|
|
6096
6144
|
"declaration": {
|
|
6097
|
-
"name": "
|
|
6098
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-
|
|
6145
|
+
"name": "qtiAndMixin",
|
|
6146
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6099
6147
|
}
|
|
6100
6148
|
}
|
|
6101
6149
|
]
|
|
6102
6150
|
},
|
|
6103
|
-
{
|
|
6104
|
-
"kind": "javascript-module",
|
|
6105
|
-
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/__snapshots__/qti-text-entry-interaction.stories.ts.snap",
|
|
6106
|
-
"declarations": [],
|
|
6107
|
-
"exports": []
|
|
6108
|
-
},
|
|
6109
6151
|
{
|
|
6110
6152
|
"kind": "javascript-module",
|
|
6111
6153
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-basevalue/qti-basevalue.ts",
|
|
@@ -6188,84 +6230,6 @@
|
|
|
6188
6230
|
}
|
|
6189
6231
|
]
|
|
6190
6232
|
},
|
|
6191
|
-
{
|
|
6192
|
-
"kind": "javascript-module",
|
|
6193
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
|
|
6194
|
-
"declarations": [],
|
|
6195
|
-
"exports": [
|
|
6196
|
-
{
|
|
6197
|
-
"kind": "custom-element-definition",
|
|
6198
|
-
"name": "qti-and",
|
|
6199
|
-
"declaration": {
|
|
6200
|
-
"name": "QtiAnd",
|
|
6201
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and"
|
|
6202
|
-
}
|
|
6203
|
-
},
|
|
6204
|
-
{
|
|
6205
|
-
"kind": "js",
|
|
6206
|
-
"name": "*",
|
|
6207
|
-
"declaration": {
|
|
6208
|
-
"name": "*",
|
|
6209
|
-
"package": "./qti-and"
|
|
6210
|
-
}
|
|
6211
|
-
}
|
|
6212
|
-
]
|
|
6213
|
-
},
|
|
6214
|
-
{
|
|
6215
|
-
"kind": "javascript-module",
|
|
6216
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts",
|
|
6217
|
-
"declarations": [
|
|
6218
|
-
{
|
|
6219
|
-
"kind": "class",
|
|
6220
|
-
"description": "",
|
|
6221
|
-
"name": "QtiAnd",
|
|
6222
|
-
"members": [],
|
|
6223
|
-
"mixins": [
|
|
6224
|
-
{
|
|
6225
|
-
"name": "qtiAndMixin",
|
|
6226
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6227
|
-
}
|
|
6228
|
-
],
|
|
6229
|
-
"superclass": {
|
|
6230
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6231
|
-
},
|
|
6232
|
-
"tagName": "qti-and",
|
|
6233
|
-
"customElement": true
|
|
6234
|
-
},
|
|
6235
|
-
{
|
|
6236
|
-
"kind": "mixin",
|
|
6237
|
-
"description": "",
|
|
6238
|
-
"name": "qtiAndMixin",
|
|
6239
|
-
"members": [],
|
|
6240
|
-
"parameters": [
|
|
6241
|
-
{
|
|
6242
|
-
"name": "Base",
|
|
6243
|
-
"type": {
|
|
6244
|
-
"text": "TBase"
|
|
6245
|
-
}
|
|
6246
|
-
}
|
|
6247
|
-
]
|
|
6248
|
-
}
|
|
6249
|
-
],
|
|
6250
|
-
"exports": [
|
|
6251
|
-
{
|
|
6252
|
-
"kind": "js",
|
|
6253
|
-
"name": "QtiAnd",
|
|
6254
|
-
"declaration": {
|
|
6255
|
-
"name": "QtiAnd",
|
|
6256
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6257
|
-
}
|
|
6258
|
-
},
|
|
6259
|
-
{
|
|
6260
|
-
"kind": "js",
|
|
6261
|
-
"name": "qtiAndMixin",
|
|
6262
|
-
"declaration": {
|
|
6263
|
-
"name": "qtiAndMixin",
|
|
6264
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6265
|
-
}
|
|
6266
|
-
}
|
|
6267
|
-
]
|
|
6268
|
-
},
|
|
6269
6233
|
{
|
|
6270
6234
|
"kind": "javascript-module",
|
|
6271
6235
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts",
|
|
@@ -6538,6 +6502,42 @@
|
|
|
6538
6502
|
}
|
|
6539
6503
|
]
|
|
6540
6504
|
},
|
|
6505
|
+
{
|
|
6506
|
+
"kind": "javascript-module",
|
|
6507
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
|
|
6508
|
+
"declarations": [
|
|
6509
|
+
{
|
|
6510
|
+
"kind": "class",
|
|
6511
|
+
"description": "",
|
|
6512
|
+
"name": "QtiLte",
|
|
6513
|
+
"members": [],
|
|
6514
|
+
"superclass": {
|
|
6515
|
+
"name": "QtiConditionExpression",
|
|
6516
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6517
|
+
},
|
|
6518
|
+
"tagName": "qti-lte",
|
|
6519
|
+
"customElement": true
|
|
6520
|
+
}
|
|
6521
|
+
],
|
|
6522
|
+
"exports": [
|
|
6523
|
+
{
|
|
6524
|
+
"kind": "js",
|
|
6525
|
+
"name": "QtiLte",
|
|
6526
|
+
"declaration": {
|
|
6527
|
+
"name": "QtiLte",
|
|
6528
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6529
|
+
}
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"kind": "custom-element-definition",
|
|
6533
|
+
"name": "qti-lte",
|
|
6534
|
+
"declaration": {
|
|
6535
|
+
"name": "QtiLte",
|
|
6536
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6537
|
+
}
|
|
6538
|
+
}
|
|
6539
|
+
]
|
|
6540
|
+
},
|
|
6541
6541
|
{
|
|
6542
6542
|
"kind": "javascript-module",
|
|
6543
6543
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts",
|
|
@@ -6653,64 +6653,28 @@
|
|
|
6653
6653
|
"name": "QtiMatch",
|
|
6654
6654
|
"members": [],
|
|
6655
6655
|
"superclass": {
|
|
6656
|
-
"name": "QtiExpression",
|
|
6657
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6658
|
-
},
|
|
6659
|
-
"tagName": "qti-match",
|
|
6660
|
-
"customElement": true
|
|
6661
|
-
}
|
|
6662
|
-
],
|
|
6663
|
-
"exports": [
|
|
6664
|
-
{
|
|
6665
|
-
"kind": "js",
|
|
6666
|
-
"name": "QtiMatch",
|
|
6667
|
-
"declaration": {
|
|
6668
|
-
"name": "QtiMatch",
|
|
6669
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
6670
|
-
}
|
|
6671
|
-
},
|
|
6672
|
-
{
|
|
6673
|
-
"kind": "custom-element-definition",
|
|
6674
|
-
"name": "qti-match",
|
|
6675
|
-
"declaration": {
|
|
6676
|
-
"name": "QtiMatch",
|
|
6677
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
6678
|
-
}
|
|
6679
|
-
}
|
|
6680
|
-
]
|
|
6681
|
-
},
|
|
6682
|
-
{
|
|
6683
|
-
"kind": "javascript-module",
|
|
6684
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
|
|
6685
|
-
"declarations": [
|
|
6686
|
-
{
|
|
6687
|
-
"kind": "class",
|
|
6688
|
-
"description": "",
|
|
6689
|
-
"name": "QtiLte",
|
|
6690
|
-
"members": [],
|
|
6691
|
-
"superclass": {
|
|
6692
|
-
"name": "QtiConditionExpression",
|
|
6693
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6656
|
+
"name": "QtiExpression",
|
|
6657
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6694
6658
|
},
|
|
6695
|
-
"tagName": "qti-
|
|
6659
|
+
"tagName": "qti-match",
|
|
6696
6660
|
"customElement": true
|
|
6697
6661
|
}
|
|
6698
6662
|
],
|
|
6699
6663
|
"exports": [
|
|
6700
6664
|
{
|
|
6701
6665
|
"kind": "js",
|
|
6702
|
-
"name": "
|
|
6666
|
+
"name": "QtiMatch",
|
|
6703
6667
|
"declaration": {
|
|
6704
|
-
"name": "
|
|
6705
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6668
|
+
"name": "QtiMatch",
|
|
6669
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
6706
6670
|
}
|
|
6707
6671
|
},
|
|
6708
6672
|
{
|
|
6709
6673
|
"kind": "custom-element-definition",
|
|
6710
|
-
"name": "qti-
|
|
6674
|
+
"name": "qti-match",
|
|
6711
6675
|
"declaration": {
|
|
6712
|
-
"name": "
|
|
6713
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6676
|
+
"name": "QtiMatch",
|
|
6677
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
6714
6678
|
}
|
|
6715
6679
|
}
|
|
6716
6680
|
]
|
|
@@ -6823,6 +6787,42 @@
|
|
|
6823
6787
|
}
|
|
6824
6788
|
]
|
|
6825
6789
|
},
|
|
6790
|
+
{
|
|
6791
|
+
"kind": "javascript-module",
|
|
6792
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts",
|
|
6793
|
+
"declarations": [
|
|
6794
|
+
{
|
|
6795
|
+
"kind": "class",
|
|
6796
|
+
"description": "",
|
|
6797
|
+
"name": "QtiOr",
|
|
6798
|
+
"members": [],
|
|
6799
|
+
"superclass": {
|
|
6800
|
+
"name": "QtiConditionExpression",
|
|
6801
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6802
|
+
},
|
|
6803
|
+
"tagName": "qti-or",
|
|
6804
|
+
"customElement": true
|
|
6805
|
+
}
|
|
6806
|
+
],
|
|
6807
|
+
"exports": [
|
|
6808
|
+
{
|
|
6809
|
+
"kind": "js",
|
|
6810
|
+
"name": "QtiOr",
|
|
6811
|
+
"declaration": {
|
|
6812
|
+
"name": "QtiOr",
|
|
6813
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
|
|
6814
|
+
}
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"kind": "custom-element-definition",
|
|
6818
|
+
"name": "qti-or",
|
|
6819
|
+
"declaration": {
|
|
6820
|
+
"name": "QtiOr",
|
|
6821
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
|
|
6822
|
+
}
|
|
6823
|
+
}
|
|
6824
|
+
]
|
|
6825
|
+
},
|
|
6826
6826
|
{
|
|
6827
6827
|
"kind": "javascript-module",
|
|
6828
6828
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-ordered/qti-ordered.ts",
|
|
@@ -6904,6 +6904,42 @@
|
|
|
6904
6904
|
}
|
|
6905
6905
|
]
|
|
6906
6906
|
},
|
|
6907
|
+
{
|
|
6908
|
+
"kind": "javascript-module",
|
|
6909
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts",
|
|
6910
|
+
"declarations": [
|
|
6911
|
+
{
|
|
6912
|
+
"kind": "class",
|
|
6913
|
+
"description": "",
|
|
6914
|
+
"name": "QtiProduct",
|
|
6915
|
+
"members": [],
|
|
6916
|
+
"superclass": {
|
|
6917
|
+
"name": "QtiExpression",
|
|
6918
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6919
|
+
},
|
|
6920
|
+
"tagName": "qti-product",
|
|
6921
|
+
"customElement": true
|
|
6922
|
+
}
|
|
6923
|
+
],
|
|
6924
|
+
"exports": [
|
|
6925
|
+
{
|
|
6926
|
+
"kind": "js",
|
|
6927
|
+
"name": "QtiProduct",
|
|
6928
|
+
"declaration": {
|
|
6929
|
+
"name": "QtiProduct",
|
|
6930
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6931
|
+
}
|
|
6932
|
+
},
|
|
6933
|
+
{
|
|
6934
|
+
"kind": "custom-element-definition",
|
|
6935
|
+
"name": "qti-product",
|
|
6936
|
+
"declaration": {
|
|
6937
|
+
"name": "QtiProduct",
|
|
6938
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6939
|
+
}
|
|
6940
|
+
}
|
|
6941
|
+
]
|
|
6942
|
+
},
|
|
6907
6943
|
{
|
|
6908
6944
|
"kind": "javascript-module",
|
|
6909
6945
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-string-match/qti-string-match.ts",
|
|
@@ -6986,78 +7022,6 @@
|
|
|
6986
7022
|
}
|
|
6987
7023
|
]
|
|
6988
7024
|
},
|
|
6989
|
-
{
|
|
6990
|
-
"kind": "javascript-module",
|
|
6991
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts",
|
|
6992
|
-
"declarations": [
|
|
6993
|
-
{
|
|
6994
|
-
"kind": "class",
|
|
6995
|
-
"description": "",
|
|
6996
|
-
"name": "QtiProduct",
|
|
6997
|
-
"members": [],
|
|
6998
|
-
"superclass": {
|
|
6999
|
-
"name": "QtiExpression",
|
|
7000
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
7001
|
-
},
|
|
7002
|
-
"tagName": "qti-product",
|
|
7003
|
-
"customElement": true
|
|
7004
|
-
}
|
|
7005
|
-
],
|
|
7006
|
-
"exports": [
|
|
7007
|
-
{
|
|
7008
|
-
"kind": "js",
|
|
7009
|
-
"name": "QtiProduct",
|
|
7010
|
-
"declaration": {
|
|
7011
|
-
"name": "QtiProduct",
|
|
7012
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
7013
|
-
}
|
|
7014
|
-
},
|
|
7015
|
-
{
|
|
7016
|
-
"kind": "custom-element-definition",
|
|
7017
|
-
"name": "qti-product",
|
|
7018
|
-
"declaration": {
|
|
7019
|
-
"name": "QtiProduct",
|
|
7020
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
7021
|
-
}
|
|
7022
|
-
}
|
|
7023
|
-
]
|
|
7024
|
-
},
|
|
7025
|
-
{
|
|
7026
|
-
"kind": "javascript-module",
|
|
7027
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts",
|
|
7028
|
-
"declarations": [
|
|
7029
|
-
{
|
|
7030
|
-
"kind": "class",
|
|
7031
|
-
"description": "",
|
|
7032
|
-
"name": "QtiOr",
|
|
7033
|
-
"members": [],
|
|
7034
|
-
"superclass": {
|
|
7035
|
-
"name": "QtiConditionExpression",
|
|
7036
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
7037
|
-
},
|
|
7038
|
-
"tagName": "qti-or",
|
|
7039
|
-
"customElement": true
|
|
7040
|
-
}
|
|
7041
|
-
],
|
|
7042
|
-
"exports": [
|
|
7043
|
-
{
|
|
7044
|
-
"kind": "js",
|
|
7045
|
-
"name": "QtiOr",
|
|
7046
|
-
"declaration": {
|
|
7047
|
-
"name": "QtiOr",
|
|
7048
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
|
|
7049
|
-
}
|
|
7050
|
-
},
|
|
7051
|
-
{
|
|
7052
|
-
"kind": "custom-element-definition",
|
|
7053
|
-
"name": "qti-or",
|
|
7054
|
-
"declaration": {
|
|
7055
|
-
"name": "QtiOr",
|
|
7056
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
|
|
7057
|
-
}
|
|
7058
|
-
}
|
|
7059
|
-
]
|
|
7060
|
-
},
|
|
7061
7025
|
{
|
|
7062
7026
|
"kind": "javascript-module",
|
|
7063
7027
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-variable/qti-variable.ts",
|
|
@@ -7096,36 +7060,36 @@
|
|
|
7096
7060
|
},
|
|
7097
7061
|
{
|
|
7098
7062
|
"kind": "javascript-module",
|
|
7099
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7063
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts",
|
|
7100
7064
|
"declarations": [
|
|
7101
7065
|
{
|
|
7102
7066
|
"kind": "class",
|
|
7103
7067
|
"description": "",
|
|
7104
|
-
"name": "
|
|
7068
|
+
"name": "QtiResponseIf",
|
|
7105
7069
|
"members": [],
|
|
7106
7070
|
"superclass": {
|
|
7107
|
-
"name": "
|
|
7108
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-
|
|
7071
|
+
"name": "QtiResponseElse",
|
|
7072
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
7109
7073
|
},
|
|
7110
|
-
"tagName": "qti-response-
|
|
7074
|
+
"tagName": "qti-response-if",
|
|
7111
7075
|
"customElement": true
|
|
7112
7076
|
}
|
|
7113
7077
|
],
|
|
7114
7078
|
"exports": [
|
|
7115
7079
|
{
|
|
7116
7080
|
"kind": "js",
|
|
7117
|
-
"name": "
|
|
7081
|
+
"name": "QtiResponseIf",
|
|
7118
7082
|
"declaration": {
|
|
7119
|
-
"name": "
|
|
7120
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-
|
|
7083
|
+
"name": "QtiResponseIf",
|
|
7084
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
7121
7085
|
}
|
|
7122
7086
|
},
|
|
7123
7087
|
{
|
|
7124
7088
|
"kind": "custom-element-definition",
|
|
7125
|
-
"name": "qti-response-
|
|
7089
|
+
"name": "qti-response-if",
|
|
7126
7090
|
"declaration": {
|
|
7127
|
-
"name": "
|
|
7128
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-
|
|
7091
|
+
"name": "QtiResponseIf",
|
|
7092
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
7129
7093
|
}
|
|
7130
7094
|
}
|
|
7131
7095
|
]
|
|
@@ -7195,6 +7159,42 @@
|
|
|
7195
7159
|
"declarations": [],
|
|
7196
7160
|
"exports": []
|
|
7197
7161
|
},
|
|
7162
|
+
{
|
|
7163
|
+
"kind": "javascript-module",
|
|
7164
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7165
|
+
"declarations": [
|
|
7166
|
+
{
|
|
7167
|
+
"kind": "class",
|
|
7168
|
+
"description": "",
|
|
7169
|
+
"name": "QtiResponseCondition",
|
|
7170
|
+
"members": [],
|
|
7171
|
+
"superclass": {
|
|
7172
|
+
"name": "QtiRule",
|
|
7173
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7174
|
+
},
|
|
7175
|
+
"tagName": "qti-response-condition",
|
|
7176
|
+
"customElement": true
|
|
7177
|
+
}
|
|
7178
|
+
],
|
|
7179
|
+
"exports": [
|
|
7180
|
+
{
|
|
7181
|
+
"kind": "js",
|
|
7182
|
+
"name": "QtiResponseCondition",
|
|
7183
|
+
"declaration": {
|
|
7184
|
+
"name": "QtiResponseCondition",
|
|
7185
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7186
|
+
}
|
|
7187
|
+
},
|
|
7188
|
+
{
|
|
7189
|
+
"kind": "custom-element-definition",
|
|
7190
|
+
"name": "qti-response-condition",
|
|
7191
|
+
"declaration": {
|
|
7192
|
+
"name": "QtiResponseCondition",
|
|
7193
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7194
|
+
}
|
|
7195
|
+
}
|
|
7196
|
+
]
|
|
7197
|
+
},
|
|
7198
7198
|
{
|
|
7199
7199
|
"kind": "javascript-module",
|
|
7200
7200
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
|
|
@@ -7239,6 +7239,24 @@
|
|
|
7239
7239
|
}
|
|
7240
7240
|
]
|
|
7241
7241
|
},
|
|
7242
|
+
{
|
|
7243
|
+
"kind": "javascript-module",
|
|
7244
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7245
|
+
"declarations": [],
|
|
7246
|
+
"exports": []
|
|
7247
|
+
},
|
|
7248
|
+
{
|
|
7249
|
+
"kind": "javascript-module",
|
|
7250
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7251
|
+
"declarations": [],
|
|
7252
|
+
"exports": []
|
|
7253
|
+
},
|
|
7254
|
+
{
|
|
7255
|
+
"kind": "javascript-module",
|
|
7256
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7257
|
+
"declarations": [],
|
|
7258
|
+
"exports": []
|
|
7259
|
+
},
|
|
7242
7260
|
{
|
|
7243
7261
|
"kind": "javascript-module",
|
|
7244
7262
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts",
|
|
@@ -7275,24 +7293,6 @@
|
|
|
7275
7293
|
}
|
|
7276
7294
|
]
|
|
7277
7295
|
},
|
|
7278
|
-
{
|
|
7279
|
-
"kind": "javascript-module",
|
|
7280
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7281
|
-
"declarations": [],
|
|
7282
|
-
"exports": []
|
|
7283
|
-
},
|
|
7284
|
-
{
|
|
7285
|
-
"kind": "javascript-module",
|
|
7286
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7287
|
-
"declarations": [],
|
|
7288
|
-
"exports": []
|
|
7289
|
-
},
|
|
7290
|
-
{
|
|
7291
|
-
"kind": "javascript-module",
|
|
7292
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7293
|
-
"declarations": [],
|
|
7294
|
-
"exports": []
|
|
7295
|
-
},
|
|
7296
7296
|
{
|
|
7297
7297
|
"kind": "javascript-module",
|
|
7298
7298
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|