math-exercises 2.0.14 → 2.0.15

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.
@@ -71,7 +71,7 @@ const getLimitReadingQuestion = () => {
71
71
  }
72
72
  const question = {
73
73
  answer,
74
- instruction: `Ci-dessous est tracé la courbe représentative d'une fonction $f$. Déterminer la limite: $\\displaystyle ${new limitNode_1.LimitNode(to, new variableNode_1.VariableNode("f(x)"), from).toTex()}$`,
74
+ instruction: `Ci-dessous est tracée la courbe représentative d'une fonction $f$. Déterminer la limite: $\\displaystyle ${new limitNode_1.LimitNode(to, new variableNode_1.VariableNode("f(x)"), from).toTex()}$`,
75
75
  keys: [],
76
76
  commands: [fct],
77
77
  coords: [-10, 10, -10, 10],
@@ -24,7 +24,7 @@ const getDiceBasicProbasQuestion = () => {
24
24
  : `\\frac{1}{${nbFaces}}`;
25
25
  const question = {
26
26
  answer,
27
- instruction: `On lance un dé à ${nbFaces} faces. Quelle est la probabilité d'obtenir ${target} ?`,
27
+ instruction: `On lance un dé équilibré à ${nbFaces} faces. Quelle est la probabilité d'obtenir ${target} ?`,
28
28
  keys: [],
29
29
  answerFormat: "tex",
30
30
  identifiers: { isParityQuestion, isEvenQuestion, nbFaces },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-exercises",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "description": "Math exercises generator for middle school and high school",
5
5
  "main": "lib/index.js",
6
6
  "files": [