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.
Files changed (29) hide show
  1. package/lib/exercises/math/calcul/arithmetics/paritySumsAndProducts.js +1 -1
  2. package/lib/exercises/math/calculLitteral/equation/binomialsTrinomialsProposedSolutions.js +1 -1
  3. package/lib/exercises/math/calculLitteral/systems/verifySystemSolution.js +1 -1
  4. package/lib/exercises/math/derivation/derivative/convexityQuadrinomials.js +1 -1
  5. package/lib/exercises/math/derivation/derivative/convexityTrinomials.js +1 -1
  6. package/lib/exercises/math/equaDiff/equaDiffCheckSolutionFirstOrder.js +1 -1
  7. package/lib/exercises/math/functions/affines/affineAdjustmentComplete.js +1 -1
  8. package/lib/exercises/math/functions/parity/parityFromAlgebra.js +1 -1
  9. package/lib/exercises/math/functions/parity/parityFromGraph.js +1 -1
  10. package/lib/exercises/math/functions/trinoms/extremumTypeFromAlgebricForm.js +1 -1
  11. package/lib/exercises/math/functions/trinoms/variationsFromAlgebricForm.js +1 -1
  12. package/lib/exercises/math/geometry/convexity/convexityTrinomialsGeo.js +1 -1
  13. package/lib/exercises/math/geometry/vectors/alignementViaColinearity.js +1 -1
  14. package/lib/exercises/math/geometry/vectors/colinearity.js +1 -1
  15. package/lib/exercises/math/geometry/vectors/equalCaracteristicFromGraph.js +1 -1
  16. package/lib/exercises/math/geometry/vectors/paralellismViaColinearity.js +1 -1
  17. package/lib/exercises/math/geometry/vectors/parallelogramViaEqualVectors.js +1 -1
  18. package/lib/exercises/math/matrices/matrixGeneralTerm.js +1 -1
  19. package/lib/exercises/math/probaStat/independancy.js +1 -1
  20. package/lib/exercises/math/probaStat/stats2var/fineAdjustementExercise.js +1 -1
  21. package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromFirstTerms.js +1 -1
  22. package/lib/exercises/math/sequences/arithmetic/recognizeArithmeticFromGraph.js +1 -1
  23. package/lib/exercises/math/sequences/genericSequenceVariations.js +1 -1
  24. package/lib/exercises/pc/chemicalElements/atomicStructureOfNucleus.js +1 -1
  25. package/lib/exercises/pc/chemicalElements/identifyRightElectronicConfiguration.js +1 -1
  26. package/lib/exercises/pc/chemicalReactions/identifyLimitingReagent.js +1 -1
  27. package/lib/exercises/pc/chemicalReactions/identifyStoichiometricMixture.js +1 -1
  28. package/lib/exercises/pc/sound/frequencyComparison.js +1 -1
  29. 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: "QCU",
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: "QCU",
72
+ answerType: "QCM",
73
73
  qcmTimer: 60,
74
74
  freeTimer: 60,
75
75
  getPropositions,
@@ -59,5 +59,5 @@ exports.verifySystemSolution = {
59
59
  getPropositions,
60
60
  isAnswerValid,
61
61
  subject: "Mathématiques",
62
- answerType: "QCU",
62
+ answerType: "QCM",
63
63
  };
@@ -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: "QCU",
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: "QCU",
40
+ answerType: "QCM",
41
41
  getPropositions,
42
42
  isAnswerValid,
43
43
  subject: "Mathématiques",
@@ -97,6 +97,6 @@ exports.equaDiffCheckSolutionFirstOrder = {
97
97
  freeTimer: 60,
98
98
  getPropositions,
99
99
  isAnswerValid,
100
- answerType: "QCU",
100
+ answerType: "QCM",
101
101
  subject: "Mathématiques",
102
102
  };
@@ -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: "QCU",
119
+ answerType: "QCM",
120
120
  qcmTimer: 60,
121
121
  freeTimer: 60,
122
122
  getPropositions,
@@ -113,6 +113,6 @@ exports.parityFromAlgebra = {
113
113
  freeTimer: 60,
114
114
  getPropositions,
115
115
  isAnswerValid,
116
- answerType: "QCU",
116
+ answerType: "QCM",
117
117
  subject: "Mathématiques",
118
118
  };
@@ -123,7 +123,7 @@ exports.parityFromGraph = {
123
123
  freeTimer: 60,
124
124
  getPropositions,
125
125
  isAnswerValid,
126
- answerType: "QCU",
126
+ answerType: "QCM",
127
127
  hasGeogebra: true,
128
128
  subject: "Mathématiques",
129
129
  };
@@ -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: "QCU",
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: "QCU",
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: "QCU",
58
+ answerType: "QCM",
59
59
  getPropositions,
60
60
  isAnswerValid,
61
61
  hasGeogebra: true,
