@pie-element/ebsr 9.0.2-next.13 → 9.0.2-next.15

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.
Files changed (54) hide show
  1. package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.json +1972 -0
  2. package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.md +2478 -0
  3. package/configure/node_modules/@pie-element/multiple-choice/LICENSE.md +5 -0
  4. package/configure/node_modules/@pie-element/multiple-choice/PRINT.md +35 -0
  5. package/configure/node_modules/@pie-element/multiple-choice/README.md +56 -0
  6. package/configure/node_modules/@pie-element/multiple-choice/choice.png +0 -0
  7. package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.json +1387 -0
  8. package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.md +1949 -0
  9. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js +133 -0
  10. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js.map +1 -0
  11. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js +248 -0
  12. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js.map +1 -0
  13. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js +610 -0
  14. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js +18 -0
  16. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multiple-choice/configure/package.json +18 -0
  18. package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.json +527 -0
  19. package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.md +869 -0
  20. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js +18 -0
  21. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js.map +1 -0
  22. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js +306 -0
  23. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js.map +1 -0
  24. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js +36 -0
  25. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js.map +1 -0
  26. package/configure/node_modules/@pie-element/multiple-choice/controller/package.json +15 -0
  27. package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json +614 -0
  28. package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json.md +469 -0
  29. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/config.js +8 -0
  30. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/generate.js +53 -0
  31. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/index.html +1 -0
  32. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/session.js +7 -0
  33. package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json +411 -0
  34. package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json.md +327 -0
  35. package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js +332 -0
  36. package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js.map +1 -0
  37. package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js +165 -0
  38. package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js.map +1 -0
  39. package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js +174 -0
  40. package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js.map +1 -0
  41. package/configure/node_modules/@pie-element/multiple-choice/lib/index.js +156 -0
  42. package/configure/node_modules/@pie-element/multiple-choice/lib/index.js.map +1 -0
  43. package/configure/node_modules/@pie-element/multiple-choice/lib/main.js +96 -0
  44. package/configure/node_modules/@pie-element/multiple-choice/lib/main.js.map +1 -0
  45. package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js +359 -0
  46. package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js.map +1 -0
  47. package/configure/node_modules/@pie-element/multiple-choice/lib/print.js +129 -0
  48. package/configure/node_modules/@pie-element/multiple-choice/lib/print.js.map +1 -0
  49. package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js +35 -0
  50. package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multiple-choice/package.json +31 -0
  52. package/configure/package.json +2 -2
  53. package/controller/package.json +1 -1
  54. package/package.json +3 -3
