@pie-element/ebsr 9.12.1-next.9 → 9.12.2-next.18

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 (1195) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/configure/CHANGELOG.md +11 -0
  3. package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.json +1972 -0
  4. package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.md +2883 -0
  5. package/configure/node_modules/@pie-element/multiple-choice/LICENSE.md +5 -0
  6. package/configure/node_modules/@pie-element/multiple-choice/PRINT.md +35 -0
  7. package/configure/node_modules/@pie-element/multiple-choice/README.md +56 -0
  8. package/configure/node_modules/@pie-element/multiple-choice/choice.png +0 -0
  9. package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.json +1387 -0
  10. package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.md +2289 -0
  11. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js +204 -0
  12. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js.map +1 -0
  13. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js +248 -0
  14. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js +628 -0
  16. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js +18 -0
  18. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multiple-choice/configure/package.json +18 -0
  20. package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.json +527 -0
  21. package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.md +1237 -0
  22. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js +18 -0
  23. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js.map +1 -0
  24. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js +335 -0
  25. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js.map +1 -0
  26. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js +36 -0
  27. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js.map +1 -0
  28. package/configure/node_modules/@pie-element/multiple-choice/controller/package.json +15 -0
  29. package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json +1508 -0
  30. package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json.md +1137 -0
  31. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/config.js +8 -0
  32. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/generate.js +53 -0
  33. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/index.html +1 -0
  34. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/session.js +7 -0
  35. package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json +752 -0
  36. package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json.md +583 -0
  37. package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js +332 -0
  38. package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js.map +1 -0
  39. package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js +165 -0
  40. package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js.map +1 -0
  41. package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js +174 -0
  42. package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js.map +1 -0
  43. package/configure/node_modules/@pie-element/multiple-choice/lib/index.js +156 -0
  44. package/configure/node_modules/@pie-element/multiple-choice/lib/index.js.map +1 -0
  45. package/configure/node_modules/@pie-element/multiple-choice/lib/main.js +96 -0
  46. package/configure/node_modules/@pie-element/multiple-choice/lib/main.js.map +1 -0
  47. package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js +359 -0
  48. package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js.map +1 -0
  49. package/configure/node_modules/@pie-element/multiple-choice/lib/print.js +129 -0
  50. package/configure/node_modules/@pie-element/multiple-choice/lib/print.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js +35 -0
  52. package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js.map +1 -0
  53. package/configure/node_modules/@pie-element/multiple-choice/module/configure.js +11110 -0
  54. package/{module → configure/node_modules/@pie-element/multiple-choice/module}/controller.js +17496 -20689
  55. package/configure/node_modules/@pie-element/multiple-choice/module/demo.js +78 -0
  56. package/{module → configure/node_modules/@pie-element/multiple-choice/module}/element.js +6 -170
  57. package/{module → configure/node_modules/@pie-element/multiple-choice/module}/index.html +1 -1
  58. package/{module → configure/node_modules/@pie-element/multiple-choice/module}/manifest.json +3 -3
  59. package/{module → configure/node_modules/@pie-element/multiple-choice/module}/print-demo.js +47 -46
  60. package/{module → configure/node_modules/@pie-element/multiple-choice/module}/print.html +1 -1
  61. package/{module → configure/node_modules/@pie-element/multiple-choice/module}/print.js +67 -274
  62. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/CHANGELOG.json +17 -0
  63. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/CHANGELOG.md +760 -0
  64. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/LICENSE.md +5 -0
  65. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/categorize.js +128 -0
  66. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/categorize.js.map +1 -0
  67. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/charting.js +40 -0
  68. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/charting.js.map +1 -0
  69. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/categorize/index.js +651 -0
  70. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/categorize/index.js.map +1 -0
  71. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/categorize/scoring.js +145 -0
  72. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/categorize/scoring.js.map +1 -0
  73. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/axes.js +614 -0
  74. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/axes.js.map +1 -0
  75. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/bars/bar.js +86 -0
  76. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/bars/bar.js.map +1 -0
  77. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/bars/common/bars.js +269 -0
  78. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/bars/common/bars.js.map +1 -0
  79. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/bars/histogram.js +87 -0
  80. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/bars/histogram.js.map +1 -0
  81. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/chart-setup.js +458 -0
  82. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/chart-setup.js.map +1 -0
  83. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/chart-type.js +71 -0
  84. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/chart-type.js.map +1 -0
  85. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/chart-types.js +31 -0
  86. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/chart-types.js.map +1 -0
  87. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/chart.js +438 -0
  88. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/chart.js.map +1 -0
  89. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/common/drag-handle.js +175 -0
  90. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/common/drag-handle.js.map +1 -0
  91. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/common/drag-icon.js +52 -0
  92. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/common/drag-icon.js.map +1 -0
  93. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/common/styles.js +40 -0
  94. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/common/styles.js.map +1 -0
  95. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/grid.js +104 -0
  96. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/grid.js.map +1 -0
  97. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/index.js +40 -0
  98. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/index.js.map +1 -0
  99. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/line/common/drag-handle.js +157 -0
  100. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/line/common/drag-handle.js.map +1 -0
  101. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/line/common/line.js +261 -0
  102. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/line/common/line.js.map +1 -0
  103. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/line/line-cross.js +168 -0
  104. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/line/line-cross.js.map +1 -0
  105. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/line/line-dot.js +131 -0
  106. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/line/line-dot.js.map +1 -0
  107. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/mark-label.js +248 -0
  108. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/mark-label.js.map +1 -0
  109. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/plot/common/plot.js +280 -0
  110. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/plot/common/plot.js.map +1 -0
  111. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/plot/dot.js +123 -0
  112. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/plot/dot.js.map +1 -0
  113. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/plot/line.js +152 -0
  114. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/plot/line.js.map +1 -0
  115. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/tool-menu.js +142 -0
  116. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/tool-menu.js.map +1 -0
  117. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/utils.js +244 -0
  118. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/charting/utils.js.map +1 -0
  119. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/alert-dialog.js +75 -0
  120. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/alert-dialog.js.map +1 -0
  121. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/checkbox.js +94 -0
  122. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/checkbox.js.map +1 -0
  123. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/choice-configuration/feedback-menu.js +164 -0
  124. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/choice-configuration/feedback-menu.js.map +1 -0
  125. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/choice-configuration/index.js +445 -0
  126. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/choice-configuration/index.js.map +1 -0
  127. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/choice-utils.js +54 -0
  128. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/choice-utils.js.map +1 -0
  129. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/feedback-config/feedback-selector.js +195 -0
  130. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/feedback-config/feedback-selector.js.map +1 -0
  131. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/feedback-config/group.js +75 -0
  132. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/feedback-config/group.js.map +1 -0
  133. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/feedback-config/index.js +189 -0
  134. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/feedback-config/index.js.map +1 -0
  135. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/form-section.js +46 -0
  136. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/form-section.js.map +1 -0
  137. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/help.js +147 -0
  138. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/help.js.map +1 -0
  139. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/index.js +216 -0
  140. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/index.js.map +1 -0
  141. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/input.js +139 -0
  142. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/input.js.map +1 -0
  143. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/inputs.js +133 -0
  144. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/inputs.js.map +1 -0
  145. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/langs.js +179 -0
  146. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/langs.js.map +1 -0
  147. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/layout/config-layout.js +126 -0
  148. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/layout/config-layout.js.map +1 -0
  149. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/layout/index.js +24 -0
  150. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/layout/index.js.map +1 -0
  151. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/layout/layout-contents.js +191 -0
  152. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/layout/layout-contents.js.map +1 -0
  153. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/layout/settings-box.js +86 -0
  154. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/layout/settings-box.js.map +1 -0
  155. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/mui-box/index.js +79 -0
  156. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/mui-box/index.js.map +1 -0
  157. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/number-text-field-custom.js +458 -0
  158. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/number-text-field-custom.js.map +1 -0
  159. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/number-text-field.js +267 -0
  160. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/number-text-field.js.map +1 -0
  161. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/radio-with-label.js +41 -0
  162. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/radio-with-label.js.map +1 -0
  163. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/display-size.js +77 -0
  164. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/display-size.js.map +1 -0
  165. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/index.js +141 -0
  166. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/index.js.map +1 -0
  167. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/panel.js +461 -0
  168. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/panel.js.map +1 -0
  169. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/settings-radio-label.js +45 -0
  170. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/settings-radio-label.js.map +1 -0
  171. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/toggle.js +56 -0
  172. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/settings/toggle.js.map +1 -0
  173. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/tabs/index.js +110 -0
  174. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/tabs/index.js.map +1 -0
  175. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/tags-input/index.js +198 -0
  176. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/tags-input/index.js.map +1 -0
  177. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/two-choice.js +180 -0
  178. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/two-choice.js.map +1 -0
  179. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/with-stateful-model.js +84 -0
  180. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/config-ui/with-stateful-model.js.map +1 -0
  181. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/controller-utils/index.js +31 -0
  182. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/controller-utils/index.js.map +1 -0
  183. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/controller-utils/partial-scoring.js +33 -0
  184. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/controller-utils/partial-scoring.js.map +1 -0
  185. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/controller-utils/persistence.js +140 -0
  186. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/controller-utils/persistence.js.map +1 -0
  187. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/correct-answer-toggle/expander.js +86 -0
  188. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/correct-answer-toggle/expander.js.map +1 -0
  189. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/correct-answer-toggle/index.js +173 -0
  190. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/correct-answer-toggle/index.js.map +1 -0
  191. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/correct-answer-toggle/styles.js +66 -0
  192. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/correct-answer-toggle/styles.js.map +1 -0
  193. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/choice.js +129 -0
  194. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/choice.js.map +1 -0
  195. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/drag-in-the-blank-dp.js +35 -0
  196. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/drag-in-the-blank-dp.js.map +1 -0
  197. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/drag-type.js +15 -0
  198. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/drag-type.js.map +1 -0
  199. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/droppable-placeholder.js +82 -0
  200. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/droppable-placeholder.js.map +1 -0
  201. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/ica-dp.js +37 -0
  202. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/ica-dp.js.map +1 -0
  203. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/index.js +89 -0
  204. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/index.js.map +1 -0
  205. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/match-list-dp.js +37 -0
  206. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/match-list-dp.js.map +1 -0
  207. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/placeholder.js +104 -0
  208. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/placeholder.js.map +1 -0
  209. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/preview-component.js +190 -0
  210. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/preview-component.js.map +1 -0
  211. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/swap.js +25 -0
  212. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/swap.js.map +1 -0
  213. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/uid-context.js +40 -0
  214. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/uid-context.js.map +1 -0
  215. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/with-drag-context.js +54 -0
  216. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/drag/with-drag-context.js.map +1 -0
  217. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/block-tags.js +27 -0
  218. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/block-tags.js.map +1 -0
  219. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/editor.js +1205 -0
  220. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/editor.js.map +1 -0
  221. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/index.js +253 -0
  222. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/index.js.map +1 -0
  223. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/parse-html.js +16 -0
  224. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/parse-html.js.map +1 -0
  225. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/characters/custom-popper.js +73 -0
  226. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/characters/custom-popper.js.map +1 -0
  227. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/characters/index.js +300 -0
  228. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/characters/index.js.map +1 -0
  229. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/characters/utils.js +381 -0
  230. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/characters/utils.js.map +1 -0
  231. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/customPlugin/index.js +126 -0
  232. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/customPlugin/index.js.map +1 -0
  233. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/html/icons/index.js +38 -0
  234. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/html/icons/index.js.map +1 -0
  235. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/html/index.js +79 -0
  236. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/html/index.js.map +1 -0
  237. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/alt-dialog.js +129 -0
  238. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/alt-dialog.js.map +1 -0
  239. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/component.js +419 -0
  240. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/component.js.map +1 -0
  241. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/image-toolbar.js +177 -0
  242. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/image-toolbar.js.map +1 -0
  243. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/index.js +262 -0
  244. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/index.js.map +1 -0
  245. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/insert-image-handler.js +161 -0
  246. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/image/insert-image-handler.js.map +1 -0
  247. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/index.js +177 -0
  248. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/index.js.map +1 -0
  249. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/list/index.js +204 -0
  250. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/list/index.js.map +1 -0
  251. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/math/index.js +421 -0
  252. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/math/index.js.map +1 -0
  253. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/media/index.js +384 -0
  254. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/media/index.js.map +1 -0
  255. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/media/media-dialog.js +668 -0
  256. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/media/media-dialog.js.map +1 -0
  257. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/media/media-toolbar.js +101 -0
  258. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/media/media-toolbar.js.map +1 -0
  259. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/media/media-wrapper.js +93 -0
  260. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/media/media-wrapper.js.map +1 -0
  261. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/drag-in-the-blank/choice.js +251 -0
  262. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/drag-in-the-blank/choice.js.map +1 -0
  263. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/drag-in-the-blank/index.js +97 -0
  264. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/drag-in-the-blank/index.js.map +1 -0
  265. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/explicit-constructed-response/index.js +55 -0
  266. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/explicit-constructed-response/index.js.map +1 -0
  267. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/icons/index.js +95 -0
  268. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/icons/index.js.map +1 -0
  269. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/index.js +293 -0
  270. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/index.js.map +1 -0
  271. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/inline-dropdown/index.js +70 -0
  272. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/inline-dropdown/index.js.map +1 -0
  273. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/utils.js +110 -0
  274. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/respArea/utils.js.map +1 -0
  275. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/table/icons/index.js +69 -0
  276. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/table/icons/index.js.map +1 -0
  277. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/table/index.js +499 -0
  278. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/table/index.js.map +1 -0
  279. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/table/table-toolbar.js +158 -0
  280. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/table/table-toolbar.js.map +1 -0
  281. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/default-toolbar.js +174 -0
  282. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/default-toolbar.js.map +1 -0
  283. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/done-button.js +50 -0
  284. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/done-button.js.map +1 -0
  285. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/editor-and-toolbar.js +274 -0
  286. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/editor-and-toolbar.js.map +1 -0
  287. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/index.js +34 -0
  288. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/index.js.map +1 -0
  289. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/toolbar-buttons.js +161 -0
  290. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/toolbar-buttons.js.map +1 -0
  291. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/toolbar.js +352 -0
  292. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/toolbar/toolbar.js.map +1 -0
  293. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/utils.js +62 -0
  294. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/plugins/utils.js.map +1 -0
  295. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/serialization.js +472 -0
  296. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/serialization.js.map +1 -0
  297. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/theme.js +9 -0
  298. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/editable-html/theme.js.map +1 -0
  299. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/feedback/index.js +102 -0
  300. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/feedback/index.js.map +1 -0
  301. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/axis/arrow.js +115 -0
  302. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/axis/arrow.js.map +1 -0
  303. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/axis/axes.js +415 -0
  304. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/axis/axes.js.map +1 -0
  305. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/axis/index.js +26 -0
  306. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/axis/index.js.map +1 -0
  307. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/bg.js +139 -0
  308. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/bg.js.map +1 -0
  309. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/actions.js +24 -0
  310. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/actions.js.map +1 -0
  311. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/index.js +166 -0
  312. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/index.js.map +1 -0
  313. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/marks.js +27 -0
  314. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/marks.js.map +1 -0
  315. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/middleware.js +25 -0
  316. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/middleware.js.map +1 -0
  317. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/reducer.js +25 -0
  318. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/container/reducer.js.map +1 -0
  319. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/coordinates-label.js +109 -0
  320. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/coordinates-label.js.map +1 -0
  321. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/graph-with-controls.js +364 -0
  322. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/graph-with-controls.js.map +1 -0
  323. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/graph.js +368 -0
  324. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/graph.js.map +1 -0
  325. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/grid-setup.js +462 -0
  326. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/grid-setup.js.map +1 -0
  327. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/grid.js +176 -0
  328. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/grid.js.map +1 -0
  329. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/index.js +51 -0
  330. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/index.js.map +1 -0
  331. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/labels.js +298 -0
  332. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/labels.js.map +1 -0
  333. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/mark-label.js +208 -0
  334. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/mark-label.js.map +1 -0
  335. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/toggle-bar.js +336 -0
  336. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/toggle-bar.js.map +1 -0
  337. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tool-menu.js +132 -0
  338. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tool-menu.js.map +1 -0
  339. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/absolute/component.js +35 -0
  340. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/absolute/component.js.map +1 -0
  341. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/absolute/index.js +63 -0
  342. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/absolute/index.js.map +1 -0
  343. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/circle/bg-circle.js +172 -0
  344. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/circle/bg-circle.js.map +1 -0
  345. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/circle/component.js +399 -0
  346. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/circle/component.js.map +1 -0
  347. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/circle/index.js +51 -0
  348. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/circle/index.js.map +1 -0
  349. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/exponential/component.js +34 -0
  350. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/exponential/component.js.map +1 -0
  351. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/exponential/index.js +71 -0
  352. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/exponential/index.js.map +1 -0
  353. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/index.js +95 -0
  354. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/index.js.map +1 -0
  355. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/line/component.js +102 -0
  356. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/line/component.js.map +1 -0
  357. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/line/index.js +16 -0
  358. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/line/index.js.map +1 -0
  359. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/parabola/component.js +34 -0
  360. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/parabola/component.js.map +1 -0
  361. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/parabola/index.js +63 -0
  362. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/parabola/index.js.map +1 -0
  363. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/point/component.js +186 -0
  364. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/point/component.js.map +1 -0
  365. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/point/index.js +32 -0
  366. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/point/index.js.map +1 -0
  367. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/polygon/component.js +513 -0
  368. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/polygon/component.js.map +1 -0
  369. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/polygon/index.js +106 -0
  370. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/polygon/index.js.map +1 -0
  371. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/polygon/line.js +151 -0
  372. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/polygon/line.js.map +1 -0
  373. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/polygon/polygon.js +162 -0
  374. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/polygon/polygon.js.map +1 -0
  375. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/ray/component.js +101 -0
  376. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/ray/component.js.map +1 -0
  377. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/ray/index.js +16 -0
  378. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/ray/index.js.map +1 -0
  379. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/segment/component.js +74 -0
  380. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/segment/component.js.map +1 -0
  381. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/segment/index.js +16 -0
  382. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/segment/index.js.map +1 -0
  383. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/arrow-head.js +70 -0
  384. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/arrow-head.js.map +1 -0
  385. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/line/index.js +583 -0
  386. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/line/index.js.map +1 -0
  387. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/line/line-path.js +145 -0
  388. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/line/line-path.js.map +1 -0
  389. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/line/with-root-edge.js +155 -0
  390. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/line/with-root-edge.js.map +1 -0
  391. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/point/arrow-point.js +113 -0
  392. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/point/arrow-point.js.map +1 -0
  393. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/point/arrow.js +96 -0
  394. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/point/arrow.js.map +1 -0
  395. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/point/base-point.js +145 -0
  396. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/point/base-point.js.map +1 -0
  397. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/point/index.js +94 -0
  398. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/point/index.js.map +1 -0
  399. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/styles.js +49 -0
  400. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/styles.js.map +1 -0
  401. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/types.js +23 -0
  402. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/shared/types.js.map +1 -0
  403. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/sine/component.js +51 -0
  404. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/sine/component.js.map +1 -0
  405. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/sine/index.js +63 -0
  406. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/sine/index.js.map +1 -0
  407. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/vector/component.js +87 -0
  408. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/vector/component.js.map +1 -0
  409. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/vector/index.js +16 -0
  410. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/tools/vector/index.js.map +1 -0
  411. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/undo-redo.js +123 -0
  412. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/undo-redo.js.map +1 -0
  413. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/use-debounce.js +32 -0
  414. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/use-debounce.js.map +1 -0
  415. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/utils.js +307 -0
  416. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing/utils.js.map +1 -0
  417. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/axis/arrow.js +115 -0
  418. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/axis/arrow.js.map +1 -0
  419. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/axis/axes.js +415 -0
  420. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/axis/axes.js.map +1 -0
  421. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/axis/index.js +26 -0
  422. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/axis/index.js.map +1 -0
  423. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/bg.js +139 -0
  424. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/bg.js.map +1 -0
  425. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/actions.js +24 -0
  426. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/actions.js.map +1 -0
  427. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/index.js +166 -0
  428. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/index.js.map +1 -0
  429. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/marks.js +27 -0
  430. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/marks.js.map +1 -0
  431. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/middleware.js +25 -0
  432. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/middleware.js.map +1 -0
  433. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/reducer.js +25 -0
  434. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/container/reducer.js.map +1 -0
  435. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/coordinates-label.js +109 -0
  436. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/coordinates-label.js.map +1 -0
  437. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/graph-with-controls.js +372 -0
  438. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/graph-with-controls.js.map +1 -0
  439. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/graph.js +419 -0
  440. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/graph.js.map +1 -0
  441. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/grid-setup.js +462 -0
  442. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/grid-setup.js.map +1 -0
  443. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/grid.js +176 -0
  444. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/grid.js.map +1 -0
  445. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/index.js +51 -0
  446. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/index.js.map +1 -0
  447. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/labels.js +298 -0
  448. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/labels.js.map +1 -0
  449. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/mark-label.js +208 -0
  450. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/mark-label.js.map +1 -0
  451. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/toggle-bar.js +336 -0
  452. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/toggle-bar.js.map +1 -0
  453. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tool-menu.js +325 -0
  454. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tool-menu.js.map +1 -0
  455. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/index.js +29 -0
  456. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/index.js.map +1 -0
  457. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/line/component.js +106 -0
  458. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/line/component.js.map +1 -0
  459. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/line/index.js +16 -0
  460. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/line/index.js.map +1 -0
  461. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/polygon/component.js +457 -0
  462. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/polygon/component.js.map +1 -0
  463. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/polygon/index.js +106 -0
  464. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/polygon/index.js.map +1 -0
  465. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/polygon/line.js +151 -0
  466. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/polygon/line.js.map +1 -0
  467. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/polygon/polygon.js +171 -0
  468. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/polygon/polygon.js.map +1 -0
  469. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/arrow-head.js +75 -0
  470. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/arrow-head.js.map +1 -0
  471. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/line/index.js +637 -0
  472. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/line/index.js.map +1 -0
  473. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/line/line-path.js +145 -0
  474. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/line/line-path.js.map +1 -0
  475. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/line/with-root-edge.js +155 -0
  476. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/line/with-root-edge.js.map +1 -0
  477. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/point/arrow-point.js +113 -0
  478. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/point/arrow-point.js.map +1 -0
  479. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/point/arrow.js +96 -0
  480. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/point/arrow.js.map +1 -0
  481. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/point/base-point.js +151 -0
  482. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/point/base-point.js.map +1 -0
  483. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/point/index.js +94 -0
  484. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/point/index.js.map +1 -0
  485. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/styles.js +49 -0
  486. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/styles.js.map +1 -0
  487. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/types.js +19 -0
  488. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/tools/shared/types.js.map +1 -0
  489. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/undo-redo.js +107 -0
  490. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/undo-redo.js.map +1 -0
  491. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/use-debounce.js +32 -0
  492. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/use-debounce.js.map +1 -0
  493. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/utils.js +314 -0
  494. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-solution-set/utils.js.map +1 -0
  495. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-utils/index.js +343 -0
  496. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/graphing-utils/index.js.map +1 -0
  497. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/correct-icon.js +89 -0
  498. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/correct-icon.js.map +1 -0
  499. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/correct-response-icon.js +153 -0
  500. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/correct-response-icon.js.map +1 -0
  501. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/icon-base.js +206 -0
  502. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/icon-base.js.map +1 -0
  503. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/icon-root.js +130 -0
  504. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/icon-root.js.map +1 -0
  505. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/image-konva.js +133 -0
  506. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/image-konva.js.map +1 -0
  507. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/incorrect-icon.js +92 -0
  508. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/incorrect-icon.js.map +1 -0
  509. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/index.js +80 -0
  510. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/index.js.map +1 -0
  511. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/instructions-icon.js +229 -0
  512. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/instructions-icon.js.map +1 -0
  513. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/learn-more-icon.js +145 -0
  514. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/learn-more-icon.js.map +1 -0
  515. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/nothing-submitted-icon.js +183 -0
  516. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/nothing-submitted-icon.js.map +1 -0
  517. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/partially-correct-icon.js +82 -0
  518. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/partially-correct-icon.js.map +1 -0
  519. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/show-rationale-icon.js +206 -0
  520. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/show-rationale-icon.js.map +1 -0
  521. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/sized.js +41 -0
  522. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/icons/sized.js.map +1 -0
  523. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/choices/choice.js +158 -0
  524. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/choices/choice.js.map +1 -0
  525. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/choices/index.js +127 -0
  526. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/choices/index.js.map +1 -0
  527. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/componentize.js +25 -0
  528. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/componentize.js.map +1 -0
  529. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/components/blank.js +303 -0
  530. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/components/blank.js.map +1 -0
  531. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/components/correct-input.js +116 -0
  532. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/components/correct-input.js.map +1 -0
  533. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/components/dropdown.js +298 -0
  534. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/components/dropdown.js.map +1 -0
  535. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/components/input.js +57 -0
  536. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/components/input.js.map +1 -0
  537. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/constructed-response.js +52 -0
  538. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/constructed-response.js.map +1 -0
  539. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/drag-in-the-blank.js +191 -0
  540. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/drag-in-the-blank.js.map +1 -0
  541. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/index.js +54 -0
  542. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/index.js.map +1 -0
  543. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/inline-dropdown.js +48 -0
  544. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/inline-dropdown.js.map +1 -0
  545. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/mask.js +215 -0
  546. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/mask.js.map +1 -0
  547. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/serialization.js +207 -0
  548. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/serialization.js.map +1 -0
  549. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/with-mask.js +93 -0
  550. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/mask-markup/with-mask.js.map +1 -0
  551. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-evaluator/index.js +189 -0
  552. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-evaluator/index.js.map +1 -0
  553. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/horizontal-keypad.js +118 -0
  554. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/horizontal-keypad.js.map +1 -0
  555. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/index.js +76 -0
  556. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/index.js.map +1 -0
  557. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keypad/index.js +441 -0
  558. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keypad/index.js.map +1 -0
  559. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keypad/keys-layout.js +34 -0
  560. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keypad/keys-layout.js.map +1 -0
  561. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/basic-operators.js +41 -0
  562. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/basic-operators.js.map +1 -0
  563. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/chars.js +17 -0
  564. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/chars.js.map +1 -0
  565. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/comparison.js +49 -0
  566. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/comparison.js.map +1 -0
  567. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/constants.js +43 -0
  568. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/constants.js.map +1 -0
  569. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/digits.js +53 -0
  570. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/digits.js.map +1 -0
  571. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/edit.js +17 -0
  572. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/edit.js.map +1 -0
  573. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/exponent.js +36 -0
  574. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/exponent.js.map +1 -0
  575. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/fractions.js +34 -0
  576. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/fractions.js.map +1 -0
  577. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/geometry.js +167 -0
  578. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/geometry.js.map +1 -0
  579. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/grades.js +288 -0
  580. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/grades.js.map +1 -0
  581. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/index.js +54 -0
  582. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/index.js.map +1 -0
  583. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/log.js +32 -0
  584. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/log.js.map +1 -0
  585. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/logic.js +23 -0
  586. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/logic.js.map +1 -0
  587. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/matrices.js +23 -0
  588. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/matrices.js.map +1 -0
  589. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/misc.js +74 -0
  590. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/misc.js.map +1 -0
  591. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/navigation.js +25 -0
  592. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/navigation.js.map +1 -0
  593. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/operators.js +18 -0
  594. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/operators.js.map +1 -0
  595. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/statistics.js +47 -0
  596. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/statistics.js.map +1 -0
  597. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/sub-sup.js +23 -0
  598. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/sub-sup.js.map +1 -0
  599. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/trigonometry.js +53 -0
  600. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/trigonometry.js.map +1 -0
  601. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/utils.js +120 -0
  602. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/utils.js.map +1 -0
  603. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/vars.js +29 -0
  604. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/keys/vars.js.map +1 -0
  605. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/math-input.js +192 -0
  606. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/math-input.js.map +1 -0
  607. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/mq/custom-elements.js +23 -0
  608. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/mq/custom-elements.js.map +1 -0
  609. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/mq/index.js +24 -0
  610. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/mq/index.js.map +1 -0
  611. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/mq/input.js +241 -0
  612. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/mq/input.js.map +1 -0
  613. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/mq/static.js +233 -0
  614. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/mq/static.js.map +1 -0
  615. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/updateSpans.js +19 -0
  616. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-input/updateSpans.js.map +1 -0
  617. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/index.js +38 -0
  618. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/index.js.map +1 -0
  619. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/mml-to-latex.js +15 -0
  620. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/mml-to-latex.js.map +1 -0
  621. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/mstack/chtml.js +296 -0
  622. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/mstack/chtml.js.map +1 -0
  623. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/mstack/index.js +23 -0
  624. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/mstack/index.js.map +1 -0
  625. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/mstack/mml.js +109 -0
  626. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/mstack/mml.js.map +1 -0
  627. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/normalization.js +95 -0
  628. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/normalization.js.map +1 -0
  629. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/render-math.js +320 -0
  630. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering/render-math.js.map +1 -0
  631. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/index.js +38 -0
  632. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/index.js.map +1 -0
  633. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mathjax-script.js +96 -0
  634. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mathjax-script.js.map +1 -0
  635. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mml-to-latex.js +15 -0
  636. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mml-to-latex.js.map +1 -0
  637. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mstack/chtml.js +296 -0
  638. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mstack/chtml.js.map +1 -0
  639. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mstack/index.js +23 -0
  640. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mstack/index.js.map +1 -0
  641. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mstack/mml.js +109 -0
  642. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/mstack/mml.js.map +1 -0
  643. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/normalization.js +95 -0
  644. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/normalization.js.map +1 -0
  645. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/render-math.js +297 -0
  646. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-rendering-accessible/render-math.js.map +1 -0
  647. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-toolbar/done-button.js +68 -0
  648. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-toolbar/done-button.js.map +1 -0
  649. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-toolbar/editor-and-pad.js +653 -0
  650. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-toolbar/editor-and-pad.js.map +1 -0
  651. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-toolbar/index.js +275 -0
  652. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-toolbar/index.js.map +1 -0
  653. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-toolbar/math-preview.js +250 -0
  654. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/math-toolbar/math-preview.js.map +1 -0
  655. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/draggable.js +65 -0
  656. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/draggable.js.map +1 -0
  657. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/graph-props.js +53 -0
  658. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/graph-props.js.map +1 -0
  659. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/grid-draggable.js +340 -0
  660. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/grid-draggable.js.map +1 -0
  661. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/index.js +59 -0
  662. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/index.js.map +1 -0
  663. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/label.js +168 -0
  664. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/label.js.map +1 -0
  665. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/root.js +387 -0
  666. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/root.js.map +1 -0
  667. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/trig.js +196 -0
  668. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/trig.js.map +1 -0
  669. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/types.js +68 -0
  670. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/types.js.map +1 -0
  671. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/utils.js +210 -0
  672. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/plot/utils.js.map +1 -0
  673. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/collapsible/index.js +134 -0
  674. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/collapsible/index.js.map +1 -0
  675. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/color.js +158 -0
  676. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/color.js.map +1 -0
  677. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/feedback.js +151 -0
  678. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/feedback.js.map +1 -0
  679. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/has-text.js +24 -0
  680. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/has-text.js.map +1 -0
  681. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/html-and-math.js +90 -0
  682. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/html-and-math.js.map +1 -0
  683. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/index.js +104 -0
  684. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/index.js.map +1 -0
  685. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/input-container.js +60 -0
  686. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/input-container.js.map +1 -0
  687. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/preview-layout.js +133 -0
  688. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/preview-layout.js.map +1 -0
  689. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/preview-prompt.js +222 -0
  690. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/preview-prompt.js.map +1 -0
  691. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/purpose.js +28 -0
  692. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/purpose.js.map +1 -0
  693. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/readable.js +28 -0
  694. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/readable.js.map +1 -0
  695. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/response-indicators.js +151 -0
  696. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/response-indicators.js.map +1 -0
  697. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/withUndoReset.js +181 -0
  698. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/render-ui/withUndoReset.js.map +1 -0
  699. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/rubric/authoring.js +573 -0
  700. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/rubric/authoring.js.map +1 -0
  701. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/rubric/index.js +24 -0
  702. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/rubric/index.js.map +1 -0
  703. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/rubric/point-menu.js +172 -0
  704. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/rubric/point-menu.js.map +1 -0
  705. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/scoring-config/index.js +105 -0
  706. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/scoring-config/index.js.map +1 -0
  707. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/style-utils/index.js +22 -0
  708. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/style-utils/index.js.map +1 -0
  709. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/test-utils/index.js +40 -0
  710. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/test-utils/index.js.map +1 -0
  711. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/index.js +68 -0
  712. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/index.js.map +1 -0
  713. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/legend.js +99 -0
  714. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/legend.js.map +1 -0
  715. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/text-select.js +138 -0
  716. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/text-select.js.map +1 -0
  717. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/token-select/index.js +249 -0
  718. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/token-select/index.js.map +1 -0
  719. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/token-select/token.js +230 -0
  720. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/token-select/token.js.map +1 -0
  721. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/builder.js +311 -0
  722. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/builder.js.map +1 -0
  723. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/controls.js +123 -0
  724. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/controls.js.map +1 -0
  725. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/index.js +205 -0
  726. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/index.js.map +1 -0
  727. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/selection-utils.js +65 -0
  728. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/selection-utils.js.map +1 -0
  729. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/token-text.js +200 -0
  730. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/tokenizer/token-text.js.map +1 -0
  731. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/utils.js +67 -0
  732. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/text-select/utils.js.map +1 -0
  733. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/anchor-utils.js +249 -0
  734. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/anchor-utils.js.map +1 -0
  735. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/anchor.js +41 -0
  736. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/anchor.js.map +1 -0
  737. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/index.js +43 -0
  738. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/index.js.map +1 -0
  739. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/protractor/graphic.js +184 -0
  740. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/protractor/graphic.js.map +1 -0
  741. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/protractor/index.js +120 -0
  742. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/protractor/index.js.map +1 -0
  743. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/rotatable.js +403 -0
  744. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/rotatable.js.map +1 -0
  745. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/ruler/graphic.js +126 -0
  746. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/ruler/graphic.js.map +1 -0
  747. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/ruler/index.js +146 -0
  748. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/ruler/index.js.map +1 -0
  749. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/ruler/unit-type.js +72 -0
  750. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/ruler/unit-type.js.map +1 -0
  751. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/ruler/unit.js +161 -0
  752. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/ruler/unit.js.map +1 -0
  753. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/style-utils.js +28 -0
  754. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/style-utils.js.map +1 -0
  755. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/transform-origin.js +82 -0
  756. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/tools/transform-origin.js.map +1 -0
  757. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/translator/en.js +85 -0
  758. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/translator/en.js.map +1 -0
  759. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/translator/es.js +85 -0
  760. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/translator/es.js.map +1 -0
  761. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/translator/index.js +69 -0
  762. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/code/translator/index.js.map +1 -0
  763. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/config-ui.js +176 -0
  764. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/config-ui.js.map +1 -0
  765. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/controller-utils.js +26 -0
  766. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/controller-utils.js.map +1 -0
  767. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/correct-answer-toggle.js +20 -0
  768. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/correct-answer-toggle.js.map +1 -0
  769. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/drag.js +68 -0
  770. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/drag.js.map +1 -0
  771. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/editable-html.js +54 -0
  772. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/editable-html.js.map +1 -0
  773. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/feedback.js +26 -0
  774. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/feedback.js.map +1 -0
  775. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/graphing-solution-set.js +51 -0
  776. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/graphing-solution-set.js.map +1 -0
  777. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/graphing-utils.js +74 -0
  778. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/graphing-utils.js.map +1 -0
  779. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/graphing.js +51 -0
  780. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/graphing.js.map +1 -0
  781. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/icons.js +62 -0
  782. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/icons.js.map +1 -0
  783. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/mask-markup.js +44 -0
  784. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/mask-markup.js.map +1 -0
  785. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-evaluator.js +20 -0
  786. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-evaluator.js.map +1 -0
  787. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-input.js +50 -0
  788. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-input.js.map +1 -0
  789. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-rendering-accessible.js +32 -0
  790. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-rendering-accessible.js.map +1 -0
  791. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-rendering.js +32 -0
  792. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-rendering.js.map +1 -0
  793. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-toolbar.js +32 -0
  794. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/math-toolbar.js.map +1 -0
  795. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/package.json +84 -0
  796. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/plot.js +50 -0
  797. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/plot.js.map +1 -0
  798. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/render-ui.js +80 -0
  799. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/render-ui.js.map +1 -0
  800. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/rubric.js +20 -0
  801. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/rubric.js.map +1 -0
  802. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/scoring-config.js +20 -0
  803. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/scoring-config.js.map +1 -0
  804. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/categorize.js +45 -0
  805. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/charting.js +6 -0
  806. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/categorize/index.js +573 -0
  807. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/categorize/scoring.js +118 -0
  808. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/axes.jsx +505 -0
  809. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/bars/bar.js +28 -0
  810. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/bars/common/bars.jsx +212 -0
  811. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/bars/histogram.js +28 -0
  812. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/chart-setup.jsx +372 -0
  813. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/chart-type.js +35 -0
  814. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/chart-types.js +8 -0
  815. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/chart.jsx +350 -0
  816. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/common/drag-handle.jsx +139 -0
  817. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/common/drag-icon.jsx +29 -0
  818. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/common/styles.js +19 -0
  819. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/grid.jsx +47 -0
  820. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/index.js +6 -0
  821. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/line/common/drag-handle.jsx +100 -0
  822. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/line/common/line.jsx +163 -0
  823. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/line/line-cross.js +76 -0
  824. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/line/line-dot.js +62 -0
  825. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/mark-label.jsx +198 -0
  826. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/plot/common/plot.jsx +199 -0
  827. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/plot/dot.js +51 -0
  828. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/plot/line.js +76 -0
  829. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/tool-menu.jsx +89 -0
  830. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/charting/utils.js +198 -0
  831. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/alert-dialog.jsx +56 -0
  832. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/checkbox.jsx +66 -0
  833. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/choice-configuration/feedback-menu.jsx +90 -0
  834. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/choice-configuration/index.jsx +365 -0
  835. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/choice-utils.js +30 -0
  836. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/feedback-config/feedback-selector.jsx +122 -0
  837. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/feedback-config/group.jsx +52 -0
  838. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/feedback-config/index.jsx +112 -0
  839. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/form-section.jsx +23 -0
  840. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/help.jsx +87 -0
  841. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/index.js +55 -0
  842. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/input.jsx +72 -0
  843. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/inputs.jsx +91 -0
  844. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/langs.jsx +111 -0
  845. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/layout/config-layout.jsx +67 -0
  846. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/layout/index.js +4 -0
  847. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/layout/layout-contents.jsx +118 -0
  848. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/layout/settings-box.jsx +35 -0
  849. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/mui-box/index.jsx +64 -0
  850. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/number-text-field-custom.jsx +337 -0
  851. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/number-text-field.jsx +202 -0
  852. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/radio-with-label.jsx +18 -0
  853. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/settings/display-size.jsx +52 -0
  854. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/settings/index.js +82 -0
  855. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/settings/panel.jsx +326 -0
  856. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/settings/settings-radio-label.jsx +20 -0
  857. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/settings/toggle.jsx +31 -0
  858. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/tabs/index.jsx +47 -0
  859. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/tags-input/index.jsx +119 -0
  860. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/two-choice.jsx +94 -0
  861. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/config-ui/with-stateful-model.jsx +36 -0
  862. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/controller-utils/index.js +4 -0
  863. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/controller-utils/partial-scoring.js +21 -0
  864. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/controller-utils/persistence.js +105 -0
  865. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/correct-answer-toggle/expander.jsx +59 -0
  866. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/correct-answer-toggle/index.jsx +94 -0
  867. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/correct-answer-toggle/styles.js +61 -0
  868. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/choice.jsx +76 -0
  869. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/drag-in-the-blank-dp.jsx +19 -0
  870. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/drag-type.js +7 -0
  871. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/droppable-placeholder.jsx +35 -0
  872. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/ica-dp.jsx +23 -0
  873. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/index.js +23 -0
  874. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/match-list-dp.jsx +23 -0
  875. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/placeholder.jsx +86 -0
  876. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/preview-component.jsx +149 -0
  877. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/swap.js +14 -0
  878. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/uid-context.js +13 -0
  879. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/drag/with-drag-context.js +25 -0
  880. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/block-tags.js +19 -0
  881. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/editor.jsx +1051 -0
  882. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/index.jsx +153 -0
  883. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/parse-html.js +8 -0
  884. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/README.md +27 -0
  885. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/characters/custom-popper.js +48 -0
  886. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/characters/index.jsx +276 -0
  887. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/characters/utils.js +447 -0
  888. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/customPlugin/index.jsx +99 -0
  889. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/html/icons/index.jsx +19 -0
  890. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/html/index.jsx +71 -0
  891. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/image/alt-dialog.jsx +82 -0
  892. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/image/component.jsx +343 -0
  893. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/image/image-toolbar.jsx +100 -0
  894. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/image/index.jsx +226 -0
  895. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/image/insert-image-handler.js +117 -0
  896. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/index.jsx +149 -0
  897. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/list/index.jsx +175 -0
  898. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/math/index.jsx +348 -0
  899. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/media/index.jsx +324 -0
  900. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/media/media-dialog.js +575 -0
  901. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/media/media-toolbar.jsx +56 -0
  902. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/media/media-wrapper.jsx +43 -0
  903. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/respArea/drag-in-the-blank/choice.jsx +185 -0
  904. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/respArea/drag-in-the-blank/index.jsx +76 -0
  905. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/respArea/explicit-constructed-response/index.jsx +46 -0
  906. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/respArea/icons/index.jsx +71 -0
  907. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/respArea/index.jsx +253 -0
  908. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/respArea/inline-dropdown/index.jsx +63 -0
  909. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/respArea/utils.jsx +79 -0
  910. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/table/icons/index.jsx +53 -0
  911. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/table/index.jsx +440 -0
  912. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/table/table-toolbar.jsx +99 -0
  913. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/toolbar/default-toolbar.jsx +144 -0
  914. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/toolbar/done-button.jsx +36 -0
  915. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/toolbar/editor-and-toolbar.jsx +242 -0
  916. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/toolbar/index.jsx +23 -0
  917. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/toolbar/toolbar-buttons.jsx +97 -0
  918. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/toolbar/toolbar.jsx +315 -0
  919. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/plugins/utils.js +31 -0
  920. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/serialization.jsx +427 -0
  921. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/editable-html/theme.js +1 -0
  922. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/feedback/index.js +61 -0
  923. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/axis/arrow.jsx +62 -0
  924. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/axis/axes.jsx +307 -0
  925. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/axis/index.js +2 -0
  926. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/bg.jsx +96 -0
  927. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/container/actions.js +8 -0
  928. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/container/index.jsx +86 -0
  929. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/container/marks.js +14 -0
  930. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/container/middleware.js +7 -0
  931. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/container/reducer.js +5 -0
  932. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/coordinates-label.jsx +73 -0
  933. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/graph-with-controls.jsx +244 -0
  934. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/graph.jsx +285 -0
  935. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/grid-setup.jsx +424 -0
  936. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/grid.jsx +135 -0
  937. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/index.js +7 -0
  938. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/labels.jsx +213 -0
  939. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/mark-label.jsx +136 -0
  940. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/toggle-bar.jsx +242 -0
  941. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tool-menu.jsx +72 -0
  942. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/absolute/component.jsx +23 -0
  943. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/absolute/index.js +31 -0
  944. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/circle/bg-circle.jsx +88 -0
  945. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/circle/component.jsx +292 -0
  946. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/circle/index.js +25 -0
  947. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/exponential/component.jsx +23 -0
  948. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/exponential/index.js +39 -0
  949. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/index.js +42 -0
  950. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/line/component.jsx +70 -0
  951. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/line/index.js +4 -0
  952. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/parabola/component.jsx +23 -0
  953. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/parabola/index.js +31 -0
  954. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/point/component.jsx +120 -0
  955. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/point/index.js +11 -0
  956. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/polygon/component.jsx +388 -0
  957. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/polygon/index.js +52 -0
  958. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/polygon/line.jsx +78 -0
  959. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/polygon/polygon.jsx +98 -0
  960. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/ray/component.jsx +69 -0
  961. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/ray/index.js +4 -0
  962. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/segment/component.jsx +48 -0
  963. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/segment/index.js +4 -0
  964. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/arrow-head.jsx +44 -0
  965. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/line/index.jsx +422 -0
  966. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/line/line-path.jsx +88 -0
  967. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/line/with-root-edge.jsx +97 -0
  968. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/point/arrow-point.jsx +60 -0
  969. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/point/arrow.jsx +40 -0
  970. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/point/base-point.jsx +79 -0
  971. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/point/index.jsx +60 -0
  972. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/styles.js +20 -0
  973. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/shared/types.js +10 -0
  974. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/sine/component.jsx +32 -0
  975. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/sine/index.js +33 -0
  976. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/vector/component.jsx +60 -0
  977. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/tools/vector/index.js +4 -0
  978. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/undo-redo.jsx +50 -0
  979. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/use-debounce.js +13 -0
  980. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing/utils.js +226 -0
  981. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/axis/arrow.jsx +62 -0
  982. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/axis/axes.jsx +307 -0
  983. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/axis/index.js +2 -0
  984. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/bg.jsx +96 -0
  985. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/container/actions.js +8 -0
  986. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/container/index.jsx +86 -0
  987. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/container/marks.js +14 -0
  988. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/container/middleware.js +7 -0
  989. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/container/reducer.js +5 -0
  990. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/coordinates-label.jsx +73 -0
  991. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/graph-with-controls.jsx +263 -0
  992. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/graph.jsx +334 -0
  993. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/grid-setup.jsx +424 -0
  994. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/grid.jsx +135 -0
  995. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/index.js +7 -0
  996. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/labels.jsx +213 -0
  997. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/mark-label.jsx +136 -0
  998. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/toggle-bar.jsx +242 -0
  999. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tool-menu.jsx +294 -0
  1000. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/index.js +8 -0
  1001. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/line/component.jsx +77 -0
  1002. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/line/index.js +4 -0
  1003. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/polygon/component.jsx +336 -0
  1004. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/polygon/index.js +52 -0
  1005. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/polygon/line.jsx +78 -0
  1006. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/polygon/polygon.jsx +101 -0
  1007. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/arrow-head.jsx +46 -0
  1008. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/line/index.jsx +473 -0
  1009. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/line/line-path.jsx +88 -0
  1010. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/line/with-root-edge.jsx +97 -0
  1011. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/point/arrow-point.jsx +60 -0
  1012. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/point/arrow.jsx +40 -0
  1013. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/point/base-point.jsx +86 -0
  1014. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/point/index.jsx +60 -0
  1015. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/styles.js +20 -0
  1016. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/tools/shared/types.js +8 -0
  1017. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/undo-redo.jsx +47 -0
  1018. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/use-debounce.js +13 -0
  1019. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-solution-set/utils.js +234 -0
  1020. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/graphing-utils/index.js +227 -0
  1021. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/correct-icon.jsx +64 -0
  1022. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/correct-response-icon.jsx +121 -0
  1023. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/icon-base.jsx +158 -0
  1024. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/icon-root.jsx +76 -0
  1025. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/image-konva.jsx +76 -0
  1026. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/incorrect-icon.jsx +61 -0
  1027. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/index.js +21 -0
  1028. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/instructions-icon.jsx +189 -0
  1029. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/learn-more-icon.jsx +107 -0
  1030. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/nothing-submitted-icon.jsx +130 -0
  1031. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/partially-correct-icon.jsx +49 -0
  1032. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/show-rationale-icon.jsx +152 -0
  1033. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/icons/sized.jsx +25 -0
  1034. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/choices/choice.jsx +110 -0
  1035. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/choices/index.jsx +63 -0
  1036. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/componentize.js +13 -0
  1037. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/components/blank.jsx +249 -0
  1038. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/components/correct-input.jsx +96 -0
  1039. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/components/dropdown.jsx +231 -0
  1040. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/components/input.jsx +48 -0
  1041. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/constructed-response.jsx +34 -0
  1042. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/drag-in-the-blank.jsx +124 -0
  1043. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/index.js +7 -0
  1044. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/inline-dropdown.jsx +29 -0
  1045. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/mask.jsx +137 -0
  1046. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/serialization.js +170 -0
  1047. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/mask-markup/with-mask.jsx +35 -0
  1048. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-evaluator/index.js +169 -0
  1049. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/horizontal-keypad.jsx +56 -0
  1050. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/index.jsx +18 -0
  1051. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keypad/index.jsx +366 -0
  1052. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keypad/keys-layout.js +17 -0
  1053. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/basic-operators.js +32 -0
  1054. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/chars.js +5 -0
  1055. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/comparison.js +28 -0
  1056. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/constants.js +35 -0
  1057. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/digits.js +40 -0
  1058. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/edit.js +3 -0
  1059. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/exponent.js +28 -0
  1060. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/fractions.js +26 -0
  1061. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/geometry.js +140 -0
  1062. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/grades.js +361 -0
  1063. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/index.js +21 -0
  1064. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/log.js +22 -0
  1065. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/logic.js +15 -0
  1066. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/matrices.js +15 -0
  1067. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/misc.js +65 -0
  1068. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/navigation.js +8 -0
  1069. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/operators.js +10 -0
  1070. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/statistics.js +38 -0
  1071. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/sub-sup.js +15 -0
  1072. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/trigonometry.js +15 -0
  1073. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/utils.js +71 -0
  1074. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/keys/vars.js +19 -0
  1075. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/math-input.jsx +128 -0
  1076. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/mq/custom-elements.js +11 -0
  1077. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/mq/index.js +4 -0
  1078. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/mq/input.jsx +162 -0
  1079. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/mq/static.jsx +156 -0
  1080. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-input/updateSpans.js +11 -0
  1081. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering/index.js +5 -0
  1082. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering/mml-to-latex.js +2 -0
  1083. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering/mstack/chtml.js +220 -0
  1084. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering/mstack/index.js +13 -0
  1085. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering/mstack/mml.js +24 -0
  1086. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering/normalization.js +69 -0
  1087. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering/render-math.js +296 -0
  1088. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering-accessible/index.js +5 -0
  1089. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering-accessible/mathjax-script.js +91 -0
  1090. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering-accessible/mml-to-latex.js +2 -0
  1091. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering-accessible/mstack/chtml.js +220 -0
  1092. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering-accessible/mstack/index.js +13 -0
  1093. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering-accessible/mstack/mml.js +24 -0
  1094. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering-accessible/normalization.js +69 -0
  1095. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-rendering-accessible/render-math.js +271 -0
  1096. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-toolbar/done-button.jsx +47 -0
  1097. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-toolbar/editor-and-pad.jsx +597 -0
  1098. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-toolbar/index.jsx +213 -0
  1099. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/math-toolbar/math-preview.jsx +199 -0
  1100. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/plot/draggable.jsx +11 -0
  1101. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/plot/graph-props.js +38 -0
  1102. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/plot/grid-draggable.jsx +225 -0
  1103. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/plot/index.js +9 -0
  1104. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/plot/label.jsx +155 -0
  1105. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/plot/root.jsx +344 -0
  1106. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/plot/trig.js +150 -0
  1107. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/plot/types.js +41 -0
  1108. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/plot/utils.js +156 -0
  1109. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/collapsible/index.jsx +63 -0
  1110. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/color.js +56 -0
  1111. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/feedback.jsx +100 -0
  1112. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/has-text.js +14 -0
  1113. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/html-and-math.js +34 -0
  1114. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/index.js +27 -0
  1115. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/input-container.jsx +41 -0
  1116. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/preview-layout.jsx +84 -0
  1117. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/preview-prompt.jsx +149 -0
  1118. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/purpose.jsx +17 -0
  1119. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/readable.jsx +19 -0
  1120. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/response-indicators.jsx +89 -0
  1121. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/render-ui/withUndoReset.jsx +116 -0
  1122. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/rubric/authoring.jsx +446 -0
  1123. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/rubric/index.js +9 -0
  1124. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/rubric/point-menu.jsx +94 -0
  1125. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/scoring-config/index.jsx +57 -0
  1126. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/style-utils/index.js +10 -0
  1127. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/test-utils/index.js +18 -0
  1128. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/index.js +8 -0
  1129. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/legend.js +78 -0
  1130. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/text-select.jsx +79 -0
  1131. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/token-select/index.jsx +162 -0
  1132. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/token-select/token.jsx +190 -0
  1133. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/tokenizer/builder.js +259 -0
  1134. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/tokenizer/controls.jsx +69 -0
  1135. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/tokenizer/index.jsx +149 -0
  1136. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/tokenizer/selection-utils.js +49 -0
  1137. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/tokenizer/token-text.jsx +124 -0
  1138. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/text-select/utils.js +56 -0
  1139. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/anchor-utils.js +152 -0
  1140. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/anchor.jsx +21 -0
  1141. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/index.js +6 -0
  1142. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/protractor/graphic.jsx +87 -0
  1143. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/protractor/index.jsx +65 -0
  1144. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/rotatable.jsx +295 -0
  1145. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/ruler/graphic.jsx +51 -0
  1146. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/ruler/index.jsx +81 -0
  1147. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/ruler/unit-type.jsx +45 -0
  1148. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/ruler/unit.jsx +87 -0
  1149. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/style-utils.js +7 -0
  1150. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/tools/transform-origin.jsx +60 -0
  1151. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/translator/en.js +83 -0
  1152. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/translator/es.js +83 -0
  1153. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/code/translator/index.js +45 -0
  1154. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/config-ui.js +62 -0
  1155. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/controller-utils.js +3 -0
  1156. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/correct-answer-toggle.js +7 -0
  1157. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/drag.js +25 -0
  1158. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/editable-html.js +5 -0
  1159. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/feedback.js +11 -0
  1160. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/graphing-solution-set.js +7 -0
  1161. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/graphing-utils.js +27 -0
  1162. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/graphing.js +7 -0
  1163. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/icons.js +23 -0
  1164. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/mask-markup.js +3 -0
  1165. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/math-evaluator.js +7 -0
  1166. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/math-input.js +3 -0
  1167. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/math-rendering-accessible.js +3 -0
  1168. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/math-rendering.js +3 -0
  1169. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/math-toolbar.js +13 -0
  1170. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/plot.js +3 -0
  1171. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/render-ui.js +29 -0
  1172. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/rubric.js +3 -0
  1173. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/scoring-config.js +7 -0
  1174. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/style-utils.js +3 -0
  1175. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/test-utils.js +3 -0
  1176. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/text-select.js +3 -0
  1177. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/tools.js +3 -0
  1178. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/src/translator.js +7 -0
  1179. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/style-utils.js +14 -0
  1180. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/style-utils.js.map +1 -0
  1181. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/test-utils.js +14 -0
  1182. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/test-utils.js.map +1 -0
  1183. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/text-select.js +50 -0
  1184. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/text-select.js.map +1 -0
  1185. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/tools.js +32 -0
  1186. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/tools.js.map +1 -0
  1187. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/translator.js +20 -0
  1188. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/pie-toolbox/translator.js.map +1 -0
  1189. package/configure/node_modules/@pie-element/multiple-choice/package.json +31 -0
  1190. package/configure/package.json +3 -3
  1191. package/controller/CHANGELOG.md +11 -0
  1192. package/controller/package.json +2 -2
  1193. package/package.json +3 -3
  1194. package/module/configure.js +0 -6054
  1195. package/module/demo.js +0 -77