@@ -60,6 +60,6 @@ exports.alignementViaColinearity = {
60
60
  qcmTimer: 60,
61
61
  freeTimer: 60,
62
62
  getPropositions,
63
- answerType: "QCU",
63
+ answerType: "QCM",
64
64
  subject: "Mathématiques",
65
65
  };
@@ -55,6 +55,6 @@ exports.colinearity = {
55
55
  qcmTimer: 60,
56
56
  freeTimer: 60,
57
57
  getPropositions,
58
- answerType: "QCU",
58
+ answerType: "QCM",
59
59
  subject: "Mathématiques",
60
60
  };
@@ -190,7 +190,7 @@ exports.equalCaracteristicFromGraph = {
190
190
  freeTimer: 60,
191
191
  getPropositions,
192
192
  isAnswerValid,
193
- answerType: "QCU",
193
+ answerType: "QCM",
194
194
  hasGeogebra: true,
195
195
  subject: "Mathématiques",
196
196
  };
@@ -71,6 +71,6 @@ exports.paralellismViaColinearity = {
71
71
  qcmTimer: 60,
72
72
  freeTimer: 60,
73
73
  getPropositions,
74
- answerType: "QCU",
74
+ answerType: "QCM",
75
75
  subject: "Mathématiques",
76
76
  };
@@ -63,6 +63,6 @@ exports.parallelogramViaEqualVectors = {
63
63
  qcmTimer: 60,
64
64
  freeTimer: 60,
65
65
  getPropositions,
66
- answerType: "QCU",
66
+ answerType: "QCM",
67
67
  subject: "Mathématiques",
68
68
  };
@@ -53,6 +53,6 @@ exports.matrixGeneralTerm = {
53
53
  freeTimer: 60,
54
54
  getPropositions,
55
55
  isAnswerValid,
56
- answerType: "QCU",
56
+ answerType: "QCM",
57
57
  subject: "Mathématiques",
58
58
  };
@@ -55,6 +55,6 @@ exports.independancy = {
55
55
  qcmTimer: 60,
56
56
  freeTimer: 60,
57
57
  getPropositions,
58
- answerType: "QCU",
58
+ answerType: "QCM",
59
59
  subject: "Mathématiques",
60
60
  };
@@ -97,7 +97,7 @@ exports.fineAdjustementExercise = {
97
97
  levels: ["TermSpé"],
98
98
  isSingleStep: true,
99
99
  hasGeogebra: true,
100
- answerType: "QCU",
100
+ answerType: "QCM",
101
101
  sections: ["Statistiques"],
102
102
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFineAdjustementExerciseQuestion, nb),
103
103
  qcmTimer: 60,
@@ -67,6 +67,6 @@ exports.recognizeArithmeticFromFirstTerms = {
67
67
  freeTimer: 60,
68
68
  getPropositions,
69
69
  isAnswerValid,
70
- answerType: "QCU",
70
+ answerType: "QCM",
71
71
  subject: "Mathématiques",
72
72
  };
@@ -86,7 +86,7 @@ exports.recognizeArithmeticFromGraph = {
86
86
  freeTimer: 60,
87
87
  getPropositions,
88
88
  isAnswerValid,
89
- answerType: "QCU",
89
+ answerType: "QCM",
90
90
  hasGeogebra: true,
91
91
  subject: "Mathématiques",
92
92
  };
@@ -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: "QCU",
50
+ answerType: "QCM",
51
51
  getPropositions,
52
52
  subject: "Mathématiques",
53
53
  };
@@ -54,5 +54,5 @@ exports.atomicStructureOfNucleus = {
54
54
  getPropositions,
55
55
  isAnswerValid,
56
56
  subject: "Chimie",
57
- answerType: "QCU",
57
+ answerType: "QCM",
58
58
  };
@@ -96,6 +96,6 @@ exports.identifyRightElectronicConfiguration = {
96
96
  getPropositions,
97
97
  isAnswerValid,
98
98
  subject: "Chimie",
99
- answerType: "QCU",
99
+ answerType: "QCM",
100
100
  maxAllowedQuestions: 16,
101
101
  };
@@ -55,5 +55,5 @@ exports.identifyLimitingReagent = {
55
55
  getPropositions,
56
56
  isAnswerValid,
57
57
  subject: "Chimie",
58
- answerType: "QCU",
58
+ answerType: "QCM",
59
59
  };
@@ -64,5 +64,5 @@ exports.identifyStoichiometricMixture = {
64
64
  getPropositions,
65
65
  isAnswerValid,
66
66
  subject: "Chimie",
67
- answerType: "QCU",
67
+ answerType: "QCM",
68
68
  };
@@ -47,5 +47,5 @@ exports.frequencyComparison = {
47
47
  getPropositions,
48
48
  isAnswerValid,
49
49
  subject: "Physique",
50
- answerType: "QCU",
50
+ answerType: "QCM",
51
51
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-exercises",
3
- "version": "2.1.20",
3
+ "version": "2.1.21",
4
4
  "description": "Math exercises generator for middle school and high school",
5
5
  "main": "lib/index.js",
6
6
  "files": [