@pie-element/math-inline 12.1.1-next.13 → 12.1.1-next.131

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 (101) hide show
  1. package/CHANGELOG.json +2627 -0
  2. package/CHANGELOG.md +2473 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +3 -0
  5. package/configure/CHANGELOG.json +1652 -0
  6. package/configure/CHANGELOG.md +2101 -0
  7. package/configure/lib/configure.js +186 -0
  8. package/configure/lib/configure.js.map +1 -0
  9. package/configure/lib/defaults.js +185 -0
  10. package/configure/lib/defaults.js.map +1 -0
  11. package/configure/lib/general-config-block.js +525 -0
  12. package/configure/lib/general-config-block.js.map +1 -0
  13. package/configure/lib/index.js +140 -0
  14. package/configure/lib/index.js.map +1 -0
  15. package/configure/lib/response.js +369 -0
  16. package/configure/lib/response.js.map +1 -0
  17. package/configure/lib/utils.js +31 -0
  18. package/configure/lib/utils.js.map +1 -0
  19. package/configure/package.json +29 -0
  20. package/controller/CHANGELOG.json +1002 -0
  21. package/controller/CHANGELOG.md +1536 -0
  22. package/controller/lib/defaults.js +43 -0
  23. package/controller/lib/defaults.js.map +1 -0
  24. package/controller/lib/index.js +383 -0
  25. package/controller/lib/index.js.map +1 -0
  26. package/controller/lib/utils.js +11 -0
  27. package/controller/lib/utils.js.map +1 -0
  28. package/controller/package.json +26 -0
  29. package/docs/config-schema.json +2071 -0
  30. package/docs/config-schema.json.md +1533 -0
  31. package/docs/demo/config.js +8 -0
  32. package/docs/demo/generate.js +41 -0
  33. package/docs/demo/index.html +1 -0
  34. package/docs/demo/session.js +11 -0
  35. package/docs/pie-schema.json +1472 -0
  36. package/docs/pie-schema.json.md +845 -0
  37. package/lib/index.js +94 -0
  38. package/lib/index.js.map +1 -0
  39. package/lib/main.js +1030 -0
  40. package/lib/main.js.map +1 -0
  41. package/lib/print.js +92 -0
  42. package/lib/print.js.map +1 -0
  43. package/lib/simple-question-block.js +148 -0
  44. package/lib/simple-question-block.js.map +1 -0
  45. package/lib/utils.js +11 -0
  46. package/lib/utils.js.map +1 -0
  47. package/package.json +26 -93
  48. package/configure.js +0 -2
  49. package/controller.js +0 -1
  50. package/dist/author/configure.d.ts +0 -25
  51. package/dist/author/configure.js +0 -114
  52. package/dist/author/defaults.d.ts +0 -186
  53. package/dist/author/defaults.js +0 -145
  54. package/dist/author/general-config-block.d.ts +0 -35
  55. package/dist/author/general-config-block.js +0 -390
  56. package/dist/author/index.d.ts +0 -60
  57. package/dist/author/index.js +0 -77
  58. package/dist/author/response.d.ts +0 -40
  59. package/dist/author/response.js +0 -238
  60. package/dist/author/utils.d.ts +0 -14
  61. package/dist/author/utils.js +0 -13
  62. package/dist/browser/author/index.js +0 -36149
  63. package/dist/browser/author/index.js.map +0 -1
  64. package/dist/browser/controller/index.js +0 -37789
  65. package/dist/browser/controller/index.js.map +0 -1
  66. package/dist/browser/delivery/index.js +0 -84
  67. package/dist/browser/delivery/index.js.map +0 -1
  68. package/dist/browser/dist-BJ5Sm1Fi.js +0 -313
  69. package/dist/browser/dist-BJ5Sm1Fi.js.map +0 -1
  70. package/dist/browser/dist-CGr_ORz3.js +0 -19418
  71. package/dist/browser/dist-CGr_ORz3.js.map +0 -1
  72. package/dist/browser/dist-D9ARZhQk.js +0 -1426
  73. package/dist/browser/dist-D9ARZhQk.js.map +0 -1
  74. package/dist/browser/main-CgwgYd0K.js +0 -973
  75. package/dist/browser/main-CgwgYd0K.js.map +0 -1
  76. package/dist/browser/math-inline.css +0 -2
  77. package/dist/browser/print/index.js +0 -50
  78. package/dist/browser/print/index.js.map +0 -1
  79. package/dist/controller/defaults.d.ts +0 -44
  80. package/dist/controller/defaults.js +0 -39
  81. package/dist/controller/index.d.ts +0 -22
  82. package/dist/controller/index.js +0 -171
  83. package/dist/controller/utils.d.ts +0 -12
  84. package/dist/controller/utils.js +0 -7
  85. package/dist/delivery/index.d.ts +0 -22
  86. package/dist/delivery/index.js +0 -55
  87. package/dist/delivery/main.d.ts +0 -44
  88. package/dist/delivery/main.js +0 -606
  89. package/dist/delivery/simple-question-block.d.ts +0 -27
  90. package/dist/delivery/simple-question-block.js +0 -94
  91. package/dist/delivery/utils.d.ts +0 -12
  92. package/dist/delivery/utils.js +0 -7
  93. package/dist/index.d.ts +0 -1
  94. package/dist/index.iife.d.ts +0 -8
  95. package/dist/index.iife.js +0 -227
  96. package/dist/index.js +0 -2
  97. package/dist/math-inline.css +0 -2
  98. package/dist/print/index.d.ts +0 -15
  99. package/dist/print/index.js +0 -50
  100. package/dist/runtime-support.d.ts +0 -12
  101. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,186 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = exports.Configure = void 0;