@@ -0,0 +1,1972 @@
1
+ [
2
+ {
3
+ "type": "chore",
4
+ "scope": null,
5
+ "subject": "bump version",
6
+ "merge": null,
7
+ "header": "chore: bump version",
8
+ "body": null,
9
+ "footer": null,
10
+ "notes": [],
11
+ "hash": "3dbb611f3cc0126e3b233d1eded69390d418e672",
12
+ "gitTags": "",
13
+ "committerDate": "2019-03-13 10:23:24 +0000",
14
+ "isTagged": true,
15
+ "tag": "@pie-element/multiple-choice@2.9.0"
16
+ },
17
+ {
18
+ "type": "chore",
19
+ "scope": null,
20
+ "subject": "lock down versions",
21
+ "merge": null,
22
+ "header": "chore: lock down versions",
23
+ "body": null,
24
+ "footer": null,
25
+ "notes": [],
26
+ "hash": "742742d44454474b9ce461506357ff282de0ada0",
27
+ "gitTags": "",
28
+ "committerDate": "2019-03-12 23:33:57 +0000",
29
+ "isTagged": true,
30
+ "tag": "@pie-element/multiple-choice@2.9.0"
31
+ },
32
+ {
33
+ "type": "feat",
34
+ "scope": "general",
35
+ "subject": "initialize default model (#129)",
36
+ "merge": null,
37
+ "header": "feat(general): initialize default model (#129)",
38
+ "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",
39
+ "footer": null,
40
+ "notes": [],
41
+ "hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
42
+ "gitTags": "",
43
+ "committerDate": "2019-03-12 15:47:20 -0400",
44
+ "isTagged": true,
45
+ "tag": "@pie-element/multiple-choice@2.9.0"
46
+ },
47
+ {
48
+ "type": "feat",
49
+ "scope": null,
50
+ "subject": "update schema docs (#136)",
51
+ "merge": null,
52
+ "header": "feat: update schema docs (#136)",
53
+ "body": null,
54
+ "footer": null,
55
+ "notes": [],
56
+ "hash": "184f2625b798a9f9ead150cc94a65cd2d10ed931",
57
+ "gitTags": "",
58
+ "committerDate": "2019-03-12 14:22:55 -0400",
59
+ "isTagged": true,
60
+ "tag": "@pie-element/multiple-choice@2.9.0"
61
+ },
62
+ {
63
+ "type": "feat",
64
+ "scope": null,
65
+ "subject": "all elements on `develop` target @next releases",
66
+ "merge": null,
67
+ "header": "feat: all elements on `develop` target @next releases",
68
+ "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`",
69
+ "footer": null,
70
+ "notes": [],
71
+ "hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
72
+ "gitTags": "",
73
+ "committerDate": "2019-02-19 19:46:59 +0000",
74
+ "isTagged": true,
75
+ "tag": "@pie-element/multiple-choice@2.9.0"
76
+ },
77
+ {
78
+ "type": "feat",
79
+ "scope": "multiple-choice",
80
+ "subject": "reimplemented the new design",
81
+ "merge": null,
82
+ "header": "feat(multiple-choice): reimplemented the new design",
83
+ "body": null,
84
+ "footer": null,
85
+ "notes": [],
86
+ "hash": "10c3b9bcc491c53618264db48e52be9abe5a8741",
87
+ "gitTags": "",
88
+ "committerDate": "2019-02-13 22:01:21 +0200",
89
+ "isTagged": true,
90
+ "tag": "@pie-element/multiple-choice@2.8.0"
91
+ },
92
+ {
93
+ "type": "fix",
94
+ "scope": null,
95
+ "subject": "add partial scoring and shuffle prop for multiple-choice",
96
+ "merge": null,
97
+ "header": "fix: add partial scoring and shuffle prop for multiple-choice",
98
+ "body": null,
99
+ "footer": null,
100
+ "notes": [],
101
+ "hash": "75776519b7e93588117c7b7a3406efa8831b40a7",
102
+ "gitTags": "",
103
+ "committerDate": "2019-01-29 14:53:17 -0500",
104
+ "isTagged": true,
105
+ "tag": "@pie-element/multiple-choice@2.5.0"
106
+ },
107
+ {
108
+ "type": "feat",
109
+ "scope": "multiple-choice",
110
+ "subject": "updated package version",
111
+ "merge": null,
112
+ "header": "feat(multiple-choice): updated package version",
113
+ "body": null,
114
+ "footer": null,
115
+ "notes": [],
116
+ "hash": "8f75d567478c7020f254f0b57d8bb55da58f29cf",
117
+ "gitTags": "",
118
+ "committerDate": "2019-01-28 13:35:33 +0200",
119
+ "isTagged": true,
120
+ "tag": "@pie-element/multiple-choice@2.5.0"
121
+ },
122
+ {
123
+ "type": "feat",
124
+ "scope": null,
125
+ "subject": "json schemas and docs",
126
+ "merge": null,
127
+ "header": "feat: json schemas and docs",
128
+ "body": null,
129
+ "footer": null,
130
+ "notes": [],
131
+ "hash": "6bfc2a985e813b7ef162182ca064700389644f39",
132
+ "gitTags": "",
133
+ "committerDate": "2019-01-24 09:09:50 -0500",
134
+ "isTagged": true,
135
+ "tag": "@pie-element/multiple-choice@2.5.0"
136
+ },
137
+ {
138
+ "type": "feat",
139
+ "scope": "multiple-choice",
140
+ "subject": "added a third option for the choices label and also fixed a configuration property name",
141
+ "merge": null,
142
+ "header": "feat(multiple-choice): added a third option for the choices label and also fixed a configuration property name",
143
+ "body": null,
144
+ "footer": null,
145
+ "notes": [],
146
+ "hash": "2f6d28d848f0646b625370419ef6f4baa8284f72",
147
+ "gitTags": "",
148
+ "committerDate": "2019-01-11 20:06:51 +0200",
149
+ "isTagged": true,
150
+ "tag": "@pie-element/multiple-choice@2.5.0"
151
+ },
152
+ {
153
+ "type": "fix",
154
+ "scope": "multiple-choice",
155
+ "subject": "fixed a warning",
156
+ "merge": null,
157
+ "header": "fix(multiple-choice): fixed a warning",
158
+ "body": null,
159
+ "footer": null,
160
+ "notes": [],
161
+ "hash": "c8ccb3604d9bf3b5df5fb81afdafcd969f49f0aa",
162
+ "gitTags": " (origin/feat/multiple-choice-customization)",
163
+ "committerDate": "2019-01-11 19:08:58 +0200",
164
+ "isTagged": true,
165
+ "tag": "@pie-element/multiple-choice@2.5.0"
166
+ },
167
+ {
168
+ "type": "feat",
169
+ "scope": "multiple-choice",
170
+ "subject": "made some change to the customization properties",
171
+ "merge": null,
172
+ "header": "feat(multiple-choice): made some change to the customization properties",
173
+ "body": null,
174
+ "footer": null,
175
+ "notes": [],
176
+ "hash": "6f0d1b65d38fd08d3fd539a21f1e6840bec206a3",
177
+ "gitTags": "",
178
+ "committerDate": "2019-01-11 19:07:28 +0200",
179
+ "isTagged": true,
180
+ "tag": "@pie-element/multiple-choice@2.5.0"
181
+ },
182
+ {
183
+ "type": "feat",
184
+ "scope": "multiple-choice",
185
+ "subject": "made some change in order to be able to publish a new version",
186
+ "merge": null,
187
+ "header": "feat(multiple-choice): made some change in order to be able to publish a new version",
188
+ "body": null,
189
+ "footer": null,
190
+ "notes": [],
191
+ "hash": "2be2aaeef102e50cea824caaf94bb1db1a506f68",
192
+ "gitTags": "",
193
+ "committerDate": "2019-01-11 15:05:10 +0200",
194
+ "isTagged": true,
195
+ "tag": "@pie-element/multiple-choice@2.5.0"
196
+ },
197
+ {
198
+ "type": "feat",
199
+ "scope": "multiple-choice",
200
+ "subject": "changed the behaviour when enableShowPrompt is false",
201
+ "merge": null,
202
+ "header": "feat(multiple-choice): changed the behaviour when enableShowPrompt is false",
203
+ "body": null,
204
+ "footer": null,
205
+ "notes": [],
206
+ "hash": "5edaad1cc2a0c40bf0edf8724ed64689df8fbea3",
207
+ "gitTags": "",
208
+ "committerDate": "2019-01-11 14:46:26 +0200",
209
+ "isTagged": true,
210
+ "tag": "@pie-element/multiple-choice@2.5.0"
211
+ },
212
+ {
213
+ "type": "feat",
214
+ "scope": "multiple-choice",
215
+ "subject": "added a configurable property for the multiple-choice configure element and fixed some names for the customization properties",
216
+ "merge": null,
217
+ "header": "feat(multiple-choice): added a configurable property for the multiple-choice configure element and fixed some names for the customization properties",
218
+ "body": null,
219
+ "footer": null,
220
+ "notes": [],
221
+ "hash": "9959eda57dd054e8ea9642607aa60c2e9e07a78c",
222
+ "gitTags": "",
223
+ "committerDate": "2019-01-11 09:54:34 +0200",
224
+ "isTagged": true,
225
+ "tag": "@pie-element/multiple-choice@2.5.0"
226
+ },
227
+ {
228
+ "type": "fix",
229
+ "scope": "multiple-choice",
230
+ "subject": "bumped the editable-html version",
231
+ "merge": null,
232
+ "header": "fix(multiple-choice): bumped the editable-html version",
233
+ "body": null,
234
+ "footer": null,
235
+ "notes": [],
236
+ "hash": "220b1474de565535aa207019fd829d5dc224fcd7",
237
+ "gitTags": "",
238
+ "committerDate": "2019-01-08 14:37:46 +0200",
239
+ "isTagged": true,
240
+ "tag": "@pie-element/multiple-choice@2.5.0"
241
+ },
242
+ {
243
+ "type": "fix",
244
+ "scope": "tests",
245
+ "subject": "fixed tests for the multiple choice element",
246
+ "merge": null,
247
+ "header": "fix(tests): fixed tests for the multiple choice element",
248
+ "body": null,
249
+ "footer": null,
250
+ "notes": [],
251
+ "hash": "0fa715c630e98597a02fc41fc11a85746e7f6fbd",
252
+ "gitTags": " (origin/feat/multiple-choice-using-layout)",
253
+ "committerDate": "2019-01-08 12:42:09 +0200",
254
+ "isTagged": true,
255
+ "tag": "@pie-element/multiple-choice@2.4.0"
256
+ },
257
+ {
258
+ "type": "feat",
259
+ "scope": "multiple-choice",
260
+ "subject": "updated the config-ui package and the pie-ui package",
261
+ "merge": null,
262
+ "header": "feat(multiple-choice): updated the config-ui package and the pie-ui package",
263
+ "body": null,
264
+ "footer": null,
265
+ "notes": [],
266
+ "hash": "95ae35759ed781931235b4100d626d65a11559cc",
267
+ "gitTags": "",
268
+ "committerDate": "2019-01-08 12:36:19 +0200",
269
+ "isTagged": true,
270
+ "tag": "@pie-element/multiple-choice@2.4.0"
271
+ },
272
+ {
273
+ "type": "feat",
274
+ "scope": "multiple-choice",
275
+ "subject": "moved the theming to the config-ui layout element and removed some unnecessary code",
276
+ "merge": null,
277
+ "header": "feat(multiple-choice): moved the theming to the config-ui layout element and removed some unnecessary code",
278
+ "body": null,
279
+ "footer": null,
280
+ "notes": [],
281
+ "hash": "910e7993c152582759826ce7d5f59c0da31b9062",
282
+ "gitTags": "",
283
+ "committerDate": "2019-01-08 11:07:43 +0200",
284
+ "isTagged": true,
285
+ "tag": "@pie-element/multiple-choice@2.4.0"
286
+ },
287
+ {
288
+ "type": "feat",
289
+ "scope": "multiple-choice",
290
+ "subject": "updated snapshot in order to fix tests",
291
+ "merge": null,
292
+ "header": "feat(multiple-choice): updated snapshot in order to fix tests",
293
+ "body": null,
294
+ "footer": null,
295
+ "notes": [],
296
+ "hash": "3fb6464d47ef1d7d065323e3d9d6c3162494a597",
297
+ "gitTags": "",
298
+ "committerDate": "2018-12-20 10:29:28 +0200",
299
+ "isTagged": true,
300
+ "tag": "@pie-element/multiple-choice@2.4.0"
301
+ },
302
+ {
303
+ "type": "feat",
304
+ "scope": "multiple-choice",
305
+ "subject": "updated the version of the config-ui",
306
+ "merge": null,
307
+ "header": "feat(multiple-choice): updated the version of the config-ui",
308
+ "body": null,
309
+ "footer": null,
310
+ "notes": [],
311
+ "hash": "1d790562408c34682040dc1e80f3fda7ebc92a02",
312
+ "gitTags": "",
313
+ "committerDate": "2018-12-20 10:20:00 +0200",
314
+ "isTagged": true,
315
+ "tag": "@pie-element/multiple-choice@2.4.0"
316
+ },
317
+ {
318
+ "type": "feat",
319
+ "scope": "multiple-choice",
320
+ "subject": "updated the config-ui package",
321
+ "merge": null,
322
+ "header": "feat(multiple-choice): updated the config-ui package",
323
+ "body": null,
324
+ "footer": null,
325
+ "notes": [],
326
+ "hash": "bc7aac1688c9be044586ad5efbd9b8f2c3b1f62a",
327
+ "gitTags": "",
328
+ "committerDate": "2018-12-17 20:05:26 +0200",
329
+ "isTagged": true,
330
+ "tag": "@pie-element/multiple-choice@2.4.0"
331
+ },
332
+ {
333
+ "type": "feat",
334
+ "scope": "multiple-choice",
335
+ "subject": "refactored the code of the multiple-choice package in order to use the new layout",
336
+ "merge": null,
337
+ "header": "feat(multiple-choice): refactored the code of the multiple-choice package in order to use the new layout",
338
+ "body": null,
339
+ "footer": null,
340
+ "notes": [],
341
+ "hash": "b16b654ae8881e0af9d271c533a27510d751f54f",
342
+ "gitTags": "",
343
+ "committerDate": "2018-12-17 19:40:38 +0200",
344
+ "isTagged": true,
345
+ "tag": "@pie-element/multiple-choice@2.4.0"
346
+ },
347
+ {
348
+ "type": "chore",
349
+ "scope": "multiple-choice",
350
+ "subject": "editable-html dependency version bump",
351
+ "merge": null,
352
+ "header": "chore(multiple-choice): editable-html dependency version bump",
353
+ "body": null,
354
+ "footer": null,
355
+ "notes": [],
356
+ "hash": "c099e46601749db60235030cfb59e1b824e3eda7",
357
+ "gitTags": "",
358
+ "committerDate": "2018-11-14 15:52:12 +0200",
359
+ "isTagged": true,
360
+ "tag": "@pie-element/multiple-choice@2.3.3"
361
+ },
362
+ {
363
+ "type": "fix",
364
+ "scope": null,
365
+ "subject": "conflict",
366
+ "merge": null,
367
+ "header": "fix: conflict",
368
+ "body": null,
369
+ "footer": null,
370
+ "notes": [],
371
+ "hash": "b854c6bf9d8139161ae34c16556edf48eb7ba942",
372
+ "gitTags": "",
373
+ "committerDate": "2018-11-12 12:28:04 +0000",
374
+ "isTagged": true,
375
+ "tag": "@pie-element/multiple-choice@2.3.1"
376
+ },
377
+ {
378
+ "type": "fix",
379
+ "scope": "multiple-choice-tests",
380
+ "subject": "added tests for the new and old logic",
381
+ "merge": null,
382
+ "header": "fix(multiple-choice-tests): added tests for the new and old logic",
383
+ "body": null,
384
+ "footer": null,
385
+ "notes": [],
386
+ "hash": "b78d059a1e400cbae8453f034fbfe0eab94b7b19",
387
+ "gitTags": " (origin/issue78/multiple-choice-preview-reset)",
388
+ "committerDate": "2018-11-12 09:20:07 +0200",
389
+ "isTagged": true,
390
+ "tag": "@pie-element/multiple-choice@2.3.2"
391
+ },
392
+ {
393
+ "type": "fix",
394
+ "scope": "dependencies-add",
395
+ "subject": "added dependencies where needed",
396
+ "merge": null,
397
+ "header": "fix(dependencies-add): added dependencies where needed",
398
+ "body": null,
399
+ "footer": null,
400
+ "notes": [],
401
+ "hash": "23df697120b76a227930c00a7976e79c33ccdcd7",
402
+ "gitTags": " (origin/fix/added-dependencies-where-needed)",
403
+ "committerDate": "2018-11-09 11:31:39 +0200",
404
+ "isTagged": true,
405
+ "tag": "@pie-element/multiple-choice@2.3.1"
406
+ },
407
+ {
408
+ "type": "fix",
409
+ "scope": "multiple-choice-item-preview-reset",
410
+ "subject": "resetting the item preview when changing response type",
411
+ "merge": null,
412
+ "header": "fix(multiple-choice-item-preview-reset): resetting the item preview when changing response type",
413
+ "body": null,
414
+ "footer": null,
415
+ "notes": [],
416
+ "hash": "eb2f4c2be5f268b45ca3fc5eee7d828956829720",
417
+ "gitTags": "",
418
+ "committerDate": "2018-11-08 17:28:40 +0200",
419
+ "isTagged": true,
420
+ "tag": "@pie-element/multiple-choice@2.3.2"
421
+ },
422
+ {
423
+ "type": "feat",
424
+ "scope": "multiple-choice-configure-customization",
425
+ "subject": "updated the scoring config version",
426
+ "merge": null,
427
+ "header": "feat(multiple-choice-configure-customization): updated the scoring config version",
428
+ "body": null,
429
+ "footer": null,
430
+ "notes": [],
431
+ "hash": "947cdd046e8ddeb8ed10148a9a1359c7b192b764",
432
+ "gitTags": " (origin/ch557/multi-choice-config-customizations)",
433
+ "committerDate": "2018-11-02 15:40:38 +0200",
434
+ "isTagged": true,
435
+ "tag": "@pie-element/multiple-choice@2.3.0"
436
+ },
437
+ {
438
+ "type": "feat",
439
+ "scope": "multiple-choice-configure-customization",
440
+ "subject": "changed the key for the options object from config to configure",
441
+ "merge": null,
442
+ "header": "feat(multiple-choice-configure-customization): changed the key for the options object from config to configure",
443
+ "body": null,
444
+ "footer": null,
445
+ "notes": [],
446
+ "hash": "8c01e2b48b6dc791b3b782c2c9c9b1397d203b7c",
447
+ "gitTags": "",
448
+ "committerDate": "2018-11-02 15:18:14 +0200",
449
+ "isTagged": true,
450
+ "tag": "@pie-element/multiple-choice@2.3.0"
451
+ },
452
+ {
453
+ "type": "feat",
454
+ "scope": "multiple-choice-configure-customization",
455
+ "subject": "added possibility to customize some of the elements from the design tab (ch557)",
456
+ "merge": null,
457
+ "header": "feat(multiple-choice-configure-customization): added possibility to customize some of the elements from the design tab (ch557)",
458
+ "body": null,
459
+ "footer": null,
460
+ "notes": [],
461
+ "hash": "b3b9d4791f93f37b82acce1556da7ddd33bcc1b8",
462
+ "gitTags": "",
463
+ "committerDate": "2018-11-02 07:55:25 +0200",
464
+ "isTagged": true,
465
+ "tag": "@pie-element/multiple-choice@2.3.0"
466
+ },
467
+ {
468
+ "type": "feat",
469
+ "scope": "choice-interaction-update",
470
+ "subject": "made the requested changes for the multiple-choice package",
471
+ "merge": null,
472
+ "header": "feat(choice-interaction-update): made the requested changes for the multiple-choice package",
473
+ "body": null,
474
+ "footer": null,
475
+ "notes": [],
476
+ "hash": "d03dc1a5b60c00d4c135e6ade1fce26c3612ff69",
477
+ "gitTags": "",
478
+ "committerDate": "2018-10-31 10:13:38 +0200",
479
+ "isTagged": true,
480
+ "tag": "@pie-element/multiple-choice@2.2.0"
481
+ },
482
+ {
483
+ "type": "feat",
484
+ "scope": "choice-interaction-update",
485
+ "subject": "updated the partial scoring package version for 3 packages: match, select-text and multiple-choice (ch497)",
486
+ "merge": null,
487
+ "header": "feat(choice-interaction-update): updated the partial scoring package version for 3 packages: match, select-text and multiple-choice (ch497)",
488
+ "body": null,
489
+ "footer": null,
490
+ "notes": [],
491
+ "hash": "b1f2803ca442605108b5ceb78267b8598d6b182f",
492
+ "gitTags": "",
493
+ "committerDate": "2018-10-30 12:48:03 +0200",
494
+ "isTagged": true,
495
+ "tag": "@pie-element/multiple-choice@2.2.0"
496
+ },
497
+ {
498
+ "type": "feat",
499
+ "scope": "ch497",
500
+ "subject": "updated the partial scoring for 3 packages: match, select-text and multiple-choice",
501
+ "merge": null,
502
+ "header": "feat(ch497): updated the partial scoring for 3 packages: match, select-text and multiple-choice",
503
+ "body": null,
504
+ "footer": null,
505
+ "notes": [],
506
+ "hash": "5a46b061aec68b46cd34f358d6bc239fa96df6fd",
507
+ "gitTags": "",
508
+ "committerDate": "2018-10-29 14:27:25 +0200",
509
+ "isTagged": true,
510
+ "tag": "@pie-element/multiple-choice@2.2.0"
511
+ },
512
+ {
513
+ "type": "fix",
514
+ "scope": "editable-html-package-update",
515
+ "subject": "updated the editable-html version",
516
+ "merge": null,
517
+ "header": "fix(editable-html-package-update): updated the editable-html version",
518
+ "body": null,
519
+ "footer": null,
520
+ "notes": [],
521
+ "hash": "4240cb824bdf9fdb8f3a56e23473d9119554b6d8",
522
+ "gitTags": " (origin/fix/editable-html-package-update)",
523
+ "committerDate": "2018-10-10 10:56:15 +0300",
524
+ "isTagged": true,
525
+ "tag": "@pie-element/multiple-choice@2.1.3"
526
+ },
527
+ {
528
+ "type": "fix",
529
+ "scope": null,
530
+ "subject": "fix bad import",
531
+ "merge": null,
532
+ "header": "fix: fix bad import",
533
+ "body": null,
534
+ "footer": null,
535
+ "notes": [],
536
+ "hash": "2cd1cde7f49be6053b0eecd4fe0d485486beac45",
537
+ "gitTags": "",
538
+ "committerDate": "2018-09-20 10:32:59 +0100",
539
+ "isTagged": true,
540
+ "tag": "@pie-element/multiple-choice@2.1.2"
541
+ },
542
+ {
543
+ "type": "fix",
544
+ "scope": null,
545
+ "subject": "build fixes",
546
+ "merge": null,
547
+ "header": "fix: build fixes",
548
+ "body": null,
549
+ "footer": null,
550
+ "notes": [],
551
+ "hash": "3c3a7f20ff7805fa1265eb7b187b80d77e1820ac",
552
+ "gitTags": "",
553
+ "committerDate": "2018-09-20 09:49:51 +0100",
554
+ "isTagged": true,
555
+ "tag": "@pie-element/multiple-choice@2.1.1"
556
+ },
557
+ {
558
+ "type": "feat",
559
+ "scope": null,
560
+ "subject": "add outcome method to controller",
561
+ "merge": null,
562
+ "header": "feat: add outcome method to controller",
563
+ "body": null,
564
+ "footer": null,
565
+ "notes": [],
566
+ "hash": "ec2853ed83ff977e55155dcd8aa3301f97bfcc67",
567
+ "gitTags": "",
568
+ "committerDate": "2018-08-15 21:36:45 -0400",
569
+ "isTagged": true,
570
+ "tag": "@pie-element/multiple-choice@2.1.0"
571
+ },
572
+ {
573
+ "type": "fix",
574
+ "scope": null,
575
+ "subject": "bump config-ui@^7.6.6",
576
+ "merge": null,
577
+ "header": "fix: bump config-ui@^7.6.6",
578
+ "body": null,
579
+ "footer": null,
580
+ "notes": [],
581
+ "hash": "266235a5351077d081f4c08dab3411e6690d43ac",
582
+ "gitTags": "",
583
+ "committerDate": "2018-08-06 13:32:09 -0400",
584
+ "isTagged": true,
585
+ "tag": "@pie-element/multiple-choice@2.0.5"
586
+ },
587
+ {
588
+ "type": "fix",
589
+ "scope": null,
590
+ "subject": "bump config-ui and editable html versions",
591
+ "merge": null,
592
+ "header": "fix: bump config-ui and editable html versions",
593
+ "body": null,
594
+ "footer": null,
595
+ "notes": [],
596
+ "hash": "002fb60b997d3b261976b94b54f4c43a31ca673d",
597
+ "gitTags": "",
598
+ "committerDate": "2018-07-27 10:48:06 -0400",
599
+ "isTagged": true,
600
+ "tag": "@pie-element/multiple-choice@2.0.4"
601
+ },
602
+ {
603
+ "type": "feature",
604
+ "scope": "multiple-choice",
605
+ "subject": "design updates to be more inline with corespring design",
606
+ "merge": null,
607
+ "header": "feature(multiple-choice): design updates to be more inline with corespring design",
608
+ "body": null,
609
+ "footer": null,
610
+ "notes": [],
611
+ "hash": "5fac26a7388dbd8fd7c8e6ef5b60d1111de457e9",
612
+ "gitTags": "",
613
+ "committerDate": "2018-07-03 15:11:13 +0300",
614
+ "isTagged": true,
615
+ "tag": "@pie-element/multiple-choice@2.0.3"
616
+ },
617
+ {
618
+ "type": "fix",
619
+ "scope": null,
620
+ "subject": "dont import *.jsx files",
621
+ "merge": null,
622
+ "header": "fix: dont import *.jsx files",
623
+ "body": null,
624
+ "footer": null,
625
+ "notes": [],
626
+ "hash": "5811854a9badd81224aad43b3db3572b5b08ff7f",
627
+ "gitTags": "",
628
+ "committerDate": "2018-06-06 16:02:53 -0400",
629
+ "isTagged": true,
630
+ "tag": "@pie-element/multiple-choice@2.0.2"
631
+ },
632
+ {
633
+ "type": "feat",
634
+ "scope": null,
635
+ "subject": "upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
636
+ "merge": null,
637
+ "header": "feat: upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
638
+ "body": null,
639
+ "footer": null,
640
+ "notes": [],
641
+ "hash": "3d57d5cd52e333165ffdbaaed3e714e645a984b1",
642
+ "gitTags": "",
643
+ "committerDate": "2018-05-16 12:00:48 -0400",
644
+ "isTagged": true,
645
+ "tag": "@pie-element/multiple-choice@2.0.1"
646
+ },
647
+ {
648
+ "type": "fix",
649
+ "scope": "prompt",
650
+ "subject": "add image functionality back in",
651
+ "merge": null,
652
+ "header": "fix(prompt): add image functionality back in",
653
+ "body": null,
654
+ "footer": null,
655
+ "notes": [],
656
+ "hash": "3aa73dbe5564d1942a745b97f166666c0902da62",
657
+ "gitTags": "",
658
+ "committerDate": "2018-05-11 12:14:48 -0400",
659
+ "isTagged": true,
660
+ "tag": "@pie-element/multiple-choice@1.7.1"
661
+ },
662
+ {
663
+ "type": "feat",
664
+ "scope": "dependencies",
665
+ "subject": "use latest of @pie-ui/*",
666
+ "merge": null,
667
+ "header": "feat(dependencies): use latest of @pie-ui/*",
668
+ "body": null,
669
+ "footer": null,
670
+ "notes": [],
671
+ "hash": "ac9d2e5b1fbd0bf21c0304af6c98fbfad07b5218",
672
+ "gitTags": "",
673
+ "committerDate": "2018-05-02 21:22:39 -0400",
674
+ "isTagged": true,
675
+ "tag": "@pie-element/multiple-choice@1.7.0"
676
+ },
677
+ {
678
+ "type": "feat",
679
+ "scope": "root",
680
+ "subject": "use @pie-lib/config-ui choiceUtils",
681
+ "merge": null,
682
+ "header": "feat(root): use @pie-lib/config-ui choiceUtils",
683
+ "body": null,
684
+ "footer": null,
685
+ "notes": [],
686
+ "hash": "2a3f180b41e7e9a36a0758dcbe4fdb86f253a50c",
687
+ "gitTags": "",
688
+ "committerDate": "2018-04-24 21:28:59 -0400",
689
+ "isTagged": true,
690
+ "tag": "@pie-element/multiple-choice@1.6.0"
691
+ },
692
+ {
693
+ "type": "fix",
694
+ "scope": "configure",
695
+ "subject": "make sure value is unique",
696
+ "merge": null,
697
+ "header": "fix(configure): make sure value is unique",
698
+ "body": null,
699
+ "footer": null,
700
+ "notes": [],
701
+ "hash": "0f437c223a88da455995c944ddeb5b81db30b205",
702
+ "gitTags": "",
703
+ "committerDate": "2018-04-24 15:08:03 -0400",
704
+ "isTagged": true,
705
+ "tag": "@pie-element/multiple-choice@1.6.0"
706
+ },
707
+ {
708
+ "type": "feat",
709
+ "scope": "value",
710
+ "subject": "remove 'value' input, it is now generated based on the choice index.",
711
+ "merge": null,
712
+ "header": "feat(value): remove 'value' input, it is now generated based on the choice index.",
713
+ "body": null,
714
+ "footer": null,
715
+ "notes": [],
716
+ "hash": "5ea34fafc77e6ee096e7a38124b0985e7df4df48",
717
+ "gitTags": "",
718
+ "committerDate": "2018-04-24 14:47:35 -0400",
719
+ "isTagged": true,
720
+ "tag": "@pie-element/multiple-choice@1.6.0"
721
+ },
722
+ {
723
+ "type": "fix",
724
+ "scope": "dependencies",
725
+ "subject": "use latest @pie-lib/editable-html",
726
+ "merge": null,
727
+ "header": "fix(dependencies): use latest @pie-lib/editable-html",
728
+ "body": null,
729
+ "footer": null,
730
+ "notes": [],
731
+ "hash": "b29ff91e11f44ccb1013180d763e43fe90f5334d",
732
+ "gitTags": "",
733
+ "committerDate": "2018-04-24 13:32:17 -0400",
734
+ "isTagged": true,
735
+ "tag": "@pie-element/multiple-choice@1.6.0"
736
+ },
737
+ {
738
+ "type": "fix",
739
+ "scope": "dependencies",
740
+ "subject": "version bump @pie-ui/multiple-choice",
741
+ "merge": null,
742
+ "header": "fix(dependencies): version bump @pie-ui/multiple-choice",
743
+ "body": null,
744
+ "footer": null,
745
+ "notes": [],
746
+ "hash": "f82c722bfc15d14a25afba2988a84b5a1143aaa7",
747
+ "gitTags": "",
748
+ "committerDate": "2018-04-24 12:35:14 -0400",
749
+ "isTagged": true,
750
+ "tag": "@pie-element/multiple-choice@1.6.0"
751
+ },
752
+ {
753
+ "type": "fix",
754
+ "scope": "dependencies",
755
+ "subject": "version bump",
756
+ "merge": null,
757
+ "header": "fix(dependencies): version bump",
758
+ "body": null,
759
+ "footer": null,
760
+ "notes": [],
761
+ "hash": "ee6d3d0cd4b0a1d87fd4ab4e161c3b686d7b05bb",
762
+ "gitTags": "",
763
+ "committerDate": "2018-04-24 11:34:37 -0400",
764
+ "isTagged": true,
765
+ "tag": "@pie-element/multiple-choice@1.6.0"
766
+ },
767
+ {
768
+ "type": "chore",
769
+ "scope": "test",
770
+ "subject": "set up some tests",
771
+ "merge": null,
772
+ "header": "chore(test): set up some tests",
773
+ "body": null,
774
+ "footer": null,
775
+ "notes": [],
776
+ "hash": "37936ae5e2ad4427159cecb53e460f77a98a46bc",
777
+ "gitTags": "",
778
+ "committerDate": "2018-04-17 15:03:45 -0400",
779
+ "isTagged": true,
780
+ "tag": "@pie-element/multiple-choice@1.6.0"
781
+ },
782
+ {
783
+ "type": "feat",
784
+ "scope": "dependencies",
785
+ "subject": "use latest @pie-ui/multiple-choice",
786
+ "merge": null,
787
+ "header": "feat(dependencies): use latest @pie-ui/multiple-choice",
788
+ "body": null,
789
+ "footer": null,
790
+ "notes": [],
791
+ "hash": "9b73dbbcf5a03b383f5e66e6cb3d048b9bb1c5db",
792
+ "gitTags": "",
793
+ "committerDate": "2018-04-17 14:12:26 -0400",
794
+ "isTagged": true,
795
+ "tag": "@pie-element/multiple-choice@1.6.0"
796
+ },
797
+ {
798
+ "type": "fix",
799
+ "scope": "dependencies",
800
+ "subject": "fix dependencies",
801
+ "merge": null,
802
+ "header": "fix(dependencies): fix dependencies",
803
+ "body": null,
804
+ "footer": null,
805
+ "notes": [],
806
+ "hash": "0d16dc04c950ee109f88f5493934da1720370aee",
807
+ "gitTags": "",
808
+ "committerDate": "2018-03-06 14:47:24 -0500",
809
+ "isTagged": true,
810
+ "tag": "@pie-element/multiple-choice@1.6.0"
811
+ },
812
+ {
813
+ "type": "fix",
814
+ "scope": "dependencies",
815
+ "subject": "update dependency names",
816
+ "merge": null,
817
+ "header": "fix(dependencies): update dependency names",
818
+ "body": null,
819
+ "footer": null,
820
+ "notes": [],
821
+ "hash": "dc789acd13eb139e0c3d04c12c7811bcfdd4059f",
822
+ "gitTags": "",
823
+ "committerDate": "2018-03-06 14:22:23 -0500",
824
+ "isTagged": true,
825
+ "tag": "@pie-element/multiple-choice@1.6.0"
826
+ },
827
+ {
828
+ "type": "feat",
829
+ "scope": "general",
830
+ "subject": "initialize default model (2) (#138)",
831
+ "merge": null,
832
+ "header": "feat(general): initialize default model (2) (#138)",
833
+ "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",
834
+ "footer": null,
835
+ "notes": [],
836
+ "hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
837
+ "gitTags": "",
838
+ "committerDate": "2019-03-15 15:25:07 -0400",
839
+ "isTagged": true,
840
+ "tag": "@pie-element/multiple-choice@2.10.0"
841
+ },
842
+ {
843
+ "type": "fix",
844
+ "scope": null,
845
+ "subject": "bump editable-html",
846
+ "merge": null,
847
+ "header": "fix: bump editable-html",
848
+ "body": null,
849
+ "footer": null,
850
+ "notes": [],
851
+ "hash": "1b4b238011c7f3802f26cb320675f846cbbbf71b",
852
+ "gitTags": "",
853
+ "committerDate": "2019-04-04 10:08:50 +0100",
854
+ "isTagged": true,
855
+ "tag": "@pie-element/multiple-choice@2.11.0"
856
+ },
857
+ {
858
+ "type": "feat",
859
+ "scope": null,
860
+ "subject": "partial scoring",
861
+ "merge": null,
862
+ "header": "feat: partial scoring",
863
+ "body": null,
864
+ "footer": null,
865
+ "notes": [],
866
+ "hash": "928bcc3169dee6de905118acf53573a794611873",
867
+ "gitTags": "",
868
+ "committerDate": "2019-04-02 17:11:17 +0100",
869
+ "isTagged": true,
870
+ "tag": "@pie-element/multiple-choice@2.11.0"
871
+ },
872
+ {
873
+ "type": "feat",
874
+ "scope": null,
875
+ "subject": "support env.partialScoring, disable for radio",
876
+ "merge": null,
877
+ "header": "feat: support env.partialScoring, disable for radio",
878
+ "body": null,
879
+ "footer": null,
880
+ "notes": [],
881
+ "hash": "40862cb9e50eac0d055c31c1349b7a94aa06475b",
882
+ "gitTags": "",
883
+ "committerDate": "2019-04-02 11:20:20 +0100",
884
+ "isTagged": true,
885
+ "tag": "@pie-element/multiple-choice@2.11.0"
886
+ },
887
+ {
888
+ "type": "feat",
889
+ "scope": null,
890
+ "subject": "allow config to control the UI",
891
+ "merge": null,
892
+ "header": "feat: allow config to control the UI",
893
+ "body": null,
894
+ "footer": null,
895
+ "notes": [],
896
+ "hash": "70551b83c6ad216661e8699f944dd0fcfa630f07",
897
+ "gitTags": "",
898
+ "committerDate": "2019-03-19 12:46:28 +0200",
899
+ "isTagged": true,
900
+ "tag": "@pie-element/multiple-choice@2.11.0"
901
+ },
902
+ {
903
+ "type": "fix",
904
+ "scope": null,
905
+ "subject": "Update state.model if there are any changes.",
906
+ "merge": null,
907
+ "header": "fix: Update state.model if there are any changes.",
908
+ "body": null,
909
+ "footer": null,
910
+ "notes": [],
911
+ "hash": "610a9db51e4ba9c094fcaba6efdb2c7af944ed15",
912
+ "gitTags": "",
913
+ "committerDate": "2019-04-03 14:31:20 +0300",
914
+ "isTagged": true,
915
+ "tag": "@pie-element/multiple-choice@2.11.1"
916
+ },
917
+ {
918
+ "type": "feat",
919
+ "scope": null,
920
+ "subject": "Updated @pie-ui/multiple-choice version.",
921
+ "merge": null,
922
+ "header": "feat: Updated @pie-ui/multiple-choice version.",
923
+ "body": null,
924
+ "footer": null,
925
+ "notes": [],
926
+ "hash": "93dbd6a23acf80e3fa87879f510c889974e936a2",
927
+ "gitTags": "",
928
+ "committerDate": "2019-04-18 16:43:33 +0300",
929
+ "isTagged": true,
930
+ "tag": "@pie-element/multiple-choice@2.12.0"
931
+ },
932
+ {
933
+ "type": "feat",
934
+ "scope": "multiple-choice",
935
+ "subject": "Integrated new settings panel. Updated tests.",
936
+ "merge": null,
937
+ "header": "feat(multiple-choice): Integrated new settings panel. Updated tests.",
938
+ "body": null,
939
+ "footer": null,
940
+ "notes": [],
941
+ "hash": "6387043a0d0c9176735ce1c23fee5eb4fdca44c6",
942
+ "gitTags": "",
943
+ "committerDate": "2019-04-17 08:53:25 +0300",
944
+ "isTagged": true,
945
+ "tag": "@pie-element/multiple-choice@2.12.0"
946
+ },
947
+ {
948
+ "type": "fix",
949
+ "scope": "multiple-choice",
950
+ "subject": "Refactored using new established naming convention and updated tests.",
951
+ "merge": null,
952
+ "header": "fix(multiple-choice): Refactored using new established naming convention and updated tests.",
953
+ "body": null,
954
+ "footer": null,
955
+ "notes": [],
956
+ "hash": "78ffbaeb9cf4bbd4ef88a57addb9a1221089903c",
957
+ "gitTags": "",
958
+ "committerDate": "2019-04-17 06:50:02 +0300",
959
+ "isTagged": true,
960
+ "tag": "@pie-element/multiple-choice@2.12.0"
961
+ },
962
+ {
963
+ "type": "fix",
964
+ "scope": "placement-ordering",
965
+ "subject": "renaming model properties with naming conventions.",
966
+ "merge": null,
967
+ "header": "fix(placement-ordering): renaming model properties with naming conventions.",
968
+ "body": null,
969
+ "footer": null,
970
+ "notes": [],
971
+ "hash": "9d9be0154654c1c7c6866e3daa74d9e37523a567",
972
+ "gitTags": "",
973
+ "committerDate": "2019-04-15 11:43:37 +0300",
974
+ "isTagged": true,
975
+ "tag": "@pie-element/multiple-choice@2.12.0"
976
+ },
977
+ {
978
+ "type": "fix",
979
+ "scope": null,
980
+ "subject": "Updated @pie-ui/multiple-choice version.",
981
+ "merge": null,
982
+ "header": "fix: Updated @pie-ui/multiple-choice version.",
983
+ "body": null,
984
+ "footer": null,
985
+ "notes": [],
986
+ "hash": "0eb901a09ccc61b19511a124ee20b35d91e824da",
987
+ "gitTags": "",
988
+ "committerDate": "2019-04-25 17:10:21 +0300",
989
+ "isTagged": true,
990
+ "tag": "@pie-element/multiple-choice@2.12.3"
991
+ },
992
+ {
993
+ "type": "fix",
994
+ "scope": null,
995
+ "subject": "Updated with new version of @pie-lib/config-ui.",
996
+ "merge": null,
997
+ "header": "fix: Updated with new version of @pie-lib/config-ui.",
998
+ "body": null,
999
+ "footer": null,
1000
+ "notes": [],
1001
+ "hash": "49bb68b6ec8b45c548e8c6907aaa2c047d4867d1",
1002
+ "gitTags": "",
1003
+ "committerDate": "2019-04-25 14:32:45 +0300",
1004
+ "isTagged": true,
1005
+ "tag": "@pie-element/multiple-choice@2.12.3"
1006
+ },
1007
+ {
1008
+ "type": "fix",
1009
+ "scope": null,
1010
+ "subject": "Removed usage of state and updated tests.",
1011
+ "merge": null,
1012
+ "header": "fix: Removed usage of state and updated tests.",
1013
+ "body": null,
1014
+ "footer": null,
1015
+ "notes": [],
1016
+ "hash": "09858903b9c9538e6d47c3af76b2d2e47269f214",
1017
+ "gitTags": " (origin/andreea/ch1308/add-separate-property-and-call-it-configuration-multiple-choice)",
1018
+ "committerDate": "2019-05-02 11:31:55 +0300",
1019
+ "isTagged": true,
1020
+ "tag": "@pie-element/multiple-choice@2.12.5"
1021
+ },
1022
+ {
1023
+ "type": "fix",
1024
+ "scope": null,
1025
+ "subject": "Updated with new version of @pie-lib/config-ui.",
1026
+ "merge": null,
1027
+ "header": "fix: Updated with new version of @pie-lib/config-ui.",
1028
+ "body": null,
1029
+ "footer": null,
1030
+ "notes": [],
1031
+ "hash": "4dd2a2eb68eed5c476fd544fcd48c28f75a7e348",
1032
+ "gitTags": "",
1033
+ "committerDate": "2019-04-24 13:08:53 +0300",
1034
+ "isTagged": true,
1035
+ "tag": "@pie-element/multiple-choice@2.12.5"
1036
+ },
1037
+ {
1038
+ "type": "fix",
1039
+ "scope": null,
1040
+ "subject": "renamed `configure` to `configuration`",
1041
+ "merge": null,
1042
+ "header": "fix: renamed `configure` to `configuration`",
1043
+ "body": null,
1044
+ "footer": null,
1045
+ "notes": [],
1046
+ "hash": "d18cea989709f860e80e3e27eaa43520381a922d",
1047
+ "gitTags": "",
1048
+ "committerDate": "2019-04-24 06:44:00 +0300",
1049
+ "isTagged": true,
1050
+ "tag": "@pie-element/multiple-choice@2.12.5"
1051
+ },
1052
+ {
1053
+ "type": "feat",
1054
+ "scope": null,
1055
+ "subject": "Updated with new version of @pie-lib-config-ui. Renamed `configure` with `configuration`. Removed usage of state (root.jsx) and updated tests.",
1056
+ "merge": null,
1057
+ "header": "feat: Updated with new version of @pie-lib-config-ui. Renamed `configure` with `configuration`. Removed usage of state (root.jsx) and updated tests.",
1058
+ "body": null,
1059
+ "footer": "BREAKING CHANGE: `configure` is removed, use `configuration` instead.",
1060
+ "notes": [
1061
+ {
1062
+ "title": "BREAKING CHANGE",
1063
+ "text": "`configure` is removed, use `configuration` instead."
1064
+ }
1065
+ ],
1066
+ "hash": "80314545a33d99560bd546c55053a048414f39e2",
1067
+ "gitTags": "",
1068
+ "committerDate": "2019-05-02 16:14:51 +0300",
1069
+ "isTagged": true,
1070
+ "tag": "@pie-element/multiple-choice@3.0.0"
1071
+ },
1072
+ {
1073
+ "type": "feat",
1074
+ "scope": null,
1075
+ "subject": "added rationale support",
1076
+ "merge": null,
1077
+ "header": "feat: added rationale support",
1078
+ "body": null,
1079
+ "footer": null,
1080
+ "notes": [],
1081
+ "hash": "3c1edf3da6101d62f3cd4d06dc22c64ca2560205",
1082
+ "gitTags": "",
1083
+ "committerDate": "2019-05-14 16:45:35 +0300",
1084
+ "isTagged": true,
1085
+ "tag": "@pie-element/multiple-choice@3.1.0"
1086
+ },
1087
+ {
1088
+ "type": "feat",
1089
+ "scope": null,
1090
+ "subject": "added support for rationale.",
1091
+ "merge": null,
1092
+ "header": "feat: added support for rationale.",
1093
+ "body": null,
1094
+ "footer": null,
1095
+ "notes": [],
1096
+ "hash": "9c206b09e4358050549372ea0b90d4d69b15af51",
1097
+ "gitTags": "",
1098
+ "committerDate": "2019-05-10 13:36:53 +0300",
1099
+ "isTagged": true,
1100
+ "tag": "@pie-element/multiple-choice@3.1.0"
1101
+ },
1102
+ {
1103
+ "type": "feat",
1104
+ "scope": null,
1105
+ "subject": "added rationale support.",
1106
+ "merge": null,
1107
+ "header": "feat: added rationale support.",
1108
+ "body": null,
1109
+ "footer": null,
1110
+ "notes": [],
1111
+ "hash": "1ddc13742d8a585befca50702889c8c8fa47ad6c",
1112
+ "gitTags": "",
1113
+ "committerDate": "2019-05-09 16:57:00 +0300",
1114
+ "isTagged": true,
1115
+ "tag": "@pie-element/multiple-choice@3.1.0"
1116
+ },
1117
+ {
1118
+ "type": "fix",
1119
+ "scope": null,
1120
+ "subject": "Updated pie-schema and config-schema.",
1121
+ "merge": null,
1122
+ "header": "fix: Updated pie-schema and config-schema.",
1123
+ "body": null,
1124
+ "footer": null,
1125
+ "notes": [],
1126
+ "hash": "e5528008841624dd4da1d16fc14da09ca74f007e",
1127
+ "gitTags": "",
1128
+ "committerDate": "2019-05-14 16:14:26 +0300",
1129
+ "isTagged": true,
1130
+ "tag": "@pie-element/multiple-choice@3.1.1"
1131
+ },
1132
+ {
1133
+ "type": "chore",
1134
+ "scope": "latest-version",
1135
+ "subject": "pushing to release",
1136
+ "merge": null,
1137
+ "header": "chore(latest-version): pushing to release",
1138
+ "body": null,
1139
+ "footer": null,
1140
+ "notes": [],
1141
+ "hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
1142
+ "gitTags": " (develop)",
1143
+ "committerDate": "2019-06-06 01:31:17 +0300",
1144
+ "isTagged": true,
1145
+ "tag": "@pie-element/multiple-choice@3.1.3"
1146
+ },
1147
+ {
1148
+ "type": "chore",
1149
+ "scope": "version",
1150
+ "subject": "bumped the versions",
1151
+ "merge": null,
1152
+ "header": "chore(version): bumped the versions",
1153
+ "body": null,
1154
+ "footer": null,
1155
+ "notes": [],
1156
+ "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
1157
+ "gitTags": " (origin/feat/mask-markup-elements)",
1158
+ "committerDate": "2019-06-06 01:15:50 +0300",
1159
+ "isTagged": true,
1160
+ "tag": "@pie-element/multiple-choice@3.1.3"
1161
+ },
1162
+ {
1163
+ "type": "chore",
1164
+ "scope": "version",
1165
+ "subject": "bumped the packages that depend on the editable-html",
1166
+ "merge": null,
1167
+ "header": "chore(version): bumped the packages that depend on the editable-html",
1168
+ "body": null,
1169
+ "footer": null,
1170
+ "notes": [],
1171
+ "hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
1172
+ "gitTags": " (develop)",
1173
+ "committerDate": "2019-06-06 13:16:05 +0300",
1174
+ "isTagged": true,
1175
+ "tag": "@pie-element/multiple-choice@3.1.4"
1176
+ },
1177
+ {
1178
+ "type": "chore",
1179
+ "scope": "version",
1180
+ "subject": "bumped the versions",
1181
+ "merge": null,
1182
+ "header": "chore(version): bumped the versions",
1183
+ "body": null,
1184
+ "footer": null,
1185
+ "notes": [],
1186
+ "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
1187
+ "gitTags": " (origin/feat/mask-markup-elements)",
1188
+ "committerDate": "2019-06-06 01:15:50 +0300",
1189
+ "isTagged": true,
1190
+ "tag": "@pie-element/multiple-choice@3.1.3"
1191
+ },
1192
+ {
1193
+ "type": "chore",
1194
+ "scope": "merge",
1195
+ "subject": "merged develop into master",
1196
+ "merge": null,
1197
+ "header": "chore(merge): merged develop into master",
1198
+ "body": null,
1199
+ "footer": null,
1200
+ "notes": [],
1201
+ "hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
1202
+ "gitTags": " (develop)",
1203
+ "committerDate": "2019-06-07 23:29:44 +0300",
1204
+ "isTagged": true,
1205
+ "tag": "@pie-element/multiple-choice@3.1.5"
1206
+ },
1207
+ {
1208
+ "type": "feat",
1209
+ "scope": "general",
1210
+ "subject": "updated all the packages that have the config-ui as a dependency",
1211
+ "merge": null,
1212
+ "header": "feat(general): updated all the packages that have the config-ui as a dependency",
1213
+ "body": null,
1214
+ "footer": null,
1215
+ "notes": [],
1216
+ "hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
1217
+ "gitTags": "",
1218
+ "committerDate": "2019-06-20 22:32:48 -0400",
1219
+ "isTagged": true,
1220
+ "tag": "@pie-element/multiple-choice@3.2.0"
1221
+ },
1222
+ {
1223
+ "type": "feat",
1224
+ "scope": "settings-panel",
1225
+ "subject": "updated the settings panel design and changes needed for [ch2242]",
1226
+ "merge": null,
1227
+ "header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
1228
+ "body": null,
1229
+ "footer": null,
1230
+ "notes": [],
1231
+ "hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
1232
+ "gitTags": "",
1233
+ "committerDate": "2019-06-25 23:42:15 -0400",
1234
+ "isTagged": true,
1235
+ "tag": "@pie-element/multiple-choice@3.3.0"
1236
+ },
1237
+ {
1238
+ "type": "feat",
1239
+ "scope": "mask-markup-elements",
1240
+ "subject": "refactored the elements and version bumped the necessary files",
1241
+ "merge": null,
1242
+ "header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
1243
+ "body": null,
1244
+ "footer": null,
1245
+ "notes": [],
1246
+ "hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
1247
+ "gitTags": "",
1248
+ "committerDate": "2019-07-02 13:38:48 -0400",
1249
+ "isTagged": true,
1250
+ "tag": "@pie-element/multiple-choice@3.4.0"
1251
+ },
1252
+ {
1253
+ "type": "chore",
1254
+ "scope": null,
1255
+ "subject": "downgrade console.error calls to TODO (#261)",
1256
+ "merge": null,
1257
+ "header": "chore: downgrade console.error calls to TODO (#261)",
1258
+ "body": null,
1259
+ "footer": null,
1260
+ "notes": [],
1261
+ "hash": "623e43fb29db0f2dc3c88a8711476689ea8e3969",
1262
+ "gitTags": "",
1263
+ "committerDate": "2019-07-01 18:02:20 -0400",
1264
+ "isTagged": true,
1265
+ "tag": "@pie-element/multiple-choice@3.4.0"
1266
+ },
1267
+ {
1268
+ "type": "chore",
1269
+ "scope": "editable-html",
1270
+ "subject": "version bumped the necessary packages",
1271
+ "merge": null,
1272
+ "header": "chore(editable-html): version bumped the necessary packages",
1273
+ "body": null,
1274
+ "footer": null,
1275
+ "notes": [],
1276
+ "hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
1277
+ "gitTags": "",
1278
+ "committerDate": "2019-07-02 15:13:55 -0400",
1279
+ "isTagged": true,
1280
+ "tag": "@pie-element/multiple-choice@3.4.1"
1281
+ },
1282
+ {
1283
+ "type": "chore",
1284
+ "scope": "version",
1285
+ "subject": "version bumped the editable-html dependent packages",
1286
+ "merge": null,
1287
+ "header": "chore(version): version bumped the editable-html dependent packages",
1288
+ "body": null,
1289
+ "footer": null,
1290
+ "notes": [],
1291
+ "hash": "19961d346e8596064bad27156e0cf5a03afc3889",
1292
+ "gitTags": "",
1293
+ "committerDate": "2019-07-03 15:57:58 -0400",
1294
+ "isTagged": true,
1295
+ "tag": "@pie-element/multiple-choice@3.4.3"
1296
+ },
1297
+ {
1298
+ "type": "chore",
1299
+ "scope": "editable-html",
1300
+ "subject": "version bumped",
1301
+ "merge": null,
1302
+ "header": "chore(editable-html): version bumped",
1303
+ "body": null,
1304
+ "footer": null,
1305
+ "notes": [],
1306
+ "hash": "c769be6b711d5e5b51d79f967548d65006310a9d",
1307
+ "gitTags": "",
1308
+ "committerDate": "2019-07-04 12:21:53 -0400",
1309
+ "isTagged": true,
1310
+ "tag": "@pie-element/multiple-choice@3.4.4"
1311
+ },
1312
+ {
1313
+ "type": "fix",
1314
+ "scope": "template-els",
1315
+ "subject": "fixed some ditb issues",
1316
+ "merge": null,
1317
+ "header": "fix(template-els): fixed some ditb issues",
1318
+ "body": null,
1319
+ "footer": null,
1320
+ "notes": [],
1321
+ "hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
1322
+ "gitTags": "",
1323
+ "committerDate": "2019-07-04 11:45:23 -0400",
1324
+ "isTagged": true,
1325
+ "tag": "@pie-element/multiple-choice@3.4.4"
1326
+ },
1327
+ {
1328
+ "type": "fix",
1329
+ "scope": "editable-html",
1330
+ "subject": "fixed lots of stuff regarding the editable-html",
1331
+ "merge": null,
1332
+ "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
1333
+ "body": null,
1334
+ "footer": null,
1335
+ "notes": [],
1336
+ "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
1337
+ "gitTags": " (origin/andrei/fixes)",
1338
+ "committerDate": "2019-07-07 14:16:34 -0400",
1339
+ "isTagged": true,
1340
+ "tag": "@pie-element/multiple-choice@3.4.6"
1341
+ },
1342
+ {
1343
+ "type": "chore",
1344
+ "scope": "config-ui",
1345
+ "subject": "bumped dependent packages",
1346
+ "merge": null,
1347
+ "header": "chore(config-ui): bumped dependent packages",
1348
+ "body": null,
1349
+ "footer": null,
1350
+ "notes": [],
1351
+ "hash": "645756c242868cf21e36a73227b355affb5f957a",
1352
+ "gitTags": "",
1353
+ "committerDate": "2019-07-07 15:44:44 -0400",
1354
+ "isTagged": true,
1355
+ "tag": "@pie-element/multiple-choice@3.4.7"
1356
+ },
1357
+ {
1358
+ "type": "chore",
1359
+ "scope": "editable-html",
1360
+ "subject": "version bumped some dependant packages",
1361
+ "merge": null,
1362
+ "header": "chore(editable-html): version bumped some dependant packages",
1363
+ "body": null,
1364
+ "footer": null,
1365
+ "notes": [],
1366
+ "hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
1367
+ "gitTags": "",
1368
+ "committerDate": "2019-07-09 13:38:59 +0300",
1369
+ "isTagged": true,
1370
+ "tag": "@pie-element/multiple-choice@3.4.8"
1371
+ },
1372
+ {
1373
+ "type": "fix",
1374
+ "scope": null,
1375
+ "subject": "The text when adding a new choice should be empty.",
1376
+ "merge": null,
1377
+ "header": "fix: The text when adding a new choice should be empty.",
1378
+ "body": null,
1379
+ "footer": null,
1380
+ "notes": [],
1381
+ "hash": "f37bcb010e586e2d9de073dedda55999b77b55a4",
1382
+ "gitTags": " (origin/andreea/ch2368/multiple-choice-add-choice-button-adds-with)",
1383
+ "committerDate": "2019-07-09 13:27:29 +0300",
1384
+ "isTagged": true,
1385
+ "tag": "@pie-element/multiple-choice@3.4.8"
1386
+ },
1387
+ {
1388
+ "type": "feat",
1389
+ "scope": "template-elements",
1390
+ "subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
1391
+ "merge": null,
1392
+ "header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
1393
+ "body": null,
1394
+ "footer": null,
1395
+ "notes": [],
1396
+ "hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
1397
+ "gitTags": "",
1398
+ "committerDate": "2019-07-11 16:57:13 +0300",
1399
+ "isTagged": true,
1400
+ "tag": "@pie-element/multiple-choice@3.5.0"
1401
+ },
1402
+ {
1403
+ "type": "fix",
1404
+ "scope": "rendering",
1405
+ "subject": "implemented rendering for math elements [ch1915], [ch1935]",
1406
+ "merge": null,
1407
+ "header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
1408
+ "body": null,
1409
+ "footer": null,
1410
+ "notes": [],
1411
+ "hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
1412
+ "gitTags": "",
1413
+ "committerDate": "2019-07-12 15:45:27 +0300",
1414
+ "isTagged": true,
1415
+ "tag": "@pie-element/multiple-choice@3.5.2"
1416
+ },
1417
+ {
1418
+ "type": "fix",
1419
+ "scope": "elements",
1420
+ "subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
1421
+ "merge": null,
1422
+ "header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
1423
+ "body": null,
1424
+ "footer": null,
1425
+ "notes": [],
1426
+ "hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
1427
+ "gitTags": "",
1428
+ "committerDate": "2019-08-01 12:43:53 +0300",
1429
+ "isTagged": true,
1430
+ "tag": "@pie-element/multiple-choice@3.5.7"
1431
+ },
1432
+ {
1433
+ "type": "fix",
1434
+ "scope": "elements",
1435
+ "subject": "version bumped the editable-html packages [ch1738]",
1436
+ "merge": null,
1437
+ "header": "fix(elements): version bumped the editable-html packages [ch1738]",
1438
+ "body": null,
1439
+ "footer": null,
1440
+ "notes": [],
1441
+ "hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
1442
+ "gitTags": "",
1443
+ "committerDate": "2019-08-08 08:40:11 +0300",
1444
+ "isTagged": true,
1445
+ "tag": "@pie-element/multiple-choice@3.5.8"
1446
+ },
1447
+ {
1448
+ "type": "fix",
1449
+ "scope": "math-rendering",
1450
+ "subject": "updated all dependent packages [ch3365]",
1451
+ "merge": null,
1452
+ "header": "fix(math-rendering): updated all dependent packages [ch3365]",
1453
+ "body": null,
1454
+ "footer": null,
1455
+ "notes": [],
1456
+ "hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
1457
+ "gitTags": "",
1458
+ "committerDate": "2019-08-16 23:04:42 +0300",
1459
+ "isTagged": true,
1460
+ "tag": "@pie-element/multiple-choice@3.5.9"
1461
+ },
1462
+ {
1463
+ "type": "fix",
1464
+ "scope": null,
1465
+ "subject": "set default values to configuration properties",
1466
+ "merge": null,
1467
+ "header": "fix: set default values to configuration properties",
1468
+ "body": null,
1469
+ "footer": null,
1470
+ "notes": [],
1471
+ "hash": "83501cd7f4d00e7154b0702b12754d6c32d54f63",
1472
+ "gitTags": "",
1473
+ "committerDate": "2019-08-15 13:58:57 +0300",
1474
+ "isTagged": true,
1475
+ "tag": "@pie-element/multiple-choice@3.5.9"
1476
+ },
1477
+ {
1478
+ "type": "fix",
1479
+ "scope": "math-rendering",
1480
+ "subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
1481
+ "merge": null,
1482
+ "header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
1483
+ "body": null,
1484
+ "footer": null,
1485
+ "notes": [],
1486
+ "hash": "33e3287a735cec9aed893f697a1933ff0c077042",
1487
+ "gitTags": "",
1488
+ "committerDate": "2019-08-19 19:37:56 +0300",
1489
+ "isTagged": true,
1490
+ "tag": "@pie-element/multiple-choice@3.5.10"
1491
+ },
1492
+ {
1493
+ "type": "fix",
1494
+ "scope": null,
1495
+ "subject": "null choices were throwing 'choices.map is not a function' error.",
1496
+ "merge": null,
1497
+ "header": "fix: null choices were throwing 'choices.map is not a function' error.",
1498
+ "body": null,
1499
+ "footer": null,
1500
+ "notes": [],
1501
+ "hash": "54d0c8ccc7594665b7a8736d2497119f5d8c2533",
1502
+ "gitTags": "",
1503
+ "committerDate": "2019-08-21 13:55:48 +0300",
1504
+ "isTagged": true,
1505
+ "tag": "@pie-element/multiple-choice@3.6.1"
1506
+ },
1507
+ {
1508
+ "type": "feat",
1509
+ "scope": null,
1510
+ "subject": "Session null/empty check.",
1511
+ "merge": null,
1512
+ "header": "feat: Session null/empty check.",
1513
+ "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]",
1514
+ "footer": null,
1515
+ "notes": [],
1516
+ "hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
1517
+ "gitTags": "",
1518
+ "committerDate": "2019-08-27 09:02:11 +0300",
1519
+ "isTagged": true,
1520
+ "tag": "@pie-element/multiple-choice@3.7.0"
1521
+ },
1522
+ {
1523
+ "type": "fix",
1524
+ "scope": null,
1525
+ "subject": "bump pie-lib/controller-utils",
1526
+ "merge": null,
1527
+ "header": "fix: bump pie-lib/controller-utils",
1528
+ "body": null,
1529
+ "footer": null,
1530
+ "notes": [],
1531
+ "hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
1532
+ "gitTags": "",
1533
+ "committerDate": "2019-08-30 23:15:07 +0300",
1534
+ "isTagged": true,
1535
+ "tag": "@pie-element/multiple-choice@3.8.0"
1536
+ },
1537
+ {
1538
+ "type": "fix",
1539
+ "scope": null,
1540
+ "subject": "prevent value=''",
1541
+ "merge": null,
1542
+ "header": "fix: prevent value=''",
1543
+ "body": null,
1544
+ "footer": null,
1545
+ "notes": [],
1546
+ "hash": "754372bee7be062723b308bfaa9ca89f4fd7ca6e",
1547
+ "gitTags": "",
1548
+ "committerDate": "2019-08-29 18:00:00 +0300",
1549
+ "isTagged": true,
1550
+ "tag": "@pie-element/multiple-choice@3.8.0"
1551
+ },
1552
+ {
1553
+ "type": "feat",
1554
+ "scope": null,
1555
+ "subject": "make use of updateSession callback",
1556
+ "merge": null,
1557
+ "header": "feat: make use of updateSession callback",
1558
+ "body": null,
1559
+ "footer": null,
1560
+ "notes": [],
1561
+ "hash": "c82de8804012bf1755430187426685d6c3eda329",
1562
+ "gitTags": "",
1563
+ "committerDate": "2019-08-22 15:54:34 +0100",
1564
+ "isTagged": true,
1565
+ "tag": "@pie-element/multiple-choice@3.8.0"
1566
+ },
1567
+ {
1568
+ "type": "feat",
1569
+ "scope": null,
1570
+ "subject": "Added the possibility to disable Settings Panel (used for EBSR).",
1571
+ "merge": null,
1572
+ "header": "feat: Added the possibility to disable Settings Panel (used for EBSR).",
1573
+ "body": null,
1574
+ "footer": null,
1575
+ "notes": [],
1576
+ "hash": "0327953a8d741555e34b50b0957908ec7e692b6f",
1577
+ "gitTags": "",
1578
+ "committerDate": "2019-09-12 10:28:57 +0300",
1579
+ "isTagged": true,
1580
+ "tag": "@pie-element/multiple-choice@3.9.0"
1581
+ },
1582
+ {
1583
+ "type": "feat",
1584
+ "scope": null,
1585
+ "subject": "add Part Labels feature (but will be used in EBSR context only)",
1586
+ "merge": null,
1587
+ "header": "feat: add Part Labels feature (but will be used in EBSR context only)",
1588
+ "body": null,
1589
+ "footer": null,
1590
+ "notes": [],
1591
+ "hash": "c3c066b5beb0107cde627f469fdb3b4c1a40efac",
1592
+ "gitTags": "",
1593
+ "committerDate": "2019-09-07 02:29:51 +0300",
1594
+ "isTagged": true,
1595
+ "tag": "@pie-element/multiple-choice@3.10.0"
1596
+ },
1597
+ {
1598
+ "type": "fix",
1599
+ "scope": null,
1600
+ "subject": "Show Correct Answer was not working properly: replaced allowFeedback (used to send data to pie-ui) with feedbackEnabled (can be changed in settings panel).",
1601
+ "merge": null,
1602
+ "header": "fix: Show Correct Answer was not working properly: replaced allowFeedback (used to send data to pie-ui) with feedbackEnabled (can be changed in settings panel).",
1603
+ "body": null,
1604
+ "footer": null,
1605
+ "notes": [],
1606
+ "hash": "494bf3a471a90e704cbb5ffdb9f44a198646f276",
1607
+ "gitTags": "",
1608
+ "committerDate": "2019-09-27 09:22:59 +0300",
1609
+ "isTagged": true,
1610
+ "tag": "@pie-element/multiple-choice@4.1.0"
1611
+ },
1612
+ {
1613
+ "type": "feat",
1614
+ "scope": "multiple-choice",
1615
+ "subject": "model based prompt",
1616
+ "merge": null,
1617
+ "header": "feat(multiple-choice): model based prompt",
1618
+ "body": null,
1619
+ "footer": null,
1620
+ "notes": [],
1621
+ "hash": "d90c1a1c83f1efb2c941016812f7296f90ba1e57",
1622
+ "gitTags": "",
1623
+ "committerDate": "2019-09-25 18:24:54 +0300",
1624
+ "isTagged": true,
1625
+ "tag": "@pie-element/multiple-choice@4.1.0"
1626
+ },
1627
+ {
1628
+ "type": "feat",
1629
+ "scope": "alternateSection",
1630
+ "subject": "removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385]",
1631
+ "merge": null,
1632
+ "header": "feat(alternateSection): removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385]",
1633
+ "body": null,
1634
+ "footer": null,
1635
+ "notes": [],
1636
+ "hash": "ab4478e10fc33aa3bbb604cae120f98d530ef5d7",
1637
+ "gitTags": "",
1638
+ "committerDate": "2019-10-03 14:46:28 +0300",
1639
+ "isTagged": true,
1640
+ "tag": "@pie-element/multiple-choice@4.2.0"
1641
+ },
1642
+ {
1643
+ "type": "feat",
1644
+ "scope": "alternateSection",
1645
+ "subject": "removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
1646
+ "merge": null,
1647
+ "header": "feat(alternateSection): removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
1648
+ "body": null,
1649
+ "footer": null,
1650
+ "notes": [],
1651
+ "hash": "01dc1515fe32d5ef4567b3086a1480382087f672",
1652
+ "gitTags": "",
1653
+ "committerDate": "2019-10-03 14:24:41 +0300",
1654
+ "isTagged": true,
1655
+ "tag": "@pie-element/multiple-choice@4.2.0"
1656
+ },
1657
+ {
1658
+ "type": "fix",
1659
+ "scope": null,
1660
+ "subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
1661
+ "merge": null,
1662
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
1663
+ "body": null,
1664
+ "footer": null,
1665
+ "notes": [],
1666
+ "hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
1667
+ "gitTags": "",
1668
+ "committerDate": "2019-10-11 12:38:26 +0100",
1669
+ "isTagged": true,
1670
+ "tag": "@pie-element/multiple-choice@5.0.1"
1671
+ },
1672
+ {
1673
+ "type": "fix",
1674
+ "scope": null,
1675
+ "subject": "Updated docs.",
1676
+ "merge": null,
1677
+ "header": "fix: Updated docs.",
1678
+ "body": null,
1679
+ "footer": null,
1680
+ "notes": [],
1681
+ "hash": "378761951767284187b663c2a271a5d4917af654",
1682
+ "gitTags": " (origin/fix/updated-docs)",
1683
+ "committerDate": "2019-10-11 12:01:13 +0300",
1684
+ "isTagged": true,
1685
+ "tag": "@pie-element/multiple-choice@5.0.1"
1686
+ },
1687
+ {
1688
+ "type": "fix",
1689
+ "scope": null,
1690
+ "subject": "bump @pie-lib/controller-utils@^0.2.2",
1691
+ "merge": null,
1692
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.2",
1693
+ "body": null,
1694
+ "footer": null,
1695
+ "notes": [],
1696
+ "hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
1697
+ "gitTags": "",
1698
+ "committerDate": "2019-10-15 12:11:16 +0100",
1699
+ "isTagged": true,
1700
+ "tag": "@pie-element/multiple-choice@5.0.2"
1701
+ },
1702
+ {
1703
+ "type": "fix",
1704
+ "scope": null,
1705
+ "subject": "ch2766 fix unresolved promise (#366)",
1706
+ "merge": null,
1707
+ "header": "fix: ch2766 fix unresolved promise (#366)",
1708
+ "body": "* fix: resolve null when instructor is not role\n\n* chore: typo\n\n* chore: correct response resolve, match interaction\n\n* chore: correct response unresolved\n\n* chore: categorize resolve correct response\n\n* fix: createCorrectResponseSession unresolved promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: ch2776 resolve createCorrectResponse promise",
1709
+ "footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
1710
+ "notes": [],
1711
+ "hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
1712
+ "gitTags": " (origin/develop, origin/HEAD)",
1713
+ "committerDate": "2019-10-16 15:50:55 -0400",
1714
+ "isTagged": true,
1715
+ "tag": "@pie-element/multiple-choice@5.0.4"
1716
+ },
1717
+ {
1718
+ "type": "fix",
1719
+ "scope": null,
1720
+ "subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
1721
+ "merge": null,
1722
+ "header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
1723
+ "body": null,
1724
+ "footer": null,
1725
+ "notes": [],
1726
+ "hash": "1d0f617741d88756dd9861647981b1121e04963f",
1727
+ "gitTags": "",
1728
+ "committerDate": "2019-11-06 09:57:11 +0200",
1729
+ "isTagged": true,
1730
+ "tag": "@pie-element/multiple-choice@5.0.6"
1731
+ },
1732
+ {
1733
+ "type": "fix",
1734
+ "scope": null,
1735
+ "subject": "feedbackEnabled should not be the property that decides whether the choice correctness is displayed or not.",
1736
+ "merge": null,
1737
+ "header": "fix: feedbackEnabled should not be the property that decides whether the choice correctness is displayed or not.",
1738
+ "body": null,
1739
+ "footer": null,
1740
+ "notes": [],
1741
+ "hash": "b69adfd687b185b39f030e5e5060d2219c8491d6",
1742
+ "gitTags": "",
1743
+ "committerDate": "2019-11-04 17:50:07 +0200",
1744
+ "isTagged": true,
1745
+ "tag": "@pie-element/multiple-choice@5.0.6"
1746
+ },
1747
+ {
1748
+ "type": "fix",
1749
+ "scope": null,
1750
+ "subject": "PIE-201 - store prompts and answers in session, fix",
1751
+ "merge": null,
1752
+ "header": "fix: PIE-201 - store prompts and answers in session, fix",
1753
+ "body": "controller-utils to use 0 as key",
1754
+ "footer": null,
1755
+ "notes": [],
1756
+ "hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
1757
+ "gitTags": "",
1758
+ "committerDate": "2019-11-18 20:35:06 +0000",
1759
+ "isTagged": true,
1760
+ "tag": "@pie-element/multiple-choice@5.0.7"
1761
+ },
1762
+ {
1763
+ "type": "fix",
1764
+ "scope": null,
1765
+ "subject": "bump pie-ui version",
1766
+ "merge": null,
1767
+ "header": "fix: bump pie-ui version",
1768
+ "body": null,
1769
+ "footer": null,
1770
+ "notes": [],
1771
+ "hash": "42e7db994a37d0aef129fa019455420fe3ae3675",
1772
+ "gitTags": "",
1773
+ "committerDate": "2019-12-18 12:08:39 +0000",
1774
+ "isTagged": true,
1775
+ "tag": "@pie-element/multiple-choice@5.0.8"
1776
+ },
1777
+ {
1778
+ "type": "feat",
1779
+ "scope": "normalization",
1780
+ "subject": "added a choicePrefix default value in case one is not given [ch6650]",
1781
+ "merge": null,
1782
+ "header": "feat(normalization): added a choicePrefix default value in case one is not given [ch6650]",
1783
+ "body": null,
1784
+ "footer": null,
1785
+ "notes": [],
1786
+ "hash": "955ff4040a4d5acc24fd8d8335b3557226a22396",
1787
+ "gitTags": " (origin/ch6650/multiple-choice-no-prefix)",
1788
+ "committerDate": "2019-12-24 13:43:07 +0200",
1789
+ "isTagged": true,
1790
+ "tag": "@pie-element/multiple-choice@5.1.0"
1791
+ },
1792
+ {
1793
+ "type": "fix",
1794
+ "scope": null,
1795
+ "subject": "bump @pie-lib dependencies",
1796
+ "merge": null,
1797
+ "header": "fix: bump @pie-lib dependencies",
1798
+ "body": null,
1799
+ "footer": null,
1800
+ "notes": [],
1801
+ "hash": "dcef3a72e83d09aa6566a1285a3ff2ec8219988a",
1802
+ "gitTags": "",
1803
+ "committerDate": "2020-03-23 12:46:14 +0000",
1804
+ "isTagged": true,
1805
+ "tag": "@pie-element/multiple-choice@5.2.0"
1806
+ },
1807
+ {
1808
+ "type": "fix",
1809
+ "scope": null,
1810
+ "subject": "bump ui versions",
1811
+ "merge": null,
1812
+ "header": "fix: bump ui versions",
1813
+ "body": null,
1814
+ "footer": null,
1815
+ "notes": [],
1816
+ "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
1817
+ "gitTags": "",
1818
+ "committerDate": "2020-03-31 19:25:13 +0100",
1819
+ "isTagged": true,
1820
+ "tag": "@pie-element/multiple-choice@5.2.0"
1821
+ },
1822
+ {
1823
+ "type": "fix",
1824
+ "scope": null,
1825
+ "subject": "bump version",
1826
+ "merge": null,
1827
+ "header": "fix: bump version",
1828
+ "body": null,
1829
+ "footer": null,
1830
+ "notes": [],
1831
+ "hash": "98a13048d48af872a216f9e2eae1a22a7ecf552f",
1832
+ "gitTags": "",
1833
+ "committerDate": "2020-04-10 17:14:19 +0100",
1834
+ "isTagged": true,
1835
+ "tag": "@pie-element/multiple-choice@5.3.1"
1836
+ },
1837
+ {
1838
+ "type": "fix",
1839
+ "scope": null,
1840
+ "subject": "bump lib and ui versions",
1841
+ "merge": null,
1842
+ "header": "fix: bump lib and ui versions",
1843
+ "body": null,
1844
+ "footer": null,
1845
+ "notes": [],
1846
+ "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
1847
+ "gitTags": "",
1848
+ "committerDate": "2020-04-10 17:13:24 +0100",
1849
+ "isTagged": true,
1850
+ "tag": "@pie-element/multiple-choice@5.3.1"
1851
+ },
1852
+ {
1853
+ "type": "fix",
1854
+ "scope": null,
1855
+ "subject": "bump all packages to avoid tag conflict",
1856
+ "merge": null,
1857
+ "header": "fix: bump all packages to avoid tag conflict",
1858
+ "body": null,
1859
+ "footer": null,
1860
+ "notes": [],
1861
+ "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
1862
+ "gitTags": "",
1863
+ "committerDate": "2020-04-10 20:01:37 +0100",
1864
+ "isTagged": true,
1865
+ "tag": "@pie-element/multiple-choice@5.3.1"
1866
+ },
1867
+ {
1868
+ "type": "fix",
1869
+ "scope": null,
1870
+ "subject": "bump version to avoid tag conflict",
1871
+ "merge": null,
1872
+ "header": "fix: bump version to avoid tag conflict",
1873
+ "body": null,
1874
+ "footer": null,
1875
+ "notes": [],
1876
+ "hash": "4d55f6d203f496420e2ed2fa32c0851406036c53",
1877
+ "gitTags": "",
1878
+ "committerDate": "2020-04-10 17:39:16 +0100",
1879
+ "isTagged": true,
1880
+ "tag": "@pie-element/multiple-choice@5.3.1"
1881
+ },
1882
+ {
1883
+ "type": "fix",
1884
+ "scope": null,
1885
+ "subject": "PD-129: Updated pie-ui/multiple-choice version.",
1886
+ "merge": null,
1887
+ "header": "fix: PD-129: Updated pie-ui/multiple-choice version.",
1888
+ "body": null,
1889
+ "footer": null,
1890
+ "notes": [],
1891
+ "hash": "7dd504ab5935ca7a3e1a665dac2b8afe5e298456",
1892
+ "gitTags": " (origin/fix/PD-129-updated-version)",
1893
+ "committerDate": "2020-04-13 18:58:15 +0300",
1894
+ "isTagged": true,
1895
+ "tag": "@pie-element/multiple-choice@5.3.2"
1896
+ },
1897
+ {
1898
+ "type": "fix",
1899
+ "scope": null,
1900
+ "subject": "PD-127: MC Choice Prefix Issue (Set 'letters' as default choicePrefix)",
1901
+ "merge": null,
1902
+ "header": "fix: PD-127: MC Choice Prefix Issue (Set 'letters' as default choicePrefix)",
1903
+ "body": null,
1904
+ "footer": null,
1905
+ "notes": [],
1906
+ "hash": "27cd7adf01276ecd09094c4d7808807590a8c00a",
1907
+ "gitTags": "",
1908
+ "committerDate": "2020-04-13 09:47:09 +0300",
1909
+ "isTagged": true,
1910
+ "tag": "@pie-element/multiple-choice@5.3.2"
1911
+ },
1912
+ {
1913
+ "type": "fix",
1914
+ "scope": null,
1915
+ "subject": "bump ui/lib versions",
1916
+ "merge": null,
1917
+ "header": "fix: bump ui/lib versions",
1918
+ "body": null,
1919
+ "footer": null,
1920
+ "notes": [],
1921
+ "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
1922
+ "gitTags": "",
1923
+ "committerDate": "2020-04-14 15:36:44 +0100",
1924
+ "isTagged": true,
1925
+ "tag": "@pie-element/multiple-choice@5.3.3"
1926
+ },
1927
+ {
1928
+ "type": "fix",
1929
+ "scope": null,
1930
+ "subject": "bump ui/lib versions",
1931
+ "merge": null,
1932
+ "header": "fix: bump ui/lib versions",
1933
+ "body": null,
1934
+ "footer": null,
1935
+ "notes": [],
1936
+ "hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
1937
+ "gitTags": "",
1938
+ "committerDate": "2020-04-28 14:57:57 +0100",
1939
+ "isTagged": true,
1940
+ "tag": "@pie-element/multiple-choice@5.3.4"
1941
+ },
1942
+ {
1943
+ "type": "fix",
1944
+ "scope": null,
1945
+ "subject": "update ui/lib versions",
1946
+ "merge": null,
1947
+ "header": "fix: update ui/lib versions",
1948
+ "body": null,
1949
+ "footer": null,
1950
+ "notes": [],
1951
+ "hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
1952
+ "gitTags": "",
1953
+ "committerDate": "2020-04-28 14:20:37 +0100",
1954
+ "isTagged": true,
1955
+ "tag": "@pie-element/multiple-choice@5.3.4"
1956
+ },
1957
+ {
1958
+ "type": "fix",
1959
+ "scope": null,
1960
+ "subject": "ui+libs update",
1961
+ "merge": null,
1962
+ "header": "fix: ui+libs update",
1963
+ "body": null,
1964
+ "footer": null,
1965
+ "notes": [],
1966
+ "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
1967
+ "gitTags": "",
1968
+ "committerDate": "2020-04-27 19:52:07 +0100",
1969
+ "isTagged": true,
1970
+ "tag": "@pie-element/multiple-choice@5.3.4"
1971
+ }
1972
+ ]