@@ -0,0 +1,2478 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@8.0.0...@pie-element/multiple-choice@8.0.1) (2023-11-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
12
+
13
+
14
+
15
+
16
+
17
+ # [8.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.17.0...@pie-element/multiple-choice@8.0.0) (2023-11-07)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
23
+ * update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
24
+ * update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
25
+ * update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
26
+
27
+
28
+ ### Code Refactoring
29
+
30
+ * replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
31
+
32
+
33
+ ### BREAKING CHANGES
34
+
35
+ * using pie-lib/pie-toolbox now, instead of any other pie-lib package.
36
+
37
+
38
+
39
+
40
+
41
+ # [7.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.16.1...@pie-element/multiple-choice@7.17.0) (2023-11-07)
42
+
43
+
44
+ ### Features
45
+
46
+ * **multiple-choice:** increase default value for maxImageWidth choices PD-3249 ([4692b46](https://github.com/pie-framework/pie-elements/commit/4692b46e7c38654808fb7db1e5eb64f2c3128159))
47
+ * **multiple-choice:** set maxImageWidth for choices to 900 PD-3249 ([5cb9059](https://github.com/pie-framework/pie-elements/commit/5cb905965eac8bd504f0bdb7937dc15aba516f9f))
48
+
49
+
50
+
51
+
52
+
53
+ ## [7.16.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.16.0...@pie-element/multiple-choice@7.16.1) (2023-10-26)
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
59
+
60
+
61
+
62
+
63
+
64
+ # [7.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.5...@pie-element/multiple-choice@7.16.0) (2023-10-16)
65
+
66
+
67
+ ### Features
68
+
69
+ * updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
70
+
71
+
72
+
73
+
74
+
75
+ ## [7.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.4...@pie-element/multiple-choice@7.15.5) (2023-10-16)
76
+
77
+
78
+ ### Bug Fixes
79
+
80
+ * updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
81
+
82
+
83
+
84
+
85
+
86
+ ## [7.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.3...@pie-element/multiple-choice@7.15.4) (2023-10-03)
87
+
88
+
89
+ ### Bug Fixes
90
+
91
+ * update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
92
+
93
+
94
+
95
+
96
+
97
+ ## [7.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.2...@pie-element/multiple-choice@7.15.3) (2023-09-28)
98
+
99
+ **Note:** Version bump only for package @pie-element/multiple-choice
100
+
101
+
102
+
103
+
104
+
105
+ ## [7.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.1...@pie-element/multiple-choice@7.15.2) (2023-09-26)
106
+
107
+
108
+ ### Bug Fixes
109
+
110
+ * update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
111
+
112
+
113
+
114
+
115
+
116
+ ## [7.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.0...@pie-element/multiple-choice@7.15.1) (2023-09-25)
117
+
118
+ **Note:** Version bump only for package @pie-element/multiple-choice
119
+
120
+
121
+
122
+
123
+
124
+ # [7.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.14.0...@pie-element/multiple-choice@7.15.0) (2023-09-25)
125
+
126
+
127
+ ### Features
128
+
129
+ * **multiple-choice:** add translations ([fe4dc0f](https://github.com/pie-framework/pie-elements/commit/fe4dc0f15158c039ad9276f09d8b9874d61224cf))
130
+ * **multiple-choice:** pd-1508 update doc ([93dab94](https://github.com/pie-framework/pie-elements/commit/93dab9475a5987d8e33fd0e8bf1141a0dfec00f3))
131
+ * **multiple-choice:** pd-1508 update doc ([556fbc4](https://github.com/pie-framework/pie-elements/commit/556fbc490379fcf0dc0039f3a010ce29d88d0ed5))
132
+
133
+
134
+
135
+
136
+
137
+ # [7.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.7...@pie-element/multiple-choice@7.14.0) (2023-09-25)
138
+
139
+
140
+ ### Bug Fixes
141
+
142
+ * update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
143
+ * update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
144
+ * update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
145
+ * update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
146
+
147
+
148
+ ### Features
149
+
150
+ * update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
151
+
152
+
153
+
154
+
155
+
156
+ ## [7.13.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.6...@pie-element/multiple-choice@7.13.7) (2023-09-05)
157
+
158
+
159
+ ### Bug Fixes
160
+
161
+ * update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
162
+
163
+
164
+
165
+
166
+
167
+ ## [7.13.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.5...@pie-element/multiple-choice@7.13.6) (2023-09-04)
168
+
169
+
170
+ ### Bug Fixes
171
+
172
+ * update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
173
+ * updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
174
+
175
+
176
+
177
+
178
+
179
+ ## [7.13.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.4...@pie-element/multiple-choice@7.13.5) (2023-08-21)
180
+
181
+
182
+ ### Bug Fixes
183
+
184
+ * update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
185
+
186
+
187
+
188
+
189
+
190
+ ## [7.13.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.3...@pie-element/multiple-choice@7.13.4) (2023-08-21)
191
+
192
+
193
+ ### Bug Fixes
194
+
195
+ * **multiple-choice:** dna-17953 - prevent element to compute size based on root ([66534c4](https://github.com/pie-framework/pie-elements/commit/66534c4eee58dfabc0f4493913da39522fbd145d))
196
+
197
+
198
+
199
+
200
+
201
+ ## [7.13.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.2...@pie-element/multiple-choice@7.13.3) (2023-08-15)
202
+
203
+
204
+ ### Bug Fixes
205
+
206
+ * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
207
+ * updated pie-lib to fix PD-2802 ([eab79f7](https://github.com/pie-framework/pie-elements/commit/eab79f70ad4488207a5b9b401679eb096feba247))
208
+ * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
209
+ * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
210
+
211
+
212
+
213
+
214
+
215
+ ## [7.13.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.1...@pie-element/multiple-choice@7.13.2) (2023-07-24)
216
+
217
+
218
+ ### Bug Fixes
219
+
220
+ * update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
221
+
222
+
223
+
224
+
225
+
226
+ ## [7.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.0...@pie-element/multiple-choice@7.13.1) (2023-07-06)
227
+
228
+
229
+ ### Bug Fixes
230
+
231
+ * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
232
+ * updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
233
+
234
+
235
+
236
+
237
+
238
+ # [7.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.12.0...@pie-element/multiple-choice@7.13.0) (2023-06-13)
239
+
240
+
241
+ ### Bug Fixes
242
+
243
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
244
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
245
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
246
+ * **multiple-choice:** avoid duplicate id for choice in case ebsr-PD-2831 ([36548f6](https://github.com/pie-framework/pie-elements/commit/36548f6342d47ec05ed977bd3bea43932f6aaeca))
247
+
248
+
249
+ ### Features
250
+
251
+ * **ebsr:** make the part labels h3 headings for accessibility PD-2884 ([26c6eec](https://github.com/pie-framework/pie-elements/commit/26c6eec1f38fdd305088aff207b2bf8b0038ce70))
252
+ * **multiple-choice:** add hidden heading for screen readers PD-2883 ([4487146](https://github.com/pie-framework/pie-elements/commit/4487146229d49db026259c1f08f0edfd8a90377b))
253
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
254
+
255
+
256
+
257
+
258
+
259
+ # [7.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.11.3...@pie-element/multiple-choice@7.12.0) (2023-05-23)
260
+
261
+
262
+ ### Bug Fixes
263
+
264
+ * update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
265
+ * update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
266
+
267
+
268
+ ### Features
269
+
270
+ * ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
271
+
272
+
273
+
274
+
275
+
276
+ ## [7.11.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.11.2...@pie-element/multiple-choice@7.11.3) (2023-05-02)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
282
+ * update pie-libs PD-2755, PD-2625, PD-491, PD-2753, PD-2758, PD-2720, PD-2770 ([2cf9ffa](https://github.com/pie-framework/pie-elements/commit/2cf9ffa4fbef6f2ebc0924f305debc9fc6560a75))
283
+ * **multiple-choice:** fix vertical allignment within choice labels ([25b2602](https://github.com/pie-framework/pie-elements/commit/25b2602c25ecb6b1b5d867a194e9e8071346b530))
284
+ * **multiple-choice:** fix vertical allignment within choice labels PD-2720 ([7434961](https://github.com/pie-framework/pie-elements/commit/74349619147a5b9cbd40930e914e9755c1cdebf2))
285
+ * update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
286
+
287
+
288
+
289
+
290
+
291
+ ## [7.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.11.1...@pie-element/multiple-choice@7.11.2) (2023-04-25)
292
+
293
+
294
+ ### Bug Fixes
295
+
296
+ * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
297
+
298
+
299
+
300
+
301
+
302
+ ## [7.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.11.0...@pie-element/multiple-choice@7.11.1) (2023-04-14)
303
+
304
+
305
+ ### Bug Fixes
306
+
307
+ * update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
308
+
309
+
310
+
311
+
312
+
313
+ # [7.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.10.2...@pie-element/multiple-choice@7.11.0) (2023-04-10)
314
+
315
+
316
+ ### Bug Fixes
317
+
318
+ * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
319
+ * **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
320
+ * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
321
+ * **multiple-choice:** add sanity checks ([147346f](https://github.com/pie-framework/pie-elements/commit/147346fe3cb8974a4eb3b59944e1382fabf4abed))
322
+ * **multiple-choice:** refactor accessibilty attributes for choices ([8009de0](https://github.com/pie-framework/pie-elements/commit/8009de0a7a87a51bfe9b2c0c4be3f952634413db))
323
+ * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
324
+
325
+
326
+ ### Features
327
+
328
+ * added the ability to set min/max width and height for the content PD-2425 ([befba3a](https://github.com/pie-framework/pie-elements/commit/befba3a8fa23e8dd21a3e3f63f306bd6dfc35bdd))
329
+
330
+
331
+
332
+
333
+
334
+ ## [7.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.10.0...@pie-element/multiple-choice@7.10.2) (2023-03-20)
335
+
336
+
337
+ ### Bug Fixes
338
+
339
+ * version bump ([b3f6919](https://github.com/pie-framework/pie-elements/commit/b3f6919c3ad2078953ed5162327cf356090c9aec))
340
+
341
+
342
+
343
+
344
+
345
+ # [7.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.9.2...@pie-element/multiple-choice@7.10.0) (2023-03-20)
346
+
347
+
348
+ ### Bug Fixes
349
+
350
+ * **multiple-choice:** check button when clicking on label text ([4f719b3](https://github.com/pie-framework/pie-elements/commit/4f719b378ddfb44b9df665b9369cc1eff3e2d318))
351
+ * update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
352
+ * **multiple-choice:** add for attribute to choice label ([7ee352c](https://github.com/pie-framework/pie-elements/commit/7ee352c77aae4d40aad8879265372710d94ba529))
353
+ * **multiple-choice:** remove aria-label from choices, move choice label in FormControlLabel ([e80b268](https://github.com/pie-framework/pie-elements/commit/e80b268dc5ee6657825cf346216923329dd82316))
354
+ * **multiple-choice:** update checked value correctly if session exists ([18935a2](https://github.com/pie-framework/pie-elements/commit/18935a2585efeac1b35b3f023b5ee29be412f349))
355
+ * update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
356
+ * **multiple-choice:** add space between displayKey and label ([efaae2d](https://github.com/pie-framework/pie-elements/commit/efaae2d8ffe383ce878373d7763ec8a5f67556aa))
357
+
358
+
359
+ ### Features
360
+
361
+ * added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
362
+
363
+
364
+
365
+
366
+
367
+ ## [7.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.9.1...@pie-element/multiple-choice@7.9.2) (2023-02-28)
368
+
369
+
370
+ ### Bug Fixes
371
+
372
+ * update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
373
+ * **multiple-choice:** fix labels for choices ([cb5b4a0](https://github.com/pie-framework/pie-elements/commit/cb5b4a02d46f50ad14eb811010a67941788dd644))
374
+
375
+
376
+
377
+
378
+
379
+ ## [7.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.9.0...@pie-element/multiple-choice@7.9.1) (2023-02-28)
380
+
381
+
382
+ ### Bug Fixes
383
+
384
+ * update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
385
+
386
+
387
+
388
+
389
+
390
+ # [7.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.8.0...@pie-element/multiple-choice@7.9.0) (2023-02-28)
391
+
392
+
393
+ ### Bug Fixes
394
+
395
+ * update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
396
+
397
+
398
+ ### Features
399
+
400
+ * add back forceEnabled functionality with documentation ([10a5502](https://github.com/pie-framework/pie-elements/commit/10a55021ca455b27dc5e5a38436648a1fd2f9d36))
401
+ * **multiple-choice:** find a way to update state for checked radio button, WIP ([af8236b](https://github.com/pie-framework/pie-elements/commit/af8236b47dfb8cdf25587cd7c97c982d843a3bf0))
402
+ * **multiple-choice:** refactor and cleanup ([ba99eb8](https://github.com/pie-framework/pie-elements/commit/ba99eb804e391da2c0dfa9dc21518f399c93102d))
403
+ * **multiple-choice:** set correct checked state for radio buttons and checkboxes ([93e0922](https://github.com/pie-framework/pie-elements/commit/93e09225708246ebe3887e5ec83ad3ec438ffc3a))
404
+ * **multiple-choice:** wip ([9306a70](https://github.com/pie-framework/pie-elements/commit/9306a7013ef2be34f810b678e687a851ffe4c3b2))
405
+
406
+
407
+
408
+
409
+
410
+ # [7.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.7.0...@pie-element/multiple-choice@7.8.0) (2023-02-14)
411
+
412
+
413
+ ### Bug Fixes
414
+
415
+ * **multiple-choice:** add aria-label and role attributes on parent element ([aaeec5c](https://github.com/pie-framework/pie-elements/commit/aaeec5cc6f1ead5eedf6fd2d8326d378aa5b3968))
416
+ * **multiple-choice:** refactor without using findDOMNode. It doesn’t work with function components and is deprecated in StrictMode. See https://reactjs.org/docs/react-dom.html#finddomnode ([db87b9b](https://github.com/pie-framework/pie-elements/commit/db87b9bbbf982c49dace5a80d74149af7058cfe5))
417
+ * **multiple-choice:** update aria-label when coiceMode is changed ([c81bf50](https://github.com/pie-framework/pie-elements/commit/c81bf5067818165cc572d6490309815c52825228))
418
+
419
+
420
+ ### Features
421
+
422
+ * **multiple-choice:** add aria-label and role attributes on parent element PD-2476 ([21fd4b2](https://github.com/pie-framework/pie-elements/commit/21fd4b25e5a8053e9ed2523ec88c7f9c97385ab9))
423
+ * update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
424
+ * **elements:** updates snapshots and tests conform to new devault value-PD-2509 ([654aa5c](https://github.com/pie-framework/pie-elements/commit/654aa5c200acf5af557e4ae2a5801f26e001c699))
425
+ * **pie-elements:** feedback turned off if model does not specify feedback settings ([6ced7e8](https://github.com/pie-framework/pie-elements/commit/6ced7e8daa4d3df86b44b724b884e7cf72c717ba))
426
+
427
+
428
+
429
+
430
+
431
+ # [7.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.6.0...@pie-element/multiple-choice@7.7.0) (2023-02-01)
432
+
433
+
434
+ ### Features
435
+
436
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
437
+ * **multiple-choice:** add ARIA attributes ([e257a64](https://github.com/pie-framework/pie-elements/commit/e257a64a7c3c12496a01947a83a7412e89be2014))
438
+ * **multiple-choice:** add fieldset and legend tag to radio type choices ([169d4c3](https://github.com/pie-framework/pie-elements/commit/169d4c32b36fe6fee586cc1fbaef596d60e33562))
439
+
440
+
441
+
442
+
443
+
444
+ # [7.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.5.0...@pie-element/multiple-choice@7.6.0) (2023-01-17)
445
+
446
+
447
+ ### Features
448
+
449
+ * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
450
+
451
+
452
+
453
+
454
+
455
+ # [7.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.4.1...@pie-element/multiple-choice@7.5.0) (2023-01-05)
456
+
457
+
458
+ ### Features
459
+
460
+ * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
461
+ * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
462
+ * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
463
+ * **multiple-choice:** added configuration prop to hide the settings pannel PD-1999 + refactoring ([f0f3f6e](https://github.com/pie-framework/pie-elements/commit/f0f3f6e95f9bd96196dec2ba5e861b5bf170e146))
464
+
465
+
466
+
467
+
468
+
469
+ ## [7.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.4.0...@pie-element/multiple-choice@7.4.1) (2022-12-21)
470
+
471
+
472
+ ### Bug Fixes
473
+
474
+ * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
475
+
476
+
477
+
478
+
479
+
480
+ # [7.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.3.3...@pie-element/multiple-choice@7.4.0) (2022-12-20)
481
+
482
+
483
+ ### Bug Fixes
484
+
485
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
486
+
487
+
488
+ ### Features
489
+
490
+ * **pie-models:** update schemas for extended-text-entry in order to include the updated spellchek property ([bf4b656](https://github.com/pie-framework/pie-elements/commit/bf4b656241887acf8e2aa1264e747c0c338ed727))
491
+
492
+
493
+
494
+
495
+
496
+ ## [7.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.3.2...@pie-element/multiple-choice@7.3.3) (2022-12-07)
497
+
498
+
499
+ ### Bug Fixes
500
+
501
+ * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
502
+ * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
503
+ * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
504
+ * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
505
+ * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
506
+ * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
507
+
508
+
509
+
510
+
511
+
512
+ ## [7.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.3.1...@pie-element/multiple-choice@7.3.2) (2022-11-15)
513
+
514
+ **Note:** Version bump only for package @pie-element/multiple-choice
515
+
516
+
517
+
518
+
519
+
520
+ ## [7.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.3.0...@pie-element/multiple-choice@7.3.1) (2022-11-11)
521
+
522
+
523
+ ### Bug Fixes
524
+
525
+ * **multiple-choice:** add sanity checks for withRubric ([76558ed](https://github.com/pie-framework/pie-elements/commit/76558ed68c4c2f038640864996197d8139431c3e))
526
+
527
+
528
+
529
+
530
+
531
+ # [7.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.2.1...@pie-element/multiple-choice@7.3.0) (2022-11-01)
532
+
533
+
534
+ ### Features
535
+
536
+ * add a different property in the config, to force a value ([300c664](https://github.com/pie-framework/pie-elements/commit/300c664618f46177137deef3bced2d096cdb8126))
537
+
538
+
539
+
540
+
541
+
542
+ ## [7.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.2.0...@pie-element/multiple-choice@7.2.1) (2022-10-31)
543
+
544
+ **Note:** Version bump only for package @pie-element/multiple-choice
545
+
546
+
547
+
548
+
549
+
550
+ # [7.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.9...@pie-element/multiple-choice@7.2.0) (2022-10-17)
551
+
552
+
553
+ ### Bug Fixes
554
+
555
+ * **multiple-choice:** add upload file option in choices ([1968e45](https://github.com/pie-framework/pie-elements/commit/1968e45753265c4e7267017b0d59cc745a115aa1))
556
+
557
+
558
+ ### Features
559
+
560
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
561
+ * set withRubric to false in item default configurations. Set rubricEnabled to true if it's enabled for drawing-response and extended-text-entry ([a209057](https://github.com/pie-framework/pie-elements/commit/a209057f5a3fa5438efc8595453c89c11959a8f5))
562
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
563
+ * **categorize:** add pie-api config PD-23 ([79a3424](https://github.com/pie-framework/pie-elements/commit/79a3424efbb4e32097028da0bada6c493ad4d0e5))
564
+ * **categorize:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2019 ([fc719ea](https://github.com/pie-framework/pie-elements/commit/fc719ea36f0a3fd74829e4e550222d1d1a9b0df8))
565
+ * **categorize:** add uploadSoundSupport property PD-23-updated ([74eb10b](https://github.com/pie-framework/pie-elements/commit/74eb10b6187cdd5c068820e5079e88230246b0d4))
566
+ * **multiple-choice:** add pie-api config PD-23 ([2568ef7](https://github.com/pie-framework/pie-elements/commit/2568ef75200a95d014f803addda8addf520b2abc))
567
+ * **multiple-choice:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2019 ([92668e4](https://github.com/pie-framework/pie-elements/commit/92668e40e6e7f6a015c8ee49ab773c4d4cd09dc0))
568
+ * **multiple-choice:** add uploadSoundSupport property + proper events emit events (wip) PD-23-updated ([488f422](https://github.com/pie-framework/pie-elements/commit/488f4224f95de2ffdcb11ac608d7c627146b6216))
569
+ * **multiple-choice:** bump pie-configure-events and editable-html versions ([aaaaf46](https://github.com/pie-framework/pie-elements/commit/aaaaf46b44b0bed74fd09f05ccf5fcda2f8bb71f))
570
+
571
+
572
+
573
+
574
+
575
+ ## [7.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.8...@pie-element/multiple-choice@7.1.9) (2022-09-29)
576
+
577
+ **Note:** Version bump only for package @pie-element/multiple-choice
578
+
579
+
580
+
581
+
582
+
583
+ ## [7.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.7...@pie-element/multiple-choice@7.1.8) (2022-09-14)
584
+
585
+ **Note:** Version bump only for package @pie-element/multiple-choice
586
+
587
+
588
+
589
+
590
+
591
+ ## [7.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.6...@pie-element/multiple-choice@7.1.7) (2022-08-31)
592
+
593
+ **Note:** Version bump only for package @pie-element/multiple-choice
594
+
595
+
596
+
597
+
598
+
599
+ ## [7.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.5...@pie-element/multiple-choice@7.1.6) (2022-08-16)
600
+
601
+ **Note:** Version bump only for package @pie-element/multiple-choice
602
+
603
+
604
+
605
+
606
+
607
+ ## [7.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.4...@pie-element/multiple-choice@7.1.5) (2022-08-08)
608
+
609
+ **Note:** Version bump only for package @pie-element/multiple-choice
610
+
611
+
612
+
613
+
614
+
615
+ ## [7.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.3...@pie-element/multiple-choice@7.1.4) (2022-08-02)
616
+
617
+ **Note:** Version bump only for package @pie-element/multiple-choice
618
+
619
+
620
+
621
+
622
+
623
+ ## [7.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.2...@pie-element/multiple-choice@7.1.3) (2022-07-22)
624
+
625
+ **Note:** Version bump only for package @pie-element/multiple-choice
626
+
627
+
628
+
629
+
630
+
631
+ ## [7.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.1...@pie-element/multiple-choice@7.1.2) (2022-07-20)
632
+
633
+ **Note:** Version bump only for package @pie-element/multiple-choice
634
+
635
+
636
+
637
+
638
+
639
+ ## [7.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.0...@pie-element/multiple-choice@7.1.1) (2022-07-19)
640
+
641
+ **Note:** Version bump only for package @pie-element/multiple-choice
642
+
643
+
644
+
645
+
646
+
647
+ # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.0.0...@pie-element/multiple-choice@7.1.0) (2022-06-28)
648
+
649
+
650
+ ### Features
651
+
652
+ * **multiple-choice:** add maxImageWidth and maxImageHeight props PD-1801 ([36b9617](https://github.com/pie-framework/pie-elements/commit/36b961715f3913606b8abb9e9aae764bf02c8d7a))
653
+
654
+
655
+
656
+
657
+
658
+ # [7.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.4...@pie-element/multiple-choice@7.0.0) (2022-06-28)
659
+
660
+
661
+ ### chore
662
+
663
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
664
+
665
+
666
+ ### BREAKING CHANGES
667
+
668
+ * Image percent buttons were removed from toolbar.
669
+ New properties maxImageWidth and maxImageHeight were added.
670
+
671
+
672
+
673
+
674
+
675
+ ## [6.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.3...@pie-element/multiple-choice@6.3.4) (2022-06-13)
676
+
677
+ **Note:** Version bump only for package @pie-element/multiple-choice
678
+
679
+
680
+
681
+
682
+
683
+ ## [6.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.2...@pie-element/multiple-choice@6.3.3) (2022-05-30)
684
+
685
+ **Note:** Version bump only for package @pie-element/multiple-choice
686
+
687
+
688
+
689
+
690
+
691
+ ## [6.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.1...@pie-element/multiple-choice@6.3.2) (2022-05-16)
692
+
693
+ **Note:** Version bump only for package @pie-element/multiple-choice
694
+
695
+
696
+
697
+
698
+
699
+ ## [6.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.0...@pie-element/multiple-choice@6.3.1) (2022-05-09)
700
+
701
+ **Note:** Version bump only for package @pie-element/multiple-choice
702
+
703
+
704
+
705
+
706
+
707
+ # [6.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.7...@pie-element/multiple-choice@6.3.0) (2022-05-03)
708
+
709
+
710
+ ### Bug Fixes
711
+
712
+ * build ([7b3a278](https://github.com/pie-framework/pie-elements/commit/7b3a278f2c83562cbe848bd08c38a20d6cd2b8a0))
713
+ * fix crash ([0b5ab48](https://github.com/pie-framework/pie-elements/commit/0b5ab48ecf0468ac7fb724a152a5640dc25fea62))
714
+ * **multiple-choice:** comment validation ui/ux ([89e731c](https://github.com/pie-framework/pie-elements/commit/89e731c549a3da60f4dcbdb2e131d53a4587b5ea))
715
+ * added getters for the session PD-1668 ([de8a754](https://github.com/pie-framework/pie-elements/commit/de8a754f4580370b127257c435e43db405b4bdc4))
716
+ * **multiple-choice:** set choices layout for print PD-1623 ([ed90d57](https://github.com/pie-framework/pie-elements/commit/ed90d578da7d8db040082e93e718357a60dd8881))
717
+ * **multiple-choice:** set lockChoiceOrder to true for print ([5de2c75](https://github.com/pie-framework/pie-elements/commit/5de2c751b7a6cc63d54d4c8a1bbfb7adab4d2c00))
718
+
719
+
720
+ ### Features
721
+
722
+ * **multiple-choice:** PD-1697 ui/ux for validation ([9a088a3](https://github.com/pie-framework/pie-elements/commit/9a088a3d4af75586d6b8e302078c8629a3e7d718))
723
+ * **multiple-choice:** updated validation behaviors PD-1696 PD-1697 ([ab009c4](https://github.com/pie-framework/pie-elements/commit/ab009c4832572dab96c5b4130a5088dea17222e6))
724
+ * added configurable validation ([1e3a0d6](https://github.com/pie-framework/pie-elements/commit/1e3a0d6da3c790e68a7fd401df2c832917d62480))
725
+ * added configurable validation + refactoring PD-1696 ([31f6354](https://github.com/pie-framework/pie-elements/commit/31f6354b256fef876fa6c48e79a3f82486b5fce7))
726
+ * added configurable validation + refactoring PD-1696 ([08d9b70](https://github.com/pie-framework/pie-elements/commit/08d9b70991f159707ef7fd5b3e533a0addda1d90))
727
+ * added configurable validation + refactoring PD-1696 ([07c42c2](https://github.com/pie-framework/pie-elements/commit/07c42c2811349d1e829d367993541157fbbe2dfc))
728
+ * start working on multiple-choice validation ([722037b](https://github.com/pie-framework/pie-elements/commit/722037bc0fddd2e090ec1506e85a91949ad86c91))
729
+
730
+
731
+
732
+
733
+
734
+ ## [6.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.6...@pie-element/multiple-choice@6.2.7) (2022-04-12)
735
+
736
+ **Note:** Version bump only for package @pie-element/multiple-choice
737
+
738
+
739
+
740
+
741
+
742
+ ## [6.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.5...@pie-element/multiple-choice@6.2.6) (2022-03-28)
743
+
744
+ **Note:** Version bump only for package @pie-element/multiple-choice
745
+
746
+
747
+
748
+
749
+
750
+ ## [6.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.4...@pie-element/multiple-choice@6.2.5) (2022-03-22)
751
+
752
+ **Note:** Version bump only for package @pie-element/multiple-choice
753
+
754
+
755
+
756
+
757
+
758
+ ## [6.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.3...@pie-element/multiple-choice@6.2.4) (2022-03-08)
759
+
760
+ **Note:** Version bump only for package @pie-element/multiple-choice
761
+
762
+
763
+
764
+
765
+
766
+ ## [6.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.2...@pie-element/multiple-choice@6.2.3) (2022-03-08)
767
+
768
+ **Note:** Version bump only for package @pie-element/multiple-choice
769
+
770
+
771
+
772
+
773
+
774
+ ## [6.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.1...@pie-element/multiple-choice@6.2.2) (2022-02-21)
775
+
776
+ **Note:** Version bump only for package @pie-element/multiple-choice
777
+
778
+
779
+
780
+
781
+
782
+ ## [6.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.0...@pie-element/multiple-choice@6.2.1) (2022-02-04)
783
+
784
+ **Note:** Version bump only for package @pie-element/multiple-choice
785
+
786
+
787
+
788
+
789
+
790
+ # [6.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.11...@pie-element/multiple-choice@6.2.0) (2022-01-24)
791
+
792
+
793
+ ### Bug Fixes
794
+
795
+ * check if limitChoicesNumber is defined when adding a choice ([6f32cf0](https://github.com/pie-framework/pie-elements/commit/6f32cf05a1095b2be28864f2bb697080d05744f8))
796
+ * **multiple-choice:** fix colors for evaluate and view PD-1433 ([7050109](https://github.com/pie-framework/pie-elements/commit/705010946a1b0175fe19566d9daa86846fc55ca7))
797
+ * **multiple-choice:** limit choice number to 9 if it's defined ([4fa374c](https://github.com/pie-framework/pie-elements/commit/4fa374c77ca625522549ce68e1062ca4a5145b8b))
798
+ * **multiple-choice:** show choice prefix in print DNA-13066 ([52bd9bf](https://github.com/pie-framework/pie-elements/commit/52bd9bf862ad7adaf5ff0067a6738ad944b6d32d))
799
+ * **multiple-choice-print:** remove feedback ([25cbac5](https://github.com/pie-framework/pie-elements/commit/25cbac5647afe8864bedd9c50cd98abe6b31ddb0))
800
+ * **multiple-choice-print, ecr-print:** fix toggle issue, change options.mode to options.role ([0b3f534](https://github.com/pie-framework/pie-elements/commit/0b3f534bb4d2f969e21528e74516345e84f18d72))
801
+ * **multiple-choice, explicit-constructed-response, extended-text-entry:** print do not show teacher instructions, rationale or prompt if they are diabled DNA-13089 ([06b9555](https://github.com/pie-framework/pie-elements/commit/06b9555b25e094e0b2bce0e6a852a206c6d2c17d))
802
+ * show tick if available only in evaluate mode ([dddca13](https://github.com/pie-framework/pie-elements/commit/dddca137875221d3b52b17151163610f5eb1ea98))
803
+
804
+
805
+ ### Features
806
+
807
+ * **multiple-choice:** set min and max number of choices. BREAKING CHANGE: removed limitChoicesNumber from config and added minAnswerChoices and maxAnswerChoices ([a467f8f](https://github.com/pie-framework/pie-elements/commit/a467f8f4827c032c88de480b25eb49efcf1486aa))
808
+
809
+
810
+
811
+
812
+
813
+ ## [6.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.10...@pie-element/multiple-choice@6.1.11) (2022-01-11)
814
+
815
+ **Note:** Version bump only for package @pie-element/multiple-choice
816
+
817
+
818
+
819
+
820
+
821
+ ## [6.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.9...@pie-element/multiple-choice@6.1.10) (2022-01-10)
822
+
823
+ **Note:** Version bump only for package @pie-element/multiple-choice
824
+
825
+
826
+
827
+
828
+
829
+ ## [6.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.8...@pie-element/multiple-choice@6.1.9) (2021-12-23)
830
+
831
+ **Note:** Version bump only for package @pie-element/multiple-choice
832
+
833
+
834
+
835
+
836
+
837
+ ## [6.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.6...@pie-element/multiple-choice@6.1.7) (2021-12-13)
838
+
839
+ **Note:** Version bump only for package @pie-element/multiple-choice
840
+
841
+
842
+
843
+
844
+
845
+ ## [6.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.3...@pie-element/multiple-choice@6.1.4) (2021-11-29)
846
+
847
+ **Note:** Version bump only for package @pie-element/multiple-choice
848
+
849
+
850
+
851
+
852
+
853
+ ## [6.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.2...@pie-element/multiple-choice@6.1.3) (2021-11-11)
854
+
855
+ **Note:** Version bump only for package @pie-element/multiple-choice
856
+
857
+
858
+
859
+
860
+
861
+ ## [6.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.1...@pie-element/multiple-choice@6.1.2) (2021-11-01)
862
+
863
+ **Note:** Version bump only for package @pie-element/multiple-choice
864
+
865
+
866
+
867
+
868
+
869
+ ## [6.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.0...@pie-element/multiple-choice@6.1.1) (2021-10-04)
870
+
871
+ **Note:** Version bump only for package @pie-element/multiple-choice
872
+
873
+
874
+
875
+
876
+
877
+ # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.0.1...@pie-element/multiple-choice@6.1.0) (2021-09-20)
878
+
879
+
880
+ ### Bug Fixes
881
+
882
+ * exports ([66ed4d2](https://github.com/pie-framework/pie-elements/commit/66ed4d2ae44df712b8b48849023e6849d6d69126))
883
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
884
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
885
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
886
+
887
+
888
+ ### Features
889
+
890
+ * print demo ([a7f9707](https://github.com/pie-framework/pie-elements/commit/a7f9707592e1ec89a55e9d61450b0600aea4d486))
891
+
892
+
893
+
894
+
895
+
896
+ ## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.0.0...@pie-element/multiple-choice@6.0.1) (2021-09-01)
897
+
898
+ **Note:** Version bump only for package @pie-element/multiple-choice
899
+
900
+
901
+
902
+
903
+
904
+ # [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.10.0...@pie-element/multiple-choice@6.0.0) (2021-08-09)
905
+
906
+
907
+ ### Features
908
+
909
+ * **ebsr:** Added choicesLayout support ([33fb7e7](https://github.com/pie-framework/pie-elements/commit/33fb7e765146a7343a58663f3667f4a5de472960))
910
+ * **ebsr:** Added choicesLayout support \n BREAKING CHANGE: removed vertical mode ([348fc00](https://github.com/pie-framework/pie-elements/commit/348fc0031536d458071a1105e742c3d19399a15e))
911
+
912
+
913
+ ### BREAKING CHANGES
914
+
915
+ * **ebsr:** removed vertical mode.
916
+
917
+
918
+
919
+
920
+
921
+ # [5.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.9.2...@pie-element/multiple-choice@5.10.0) (2021-08-05)
922
+
923
+
924
+ ### Bug Fixes
925
+
926
+ * merge conflict ([01655ca](https://github.com/pie-framework/pie-elements/commit/01655caf59311cc1a7a6624a6243147b2819d76e))
927
+
928
+
929
+ ### Features
930
+
931
+ * **multiple-choice:** accessibility label - added aria label to checkbox and radio input types ([22514bb](https://github.com/pie-framework/pie-elements/commit/22514bb5e2476bc79a55756ff9a5c0c1e0642a29))
932
+ * **multiple-choice:** added possibility to change layout - vertical, grid, horizontal ([46e7681](https://github.com/pie-framework/pie-elements/commit/46e7681a178ff29c983db1c7b6206389b55e2a00))
933
+ * **multiple-choice:** grid layout - fix tests ([ab3c750](https://github.com/pie-framework/pie-elements/commit/ab3c750af03d9fbe0794f7ec53452c948b530ad8))
934
+ * **multiple-choice:** toolbar editor position set to bottom ([08ee249](https://github.com/pie-framework/pie-elements/commit/08ee249d45fdaab2c93a32453d757ec3c79215cd))
935
+ * if there are no choices - do not show grid columns dropdown BREAKING CHANGE: removed verticalMode(boolean) from model & configuration - and replaced it with choicesLayout(string) ([1c36ae8](https://github.com/pie-framework/pie-elements/commit/1c36ae8b7f9369b2723a6a84e7350370e1186c50))
936
+ * **multiple-choice:** grid layout - review comments ([540073f](https://github.com/pie-framework/pie-elements/commit/540073faeae2b67645a63e8ca609e7682138c710))
937
+ * **multiple-choice:** remove unused class name ([a7aa576](https://github.com/pie-framework/pie-elements/commit/a7aa576a32f5c44415994fe413491f3f3dd17b3f))
938
+ * **multiple-choice:** toolbar position ( bottom or top ) ([9af6cd9](https://github.com/pie-framework/pie-elements/commit/9af6cd9f6b893501e00640500a34e1c3404edc94))
939
+ * **multiple-choice:** update docs ([0843122](https://github.com/pie-framework/pie-elements/commit/084312288b501a7f1129b24a046f9ab19cf25f79))
940
+
941
+
942
+
943
+
944
+
945
+ ## [5.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.9.0...@pie-element/multiple-choice@5.9.2) (2021-08-05)
946
+
947
+
948
+ ### Bug Fixes
949
+
950
+ * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
951
+
952
+
953
+
954
+
955
+
956
+ # [5.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.8.0...@pie-element/multiple-choice@5.9.0) (2021-06-29)
957
+
958
+
959
+ ### Bug Fixes
960
+
961
+ * Removed excess white space at the beginning of all items - PD-1184 ([#602](https://github.com/pie-framework/pie-elements/issues/602)) ([25b9f72](https://github.com/pie-framework/pie-elements/commit/25b9f72d2fe73bd46ea1a5c3611ff82eef3efb84))
962
+
963
+
964
+ ### Features
965
+
966
+ * remove audio and video buttons from various fields of various items PD-1180 ([#601](https://github.com/pie-framework/pie-elements/issues/601)) ([8766b25](https://github.com/pie-framework/pie-elements/commit/8766b25690f5dde6c3e896860d63e205bf3c831b))
967
+ * **ebsr:** Added vertical/horizontal layout setting - PD-1144 ([#579](https://github.com/pie-framework/pie-elements/issues/579)) ([51c4093](https://github.com/pie-framework/pie-elements/commit/51c4093b4ade86a9c1118066b9dee36bc0582f3a))
968
+
969
+
970
+
971
+
972
+
973
+ # [5.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.7.3...@pie-element/multiple-choice@5.8.0) (2021-04-07)
974
+
975
+
976
+ ### Features
977
+
978
+ * Added Vertical Mode for player ([#555](https://github.com/pie-framework/pie-elements/issues/555)) ([0da549e](https://github.com/pie-framework/pie-elements/commit/0da549e8af2523491779582674477ef08ba0990b))
979
+ * merge pie-ui into pie-elements PD-977 ([01ebfd7](https://github.com/pie-framework/pie-elements/commit/01ebfd7ce98b041dd0573575efd8b6da03f22162))
980
+
981
+
982
+
983
+
984
+
985
+ ## [5.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.7.0...@pie-element/multiple-choice@5.7.3) (2021-03-03)
986
+
987
+ **Note:** Version bump only for package @pie-element/multiple-choice
988
+
989
+
990
+
991
+
992
+
993
+ # [5.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.6.1...@pie-element/multiple-choice@5.7.0) (2021-03-03)
994
+
995
+
996
+ ### Bug Fixes
997
+
998
+ * **multiple-choice:** hide feedback for player if disabled ([2fb6a5d](https://github.com/pie-framework/pie-elements/commit/2fb6a5d707e9ed60502aaa87a5ff1aa3b77f8df0))
999
+ * **multiple-choice:** test feedback ([7827e4d](https://github.com/pie-framework/pie-elements/commit/7827e4d3032e321b9ff5ac7e465026faa2fa2997))
1000
+
1001
+
1002
+ ### Features
1003
+
1004
+ * Updated design. Moved exclude zero at item level. Added ability to toggle from Settings Panel: level tag input, description, standards, visibility to student, half scoring, score labels, drag and drop. Added Actionable List. BREAKING CHANGE: moved exclude zero at item level (from scale level) ([c8bb906](https://github.com/pie-framework/pie-elements/commit/c8bb9064712aae057b74dceba5928a19054b27eb))
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+ ## [5.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.6.0...@pie-element/multiple-choice@5.6.1) (2021-02-04)
1011
+
1012
+ **Note:** Version bump only for package @pie-element/multiple-choice
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+ # [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.12...@pie-element/multiple-choice@5.6.0) (2021-02-02)
1019
+
1020
+
1021
+ ### Features
1022
+
1023
+ * **multiple-choice:** add maximum number of choices toggle and related logic ([f506444](https://github.com/pie-framework/pie-elements/commit/f506444))
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+ ## [5.5.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.11...@pie-element/multiple-choice@5.5.12) (2020-11-07)
1030
+
1031
+ **Note:** Version bump only for package @pie-element/multiple-choice
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+ ## [5.5.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.10...@pie-element/multiple-choice@5.5.11) (2020-10-29)
1038
+
1039
+ **Note:** Version bump only for package @pie-element/multiple-choice
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+ ## [5.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.9...@pie-element/multiple-choice@5.5.10) (2020-10-29)
1046
+
1047
+ **Note:** Version bump only for package @pie-element/multiple-choice
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+ ## [5.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.8...@pie-element/multiple-choice@5.5.9) (2020-10-16)
1054
+
1055
+ **Note:** Version bump only for package @pie-element/multiple-choice
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+ ## [5.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.7...@pie-element/multiple-choice@5.5.8) (2020-10-02)
1062
+
1063
+ **Note:** Version bump only for package @pie-element/multiple-choice
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+ ## [5.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.6...@pie-element/multiple-choice@5.5.7) (2020-09-23)
1070
+
1071
+ **Note:** Version bump only for package @pie-element/multiple-choice
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+ ## [5.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.5...@pie-element/multiple-choice@5.5.6) (2020-09-23)
1078
+
1079
+ **Note:** Version bump only for package @pie-element/multiple-choice
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+ ## [5.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.4...@pie-element/multiple-choice@5.5.5) (2020-09-07)
1086
+
1087
+ **Note:** Version bump only for package @pie-element/multiple-choice
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+ ## [5.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.3...@pie-element/multiple-choice@5.5.4) (2020-08-25)
1094
+
1095
+ **Note:** Version bump only for package @pie-element/multiple-choice
1096
+
1097
+
1098
+
1099
+
1100
+
1101
+ ## [5.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.2...@pie-element/multiple-choice@5.5.3) (2020-08-25)
1102
+
1103
+ **Note:** Version bump only for package @pie-element/multiple-choice
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+ ## [5.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.1...@pie-element/multiple-choice@5.5.2) (2020-08-13)
1110
+
1111
+ **Note:** Version bump only for package @pie-element/multiple-choice
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+ ## [5.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.4.0...@pie-element/multiple-choice@5.5.1) (2020-08-07)
1118
+
1119
+ **Note:** Version bump only for package @pie-element/multiple-choice
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+ # [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.5...@pie-element/multiple-choice@5.4.0) (2020-06-09)
1126
+
1127
+
1128
+ ### Features
1129
+
1130
+ * PD-311 - upgrade pie-ui/multiple-choice@4.13.0 ([154caf5](https://github.com/pie-framework/pie-elements/commit/154caf5))
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+ ## [5.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.4.0-next.0...@pie-element/multiple-choice@5.3.5) (2020-05-25)
1137
+
1138
+
1139
+ ### Bug Fixes
1140
+
1141
+ * version issue ([3935c9c](https://github.com/pie-framework/pie-elements/commit/3935c9c))
1142
+
1143
+
1144
+
1145
+
1146
+
1147
+ # [5.4.0-next.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.4...@pie-element/multiple-choice@5.4.0-next.0) (2020-05-25)
1148
+
1149
+
1150
+ ### Bug Fixes
1151
+
1152
+ * bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
1153
+ * Multiple Select should report a question as "answered" as soon as a selection has been made (Remove unintended clue about how many answer choices are correct.) PD-253 ([314ead5](https://github.com/pie-framework/pie-elements/commit/314ead5))
1154
+ * New partial-credit scoring algorithm for MCA items. PD-165 ([e80f2db](https://github.com/pie-framework/pie-elements/commit/e80f2db))
1155
+ * PD-253 upgrade @pie-ui/multiple-choice to 4.12.23 ([007fb04](https://github.com/pie-framework/pie-elements/commit/007fb04))
1156
+
1157
+
1158
+ ### Features
1159
+
1160
+ * add postpublish handler ([9b41dea](https://github.com/pie-framework/pie-elements/commit/9b41dea))
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+ ## [5.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.3...@pie-element/multiple-choice@5.3.4) (2020-04-28)
1167
+
1168
+
1169
+ ### Bug Fixes
1170
+
1171
+ * bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
1172
+ * ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
1173
+ * update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ ## [5.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.2...@pie-element/multiple-choice@5.3.3) (2020-04-14)
1180
+
1181
+
1182
+ ### Bug Fixes
1183
+
1184
+ * bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+ ## [5.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.1...@pie-element/multiple-choice@5.3.2) (2020-04-14)
1191
+
1192
+
1193
+ ### Bug Fixes
1194
+
1195
+ * PD-127: MC Choice Prefix Issue (Set 'letters' as default choicePrefix) ([27cd7ad](https://github.com/pie-framework/pie-elements/commit/27cd7ad))
1196
+ * PD-129: Updated pie-ui/multiple-choice version. ([7dd504a](https://github.com/pie-framework/pie-elements/commit/7dd504a))
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+ ## [5.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.5...@pie-element/multiple-choice@5.3.1) (2020-04-10)
1203
+
1204
+
1205
+ ### Bug Fixes
1206
+
1207
+ * bump [@pie-lib](https://github.com/pie-lib) dependencies ([dcef3a7](https://github.com/pie-framework/pie-elements/commit/dcef3a7))
1208
+ * bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
1209
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1210
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1211
+ * bump version ([98a1304](https://github.com/pie-framework/pie-elements/commit/98a1304))
1212
+ * bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+ ## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.5...@pie-element/multiple-choice@5.2.1) (2020-04-10)
1219
+
1220
+
1221
+ ### Bug Fixes
1222
+
1223
+ * bump [@pie-lib](https://github.com/pie-lib) dependencies ([dcef3a7](https://github.com/pie-framework/pie-elements/commit/dcef3a7))
1224
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1225
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1226
+ * bump version ([98a1304](https://github.com/pie-framework/pie-elements/commit/98a1304))
1227
+ * bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+ ## [5.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.4...@pie-element/multiple-choice@5.1.5) (2020-02-18)
1234
+
1235
+ **Note:** Version bump only for package @pie-element/multiple-choice
1236
+
1237
+
1238
+
1239
+
1240
+
1241
+ ## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.3...@pie-element/multiple-choice@5.1.4) (2020-01-31)
1242
+
1243
+ **Note:** Version bump only for package @pie-element/multiple-choice
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+ ## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.2...@pie-element/multiple-choice@5.1.3) (2020-01-30)
1250
+
1251
+ **Note:** Version bump only for package @pie-element/multiple-choice
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+ ## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.1...@pie-element/multiple-choice@5.1.2) (2020-01-28)
1258
+
1259
+ **Note:** Version bump only for package @pie-element/multiple-choice
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+ ## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.0...@pie-element/multiple-choice@5.1.1) (2020-01-28)
1266
+
1267
+ **Note:** Version bump only for package @pie-element/multiple-choice
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+ # [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.9...@pie-element/multiple-choice@5.1.0) (2020-01-09)
1274
+
1275
+
1276
+ ### Features
1277
+
1278
+ * **normalization:** added a choicePrefix default value in case one is not given [ch6650] ([955ff40](https://github.com/pie-framework/pie-elements/commit/955ff40))
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+ ## [5.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.8...@pie-element/multiple-choice@5.0.9) (2019-12-18)
1285
+
1286
+ **Note:** Version bump only for package @pie-element/multiple-choice
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+ ## [5.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.7...@pie-element/multiple-choice@5.0.8) (2019-12-18)
1293
+
1294
+
1295
+ ### Bug Fixes
1296
+
1297
+ * bump pie-ui version ([42e7db9](https://github.com/pie-framework/pie-elements/commit/42e7db9))
1298
+
1299
+
1300
+
1301
+
1302
+
1303
+ ## [5.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.6...@pie-element/multiple-choice@5.0.7) (2019-12-03)
1304
+
1305
+
1306
+ ### Bug Fixes
1307
+
1308
+ * PIE-201 - store prompts and answers in session, fix ([2380224](https://github.com/pie-framework/pie-elements/commit/2380224))
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+ ## [5.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.5...@pie-element/multiple-choice@5.0.6) (2019-11-06)
1315
+
1316
+
1317
+ ### Bug Fixes
1318
+
1319
+ * feedbackEnabled should not be the property that decides whether the choice correctness is displayed or not. ([b69adfd](https://github.com/pie-framework/pie-elements/commit/b69adfd))
1320
+ * Hide Partial Scoring option from Settings Panel setting to false by default. ([1d0f617](https://github.com/pie-framework/pie-elements/commit/1d0f617))
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+ ## [5.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.4...@pie-element/multiple-choice@5.0.5) (2019-10-29)
1327
+
1328
+ **Note:** Version bump only for package @pie-element/multiple-choice
1329
+
1330
+
1331
+
1332
+
1333
+
1334
+ ## [5.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.3...@pie-element/multiple-choice@5.0.4) (2019-10-16)
1335
+
1336
+
1337
+ ### Bug Fixes
1338
+
1339
+ * ch2766 fix unresolved promise ([#366](https://github.com/pie-framework/pie-elements/issues/366)) ([9057b7f](https://github.com/pie-framework/pie-elements/commit/9057b7f)), closes [#365](https://github.com/pie-framework/pie-elements/issues/365)
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+ ## [5.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.2...@pie-element/multiple-choice@5.0.3) (2019-10-16)
1346
+
1347
+ **Note:** Version bump only for package @pie-element/multiple-choice
1348
+
1349
+
1350
+
1351
+
1352
+
1353
+ ## [5.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.1...@pie-element/multiple-choice@5.0.2) (2019-10-15)
1354
+
1355
+
1356
+ ### Bug Fixes
1357
+
1358
+ * bump @pie-lib/controller-utils@^0.2.2 ([edae61c](https://github.com/pie-framework/pie-elements/commit/edae61c))
1359
+
1360
+
1361
+
1362
+
1363
+
1364
+ ## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.0...@pie-element/multiple-choice@5.0.1) (2019-10-11)
1365
+
1366
+
1367
+ ### Bug Fixes
1368
+
1369
+ * bump @pie-lib/controller-utils@^0.2.1 [ch4723] ([0a33d68](https://github.com/pie-framework/pie-elements/commit/0a33d68))
1370
+ * Updated docs. ([3787619](https://github.com/pie-framework/pie-elements/commit/3787619))
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+ # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.2.2...@pie-element/multiple-choice@5.0.0) (2019-10-08)
1377
+
1378
+
1379
+ * Andreea/ch3969/for all items default values should be true (#355) ([9916c38](https://github.com/pie-framework/pie-elements/commit/9916c38)), closes [#355](https://github.com/pie-framework/pie-elements/issues/355)
1380
+
1381
+
1382
+ ### BREAKING CHANGES
1383
+
1384
+ * allowFeedback was replaced with feedbackEnabled.
1385
+
1386
+ * fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1387
+
1388
+ * fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1389
+
1390
+ * fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1391
+
1392
+ * fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1393
+
1394
+ * fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1395
+
1396
+ * fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1397
+
1398
+ * fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1399
+
1400
+ * fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1401
+
1402
+ * fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1403
+
1404
+ * fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1405
+
1406
+ * fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1407
+
1408
+ * fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1409
+ * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
1410
+
1411
+ * fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1412
+
1413
+ * fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1414
+
1415
+ * fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1416
+ * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
1417
+
1418
+ * fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1419
+
1420
+ * fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1421
+
1422
+ * fix: Updated pie-models.
1423
+
1424
+ * fix(categorize): Added normalize function on controller (to be able to add default values to the model).
1425
+
1426
+ * fix(charting): Added normalize function on controller (to be able to add default values to the model).
1427
+
1428
+ * fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
1429
+
1430
+ * fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
1431
+
1432
+ * fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
1433
+
1434
+ * fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
1435
+
1436
+ * fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
1437
+
1438
+ * Remove unnecessary change.
1439
+
1440
+ * fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
1441
+
1442
+ * fix(graphing): Added normalize function on controller (to be able to add default values to the model).
1443
+
1444
+ * fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
1445
+
1446
+ * fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
1447
+
1448
+ * fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
1449
+
1450
+ * fix(match): Added normalize function on controller (to be able to add default values to the model).
1451
+
1452
+ * fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
1453
+
1454
+ * fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
1455
+
1456
+ * fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
1457
+
1458
+ * fix(select-text): Added normalize function on controller (to be able to add default values to the model).
1459
+
1460
+ * fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+ ## [4.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.2.1...@pie-element/multiple-choice@4.2.2) (2019-10-04)
1467
+
1468
+ **Note:** Version bump only for package @pie-element/multiple-choice
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+ ## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.2.0...@pie-element/multiple-choice@4.2.1) (2019-10-03)
1475
+
1476
+ **Note:** Version bump only for package @pie-element/multiple-choice
1477
+
1478
+
1479
+
1480
+
1481
+
1482
+ # [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.1.1...@pie-element/multiple-choice@4.2.0) (2019-10-03)
1483
+
1484
+
1485
+ ### Features
1486
+
1487
+ * **alternateSection:** removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387] ([01dc151](https://github.com/pie-framework/pie-elements/commit/01dc151))
1488
+ * **alternateSection:** removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385] ([ab4478e](https://github.com/pie-framework/pie-elements/commit/ab4478e))
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+ ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.1.0...@pie-element/multiple-choice@4.1.1) (2019-10-03)
1495
+
1496
+ **Note:** Version bump only for package @pie-element/multiple-choice
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+ # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.0.1...@pie-element/multiple-choice@4.1.0) (2019-09-27)
1503
+
1504
+
1505
+ ### Bug Fixes
1506
+
1507
+ * Show Correct Answer was not working properly: replaced allowFeedback (used to send data to pie-ui) with feedbackEnabled (can be changed in settings panel). ([494bf3a](https://github.com/pie-framework/pie-elements/commit/494bf3a))
1508
+
1509
+
1510
+ ### Features
1511
+
1512
+ * **multiple-choice:** model based prompt ([d90c1a1](https://github.com/pie-framework/pie-elements/commit/d90c1a1))
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+ ## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.0.0...@pie-element/multiple-choice@4.0.1) (2019-09-19)
1519
+
1520
+ **Note:** Version bump only for package @pie-element/multiple-choice
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+ # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.10.1...@pie-element/multiple-choice@4.0.0) (2019-09-17)
1527
+
1528
+
1529
+ * Moved rationale, teacherInstructions and studentInstructions enabled flag in model because it's needed in controller. ([9b3e532](https://github.com/pie-framework/pie-elements/commit/9b3e532))
1530
+
1531
+
1532
+ ### BREAKING CHANGES
1533
+
1534
+ * `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
1535
+
1536
+
1537
+
1538
+
1539
+
1540
+ ## [3.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.10.0...@pie-element/multiple-choice@3.10.1) (2019-09-13)
1541
+
1542
+ **Note:** Version bump only for package @pie-element/multiple-choice
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+ # [3.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.9.0...@pie-element/multiple-choice@3.10.0) (2019-09-13)
1549
+
1550
+
1551
+ ### Features
1552
+
1553
+ * add Part Labels feature (but will be used in EBSR context only) ([c3c066b](https://github.com/pie-framework/pie-elements/commit/c3c066b))
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+ # [3.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.8.1...@pie-element/multiple-choice@3.9.0) (2019-09-13)
1560
+
1561
+
1562
+ ### Features
1563
+
1564
+ * Added the possibility to disable Settings Panel (used for EBSR). ([0327953](https://github.com/pie-framework/pie-elements/commit/0327953))
1565
+
1566
+
1567
+
1568
+
1569
+
1570
+ ## [3.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.8.0...@pie-element/multiple-choice@3.8.1) (2019-09-05)
1571
+
1572
+ **Note:** Version bump only for package @pie-element/multiple-choice
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+ # [3.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.7.0...@pie-element/multiple-choice@3.8.0) (2019-09-04)
1579
+
1580
+
1581
+ ### Bug Fixes
1582
+
1583
+ * bump pie-lib/controller-utils ([ba3de00](https://github.com/pie-framework/pie-elements/commit/ba3de00))
1584
+ * prevent value='' ([754372b](https://github.com/pie-framework/pie-elements/commit/754372b))
1585
+
1586
+
1587
+ ### Features
1588
+
1589
+ * make use of updateSession callback ([c82de88](https://github.com/pie-framework/pie-elements/commit/c82de88))
1590
+
1591
+
1592
+
1593
+
1594
+
1595
+ # [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.6.1...@pie-element/multiple-choice@3.7.0) (2019-08-27)
1596
+
1597
+
1598
+ ### Features
1599
+
1600
+ * Session null/empty check. ([f24dc8b](https://github.com/pie-framework/pie-elements/commit/f24dc8b))
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+ ## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.11...@pie-element/multiple-choice@3.6.1) (2019-08-26)
1607
+
1608
+
1609
+ ### Bug Fixes
1610
+
1611
+ * null choices were throwing 'choices.map is not a function' error. ([54d0c8c](https://github.com/pie-framework/pie-elements/commit/54d0c8c))
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+ ## [3.5.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.10...@pie-element/multiple-choice@3.5.11) (2019-08-21)
1618
+
1619
+ **Note:** Version bump only for package @pie-element/multiple-choice
1620
+
1621
+
1622
+
1623
+
1624
+
1625
+ ## [3.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.9...@pie-element/multiple-choice@3.5.10) (2019-08-21)
1626
+
1627
+
1628
+ ### Bug Fixes
1629
+
1630
+ * **math-rendering:** updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530] ([33e3287](https://github.com/pie-framework/pie-elements/commit/33e3287))
1631
+
1632
+
1633
+
1634
+
1635
+
1636
+ ## [3.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.8...@pie-element/multiple-choice@3.5.9) (2019-08-18)
1637
+
1638
+
1639
+ ### Bug Fixes
1640
+
1641
+ * **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
1642
+ * set default values to configuration properties ([83501cd](https://github.com/pie-framework/pie-elements/commit/83501cd))
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+ ## [3.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.7...@pie-element/multiple-choice@3.5.8) (2019-08-15)
1649
+
1650
+
1651
+ ### Bug Fixes
1652
+
1653
+ * **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+ ## [3.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.6...@pie-element/multiple-choice@3.5.7) (2019-08-02)
1660
+
1661
+
1662
+ ### Bug Fixes
1663
+
1664
+ * **elements:** fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770] ([eb22724](https://github.com/pie-framework/pie-elements/commit/eb22724))
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+ ## [3.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.5...@pie-element/multiple-choice@3.5.6) (2019-07-25)
1671
+
1672
+ **Note:** Version bump only for package @pie-element/multiple-choice
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+ ## [3.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.4...@pie-element/multiple-choice@3.5.5) (2019-07-25)
1679
+
1680
+ **Note:** Version bump only for package @pie-element/multiple-choice
1681
+
1682
+
1683
+
1684
+
1685
+
1686
+ ## [3.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.3...@pie-element/multiple-choice@3.5.4) (2019-07-13)
1687
+
1688
+ **Note:** Version bump only for package @pie-element/multiple-choice
1689
+
1690
+
1691
+
1692
+
1693
+
1694
+ ## [3.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.2...@pie-element/multiple-choice@3.5.3) (2019-07-12)
1695
+
1696
+ **Note:** Version bump only for package @pie-element/multiple-choice
1697
+
1698
+
1699
+
1700
+
1701
+
1702
+ ## [3.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.1...@pie-element/multiple-choice@3.5.2) (2019-07-12)
1703
+
1704
+
1705
+ ### Bug Fixes
1706
+
1707
+ * **rendering:** implemented rendering for math elements [ch1915], [ch1935] ([2f35842](https://github.com/pie-framework/pie-elements/commit/2f35842))
1708
+
1709
+
1710
+
1711
+
1712
+
1713
+ ## [3.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.0...@pie-element/multiple-choice@3.5.1) (2019-07-12)
1714
+
1715
+ **Note:** Version bump only for package @pie-element/multiple-choice
1716
+
1717
+
1718
+
1719
+
1720
+
1721
+ # [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.9...@pie-element/multiple-choice@3.5.0) (2019-07-11)
1722
+
1723
+
1724
+ ### Features
1725
+
1726
+ * **template-elements:** updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527] ([a87febe](https://github.com/pie-framework/pie-elements/commit/a87febe))
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+ ## [3.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.8...@pie-element/multiple-choice@3.4.9) (2019-07-09)
1733
+
1734
+ **Note:** Version bump only for package @pie-element/multiple-choice
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+ ## [3.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.7...@pie-element/multiple-choice@3.4.8) (2019-07-09)
1741
+
1742
+
1743
+ ### Bug Fixes
1744
+
1745
+ * The text when adding a new choice should be empty. ([f37bcb0](https://github.com/pie-framework/pie-elements/commit/f37bcb0))
1746
+
1747
+
1748
+
1749
+
1750
+
1751
+ ## [3.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.6...@pie-element/multiple-choice@3.4.7) (2019-07-07)
1752
+
1753
+ **Note:** Version bump only for package @pie-element/multiple-choice
1754
+
1755
+
1756
+
1757
+
1758
+
1759
+ ## [3.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.5...@pie-element/multiple-choice@3.4.6) (2019-07-07)
1760
+
1761
+
1762
+ ### Bug Fixes
1763
+
1764
+ * **editable-html:** fixed lots of stuff regarding the editable-html ([12c1129](https://github.com/pie-framework/pie-elements/commit/12c1129))
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+ ## [3.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.4...@pie-element/multiple-choice@3.4.5) (2019-07-05)
1771
+
1772
+ **Note:** Version bump only for package @pie-element/multiple-choice
1773
+
1774
+
1775
+
1776
+
1777
+
1778
+ ## [3.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.3...@pie-element/multiple-choice@3.4.4) (2019-07-04)
1779
+
1780
+
1781
+ ### Bug Fixes
1782
+
1783
+ * **template-els:** fixed some ditb issues ([9133840](https://github.com/pie-framework/pie-elements/commit/9133840))
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+ ## [3.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.2...@pie-element/multiple-choice@3.4.3) (2019-07-03)
1790
+
1791
+ **Note:** Version bump only for package @pie-element/multiple-choice
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+ ## [3.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.1...@pie-element/multiple-choice@3.4.2) (2019-07-03)
1798
+
1799
+ **Note:** Version bump only for package @pie-element/multiple-choice
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+ ## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.0...@pie-element/multiple-choice@3.4.1) (2019-07-02)
1806
+
1807
+ **Note:** Version bump only for package @pie-element/multiple-choice
1808
+
1809
+
1810
+
1811
+
1812
+
1813
+ # [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.3.1...@pie-element/multiple-choice@3.4.0) (2019-07-02)
1814
+
1815
+
1816
+ ### Features
1817
+
1818
+ * **mask-markup-elements:** refactored the elements and version bumped the necessary files ([f8f77c0](https://github.com/pie-framework/pie-elements/commit/f8f77c0))
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+ ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.3.0...@pie-element/multiple-choice@3.3.1) (2019-06-26)
1825
+
1826
+ **Note:** Version bump only for package @pie-element/multiple-choice
1827
+
1828
+
1829
+
1830
+
1831
+
1832
+ # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.2.1...@pie-element/multiple-choice@3.3.0) (2019-06-26)
1833
+
1834
+
1835
+ ### Features
1836
+
1837
+ * **settings-panel:** updated the settings panel design and changes needed for [ch2242] ([d830e57](https://github.com/pie-framework/pie-elements/commit/d830e57))
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+ ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.2.0...@pie-element/multiple-choice@3.2.1) (2019-06-23)
1844
+
1845
+ **Note:** Version bump only for package @pie-element/multiple-choice
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+ # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.7...@pie-element/multiple-choice@3.2.0) (2019-06-21)
1852
+
1853
+
1854
+ ### Features
1855
+
1856
+ * **general:** updated all the packages that have the config-ui as a dependency ([44061de](https://github.com/pie-framework/pie-elements/commit/44061de))
1857
+
1858
+
1859
+
1860
+
1861
+
1862
+ ## [3.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.6...@pie-element/multiple-choice@3.1.7) (2019-06-17)
1863
+
1864
+ **Note:** Version bump only for package @pie-element/multiple-choice
1865
+
1866
+
1867
+
1868
+
1869
+
1870
+ ## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.5...@pie-element/multiple-choice@3.1.6) (2019-06-12)
1871
+
1872
+ **Note:** Version bump only for package @pie-element/multiple-choice
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+ ## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.4...@pie-element/multiple-choice@3.1.5) (2019-06-07)
1879
+
1880
+ **Note:** Version bump only for package @pie-element/multiple-choice
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+ ## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.3...@pie-element/multiple-choice@3.1.4) (2019-06-06)
1887
+
1888
+ **Note:** Version bump only for package @pie-element/multiple-choice
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+ ## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.2...@pie-element/multiple-choice@3.1.3) (2019-06-05)
1895
+
1896
+ **Note:** Version bump only for package @pie-element/multiple-choice
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+ ## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.1...@pie-element/multiple-choice@3.1.2) (2019-05-23)
1903
+
1904
+ **Note:** Version bump only for package @pie-element/multiple-choice
1905
+
1906
+
1907
+
1908
+
1909
+
1910
+ ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.0...@pie-element/multiple-choice@3.1.1) (2019-05-21)
1911
+
1912
+
1913
+ ### Bug Fixes
1914
+
1915
+ * Updated pie-schema and config-schema. ([e552800](https://github.com/pie-framework/pie-elements/commit/e552800))
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+ # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.0.1...@pie-element/multiple-choice@3.1.0) (2019-05-16)
1922
+
1923
+
1924
+ ### Features
1925
+
1926
+ * added rationale support ([3c1edf3](https://github.com/pie-framework/pie-elements/commit/3c1edf3))
1927
+ * added rationale support. ([1ddc137](https://github.com/pie-framework/pie-elements/commit/1ddc137))
1928
+ * added support for rationale. ([9c206b0](https://github.com/pie-framework/pie-elements/commit/9c206b0))
1929
+
1930
+
1931
+
1932
+
1933
+
1934
+ ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.0.0...@pie-element/multiple-choice@3.0.1) (2019-05-08)
1935
+
1936
+ **Note:** Version bump only for package @pie-element/multiple-choice
1937
+
1938
+
1939
+
1940
+
1941
+
1942
+ # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.6...@pie-element/multiple-choice@3.0.0) (2019-05-07)
1943
+
1944
+
1945
+ ### Features
1946
+
1947
+ * Updated with new version of [@pie-lib-config-ui](https://github.com/pie-lib-config-ui). Renamed `configure` with `configuration`. Removed usage of state (root.jsx) and updated tests. ([8031454](https://github.com/pie-framework/pie-elements/commit/8031454))
1948
+
1949
+
1950
+ ### BREAKING CHANGES
1951
+
1952
+ * `configure` is removed, use `configuration` instead.
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+ ## [2.12.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.5...@pie-element/multiple-choice@2.12.6) (2019-05-02)
1959
+
1960
+ **Note:** Version bump only for package @pie-element/multiple-choice
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+ ## [2.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.4...@pie-element/multiple-choice@2.12.5) (2019-05-02)
1967
+
1968
+
1969
+ ### Bug Fixes
1970
+
1971
+ * Removed usage of state and updated tests. ([0985890](https://github.com/pie-framework/pie-elements/commit/0985890))
1972
+ * renamed `configure` to `configuration` ([d18cea9](https://github.com/pie-framework/pie-elements/commit/d18cea9))
1973
+ * Updated with new version of @pie-lib/config-ui. ([4dd2a2e](https://github.com/pie-framework/pie-elements/commit/4dd2a2e))
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+ ## [2.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.3...@pie-element/multiple-choice@2.12.4) (2019-05-01)
1980
+
1981
+ **Note:** Version bump only for package @pie-element/multiple-choice
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+ ## [2.12.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.2...@pie-element/multiple-choice@2.12.3) (2019-04-26)
1988
+
1989
+
1990
+ ### Bug Fixes
1991
+
1992
+ * Updated @pie-ui/multiple-choice version. ([0eb901a](https://github.com/pie-framework/pie-elements/commit/0eb901a))
1993
+ * Updated with new version of @pie-lib/config-ui. ([49bb68b](https://github.com/pie-framework/pie-elements/commit/49bb68b))
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+ ## [2.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.1...@pie-element/multiple-choice@2.12.2) (2019-04-23)
2000
+
2001
+ **Note:** Version bump only for package @pie-element/multiple-choice
2002
+
2003
+
2004
+
2005
+
2006
+
2007
+ ## [2.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.0...@pie-element/multiple-choice@2.12.1) (2019-04-19)
2008
+
2009
+ **Note:** Version bump only for package @pie-element/multiple-choice
2010
+
2011
+
2012
+
2013
+
2014
+
2015
+ # [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.11.2...@pie-element/multiple-choice@2.12.0) (2019-04-18)
2016
+
2017
+
2018
+ ### Bug Fixes
2019
+
2020
+ * **multiple-choice:** Refactored using new established naming convention and updated tests. ([78ffbae](https://github.com/pie-framework/pie-elements/commit/78ffbae))
2021
+ * **placement-ordering:** renaming model properties with naming conventions. ([9d9be01](https://github.com/pie-framework/pie-elements/commit/9d9be01))
2022
+
2023
+
2024
+ ### Features
2025
+
2026
+ * Updated @pie-ui/multiple-choice version. ([93dbd6a](https://github.com/pie-framework/pie-elements/commit/93dbd6a))
2027
+ * **multiple-choice:** Integrated new settings panel. Updated tests. ([6387043](https://github.com/pie-framework/pie-elements/commit/6387043))
2028
+
2029
+
2030
+
2031
+
2032
+
2033
+ ## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.11.1...@pie-element/multiple-choice@2.11.2) (2019-04-08)
2034
+
2035
+ **Note:** Version bump only for package @pie-element/multiple-choice
2036
+
2037
+
2038
+
2039
+
2040
+
2041
+ ## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.11.0...@pie-element/multiple-choice@2.11.1) (2019-04-08)
2042
+
2043
+
2044
+ ### Bug Fixes
2045
+
2046
+ * Update state.model if there are any changes. ([610a9db](https://github.com/pie-framework/pie-elements/commit/610a9db))
2047
+
2048
+
2049
+
2050
+
2051
+
2052
+ # [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.10.3...@pie-element/multiple-choice@2.11.0) (2019-04-04)
2053
+
2054
+
2055
+ ### Bug Fixes
2056
+
2057
+ * bump editable-html ([1b4b238](https://github.com/pie-framework/pie-elements/commit/1b4b238))
2058
+
2059
+
2060
+ ### Features
2061
+
2062
+ * allow config to control the UI ([70551b8](https://github.com/pie-framework/pie-elements/commit/70551b8))
2063
+ * partial scoring ([928bcc3](https://github.com/pie-framework/pie-elements/commit/928bcc3))
2064
+ * support env.partialScoring, disable for radio ([40862cb](https://github.com/pie-framework/pie-elements/commit/40862cb))
2065
+
2066
+
2067
+
2068
+
2069
+
2070
+ ## [2.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.10.2...@pie-element/multiple-choice@2.10.3) (2019-03-18)
2071
+
2072
+ **Note:** Version bump only for package @pie-element/multiple-choice
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+ ## [2.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.10.1...@pie-element/multiple-choice@2.10.2) (2019-03-18)
2079
+
2080
+ **Note:** Version bump only for package @pie-element/multiple-choice
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+ ## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.10.0...@pie-element/multiple-choice@2.10.1) (2019-03-18)
2087
+
2088
+ **Note:** Version bump only for package @pie-element/multiple-choice
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+ # [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.9.0...@pie-element/multiple-choice@2.10.0) (2019-03-18)
2095
+
2096
+
2097
+ ### Features
2098
+
2099
+ * **general:** initialize default model (2) ([#138](https://github.com/pie-framework/pie-elements/issues/138)) ([fc72eca](https://github.com/pie-framework/pie-elements/commit/fc72eca))
2100
+
2101
+
2102
+
2103
+
2104
+
2105
+ # [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.8.0...@pie-element/multiple-choice@2.9.0) (2019-03-13)
2106
+
2107
+
2108
+ ### Features
2109
+
2110
+ * **general:** initialize default model ([#129](https://github.com/pie-framework/pie-elements/issues/129)) ([b62d058](https://github.com/pie-framework/pie-elements/commit/b62d058))
2111
+ * all elements on `develop` target [@next](https://github.com/next) releases ([d3766e6](https://github.com/pie-framework/pie-elements/commit/d3766e6))
2112
+ * update schema docs ([#136](https://github.com/pie-framework/pie-elements/issues/136)) ([184f262](https://github.com/pie-framework/pie-elements/commit/184f262))
2113
+
2114
+
2115
+
2116
+
2117
+
2118
+ # [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.7.1...@pie-element/multiple-choice@2.8.0) (2019-02-20)
2119
+
2120
+
2121
+ ### Features
2122
+
2123
+ * **multiple-choice:** reimplemented the new design ([10c3b9b](https://github.com/pie-framework/pie-elements/commit/10c3b9b))
2124
+
2125
+
2126
+
2127
+
2128
+
2129
+ ## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.6.1...@pie-element/multiple-choice@2.7.1) (2019-02-13)
2130
+
2131
+ **Note:** Version bump only for package @pie-element/multiple-choice
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+ ## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.5.1...@pie-element/multiple-choice@2.6.1) (2019-02-13)
2138
+
2139
+ **Note:** Version bump only for package @pie-element/multiple-choice
2140
+
2141
+
2142
+
2143
+
2144
+
2145
+ ## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.5.0...@pie-element/multiple-choice@2.5.1) (2019-02-13)
2146
+
2147
+ **Note:** Version bump only for package @pie-element/multiple-choice
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+ # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.4.0...@pie-element/multiple-choice@2.5.0) (2019-02-08)
2154
+
2155
+
2156
+ ### Bug Fixes
2157
+
2158
+ * **multiple-choice:** fixed a warning ([c8ccb36](https://github.com/pie-framework/pie-elements/commit/c8ccb36))
2159
+ * add partial scoring and shuffle prop for multiple-choice ([7577651](https://github.com/pie-framework/pie-elements/commit/7577651))
2160
+
2161
+
2162
+ ### Features
2163
+
2164
+ * **multiple-choice:** added a configurable property for the multiple-choice configure element and fixed some names for the customization properties ([9959eda](https://github.com/pie-framework/pie-elements/commit/9959eda))
2165
+ * **multiple-choice:** added a third option for the choices label and also fixed a configuration property name ([2f6d28d](https://github.com/pie-framework/pie-elements/commit/2f6d28d))
2166
+ * **multiple-choice:** changed the behaviour when enableShowPrompt is false ([5edaad1](https://github.com/pie-framework/pie-elements/commit/5edaad1))
2167
+ * **multiple-choice:** made some change in order to be able to publish a new version ([2be2aae](https://github.com/pie-framework/pie-elements/commit/2be2aae))
2168
+ * **multiple-choice:** made some change to the customization properties ([6f0d1b6](https://github.com/pie-framework/pie-elements/commit/6f0d1b6))
2169
+ * json schemas and docs ([6bfc2a9](https://github.com/pie-framework/pie-elements/commit/6bfc2a9))
2170
+ * **multiple-choice:** updated package version ([8f75d56](https://github.com/pie-framework/pie-elements/commit/8f75d56))
2171
+
2172
+
2173
+
2174
+ ## 2.4.1 (2019-01-08)
2175
+
2176
+
2177
+ ### Bug Fixes
2178
+
2179
+ * **multiple-choice:** bumped the editable-html version ([220b147](https://github.com/pie-framework/pie-elements/commit/220b147))
2180
+
2181
+
2182
+
2183
+
2184
+
2185
+ # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.3.3...@pie-element/multiple-choice@2.4.0) (2019-01-08)
2186
+
2187
+
2188
+ ### Bug Fixes
2189
+
2190
+ * **tests:** fixed tests for the multiple choice element ([0fa715c](https://github.com/pie-framework/pie-elements/commit/0fa715c))
2191
+
2192
+
2193
+ ### Features
2194
+
2195
+ * **multiple-choice:** moved the theming to the config-ui layout element and removed some unnecessary code ([910e799](https://github.com/pie-framework/pie-elements/commit/910e799))
2196
+ * **multiple-choice:** updated snapshot in order to fix tests ([3fb6464](https://github.com/pie-framework/pie-elements/commit/3fb6464))
2197
+ * **multiple-choice:** updated the config-ui package and the pie-ui package ([95ae357](https://github.com/pie-framework/pie-elements/commit/95ae357))
2198
+ * **multiple-choice:** updated the version of the config-ui ([1d79056](https://github.com/pie-framework/pie-elements/commit/1d79056))
2199
+
2200
+
2201
+
2202
+ ## 2.3.5 (2018-12-20)
2203
+
2204
+
2205
+ ### Features
2206
+
2207
+ * **multiple-choice:** updated the config-ui package ([bc7aac1](https://github.com/pie-framework/pie-elements/commit/bc7aac1))
2208
+
2209
+
2210
+
2211
+ ## 2.3.4 (2018-12-17)
2212
+
2213
+
2214
+ ### Features
2215
+
2216
+ * **multiple-choice:** refactored the code of the multiple-choice package in order to use the new layout ([b16b654](https://github.com/pie-framework/pie-elements/commit/b16b654))
2217
+
2218
+
2219
+
2220
+
2221
+
2222
+ ## [2.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.3.2...@pie-element/multiple-choice@2.3.3) (2018-11-14)
2223
+
2224
+ **Note:** Version bump only for package @pie-element/multiple-choice
2225
+
2226
+
2227
+
2228
+
2229
+
2230
+ ## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.3.1...@pie-element/multiple-choice@2.3.2) (2018-11-12)
2231
+
2232
+
2233
+ ### Bug Fixes
2234
+
2235
+ * **multiple-choice-item-preview-reset:** resetting the item preview when changing response type ([eb2f4c2](https://github.com/pie-framework/pie-elements/commit/eb2f4c2))
2236
+ * **multiple-choice-tests:** added tests for the new and old logic ([b78d059](https://github.com/pie-framework/pie-elements/commit/b78d059))
2237
+
2238
+
2239
+
2240
+
2241
+
2242
+ ## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.3.0...@pie-element/multiple-choice@2.3.1) (2018-11-12)
2243
+
2244
+
2245
+ ### Bug Fixes
2246
+
2247
+ * **dependencies-add:** added dependencies where needed ([23df697](https://github.com/pie-framework/pie-elements/commit/23df697))
2248
+ * conflict ([b854c6b](https://github.com/pie-framework/pie-elements/commit/b854c6b))
2249
+
2250
+
2251
+
2252
+
2253
+
2254
+ <a name="2.3.0"></a>
2255
+ # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.2.0...@pie-element/multiple-choice@2.3.0) (2018-11-05)
2256
+
2257
+
2258
+ ### Features
2259
+
2260
+ * **multiple-choice-configure-customization:** added possibility to customize some of the elements from the design tab (ch557) ([b3b9d47](https://github.com/pie-framework/pie-elements/commit/b3b9d47))
2261
+ * **multiple-choice-configure-customization:** changed the key for the options object from config to configure ([8c01e2b](https://github.com/pie-framework/pie-elements/commit/8c01e2b))
2262
+ * **multiple-choice-configure-customization:** updated the scoring config version ([947cdd0](https://github.com/pie-framework/pie-elements/commit/947cdd0))
2263
+
2264
+
2265
+
2266
+
2267
+
2268
+ <a name="2.2.0"></a>
2269
+ # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.1.3...@pie-element/multiple-choice@2.2.0) (2018-10-31)
2270
+
2271
+
2272
+ ### Features
2273
+
2274
+ * **ch497:** updated the partial scoring for 3 packages: match, select-text and multiple-choice ([5a46b06](https://github.com/pie-framework/pie-elements/commit/5a46b06))
2275
+ * **choice-interaction-update:** made the requested changes for the multiple-choice package ([d03dc1a](https://github.com/pie-framework/pie-elements/commit/d03dc1a))
2276
+ * **choice-interaction-update:** updated the partial scoring package version for 3 packages: match, select-text and multiple-choice (ch497) ([b1f2803](https://github.com/pie-framework/pie-elements/commit/b1f2803))
2277
+
2278
+
2279
+
2280
+
2281
+
2282
+ <a name="2.1.3"></a>
2283
+ ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.1.2...@pie-element/multiple-choice@2.1.3) (2018-10-10)
2284
+
2285
+
2286
+ ### Bug Fixes
2287
+
2288
+ * **editable-html-package-update:** updated the editable-html version ([4240cb8](https://github.com/pie-framework/pie-elements/commit/4240cb8))
2289
+
2290
+
2291
+
2292
+
2293
+
2294
+ <a name="2.1.2"></a>
2295
+ ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.1.1...@pie-element/multiple-choice@2.1.2) (2018-09-20)
2296
+
2297
+
2298
+ ### Bug Fixes
2299
+
2300
+ * fix bad import ([2cd1cde](https://github.com/pie-framework/pie-elements/commit/2cd1cde))
2301
+
2302
+
2303
+
2304
+
2305
+
2306
+ <a name="2.1.1"></a>
2307
+ ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.1.0...@pie-element/multiple-choice@2.1.1) (2018-09-20)
2308
+
2309
+
2310
+ ### Bug Fixes
2311
+
2312
+ * build fixes ([3c3a7f2](https://github.com/pie-framework/pie-elements/commit/3c3a7f2))
2313
+
2314
+
2315
+
2316
+
2317
+
2318
+ <a name="2.1.0"></a>
2319
+ # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.5...@pie-element/multiple-choice@2.1.0) (2018-08-16)
2320
+
2321
+
2322
+ ### Features
2323
+
2324
+ * add outcome method to controller ([ec2853e](https://github.com/pie-framework/pie-elements/commit/ec2853e))
2325
+
2326
+
2327
+
2328
+
2329
+ <a name="2.0.5"></a>
2330
+ ## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.4...@pie-element/multiple-choice@2.0.5) (2018-08-06)
2331
+
2332
+
2333
+ ### Bug Fixes
2334
+
2335
+ * bump config-ui@^7.6.6 ([266235a](https://github.com/pie-framework/pie-elements/commit/266235a))
2336
+
2337
+
2338
+
2339
+
2340
+ <a name="2.0.4"></a>
2341
+ ## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.3...@pie-element/multiple-choice@2.0.4) (2018-07-27)
2342
+
2343
+
2344
+ ### Bug Fixes
2345
+
2346
+ * bump config-ui and editable html versions ([002fb60](https://github.com/pie-framework/pie-elements/commit/002fb60))
2347
+
2348
+
2349
+
2350
+
2351
+ <a name="2.0.3"></a>
2352
+ ## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.2...@pie-element/multiple-choice@2.0.3) (2018-07-18)
2353
+
2354
+
2355
+
2356
+
2357
+ **Note:** Version bump only for package @pie-element/multiple-choice
2358
+
2359
+ <a name="2.0.2"></a>
2360
+ ## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.1...@pie-element/multiple-choice@2.0.2) (2018-06-06)
2361
+
2362
+
2363
+ ### Bug Fixes
2364
+
2365
+ * dont import *.jsx files ([5811854](https://github.com/pie-framework/pie-elements/commit/5811854))
2366
+
2367
+
2368
+
2369
+
2370
+ <a name="2.0.1"></a>
2371
+ ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.8.0...@pie-element/multiple-choice@2.0.1) (2018-05-25)
2372
+
2373
+
2374
+
2375
+
2376
+ **Note:** Version bump only for package @pie-element/multiple-choice
2377
+
2378
+ <a name="1.8.0"></a>
2379
+ # [1.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.7.1...@pie-element/multiple-choice@1.8.0) (2018-05-22)
2380
+
2381
+
2382
+ ### Features
2383
+
2384
+ * upgrade material-ui -> [@material-ui](https://github.com/material-ui)/core@1.0.0-rc.1 ([3d57d5c](https://github.com/pie-framework/pie-elements/commit/3d57d5c))
2385
+
2386
+
2387
+
2388
+
2389
+ <a name="1.7.1"></a>
2390
+ ## [1.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.7.0...@pie-element/multiple-choice@1.7.1) (2018-05-11)
2391
+
2392
+
2393
+ ### Bug Fixes
2394
+
2395
+ * **prompt:** add image functionality back in ([3aa73db](https://github.com/pie-framework/pie-elements/commit/3aa73db))
2396
+
2397
+
2398
+
2399
+
2400
+ <a name="1.7.0"></a>
2401
+ # [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.6.1...@pie-element/multiple-choice@1.7.0) (2018-05-03)
2402
+
2403
+
2404
+ ### Features
2405
+
2406
+ * **dependencies:** use latest of [@pie-ui](https://github.com/pie-ui)/* ([ac9d2e5](https://github.com/pie-framework/pie-elements/commit/ac9d2e5))
2407
+
2408
+
2409
+
2410
+
2411
+ <a name="1.6.1"></a>
2412
+ ## [1.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.6.0...@pie-element/multiple-choice@1.6.1) (2018-05-02)
2413
+
2414
+
2415
+
2416
+
2417
+ **Note:** Version bump only for package @pie-element/multiple-choice
2418
+
2419
+ <a name="1.6.0"></a>
2420
+ # 1.6.0 (2018-04-25)
2421
+
2422
+
2423
+ ### Bug Fixes
2424
+
2425
+ * **configure:** make sure value is unique ([0f437c2](https://github.com/pie-framework/pie-elements/commit/0f437c2))
2426
+ * **dependencies:** use latest [@pie-lib](https://github.com/pie-lib)/editable-html ([b29ff91](https://github.com/pie-framework/pie-elements/commit/b29ff91))
2427
+ * **dependencies:** version bump ([ee6d3d0](https://github.com/pie-framework/pie-elements/commit/ee6d3d0))
2428
+ * **dependencies:** version bump [@pie-ui](https://github.com/pie-ui)/multiple-choice ([f82c722](https://github.com/pie-framework/pie-elements/commit/f82c722))
2429
+
2430
+
2431
+ ### Features
2432
+
2433
+ * **root:** use [@pie-lib](https://github.com/pie-lib)/config-ui choiceUtils ([2a3f180](https://github.com/pie-framework/pie-elements/commit/2a3f180))
2434
+ * **value:** remove 'value' input, it is now generated based on the choice index. ([5ea34fa](https://github.com/pie-framework/pie-elements/commit/5ea34fa))
2435
+
2436
+
2437
+
2438
+ <a name="1.5.0"></a>
2439
+ # 1.5.0 (2018-04-17)
2440
+
2441
+
2442
+ ### Features
2443
+
2444
+ * **dependencies:** use latest [@pie-ui](https://github.com/pie-ui)/multiple-choice ([9b73dbb](https://github.com/pie-framework/pie-elements/commit/9b73dbb))
2445
+
2446
+
2447
+
2448
+ <a name="1.2.2"></a>
2449
+ ## 1.2.2 (2018-03-06)
2450
+
2451
+
2452
+ ### Bug Fixes
2453
+
2454
+ * **dependencies:** fix dependencies ([0d16dc0](https://github.com/pie-framework/pie-elements/commit/0d16dc0))
2455
+ * **dependencies:** update dependency names ([dc789ac](https://github.com/pie-framework/pie-elements/commit/dc789ac))
2456
+
2457
+
2458
+
2459
+
2460
+ <a name="1.5.0"></a>
2461
+ # [1.5.0](https://github.com/pie-framework/pie-elements/compare/v1.4.1...v1.5.0) (2018-04-17)
2462
+
2463
+
2464
+ ### Features
2465
+
2466
+ * **dependencies:** use latest [@pie-ui](https://github.com/pie-ui)/multiple-choice ([9b73dbb](https://github.com/pie-framework/pie-elements/commit/9b73dbb))
2467
+
2468
+
2469
+
2470
+
2471
+ <a name="1.2.2"></a>
2472
+ ## 1.2.2 (2018-03-06)
2473
+
2474
+
2475
+ ### Bug Fixes
2476
+
2477
+ * **dependencies:** fix dependencies ([0d16dc0](https://github.com/pie-framework/pie-elements/commit/0d16dc0))
2478
+ * **dependencies:** update dependency names ([dc789ac](https://github.com/pie-framework/pie-elements/commit/dc789ac))