math-exercises 2.1.20 → 2.1.21
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/calcul/arithmetics/paritySumsAndProducts.js +1 -1
- package/lib/exercises/math/calculLitteral/equation/binomialsTrinomialsProposedSolutions.js +1 -1
- package/lib/exercises/math/calculLitteral/systems/verifySystemSolution.js +1 -1
- package/lib/exercises/math/derivation/derivative/convexityQuadrinomials.js +1 -1
- package/lib/exercises/math/derivation/derivative/convexityTrinomials.js +1 -1
- package/lib/exercises/math/equaDiff/equaDiffCheckSolutionFirstOrder.js +1 -1
- package/lib/exercises/math/functions/affines/affineAdjustmentComplete.js +1 -1
- package/lib/exercises/math/functions/parity/parityFromAlgebra.js +1 -1
- package/lib/exercises/math/functions/parity/parityFromGraph.js +1 -1
- package/lib/exercises/math/functions/trinoms/extremumTypeFromAlgebricForm.js +1 -1
- package/lib/exercises/math/functions/trinoms/variationsFromAlgebricForm.js +1 -1
- package/lib/exercises/math/geometry/convexity/convexityTrinomialsGeo.js +1 -1
- package/lib/exercises/math/geometry/vectors/alignementViaColinearity.js +1 -1
- package/lib/exercises/math/geometry/vectors/colinearity.js +1 -1
- package/lib/exercises/math/geometry/vectors/equalCaracteristicFromGraph.js +1 -1
- package/lib/exercises/math/geometry/vectors/paralellismViaColinearity.js +1 -1
- package/lib/exercises/math/geometry/vectors/parallelogramViaEqualVectors.js +1 -1
- package/lib/exercises/math/matrices/matrixGeneralTerm.js +1 -1
- package/lib/exercises/math/probaStat/independancy.js +1 -1
- package/lib/exercises/math/probaStat/stats2var/fineAdjustementExercise.js +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromFirstTerms.js +1 -1
- package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.js +1 -1
- package/lib/exercises/math/sequences/genericSequenceVariations.js +1 -1
- package/lib/exercises/pc/chemicalElements/atomicStructureOfNucleus.js +1 -1
- package/lib/exercises/pc/chemicalElements/identifyRightElectronicConfiguration.js +1 -1
- package/lib/exercises/pc/chemicalReactions/identifyLimitingReagent.js +1 -1
- package/lib/exercises/pc/chemicalReactions/identifyStoichiometricMixture.js +1 -1
- package/lib/exercises/pc/sound/frequencyComparison.js +1 -1
- package/package.json +1 -1
|
@@ -109,7 +109,7 @@ exports.paritySumsAndProducts = {
|
|
|
109
109
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getParitySumsAndProductsQuestion, nb, 12),
|
|
110
110
|
qcmTimer: 60,
|
|
111
111
|
freeTimer: 60,
|
|
112
|
-
answerType: "
|
|
112
|
+
answerType: "QCM",
|
|
113
113
|
maxAllowedQuestions: 12,
|
|
114
114
|
getPropositions,
|
|
115
115
|
subject: "Mathématiques",
|
|
@@ -69,7 +69,7 @@ exports.binomialsTrinomialsProposedSolutions = {
|
|
|
69
69
|
isSingleStep: true,
|
|
70
70
|
sections: ["Équations"],
|
|
71
71
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getBinomialsTrinomialsProposedSolutionsQuestion, nb),
|
|
72
|
-
answerType: "
|
|
72
|
+
answerType: "QCM",
|
|
73
73
|
qcmTimer: 60,
|
|
74
74
|
freeTimer: 60,
|
|
75
75
|
getPropositions,
|
|
@@ -89,7 +89,7 @@ exports.convexityQuadrinomials = {
|
|
|
89
89
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getConvexityQuadrinomialsQuestion, nb),
|
|
90
90
|
qcmTimer: 60,
|
|
91
91
|
freeTimer: 60,
|
|
92
|
-
answerType: "
|
|
92
|
+
answerType: "QCM",
|
|
93
93
|
getPropositions,
|
|
94
94
|
isAnswerValid,
|
|
95
95
|
subject: "Mathématiques",
|
|
@@ -37,7 +37,7 @@ exports.convexityTrinomials = {
|
|
|
37
37
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getConvexityTrinomialsQuestion, nb),
|
|
38
38
|
qcmTimer: 60,
|
|
39
39
|
freeTimer: 60,
|
|
40
|
-
answerType: "
|
|
40
|
+
answerType: "QCM",
|
|
41
41
|
getPropositions,
|
|
42
42
|
isAnswerValid,
|
|
43
43
|
subject: "Mathématiques",
|
|
@@ -116,7 +116,7 @@ exports.affineAdjustmentCompleteExercise = {
|
|
|
116
116
|
isSingleStep: true,
|
|
117
117
|
sections: ["Statistiques"],
|
|
118
118
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getAffineAdjustmentCompleteQuestion, nb),
|
|
119
|
-
answerType: "
|
|
119
|
+
answerType: "QCM",
|
|
120
120
|
qcmTimer: 60,
|
|
121
121
|
freeTimer: 60,
|
|
122
122
|
getPropositions,
|
|
@@ -37,7 +37,7 @@ exports.extremumTypeFromAlgebricForm = {
|
|
|
37
37
|
isSingleStep: true,
|
|
38
38
|
sections: ["Second degré"],
|
|
39
39
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getExtremumTypeFromAlgebricFormQuestion, nb),
|
|
40
|
-
answerType: "
|
|
40
|
+
answerType: "QCM",
|
|
41
41
|
qcmTimer: 60,
|
|
42
42
|
freeTimer: 60,
|
|
43
43
|
getPropositions,
|
|
@@ -37,7 +37,7 @@ exports.variationsFromAlgebricForm = {
|
|
|
37
37
|
isSingleStep: true,
|
|
38
38
|
sections: ["Second degré"],
|
|
39
39
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getVariationsFromAlgebricFormQuestion, nb),
|
|
40
|
-
answerType: "
|
|
40
|
+
answerType: "QCM",
|
|
41
41
|
qcmTimer: 60,
|
|
42
42
|
freeTimer: 60,
|
|
43
43
|
getPropositions,
|
|
@@ -55,7 +55,7 @@ exports.convexityTrinomialsGeo = {
|
|
|
55
55
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getConvexityTrinomialsGeoQuestion, nb),
|
|
56
56
|
qcmTimer: 60,
|
|
57
57
|
freeTimer: 60,
|
|
58
|
-
answerType: "
|
|
58
|
+
answerType: "QCM",
|
|
59
59
|
getPropositions,
|
|
60
60
|
isAnswerValid,
|
|
61
61
|
hasGeogebra: true,
|
|
@@ -97,7 +97,7 @@ exports.fineAdjustementExercise = {
|
|
|
97
97
|
levels: ["TermSpé"],
|
|
98
98
|
isSingleStep: true,
|
|
99
99
|
hasGeogebra: true,
|
|
100
|
-
answerType: "
|
|
100
|
+
answerType: "QCM",
|
|
101
101
|
sections: ["Statistiques"],
|
|
102
102
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFineAdjustementExerciseQuestion, nb),
|
|
103
103
|
qcmTimer: 60,
|
|
@@ -47,7 +47,7 @@ exports.genericSequenceVariations = {
|
|
|
47
47
|
generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getGenericSequenceVariationsQuestion, nb),
|
|
48
48
|
qcmTimer: 60,
|
|
49
49
|
freeTimer: 60,
|
|
50
|
-
answerType: "
|
|
50
|
+
answerType: "QCM",
|
|
51
51
|
getPropositions,
|
|
52
52
|
subject: "Mathématiques",
|
|
53
53
|
};
|