math-exercises 3.0.85 → 3.0.86

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.
@@ -95,7 +95,7 @@ const getQuestionFromIdentifiers = (identifiers) => {
95
95
  };
96
96
  export const evalFractionExpression = {
97
97
  id: "evalFractionExpression",
98
- label: "Calculer une expression fractionnaire pour une valeur de x donnée",
98
+ label: "Calculer une expression fractionnaire pour une valeur de $x$ donnée",
99
99
  isSingleStep: true,
100
100
  generator: (nb, opts) => getDistinctQuestions(() => getEvalFractionExpressionQuestion(opts), nb),
101
101
  qcmTimer: 60,
@@ -8,8 +8,8 @@ import { average } from "../../../../utils/average.js";
8
8
  const getPropositions = (n, { answer }) => {
9
9
  const propositions = [];
10
10
  addValidProp(propositions, answer, "raw");
11
- tryToAddWrongProp(propositions, "Série 1", "raw");
12
- tryToAddWrongProp(propositions, "Série 2", "raw");
11
+ tryToAddWrongProp(propositions, "Série A", "raw");
12
+ tryToAddWrongProp(propositions, "Série B", "raw");
13
13
  tryToAddWrongProp(propositions, "On ne peut pas savoir", "raw");
14
14
  return shuffleProps(propositions, n);
15
15
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "math-exercises",
3
3
  "type": "module",
4
- "version": "3.0.85",
4
+ "version": "3.0.86",
5
5
  "description": "Math exercises generator for middle school and high school",
6
6
  "main": "lib/index.js",
7
7
  "files": [