math-exercises 2.2.28 → 2.2.29
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.
|
@@ -15,7 +15,7 @@ const fractionNode_1 = require("../../../../tree/nodes/operators/fractionNode");
|
|
|
15
15
|
const multiplyNode_1 = require("../../../../tree/nodes/operators/multiplyNode");
|
|
16
16
|
const random_1 = require("../../../../utils/alea/random");
|
|
17
17
|
const getInstruction = ({ abscissTex }) => {
|
|
18
|
-
return `Placer le point d'abscisse $${abscissTex}$ sur la droite graduée ci-dessous :`;
|
|
18
|
+
return `Placer le point d'abscisse $${abscissTex}$ sur la demi-droite graduée ci-dessous :`;
|
|
19
19
|
};
|
|
20
20
|
// const getHint: GetHint<Identifiers> = (identifiers) => {};
|
|
21
21
|
// const getCorrection: GetCorrection<Identifiers> = (identifiers) => {};
|
|
@@ -27,7 +27,7 @@ const getAnswer = ({ absciss, abscissType, axisUnit, abscissTex, oneUnitTex, })
|
|
|
27
27
|
return abscissTex;
|
|
28
28
|
};
|
|
29
29
|
const getInstruction = (identifiers) => {
|
|
30
|
-
return `Quelle est l'abscisse du point $A$ sur la droite graduée ci-dessous ?`;
|
|
30
|
+
return `Quelle est l'abscisse du point $A$ sur la demi-droite graduée ci-dessous ?`;
|
|
31
31
|
};
|
|
32
32
|
const getGGBOptions = ({ absciss, abscissType, axisUnit, oneUnitTex, coeff, }) => {
|
|
33
33
|
const O = new point_1.Point("O", (0).toTree(), (0).toTree());
|