@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 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
 
@@ -125,7 +125,7 @@
125
125
  "title": "toolbarEditorPosition"
126
126
  },
127
127
  "lockChoiceOrder": {
128
- "description": "Indicates the order of choices should be randomly ordered when presented to user",
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
  },
@@ -111,7 +111,9 @@ Default: `": 'bottom'"`
111
111
 
112
112
  # `lockChoiceOrder` (boolean)
113
113
 
114
- Indicates the order of choices should be randomly ordered when presented to user
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
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/multiple-choice@8.2.4</title>
5
+ <title>@pie-element/multiple-choice@8.2.5</title>
6
6
  <script
7
7
  type="module"
8
8
  src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/multiple-choice",
3
- "version": "8.2.4",
3
+ "version": "8.2.5",
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-module",
package/module/print.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/multiple-choice@8.2.4</title>
5
+ <title>@pie-element/multiple-choice@8.2.5</title>
6
6
  <link
7
7
  href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
8
8
  rel="stylesheet"
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.5",
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": "f69375f8b1c5669a8497e32be210010a5cc8ccf4",
21
+ "gitHead": "07fd40d3ebd097063bd11fc846229f4e3956a11b",
22
22
  "scripts": {
23
23
  "postpublish": "../../scripts/postpublish"
24
24
  },