math-exercises 2.2.57 → 2.2.58
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.
|
@@ -88,7 +88,7 @@ const getPointImageFromTranslationQuestion = () => {
|
|
|
88
88
|
};
|
|
89
89
|
exports.pointImageFromTranslation = {
|
|
90
90
|
id: "pointImageFromTranslation",
|
|
91
|
-
label: "
|
|
91
|
+
label: "Placer l'image d'un point par une translation",
|
|
92
92
|
isSingleStep: true,
|
|
93
93
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getPointImageFromTranslationQuestion, nb),
|
|
94
94
|
ggbTimer: 60,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"binomialInequation.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/probaStat/binomial/binomialInequation.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAiBT,MAAM,0BAA0B,CAAC;AAUlC,OAAO,EAEL,eAAe,EAChB,MAAM,kCAAkC,CAAC;AAM1C,OAAO,EAEL,uBAAuB,EACxB,MAAM,oCAAoC,CAAC;AAK5C,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,eAAe,CAAC;IACnB,QAAQ,EAAE,uBAAuB,CAAC;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAgKF,KAAK,OAAO,GAAG;IACb,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;
|
|
1
|
+
{"version":3,"file":"binomialInequation.d.ts","sourceRoot":"","sources":["../../../../../src/exercises/math/probaStat/binomial/binomialInequation.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EAiBT,MAAM,0BAA0B,CAAC;AAUlC,OAAO,EAEL,eAAe,EAChB,MAAM,kCAAkC,CAAC;AAM1C,OAAO,EAEL,uBAAuB,EACxB,MAAM,oCAAoC,CAAC;AAK5C,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,eAAe,CAAC;IACnB,QAAQ,EAAE,uBAAuB,CAAC;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAgKF,KAAK,OAAO,GAAG;IACb,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAgBF,eAAO,MAAM,kBAAkB,EAAE,QAAQ,CAAC,WAAW,EAAE,OAAO,CAiB7D,CAAC"}
|
|
@@ -132,19 +132,20 @@ const options = [
|
|
|
132
132
|
{
|
|
133
133
|
id: "instructionType",
|
|
134
134
|
label: "Types de consignes",
|
|
135
|
-
target: exercise_1.GeneratorOptionTarget.
|
|
135
|
+
target: exercise_1.GeneratorOptionTarget.generation,
|
|
136
136
|
type: exercise_1.GeneratorOptionType.select,
|
|
137
137
|
values: [
|
|
138
138
|
"Toutes",
|
|
139
139
|
"Uniquement sous forme de phrase",
|
|
140
140
|
"Uniquement sous forme mathématique",
|
|
141
141
|
],
|
|
142
|
+
defaultValue: "Toutes",
|
|
142
143
|
},
|
|
143
144
|
];
|
|
144
145
|
exports.binomialInequation = {
|
|
145
146
|
id: "binomialInequation",
|
|
146
147
|
connector: "\\iff",
|
|
147
|
-
label: "Calculer une probabilité binomiale du type $P(
|
|
148
|
+
label: "Calculer une probabilité binomiale du type $P(X) \\leq a$, $P(X)\\geq a$ ou $a\\leq P(X)\\leq b$",
|
|
148
149
|
isSingleStep: true,
|
|
149
150
|
generator: (nb, opts) => (0, getDistinctQuestions_1.getDistinctQuestions)(() => getBinomialInequationQuestion(opts), nb),
|
|
150
151
|
qcmTimer: 60,
|