@pie-element/math-templated 3.7.3-next.36 → 3.7.3-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 +2 -2
- package/module/configure.js +127 -100
- package/module/controller.js +8 -6
- package/module/element.js +3181 -3017
- package/module/manifest.json +2 -2
- package/module/print.js +3181 -3017
- package/package.json +3 -3
package/module/controller.js
CHANGED
|
@@ -3853,9 +3853,10 @@ var _default = {
|
|
|
3853
3853
|
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
|
|
3854
3854
|
},
|
|
3855
3855
|
selectText: {
|
|
3856
|
-
correctAnswerSelected: 'Correct
|
|
3857
|
-
correctAnswerNotSelected: 'Correct
|
|
3858
|
-
incorrectSelection: 'Incorrect
|
|
3856
|
+
correctAnswerSelected: 'Correct',
|
|
3857
|
+
correctAnswerNotSelected: 'Correct Answer Not Selected',
|
|
3858
|
+
incorrectSelection: 'Incorrect Selection',
|
|
3859
|
+
key: 'Key'
|
|
3859
3860
|
}
|
|
3860
3861
|
},
|
|
3861
3862
|
common: {
|
|
@@ -3958,9 +3959,10 @@ var _default = {
|
|
|
3958
3959
|
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
|
|
3959
3960
|
},
|
|
3960
3961
|
selectText: {
|
|
3961
|
-
correctAnswerSelected: 'Respuesta
|
|
3962
|
-
correctAnswerNotSelected: 'Respuesta
|
|
3963
|
-
incorrectSelection: 'Selección
|
|
3962
|
+
correctAnswerSelected: 'Respuesta Correcta',
|
|
3963
|
+
correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
|
|
3964
|
+
incorrectSelection: 'Selección Incorrecta',
|
|
3965
|
+
key: 'Clave'
|
|
3964
3966
|
}
|
|
3965
3967
|
},
|
|
3966
3968
|
common: {
|