8
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _styles = require("@mui/material/styles");
11
+ var _configUi = require("@pie-lib/config-ui");
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+ var _debug = _interopRequireDefault(require("debug"));
14
+ var _editableHtmlTipTap = _interopRequireDefault(require("@pie-lib/editable-html-tip-tap"));
15
+ var _generalConfigBlock = _interopRequireDefault(require("./general-config-block"));
16
+ var _utils = require("./utils");
17
+ const log = (0, _debug.default)('@pie-element:math-inline:configure');
18
+ const {
19
+ Panel,
20
+ toggle,
21
+ radio,
22
+ dropdown
23
+ } = _configUi.settings;
24
+ const PromptHolder = (0, _styles.styled)(_configUi.InputContainer)(({
25
+ theme
26
+ }) => ({
27
+ width: '100%',
28
+ paddingTop: theme.spacing(2),
29
+ marginBottom: theme.spacing(2)
30
+ }));
31
+ const ErrorText = (0, _styles.styled)('div')(({
32
+ theme
33
+ }) => ({
34
+ fontSize: theme.typography.fontSize - 2,
35
+ color: theme.palette.error.main,
36
+ paddingTop: theme.spacing(1)
37
+ }));
38
+ class Configure extends _react.default.Component {
39
+ constructor(...args) {
40
+ super(...args);
41
+ (0, _defineProperty2.default)(this, "onChange", model => {
42
+ this.props.onModelChanged(model);
43
+ });
44
+ (0, _defineProperty2.default)(this, "changeTeacherInstructions", teacherInstructions => {
45
+ this.props.onModelChanged({
46
+ ...this.props.model,
47
+ teacherInstructions
48
+ });
49
+ });
50
+ (0, _defineProperty2.default)(this, "onFeedbackChange", feedback => {
51
+ const {
52
+ model,
53
+ onModelChanged
54
+ } = this.props;
55
+ model.feedback = feedback;
56
+ onModelChanged(model);
57
+ });
58
+ }
59
+ render() {
60
+ const {
61
+ model,
62
+ imageSupport,
63
+ onModelChanged,
64
+ configuration,
65
+ onConfigurationChanged,
66
+ uploadSoundSupport
67
+ } = this.props;
68
+ const {
69
+ allowTrailingZeros = {},
70
+ baseInputConfiguration = {},
71
+ contentDimensions = {},
72
+ feedback = {},
73
+ ignoreOrder = {},
74
+ maxImageWidth = {},
75
+ maxImageHeight = {},
76
+ prompt = {},
77
+ rationale = {},
78
+ responseType = {},
79
+ scoringType = {},
80
+ settingsPanelDisabled,
81
+ spellCheck = {},
82
+ studentInstructions = {},
83
+ teacherInstructions = {},
84
+ withRubric = {},
85
+ mathMlOptions = {},
86
+ language = {},
87
+ languageChoices = {}
88
+ } = configuration || {};
89
+ const {
90
+ errors = {},
91
+ extraCSSRules,
92
+ feedbackEnabled,
93
+ promptEnabled,
94
+ rationaleEnabled,
95
+ spellCheckEnabled,
96
+ teacherInstructionsEnabled,
97
+ toolbarEditorPosition
98
+ } = model || {};
99
+ const {
100
+ teacherInstructions: teacherInstructionsError
101
+ } = errors;
102
+ log('[render] model', model);
103
+ const toolbarOpts = {
104
+ position: toolbarEditorPosition === 'top' ? 'top' : 'bottom'
105
+ };
106
+ const defaultImageMaxWidth = maxImageWidth && maxImageWidth.prompt;
107
+ const defaultImageMaxHeight = maxImageHeight && maxImageHeight.prompt;
108
+ const panelSettings = {
109
+ responseType: responseType.settings && radio(responseType.label, [_utils.ResponseTypes.simple, _utils.ResponseTypes.advanced]),
110
+ feedbackEnabled: feedback.settings && toggle(feedback.label),
111
+ promptEnabled: prompt.settings && toggle(prompt.label),
112
+ 'language.enabled': language.settings && toggle(language.label, true),
113
+ language: language.settings && language.enabled && dropdown(languageChoices.label, languageChoices.options)
114
+ };
115
+ const panelProperties = {
116
+ teacherInstructionsEnabled: teacherInstructions.settings && toggle(teacherInstructions.label),
117
+ studentInstructionsEnabled: studentInstructions.settings && toggle(studentInstructions.label),
118
+ rationaleEnabled: rationale.settings && toggle(rationale.label),
119
+ spellCheckEnabled: spellCheck.settings && toggle(spellCheck.label),
120
+ scoringType: scoringType.settings && radio(scoringType.label, ['auto', 'rubric']),
121
+ 'ignoreOrder.enabled': ignoreOrder.settings && toggle(ignoreOrder.label),
122
+ 'allowTrailingZeros.enabled': allowTrailingZeros.settings && toggle(allowTrailingZeros.label),
123
+ rubricEnabled: withRubric?.settings && toggle(withRubric?.label)
124
+ };
125
+ return /*#__PURE__*/_react.default.createElement(_configUi.layout.ConfigLayout, {
126
+ extraCSSRules: extraCSSRules,
127
+ dimensions: contentDimensions,
128
+ hideSettings: settingsPanelDisabled,
129
+ settings: /*#__PURE__*/_react.default.createElement(Panel, {
130
+ model: model,
131
+ configuration: configuration,
132
+ onChangeModel: model => onModelChanged(model),
133
+ onChangeConfiguration: config => onConfigurationChanged(config),
134
+ groups: {
135
+ Settings: panelSettings,
136
+ Properties: panelProperties
137
+ }
138
+ })
139
+ }, teacherInstructionsEnabled && /*#__PURE__*/_react.default.createElement(PromptHolder, {
140
+ label: teacherInstructions.label
141
+ }, /*#__PURE__*/_react.default.createElement(_editableHtmlTipTap.default, {
142
+ markup: model.teacherInstructions || '',
143
+ onChange: this.changeTeacherInstructions,
144
+ imageSupport: imageSupport,
145
+ nonEmpty: false,
146
+ error: teacherInstructionsError,
147
+ toolbarOpts: toolbarOpts,
148
+ pluginProps: (0, _utils.getPluginProps)(teacherInstructions?.inputConfiguration, baseInputConfiguration),
149
+ spellCheck: spellCheckEnabled,
150
+ maxImageWidth: maxImageWidth && maxImageWidth.teacherInstructions || defaultImageMaxWidth,
151
+ maxImageHeight: maxImageHeight && maxImageHeight.teacherInstructions || defaultImageMaxHeight,
152
+ uploadSoundSupport: uploadSoundSupport,
153
+ languageCharactersProps: [{
154
+ language: 'spanish'
155
+ }, {
156
+ language: 'special'
157
+ }],
158
+ mathMlOptions: mathMlOptions
159
+ }), teacherInstructionsError && /*#__PURE__*/_react.default.createElement(ErrorText, null, teacherInstructionsError)), /*#__PURE__*/_react.default.createElement(_generalConfigBlock.default, {
160
+ imageSupport: imageSupport,
161
+ uploadSoundSupport: uploadSoundSupport,
162
+ model: model,
163
+ configuration: configuration,
164
+ onChange: this.onChange,
165
+ rationaleEnabled: rationaleEnabled,
166
+ promptEnabled: promptEnabled,
167
+ toolbarOpts: toolbarOpts,
168
+ spellCheck: spellCheckEnabled
169
+ }), feedbackEnabled && /*#__PURE__*/_react.default.createElement(_configUi.FeedbackConfig, {
170
+ feedback: model.feedback,
171
+ onChange: this.onFeedbackChange,
172
+ toolbarOpts: toolbarOpts
173
+ }));
174
+ }
175
+ }
176
+ exports.Configure = Configure;
177
+ (0, _defineProperty2.default)(Configure, "propTypes", {
178
+ onModelChanged: _propTypes.default.func,
179
+ onConfigurationChanged: _propTypes.default.func,
180
+ model: _propTypes.default.object.isRequired,
181
+ configuration: _propTypes.default.object.isRequired,
182
+ imageSupport: _propTypes.default.object,
183
+ uploadSoundSupport: _propTypes.default.object
184
+ });
185
+ var _default = exports.default = Configure;
186
+ //# sourceMappingURL=configure.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configure.js","names":["_react","_interopRequireDefault","require","_styles","_configUi","_propTypes","_debug","_editableHtmlTipTap","_generalConfigBlock","_utils","log","debug","Panel","toggle","radio","dropdown","settings","PromptHolder","styled","InputContainer","theme","width","paddingTop","spacing","marginBottom","ErrorText","fontSize","typography","color","palette","error","main","Configure","React","Component","constructor","args","_defineProperty2","default","model","props","onModelChanged","teacherInstructions","feedback","render","imageSupport","configuration","onConfigurationChanged","uploadSoundSupport","allowTrailingZeros","baseInputConfiguration","contentDimensions","ignoreOrder","maxImageWidth","maxImageHeight","prompt","rationale","responseType","scoringType","settingsPanelDisabled","spellCheck","studentInstructions","withRubric","mathMlOptions","language","languageChoices","errors","extraCSSRules","feedbackEnabled","promptEnabled","rationaleEnabled","spellCheckEnabled","teacherInstructionsEnabled","toolbarEditorPosition","teacherInstructionsError","toolbarOpts","position","defaultImageMaxWidth","defaultImageMaxHeight","panelSettings","label","ResponseTypes","simple","advanced","enabled","options","panelProperties","studentInstructionsEnabled","rubricEnabled","createElement","layout","ConfigLayout","dimensions","hideSettings","onChangeModel","onChangeConfiguration","config","groups","Settings","Properties","markup","onChange","changeTeacherInstructions","nonEmpty","pluginProps","getPluginProps","inputConfiguration","languageCharactersProps","FeedbackConfig","onFeedbackChange","exports","PropTypes","func","object","isRequired","_default"],"sources":["../src/configure.jsx"],"sourcesContent":["import React from 'react';\nimport { styled } from '@mui/material/styles';\nimport { FeedbackConfig, settings, layout, InputContainer } from '@pie-lib/config-ui';\nimport PropTypes from 'prop-types';\nimport debug from 'debug';\nimport EditableHtml from '@pie-lib/editable-html-tip-tap';\nimport GeneralConfigBlock from './general-config-block';\nimport { getPluginProps, ResponseTypes } from './utils';\n\nconst log = debug('@pie-element:math-inline:configure');\nconst { Panel, toggle, radio, dropdown } = settings;\n\nconst PromptHolder = styled(InputContainer)(({ theme }) => ({\n width: '100%',\n paddingTop: theme.spacing(2),\n marginBottom: theme.spacing(2),\n}));\n\nconst ErrorText = styled('div')(({ theme }) => ({\n fontSize: theme.typography.fontSize - 2,\n color: theme.palette.error.main,\n paddingTop: theme.spacing(1),\n}));\n\nexport class Configure extends React.Component {\n static propTypes = {\n onModelChanged: PropTypes.func,\n onConfigurationChanged: PropTypes.func,\n model: PropTypes.object.isRequired,\n configuration: PropTypes.object.isRequired,\n imageSupport: PropTypes.object,\n uploadSoundSupport: PropTypes.object,\n };\n\n onChange = (model) => {\n this.props.onModelChanged(model);\n };\n\n changeTeacherInstructions = (teacherInstructions) => {\n this.props.onModelChanged({\n ...this.props.model,\n teacherInstructions,\n });\n };\n\n onFeedbackChange = (feedback) => {\n const { model, onModelChanged } = this.props;\n model.feedback = feedback;\n onModelChanged(model);\n };\n\n render() {\n const { model, imageSupport, onModelChanged, configuration, onConfigurationChanged, uploadSoundSupport } =\n this.props;\n const {\n allowTrailingZeros = {},\n baseInputConfiguration = {},\n contentDimensions = {},\n feedback = {},\n ignoreOrder = {},\n maxImageWidth = {},\n maxImageHeight = {},\n prompt = {},\n rationale = {},\n responseType = {},\n scoringType = {},\n settingsPanelDisabled,\n spellCheck = {},\n studentInstructions = {},\n teacherInstructions = {},\n withRubric = {},\n mathMlOptions = {},\n language = {},\n languageChoices = {},\n } = configuration || {};\n const {\n errors = {},\n extraCSSRules,\n feedbackEnabled,\n promptEnabled,\n rationaleEnabled,\n spellCheckEnabled,\n teacherInstructionsEnabled,\n toolbarEditorPosition,\n } = model || {};\n\n const { teacherInstructions: teacherInstructionsError } = errors;\n\n log('[render] model', model);\n\n const toolbarOpts = {\n position: toolbarEditorPosition === 'top' ? 'top' : 'bottom',\n };\n\n const defaultImageMaxWidth = maxImageWidth && maxImageWidth.prompt;\n const defaultImageMaxHeight = maxImageHeight && maxImageHeight.prompt;\n\n const panelSettings = {\n responseType: responseType.settings && radio(responseType.label, [ResponseTypes.simple, ResponseTypes.advanced]),\n feedbackEnabled: feedback.settings && toggle(feedback.label),\n promptEnabled: prompt.settings && toggle(prompt.label),\n 'language.enabled': language.settings && toggle(language.label, true),\n language: language.settings && language.enabled && dropdown(languageChoices.label, languageChoices.options),\n };\n const panelProperties = {\n teacherInstructionsEnabled: teacherInstructions.settings && toggle(teacherInstructions.label),\n studentInstructionsEnabled: studentInstructions.settings && toggle(studentInstructions.label),\n rationaleEnabled: rationale.settings && toggle(rationale.label),\n spellCheckEnabled: spellCheck.settings && toggle(spellCheck.label),\n scoringType: scoringType.settings && radio(scoringType.label, ['auto', 'rubric']),\n 'ignoreOrder.enabled': ignoreOrder.settings && toggle(ignoreOrder.label),\n 'allowTrailingZeros.enabled': allowTrailingZeros.settings && toggle(allowTrailingZeros.label),\n rubricEnabled: withRubric?.settings && toggle(withRubric?.label),\n };\n\n return (\n <layout.ConfigLayout\n extraCSSRules={extraCSSRules}\n dimensions={contentDimensions}\n hideSettings={settingsPanelDisabled}\n settings={\n <Panel\n model={model}\n configuration={configuration}\n onChangeModel={(model) => onModelChanged(model)}\n onChangeConfiguration={(config) => onConfigurationChanged(config)}\n groups={{\n Settings: panelSettings,\n Properties: panelProperties,\n }}\n />\n }\n >\n {teacherInstructionsEnabled && (\n <PromptHolder label={teacherInstructions.label}>\n <EditableHtml\n markup={model.teacherInstructions || ''}\n onChange={this.changeTeacherInstructions}\n imageSupport={imageSupport}\n nonEmpty={false}\n error={teacherInstructionsError}\n toolbarOpts={toolbarOpts}\n pluginProps={getPluginProps(teacherInstructions?.inputConfiguration, baseInputConfiguration)}\n spellCheck={spellCheckEnabled}\n maxImageWidth={(maxImageWidth && maxImageWidth.teacherInstructions) || defaultImageMaxWidth}\n maxImageHeight={(maxImageHeight && maxImageHeight.teacherInstructions) || defaultImageMaxHeight}\n uploadSoundSupport={uploadSoundSupport}\n languageCharactersProps={[{ language: 'spanish' }, { language: 'special' }]}\n mathMlOptions={mathMlOptions}\n />\n {teacherInstructionsError && <ErrorText>{teacherInstructionsError}</ErrorText>}\n </PromptHolder>\n )}\n\n <GeneralConfigBlock\n imageSupport={imageSupport}\n uploadSoundSupport={uploadSoundSupport}\n model={model}\n configuration={configuration}\n onChange={this.onChange}\n rationaleEnabled={rationaleEnabled}\n promptEnabled={promptEnabled}\n toolbarOpts={toolbarOpts}\n spellCheck={spellCheckEnabled}\n />\n\n {feedbackEnabled && (\n <FeedbackConfig feedback={model.feedback} onChange={this.onFeedbackChange} toolbarOpts={toolbarOpts} />\n )}\n </layout.ConfigLayout>\n );\n }\n}\n\nexport default Configure;\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,185 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _utils = require("./utils");
8
+ /** NOTE: teacherInstructions, studentInstructions, rationale & scoringType
9
+ * functionalities are not defined yet - the value for those can belong to
10
+ * model or to configure
11
+ */
12
+ var _default = exports.default = {
13
+ model: {
14
+ allowTrailingZerosDefault: false,
15
+ customKeys: [],
16
+ equationEditor: '8',
17
+ expression: '',
18
+ feedback: {
19
+ correct: {
20
+ default: 'Correct',
21
+ type: 'none'
22
+ },
23
+ incorrect: {
24
+ default: 'Incorrect',
25
+ type: 'none'
26
+ },
27
+ partial: {
28
+ default: 'Nearly',
29
+ type: 'none'
30
+ }
31
+ },
32
+ feedbackEnabled: false,
33
+ ignoreOrderDefault: false,
34
+ partialScoring: true,
35
+ prompt: '',
36
+ promptEnabled: true,
37
+ rationale: '',
38
+ rationaleEnabled: true,
39
+ responseType: _utils.ResponseTypes.advanced,
40
+ responses: [],
41
+ scoringType: 'auto',
42
+ studentInstructionsEnabled: true,
43
+ teacherInstructions: '',
44
+ teacherInstructionsEnabled: true,
45
+ toolbarEditorPosition: 'bottom',
46
+ validationDefault: 'literal'
47
+ },
48
+ configuration: {
49
+ baseInputConfiguration: {
50
+ h3: {
51
+ disabled: true
52
+ },
53
+ audio: {
54
+ disabled: false
55
+ },
56
+ video: {
57
+ disabled: false
58
+ },
59
+ image: {
60
+ disabled: false
61
+ },
62
+ textAlign: {
63
+ disabled: true
64
+ },
65
+ showParagraphs: {
66
+ disabled: false
67
+ },
68
+ separateParagraphs: {
69
+ disabled: true
70
+ }
71
+ },
72
+ prompt: {
73
+ settings: true,
74
+ label: 'Prompt',
75
+ inputConfiguration: {
76
+ audio: {
77
+ disabled: false
78
+ },
79
+ video: {
80
+ disabled: false
81
+ },
82
+ image: {
83
+ disabled: false
84
+ }
85
+ },
86
+ required: false
87
+ },
88
+ feedback: {
89
+ settings: true,
90
+ label: 'Feedback'
91
+ },
92
+ responseType: {
93
+ settings: true,
94
+ label: 'Response type'
95
+ },
96
+ rationale: {
97
+ settings: true,
98
+ label: 'Rationale',
99
+ inputConfiguration: {
100
+ audio: {
101
+ disabled: false
102
+ },
103
+ video: {
104
+ disabled: false
105
+ },
106
+ image: {
107
+ disabled: false
108
+ }
109
+ },
110
+ required: false
111
+ },
112
+ settingsPanelDisabled: false,
113
+ spellCheck: {
114
+ label: 'Spellcheck',
115
+ settings: false,
116
+ enabled: true
117
+ },
118
+ scoringType: {
119
+ settings: false,
120
+ label: 'Scoring Type'
121
+ },
122
+ studentInstructions: {
123
+ settings: false,
124
+ label: 'Student Instructions'
125
+ },
126
+ teacherInstructions: {
127
+ settings: true,
128
+ label: 'Teacher Instructions',
129
+ inputConfiguration: {
130
+ audio: {
131
+ disabled: false
132
+ },
133
+ video: {
134
+ disabled: false
135
+ },
136
+ image: {
137
+ disabled: false
138
+ }
139
+ },
140
+ required: false
141
+ },
142
+ partialScoring: {
143
+ settings: false,
144
+ label: 'Allow Partial Scoring'
145
+ },
146
+ ignoreOrder: {
147
+ settings: false,
148
+ label: 'Ignore Order',
149
+ enabled: true
150
+ },
151
+ allowTrailingZeros: {
152
+ settings: false,
153
+ label: 'Allow Trailing Zeros',
154
+ enabled: true
155
+ },
156
+ maxImageWidth: {
157
+ teacherInstructions: 300,
158
+ prompt: 300,
159
+ rationale: 300
160
+ },
161
+ maxImageHeight: {
162
+ teacherInstructions: 300,
163
+ prompt: 300,
164
+ rationale: 300
165
+ },
166
+ withRubric: {
167
+ settings: false,
168
+ label: 'Add Rubric'
169
+ },
170
+ mathMlOptions: {
171
+ mmlOutput: false,
172
+ mmlEditing: false
173
+ },
174
+ language: {
175
+ settings: false,
176
+ label: 'Specify Language',
177
+ enabled: false
178
+ },
179
+ languageChoices: {
180
+ label: 'Language Choices',
181
+ options: []
182
+ }
183
+ }
184
+ };
185
+ //# sourceMappingURL=defaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.js","names":["_utils","require","_default","exports","default","model","allowTrailingZerosDefault","customKeys","equationEditor","expression","feedback","correct","type","incorrect","partial","feedbackEnabled","ignoreOrderDefault","partialScoring","prompt","promptEnabled","rationale","rationaleEnabled","responseType","ResponseTypes","advanced","responses","scoringType","studentInstructionsEnabled","teacherInstructions","teacherInstructionsEnabled","toolbarEditorPosition","validationDefault","configuration","baseInputConfiguration","h3","disabled","audio","video","image","textAlign","showParagraphs","separateParagraphs","settings","label","inputConfiguration","required","settingsPanelDisabled","spellCheck","enabled","studentInstructions","ignoreOrder","allowTrailingZeros","maxImageWidth","maxImageHeight","withRubric","mathMlOptions","mmlOutput","mmlEditing","language","languageChoices","options"],"sources":["../src/defaults.js"],"sourcesContent":["import { ResponseTypes } from './utils';\n\n/** NOTE: teacherInstructions, studentInstructions, rationale & scoringType\n * functionalities are not defined yet - the value for those can belong to\n * model or to configure\n */\n\nexport default {\n model: {\n allowTrailingZerosDefault: false,\n customKeys: [],\n equationEditor: '8',\n expression: '',\n feedback: {\n correct: { default: 'Correct', type: 'none' },\n incorrect: { default: 'Incorrect', type: 'none' },\n partial: { default: 'Nearly', type: 'none' },\n },\n feedbackEnabled: false,\n ignoreOrderDefault: false,\n partialScoring: true,\n prompt: '',\n promptEnabled: true,\n rationale: '',\n rationaleEnabled: true,\n responseType: ResponseTypes.advanced,\n responses: [],\n scoringType: 'auto',\n studentInstructionsEnabled: true,\n teacherInstructions: '',\n teacherInstructionsEnabled: true,\n toolbarEditorPosition: 'bottom',\n validationDefault: 'literal',\n },\n configuration: {\n baseInputConfiguration: {\n h3: { disabled: true },\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n textAlign: { disabled: true },\n showParagraphs: { disabled: false },\n separateParagraphs: { disabled: true },\n },\n prompt: {\n settings: true,\n label: 'Prompt',\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n feedback: {\n settings: true,\n label: 'Feedback',\n },\n responseType: {\n settings: true,\n label: 'Response type',\n },\n rationale: {\n settings: true,\n label: 'Rationale',\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n settingsPanelDisabled: false,\n spellCheck: {\n label: 'Spellcheck',\n settings: false,\n enabled: true,\n },\n scoringType: {\n settings: false,\n label: 'Scoring Type',\n },\n studentInstructions: {\n settings: false,\n label: 'Student Instructions',\n },\n teacherInstructions: {\n settings: true,\n label: 'Teacher Instructions',\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n partialScoring: {\n settings: false,\n label: 'Allow Partial Scoring',\n },\n ignoreOrder: {\n settings: false,\n label: 'Ignore Order',\n enabled: true,\n },\n allowTrailingZeros: {\n settings: false,\n label: 'Allow Trailing Zeros',\n enabled: true,\n },\n maxImageWidth: {\n teacherInstructions: 300,\n prompt: 300,\n rationale: 300,\n },\n maxImageHeight: {\n teacherInstructions: 300,\n prompt: 300,\n rationale: 300,\n },\n withRubric: {\n settings: false,\n label: 'Add Rubric',\n },\n mathMlOptions: {\n mmlOutput: false,\n mmlEditing: false,\n },\n language: {\n settings: false,\n label: 'Specify Language',\n enabled: false,\n },\n languageChoices: {\n label: 'Language Choices',\n options: [],\n },\n },\n};\n"],"mappings":"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","ignoreList":[]}