@pie-element/placement-ordering 14.1.2-next.5 → 14.1.3

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 (108) hide show
  1. package/CHANGELOG.json +1312 -0
  2. package/CHANGELOG.md +2444 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +57 -0
  5. package/configure/CHANGELOG.json +952 -0
  6. package/configure/CHANGELOG.md +2139 -0
  7. package/configure/lib/choice-editor.js +252 -0
  8. package/configure/lib/choice-editor.js.map +1 -0
  9. package/configure/lib/choice-tile.js +205 -0
  10. package/configure/lib/choice-tile.js.map +1 -0
  11. package/configure/lib/defaults.js +211 -0
  12. package/configure/lib/defaults.js.map +1 -0
  13. package/configure/lib/design.js +427 -0
  14. package/configure/lib/design.js.map +1 -0
  15. package/configure/lib/help.js +14 -0
  16. package/configure/lib/help.js.map +1 -0
  17. package/configure/lib/index.js +155 -0
  18. package/configure/lib/index.js.map +1 -0
  19. package/configure/lib/utils.js +108 -0
  20. package/configure/lib/utils.js.map +1 -0
  21. package/configure/package.json +26 -0
  22. package/controller/CHANGELOG.json +517 -0
  23. package/controller/CHANGELOG.md +1518 -0
  24. package/controller/lib/defaults.js +29 -0
  25. package/controller/lib/defaults.js.map +1 -0
  26. package/controller/lib/index.js +285 -0
  27. package/controller/lib/index.js.map +1 -0
  28. package/controller/lib/scoring.js +109 -0
  29. package/controller/lib/scoring.js.map +1 -0
  30. package/controller/package.json +15 -0
  31. package/docs/config-schema.json +2964 -0
  32. package/docs/config-schema.json.md +2190 -0
  33. package/docs/demo/config.js +8 -0
  34. package/docs/demo/generate.js +50 -0
  35. package/docs/demo/index.html +1 -0
  36. package/docs/demo/session.js +7 -0
  37. package/docs/pie-schema.json +1613 -0
  38. package/docs/pie-schema.json.md +973 -0
  39. package/icon.png +0 -0
  40. package/lib/index.js +122 -0
  41. package/lib/index.js.map +1 -0
  42. package/lib/main.js +32 -0
  43. package/lib/main.js.map +1 -0
  44. package/lib/ordering.js +165 -0
  45. package/lib/ordering.js.map +1 -0
  46. package/lib/placement-ordering.js +419 -0
  47. package/lib/placement-ordering.js.map +1 -0
  48. package/lib/tile.js +259 -0
  49. package/lib/tile.js.map +1 -0
  50. package/lib/tiler.js +165 -0
  51. package/lib/tiler.js.map +1 -0
  52. package/lib/utils.js +18 -0
  53. package/lib/utils.js.map +1 -0
  54. package/package.json +21 -88
  55. package/configure.js +0 -2
  56. package/controller.js +0 -1
  57. package/dist/author/choice-editor.d.ts +0 -39
  58. package/dist/author/choice-editor.js +0 -156
  59. package/dist/author/choice-tile.d.ts +0 -40
  60. package/dist/author/choice-tile.js +0 -132
  61. package/dist/author/defaults.d.ts +0 -213
  62. package/dist/author/defaults.js +0 -159
  63. package/dist/author/design.d.ts +0 -21
  64. package/dist/author/design.js +0 -273
  65. package/dist/author/help.d.ts +0 -11
  66. package/dist/author/index.d.ts +0 -45
  67. package/dist/author/index.js +0 -85
  68. package/dist/author/utils.d.ts +0 -15
  69. package/dist/author/utils.js +0 -62
  70. package/dist/browser/author/index.js +0 -46600
  71. package/dist/browser/author/index.js.map +0 -1
  72. package/dist/browser/browser-DHPggtaA.js +0 -376
  73. package/dist/browser/browser-DHPggtaA.js.map +0 -1
  74. package/dist/browser/controller/index.js +0 -242
  75. package/dist/browser/controller/index.js.map +0 -1
  76. package/dist/browser/delivery/index.js +0 -1035
  77. package/dist/browser/delivery/index.js.map +0 -1
  78. package/dist/browser/dist-D9ARZhQk.js +0 -1426
  79. package/dist/browser/dist-D9ARZhQk.js.map +0 -1
  80. package/dist/browser/drag-provider-C1slTlsc.js +0 -10555
  81. package/dist/browser/drag-provider-C1slTlsc.js.map +0 -1
  82. package/dist/browser/placement-ordering.css +0 -2
  83. package/dist/controller/defaults.d.ts +0 -31
  84. package/dist/controller/defaults.js +0 -25
  85. package/dist/controller/index.d.ts +0 -29
  86. package/dist/controller/index.js +0 -123
  87. package/dist/controller/scoring.d.ts +0 -27
  88. package/dist/controller/scoring.js +0 -30
  89. package/dist/delivery/index.d.ts +0 -26
  90. package/dist/delivery/index.js +0 -70
  91. package/dist/delivery/main.d.ts +0 -19
  92. package/dist/delivery/main.js +0 -22
  93. package/dist/delivery/ordering.d.ts +0 -18
  94. package/dist/delivery/ordering.js +0 -93
  95. package/dist/delivery/placement-ordering.d.ts +0 -28
  96. package/dist/delivery/placement-ordering.js +0 -213
  97. package/dist/delivery/tile.d.ts +0 -28
  98. package/dist/delivery/tile.js +0 -165
  99. package/dist/delivery/tiler.d.ts +0 -42
  100. package/dist/delivery/tiler.js +0 -89
  101. package/dist/delivery/utils.d.ts +0 -9
  102. package/dist/delivery/utils.js +0 -8
  103. package/dist/index.d.ts +0 -1
  104. package/dist/index.iife.d.ts +0 -8
  105. package/dist/index.iife.js +0 -152
  106. package/dist/index.js +0 -2
  107. package/dist/runtime-support.d.ts +0 -12
  108. package/dist/runtime-support.js +0 -12
