@citolab/qti-components 6.5.3 → 6.5.4
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 +867 -867
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/qti-components/index.d.cts +2 -2
- package/dist/qti-components/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -96,65 +96,6 @@
|
|
|
96
96
|
}
|
|
97
97
|
]
|
|
98
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
|
-
},
|
|
158
99
|
{
|
|
159
100
|
"kind": "javascript-module",
|
|
160
101
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -554,6 +495,65 @@
|
|
|
554
495
|
}
|
|
555
496
|
]
|
|
556
497
|
},
|
|
498
|
+
{
|
|
499
|
+
"kind": "javascript-module",
|
|
500
|
+
"path": "src/lib/qti-transformers/index.ts",
|
|
501
|
+
"declarations": [],
|
|
502
|
+
"exports": [
|
|
503
|
+
{
|
|
504
|
+
"kind": "js",
|
|
505
|
+
"name": "*",
|
|
506
|
+
"declaration": {
|
|
507
|
+
"name": "*",
|
|
508
|
+
"package": "./qti-transformers"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"kind": "javascript-module",
|
|
515
|
+
"path": "src/lib/qti-transformers/qti-transformers.ts",
|
|
516
|
+
"declarations": [
|
|
517
|
+
{
|
|
518
|
+
"kind": "function",
|
|
519
|
+
"name": "qtiTransformItem",
|
|
520
|
+
"description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
|
|
521
|
+
"return": {
|
|
522
|
+
"type": {
|
|
523
|
+
"text": ""
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"kind": "function",
|
|
529
|
+
"name": "qtiTransformTest",
|
|
530
|
+
"description": "Returns an object with methods to load, parse and transform QTI tests.",
|
|
531
|
+
"return": {
|
|
532
|
+
"type": {
|
|
533
|
+
"text": ""
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"exports": [
|
|
539
|
+
{
|
|
540
|
+
"kind": "js",
|
|
541
|
+
"name": "qtiTransformItem",
|
|
542
|
+
"declaration": {
|
|
543
|
+
"name": "qtiTransformItem",
|
|
544
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"kind": "js",
|
|
549
|
+
"name": "qtiTransformTest",
|
|
550
|
+
"declaration": {
|
|
551
|
+
"name": "qtiTransformTest",
|
|
552
|
+
"module": "src/lib/qti-transformers/qti-transformers.ts"
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
]
|
|
556
|
+
},
|
|
557
557
|
{
|
|
558
558
|
"kind": "javascript-module",
|
|
559
559
|
"path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
|
|
@@ -938,6 +938,89 @@
|
|
|
938
938
|
}
|
|
939
939
|
]
|
|
940
940
|
},
|
|
941
|
+
{
|
|
942
|
+
"kind": "javascript-module",
|
|
943
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
944
|
+
"declarations": [
|
|
945
|
+
{
|
|
946
|
+
"kind": "class",
|
|
947
|
+
"description": "",
|
|
948
|
+
"name": "QtiItemBody",
|
|
949
|
+
"slots": [
|
|
950
|
+
{
|
|
951
|
+
"description": "item body content.",
|
|
952
|
+
"name": ""
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"description": "the qti rubric block is placed above the item",
|
|
956
|
+
"name": "qti-rubric-block"
|
|
957
|
+
}
|
|
958
|
+
],
|
|
959
|
+
"members": [],
|
|
960
|
+
"superclass": {
|
|
961
|
+
"name": "LitElement",
|
|
962
|
+
"package": "lit"
|
|
963
|
+
},
|
|
964
|
+
"summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
|
|
965
|
+
"tagName": "qti-item-body",
|
|
966
|
+
"customElement": true
|
|
967
|
+
}
|
|
968
|
+
],
|
|
969
|
+
"exports": [
|
|
970
|
+
{
|
|
971
|
+
"kind": "js",
|
|
972
|
+
"name": "default",
|
|
973
|
+
"declaration": {
|
|
974
|
+
"name": "QtiItemBody",
|
|
975
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"kind": "custom-element-definition",
|
|
980
|
+
"name": "qti-item-body",
|
|
981
|
+
"declaration": {
|
|
982
|
+
"name": "QtiItemBody",
|
|
983
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
]
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"kind": "javascript-module",
|
|
990
|
+
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
991
|
+
"declarations": [
|
|
992
|
+
{
|
|
993
|
+
"kind": "class",
|
|
994
|
+
"description": "",
|
|
995
|
+
"name": "QtiPrompt",
|
|
996
|
+
"members": [],
|
|
997
|
+
"superclass": {
|
|
998
|
+
"name": "LitElement",
|
|
999
|
+
"package": "lit"
|
|
1000
|
+
},
|
|
1001
|
+
"tagName": "qti-prompt",
|
|
1002
|
+
"customElement": true
|
|
1003
|
+
}
|
|
1004
|
+
],
|
|
1005
|
+
"exports": [
|
|
1006
|
+
{
|
|
1007
|
+
"kind": "js",
|
|
1008
|
+
"name": "QtiPrompt",
|
|
1009
|
+
"declaration": {
|
|
1010
|
+
"name": "QtiPrompt",
|
|
1011
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"kind": "custom-element-definition",
|
|
1016
|
+
"name": "qti-prompt",
|
|
1017
|
+
"declaration": {
|
|
1018
|
+
"name": "QtiPrompt",
|
|
1019
|
+
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
]
|
|
1023
|
+
},
|
|
941
1024
|
{
|
|
942
1025
|
"kind": "javascript-module",
|
|
943
1026
|
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
@@ -1603,108 +1686,25 @@
|
|
|
1603
1686
|
},
|
|
1604
1687
|
{
|
|
1605
1688
|
"kind": "javascript-module",
|
|
1606
|
-
"path": "src/lib/qti-components/qti-
|
|
1607
|
-
"declarations": [
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "class",
|
|
1610
|
-
"description": "",
|
|
1611
|
-
"name": "QtiItemBody",
|
|
1612
|
-
"slots": [
|
|
1613
|
-
{
|
|
1614
|
-
"description": "item body content.",
|
|
1615
|
-
"name": ""
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"description": "the qti rubric block is placed above the item",
|
|
1619
|
-
"name": "qti-rubric-block"
|
|
1620
|
-
}
|
|
1621
|
-
],
|
|
1622
|
-
"members": [],
|
|
1623
|
-
"superclass": {
|
|
1624
|
-
"name": "LitElement",
|
|
1625
|
-
"package": "lit"
|
|
1626
|
-
},
|
|
1627
|
-
"summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
|
|
1628
|
-
"tagName": "qti-item-body",
|
|
1629
|
-
"customElement": true
|
|
1630
|
-
}
|
|
1631
|
-
],
|
|
1689
|
+
"path": "src/lib/qti-components/qti-response-processing/index.ts",
|
|
1690
|
+
"declarations": [],
|
|
1632
1691
|
"exports": [
|
|
1633
1692
|
{
|
|
1634
1693
|
"kind": "js",
|
|
1635
|
-
"name": "
|
|
1694
|
+
"name": "QtiResponseProcessing",
|
|
1636
1695
|
"declaration": {
|
|
1637
|
-
"name": "
|
|
1638
|
-
"module": "
|
|
1696
|
+
"name": "default",
|
|
1697
|
+
"module": "./qti-response-processing/qti-response-processing"
|
|
1639
1698
|
}
|
|
1640
1699
|
},
|
|
1641
1700
|
{
|
|
1642
|
-
"kind": "
|
|
1643
|
-
"name": "
|
|
1701
|
+
"kind": "js",
|
|
1702
|
+
"name": "*",
|
|
1644
1703
|
"declaration": {
|
|
1645
|
-
"name": "
|
|
1646
|
-
"
|
|
1704
|
+
"name": "*",
|
|
1705
|
+
"package": "./qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value"
|
|
1647
1706
|
}
|
|
1648
|
-
}
|
|
1649
|
-
]
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "javascript-module",
|
|
1653
|
-
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
1654
|
-
"declarations": [
|
|
1655
|
-
{
|
|
1656
|
-
"kind": "class",
|
|
1657
|
-
"description": "",
|
|
1658
|
-
"name": "QtiPrompt",
|
|
1659
|
-
"members": [],
|
|
1660
|
-
"superclass": {
|
|
1661
|
-
"name": "LitElement",
|
|
1662
|
-
"package": "lit"
|
|
1663
|
-
},
|
|
1664
|
-
"tagName": "qti-prompt",
|
|
1665
|
-
"customElement": true
|
|
1666
|
-
}
|
|
1667
|
-
],
|
|
1668
|
-
"exports": [
|
|
1669
|
-
{
|
|
1670
|
-
"kind": "js",
|
|
1671
|
-
"name": "QtiPrompt",
|
|
1672
|
-
"declaration": {
|
|
1673
|
-
"name": "QtiPrompt",
|
|
1674
|
-
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1675
|
-
}
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"kind": "custom-element-definition",
|
|
1679
|
-
"name": "qti-prompt",
|
|
1680
|
-
"declaration": {
|
|
1681
|
-
"name": "QtiPrompt",
|
|
1682
|
-
"module": "src/lib/qti-components/qti-prompt/qti-prompt.ts"
|
|
1683
|
-
}
|
|
1684
|
-
}
|
|
1685
|
-
]
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"kind": "javascript-module",
|
|
1689
|
-
"path": "src/lib/qti-components/qti-response-processing/index.ts",
|
|
1690
|
-
"declarations": [],
|
|
1691
|
-
"exports": [
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "js",
|
|
1694
|
-
"name": "QtiResponseProcessing",
|
|
1695
|
-
"declaration": {
|
|
1696
|
-
"name": "default",
|
|
1697
|
-
"module": "./qti-response-processing/qti-response-processing"
|
|
1698
|
-
}
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"kind": "js",
|
|
1702
|
-
"name": "*",
|
|
1703
|
-
"declaration": {
|
|
1704
|
-
"name": "*",
|
|
1705
|
-
"package": "./qti-rule/qti-lookup-outcome-value/qti-lookup-outcome-value"
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1707
|
+
},
|
|
1708
1708
|
{
|
|
1709
1709
|
"kind": "js",
|
|
1710
1710
|
"name": "*",
|
|
@@ -2412,138 +2412,6 @@
|
|
|
2412
2412
|
}
|
|
2413
2413
|
]
|
|
2414
2414
|
},
|
|
2415
|
-
{
|
|
2416
|
-
"kind": "javascript-module",
|
|
2417
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.mdx",
|
|
2418
|
-
"declarations": [],
|
|
2419
|
-
"exports": []
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"kind": "javascript-module",
|
|
2423
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2424
|
-
"declarations": [
|
|
2425
|
-
{
|
|
2426
|
-
"kind": "class",
|
|
2427
|
-
"description": "",
|
|
2428
|
-
"name": "QtiAssociateInteraction",
|
|
2429
|
-
"members": [],
|
|
2430
|
-
"mixins": [
|
|
2431
|
-
{
|
|
2432
|
-
"name": "DragDropInteractionMixin",
|
|
2433
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2434
|
-
}
|
|
2435
|
-
],
|
|
2436
|
-
"superclass": {
|
|
2437
|
-
"name": "LitElement",
|
|
2438
|
-
"package": "lit"
|
|
2439
|
-
},
|
|
2440
|
-
"tagName": "qti-associate-interaction",
|
|
2441
|
-
"customElement": true,
|
|
2442
|
-
"attributes": [
|
|
2443
|
-
{
|
|
2444
|
-
"name": "response-identifier",
|
|
2445
|
-
"type": {
|
|
2446
|
-
"text": "string"
|
|
2447
|
-
},
|
|
2448
|
-
"default": "''",
|
|
2449
|
-
"fieldName": "responseIdentifier",
|
|
2450
|
-
"inheritedFrom": {
|
|
2451
|
-
"name": "DragDropInteractionMixin",
|
|
2452
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2453
|
-
}
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"name": "disabled",
|
|
2457
|
-
"type": {
|
|
2458
|
-
"text": "boolean"
|
|
2459
|
-
},
|
|
2460
|
-
"default": "false",
|
|
2461
|
-
"fieldName": "disabled",
|
|
2462
|
-
"inheritedFrom": {
|
|
2463
|
-
"name": "DroppablesMixin",
|
|
2464
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"name": "readonly",
|
|
2469
|
-
"type": {
|
|
2470
|
-
"text": "boolean"
|
|
2471
|
-
},
|
|
2472
|
-
"default": "false",
|
|
2473
|
-
"fieldName": "readonly",
|
|
2474
|
-
"inheritedFrom": {
|
|
2475
|
-
"name": "DragDropInteractionMixin",
|
|
2476
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2477
|
-
}
|
|
2478
|
-
},
|
|
2479
|
-
{
|
|
2480
|
-
"name": "min-associations",
|
|
2481
|
-
"type": {
|
|
2482
|
-
"text": "number"
|
|
2483
|
-
},
|
|
2484
|
-
"default": "1",
|
|
2485
|
-
"fieldName": "minAssociations",
|
|
2486
|
-
"inheritedFrom": {
|
|
2487
|
-
"name": "DragDropInteractionMixin",
|
|
2488
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "max-associations",
|
|
2493
|
-
"type": {
|
|
2494
|
-
"text": "number"
|
|
2495
|
-
},
|
|
2496
|
-
"default": "1",
|
|
2497
|
-
"fieldName": "maxAssociations",
|
|
2498
|
-
"inheritedFrom": {
|
|
2499
|
-
"name": "DragDropInteractionMixin",
|
|
2500
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2501
|
-
}
|
|
2502
|
-
}
|
|
2503
|
-
],
|
|
2504
|
-
"events": [
|
|
2505
|
-
{
|
|
2506
|
-
"name": "qti-register-interaction",
|
|
2507
|
-
"type": {
|
|
2508
|
-
"text": "CustomEvent"
|
|
2509
|
-
},
|
|
2510
|
-
"inheritedFrom": {
|
|
2511
|
-
"name": "DragDropInteractionMixin",
|
|
2512
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2513
|
-
}
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"name": "qti-interaction-response",
|
|
2517
|
-
"type": {
|
|
2518
|
-
"text": "CustomEvent"
|
|
2519
|
-
},
|
|
2520
|
-
"inheritedFrom": {
|
|
2521
|
-
"name": "DragDropInteractionMixin",
|
|
2522
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2523
|
-
}
|
|
2524
|
-
}
|
|
2525
|
-
]
|
|
2526
|
-
}
|
|
2527
|
-
],
|
|
2528
|
-
"exports": [
|
|
2529
|
-
{
|
|
2530
|
-
"kind": "js",
|
|
2531
|
-
"name": "QtiAssociateInteraction",
|
|
2532
|
-
"declaration": {
|
|
2533
|
-
"name": "QtiAssociateInteraction",
|
|
2534
|
-
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"kind": "custom-element-definition",
|
|
2539
|
-
"name": "qti-associate-interaction",
|
|
2540
|
-
"declaration": {
|
|
2541
|
-
"name": "QtiAssociateInteraction",
|
|
2542
|
-
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2543
|
-
}
|
|
2544
|
-
}
|
|
2545
|
-
]
|
|
2546
|
-
},
|
|
2547
2415
|
{
|
|
2548
2416
|
"kind": "javascript-module",
|
|
2549
2417
|
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/qti-choice-interaction.mdx",
|
|
@@ -2822,47 +2690,32 @@
|
|
|
2822
2690
|
},
|
|
2823
2691
|
{
|
|
2824
2692
|
"kind": "javascript-module",
|
|
2825
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2693
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.mdx",
|
|
2826
2694
|
"declarations": [],
|
|
2827
2695
|
"exports": []
|
|
2828
2696
|
},
|
|
2829
2697
|
{
|
|
2830
2698
|
"kind": "javascript-module",
|
|
2831
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2699
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts",
|
|
2832
2700
|
"declarations": [
|
|
2833
2701
|
{
|
|
2834
2702
|
"kind": "class",
|
|
2835
2703
|
"description": "",
|
|
2836
|
-
"name": "
|
|
2704
|
+
"name": "QtiAssociateInteraction",
|
|
2837
2705
|
"members": [],
|
|
2838
|
-
"
|
|
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
|
-
},
|
|
2706
|
+
"mixins": [
|
|
2862
2707
|
{
|
|
2863
|
-
"name": "
|
|
2864
|
-
"
|
|
2865
|
-
}
|
|
2708
|
+
"name": "DragDropInteractionMixin",
|
|
2709
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop"
|
|
2710
|
+
}
|
|
2711
|
+
],
|
|
2712
|
+
"superclass": {
|
|
2713
|
+
"name": "LitElement",
|
|
2714
|
+
"package": "lit"
|
|
2715
|
+
},
|
|
2716
|
+
"tagName": "qti-associate-interaction",
|
|
2717
|
+
"customElement": true,
|
|
2718
|
+
"attributes": [
|
|
2866
2719
|
{
|
|
2867
2720
|
"name": "response-identifier",
|
|
2868
2721
|
"type": {
|
|
@@ -2871,8 +2724,8 @@
|
|
|
2871
2724
|
"default": "''",
|
|
2872
2725
|
"fieldName": "responseIdentifier",
|
|
2873
2726
|
"inheritedFrom": {
|
|
2874
|
-
"name": "
|
|
2875
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2727
|
+
"name": "DragDropInteractionMixin",
|
|
2728
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2876
2729
|
}
|
|
2877
2730
|
},
|
|
2878
2731
|
{
|
|
@@ -2881,11 +2734,10 @@
|
|
|
2881
2734
|
"text": "boolean"
|
|
2882
2735
|
},
|
|
2883
2736
|
"default": "false",
|
|
2884
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2885
2737
|
"fieldName": "disabled",
|
|
2886
2738
|
"inheritedFrom": {
|
|
2887
|
-
"name": "
|
|
2888
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2739
|
+
"name": "DroppablesMixin",
|
|
2740
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2889
2741
|
}
|
|
2890
2742
|
},
|
|
2891
2743
|
{
|
|
@@ -2894,29 +2746,46 @@
|
|
|
2894
2746
|
"text": "boolean"
|
|
2895
2747
|
},
|
|
2896
2748
|
"default": "false",
|
|
2897
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2898
2749
|
"fieldName": "readonly",
|
|
2899
2750
|
"inheritedFrom": {
|
|
2900
|
-
"name": "
|
|
2901
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2751
|
+
"name": "DragDropInteractionMixin",
|
|
2752
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2902
2753
|
}
|
|
2903
|
-
}
|
|
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,
|
|
2911
|
-
"events": [
|
|
2754
|
+
},
|
|
2912
2755
|
{
|
|
2913
|
-
"name": "
|
|
2756
|
+
"name": "min-associations",
|
|
2914
2757
|
"type": {
|
|
2915
|
-
"text": "
|
|
2758
|
+
"text": "number"
|
|
2916
2759
|
},
|
|
2760
|
+
"default": "1",
|
|
2761
|
+
"fieldName": "minAssociations",
|
|
2917
2762
|
"inheritedFrom": {
|
|
2918
|
-
"name": "
|
|
2919
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2763
|
+
"name": "DragDropInteractionMixin",
|
|
2764
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2765
|
+
}
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "max-associations",
|
|
2769
|
+
"type": {
|
|
2770
|
+
"text": "number"
|
|
2771
|
+
},
|
|
2772
|
+
"default": "1",
|
|
2773
|
+
"fieldName": "maxAssociations",
|
|
2774
|
+
"inheritedFrom": {
|
|
2775
|
+
"name": "DragDropInteractionMixin",
|
|
2776
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2777
|
+
}
|
|
2778
|
+
}
|
|
2779
|
+
],
|
|
2780
|
+
"events": [
|
|
2781
|
+
{
|
|
2782
|
+
"name": "qti-register-interaction",
|
|
2783
|
+
"type": {
|
|
2784
|
+
"text": "CustomEvent"
|
|
2785
|
+
},
|
|
2786
|
+
"inheritedFrom": {
|
|
2787
|
+
"name": "DragDropInteractionMixin",
|
|
2788
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2920
2789
|
}
|
|
2921
2790
|
},
|
|
2922
2791
|
{
|
|
@@ -2925,8 +2794,8 @@
|
|
|
2925
2794
|
"text": "CustomEvent"
|
|
2926
2795
|
},
|
|
2927
2796
|
"inheritedFrom": {
|
|
2928
|
-
"name": "
|
|
2929
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2797
|
+
"name": "DragDropInteractionMixin",
|
|
2798
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2930
2799
|
}
|
|
2931
2800
|
}
|
|
2932
2801
|
]
|
|
@@ -2935,18 +2804,18 @@
|
|
|
2935
2804
|
"exports": [
|
|
2936
2805
|
{
|
|
2937
2806
|
"kind": "js",
|
|
2938
|
-
"name": "
|
|
2807
|
+
"name": "QtiAssociateInteraction",
|
|
2939
2808
|
"declaration": {
|
|
2940
|
-
"name": "
|
|
2941
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2809
|
+
"name": "QtiAssociateInteraction",
|
|
2810
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2942
2811
|
}
|
|
2943
2812
|
},
|
|
2944
2813
|
{
|
|
2945
2814
|
"kind": "custom-element-definition",
|
|
2946
|
-
"name": "qti-
|
|
2815
|
+
"name": "qti-associate-interaction",
|
|
2947
2816
|
"declaration": {
|
|
2948
|
-
"name": "
|
|
2949
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2817
|
+
"name": "QtiAssociateInteraction",
|
|
2818
|
+
"module": "src/lib/qti-components/qti-interaction/qti-associate-interaction/qti-associate-interaction.ts"
|
|
2950
2819
|
}
|
|
2951
2820
|
}
|
|
2952
2821
|
]
|
|
@@ -3187,6 +3056,137 @@
|
|
|
3187
3056
|
}
|
|
3188
3057
|
]
|
|
3189
3058
|
},
|
|
3059
|
+
{
|
|
3060
|
+
"kind": "javascript-module",
|
|
3061
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
|
|
3062
|
+
"declarations": [],
|
|
3063
|
+
"exports": []
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"kind": "javascript-module",
|
|
3067
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
3068
|
+
"declarations": [
|
|
3069
|
+
{
|
|
3070
|
+
"kind": "class",
|
|
3071
|
+
"description": "",
|
|
3072
|
+
"name": "QtiExtendedTextInteraction",
|
|
3073
|
+
"members": [],
|
|
3074
|
+
"attributes": [
|
|
3075
|
+
{
|
|
3076
|
+
"name": "expected-length",
|
|
3077
|
+
"type": {
|
|
3078
|
+
"text": "number"
|
|
3079
|
+
},
|
|
3080
|
+
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
3081
|
+
"fieldName": "expectedLength"
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"name": "pattern-mask",
|
|
3085
|
+
"type": {
|
|
3086
|
+
"text": "string"
|
|
3087
|
+
},
|
|
3088
|
+
"fieldName": "patternMask"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "placeholder-text",
|
|
3092
|
+
"type": {
|
|
3093
|
+
"text": "string"
|
|
3094
|
+
},
|
|
3095
|
+
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
3096
|
+
"fieldName": "placeholderText"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "class",
|
|
3100
|
+
"fieldName": "classNames"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "response-identifier",
|
|
3104
|
+
"type": {
|
|
3105
|
+
"text": "string"
|
|
3106
|
+
},
|
|
3107
|
+
"default": "''",
|
|
3108
|
+
"fieldName": "responseIdentifier",
|
|
3109
|
+
"inheritedFrom": {
|
|
3110
|
+
"name": "Interaction",
|
|
3111
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"name": "disabled",
|
|
3116
|
+
"type": {
|
|
3117
|
+
"text": "boolean"
|
|
3118
|
+
},
|
|
3119
|
+
"default": "false",
|
|
3120
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3121
|
+
"fieldName": "disabled",
|
|
3122
|
+
"inheritedFrom": {
|
|
3123
|
+
"name": "Interaction",
|
|
3124
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3125
|
+
}
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"name": "readonly",
|
|
3129
|
+
"type": {
|
|
3130
|
+
"text": "boolean"
|
|
3131
|
+
},
|
|
3132
|
+
"default": "false",
|
|
3133
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3134
|
+
"fieldName": "readonly",
|
|
3135
|
+
"inheritedFrom": {
|
|
3136
|
+
"name": "Interaction",
|
|
3137
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
],
|
|
3141
|
+
"superclass": {
|
|
3142
|
+
"name": "Interaction",
|
|
3143
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3144
|
+
},
|
|
3145
|
+
"tagName": "qti-extended-text-interaction",
|
|
3146
|
+
"customElement": true,
|
|
3147
|
+
"events": [
|
|
3148
|
+
{
|
|
3149
|
+
"name": "qti-register-interaction",
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "CustomEvent"
|
|
3152
|
+
},
|
|
3153
|
+
"inheritedFrom": {
|
|
3154
|
+
"name": "Interaction",
|
|
3155
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"name": "qti-interaction-response",
|
|
3160
|
+
"type": {
|
|
3161
|
+
"text": "CustomEvent"
|
|
3162
|
+
},
|
|
3163
|
+
"inheritedFrom": {
|
|
3164
|
+
"name": "Interaction",
|
|
3165
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3166
|
+
}
|
|
3167
|
+
}
|
|
3168
|
+
]
|
|
3169
|
+
}
|
|
3170
|
+
],
|
|
3171
|
+
"exports": [
|
|
3172
|
+
{
|
|
3173
|
+
"kind": "js",
|
|
3174
|
+
"name": "QtiExtendedTextInteraction",
|
|
3175
|
+
"declaration": {
|
|
3176
|
+
"name": "QtiExtendedTextInteraction",
|
|
3177
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"kind": "custom-element-definition",
|
|
3182
|
+
"name": "qti-extended-text-interaction",
|
|
3183
|
+
"declaration": {
|
|
3184
|
+
"name": "QtiExtendedTextInteraction",
|
|
3185
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3186
|
+
}
|
|
3187
|
+
}
|
|
3188
|
+
]
|
|
3189
|
+
},
|
|
3190
3190
|
{
|
|
3191
3191
|
"kind": "javascript-module",
|
|
3192
3192
|
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/qti-graphic-gap-match-interaction.mdx",
|
|
@@ -3451,24 +3451,24 @@
|
|
|
3451
3451
|
},
|
|
3452
3452
|
{
|
|
3453
3453
|
"kind": "javascript-module",
|
|
3454
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3454
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.mdx",
|
|
3455
3455
|
"declarations": [],
|
|
3456
3456
|
"exports": []
|
|
3457
3457
|
},
|
|
3458
3458
|
{
|
|
3459
3459
|
"kind": "javascript-module",
|
|
3460
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3460
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts",
|
|
3461
3461
|
"declarations": [
|
|
3462
3462
|
{
|
|
3463
3463
|
"kind": "class",
|
|
3464
3464
|
"description": "",
|
|
3465
|
-
"name": "
|
|
3465
|
+
"name": "QtiHottextInteraction",
|
|
3466
3466
|
"members": [],
|
|
3467
3467
|
"superclass": {
|
|
3468
3468
|
"name": "Choices",
|
|
3469
3469
|
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3470
3470
|
},
|
|
3471
|
-
"tagName": "qti-
|
|
3471
|
+
"tagName": "qti-hottext-interaction",
|
|
3472
3472
|
"customElement": true,
|
|
3473
3473
|
"attributes": [
|
|
3474
3474
|
{
|
|
@@ -3563,70 +3563,60 @@
|
|
|
3563
3563
|
"exports": [
|
|
3564
3564
|
{
|
|
3565
3565
|
"kind": "js",
|
|
3566
|
-
"name": "
|
|
3566
|
+
"name": "QtiHottextInteraction",
|
|
3567
3567
|
"declaration": {
|
|
3568
|
-
"name": "
|
|
3569
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3568
|
+
"name": "QtiHottextInteraction",
|
|
3569
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3570
3570
|
}
|
|
3571
3571
|
},
|
|
3572
3572
|
{
|
|
3573
3573
|
"kind": "custom-element-definition",
|
|
3574
|
-
"name": "qti-
|
|
3574
|
+
"name": "qti-hottext-interaction",
|
|
3575
3575
|
"declaration": {
|
|
3576
|
-
"name": "
|
|
3577
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3576
|
+
"name": "QtiHottextInteraction",
|
|
3577
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/qti-hottext-interaction.ts"
|
|
3578
3578
|
}
|
|
3579
3579
|
}
|
|
3580
3580
|
]
|
|
3581
3581
|
},
|
|
3582
3582
|
{
|
|
3583
3583
|
"kind": "javascript-module",
|
|
3584
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3584
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.mdx",
|
|
3585
3585
|
"declarations": [],
|
|
3586
3586
|
"exports": []
|
|
3587
3587
|
},
|
|
3588
3588
|
{
|
|
3589
3589
|
"kind": "javascript-module",
|
|
3590
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3590
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
|
|
3591
3591
|
"declarations": [
|
|
3592
3592
|
{
|
|
3593
3593
|
"kind": "class",
|
|
3594
3594
|
"description": "",
|
|
3595
|
-
"name": "
|
|
3595
|
+
"name": "QtiMatchInteraction",
|
|
3596
3596
|
"members": [],
|
|
3597
|
-
"
|
|
3598
|
-
"name": "Choices",
|
|
3599
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3600
|
-
},
|
|
3601
|
-
"tagName": "qti-hottext-interaction",
|
|
3602
|
-
"customElement": true,
|
|
3603
|
-
"attributes": [
|
|
3597
|
+
"events": [
|
|
3604
3598
|
{
|
|
3605
|
-
"name": "
|
|
3599
|
+
"name": "qti-interaction-response",
|
|
3606
3600
|
"type": {
|
|
3607
|
-
"text": "
|
|
3601
|
+
"text": "CustomEvent"
|
|
3608
3602
|
},
|
|
3609
|
-
"default": "0",
|
|
3610
|
-
"description": "the minimal number of selections a candidate must make",
|
|
3611
|
-
"fieldName": "minChoices",
|
|
3612
3603
|
"inheritedFrom": {
|
|
3613
|
-
"name": "
|
|
3614
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3604
|
+
"name": "DragDropInteractionMixin",
|
|
3605
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3615
3606
|
}
|
|
3616
3607
|
},
|
|
3617
3608
|
{
|
|
3618
|
-
"name": "
|
|
3609
|
+
"name": "qti-register-interaction",
|
|
3619
3610
|
"type": {
|
|
3620
|
-
"text": "
|
|
3611
|
+
"text": "CustomEvent"
|
|
3621
3612
|
},
|
|
3622
|
-
"default": "1",
|
|
3623
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
3624
|
-
"fieldName": "maxChoices",
|
|
3625
3613
|
"inheritedFrom": {
|
|
3626
|
-
"name": "
|
|
3627
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3614
|
+
"name": "DragDropInteractionMixin",
|
|
3615
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3628
3616
|
}
|
|
3629
|
-
}
|
|
3617
|
+
}
|
|
3618
|
+
],
|
|
3619
|
+
"attributes": [
|
|
3630
3620
|
{
|
|
3631
3621
|
"name": "response-identifier",
|
|
3632
3622
|
"type": {
|
|
@@ -3635,8 +3625,8 @@
|
|
|
3635
3625
|
"default": "''",
|
|
3636
3626
|
"fieldName": "responseIdentifier",
|
|
3637
3627
|
"inheritedFrom": {
|
|
3638
|
-
"name": "
|
|
3639
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3628
|
+
"name": "DragDropInteractionMixin",
|
|
3629
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3640
3630
|
}
|
|
3641
3631
|
},
|
|
3642
3632
|
{
|
|
@@ -3645,11 +3635,10 @@
|
|
|
3645
3635
|
"text": "boolean"
|
|
3646
3636
|
},
|
|
3647
3637
|
"default": "false",
|
|
3648
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3649
3638
|
"fieldName": "disabled",
|
|
3650
3639
|
"inheritedFrom": {
|
|
3651
|
-
"name": "
|
|
3652
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3640
|
+
"name": "DroppablesMixin",
|
|
3641
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3653
3642
|
}
|
|
3654
3643
|
},
|
|
3655
3644
|
{
|
|
@@ -3658,80 +3647,90 @@
|
|
|
3658
3647
|
"text": "boolean"
|
|
3659
3648
|
},
|
|
3660
3649
|
"default": "false",
|
|
3661
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3662
3650
|
"fieldName": "readonly",
|
|
3663
3651
|
"inheritedFrom": {
|
|
3664
|
-
"name": "
|
|
3665
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3652
|
+
"name": "DragDropInteractionMixin",
|
|
3653
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3666
3654
|
}
|
|
3667
|
-
}
|
|
3668
|
-
],
|
|
3669
|
-
"events": [
|
|
3655
|
+
},
|
|
3670
3656
|
{
|
|
3671
|
-
"name": "
|
|
3657
|
+
"name": "min-associations",
|
|
3672
3658
|
"type": {
|
|
3673
|
-
"text": "
|
|
3659
|
+
"text": "number"
|
|
3674
3660
|
},
|
|
3661
|
+
"default": "1",
|
|
3662
|
+
"fieldName": "minAssociations",
|
|
3675
3663
|
"inheritedFrom": {
|
|
3676
|
-
"name": "
|
|
3677
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3664
|
+
"name": "DragDropInteractionMixin",
|
|
3665
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3678
3666
|
}
|
|
3679
3667
|
},
|
|
3680
3668
|
{
|
|
3681
|
-
"name": "
|
|
3669
|
+
"name": "max-associations",
|
|
3682
3670
|
"type": {
|
|
3683
|
-
"text": "
|
|
3671
|
+
"text": "number"
|
|
3684
3672
|
},
|
|
3673
|
+
"default": "1",
|
|
3674
|
+
"fieldName": "maxAssociations",
|
|
3685
3675
|
"inheritedFrom": {
|
|
3686
|
-
"name": "
|
|
3687
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3676
|
+
"name": "DragDropInteractionMixin",
|
|
3677
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3688
3678
|
}
|
|
3689
3679
|
}
|
|
3690
|
-
]
|
|
3680
|
+
],
|
|
3681
|
+
"mixins": [
|
|
3682
|
+
{
|
|
3683
|
+
"name": "DragDropInteractionMixin",
|
|
3684
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3685
|
+
}
|
|
3686
|
+
],
|
|
3687
|
+
"superclass": {
|
|
3688
|
+
"name": "LitElement",
|
|
3689
|
+
"package": "lit"
|
|
3690
|
+
},
|
|
3691
|
+
"tagName": "qti-match-interaction",
|
|
3692
|
+
"customElement": true
|
|
3691
3693
|
}
|
|
3692
3694
|
],
|
|
3693
3695
|
"exports": [
|
|
3694
3696
|
{
|
|
3695
3697
|
"kind": "js",
|
|
3696
|
-
"name": "
|
|
3698
|
+
"name": "QtiMatchInteraction",
|
|
3697
3699
|
"declaration": {
|
|
3698
|
-
"name": "
|
|
3699
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3700
|
+
"name": "QtiMatchInteraction",
|
|
3701
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
3700
3702
|
}
|
|
3701
3703
|
},
|
|
3702
3704
|
{
|
|
3703
3705
|
"kind": "custom-element-definition",
|
|
3704
|
-
"name": "qti-
|
|
3706
|
+
"name": "qti-match-interaction",
|
|
3705
3707
|
"declaration": {
|
|
3706
|
-
"name": "
|
|
3707
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3708
|
+
"name": "QtiMatchInteraction",
|
|
3709
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
3708
3710
|
}
|
|
3709
3711
|
}
|
|
3710
3712
|
]
|
|
3711
3713
|
},
|
|
3712
3714
|
{
|
|
3713
3715
|
"kind": "javascript-module",
|
|
3714
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3716
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.mdx",
|
|
3715
3717
|
"declarations": [],
|
|
3716
3718
|
"exports": []
|
|
3717
3719
|
},
|
|
3718
3720
|
{
|
|
3719
3721
|
"kind": "javascript-module",
|
|
3720
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3722
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
3721
3723
|
"declarations": [
|
|
3722
3724
|
{
|
|
3723
3725
|
"kind": "class",
|
|
3724
3726
|
"description": "",
|
|
3725
|
-
"name": "
|
|
3727
|
+
"name": "QtiMediaInteraction",
|
|
3726
3728
|
"members": [],
|
|
3727
3729
|
"attributes": [
|
|
3728
3730
|
{
|
|
3729
|
-
"name": "
|
|
3730
|
-
"
|
|
3731
|
-
|
|
3732
|
-
},
|
|
3733
|
-
"default": "'select'",
|
|
3734
|
-
"fieldName": "dataPrompt"
|
|
3731
|
+
"name": "",
|
|
3732
|
+
"fieldName": "",
|
|
3733
|
+
"attribute": ""
|
|
3735
3734
|
},
|
|
3736
3735
|
{
|
|
3737
3736
|
"name": "response-identifier",
|
|
@@ -3776,7 +3775,7 @@
|
|
|
3776
3775
|
"name": "Interaction",
|
|
3777
3776
|
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3778
3777
|
},
|
|
3779
|
-
"tagName": "qti-
|
|
3778
|
+
"tagName": "qti-media-interaction",
|
|
3780
3779
|
"customElement": true,
|
|
3781
3780
|
"events": [
|
|
3782
3781
|
{
|
|
@@ -3805,60 +3804,46 @@
|
|
|
3805
3804
|
"exports": [
|
|
3806
3805
|
{
|
|
3807
3806
|
"kind": "js",
|
|
3808
|
-
"name": "
|
|
3807
|
+
"name": "QtiMediaInteraction",
|
|
3809
3808
|
"declaration": {
|
|
3810
|
-
"name": "
|
|
3811
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3809
|
+
"name": "QtiMediaInteraction",
|
|
3810
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3812
3811
|
}
|
|
3813
3812
|
},
|
|
3814
3813
|
{
|
|
3815
3814
|
"kind": "custom-element-definition",
|
|
3816
|
-
"name": "qti-
|
|
3815
|
+
"name": "qti-media-interaction",
|
|
3817
3816
|
"declaration": {
|
|
3818
|
-
"name": "
|
|
3819
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3817
|
+
"name": "QtiMediaInteraction",
|
|
3818
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3820
3819
|
}
|
|
3821
3820
|
}
|
|
3822
3821
|
]
|
|
3823
3822
|
},
|
|
3824
3823
|
{
|
|
3825
3824
|
"kind": "javascript-module",
|
|
3826
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3825
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.mdx",
|
|
3827
3826
|
"declarations": [],
|
|
3828
3827
|
"exports": []
|
|
3829
3828
|
},
|
|
3830
3829
|
{
|
|
3831
3830
|
"kind": "javascript-module",
|
|
3832
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3831
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
|
|
3833
3832
|
"declarations": [
|
|
3834
3833
|
{
|
|
3835
3834
|
"kind": "class",
|
|
3836
3835
|
"description": "",
|
|
3837
|
-
"name": "
|
|
3836
|
+
"name": "QtiOrderInteraction",
|
|
3838
3837
|
"members": [],
|
|
3839
|
-
"
|
|
3838
|
+
"attributes": [
|
|
3840
3839
|
{
|
|
3841
|
-
"name": "
|
|
3840
|
+
"name": "orientation",
|
|
3842
3841
|
"type": {
|
|
3843
|
-
"text": "
|
|
3842
|
+
"text": "'horizontal' | 'vertical'"
|
|
3844
3843
|
},
|
|
3845
|
-
"
|
|
3846
|
-
|
|
3847
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3848
|
-
}
|
|
3844
|
+
"description": "orientation of choices",
|
|
3845
|
+
"fieldName": "orientation"
|
|
3849
3846
|
},
|
|
3850
|
-
{
|
|
3851
|
-
"name": "qti-register-interaction",
|
|
3852
|
-
"type": {
|
|
3853
|
-
"text": "CustomEvent"
|
|
3854
|
-
},
|
|
3855
|
-
"inheritedFrom": {
|
|
3856
|
-
"name": "DragDropInteractionMixin",
|
|
3857
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3858
|
-
}
|
|
3859
|
-
}
|
|
3860
|
-
],
|
|
3861
|
-
"attributes": [
|
|
3862
3847
|
{
|
|
3863
3848
|
"name": "response-identifier",
|
|
3864
3849
|
"type": {
|
|
@@ -3930,94 +3915,7 @@
|
|
|
3930
3915
|
"name": "LitElement",
|
|
3931
3916
|
"package": "lit"
|
|
3932
3917
|
},
|
|
3933
|
-
"tagName": "qti-
|
|
3934
|
-
"customElement": true
|
|
3935
|
-
}
|
|
3936
|
-
],
|
|
3937
|
-
"exports": [
|
|
3938
|
-
{
|
|
3939
|
-
"kind": "js",
|
|
3940
|
-
"name": "QtiMatchInteraction",
|
|
3941
|
-
"declaration": {
|
|
3942
|
-
"name": "QtiMatchInteraction",
|
|
3943
|
-
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
3944
|
-
}
|
|
3945
|
-
},
|
|
3946
|
-
{
|
|
3947
|
-
"kind": "custom-element-definition",
|
|
3948
|
-
"name": "qti-match-interaction",
|
|
3949
|
-
"declaration": {
|
|
3950
|
-
"name": "QtiMatchInteraction",
|
|
3951
|
-
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
3952
|
-
}
|
|
3953
|
-
}
|
|
3954
|
-
]
|
|
3955
|
-
},
|
|
3956
|
-
{
|
|
3957
|
-
"kind": "javascript-module",
|
|
3958
|
-
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.mdx",
|
|
3959
|
-
"declarations": [],
|
|
3960
|
-
"exports": []
|
|
3961
|
-
},
|
|
3962
|
-
{
|
|
3963
|
-
"kind": "javascript-module",
|
|
3964
|
-
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
3965
|
-
"declarations": [
|
|
3966
|
-
{
|
|
3967
|
-
"kind": "class",
|
|
3968
|
-
"description": "",
|
|
3969
|
-
"name": "QtiMediaInteraction",
|
|
3970
|
-
"members": [],
|
|
3971
|
-
"attributes": [
|
|
3972
|
-
{
|
|
3973
|
-
"name": "",
|
|
3974
|
-
"fieldName": "",
|
|
3975
|
-
"attribute": ""
|
|
3976
|
-
},
|
|
3977
|
-
{
|
|
3978
|
-
"name": "response-identifier",
|
|
3979
|
-
"type": {
|
|
3980
|
-
"text": "string"
|
|
3981
|
-
},
|
|
3982
|
-
"default": "''",
|
|
3983
|
-
"fieldName": "responseIdentifier",
|
|
3984
|
-
"inheritedFrom": {
|
|
3985
|
-
"name": "Interaction",
|
|
3986
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3987
|
-
}
|
|
3988
|
-
},
|
|
3989
|
-
{
|
|
3990
|
-
"name": "disabled",
|
|
3991
|
-
"type": {
|
|
3992
|
-
"text": "boolean"
|
|
3993
|
-
},
|
|
3994
|
-
"default": "false",
|
|
3995
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3996
|
-
"fieldName": "disabled",
|
|
3997
|
-
"inheritedFrom": {
|
|
3998
|
-
"name": "Interaction",
|
|
3999
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4000
|
-
}
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
"name": "readonly",
|
|
4004
|
-
"type": {
|
|
4005
|
-
"text": "boolean"
|
|
4006
|
-
},
|
|
4007
|
-
"default": "false",
|
|
4008
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4009
|
-
"fieldName": "readonly",
|
|
4010
|
-
"inheritedFrom": {
|
|
4011
|
-
"name": "Interaction",
|
|
4012
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4013
|
-
}
|
|
4014
|
-
}
|
|
4015
|
-
],
|
|
4016
|
-
"superclass": {
|
|
4017
|
-
"name": "Interaction",
|
|
4018
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4019
|
-
},
|
|
4020
|
-
"tagName": "qti-media-interaction",
|
|
3918
|
+
"tagName": "qti-order-interaction",
|
|
4021
3919
|
"customElement": true,
|
|
4022
3920
|
"events": [
|
|
4023
3921
|
{
|
|
@@ -4026,8 +3924,8 @@
|
|
|
4026
3924
|
"text": "CustomEvent"
|
|
4027
3925
|
},
|
|
4028
3926
|
"inheritedFrom": {
|
|
4029
|
-
"name": "
|
|
4030
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3927
|
+
"name": "DragDropInteractionMixin",
|
|
3928
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4031
3929
|
}
|
|
4032
3930
|
},
|
|
4033
3931
|
{
|
|
@@ -4036,8 +3934,8 @@
|
|
|
4036
3934
|
"text": "CustomEvent"
|
|
4037
3935
|
},
|
|
4038
3936
|
"inheritedFrom": {
|
|
4039
|
-
"name": "
|
|
4040
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3937
|
+
"name": "DragDropInteractionMixin",
|
|
3938
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4041
3939
|
}
|
|
4042
3940
|
}
|
|
4043
3941
|
]
|
|
@@ -4046,45 +3944,69 @@
|
|
|
4046
3944
|
"exports": [
|
|
4047
3945
|
{
|
|
4048
3946
|
"kind": "js",
|
|
4049
|
-
"name": "
|
|
3947
|
+
"name": "QtiOrderInteraction",
|
|
4050
3948
|
"declaration": {
|
|
4051
|
-
"name": "
|
|
4052
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3949
|
+
"name": "QtiOrderInteraction",
|
|
3950
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
4053
3951
|
}
|
|
4054
3952
|
},
|
|
4055
3953
|
{
|
|
4056
3954
|
"kind": "custom-element-definition",
|
|
4057
|
-
"name": "qti-
|
|
3955
|
+
"name": "qti-order-interaction",
|
|
4058
3956
|
"declaration": {
|
|
4059
|
-
"name": "
|
|
4060
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3957
|
+
"name": "QtiOrderInteraction",
|
|
3958
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
4061
3959
|
}
|
|
4062
3960
|
}
|
|
4063
3961
|
]
|
|
4064
3962
|
},
|
|
4065
3963
|
{
|
|
4066
3964
|
"kind": "javascript-module",
|
|
4067
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3965
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.mdx",
|
|
4068
3966
|
"declarations": [],
|
|
4069
3967
|
"exports": []
|
|
4070
3968
|
},
|
|
4071
3969
|
{
|
|
4072
3970
|
"kind": "javascript-module",
|
|
4073
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3971
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts",
|
|
4074
3972
|
"declarations": [
|
|
4075
3973
|
{
|
|
4076
3974
|
"kind": "class",
|
|
4077
3975
|
"description": "",
|
|
4078
|
-
"name": "
|
|
3976
|
+
"name": "QtiHotspotInteraction",
|
|
4079
3977
|
"members": [],
|
|
3978
|
+
"superclass": {
|
|
3979
|
+
"name": "Choices",
|
|
3980
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/choices/choices"
|
|
3981
|
+
},
|
|
3982
|
+
"tagName": "qti-hotspot-interaction",
|
|
3983
|
+
"customElement": true,
|
|
4080
3984
|
"attributes": [
|
|
4081
3985
|
{
|
|
4082
|
-
"name": "
|
|
3986
|
+
"name": "min-choices",
|
|
4083
3987
|
"type": {
|
|
4084
|
-
"text": "
|
|
3988
|
+
"text": "number"
|
|
4085
3989
|
},
|
|
4086
|
-
"
|
|
4087
|
-
"
|
|
3990
|
+
"default": "0",
|
|
3991
|
+
"description": "the minimal number of selections a candidate must make",
|
|
3992
|
+
"fieldName": "minChoices",
|
|
3993
|
+
"inheritedFrom": {
|
|
3994
|
+
"name": "Choices",
|
|
3995
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"name": "max-choices",
|
|
4000
|
+
"type": {
|
|
4001
|
+
"text": "number"
|
|
4002
|
+
},
|
|
4003
|
+
"default": "1",
|
|
4004
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
4005
|
+
"fieldName": "maxChoices",
|
|
4006
|
+
"inheritedFrom": {
|
|
4007
|
+
"name": "Choices",
|
|
4008
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
4009
|
+
}
|
|
4088
4010
|
},
|
|
4089
4011
|
{
|
|
4090
4012
|
"name": "response-identifier",
|
|
@@ -4094,8 +4016,8 @@
|
|
|
4094
4016
|
"default": "''",
|
|
4095
4017
|
"fieldName": "responseIdentifier",
|
|
4096
4018
|
"inheritedFrom": {
|
|
4097
|
-
"name": "
|
|
4098
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4019
|
+
"name": "Interaction",
|
|
4020
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4099
4021
|
}
|
|
4100
4022
|
},
|
|
4101
4023
|
{
|
|
@@ -4104,10 +4026,11 @@
|
|
|
4104
4026
|
"text": "boolean"
|
|
4105
4027
|
},
|
|
4106
4028
|
"default": "false",
|
|
4029
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4107
4030
|
"fieldName": "disabled",
|
|
4108
4031
|
"inheritedFrom": {
|
|
4109
|
-
"name": "
|
|
4110
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4032
|
+
"name": "Interaction",
|
|
4033
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4111
4034
|
}
|
|
4112
4035
|
},
|
|
4113
4036
|
{
|
|
@@ -4116,49 +4039,14 @@
|
|
|
4116
4039
|
"text": "boolean"
|
|
4117
4040
|
},
|
|
4118
4041
|
"default": "false",
|
|
4042
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4119
4043
|
"fieldName": "readonly",
|
|
4120
4044
|
"inheritedFrom": {
|
|
4121
|
-
"name": "
|
|
4122
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
{
|
|
4126
|
-
"name": "min-associations",
|
|
4127
|
-
"type": {
|
|
4128
|
-
"text": "number"
|
|
4129
|
-
},
|
|
4130
|
-
"default": "1",
|
|
4131
|
-
"fieldName": "minAssociations",
|
|
4132
|
-
"inheritedFrom": {
|
|
4133
|
-
"name": "DragDropInteractionMixin",
|
|
4134
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4135
|
-
}
|
|
4136
|
-
},
|
|
4137
|
-
{
|
|
4138
|
-
"name": "max-associations",
|
|
4139
|
-
"type": {
|
|
4140
|
-
"text": "number"
|
|
4141
|
-
},
|
|
4142
|
-
"default": "1",
|
|
4143
|
-
"fieldName": "maxAssociations",
|
|
4144
|
-
"inheritedFrom": {
|
|
4145
|
-
"name": "DragDropInteractionMixin",
|
|
4146
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4045
|
+
"name": "Interaction",
|
|
4046
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4147
4047
|
}
|
|
4148
4048
|
}
|
|
4149
4049
|
],
|
|
4150
|
-
"mixins": [
|
|
4151
|
-
{
|
|
4152
|
-
"name": "DragDropInteractionMixin",
|
|
4153
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
4154
|
-
}
|
|
4155
|
-
],
|
|
4156
|
-
"superclass": {
|
|
4157
|
-
"name": "LitElement",
|
|
4158
|
-
"package": "lit"
|
|
4159
|
-
},
|
|
4160
|
-
"tagName": "qti-order-interaction",
|
|
4161
|
-
"customElement": true,
|
|
4162
4050
|
"events": [
|
|
4163
4051
|
{
|
|
4164
4052
|
"name": "qti-register-interaction",
|
|
@@ -4166,8 +4054,8 @@
|
|
|
4166
4054
|
"text": "CustomEvent"
|
|
4167
4055
|
},
|
|
4168
4056
|
"inheritedFrom": {
|
|
4169
|
-
"name": "
|
|
4170
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4057
|
+
"name": "Interaction",
|
|
4058
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4171
4059
|
}
|
|
4172
4060
|
},
|
|
4173
4061
|
{
|
|
@@ -4176,8 +4064,8 @@
|
|
|
4176
4064
|
"text": "CustomEvent"
|
|
4177
4065
|
},
|
|
4178
4066
|
"inheritedFrom": {
|
|
4179
|
-
"name": "
|
|
4180
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4067
|
+
"name": "Interaction",
|
|
4068
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4181
4069
|
}
|
|
4182
4070
|
}
|
|
4183
4071
|
]
|
|
@@ -4186,18 +4074,18 @@
|
|
|
4186
4074
|
"exports": [
|
|
4187
4075
|
{
|
|
4188
4076
|
"kind": "js",
|
|
4189
|
-
"name": "
|
|
4077
|
+
"name": "QtiHotspotInteraction",
|
|
4190
4078
|
"declaration": {
|
|
4191
|
-
"name": "
|
|
4192
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4079
|
+
"name": "QtiHotspotInteraction",
|
|
4080
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
4193
4081
|
}
|
|
4194
4082
|
},
|
|
4195
4083
|
{
|
|
4196
4084
|
"kind": "custom-element-definition",
|
|
4197
|
-
"name": "qti-
|
|
4085
|
+
"name": "qti-hotspot-interaction",
|
|
4198
4086
|
"declaration": {
|
|
4199
|
-
"name": "
|
|
4200
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4087
|
+
"name": "QtiHotspotInteraction",
|
|
4088
|
+
"module": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/qti-hotspot-interaction.ts"
|
|
4201
4089
|
}
|
|
4202
4090
|
}
|
|
4203
4091
|
]
|
|
@@ -4673,6 +4561,118 @@
|
|
|
4673
4561
|
}
|
|
4674
4562
|
]
|
|
4675
4563
|
},
|
|
4564
|
+
{
|
|
4565
|
+
"kind": "javascript-module",
|
|
4566
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.mdx",
|
|
4567
|
+
"declarations": [],
|
|
4568
|
+
"exports": []
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"kind": "javascript-module",
|
|
4572
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts",
|
|
4573
|
+
"declarations": [
|
|
4574
|
+
{
|
|
4575
|
+
"kind": "class",
|
|
4576
|
+
"description": "",
|
|
4577
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4578
|
+
"members": [],
|
|
4579
|
+
"attributes": [
|
|
4580
|
+
{
|
|
4581
|
+
"name": "data-prompt",
|
|
4582
|
+
"type": {
|
|
4583
|
+
"text": "string"
|
|
4584
|
+
},
|
|
4585
|
+
"default": "'select'",
|
|
4586
|
+
"fieldName": "dataPrompt"
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"name": "response-identifier",
|
|
4590
|
+
"type": {
|
|
4591
|
+
"text": "string"
|
|
4592
|
+
},
|
|
4593
|
+
"default": "''",
|
|
4594
|
+
"fieldName": "responseIdentifier",
|
|
4595
|
+
"inheritedFrom": {
|
|
4596
|
+
"name": "Interaction",
|
|
4597
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"name": "disabled",
|
|
4602
|
+
"type": {
|
|
4603
|
+
"text": "boolean"
|
|
4604
|
+
},
|
|
4605
|
+
"default": "false",
|
|
4606
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4607
|
+
"fieldName": "disabled",
|
|
4608
|
+
"inheritedFrom": {
|
|
4609
|
+
"name": "Interaction",
|
|
4610
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4611
|
+
}
|
|
4612
|
+
},
|
|
4613
|
+
{
|
|
4614
|
+
"name": "readonly",
|
|
4615
|
+
"type": {
|
|
4616
|
+
"text": "boolean"
|
|
4617
|
+
},
|
|
4618
|
+
"default": "false",
|
|
4619
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4620
|
+
"fieldName": "readonly",
|
|
4621
|
+
"inheritedFrom": {
|
|
4622
|
+
"name": "Interaction",
|
|
4623
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4624
|
+
}
|
|
4625
|
+
}
|
|
4626
|
+
],
|
|
4627
|
+
"superclass": {
|
|
4628
|
+
"name": "Interaction",
|
|
4629
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4630
|
+
},
|
|
4631
|
+
"tagName": "qti-inline-choice-interaction",
|
|
4632
|
+
"customElement": true,
|
|
4633
|
+
"events": [
|
|
4634
|
+
{
|
|
4635
|
+
"name": "qti-register-interaction",
|
|
4636
|
+
"type": {
|
|
4637
|
+
"text": "CustomEvent"
|
|
4638
|
+
},
|
|
4639
|
+
"inheritedFrom": {
|
|
4640
|
+
"name": "Interaction",
|
|
4641
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4642
|
+
}
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"name": "qti-interaction-response",
|
|
4646
|
+
"type": {
|
|
4647
|
+
"text": "CustomEvent"
|
|
4648
|
+
},
|
|
4649
|
+
"inheritedFrom": {
|
|
4650
|
+
"name": "Interaction",
|
|
4651
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4652
|
+
}
|
|
4653
|
+
}
|
|
4654
|
+
]
|
|
4655
|
+
}
|
|
4656
|
+
],
|
|
4657
|
+
"exports": [
|
|
4658
|
+
{
|
|
4659
|
+
"kind": "js",
|
|
4660
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4661
|
+
"declaration": {
|
|
4662
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4663
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
4664
|
+
}
|
|
4665
|
+
},
|
|
4666
|
+
{
|
|
4667
|
+
"kind": "custom-element-definition",
|
|
4668
|
+
"name": "qti-inline-choice-interaction",
|
|
4669
|
+
"declaration": {
|
|
4670
|
+
"name": "QtiInlineChoiceInteraction",
|
|
4671
|
+
"module": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/qti-inline-choice-interaction.ts"
|
|
4672
|
+
}
|
|
4673
|
+
}
|
|
4674
|
+
]
|
|
4675
|
+
},
|
|
4676
4676
|
{
|
|
4677
4677
|
"kind": "javascript-module",
|
|
4678
4678
|
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.mdx",
|
|
@@ -5102,47 +5102,28 @@
|
|
|
5102
5102
|
"declaration": {
|
|
5103
5103
|
"name": "QtiResponseElse",
|
|
5104
5104
|
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5105
|
-
}
|
|
5106
|
-
}
|
|
5107
|
-
]
|
|
5108
|
-
},
|
|
5109
|
-
{
|
|
5110
|
-
"kind": "javascript-module",
|
|
5111
|
-
"path": "src/lib/qti-components/qti-response-processing/
|
|
5112
|
-
"declarations": [
|
|
5113
|
-
{
|
|
5114
|
-
"kind": "class",
|
|
5115
|
-
"description": "",
|
|
5116
|
-
"name": "
|
|
5117
|
-
"members": []
|
|
5118
|
-
"attributes": [
|
|
5119
|
-
{
|
|
5120
|
-
"name": "identifier"
|
|
5121
|
-
}
|
|
5122
|
-
],
|
|
5123
|
-
"superclass": {
|
|
5124
|
-
"name": "LitElement",
|
|
5125
|
-
"package": "lit"
|
|
5126
|
-
},
|
|
5127
|
-
"tagName": "qti-response-processing",
|
|
5128
|
-
"customElement": true
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
5107
|
+
]
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"kind": "javascript-module",
|
|
5111
|
+
"path": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts",
|
|
5112
|
+
"declarations": [
|
|
5113
|
+
{
|
|
5114
|
+
"kind": "class",
|
|
5115
|
+
"description": "",
|
|
5116
|
+
"name": "ScoringHelper",
|
|
5117
|
+
"members": []
|
|
5129
5118
|
}
|
|
5130
5119
|
],
|
|
5131
5120
|
"exports": [
|
|
5132
5121
|
{
|
|
5133
5122
|
"kind": "js",
|
|
5134
|
-
"name": "
|
|
5135
|
-
"declaration": {
|
|
5136
|
-
"name": "QtiResponseProcessing",
|
|
5137
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts"
|
|
5138
|
-
}
|
|
5139
|
-
},
|
|
5140
|
-
{
|
|
5141
|
-
"kind": "custom-element-definition",
|
|
5142
|
-
"name": "qti-response-processing",
|
|
5123
|
+
"name": "ScoringHelper",
|
|
5143
5124
|
"declaration": {
|
|
5144
|
-
"name": "
|
|
5145
|
-
"module": "src/lib/qti-components/qti-response-processing/
|
|
5125
|
+
"name": "ScoringHelper",
|
|
5126
|
+
"module": "src/lib/qti-components/qti-response-processing/utilities/scoring-helper.ts"
|
|
5146
5127
|
}
|
|
5147
5128
|
}
|
|
5148
5129
|
]
|
|
@@ -5185,22 +5166,41 @@
|
|
|
5185
5166
|
},
|
|
5186
5167
|
{
|
|
5187
5168
|
"kind": "javascript-module",
|
|
5188
|
-
"path": "src/lib/qti-components/qti-response-processing/
|
|
5169
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts",
|
|
5189
5170
|
"declarations": [
|
|
5190
5171
|
{
|
|
5191
5172
|
"kind": "class",
|
|
5192
5173
|
"description": "",
|
|
5193
|
-
"name": "
|
|
5194
|
-
"members": []
|
|
5174
|
+
"name": "QtiResponseProcessing",
|
|
5175
|
+
"members": [],
|
|
5176
|
+
"attributes": [
|
|
5177
|
+
{
|
|
5178
|
+
"name": "identifier"
|
|
5179
|
+
}
|
|
5180
|
+
],
|
|
5181
|
+
"superclass": {
|
|
5182
|
+
"name": "LitElement",
|
|
5183
|
+
"package": "lit"
|
|
5184
|
+
},
|
|
5185
|
+
"tagName": "qti-response-processing",
|
|
5186
|
+
"customElement": true
|
|
5195
5187
|
}
|
|
5196
5188
|
],
|
|
5197
5189
|
"exports": [
|
|
5198
5190
|
{
|
|
5199
5191
|
"kind": "js",
|
|
5200
|
-
"name": "
|
|
5192
|
+
"name": "default",
|
|
5201
5193
|
"declaration": {
|
|
5202
|
-
"name": "
|
|
5203
|
-
"module": "src/lib/qti-components/qti-response-processing/
|
|
5194
|
+
"name": "QtiResponseProcessing",
|
|
5195
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts"
|
|
5196
|
+
}
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
"kind": "custom-element-definition",
|
|
5200
|
+
"name": "qti-response-processing",
|
|
5201
|
+
"declaration": {
|
|
5202
|
+
"name": "QtiResponseProcessing",
|
|
5203
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts"
|
|
5204
5204
|
}
|
|
5205
5205
|
}
|
|
5206
5206
|
]
|
|
@@ -5345,6 +5345,42 @@
|
|
|
5345
5345
|
}
|
|
5346
5346
|
]
|
|
5347
5347
|
},
|
|
5348
|
+
{
|
|
5349
|
+
"kind": "javascript-module",
|
|
5350
|
+
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
5351
|
+
"declarations": [],
|
|
5352
|
+
"exports": []
|
|
5353
|
+
},
|
|
5354
|
+
{
|
|
5355
|
+
"kind": "javascript-module",
|
|
5356
|
+
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
5357
|
+
"declarations": [],
|
|
5358
|
+
"exports": []
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"kind": "javascript-module",
|
|
5362
|
+
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
5363
|
+
"declarations": [],
|
|
5364
|
+
"exports": []
|
|
5365
|
+
},
|
|
5366
|
+
{
|
|
5367
|
+
"kind": "javascript-module",
|
|
5368
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
5369
|
+
"declarations": [],
|
|
5370
|
+
"exports": []
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"kind": "javascript-module",
|
|
5374
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5375
|
+
"declarations": [],
|
|
5376
|
+
"exports": []
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"kind": "javascript-module",
|
|
5380
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
5381
|
+
"declarations": [],
|
|
5382
|
+
"exports": []
|
|
5383
|
+
},
|
|
5348
5384
|
{
|
|
5349
5385
|
"kind": "javascript-module",
|
|
5350
5386
|
"path": "src/lib/qti-components/qti-interaction/internal/choice/qti-choice.ts",
|
|
@@ -5443,6 +5479,12 @@
|
|
|
5443
5479
|
}
|
|
5444
5480
|
]
|
|
5445
5481
|
},
|
|
5482
|
+
{
|
|
5483
|
+
"kind": "javascript-module",
|
|
5484
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5485
|
+
"declarations": [],
|
|
5486
|
+
"exports": []
|
|
5487
|
+
},
|
|
5446
5488
|
{
|
|
5447
5489
|
"kind": "javascript-module",
|
|
5448
5490
|
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
@@ -5549,6 +5591,52 @@
|
|
|
5549
5591
|
}
|
|
5550
5592
|
]
|
|
5551
5593
|
},
|
|
5594
|
+
{
|
|
5595
|
+
"kind": "javascript-module",
|
|
5596
|
+
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5597
|
+
"declarations": [
|
|
5598
|
+
{
|
|
5599
|
+
"kind": "function",
|
|
5600
|
+
"name": "positionHotspots",
|
|
5601
|
+
"parameters": [
|
|
5602
|
+
{
|
|
5603
|
+
"name": "shape",
|
|
5604
|
+
"type": {
|
|
5605
|
+
"text": "string"
|
|
5606
|
+
}
|
|
5607
|
+
},
|
|
5608
|
+
{
|
|
5609
|
+
"name": "coordsNumber",
|
|
5610
|
+
"type": {
|
|
5611
|
+
"text": "number[]"
|
|
5612
|
+
}
|
|
5613
|
+
},
|
|
5614
|
+
{
|
|
5615
|
+
"name": "img",
|
|
5616
|
+
"type": {
|
|
5617
|
+
"text": "HTMLImageElement"
|
|
5618
|
+
}
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
"name": "hotspot",
|
|
5622
|
+
"type": {
|
|
5623
|
+
"text": "QtiHotspotChoice"
|
|
5624
|
+
}
|
|
5625
|
+
}
|
|
5626
|
+
]
|
|
5627
|
+
}
|
|
5628
|
+
],
|
|
5629
|
+
"exports": [
|
|
5630
|
+
{
|
|
5631
|
+
"kind": "js",
|
|
5632
|
+
"name": "positionHotspots",
|
|
5633
|
+
"declaration": {
|
|
5634
|
+
"name": "positionHotspots",
|
|
5635
|
+
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5636
|
+
}
|
|
5637
|
+
}
|
|
5638
|
+
]
|
|
5639
|
+
},
|
|
5552
5640
|
{
|
|
5553
5641
|
"kind": "javascript-module",
|
|
5554
5642
|
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
@@ -5840,52 +5928,6 @@
|
|
|
5840
5928
|
}
|
|
5841
5929
|
]
|
|
5842
5930
|
},
|
|
5843
|
-
{
|
|
5844
|
-
"kind": "javascript-module",
|
|
5845
|
-
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5846
|
-
"declarations": [
|
|
5847
|
-
{
|
|
5848
|
-
"kind": "function",
|
|
5849
|
-
"name": "positionHotspots",
|
|
5850
|
-
"parameters": [
|
|
5851
|
-
{
|
|
5852
|
-
"name": "shape",
|
|
5853
|
-
"type": {
|
|
5854
|
-
"text": "string"
|
|
5855
|
-
}
|
|
5856
|
-
},
|
|
5857
|
-
{
|
|
5858
|
-
"name": "coordsNumber",
|
|
5859
|
-
"type": {
|
|
5860
|
-
"text": "number[]"
|
|
5861
|
-
}
|
|
5862
|
-
},
|
|
5863
|
-
{
|
|
5864
|
-
"name": "img",
|
|
5865
|
-
"type": {
|
|
5866
|
-
"text": "HTMLImageElement"
|
|
5867
|
-
}
|
|
5868
|
-
},
|
|
5869
|
-
{
|
|
5870
|
-
"name": "hotspot",
|
|
5871
|
-
"type": {
|
|
5872
|
-
"text": "QtiHotspotChoice"
|
|
5873
|
-
}
|
|
5874
|
-
}
|
|
5875
|
-
]
|
|
5876
|
-
}
|
|
5877
|
-
],
|
|
5878
|
-
"exports": [
|
|
5879
|
-
{
|
|
5880
|
-
"kind": "js",
|
|
5881
|
-
"name": "positionHotspots",
|
|
5882
|
-
"declaration": {
|
|
5883
|
-
"name": "positionHotspots",
|
|
5884
|
-
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5885
|
-
}
|
|
5886
|
-
}
|
|
5887
|
-
]
|
|
5888
|
-
},
|
|
5889
5931
|
{
|
|
5890
5932
|
"kind": "javascript-module",
|
|
5891
5933
|
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
@@ -5938,116 +5980,74 @@
|
|
|
5938
5980
|
"type": {
|
|
5939
5981
|
"text": "boolean"
|
|
5940
5982
|
},
|
|
5941
|
-
"default": "false",
|
|
5942
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5943
|
-
"fieldName": "readonly"
|
|
5944
|
-
}
|
|
5945
|
-
],
|
|
5946
|
-
"superclass": {
|
|
5947
|
-
"name": "LitElement",
|
|
5948
|
-
"package": "lit"
|
|
5949
|
-
},
|
|
5950
|
-
"customElement": true
|
|
5951
|
-
}
|
|
5952
|
-
],
|
|
5953
|
-
"exports": [
|
|
5954
|
-
{
|
|
5955
|
-
"kind": "js",
|
|
5956
|
-
"name": "Interaction",
|
|
5957
|
-
"declaration": {
|
|
5958
|
-
"name": "Interaction",
|
|
5959
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5960
|
-
}
|
|
5961
|
-
}
|
|
5962
|
-
]
|
|
5963
|
-
},
|
|
5964
|
-
{
|
|
5965
|
-
"kind": "javascript-module",
|
|
5966
|
-
"path": "src/lib/qti-components/qti-interaction/qti-associate-interaction/__snapshots__/qti-associate-interaction.stories.ts.snap",
|
|
5967
|
-
"declarations": [],
|
|
5968
|
-
"exports": []
|
|
5969
|
-
},
|
|
5970
|
-
{
|
|
5971
|
-
"kind": "javascript-module",
|
|
5972
|
-
"path": "src/lib/qti-components/qti-interaction/qti-choice-interaction/__snapshots__/qti-choice-interaction.stories.ts.snap",
|
|
5973
|
-
"declarations": [],
|
|
5974
|
-
"exports": []
|
|
5975
|
-
},
|
|
5976
|
-
{
|
|
5977
|
-
"kind": "javascript-module",
|
|
5978
|
-
"path": "src/lib/qti-components/qti-interaction/qti-end-attempt-interaction/__snapshots__/qti-end-attempt-interaction.stories.ts.snap",
|
|
5979
|
-
"declarations": [],
|
|
5980
|
-
"exports": []
|
|
5981
|
-
},
|
|
5982
|
-
{
|
|
5983
|
-
"kind": "javascript-module",
|
|
5984
|
-
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5985
|
-
"declarations": [],
|
|
5986
|
-
"exports": []
|
|
5987
|
-
},
|
|
5988
|
-
{
|
|
5989
|
-
"kind": "javascript-module",
|
|
5990
|
-
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
5991
|
-
"declarations": [],
|
|
5992
|
-
"exports": []
|
|
5993
|
-
},
|
|
5994
|
-
{
|
|
5995
|
-
"kind": "javascript-module",
|
|
5996
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5997
|
-
"declarations": [],
|
|
5998
|
-
"exports": []
|
|
5999
|
-
},
|
|
6000
|
-
{
|
|
6001
|
-
"kind": "javascript-module",
|
|
6002
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
6003
|
-
"declarations": [],
|
|
6004
|
-
"exports": []
|
|
5983
|
+
"default": "false",
|
|
5984
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5985
|
+
"fieldName": "readonly"
|
|
5986
|
+
}
|
|
5987
|
+
],
|
|
5988
|
+
"superclass": {
|
|
5989
|
+
"name": "LitElement",
|
|
5990
|
+
"package": "lit"
|
|
5991
|
+
},
|
|
5992
|
+
"customElement": true
|
|
5993
|
+
}
|
|
5994
|
+
],
|
|
5995
|
+
"exports": [
|
|
5996
|
+
{
|
|
5997
|
+
"kind": "js",
|
|
5998
|
+
"name": "Interaction",
|
|
5999
|
+
"declaration": {
|
|
6000
|
+
"name": "Interaction",
|
|
6001
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
6002
|
+
}
|
|
6003
|
+
}
|
|
6004
|
+
]
|
|
6005
6005
|
},
|
|
6006
6006
|
{
|
|
6007
6007
|
"kind": "javascript-module",
|
|
6008
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6008
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
6009
6009
|
"declarations": [],
|
|
6010
6010
|
"exports": []
|
|
6011
6011
|
},
|
|
6012
6012
|
{
|
|
6013
6013
|
"kind": "javascript-module",
|
|
6014
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6014
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/__snapshots__/qti-hottext-interaction.stories.ts.snap",
|
|
6015
6015
|
"declarations": [],
|
|
6016
6016
|
"exports": []
|
|
6017
6017
|
},
|
|
6018
6018
|
{
|
|
6019
6019
|
"kind": "javascript-module",
|
|
6020
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6020
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/__snapshots__/qti-match-interaction.stories.ts.snap",
|
|
6021
6021
|
"declarations": [],
|
|
6022
6022
|
"exports": []
|
|
6023
6023
|
},
|
|
6024
6024
|
{
|
|
6025
6025
|
"kind": "javascript-module",
|
|
6026
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6026
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/__snapshots__/qti-media-interaction.stories.ts.snap",
|
|
6027
6027
|
"declarations": [],
|
|
6028
6028
|
"exports": []
|
|
6029
6029
|
},
|
|
6030
6030
|
{
|
|
6031
6031
|
"kind": "javascript-module",
|
|
6032
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6032
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/__snapshots__/qti-order-interaction.stories.ts.snap",
|
|
6033
6033
|
"declarations": [],
|
|
6034
6034
|
"exports": []
|
|
6035
6035
|
},
|
|
6036
6036
|
{
|
|
6037
6037
|
"kind": "javascript-module",
|
|
6038
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6038
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hotspot-interaction/__snapshots__/qti-hotspot-interaction.stories.ts.snap",
|
|
6039
6039
|
"declarations": [],
|
|
6040
6040
|
"exports": []
|
|
6041
6041
|
},
|
|
6042
6042
|
{
|
|
6043
6043
|
"kind": "javascript-module",
|
|
6044
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6044
|
+
"path": "src/lib/qti-components/qti-interaction/qti-portable-custom-interaction/__snapshots__/qti-portable-custom-interaction.stories.ts.snap",
|
|
6045
6045
|
"declarations": [],
|
|
6046
6046
|
"exports": []
|
|
6047
6047
|
},
|
|
6048
6048
|
{
|
|
6049
6049
|
"kind": "javascript-module",
|
|
6050
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6050
|
+
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6051
6051
|
"declarations": [],
|
|
6052
6052
|
"exports": []
|
|
6053
6053
|
},
|
|
@@ -6059,13 +6059,13 @@
|
|
|
6059
6059
|
},
|
|
6060
6060
|
{
|
|
6061
6061
|
"kind": "javascript-module",
|
|
6062
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6062
|
+
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/__snapshots__/qti-slider-interaction.stories.ts.snap",
|
|
6063
6063
|
"declarations": [],
|
|
6064
6064
|
"exports": []
|
|
6065
6065
|
},
|
|
6066
6066
|
{
|
|
6067
6067
|
"kind": "javascript-module",
|
|
6068
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6068
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6069
6069
|
"declarations": [],
|
|
6070
6070
|
"exports": []
|
|
6071
6071
|
},
|
|
@@ -6237,82 +6237,82 @@
|
|
|
6237
6237
|
},
|
|
6238
6238
|
{
|
|
6239
6239
|
"kind": "javascript-module",
|
|
6240
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6240
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts",
|
|
6241
6241
|
"declarations": [
|
|
6242
6242
|
{
|
|
6243
6243
|
"kind": "class",
|
|
6244
6244
|
"description": "",
|
|
6245
|
-
"name": "
|
|
6245
|
+
"name": "QtiCorrect",
|
|
6246
6246
|
"members": [],
|
|
6247
|
-
"attributes": [
|
|
6248
|
-
{
|
|
6249
|
-
"name": "toleranceMode",
|
|
6250
|
-
"type": {
|
|
6251
|
-
"text": "'exact' | 'relative' | 'absolute'"
|
|
6252
|
-
},
|
|
6253
|
-
"default": "'exact'",
|
|
6254
|
-
"fieldName": "toleranceMode"
|
|
6255
|
-
}
|
|
6256
|
-
],
|
|
6257
6247
|
"superclass": {
|
|
6258
6248
|
"name": "QtiExpression",
|
|
6259
6249
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6260
6250
|
},
|
|
6261
|
-
"tagName": "qti-
|
|
6251
|
+
"tagName": "qti-correct",
|
|
6262
6252
|
"customElement": true
|
|
6263
6253
|
}
|
|
6264
6254
|
],
|
|
6265
6255
|
"exports": [
|
|
6266
6256
|
{
|
|
6267
6257
|
"kind": "js",
|
|
6268
|
-
"name": "
|
|
6258
|
+
"name": "QtiCorrect",
|
|
6269
6259
|
"declaration": {
|
|
6270
|
-
"name": "
|
|
6271
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6260
|
+
"name": "QtiCorrect",
|
|
6261
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
|
|
6272
6262
|
}
|
|
6273
6263
|
},
|
|
6274
6264
|
{
|
|
6275
6265
|
"kind": "custom-element-definition",
|
|
6276
|
-
"name": "qti-
|
|
6266
|
+
"name": "qti-correct",
|
|
6277
6267
|
"declaration": {
|
|
6278
|
-
"name": "
|
|
6279
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6268
|
+
"name": "QtiCorrect",
|
|
6269
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts"
|
|
6280
6270
|
}
|
|
6281
6271
|
}
|
|
6282
6272
|
]
|
|
6283
6273
|
},
|
|
6284
6274
|
{
|
|
6285
6275
|
"kind": "javascript-module",
|
|
6286
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6276
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts",
|
|
6287
6277
|
"declarations": [
|
|
6288
6278
|
{
|
|
6289
6279
|
"kind": "class",
|
|
6290
6280
|
"description": "",
|
|
6291
|
-
"name": "
|
|
6281
|
+
"name": "QtiEqual",
|
|
6292
6282
|
"members": [],
|
|
6283
|
+
"attributes": [
|
|
6284
|
+
{
|
|
6285
|
+
"name": "toleranceMode",
|
|
6286
|
+
"type": {
|
|
6287
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
6288
|
+
},
|
|
6289
|
+
"default": "'exact'",
|
|
6290
|
+
"fieldName": "toleranceMode"
|
|
6291
|
+
}
|
|
6292
|
+
],
|
|
6293
6293
|
"superclass": {
|
|
6294
6294
|
"name": "QtiExpression",
|
|
6295
6295
|
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6296
6296
|
},
|
|
6297
|
-
"tagName": "qti-
|
|
6297
|
+
"tagName": "qti-equal",
|
|
6298
6298
|
"customElement": true
|
|
6299
6299
|
}
|
|
6300
6300
|
],
|
|
6301
6301
|
"exports": [
|
|
6302
6302
|
{
|
|
6303
6303
|
"kind": "js",
|
|
6304
|
-
"name": "
|
|
6304
|
+
"name": "QtiEqual",
|
|
6305
6305
|
"declaration": {
|
|
6306
|
-
"name": "
|
|
6307
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6306
|
+
"name": "QtiEqual",
|
|
6307
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
6308
6308
|
}
|
|
6309
6309
|
},
|
|
6310
6310
|
{
|
|
6311
6311
|
"kind": "custom-element-definition",
|
|
6312
|
-
"name": "qti-
|
|
6312
|
+
"name": "qti-equal",
|
|
6313
6313
|
"declaration": {
|
|
6314
|
-
"name": "
|
|
6315
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6314
|
+
"name": "QtiEqual",
|
|
6315
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-equal/qti-equal.ts"
|
|
6316
6316
|
}
|
|
6317
6317
|
}
|
|
6318
6318
|
]
|
|
@@ -6545,105 +6545,105 @@
|
|
|
6545
6545
|
},
|
|
6546
6546
|
{
|
|
6547
6547
|
"kind": "javascript-module",
|
|
6548
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6548
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts",
|
|
6549
6549
|
"declarations": [
|
|
6550
6550
|
{
|
|
6551
6551
|
"kind": "class",
|
|
6552
6552
|
"description": "",
|
|
6553
|
-
"name": "
|
|
6553
|
+
"name": "QtiMapping",
|
|
6554
6554
|
"members": [],
|
|
6555
6555
|
"attributes": [
|
|
6556
6556
|
{
|
|
6557
|
-
"name": "
|
|
6557
|
+
"name": "default-value",
|
|
6558
6558
|
"type": {
|
|
6559
|
-
"text": "
|
|
6559
|
+
"text": "number"
|
|
6560
6560
|
},
|
|
6561
|
-
"
|
|
6561
|
+
"default": "0",
|
|
6562
|
+
"fieldName": "defaultValue"
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"name": "lower-bound",
|
|
6566
|
+
"type": {
|
|
6567
|
+
"text": "number"
|
|
6568
|
+
},
|
|
6569
|
+
"fieldName": "lowerBound"
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"name": "upper-bound",
|
|
6573
|
+
"type": {
|
|
6574
|
+
"text": "number"
|
|
6575
|
+
},
|
|
6576
|
+
"fieldName": "upperBound"
|
|
6562
6577
|
}
|
|
6563
6578
|
],
|
|
6564
6579
|
"superclass": {
|
|
6565
|
-
"name": "
|
|
6566
|
-
"
|
|
6580
|
+
"name": "LitElement",
|
|
6581
|
+
"package": "lit"
|
|
6567
6582
|
},
|
|
6568
|
-
"tagName": "qti-
|
|
6583
|
+
"tagName": "qti-mapping",
|
|
6569
6584
|
"customElement": true
|
|
6570
6585
|
}
|
|
6571
6586
|
],
|
|
6572
6587
|
"exports": [
|
|
6573
6588
|
{
|
|
6574
6589
|
"kind": "js",
|
|
6575
|
-
"name": "
|
|
6590
|
+
"name": "QtiMapping",
|
|
6576
6591
|
"declaration": {
|
|
6577
|
-
"name": "
|
|
6578
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6592
|
+
"name": "QtiMapping",
|
|
6593
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts"
|
|
6579
6594
|
}
|
|
6580
6595
|
},
|
|
6581
6596
|
{
|
|
6582
6597
|
"kind": "custom-element-definition",
|
|
6583
|
-
"name": "qti-
|
|
6598
|
+
"name": "qti-mapping",
|
|
6584
6599
|
"declaration": {
|
|
6585
|
-
"name": "
|
|
6586
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6600
|
+
"name": "QtiMapping",
|
|
6601
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-mapping/qti-mapping.ts"
|
|
6587
6602
|
}
|
|
6588
6603
|
}
|
|
6589
6604
|
]
|
|
6590
6605
|
},
|
|
6591
6606
|
{
|
|
6592
6607
|
"kind": "javascript-module",
|
|
6593
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6608
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts",
|
|
6594
6609
|
"declarations": [
|
|
6595
6610
|
{
|
|
6596
6611
|
"kind": "class",
|
|
6597
6612
|
"description": "",
|
|
6598
|
-
"name": "
|
|
6613
|
+
"name": "QtiMapResponse",
|
|
6599
6614
|
"members": [],
|
|
6600
6615
|
"attributes": [
|
|
6601
6616
|
{
|
|
6602
|
-
"name": "
|
|
6603
|
-
"type": {
|
|
6604
|
-
"text": "number"
|
|
6605
|
-
},
|
|
6606
|
-
"default": "0",
|
|
6607
|
-
"fieldName": "defaultValue"
|
|
6608
|
-
},
|
|
6609
|
-
{
|
|
6610
|
-
"name": "lower-bound",
|
|
6611
|
-
"type": {
|
|
6612
|
-
"text": "number"
|
|
6613
|
-
},
|
|
6614
|
-
"fieldName": "lowerBound"
|
|
6615
|
-
},
|
|
6616
|
-
{
|
|
6617
|
-
"name": "upper-bound",
|
|
6617
|
+
"name": "identifier",
|
|
6618
6618
|
"type": {
|
|
6619
|
-
"text": "
|
|
6619
|
+
"text": "string"
|
|
6620
6620
|
},
|
|
6621
|
-
"fieldName": "
|
|
6621
|
+
"fieldName": "identifier"
|
|
6622
6622
|
}
|
|
6623
6623
|
],
|
|
6624
6624
|
"superclass": {
|
|
6625
|
-
"name": "
|
|
6626
|
-
"
|
|
6625
|
+
"name": "QtiExpression",
|
|
6626
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6627
6627
|
},
|
|
6628
|
-
"tagName": "qti-
|
|
6628
|
+
"tagName": "qti-map-response",
|
|
6629
6629
|
"customElement": true
|
|
6630
6630
|
}
|
|
6631
6631
|
],
|
|
6632
6632
|
"exports": [
|
|
6633
6633
|
{
|
|
6634
6634
|
"kind": "js",
|
|
6635
|
-
"name": "
|
|
6635
|
+
"name": "QtiMapResponse",
|
|
6636
6636
|
"declaration": {
|
|
6637
|
-
"name": "
|
|
6638
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6637
|
+
"name": "QtiMapResponse",
|
|
6638
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
|
|
6639
6639
|
}
|
|
6640
6640
|
},
|
|
6641
6641
|
{
|
|
6642
6642
|
"kind": "custom-element-definition",
|
|
6643
|
-
"name": "qti-
|
|
6643
|
+
"name": "qti-map-response",
|
|
6644
6644
|
"declaration": {
|
|
6645
|
-
"name": "
|
|
6646
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6645
|
+
"name": "QtiMapResponse",
|
|
6646
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts"
|
|
6647
6647
|
}
|
|
6648
6648
|
}
|
|
6649
6649
|
]
|
|
@@ -7164,42 +7164,6 @@
|
|
|
7164
7164
|
"declarations": [],
|
|
7165
7165
|
"exports": []
|
|
7166
7166
|
},
|
|
7167
|
-
{
|
|
7168
|
-
"kind": "javascript-module",
|
|
7169
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7170
|
-
"declarations": [
|
|
7171
|
-
{
|
|
7172
|
-
"kind": "class",
|
|
7173
|
-
"description": "",
|
|
7174
|
-
"name": "QtiResponseCondition",
|
|
7175
|
-
"members": [],
|
|
7176
|
-
"superclass": {
|
|
7177
|
-
"name": "QtiRule",
|
|
7178
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7179
|
-
},
|
|
7180
|
-
"tagName": "qti-response-condition",
|
|
7181
|
-
"customElement": true
|
|
7182
|
-
}
|
|
7183
|
-
],
|
|
7184
|
-
"exports": [
|
|
7185
|
-
{
|
|
7186
|
-
"kind": "js",
|
|
7187
|
-
"name": "QtiResponseCondition",
|
|
7188
|
-
"declaration": {
|
|
7189
|
-
"name": "QtiResponseCondition",
|
|
7190
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7191
|
-
}
|
|
7192
|
-
},
|
|
7193
|
-
{
|
|
7194
|
-
"kind": "custom-element-definition",
|
|
7195
|
-
"name": "qti-response-condition",
|
|
7196
|
-
"declaration": {
|
|
7197
|
-
"name": "QtiResponseCondition",
|
|
7198
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7199
|
-
}
|
|
7200
|
-
}
|
|
7201
|
-
]
|
|
7202
|
-
},
|
|
7203
7167
|
{
|
|
7204
7168
|
"kind": "javascript-module",
|
|
7205
7169
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
|
|
@@ -7298,6 +7262,42 @@
|
|
|
7298
7262
|
}
|
|
7299
7263
|
]
|
|
7300
7264
|
},
|
|
7265
|
+
{
|
|
7266
|
+
"kind": "javascript-module",
|
|
7267
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7268
|
+
"declarations": [
|
|
7269
|
+
{
|
|
7270
|
+
"kind": "class",
|
|
7271
|
+
"description": "",
|
|
7272
|
+
"name": "QtiResponseCondition",
|
|
7273
|
+
"members": [],
|
|
7274
|
+
"superclass": {
|
|
7275
|
+
"name": "QtiRule",
|
|
7276
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7277
|
+
},
|
|
7278
|
+
"tagName": "qti-response-condition",
|
|
7279
|
+
"customElement": true
|
|
7280
|
+
}
|
|
7281
|
+
],
|
|
7282
|
+
"exports": [
|
|
7283
|
+
{
|
|
7284
|
+
"kind": "js",
|
|
7285
|
+
"name": "QtiResponseCondition",
|
|
7286
|
+
"declaration": {
|
|
7287
|
+
"name": "QtiResponseCondition",
|
|
7288
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7289
|
+
}
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
"kind": "custom-element-definition",
|
|
7293
|
+
"name": "qti-response-condition",
|
|
7294
|
+
"declaration": {
|
|
7295
|
+
"name": "QtiResponseCondition",
|
|
7296
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7297
|
+
}
|
|
7298
|
+
}
|
|
7299
|
+
]
|
|
7300
|
+
},
|
|
7301
7301
|
{
|
|
7302
7302
|
"kind": "javascript-module",
|
|
7303
7303
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|