@pie-element/explicit-constructed-response 7.5.11-next.41 → 7.5.11-next.43
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.
- package/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/module/configure.js +2 -2
- package/module/controller.js +8 -6
- package/module/element.js +3187 -3021
- package/module/manifest.json +2 -2
- package/module/print.js +3187 -3021
- package/package.json +3 -3
package/configure/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@material-ui/core": "^3.9.2",
|
|
9
9
|
"@material-ui/icons": "^3.0.1",
|
|
10
10
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "2.
|
|
11
|
+
"@pie-lib/pie-toolbox": "2.22.0",
|
|
12
12
|
"classnames": "^2.2.6",
|
|
13
13
|
"debug": "^3.1.0",
|
|
14
14
|
"lodash": "^4.17.15",
|
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@8.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.3.0/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@8.3.0/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
5
5
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
package/module/controller.js
CHANGED
|
@@ -7527,9 +7527,10 @@ var _default = {
|
|
|
7527
7527
|
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
|
|
7528
7528
|
},
|
|
7529
7529
|
selectText: {
|
|
7530
|
-
correctAnswerSelected: 'Correct
|
|
7531
|
-
correctAnswerNotSelected: 'Correct
|
|
7532
|
-
incorrectSelection: 'Incorrect
|
|
7530
|
+
correctAnswerSelected: 'Correct',
|
|
7531
|
+
correctAnswerNotSelected: 'Correct Answer Not Selected',
|
|
7532
|
+
incorrectSelection: 'Incorrect Selection',
|
|
7533
|
+
key: 'Key'
|
|
7533
7534
|
}
|
|
7534
7535
|
},
|
|
7535
7536
|
common: {
|
|
@@ -7632,9 +7633,10 @@ var _default = {
|
|
|
7632
7633
|
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
|
|
7633
7634
|
},
|
|
7634
7635
|
selectText: {
|
|
7635
|
-
correctAnswerSelected: 'Respuesta
|
|
7636
|
-
correctAnswerNotSelected: 'Respuesta
|
|
7637
|
-
incorrectSelection: 'Selección
|
|
7636
|
+
correctAnswerSelected: 'Respuesta Correcta',
|
|
7637
|
+
correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
|
|
7638
|
+
incorrectSelection: 'Selección Incorrecta',
|
|
7639
|
+
key: 'Clave'
|
|
7638
7640
|
}
|
|
7639
7641
|
},
|
|
7640
7642
|
common: {
|