package/CHANGELOG.json ADDED
@@ -0,0 +1,1312 @@
1
+ [
2
+ {
3
+ "type": "chore",
4
+ "scope": null,
5
+ "subject": "lock down versions",
6
+ "merge": null,
7
+ "header": "chore: lock down versions",
8
+ "body": null,
9
+ "footer": null,
10
+ "notes": [],
11
+ "hash": "742742d44454474b9ce461506357ff282de0ada0",
12
+ "gitTags": "",
13
+ "committerDate": "2019-03-12 23:33:57 +0000",
14
+ "isTagged": true,
15
+ "tag": "@pie-element/placement-ordering@3.6.0"
16
+ },
17
+ {
18
+ "type": "feat",
19
+ "scope": "general",
20
+ "subject": "initialize default model (#129)",
21
+ "merge": null,
22
+ "header": "feat(general): initialize default model (#129)",
23
+ "body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* bump yarn lock\n\n* update snapshots",
24
+ "footer": null,
25
+ "notes": [],
26
+ "hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
27
+ "gitTags": "",
28
+ "committerDate": "2019-03-12 15:47:20 -0400",
29
+ "isTagged": true,
30
+ "tag": "@pie-element/placement-ordering@3.6.0"
31
+ },
32
+ {
33
+ "type": "feat",
34
+ "scope": null,
35
+ "subject": "update schema docs (#136)",
36
+ "merge": null,
37
+ "header": "feat: update schema docs (#136)",
38
+ "body": null,
39
+ "footer": null,
40
+ "notes": [],
41
+ "hash": "184f2625b798a9f9ead150cc94a65cd2d10ed931",
42
+ "gitTags": "",
43
+ "committerDate": "2019-03-12 14:22:55 -0400",
44
+ "isTagged": true,
45
+ "tag": "@pie-element/placement-ordering@3.6.0"
46
+ },
47
+ {
48
+ "type": "feat",
49
+ "scope": null,
50
+ "subject": "all elements on `develop` target @next releases",
51
+ "merge": null,
52
+ "header": "feat: all elements on `develop` target @next releases",
53
+ "body": "To allow us to build a `preview` version of the elements, we release\n`next` versions of `pie-elements` on each push to `develop`. This branch\nshould in turn target any other preview packages (aka @pie-ui/*).\n\nWhen we merge to master, a `pre-push` hooks prevents us from pushing if\nwe haven't resolved all the `next` versions.\n\n* use babel 7\n* use build-helper `Commands`",
54
+ "footer": null,
55
+ "notes": [],
56
+ "hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
57
+ "gitTags": "",
58
+ "committerDate": "2019-02-19 19:46:59 +0000",
59
+ "isTagged": true,
60
+ "tag": "@pie-element/placement-ordering@3.6.0"
61
+ },
62
+ {
63
+ "type": "feat",
64
+ "scope": "general",
65
+ "subject": "updated the pie-lib/editable-html versions for all elements",
66
+ "merge": null,
67
+ "header": "feat(general): updated the pie-lib/editable-html versions for all elements",
68
+ "body": null,
69
+ "footer": null,
70
+ "notes": [],
71
+ "hash": "f642cb5332421f654ce031fd16002cc85dd5abd8",
72
+ "gitTags": "",
73
+ "committerDate": "2019-02-19 09:52:28 +0200",
74
+ "isTagged": true,
75
+ "tag": "@pie-element/placement-ordering@3.5.0"
76
+ },
77
+ {
78
+ "type": "fix",
79
+ "scope": "general",
80
+ "subject": "bumped the config-ui version for all packages",
81
+ "merge": null,
82
+ "header": "fix(general): bumped the config-ui version for all packages",
83
+ "body": null,
84
+ "footer": null,
85
+ "notes": [],
86
+ "hash": "159521db769e7043a1fbea9f06ed153f85bc55df",
87
+ "gitTags": "",
88
+ "committerDate": "2019-01-08 15:04:14 +0200",
89
+ "isTagged": true,
90
+ "tag": "@pie-element/placement-ordering@3.2.1"
91
+ },
92
+ {
93
+ "type": "fix",
94
+ "scope": "dependencies-add",
95
+ "subject": "added dependencies where needed",
96
+ "merge": null,
97
+ "header": "fix(dependencies-add): added dependencies where needed",
98
+ "body": null,
99
+ "footer": null,
100
+ "notes": [],
101
+ "hash": "23df697120b76a227930c00a7976e79c33ccdcd7",
102
+ "gitTags": " (origin/fix/added-dependencies-where-needed)",
103
+ "committerDate": "2018-11-09 11:31:39 +0200",
104
+ "isTagged": true,
105
+ "tag": "@pie-element/placement-ordering@3.2.0"
106
+ },
107
+ {
108
+ "type": "feat",
109
+ "scope": "placement-ordering-configure-customization",
110
+ "subject": "made some elements from the design config customizable (ch564)",
111
+ "merge": null,
112
+ "header": "feat(placement-ordering-configure-customization): made some elements from the design config customizable (ch564)",
113
+ "body": null,
114
+ "footer": null,
115
+ "notes": [],
116
+ "hash": "a89ff839ac132c2e272316ec8af607ea89a3a26b",
117
+ "gitTags": " (origin/ch564/placement-ordering-config-customization)",
118
+ "committerDate": "2018-11-05 16:17:09 +0200",
119
+ "isTagged": true,
120
+ "tag": "@pie-element/placement-ordering@3.2.0"
121
+ },
122
+ {
123
+ "type": "feat",
124
+ "scope": "ch467",
125
+ "subject": "updated 2 packages",
126
+ "merge": null,
127
+ "header": "feat(ch467): updated 2 packages",
128
+ "body": null,
129
+ "footer": null,
130
+ "notes": [],
131
+ "hash": "04fdd85efd97b551ba0116ddc7112549683e20c2",
132
+ "gitTags": "",
133
+ "committerDate": "2018-10-17 17:10:26 +0300",
134
+ "isTagged": true,
135
+ "tag": "@pie-element/placement-ordering@3.1.0"
136
+ },
137
+ {
138
+ "type": "fix",
139
+ "scope": null,
140
+ "subject": "bump config-ui@^7.6.6",
141
+ "merge": null,
142
+ "header": "fix: bump config-ui@^7.6.6",
143
+ "body": null,
144
+ "footer": null,
145
+ "notes": [],
146
+ "hash": "266235a5351077d081f4c08dab3411e6690d43ac",
147
+ "gitTags": "",
148
+ "committerDate": "2018-08-06 13:32:09 -0400",
149
+ "isTagged": true,
150
+ "tag": "@pie-element/placement-ordering@3.0.4"
151
+ },
152
+ {
153
+ "type": "fix",
154
+ "scope": null,
155
+ "subject": "@material-ui/* version bump",
156
+ "merge": null,
157
+ "header": "fix: @material-ui/* version bump",
158
+ "body": null,
159
+ "footer": null,
160
+ "notes": [],
161
+ "hash": "db58db9cd4f8892fcd4ef4f169dba1bef64b5517",
162
+ "gitTags": " (origin/bugfix/placement-ordering-drag-context-fix)",
163
+ "committerDate": "2018-07-18 10:39:55 -0400",
164
+ "isTagged": true,
165
+ "tag": "@pie-element/placement-ordering@3.0.3"
166
+ },
167
+ {
168
+ "type": "fix",
169
+ "scope": "placement-ordering",
170
+ "subject": "fix drag context import and export",
171
+ "merge": null,
172
+ "header": "fix(placement-ordering): fix drag context import and export",
173
+ "body": null,
174
+ "footer": null,
175
+ "notes": [],
176
+ "hash": "5b4a99cb94216518cf932f35e9b4dd3668fc15fa",
177
+ "gitTags": "",
178
+ "committerDate": "2018-07-18 10:38:31 -0400",
179
+ "isTagged": true,
180
+ "tag": "@pie-element/placement-ordering@3.0.3"
181
+ },
182
+ {
183
+ "type": "feat",
184
+ "scope": null,
185
+ "subject": "upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
186
+ "merge": null,
187
+ "header": "feat: upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
188
+ "body": null,
189
+ "footer": null,
190
+ "notes": [],
191
+ "hash": "02ac71a79aa447d4de913f6bce2a6eb7348ff529",
192
+ "gitTags": "",
193
+ "committerDate": "2018-05-16 12:01:02 -0400",
194
+ "isTagged": true,
195
+ "tag": "@pie-element/placement-ordering@3.0.1"
196
+ },
197
+ {
198
+ "type": "chore",
199
+ "scope": null,
200
+ "subject": "rename test dir",
201
+ "merge": null,
202
+ "header": "chore: rename test dir",
203
+ "body": null,
204
+ "footer": null,
205
+ "notes": [],
206
+ "hash": "3050c7cfafde78a7c1977eda6f92d99ce82543f2",
207
+ "gitTags": "",
208
+ "committerDate": "2018-05-10 21:39:13 -0400",
209
+ "isTagged": true,
210
+ "tag": "@pie-element/placement-ordering@2.0.0"
211
+ },
212
+ {
213
+ "type": "chore",
214
+ "scope": null,
215
+ "subject": "fix tests",
216
+ "merge": null,
217
+ "header": "chore: fix tests",
218
+ "body": null,
219
+ "footer": null,
220
+ "notes": [],
221
+ "hash": "8e8a092808eca78af173d0744aa9e9213a3e95a2",
222
+ "gitTags": "",
223
+ "committerDate": "2018-05-10 21:38:35 -0400",
224
+ "isTagged": true,
225
+ "tag": "@pie-element/placement-ordering@2.0.0"
226
+ },
227
+ {
228
+ "type": "fix",
229
+ "scope": "dependecies",
230
+ "subject": "bump @pie-lib/feedback",
231
+ "merge": null,
232
+ "header": "fix(dependecies): bump @pie-lib/feedback",
233
+ "body": null,
234
+ "footer": null,
235
+ "notes": [],
236
+ "hash": "4be839f6f062d7457e46458a827c9d785b7ba8b0",
237
+ "gitTags": "",
238
+ "committerDate": "2018-05-10 21:23:16 -0400",
239
+ "isTagged": true,
240
+ "tag": "@pie-element/placement-ordering@2.0.0"
241
+ },
242
+ {
243
+ "type": "fix",
244
+ "scope": "controller",
245
+ "subject": "bump feedback version",
246
+ "merge": null,
247
+ "header": "fix(controller): bump feedback version",
248
+ "body": null,
249
+ "footer": null,
250
+ "notes": [],
251
+ "hash": "a07c9ecf3f44f94bdeb48e847cca52ac8e13f619",
252
+ "gitTags": "",
253
+ "committerDate": "2018-05-10 19:13:44 -0400",
254
+ "isTagged": true,
255
+ "tag": "@pie-element/placement-ordering@2.0.0"
256
+ },
257
+ {
258
+ "type": "feat",
259
+ "scope": "model",
260
+ "subject": "move away from old model",
261
+ "merge": null,
262
+ "header": "feat(model): move away from old model",
263
+ "body": null,
264
+ "footer": "BREAKING CHANGE:\n\nThe model has changed.\n\n* `model` is gone, all properties within it have moved to the root.\n* `config` is gone, all properties within it have moved to the root.\n* `feedback` is using the new model.\n\nFrom:\n\n```javascript\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n model: {\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ]\n },\n config: {\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true\n },\n feedback: {\n correctFeedbackType: 'custom',\n correctFeedback: 'foo',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: 'foo',\n partialFeedbackType: 'custom',\n partialFeedback: 'foo',\n }\n }\n```\n\nTo:\n\n```javascript\n\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ],\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true,\n feedback: {\n correct: {\n type: 'custom',\n custom: 'foo'\n },\n incorrect: {\n type: 'custom',\n custom: 'no'\n },\n partial: {\n type: 'custom',\n custom: 'nearly'\n }\n }\n }\n\n```",
265
+ "notes": [
266
+ {
267
+ "title": "BREAKING CHANGE",
268
+ "text": "The model has changed.\n\n* `model` is gone, all properties within it have moved to the root.\n* `config` is gone, all properties within it have moved to the root.\n* `feedback` is using the new model.\n\nFrom:\n\n```javascript\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n model: {\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ]\n },\n config: {\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true\n },\n feedback: {\n correctFeedbackType: 'custom',\n correctFeedback: 'foo',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: 'foo',\n partialFeedbackType: 'custom',\n partialFeedback: 'foo',\n }\n }\n```\n\nTo:\n\n```javascript\n\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ],\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true,\n feedback: {\n correct: {\n type: 'custom',\n custom: 'foo'\n },\n incorrect: {\n type: 'custom',\n custom: 'no'\n },\n partial: {\n type: 'custom',\n custom: 'nearly'\n }\n }\n }\n\n```"
269
+ }
270
+ ],
271
+ "hash": "048571e2fdba07034c511a22eb538b13631d7018",
272
+ "gitTags": "",
273
+ "committerDate": "2018-05-10 12:46:56 -0400",
274
+ "isTagged": true,
275
+ "tag": "@pie-element/placement-ordering@2.0.0"
276
+ },
277
+ {
278
+ "type": "feat",
279
+ "scope": "dependencies",
280
+ "subject": "use latest of @pie-ui/*",
281
+ "merge": null,
282
+ "header": "feat(dependencies): use latest of @pie-ui/*",
283
+ "body": null,
284
+ "footer": null,
285
+ "notes": [],
286
+ "hash": "ac9d2e5b1fbd0bf21c0304af6c98fbfad07b5218",
287
+ "gitTags": "",
288
+ "committerDate": "2018-05-02 21:22:39 -0400",
289
+ "isTagged": true,
290
+ "tag": "@pie-element/placement-ordering@1.7.0"
291
+ },
292
+ {
293
+ "type": "feat",
294
+ "scope": "dependencies",
295
+ "subject": "use latest @pie-ui/placement-ordering",
296
+ "merge": null,
297
+ "header": "feat(dependencies): use latest @pie-ui/placement-ordering",
298
+ "body": null,
299
+ "footer": null,
300
+ "notes": [],
301
+ "hash": "fd9d12d83340a7aae92d6731feb112b514f5dff1",
302
+ "gitTags": "",
303
+ "committerDate": "2018-04-17 14:35:54 -0400",
304
+ "isTagged": true,
305
+ "tag": "@pie-element/placement-ordering@1.6.0"
306
+ },
307
+ {
308
+ "type": "fix",
309
+ "scope": "dependencies",
310
+ "subject": "fix dependencies",
311
+ "merge": null,
312
+ "header": "fix(dependencies): fix dependencies",
313
+ "body": null,
314
+ "footer": null,
315
+ "notes": [],
316
+ "hash": "38ec3f6eb298980a500fed1ff86af63fbcc3eed0",
317
+ "gitTags": "",
318
+ "committerDate": "2018-03-06 16:14:18 -0500",
319
+ "isTagged": true,
320
+ "tag": "@pie-element/placement-ordering@1.6.0"
321
+ },
322
+ {
323
+ "type": "fix",
324
+ "scope": "dependencies",
325
+ "subject": "update dependency names",
326
+ "merge": null,
327
+ "header": "fix(dependencies): update dependency names",
328
+ "body": null,
329
+ "footer": null,
330
+ "notes": [],
331
+ "hash": "dc789acd13eb139e0c3d04c12c7811bcfdd4059f",
332
+ "gitTags": "",
333
+ "committerDate": "2018-03-06 14:22:23 -0500",
334
+ "isTagged": true,
335
+ "tag": "@pie-element/placement-ordering@1.6.0"
336
+ },
337
+ {
338
+ "type": "feat",
339
+ "scope": "general",
340
+ "subject": "initialize default model (2) (#138)",
341
+ "merge": null,
342
+ "header": "feat(general): initialize default model (2) (#138)",
343
+ "body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: use dummy default values (2)\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* fix: update snapshot tests",
344
+ "footer": null,
345
+ "notes": [],
346
+ "hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
347
+ "gitTags": "",
348
+ "committerDate": "2019-03-15 15:25:07 -0400",
349
+ "isTagged": true,
350
+ "tag": "@pie-element/placement-ordering@3.7.0"
351
+ },
352
+ {
353
+ "type": "fix",
354
+ "scope": null,
355
+ "subject": "bump editable-html",
356
+ "merge": null,
357
+ "header": "fix: bump editable-html",
358
+ "body": null,
359
+ "footer": null,
360
+ "notes": [],
361
+ "hash": "180f49936fb9462179dd852f6329cc21a9eed591",
362
+ "gitTags": "",
363
+ "committerDate": "2019-04-04 10:09:08 +0100",
364
+ "isTagged": true,
365
+ "tag": "@pie-element/placement-ordering@3.7.4"
366
+ },
367
+ {
368
+ "type": "feat",
369
+ "scope": null,
370
+ "subject": "partial scoring logic updated to use pairwise combinations [ch440]",
371
+ "merge": null,
372
+ "header": "feat: partial scoring logic updated to use pairwise combinations [ch440]",
373
+ "body": "* `partialScoring`: [{correctCount: number, weight: number}] is gone\n* `partialScoring` is now a boolean (partialScoring defaults to true).\n* uses pairwise combinations to calculate the partial score",
374
+ "footer": "BREAKING CHANGE: `question.partialScoring` is no longer a set of rules\nwith weights. It's now a boolean.",
375
+ "notes": [
376
+ {
377
+ "title": "BREAKING CHANGE",
378
+ "text": "`question.partialScoring` is no longer a set of rules\nwith weights. It's now a boolean."
379
+ }
380
+ ],
381
+ "hash": "2761b85341ddcd88c9cfdef06456acd0812213d0",
382
+ "gitTags": "",
383
+ "committerDate": "2019-04-09 18:17:42 +0100",
384
+ "isTagged": true,
385
+ "tag": "@pie-element/placement-ordering@4.0.0"
386
+ },
387
+ {
388
+ "type": "feat",
389
+ "scope": null,
390
+ "subject": "UI and model updates [ch423]",
391
+ "merge": null,
392
+ "header": "feat: UI and model updates [ch423]",
393
+ "body": "* Updated design\n* Removed `moveOnDrag` for a choice individually\n* added `removeTilesAfterPlacing` property on the entire list of choices.",
394
+ "footer": "BREAKING CHANGE: `moveOnDrag` is gone use `removeAllTilesAfterPlacing`.",
395
+ "notes": [
396
+ {
397
+ "title": "BREAKING CHANGE",
398
+ "text": "`moveOnDrag` is gone use `removeAllTilesAfterPlacing`."
399
+ }
400
+ ],
401
+ "hash": "b83c4b9b87374ae46eff0a3657dc7b83b7da3d90",
402
+ "gitTags": "",
403
+ "committerDate": "2019-04-09 18:14:32 +0100",
404
+ "isTagged": true,
405
+ "tag": "@pie-element/placement-ordering@4.0.0"
406
+ },
407
+ {
408
+ "type": "feat",
409
+ "scope": null,
410
+ "subject": "scoring change [ch440]",
411
+ "merge": null,
412
+ "header": "feat: scoring change [ch440]",
413
+ "body": "* by default duplicates are not allowed\n* this can be overridden by `question.configure.removeTilesAfterPlacing`\n* by default the answer must be 'complete' aka the length must match the\ncorrect response length.",
414
+ "footer": null,
415
+ "notes": [],
416
+ "hash": "42507f5182a5bb1466499f46922500bf9d6a8cd1",
417
+ "gitTags": "",
418
+ "committerDate": "2019-04-09 20:18:34 +0100",
419
+ "isTagged": true,
420
+ "tag": "@pie-element/placement-ordering@4.1.0"
421
+ },
422
+ {
423
+ "type": "feat",
424
+ "scope": "scoring",
425
+ "subject": "`orderMustBeComplete` defaults to false",
426
+ "merge": null,
427
+ "header": "feat(scoring): `orderMustBeComplete` defaults to false",
428
+ "body": "> Note: this should really be a breaking change as it changes the\nresults of identical functions, but going to leave that as we haven't\ndone a full release yet.",
429
+ "footer": null,
430
+ "notes": [],
431
+ "hash": "3b11755acba7607c42187f2c78d99d792c77c961",
432
+ "gitTags": " (origin/fix/placement-scoring)",
433
+ "committerDate": "2019-04-12 11:27:47 +0100",
434
+ "isTagged": true,
435
+ "tag": "@pie-element/placement-ordering@4.2.0"
436
+ },
437
+ {
438
+ "type": "fix",
439
+ "scope": "placement-ordering",
440
+ "subject": "Updated defaults values.",
441
+ "merge": null,
442
+ "header": "fix(placement-ordering): Updated defaults values.",
443
+ "body": null,
444
+ "footer": null,
445
+ "notes": [],
446
+ "hash": "fed695c43fb70e63355a8d7820168ac00e3fff5c",
447
+ "gitTags": "",
448
+ "committerDate": "2019-04-16 11:46:15 +0300",
449
+ "isTagged": true,
450
+ "tag": "@pie-element/placement-ordering@4.2.1"
451
+ },
452
+ {
453
+ "type": "fix",
454
+ "scope": null,
455
+ "subject": "Fixed test.",
456
+ "merge": null,
457
+ "header": "fix: Fixed test.",
458
+ "body": null,
459
+ "footer": null,
460
+ "notes": [],
461
+ "hash": "5b2d7d4520d4b6a1fa444bde8621c7174b3d9fdb",
462
+ "gitTags": "",
463
+ "committerDate": "2019-04-16 10:52:21 +0300",
464
+ "isTagged": true,
465
+ "tag": "@pie-element/placement-ordering@4.2.1"
466
+ },
467
+ {
468
+ "type": "fix",
469
+ "scope": null,
470
+ "subject": "Updated controller test.",
471
+ "merge": null,
472
+ "header": "fix: Updated controller test.",
473
+ "body": null,
474
+ "footer": null,
475
+ "notes": [],
476
+ "hash": "e9246e0d1b2a0ee995122ead461f89ed8c4e80d1",
477
+ "gitTags": "",
478
+ "committerDate": "2019-04-16 10:37:35 +0300",
479
+ "isTagged": true,
480
+ "tag": "@pie-element/placement-ordering@4.2.1"
481
+ },
482
+ {
483
+ "type": "fix",
484
+ "scope": null,
485
+ "subject": "Removed unnecessary file and refactored.",
486
+ "merge": null,
487
+ "header": "fix: Removed unnecessary file and refactored.",
488
+ "body": null,
489
+ "footer": null,
490
+ "notes": [],
491
+ "hash": "d75bf388e90c96a963ac18e9fe1d81f47b3287e2",
492
+ "gitTags": "",
493
+ "committerDate": "2019-04-16 10:27:08 +0300",
494
+ "isTagged": true,
495
+ "tag": "@pie-element/placement-ordering@4.2.1"
496
+ },
497
+ {
498
+ "type": "fix",
499
+ "scope": "placement-ordering",
500
+ "subject": "Fixed tests after renaming model properties using naming conventions and using settings panel.",
501
+ "merge": null,
502
+ "header": "fix(placement-ordering): Fixed tests after renaming model properties using naming conventions and using settings panel.",
503
+ "body": null,
504
+ "footer": null,
505
+ "notes": [],
506
+ "hash": "de6735f050b4a26355f73ffd00065b9159a11315",
507
+ "gitTags": "",
508
+ "committerDate": "2019-04-16 10:03:52 +0300",
509
+ "isTagged": true,
510
+ "tag": "@pie-element/placement-ordering@4.2.1"
511
+ },
512
+ {
513
+ "type": "fix",
514
+ "scope": "placement-ordering",
515
+ "subject": "Finished renaming model properties using new established naming conventions and integrated settings panel.",
516
+ "merge": null,
517
+ "header": "fix(placement-ordering): Finished renaming model properties using new established naming conventions and integrated settings panel.",
518
+ "body": null,
519
+ "footer": null,
520
+ "notes": [],
521
+ "hash": "74578c6b4e3a74bb11e913b35a3a578252253778",
522
+ "gitTags": "",
523
+ "committerDate": "2019-04-15 19:16:13 +0300",
524
+ "isTagged": true,
525
+ "tag": "@pie-element/placement-ordering@4.2.1"
526
+ },
527
+ {
528
+ "type": "fix",
529
+ "scope": "placement-ordering",
530
+ "subject": "Finished renaming model properties using naming conventions.",
531
+ "merge": null,
532
+ "header": "fix(placement-ordering): Finished renaming model properties using naming conventions.",
533
+ "body": null,
534
+ "footer": null,
535
+ "notes": [],
536
+ "hash": "d3d790a591bd7175f1ae1a8e64d5ea5f97b9013a",
537
+ "gitTags": "",
538
+ "committerDate": "2019-04-15 12:22:19 +0300",
539
+ "isTagged": true,
540
+ "tag": "@pie-element/placement-ordering@4.2.1"
541
+ },
542
+ {
543
+ "type": "fix",
544
+ "scope": "placement-ordering",
545
+ "subject": "renaming model properties with naming conventions.",
546
+ "merge": null,
547
+ "header": "fix(placement-ordering): renaming model properties with naming conventions.",
548
+ "body": null,
549
+ "footer": null,
550
+ "notes": [],
551
+ "hash": "9d9be0154654c1c7c6866e3daa74d9e37523a567",
552
+ "gitTags": "",
553
+ "committerDate": "2019-04-15 11:43:37 +0300",
554
+ "isTagged": true,
555
+ "tag": "@pie-element/placement-ordering@4.2.1"
556
+ },
557
+ {
558
+ "type": "fix",
559
+ "scope": "ebsr",
560
+ "subject": "revert `itemStem` to `prompt`.",
561
+ "merge": null,
562
+ "header": "fix(ebsr): revert `itemStem` to `prompt`.",
563
+ "body": "fix(multiple-choice): revert `itemStem` to `prompt`.\nfix(placement-ordering): revert `itemStem` to `prompt`.",
564
+ "footer": null,
565
+ "notes": [],
566
+ "hash": "107f3988029baf164f702a1079dfeb2fd192302a",
567
+ "gitTags": "",
568
+ "committerDate": "2019-04-24 06:19:37 +0300",
569
+ "isTagged": true,
570
+ "tag": "@pie-element/placement-ordering@4.2.3"
571
+ },
572
+ {
573
+ "type": "fix",
574
+ "scope": null,
575
+ "subject": "Updated with new version of @pie-lib/config-ui.",
576
+ "merge": null,
577
+ "header": "fix: Updated with new version of @pie-lib/config-ui.",
578
+ "body": null,
579
+ "footer": null,
580
+ "notes": [],
581
+ "hash": "b18b8894a957c218bae66a501ab472ed15ee164c",
582
+ "gitTags": "",
583
+ "committerDate": "2019-04-25 11:12:40 +0300",
584
+ "isTagged": true,
585
+ "tag": "@pie-element/placement-ordering@4.2.4"
586
+ },
587
+ {
588
+ "type": "feat",
589
+ "scope": null,
590
+ "subject": "Updated with new version of @pie-lib-config-ui. Removed `model.configure` and added a separate property called `configuration` instead. Removed usage of state (main.jsx) and updated tests.",
591
+ "merge": null,
592
+ "header": "feat: Updated with new version of @pie-lib-config-ui. Removed `model.configure` and added a separate property called `configuration` instead. Removed usage of state (main.jsx) and updated tests.",
593
+ "body": null,
594
+ "footer": "BREAKING CHANGE: `model.configure` is removed, use `configuration` instead.",
595
+ "notes": [
596
+ {
597
+ "title": "BREAKING CHANGE",
598
+ "text": "`model.configure` is removed, use `configuration` instead."
599
+ }
600
+ ],
601
+ "hash": "4262f6bc82f9e67eb67dc283fe244eb1315a6baa",
602
+ "gitTags": "",
603
+ "committerDate": "2019-05-02 16:41:21 +0300",
604
+ "isTagged": true,
605
+ "tag": "@pie-element/placement-ordering@5.0.0"
606
+ },
607
+ {
608
+ "type": "feat",
609
+ "scope": null,
610
+ "subject": "Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
611
+ "merge": null,
612
+ "header": "feat: Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
613
+ "body": null,
614
+ "footer": null,
615
+ "notes": [],
616
+ "hash": "ea90849b6b056562123713e4e4723160905be1f4",
617
+ "gitTags": "",
618
+ "committerDate": "2019-05-14 14:39:39 +0300",
619
+ "isTagged": true,
620
+ "tag": "@pie-element/placement-ordering@5.1.0"
621
+ },
622
+ {
623
+ "type": "feat",
624
+ "scope": "placement-ordering",
625
+ "subject": "added rationale support.",
626
+ "merge": null,
627
+ "header": "feat(placement-ordering): added rationale support.",
628
+ "body": null,
629
+ "footer": null,
630
+ "notes": [],
631
+ "hash": "d6df005db8ba935e4a3dcddb57af6dbf4717b9ed",
632
+ "gitTags": "",
633
+ "committerDate": "2019-05-11 15:07:04 +0300",
634
+ "isTagged": true,
635
+ "tag": "@pie-element/placement-ordering@5.1.0"
636
+ },
637
+ {
638
+ "type": "fix",
639
+ "scope": null,
640
+ "subject": "Updated pie-schema and config-schema.",
641
+ "merge": null,
642
+ "header": "fix: Updated pie-schema and config-schema.",
643
+ "body": null,
644
+ "footer": null,
645
+ "notes": [],
646
+ "hash": "e5528008841624dd4da1d16fc14da09ca74f007e",
647
+ "gitTags": "",
648
+ "committerDate": "2019-05-14 16:14:26 +0300",
649
+ "isTagged": true,
650
+ "tag": "@pie-element/placement-ordering@5.1.1"
651
+ },
652
+ {
653
+ "type": "chore",
654
+ "scope": "latest-version",
655
+ "subject": "pushing to release",
656
+ "merge": null,
657
+ "header": "chore(latest-version): pushing to release",
658
+ "body": null,
659
+ "footer": null,
660
+ "notes": [],
661
+ "hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
662
+ "gitTags": " (develop)",
663
+ "committerDate": "2019-06-06 01:31:17 +0300",
664
+ "isTagged": true,
665
+ "tag": "@pie-element/placement-ordering@5.1.3"
666
+ },
667
+ {
668
+ "type": "chore",
669
+ "scope": "version",
670
+ "subject": "bumped the versions",
671
+ "merge": null,
672
+ "header": "chore(version): bumped the versions",
673
+ "body": null,
674
+ "footer": null,
675
+ "notes": [],
676
+ "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
677
+ "gitTags": " (origin/feat/mask-markup-elements)",
678
+ "committerDate": "2019-06-06 01:15:50 +0300",
679
+ "isTagged": true,
680
+ "tag": "@pie-element/placement-ordering@5.1.3"
681
+ },
682
+ {
683
+ "type": "chore",
684
+ "scope": "version",
685
+ "subject": "bumped the packages that depend on the editable-html",
686
+ "merge": null,
687
+ "header": "chore(version): bumped the packages that depend on the editable-html",
688
+ "body": null,
689
+ "footer": null,
690
+ "notes": [],
691
+ "hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
692
+ "gitTags": " (develop)",
693
+ "committerDate": "2019-06-06 13:16:05 +0300",
694
+ "isTagged": true,
695
+ "tag": "@pie-element/placement-ordering@5.1.4"
696
+ },
697
+ {
698
+ "type": "chore",
699
+ "scope": "version",
700
+ "subject": "bumped the versions",
701
+ "merge": null,
702
+ "header": "chore(version): bumped the versions",
703
+ "body": null,
704
+ "footer": null,
705
+ "notes": [],
706
+ "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
707
+ "gitTags": " (origin/feat/mask-markup-elements)",
708
+ "committerDate": "2019-06-06 01:15:50 +0300",
709
+ "isTagged": true,
710
+ "tag": "@pie-element/placement-ordering@5.1.3"
711
+ },
712
+ {
713
+ "type": "chore",
714
+ "scope": "merge",
715
+ "subject": "merged develop into master",
716
+ "merge": null,
717
+ "header": "chore(merge): merged develop into master",
718
+ "body": null,
719
+ "footer": null,
720
+ "notes": [],
721
+ "hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
722
+ "gitTags": " (develop)",
723
+ "committerDate": "2019-06-07 23:29:44 +0300",
724
+ "isTagged": true,
725
+ "tag": "@pie-element/placement-ordering@5.1.5"
726
+ },
727
+ {
728
+ "type": "feat",
729
+ "scope": "general",
730
+ "subject": "updated all the packages that have the config-ui as a dependency",
731
+ "merge": null,
732
+ "header": "feat(general): updated all the packages that have the config-ui as a dependency",
733
+ "body": null,
734
+ "footer": null,
735
+ "notes": [],
736
+ "hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
737
+ "gitTags": "",
738
+ "committerDate": "2019-06-20 22:32:48 -0400",
739
+ "isTagged": true,
740
+ "tag": "@pie-element/placement-ordering@5.2.0"
741
+ },
742
+ {
743
+ "type": "feat",
744
+ "scope": "settings-panel",
745
+ "subject": "updated the settings panel design and changes needed for [ch2242]",
746
+ "merge": null,
747
+ "header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
748
+ "body": null,
749
+ "footer": null,
750
+ "notes": [],
751
+ "hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
752
+ "gitTags": "",
753
+ "committerDate": "2019-06-25 23:42:15 -0400",
754
+ "isTagged": true,
755
+ "tag": "@pie-element/placement-ordering@5.3.0"
756
+ },
757
+ {
758
+ "type": "feat",
759
+ "scope": "mask-markup-elements",
760
+ "subject": "refactored the elements and version bumped the necessary files",
761
+ "merge": null,
762
+ "header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
763
+ "body": null,
764
+ "footer": null,
765
+ "notes": [],
766
+ "hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
767
+ "gitTags": "",
768
+ "committerDate": "2019-07-02 13:38:48 -0400",
769
+ "isTagged": true,
770
+ "tag": "@pie-element/placement-ordering@5.4.0"
771
+ },
772
+ {
773
+ "type": "chore",
774
+ "scope": "editable-html",
775
+ "subject": "version bumped the necessary packages",
776
+ "merge": null,
777
+ "header": "chore(editable-html): version bumped the necessary packages",
778
+ "body": null,
779
+ "footer": null,
780
+ "notes": [],
781
+ "hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
782
+ "gitTags": "",
783
+ "committerDate": "2019-07-02 15:13:55 -0400",
784
+ "isTagged": true,
785
+ "tag": "@pie-element/placement-ordering@5.4.1"
786
+ },
787
+ {
788
+ "type": "chore",
789
+ "scope": "version",
790
+ "subject": "version bumped the editable-html dependent packages",
791
+ "merge": null,
792
+ "header": "chore(version): version bumped the editable-html dependent packages",
793
+ "body": null,
794
+ "footer": null,
795
+ "notes": [],
796
+ "hash": "19961d346e8596064bad27156e0cf5a03afc3889",
797
+ "gitTags": "",
798
+ "committerDate": "2019-07-03 15:57:58 -0400",
799
+ "isTagged": true,
800
+ "tag": "@pie-element/placement-ordering@5.4.3"
801
+ },
802
+ {
803
+ "type": "chore",
804
+ "scope": "editable-html",
805
+ "subject": "version bumped",
806
+ "merge": null,
807
+ "header": "chore(editable-html): version bumped",
808
+ "body": null,
809
+ "footer": null,
810
+ "notes": [],
811
+ "hash": "c769be6b711d5e5b51d79f967548d65006310a9d",
812
+ "gitTags": "",
813
+ "committerDate": "2019-07-04 12:21:53 -0400",
814
+ "isTagged": true,
815
+ "tag": "@pie-element/placement-ordering@5.4.4"
816
+ },
817
+ {
818
+ "type": "fix",
819
+ "scope": "template-els",
820
+ "subject": "fixed some ditb issues",
821
+ "merge": null,
822
+ "header": "fix(template-els): fixed some ditb issues",
823
+ "body": null,
824
+ "footer": null,
825
+ "notes": [],
826
+ "hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
827
+ "gitTags": "",
828
+ "committerDate": "2019-07-04 11:45:23 -0400",
829
+ "isTagged": true,
830
+ "tag": "@pie-element/placement-ordering@5.4.4"
831
+ },
832
+ {
833
+ "type": "fix",
834
+ "scope": "editable-html",
835
+ "subject": "fixed lots of stuff regarding the editable-html",
836
+ "merge": null,
837
+ "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
838
+ "body": null,
839
+ "footer": null,
840
+ "notes": [],
841
+ "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
842
+ "gitTags": " (origin/andrei/fixes)",
843
+ "committerDate": "2019-07-07 14:16:34 -0400",
844
+ "isTagged": true,
845
+ "tag": "@pie-element/placement-ordering@5.4.6"
846
+ },
847
+ {
848
+ "type": "chore",
849
+ "scope": "config-ui",
850
+ "subject": "bumped dependent packages",
851
+ "merge": null,
852
+ "header": "chore(config-ui): bumped dependent packages",
853
+ "body": null,
854
+ "footer": null,
855
+ "notes": [],
856
+ "hash": "645756c242868cf21e36a73227b355affb5f957a",
857
+ "gitTags": "",
858
+ "committerDate": "2019-07-07 15:44:44 -0400",
859
+ "isTagged": true,
860
+ "tag": "@pie-element/placement-ordering@5.4.7"
861
+ },
862
+ {
863
+ "type": "chore",
864
+ "scope": "editable-html",
865
+ "subject": "version bumped some dependant packages",
866
+ "merge": null,
867
+ "header": "chore(editable-html): version bumped some dependant packages",
868
+ "body": null,
869
+ "footer": null,
870
+ "notes": [],
871
+ "hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
872
+ "gitTags": "",
873
+ "committerDate": "2019-07-09 13:38:59 +0300",
874
+ "isTagged": true,
875
+ "tag": "@pie-element/placement-ordering@5.4.8"
876
+ },
877
+ {
878
+ "type": "feat",
879
+ "scope": "template-elements",
880
+ "subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
881
+ "merge": null,
882
+ "header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
883
+ "body": null,
884
+ "footer": null,
885
+ "notes": [],
886
+ "hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
887
+ "gitTags": "",
888
+ "committerDate": "2019-07-11 16:57:13 +0300",
889
+ "isTagged": true,
890
+ "tag": "@pie-element/placement-ordering@5.5.0"
891
+ },
892
+ {
893
+ "type": "fix",
894
+ "scope": "behaviour",
895
+ "subject": "added alternate scoring for placement-ordering [ch1304], rendered math in extended-text-entry [ch1016], moved the toolbar above the editor for [ch2493]",
896
+ "merge": null,
897
+ "header": "fix(behaviour): added alternate scoring for placement-ordering [ch1304], rendered math in extended-text-entry [ch1016], moved the toolbar above the editor for [ch2493]",
898
+ "body": null,
899
+ "footer": null,
900
+ "notes": [],
901
+ "hash": "05885fb22fac164bfc3c3757ad70ac5cf3fdc488",
902
+ "gitTags": "",
903
+ "committerDate": "2019-07-09 18:02:42 +0300",
904
+ "isTagged": true,
905
+ "tag": "@pie-element/placement-ordering@5.5.0"
906
+ },
907
+ {
908
+ "type": "fix",
909
+ "scope": "behaviour",
910
+ "subject": "added alternate scoring for placement-ordering [ch1304], rendered math in extended-text-entry [ch1016], moved the toolbar above the editor for [ch2493]",
911
+ "merge": null,
912
+ "header": "fix(behaviour): added alternate scoring for placement-ordering [ch1304], rendered math in extended-text-entry [ch1016], moved the toolbar above the editor for [ch2493]",
913
+ "body": null,
914
+ "footer": null,
915
+ "notes": [],
916
+ "hash": "81c94b4390624cf205845a208a9df36a53a53025",
917
+ "gitTags": "",
918
+ "committerDate": "2019-07-09 17:33:00 +0300",
919
+ "isTagged": true,
920
+ "tag": "@pie-element/placement-ordering@5.5.0"
921
+ },
922
+ {
923
+ "type": "fix",
924
+ "scope": "rendering",
925
+ "subject": "implemented rendering for math elements [ch1915], [ch1935]",
926
+ "merge": null,
927
+ "header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
928
+ "body": null,
929
+ "footer": null,
930
+ "notes": [],
931
+ "hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
932
+ "gitTags": "",
933
+ "committerDate": "2019-07-12 15:45:27 +0300",
934
+ "isTagged": true,
935
+ "tag": "@pie-element/placement-ordering@5.5.2"
936
+ },
937
+ {
938
+ "type": "fix",
939
+ "scope": "template-areas",
940
+ "subject": "fixed ebsr not disabling issue in controller when it should [ch2192]",
941
+ "merge": null,
942
+ "header": "fix(template-areas): fixed ebsr not disabling issue in controller when it should [ch2192]",
943
+ "body": null,
944
+ "footer": null,
945
+ "notes": [],
946
+ "hash": "b43fa51f68dbd07dda33975c542d02ece6b650c9",
947
+ "gitTags": "",
948
+ "committerDate": "2019-07-16 15:34:01 +0300",
949
+ "isTagged": true,
950
+ "tag": "@pie-element/placement-ordering@5.5.5"
951
+ },
952
+ {
953
+ "type": "fix",
954
+ "scope": "elements",
955
+ "subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
956
+ "merge": null,
957
+ "header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
958
+ "body": null,
959
+ "footer": null,
960
+ "notes": [],
961
+ "hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
962
+ "gitTags": "",
963
+ "committerDate": "2019-08-01 12:43:53 +0300",
964
+ "isTagged": true,
965
+ "tag": "@pie-element/placement-ordering@5.5.9"
966
+ },
967
+ {
968
+ "type": "fix",
969
+ "scope": "elements",
970
+ "subject": "version bumped the editable-html packages [ch1738]",
971
+ "merge": null,
972
+ "header": "fix(elements): version bumped the editable-html packages [ch1738]",
973
+ "body": null,
974
+ "footer": null,
975
+ "notes": [],
976
+ "hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
977
+ "gitTags": "",
978
+ "committerDate": "2019-08-08 08:40:11 +0300",
979
+ "isTagged": true,
980
+ "tag": "@pie-element/placement-ordering@5.5.10"
981
+ },
982
+ {
983
+ "type": "fix",
984
+ "scope": "math-rendering",
985
+ "subject": "updated all dependent packages [ch3365]",
986
+ "merge": null,
987
+ "header": "fix(math-rendering): updated all dependent packages [ch3365]",
988
+ "body": null,
989
+ "footer": null,
990
+ "notes": [],
991
+ "hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
992
+ "gitTags": "",
993
+ "committerDate": "2019-08-16 23:04:42 +0300",
994
+ "isTagged": true,
995
+ "tag": "@pie-element/placement-ordering@5.5.11"
996
+ },
997
+ {
998
+ "type": "fix",
999
+ "scope": null,
1000
+ "subject": "set default values to configuration properties",
1001
+ "merge": null,
1002
+ "header": "fix: set default values to configuration properties",
1003
+ "body": null,
1004
+ "footer": null,
1005
+ "notes": [],
1006
+ "hash": "e65d4c3633bdac9aa8a26bc7171ba5e2614bd9a7",
1007
+ "gitTags": "",
1008
+ "committerDate": "2019-08-15 13:59:33 +0300",
1009
+ "isTagged": true,
1010
+ "tag": "@pie-element/placement-ordering@5.5.11"
1011
+ },
1012
+ {
1013
+ "type": "fix",
1014
+ "scope": "math-rendering",
1015
+ "subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
1016
+ "merge": null,
1017
+ "header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
1018
+ "body": null,
1019
+ "footer": null,
1020
+ "notes": [],
1021
+ "hash": "33e3287a735cec9aed893f697a1933ff0c077042",
1022
+ "gitTags": "",
1023
+ "committerDate": "2019-08-19 19:37:56 +0300",
1024
+ "isTagged": true,
1025
+ "tag": "@pie-element/placement-ordering@5.5.12"
1026
+ },
1027
+ {
1028
+ "type": "feat",
1029
+ "scope": null,
1030
+ "subject": "Session null/empty check.",
1031
+ "merge": null,
1032
+ "header": "feat: Session null/empty check.",
1033
+ "body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [match-list, match, math-inline, multiple-choice, number-line, placement-ordering, point-intercept, select-text, text-entry]",
1034
+ "footer": null,
1035
+ "notes": [],
1036
+ "hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
1037
+ "gitTags": "",
1038
+ "committerDate": "2019-08-27 09:02:11 +0300",
1039
+ "isTagged": true,
1040
+ "tag": "@pie-element/placement-ordering@5.6.0"
1041
+ },
1042
+ {
1043
+ "type": "fix",
1044
+ "scope": null,
1045
+ "subject": "bump pie-lib/controller-utils",
1046
+ "merge": null,
1047
+ "header": "fix: bump pie-lib/controller-utils",
1048
+ "body": null,
1049
+ "footer": null,
1050
+ "notes": [],
1051
+ "hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
1052
+ "gitTags": "",
1053
+ "committerDate": "2019-08-30 23:15:07 +0300",
1054
+ "isTagged": true,
1055
+ "tag": "@pie-element/placement-ordering@5.7.0"
1056
+ },
1057
+ {
1058
+ "type": "feat",
1059
+ "scope": null,
1060
+ "subject": "make use of updateSession callback",
1061
+ "merge": null,
1062
+ "header": "feat: make use of updateSession callback",
1063
+ "body": null,
1064
+ "footer": null,
1065
+ "notes": [],
1066
+ "hash": "b529f00d60415979f28d90f1dcaf130b71cebb31",
1067
+ "gitTags": "",
1068
+ "committerDate": "2019-08-26 18:54:49 +0300",
1069
+ "isTagged": true,
1070
+ "tag": "@pie-element/placement-ordering@5.7.0"
1071
+ },
1072
+ {
1073
+ "type": "feat",
1074
+ "scope": "placement-ordering",
1075
+ "subject": "model based prompt",
1076
+ "merge": null,
1077
+ "header": "feat(placement-ordering): model based prompt",
1078
+ "body": null,
1079
+ "footer": null,
1080
+ "notes": [],
1081
+ "hash": "1d2812755d77906916aa9637c8c56652a0e3513a",
1082
+ "gitTags": "",
1083
+ "committerDate": "2019-09-25 19:45:47 +0300",
1084
+ "isTagged": true,
1085
+ "tag": "@pie-element/placement-ordering@6.1.0"
1086
+ },
1087
+ {
1088
+ "type": "fix",
1089
+ "scope": null,
1090
+ "subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
1091
+ "merge": null,
1092
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
1093
+ "body": null,
1094
+ "footer": null,
1095
+ "notes": [],
1096
+ "hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
1097
+ "gitTags": "",
1098
+ "committerDate": "2019-10-11 12:38:26 +0100",
1099
+ "isTagged": true,
1100
+ "tag": "@pie-element/placement-ordering@7.0.1"
1101
+ },
1102
+ {
1103
+ "type": "fix",
1104
+ "scope": null,
1105
+ "subject": "Updated docs.",
1106
+ "merge": null,
1107
+ "header": "fix: Updated docs.",
1108
+ "body": null,
1109
+ "footer": null,
1110
+ "notes": [],
1111
+ "hash": "378761951767284187b663c2a271a5d4917af654",
1112
+ "gitTags": " (origin/fix/updated-docs)",
1113
+ "committerDate": "2019-10-11 12:01:13 +0300",
1114
+ "isTagged": true,
1115
+ "tag": "@pie-element/placement-ordering@7.0.1"
1116
+ },
1117
+ {
1118
+ "type": "fix",
1119
+ "scope": null,
1120
+ "subject": "bump @pie-lib/controller-utils@^0.2.2",
1121
+ "merge": null,
1122
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.2",
1123
+ "body": null,
1124
+ "footer": null,
1125
+ "notes": [],
1126
+ "hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
1127
+ "gitTags": "",
1128
+ "committerDate": "2019-10-15 12:11:16 +0100",
1129
+ "isTagged": true,
1130
+ "tag": "@pie-element/placement-ordering@7.0.2"
1131
+ },
1132
+ {
1133
+ "type": "fix",
1134
+ "scope": null,
1135
+ "subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
1136
+ "merge": null,
1137
+ "header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
1138
+ "body": null,
1139
+ "footer": null,
1140
+ "notes": [],
1141
+ "hash": "1d0f617741d88756dd9861647981b1121e04963f",
1142
+ "gitTags": "",
1143
+ "committerDate": "2019-11-06 09:57:11 +0200",
1144
+ "isTagged": true,
1145
+ "tag": "@pie-element/placement-ordering@7.0.5"
1146
+ },
1147
+ {
1148
+ "type": "fix",
1149
+ "scope": null,
1150
+ "subject": "PIE-201 - store prompts and answers in session, fix",
1151
+ "merge": null,
1152
+ "header": "fix: PIE-201 - store prompts and answers in session, fix",
1153
+ "body": "controller-utils to use 0 as key",
1154
+ "footer": null,
1155
+ "notes": [],
1156
+ "hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
1157
+ "gitTags": "",
1158
+ "committerDate": "2019-11-18 20:35:06 +0000",
1159
+ "isTagged": true,
1160
+ "tag": "@pie-element/placement-ordering@7.0.6"
1161
+ },
1162
+ {
1163
+ "type": "fix",
1164
+ "scope": null,
1165
+ "subject": "bump pie-ui version",
1166
+ "merge": null,
1167
+ "header": "fix: bump pie-ui version",
1168
+ "body": null,
1169
+ "footer": null,
1170
+ "notes": [],
1171
+ "hash": "ba0935983f91c7a459642e38edf4b284b0d4ec87",
1172
+ "gitTags": "",
1173
+ "committerDate": "2019-12-18 12:08:39 +0000",
1174
+ "isTagged": true,
1175
+ "tag": "@pie-element/placement-ordering@7.0.7"
1176
+ },
1177
+ {
1178
+ "type": "fix",
1179
+ "scope": null,
1180
+ "subject": "bump ui versions",
1181
+ "merge": null,
1182
+ "header": "fix: bump ui versions",
1183
+ "body": null,
1184
+ "footer": null,
1185
+ "notes": [],
1186
+ "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
1187
+ "gitTags": "",
1188
+ "committerDate": "2020-03-31 19:25:13 +0100",
1189
+ "isTagged": true,
1190
+ "tag": "@pie-element/placement-ordering@7.1.0"
1191
+ },
1192
+ {
1193
+ "type": "fix",
1194
+ "scope": null,
1195
+ "subject": "bump version",
1196
+ "merge": null,
1197
+ "header": "fix: bump version",
1198
+ "body": null,
1199
+ "footer": null,
1200
+ "notes": [],
1201
+ "hash": "98a13048d48af872a216f9e2eae1a22a7ecf552f",
1202
+ "gitTags": "",
1203
+ "committerDate": "2020-04-10 17:14:19 +0100",
1204
+ "isTagged": true,
1205
+ "tag": "@pie-element/placement-ordering@7.2.1"
1206
+ },
1207
+ {
1208
+ "type": "fix",
1209
+ "scope": null,
1210
+ "subject": "bump lib and ui versions",
1211
+ "merge": null,
1212
+ "header": "fix: bump lib and ui versions",
1213
+ "body": null,
1214
+ "footer": null,
1215
+ "notes": [],
1216
+ "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
1217
+ "gitTags": "",
1218
+ "committerDate": "2020-04-10 17:13:24 +0100",
1219
+ "isTagged": true,
1220
+ "tag": "@pie-element/placement-ordering@7.2.1"
1221
+ },
1222
+ {
1223
+ "type": "fix",
1224
+ "scope": null,
1225
+ "subject": "bump all packages to avoid tag conflict",
1226
+ "merge": null,
1227
+ "header": "fix: bump all packages to avoid tag conflict",
1228
+ "body": null,
1229
+ "footer": null,
1230
+ "notes": [],
1231
+ "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
1232
+ "gitTags": "",
1233
+ "committerDate": "2020-04-10 20:01:37 +0100",
1234
+ "isTagged": true,
1235
+ "tag": "@pie-element/placement-ordering@7.2.1"
1236
+ },
1237
+ {
1238
+ "type": "fix",
1239
+ "scope": null,
1240
+ "subject": "bump version to avoid tag conflict",
1241
+ "merge": null,
1242
+ "header": "fix: bump version to avoid tag conflict",
1243
+ "body": null,
1244
+ "footer": null,
1245
+ "notes": [],
1246
+ "hash": "4d55f6d203f496420e2ed2fa32c0851406036c53",
1247
+ "gitTags": "",
1248
+ "committerDate": "2020-04-10 17:39:16 +0100",
1249
+ "isTagged": true,
1250
+ "tag": "@pie-element/placement-ordering@7.2.1"
1251
+ },
1252
+ {
1253
+ "type": "fix",
1254
+ "scope": null,
1255
+ "subject": "bump ui/lib versions",
1256
+ "merge": null,
1257
+ "header": "fix: bump ui/lib versions",
1258
+ "body": null,
1259
+ "footer": null,
1260
+ "notes": [],
1261
+ "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
1262
+ "gitTags": "",
1263
+ "committerDate": "2020-04-14 15:36:44 +0100",
1264
+ "isTagged": true,
1265
+ "tag": "@pie-element/placement-ordering@7.2.3"
1266
+ },
1267
+ {
1268
+ "type": "fix",
1269
+ "scope": null,
1270
+ "subject": "bump ui/lib versions",
1271
+ "merge": null,
1272
+ "header": "fix: bump ui/lib versions",
1273
+ "body": null,
1274
+ "footer": null,
1275
+ "notes": [],
1276
+ "hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
1277
+ "gitTags": "",
1278
+ "committerDate": "2020-04-28 14:57:57 +0100",
1279
+ "isTagged": true,
1280
+ "tag": "@pie-element/placement-ordering@7.2.4"
1281
+ },
1282
+ {
1283
+ "type": "fix",
1284
+ "scope": null,
1285
+ "subject": "update ui/lib versions",
1286
+ "merge": null,
1287
+ "header": "fix: update ui/lib versions",
1288
+ "body": null,
1289
+ "footer": null,
1290
+ "notes": [],
1291
+ "hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
1292
+ "gitTags": "",
1293
+ "committerDate": "2020-04-28 14:20:37 +0100",
1294
+ "isTagged": true,
1295
+ "tag": "@pie-element/placement-ordering@7.2.4"
1296
+ },
1297
+ {
1298
+ "type": "fix",
1299
+ "scope": null,
1300
+ "subject": "ui+libs update",
1301
+ "merge": null,
1302
+ "header": "fix: ui+libs update",
1303
+ "body": null,
1304
+ "footer": null,
1305
+ "notes": [],
1306
+ "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
1307
+ "gitTags": "",
1308
+ "committerDate": "2020-04-27 19:52:07 +0100",
1309
+ "isTagged": true,
1310
+ "tag": "@pie-element/placement-ordering@7.2.4"
1311
+ }
1312
+ ]