math-exercises 2.0.39 → 2.0.41

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.
@@ -21,7 +21,7 @@ const getHoursToDecimalQuestion = () => {
21
21
  : `${hours},${(0, round_1.round)((mins / 60) * 100, 0)}\\text{h}`;
22
22
  const question = {
23
23
  answer,
24
- instruction: `Convertir la durée suivante en ${isDecimalToHours ? "heures et minutes" : "nombre décimal"} : $${durationTex}$ (arrondir ${isDecimalToHours ? "à la minute près" : "au centième près"})`,
24
+ instruction: `Convertir la durée suivante en ${isDecimalToHours ? "heures et minutes" : "$\\text{h}$ (nombre décimal)"} : $${durationTex}$ (arrondir ${isDecimalToHours ? "à la minute près" : "au centième près"})`,
25
25
  keys: ["hours", "minutes"],
26
26
  answerFormat: "tex",
27
27
  identifiers: { isDecimalToHours, dec: dec.value },
@@ -104,7 +104,7 @@ const isAnswerValid = (ans, { answer }) => {
104
104
  };
105
105
  exports.parityFromAlgebra = {
106
106
  id: "parityFromAlgebra",
107
- label: "",
107
+ label: "Déterminer algébriquement la parité d'une fonction",
108
108
  levels: ["2nde"],
109
109
  isSingleStep: true,
110
110
  sections: ["Fonctions"],
@@ -114,7 +114,7 @@ const isAnswerValid = (ans, { answer }) => {
114
114
  };
115
115
  exports.parityFromGraph = {
116
116
  id: "parityFromGraph",
117
- label: "",
117
+ label: "Reconnaître graphiquement la parité d'une fonction",
118
118
  levels: ["2nde"],
119
119
  isSingleStep: true,
120
120
  sections: ["Fonctions"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-exercises",
3
- "version": "2.0.39",
3
+ "version": "2.0.41",
4
4
  "description": "Math exercises generator for middle school and high school",
5
5
  "main": "lib/index.js",
6
6
  "files": [