math-exercises 1.3.53 → 1.3.55

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.
@@ -48,7 +48,7 @@ function getCanonicalFromDevFormQuestion() {
48
48
  };
49
49
  const question = {
50
50
  answer: trinom.getCanonicalForm().toTex(),
51
- keys: ['x', '=', 'alpha', 'beta'],
51
+ keys: ['x', 'equal', 'alpha', 'beta'],
52
52
  instruction: `Déterminer la forme canonique de la fonction $f$ définie par $f(x) = ${trinom.toTree().toTex()}$`,
53
53
  getPropositions,
54
54
  answerFormat: 'tex',
@@ -75,7 +75,7 @@ function getExtremumFromCanonicalFormQuestion() {
75
75
  instruction: `Soit $f$ la fonction définie par $${trinom
76
76
  .getCanonicalForm()
77
77
  .toTex()}$. Quelles sont les coordonnées du sommet $S$ de la parabole représentative de $f$ ?`,
78
- keys: ['S', '=', 'semicolon'],
78
+ keys: ['S', 'equal', 'semicolon'],
79
79
  getPropositions,
80
80
  answerFormat: 'tex',
81
81
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-exercises",
3
- "version": "1.3.53",
3
+ "version": "1.3.55",
4
4
  "description": "Math exercises generator for middle school and high school",
5
5
  "main": "lib/index.js",
6
6
  "files": [