@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,869 @@
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
+ ## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@4.0.0...@pie-element/multiple-choice-controller@4.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
+ # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.8.0...@pie-element/multiple-choice-controller@4.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
+ # [3.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.7.3...@pie-element/multiple-choice-controller@3.8.0) (2023-09-25)
42
+
43
+
44
+ ### Features
45
+
46
+ * **multiple-choice:** add translations ([fe4dc0f](https://github.com/pie-framework/pie-elements/commit/fe4dc0f15158c039ad9276f09d8b9874d61224cf))
47
+
48
+
49
+
50
+
51
+
52
+ ## [3.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.7.2...@pie-element/multiple-choice-controller@3.7.3) (2023-07-06)
53
+
54
+
55
+ ### Bug Fixes
56
+
57
+ * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
58
+
59
+
60
+
61
+
62
+
63
+ ## [3.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.7.1...@pie-element/multiple-choice-controller@3.7.2) (2023-04-25)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
69
+
70
+
71
+
72
+
73
+
74
+ ## [3.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.7.0...@pie-element/multiple-choice-controller@3.7.1) (2023-04-10)
75
+
76
+
77
+ ### Bug Fixes
78
+
79
+ * **multiple-choice:** add sanity checks ([147346f](https://github.com/pie-framework/pie-elements/commit/147346fe3cb8974a4eb3b59944e1382fabf4abed))
80
+
81
+
82
+
83
+
84
+
85
+ # [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.6.1...@pie-element/multiple-choice-controller@3.7.0) (2023-02-01)
86
+
87
+
88
+ ### Features
89
+
90
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
91
+
92
+
93
+
94
+
95
+
96
+ ## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.6.0...@pie-element/multiple-choice-controller@3.6.1) (2022-12-07)
97
+
98
+
99
+ ### Bug Fixes
100
+
101
+ * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
102
+
103
+
104
+
105
+
106
+
107
+ # [3.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.5.5...@pie-element/multiple-choice-controller@3.6.0) (2022-05-03)
108
+
109
+
110
+ ### Features
111
+
112
+ * **multiple-choice:** updated validation behaviors PD-1696 PD-1697 ([ab009c4](https://github.com/pie-framework/pie-elements/commit/ab009c4832572dab96c5b4130a5088dea17222e6))
113
+ * added configurable validation ([1e3a0d6](https://github.com/pie-framework/pie-elements/commit/1e3a0d6da3c790e68a7fd401df2c832917d62480))
114
+ * added configurable validation + refactoring PD-1696 ([31f6354](https://github.com/pie-framework/pie-elements/commit/31f6354b256fef876fa6c48e79a3f82486b5fce7))
115
+ * added configurable validation + refactoring PD-1696 ([08d9b70](https://github.com/pie-framework/pie-elements/commit/08d9b70991f159707ef7fd5b3e533a0addda1d90))
116
+ * added configurable validation + refactoring PD-1696 ([07c42c2](https://github.com/pie-framework/pie-elements/commit/07c42c2811349d1e829d367993541157fbbe2dfc))
117
+ * start working on multiple-choice validation ([722037b](https://github.com/pie-framework/pie-elements/commit/722037bc0fddd2e090ec1506e85a91949ad86c91))
118
+
119
+
120
+
121
+
122
+
123
+ ## [3.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.5.4...@pie-element/multiple-choice-controller@3.5.5) (2022-04-12)
124
+
125
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
126
+
127
+
128
+
129
+
130
+
131
+ ## [3.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.4.1...@pie-element/multiple-choice-controller@3.5.1) (2021-11-11)
132
+
133
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
134
+
135
+
136
+
137
+
138
+
139
+ # [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.3.3...@pie-element/multiple-choice-controller@3.5.0) (2021-11-11)
140
+
141
+
142
+ ### Features
143
+
144
+ * **multiple-choice:** accessibility label - added aria label to checkbox and radio input types ([22514bb](https://github.com/pie-framework/pie-elements/commit/22514bb5e2476bc79a55756ff9a5c0c1e0642a29))
145
+ * 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))
146
+ * **multiple-choice:** added possibility to change layout - vertical, grid, horizontal ([46e7681](https://github.com/pie-framework/pie-elements/commit/46e7681a178ff29c983db1c7b6206389b55e2a00))
147
+
148
+
149
+
150
+
151
+
152
+
153
+ ## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.4.0...@pie-element/multiple-choice-controller@3.4.1) (2021-09-01)
154
+
155
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
156
+
157
+
158
+
159
+
160
+
161
+ # [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.3.3...@pie-element/multiple-choice-controller@3.4.0) (2021-08-05)
162
+
163
+
164
+ ### Features
165
+
166
+ * **multiple-choice:** accessibility label - added aria label to checkbox and radio input types ([22514bb](https://github.com/pie-framework/pie-elements/commit/22514bb5e2476bc79a55756ff9a5c0c1e0642a29))
167
+ * 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))
168
+ * **multiple-choice:** added possibility to change layout - vertical, grid, horizontal ([46e7681](https://github.com/pie-framework/pie-elements/commit/46e7681a178ff29c983db1c7b6206389b55e2a00))
169
+
170
+
171
+
172
+
173
+
174
+ ## [3.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.3.1...@pie-element/multiple-choice-controller@3.3.3) (2021-08-05)
175
+
176
+
177
+ ### Bug Fixes
178
+
179
+ * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
180
+
181
+
182
+
183
+
184
+
185
+ ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.3.0...@pie-element/multiple-choice-controller@3.3.1) (2021-06-29)
186
+
187
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
188
+
189
+
190
+
191
+
192
+
193
+ # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.13...@pie-element/multiple-choice-controller@3.3.0) (2021-04-07)
194
+
195
+
196
+ ### Features
197
+
198
+ * 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))
199
+
200
+
201
+
202
+
203
+
204
+ ## [3.2.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.10...@pie-element/multiple-choice-controller@3.2.13) (2021-03-03)
205
+
206
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
207
+
208
+
209
+
210
+
211
+
212
+ ## [3.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.9...@pie-element/multiple-choice-controller@3.2.10) (2021-03-03)
213
+
214
+
215
+ ### Bug Fixes
216
+
217
+ * **multiple-choice:** hide feedback for player if disabled ([2fb6a5d](https://github.com/pie-framework/pie-elements/commit/2fb6a5d707e9ed60502aaa87a5ff1aa3b77f8df0))
218
+ * **multiple-choice:** test feedback ([7827e4d](https://github.com/pie-framework/pie-elements/commit/7827e4d3032e321b9ff5ac7e465026faa2fa2997))
219
+
220
+
221
+
222
+
223
+
224
+ ## [3.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.8...@pie-element/multiple-choice-controller@3.2.9) (2020-10-16)
225
+
226
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
227
+
228
+
229
+
230
+
231
+
232
+ ## [3.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.7...@pie-element/multiple-choice-controller@3.2.8) (2020-08-25)
233
+
234
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
235
+
236
+
237
+
238
+
239
+
240
+ ## [3.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.6...@pie-element/multiple-choice-controller@3.2.7) (2020-08-25)
241
+
242
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
243
+
244
+
245
+
246
+
247
+
248
+ ## [3.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.5...@pie-element/multiple-choice-controller@3.2.6) (2020-08-13)
249
+
250
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
251
+
252
+
253
+
254
+
255
+
256
+ ## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.4...@pie-element/multiple-choice-controller@3.2.5) (2020-05-25)
257
+
258
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
259
+
260
+
261
+
262
+
263
+
264
+ ## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.3...@pie-element/multiple-choice-controller@3.2.4) (2020-05-25)
265
+
266
+
267
+ ### Bug Fixes
268
+
269
+ * 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))
270
+ * New partial-credit scoring algorithm for MCA items. PD-165 ([e80f2db](https://github.com/pie-framework/pie-elements/commit/e80f2db))
271
+
272
+
273
+
274
+
275
+
276
+ ## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.2...@pie-element/multiple-choice-controller@3.2.3) (2020-04-14)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
282
+
283
+
284
+
285
+
286
+
287
+ ## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.2.1...@pie-element/multiple-choice-controller@3.2.2) (2020-04-14)
288
+
289
+
290
+ ### Bug Fixes
291
+
292
+ * PD-127: MC Choice Prefix Issue (Set 'letters' as default choicePrefix) ([27cd7ad](https://github.com/pie-framework/pie-elements/commit/27cd7ad))
293
+
294
+
295
+
296
+
297
+
298
+ ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.1.4...@pie-element/multiple-choice-controller@3.2.1) (2020-04-10)
299
+
300
+
301
+ ### Bug Fixes
302
+
303
+ * bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
304
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
305
+
306
+
307
+
308
+
309
+
310
+ ## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.1.4...@pie-element/multiple-choice-controller@3.1.5) (2020-04-10)
311
+
312
+
313
+ ### Bug Fixes
314
+
315
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
316
+
317
+
318
+
319
+
320
+
321
+ ## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.1.3...@pie-element/multiple-choice-controller@3.1.4) (2020-01-31)
322
+
323
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
324
+
325
+
326
+
327
+
328
+
329
+ ## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.1.2...@pie-element/multiple-choice-controller@3.1.3) (2020-01-30)
330
+
331
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
332
+
333
+
334
+
335
+
336
+
337
+ ## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.1.1...@pie-element/multiple-choice-controller@3.1.2) (2020-01-28)
338
+
339
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
340
+
341
+
342
+
343
+
344
+
345
+ ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.1.0...@pie-element/multiple-choice-controller@3.1.1) (2020-01-28)
346
+
347
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
348
+
349
+
350
+
351
+
352
+
353
+ # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.0.7...@pie-element/multiple-choice-controller@3.1.0) (2020-01-09)
354
+
355
+
356
+ ### Features
357
+
358
+ * **normalization:** added a choicePrefix default value in case one is not given [ch6650] ([955ff40](https://github.com/pie-framework/pie-elements/commit/955ff40))
359
+
360
+
361
+
362
+
363
+
364
+ ## [3.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.0.6...@pie-element/multiple-choice-controller@3.0.7) (2019-12-03)
365
+
366
+
367
+ ### Bug Fixes
368
+
369
+ * PIE-201 - store prompts and answers in session, fix ([2380224](https://github.com/pie-framework/pie-elements/commit/2380224))
370
+
371
+
372
+
373
+
374
+
375
+ ## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.0.5...@pie-element/multiple-choice-controller@3.0.6) (2019-11-06)
376
+
377
+
378
+ ### Bug Fixes
379
+
380
+ * 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))
381
+
382
+
383
+
384
+
385
+
386
+ ## [3.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.0.4...@pie-element/multiple-choice-controller@3.0.5) (2019-10-29)
387
+
388
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
389
+
390
+
391
+
392
+
393
+
394
+ ## [3.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.0.3...@pie-element/multiple-choice-controller@3.0.4) (2019-10-16)
395
+
396
+
397
+ ### Bug Fixes
398
+
399
+ * 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)
400
+
401
+
402
+
403
+
404
+
405
+ ## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.0.2...@pie-element/multiple-choice-controller@3.0.3) (2019-10-16)
406
+
407
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
408
+
409
+
410
+
411
+
412
+
413
+ ## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.0.1...@pie-element/multiple-choice-controller@3.0.2) (2019-10-15)
414
+
415
+
416
+ ### Bug Fixes
417
+
418
+ * bump @pie-lib/controller-utils@^0.2.2 ([edae61c](https://github.com/pie-framework/pie-elements/commit/edae61c))
419
+
420
+
421
+
422
+
423
+
424
+ ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@3.0.0...@pie-element/multiple-choice-controller@3.0.1) (2019-10-11)
425
+
426
+
427
+ ### Bug Fixes
428
+
429
+ * bump @pie-lib/controller-utils@^0.2.1 [ch4723] ([0a33d68](https://github.com/pie-framework/pie-elements/commit/0a33d68))
430
+
431
+
432
+
433
+
434
+
435
+ # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@2.1.2...@pie-element/multiple-choice-controller@3.0.0) (2019-10-08)
436
+
437
+
438
+ * 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)
439
+
440
+
441
+ ### BREAKING CHANGES
442
+
443
+ * allowFeedback was replaced with feedbackEnabled.
444
+
445
+ * fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
446
+
447
+ * fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
448
+
449
+ * fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
450
+
451
+ * fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
452
+
453
+ * fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
454
+
455
+ * fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
456
+
457
+ * fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
458
+
459
+ * fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
460
+
461
+ * fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
462
+
463
+ * fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
464
+
465
+ * fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
466
+
467
+ * fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
468
+ * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
469
+
470
+ * fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
471
+
472
+ * fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
473
+
474
+ * fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
475
+ * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
476
+
477
+ * fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
478
+
479
+ * fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
480
+
481
+ * fix: Updated pie-models.
482
+
483
+ * fix(categorize): Added normalize function on controller (to be able to add default values to the model).
484
+
485
+ * fix(charting): Added normalize function on controller (to be able to add default values to the model).
486
+
487
+ * fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
488
+
489
+ * fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
490
+
491
+ * fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
492
+
493
+ * fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
494
+
495
+ * fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
496
+
497
+ * Remove unnecessary change.
498
+
499
+ * fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
500
+
501
+ * fix(graphing): Added normalize function on controller (to be able to add default values to the model).
502
+
503
+ * fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
504
+
505
+ * fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
506
+
507
+ * fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
508
+
509
+ * fix(match): Added normalize function on controller (to be able to add default values to the model).
510
+
511
+ * fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
512
+
513
+ * fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
514
+
515
+ * fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
516
+
517
+ * fix(select-text): Added normalize function on controller (to be able to add default values to the model).
518
+
519
+ * fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
520
+
521
+
522
+
523
+
524
+
525
+ ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@2.1.1...@pie-element/multiple-choice-controller@2.1.2) (2019-10-03)
526
+
527
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
528
+
529
+
530
+
531
+
532
+
533
+ ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@2.1.0...@pie-element/multiple-choice-controller@2.1.1) (2019-10-03)
534
+
535
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
536
+
537
+
538
+
539
+
540
+
541
+ # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@2.0.0...@pie-element/multiple-choice-controller@2.1.0) (2019-09-27)
542
+
543
+
544
+ ### Bug Fixes
545
+
546
+ * 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))
547
+
548
+
549
+ ### Features
550
+
551
+ * **multiple-choice:** model based prompt ([d90c1a1](https://github.com/pie-framework/pie-elements/commit/d90c1a1))
552
+
553
+
554
+
555
+
556
+
557
+ # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.8.1...@pie-element/multiple-choice-controller@2.0.0) (2019-09-17)
558
+
559
+
560
+ * 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))
561
+
562
+
563
+ ### BREAKING CHANGES
564
+
565
+ * `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
566
+
567
+
568
+
569
+
570
+
571
+ ## [1.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.8.0...@pie-element/multiple-choice-controller@1.8.1) (2019-09-05)
572
+
573
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
574
+
575
+
576
+
577
+
578
+
579
+ # [1.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.7.0...@pie-element/multiple-choice-controller@1.8.0) (2019-09-04)
580
+
581
+
582
+ ### Bug Fixes
583
+
584
+ * bump pie-lib/controller-utils ([ba3de00](https://github.com/pie-framework/pie-elements/commit/ba3de00))
585
+
586
+
587
+ ### Features
588
+
589
+ * make use of updateSession callback ([c82de88](https://github.com/pie-framework/pie-elements/commit/c82de88))
590
+
591
+
592
+
593
+
594
+
595
+ # [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.12...@pie-element/multiple-choice-controller@1.7.0) (2019-08-27)
596
+
597
+
598
+ ### Features
599
+
600
+ * Session null/empty check. ([f24dc8b](https://github.com/pie-framework/pie-elements/commit/f24dc8b))
601
+
602
+
603
+
604
+
605
+
606
+ ## [1.6.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.11...@pie-element/multiple-choice-controller@1.6.12) (2019-08-26)
607
+
608
+
609
+ ### Bug Fixes
610
+
611
+ * null choices were throwing 'choices.map is not a function' error. ([54d0c8c](https://github.com/pie-framework/pie-elements/commit/54d0c8c))
612
+
613
+
614
+
615
+
616
+
617
+ ## [1.6.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.10...@pie-element/multiple-choice-controller@1.6.11) (2019-08-15)
618
+
619
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
620
+
621
+
622
+
623
+
624
+
625
+ ## [1.6.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.9...@pie-element/multiple-choice-controller@1.6.10) (2019-08-02)
626
+
627
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
628
+
629
+
630
+
631
+
632
+
633
+ ## [1.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.8...@pie-element/multiple-choice-controller@1.6.9) (2019-07-25)
634
+
635
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
636
+
637
+
638
+
639
+
640
+
641
+ ## [1.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.7...@pie-element/multiple-choice-controller@1.6.8) (2019-07-07)
642
+
643
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
644
+
645
+
646
+
647
+
648
+
649
+ ## [1.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.6...@pie-element/multiple-choice-controller@1.6.7) (2019-07-07)
650
+
651
+
652
+ ### Bug Fixes
653
+
654
+ * **editable-html:** fixed lots of stuff regarding the editable-html ([12c1129](https://github.com/pie-framework/pie-elements/commit/12c1129))
655
+
656
+
657
+
658
+
659
+
660
+ ## [1.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.5...@pie-element/multiple-choice-controller@1.6.6) (2019-07-05)
661
+
662
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
663
+
664
+
665
+
666
+
667
+
668
+ ## [1.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.4...@pie-element/multiple-choice-controller@1.6.5) (2019-07-03)
669
+
670
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
671
+
672
+
673
+
674
+
675
+
676
+ ## [1.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.3...@pie-element/multiple-choice-controller@1.6.4) (2019-07-02)
677
+
678
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
679
+
680
+
681
+
682
+
683
+
684
+ ## [1.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.2...@pie-element/multiple-choice-controller@1.6.3) (2019-07-02)
685
+
686
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
687
+
688
+
689
+
690
+
691
+
692
+ ## [1.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.1...@pie-element/multiple-choice-controller@1.6.2) (2019-05-23)
693
+
694
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
695
+
696
+
697
+
698
+
699
+
700
+ ## [1.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.6.0...@pie-element/multiple-choice-controller@1.6.1) (2019-05-21)
701
+
702
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
703
+
704
+
705
+
706
+
707
+
708
+ # [1.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.5.4...@pie-element/multiple-choice-controller@1.6.0) (2019-05-16)
709
+
710
+
711
+ ### Features
712
+
713
+ * added rationale support ([3c1edf3](https://github.com/pie-framework/pie-elements/commit/3c1edf3))
714
+ * added rationale support. ([1ddc137](https://github.com/pie-framework/pie-elements/commit/1ddc137))
715
+
716
+
717
+
718
+
719
+
720
+ ## [1.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.5.3...@pie-element/multiple-choice-controller@1.5.4) (2019-04-23)
721
+
722
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
723
+
724
+
725
+
726
+
727
+
728
+ ## [1.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.5.2...@pie-element/multiple-choice-controller@1.5.3) (2019-04-19)
729
+
730
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
731
+
732
+
733
+
734
+
735
+
736
+ ## [1.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.5.1...@pie-element/multiple-choice-controller@1.5.2) (2019-04-18)
737
+
738
+
739
+ ### Bug Fixes
740
+
741
+ * **multiple-choice:** Refactored using new established naming convention and updated tests. ([78ffbae](https://github.com/pie-framework/pie-elements/commit/78ffbae))
742
+
743
+
744
+
745
+
746
+
747
+ ## [1.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.5.0...@pie-element/multiple-choice-controller@1.5.1) (2019-04-08)
748
+
749
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
750
+
751
+
752
+
753
+
754
+
755
+ # [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.4.4...@pie-element/multiple-choice-controller@1.5.0) (2019-04-04)
756
+
757
+
758
+ ### Features
759
+
760
+ * allow config to control the UI ([70551b8](https://github.com/pie-framework/pie-elements/commit/70551b8))
761
+ * partial scoring ([928bcc3](https://github.com/pie-framework/pie-elements/commit/928bcc3))
762
+ * support env.partialScoring, disable for radio ([40862cb](https://github.com/pie-framework/pie-elements/commit/40862cb))
763
+
764
+
765
+
766
+
767
+
768
+ ## [1.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.4.3...@pie-element/multiple-choice-controller@1.4.4) (2019-03-18)
769
+
770
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
771
+
772
+
773
+
774
+
775
+
776
+ ## [1.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.4.2...@pie-element/multiple-choice-controller@1.4.3) (2019-03-18)
777
+
778
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
779
+
780
+
781
+
782
+
783
+
784
+ ## [1.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.4.1...@pie-element/multiple-choice-controller@1.4.2) (2019-03-18)
785
+
786
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
787
+
788
+
789
+
790
+
791
+
792
+ ## [1.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.4.0...@pie-element/multiple-choice-controller@1.4.1) (2019-03-18)
793
+
794
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
795
+
796
+
797
+
798
+
799
+
800
+ # 1.4.0 (2019-03-13)
801
+
802
+
803
+ ### Features
804
+
805
+ * **general:** initialize default model ([#129](https://github.com/pie-framework/pie-elements/issues/129)) ([b62d058](https://github.com/pie-framework/pie-elements/commit/b62d058))
806
+
807
+
808
+
809
+
810
+
811
+ # [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.2.2...@pie-element/multiple-choice-controller@1.3.0) (2019-01-08)
812
+
813
+
814
+ ### Features
815
+
816
+ * **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))
817
+
818
+
819
+
820
+
821
+
822
+ ## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.2.1...@pie-element/multiple-choice-controller@1.2.2) (2018-11-12)
823
+
824
+
825
+ ### Bug Fixes
826
+
827
+ * **dependencies-add:** added dependencies where needed ([23df697](https://github.com/pie-framework/pie-elements/commit/23df697))
828
+ * conflict ([b854c6b](https://github.com/pie-framework/pie-elements/commit/b854c6b))
829
+
830
+
831
+
832
+
833
+
834
+ <a name="1.2.1"></a>
835
+ ## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.2.0...@pie-element/multiple-choice-controller@1.2.1) (2018-11-05)
836
+
837
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
838
+
839
+
840
+
841
+
842
+
843
+ <a name="1.2.0"></a>
844
+ # [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@1.1.0...@pie-element/multiple-choice-controller@1.2.0) (2018-10-31)
845
+
846
+
847
+ ### Features
848
+
849
+ * **ch497:** updated the partial scoring for 3 packages: match, select-text and multiple-choice ([5a46b06](https://github.com/pie-framework/pie-elements/commit/5a46b06))
850
+ * **choice-interaction-update:** made the requested changes for the multiple-choice package ([d03dc1a](https://github.com/pie-framework/pie-elements/commit/d03dc1a))
851
+
852
+
853
+
854
+
855
+
856
+ <a name="1.1.0"></a>
857
+ # 1.1.0 (2018-09-20)
858
+
859
+
860
+ ### Bug Fixes
861
+
862
+ * **dependencies:** version bump ([ee6d3d0](https://github.com/pie-framework/pie-elements/commit/ee6d3d0))
863
+ * build fixes ([3c3a7f2](https://github.com/pie-framework/pie-elements/commit/3c3a7f2))
864
+
865
+
866
+ ### Features
867
+
868
+ * **root:** use [@pie-lib](https://github.com/pie-lib)/config-ui choiceUtils ([2a3f180](https://github.com/pie-framework/pie-elements/commit/2a3f180))
869
+ * add outcome method to controller ([ec2853e](https://github.com/pie-framework/pie-elements/commit/ec2853e))