@pie-element/multiple-choice 8.2.5 → 8.2.6
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/CHANGELOG.md +11 -0
- package/docs/pie-schema.json +1 -1
- package/docs/pie-schema.json.md +3 -1
- package/module/index.html +1 -1
- package/module/manifest.json +1 -1
- package/module/print.html +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [8.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@8.2.5...@pie-element/multiple-choice@8.2.6) (2024-02-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **multiple-choice:** update documentation for lockChoiceOrder PD-3428 ([39c91dd](https://github.com/pie-framework/pie-elements/commit/39c91dd932b66a49acb3e9d3b632f3ee4a38b766))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [8.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@8.2.4...@pie-element/multiple-choice@8.2.5) (2024-02-07)
|
|
7
18
|
|
|
8
19
|
|
package/docs/pie-schema.json
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"title": "toolbarEditorPosition"
|
|
126
126
|
},
|
|
127
127
|
"lockChoiceOrder": {
|
|
128
|
-
"description": "Indicates the order of choices
|
|
128
|
+
"description": "Indicates the order of choices presented to user\nif true, answer choices will be presented in the order they are defined in the model\nIf false, answer choices may be presented in a random order (depending upon the value of the lockChoiceOrder environment variable)",
|
|
129
129
|
"type": "boolean",
|
|
130
130
|
"title": "lockChoiceOrder"
|
|
131
131
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -111,7 +111,9 @@ Default: `": 'bottom'"`
|
|
|
111
111
|
|
|
112
112
|
# `lockChoiceOrder` (boolean)
|
|
113
113
|
|
|
114
|
-
Indicates the order of choices
|
|
114
|
+
Indicates the order of choices presented to user
|
|
115
|
+
if true, answer choices will be presented in the order they are defined in the model
|
|
116
|
+
If false, answer choices may be presented in a random order (depending upon the value of the lockChoiceOrder environment variable)
|
|
115
117
|
|
|
116
118
|
# `partialScoring` (boolean)
|
|
117
119
|
|
package/module/index.html
CHANGED
package/module/manifest.json
CHANGED
package/module/print.html
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/multiple-choice",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "8.2.
|
|
4
|
+
"version": "8.2.6",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"react-test-renderer": "^16.3.2",
|
|
19
19
|
"react-transition-group": "^2.3.1"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "07fd40d3ebd097063bd11fc846229f4e3956a11b",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postpublish": "../../scripts/postpublish"
|
|
24
24
|
},
|