math-exercises 2.1.24 → 2.1.25
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.
- package/lib/exercises/math/geometry/volumes/coneVolume.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/coneVolume.js +1 -0
- package/lib/exercises/math/geometry/volumes/parallelepipedVolume.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/parallelepipedVolume.js +1 -0
- package/lib/exercises/math/geometry/volumes/sphereVolume.d.ts.map +1 -1
- package/lib/exercises/math/geometry/volumes/sphereVolume.js +2 -1
- package/lib/exercises/math/geometry/volumes/volumeOfCube.js +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithSquareOrRectBase.js +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleBase.js +1 -1
- package/lib/exercises/math/geometry/volumes/volumeOfPyramidWithTriangleRectBase.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coneVolume.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/geometry/volumes/coneVolume.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAST,MAAM,0BAA0B,CAAC;AAMlC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAwGF,eAAO,MAAM,UAAU,EAAE,QAAQ,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"coneVolume.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/geometry/volumes/coneVolume.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAST,MAAM,0BAA0B,CAAC;AAMlC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAwGF,eAAO,MAAM,UAAU,EAAE,QAAQ,CAAC,WAAW,CAa5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parallelepipedVolume.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/geometry/volumes/parallelepipedVolume.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAST,MAAM,0BAA0B,CAAC;AAOlC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAmIF,eAAO,MAAM,oBAAoB,EAAE,QAAQ,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"parallelepipedVolume.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/geometry/volumes/parallelepipedVolume.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAST,MAAM,0BAA0B,CAAC;AAOlC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAmIF,eAAO,MAAM,oBAAoB,EAAE,QAAQ,CAAC,WAAW,CActD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sphereVolume.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/geometry/volumes/sphereVolume.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAST,MAAM,0BAA0B,CAAC;AAMlC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAqFF,eAAO,MAAM,YAAY,EAAE,QAAQ,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"sphereVolume.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/geometry/volumes/sphereVolume.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAST,MAAM,0BAA0B,CAAC;AAMlC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAqFF,eAAO,MAAM,YAAY,EAAE,QAAQ,CAAC,WAAW,CAa9C,CAAC"}
|
|
@@ -73,7 +73,7 @@ const isAnswerValid = (ans, { answer, radius }) => {
|
|
|
73
73
|
};
|
|
74
74
|
exports.sphereVolume = {
|
|
75
75
|
id: "sphereVolume",
|
|
76
|
-
label: "
|
|
76
|
+
label: "Calculer le volume d'une sphère",
|
|
77
77
|
levels: ["2nde"],
|
|
78
78
|
isSingleStep: true,
|
|
79
79
|
sections: ["Géométrie euclidienne"],
|
|
@@ -82,5 +82,6 @@ exports.sphereVolume = {
|
|
|
82
82
|
freeTimer: 60,
|
|
83
83
|
getPropositions,
|
|
84
84
|
isAnswerValid,
|
|
85
|
+
hasGeogebra: true,
|
|
85
86
|
subject: "Mathématiques",
|
|
86
87
|
};
|
|
@@ -55,7 +55,7 @@ const generatePropositions = (cubeSide) => {
|
|
|
55
55
|
};
|
|
56
56
|
exports.volumeOfCube = {
|
|
57
57
|
id: "volumeOfCube",
|
|
58
|
-
label: "
|
|
58
|
+
label: "Calculer le volume d'un cube",
|
|
59
59
|
levels: ["2nde"],
|
|
60
60
|
isSingleStep: true,
|
|
61
61
|
sections: ["Géométrie euclidienne"],
|
|
@@ -129,7 +129,7 @@ const getPolygonNameInFr = (polygonType) => {
|
|
|
129
129
|
};
|
|
130
130
|
exports.volumeOfPyramidWithSquareOrRectBase = {
|
|
131
131
|
id: "volumeOfPyramidWithSquareOrRectBase",
|
|
132
|
-
label: "
|
|
132
|
+
label: "Calculer le volume d'une pyramide à base carrée ou rectangulaire",
|
|
133
133
|
levels: ["2nde"],
|
|
134
134
|
isSingleStep: true,
|
|
135
135
|
sections: ["Géométrie euclidienne"],
|
|
@@ -129,7 +129,7 @@ const generateTriangleWithGGBCommands = () => {
|
|
|
129
129
|
};
|
|
130
130
|
exports.volumeOfPyramidWithTriangleBase = {
|
|
131
131
|
id: "volumeOfPyramidWithTriangleBase",
|
|
132
|
-
label: "
|
|
132
|
+
label: "Calculer le volume d'une pyramide à base triangulaire",
|
|
133
133
|
levels: ["2nde"],
|
|
134
134
|
isSingleStep: true,
|
|
135
135
|
sections: ["Géométrie euclidienne"],
|
|
@@ -120,7 +120,7 @@ const generatePolygonWithGgbCmnds = () => {
|
|
|
120
120
|
};
|
|
121
121
|
exports.volumeOfPyramid = {
|
|
122
122
|
id: "volumeOfPyramidWithTriangleRectBase",
|
|
123
|
-
label: "
|
|
123
|
+
label: "Calculer le volume d'une pyramide dont la base est un triangle rectangle",
|
|
124
124
|
levels: ["2nde"],
|
|
125
125
|
isSingleStep: true,
|
|
126
126
|
sections: ["Géométrie euclidienne"],
|