math-exercises 1.3.60 → 1.3.63

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 (354) hide show
  1. package/lib/exercises/calcul/addAndSub.d.ts.map +1 -1
  2. package/lib/exercises/calcul/addAndSub.js +2 -2
  3. package/lib/exercises/calcul/addAndSubWithoutRelatives.d.ts.map +1 -1
  4. package/lib/exercises/calcul/addAndSubWithoutRelatives.js +2 -2
  5. package/lib/exercises/calcul/arithmetics/euclideanDivision.d.ts.map +1 -1
  6. package/lib/exercises/calcul/arithmetics/euclideanDivision.js +2 -2
  7. package/lib/exercises/calcul/arithmetics/primeNumbers.d.ts.map +1 -1
  8. package/lib/exercises/calcul/arithmetics/primeNumbers.js +2 -2
  9. package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.d.ts.map +1 -1
  10. package/lib/exercises/calcul/fractions/fractionAndIntegerDivision.js +2 -2
  11. package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.d.ts.map +1 -1
  12. package/lib/exercises/calcul/fractions/fractionAndIntegerProduct.js +2 -2
  13. package/lib/exercises/calcul/fractions/fractionAndIntegerSum.d.ts.map +1 -1
  14. package/lib/exercises/calcul/fractions/fractionAndIntegerSum.js +2 -2
  15. package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.d.ts.map +1 -1
  16. package/lib/exercises/calcul/fractions/fractionToPercentToDecimal.js +2 -2
  17. package/lib/exercises/calcul/fractions/fractionsDivision.d.ts.map +1 -1
  18. package/lib/exercises/calcul/fractions/fractionsDivision.js +2 -2
  19. package/lib/exercises/calcul/fractions/fractionsProduct.d.ts.map +1 -1
  20. package/lib/exercises/calcul/fractions/fractionsProduct.js +2 -2
  21. package/lib/exercises/calcul/fractions/fractionsSum.d.ts.map +1 -1
  22. package/lib/exercises/calcul/fractions/fractionsSum.js +2 -2
  23. package/lib/exercises/calcul/fractions/simplifyFraction.d.ts.map +1 -1
  24. package/lib/exercises/calcul/fractions/simplifyFraction.js +2 -2
  25. package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.d.ts.map +1 -1
  26. package/lib/exercises/calcul/mentalCaluls.ts/mentalAddAndSub.js +2 -2
  27. package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.d.ts.map +1 -1
  28. package/lib/exercises/calcul/mentalCaluls.ts/mentalDivisions.js +2 -2
  29. package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.d.ts.map +1 -1
  30. package/lib/exercises/calcul/mentalCaluls.ts/mentalMultiplications.js +2 -2
  31. package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.d.ts.map +1 -1
  32. package/lib/exercises/calcul/mentalCaluls.ts/mentalPercentage.js +2 -2
  33. package/lib/exercises/calcul/operations/operationsPriorities.d.ts.map +1 -1
  34. package/lib/exercises/calcul/operations/operationsPriorities.js +2 -2
  35. package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.d.ts.map +1 -1
  36. package/lib/exercises/calcul/operations/operationsPrioritiesWithoutRelative.js +2 -2
  37. package/lib/exercises/calcul/proportionality/proportionalityTable.d.ts.map +1 -1
  38. package/lib/exercises/calcul/proportionality/proportionalityTable.js +2 -2
  39. package/lib/exercises/calcul/rounding/rounding.d.ts.map +1 -1
  40. package/lib/exercises/calcul/rounding/rounding.js +10 -2
  41. package/lib/exercises/calculLitteral/distributivity/allIdentities.d.ts.map +1 -1
  42. package/lib/exercises/calculLitteral/distributivity/allIdentities.js +2 -0
  43. package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.d.ts.map +1 -1
  44. package/lib/exercises/calculLitteral/distributivity/doubleDistributivity.js +2 -2
  45. package/lib/exercises/calculLitteral/distributivity/firstIdentity.d.ts.map +1 -1
  46. package/lib/exercises/calculLitteral/distributivity/firstIdentity.js +2 -2
  47. package/lib/exercises/calculLitteral/distributivity/secondIdentity.d.ts.map +1 -1
  48. package/lib/exercises/calculLitteral/distributivity/secondIdentity.js +2 -2
  49. package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.d.ts.map +1 -1
  50. package/lib/exercises/calculLitteral/distributivity/simpleDistributivity.js +2 -2
  51. package/lib/exercises/calculLitteral/distributivity/thirdIdentity.d.ts.map +1 -1
  52. package/lib/exercises/calculLitteral/distributivity/thirdIdentity.js +2 -2
  53. package/lib/exercises/calculLitteral/equation/equationSimpleSquare.d.ts.map +1 -1
  54. package/lib/exercises/calculLitteral/equation/equationSimpleSquare.js +2 -2
  55. package/lib/exercises/calculLitteral/equation/equationType1Exercise.d.ts.map +1 -1
  56. package/lib/exercises/calculLitteral/equation/equationType1Exercise.js +2 -2
  57. package/lib/exercises/calculLitteral/equation/equationType2Exercise.d.ts.map +1 -1
  58. package/lib/exercises/calculLitteral/equation/equationType2Exercise.js +2 -2
  59. package/lib/exercises/calculLitteral/equation/equationType3Exercise.d.ts.map +1 -1
  60. package/lib/exercises/calculLitteral/equation/equationType3Exercise.js +2 -2
  61. package/lib/exercises/calculLitteral/equation/equationType4Exercise.d.ts.map +1 -1
  62. package/lib/exercises/calculLitteral/equation/equationType4Exercise.js +2 -2
  63. package/lib/exercises/calculLitteral/equation/expEquation.d.ts.map +1 -1
  64. package/lib/exercises/calculLitteral/equation/expEquation.js +2 -2
  65. package/lib/exercises/calculLitteral/equation/firstDegreeEquation.d.ts.map +1 -1
  66. package/lib/exercises/calculLitteral/equation/firstDegreeEquation.js +2 -2
  67. package/lib/exercises/calculLitteral/equation/fractionEquation.d.ts.map +1 -1
  68. package/lib/exercises/calculLitteral/equation/fractionEquation.js +2 -2
  69. package/lib/exercises/calculLitteral/equation/logEquation.d.ts.map +1 -1
  70. package/lib/exercises/calculLitteral/equation/logEquation.js +2 -2
  71. package/lib/exercises/calculLitteral/equation/multiplicationEquation.d.ts.map +1 -1
  72. package/lib/exercises/calculLitteral/equation/multiplicationEquation.js +2 -2
  73. package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.d.ts.map +1 -1
  74. package/lib/exercises/calculLitteral/factorisation/factoIdRmq1.js +2 -2
  75. package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.d.ts.map +1 -1
  76. package/lib/exercises/calculLitteral/factorisation/factoIdRmq2.js +2 -2
  77. package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.d.ts.map +1 -1
  78. package/lib/exercises/calculLitteral/factorisation/factoIdRmq3.js +2 -2
  79. package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.d.ts.map +1 -1
  80. package/lib/exercises/calculLitteral/factorisation/factoType1Exercise.js +2 -2
  81. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType0.d.ts.map +1 -1
  82. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType0.js +2 -2
  83. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType1.d.ts.map +1 -1
  84. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType1.js +2 -2
  85. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType2.d.ts.map +1 -1
  86. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType2.js +2 -2
  87. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType3.d.ts.map +1 -1
  88. package/lib/exercises/calculLitteral/inequations/firstDegreeInequationsType3.js +2 -2
  89. package/lib/exercises/calculLitteral/simplifying/evaluateExpression.d.ts.map +1 -1
  90. package/lib/exercises/calculLitteral/simplifying/evaluateExpression.js +2 -2
  91. package/lib/exercises/calculLitteral/simplifying/expSimplifiying.d.ts.map +1 -1
  92. package/lib/exercises/calculLitteral/simplifying/expSimplifiying.js +2 -2
  93. package/lib/exercises/calculLitteral/simplifying/logSimplifiying.d.ts.map +1 -1
  94. package/lib/exercises/calculLitteral/simplifying/logSimplifiying.js +2 -2
  95. package/lib/exercises/calculLitteral/simplifying/reduceExpression.d.ts.map +1 -1
  96. package/lib/exercises/calculLitteral/simplifying/reduceExpression.js +2 -2
  97. package/lib/exercises/complex/addComplex.d.ts.map +1 -1
  98. package/lib/exercises/complex/addComplex.js +2 -2
  99. package/lib/exercises/complex/conjugateComplex.ts.d.ts.map +1 -1
  100. package/lib/exercises/complex/conjugateComplex.ts.js +2 -2
  101. package/lib/exercises/complex/conjugateDivideComplex.d.ts.map +1 -1
  102. package/lib/exercises/complex/conjugateDivideComplex.js +2 -2
  103. package/lib/exercises/complex/conjugateMultiplyComplex.d.ts.map +1 -1
  104. package/lib/exercises/complex/conjugateMultiplyComplex.js +2 -2
  105. package/lib/exercises/complex/divideComplex.d.ts.map +1 -1
  106. package/lib/exercises/complex/divideComplex.js +2 -2
  107. package/lib/exercises/complex/inverseComplex.d.ts.map +1 -1
  108. package/lib/exercises/complex/inverseComplex.js +2 -2
  109. package/lib/exercises/complex/linearCombinaisonComplex.d.ts.map +1 -1
  110. package/lib/exercises/complex/linearCombinaisonComplex.js +2 -2
  111. package/lib/exercises/complex/mutiplyComplex.d.ts.map +1 -1
  112. package/lib/exercises/complex/mutiplyComplex.js +2 -2
  113. package/lib/exercises/complex/reAndIm.d.ts.map +1 -1
  114. package/lib/exercises/complex/reAndIm.js +2 -2
  115. package/lib/exercises/conversion/aeraConversion.d.ts.map +1 -1
  116. package/lib/exercises/conversion/aeraConversion.js +2 -2
  117. package/lib/exercises/conversion/capacityConversion.d.ts.map +1 -1
  118. package/lib/exercises/conversion/capacityConversion.js +2 -2
  119. package/lib/exercises/conversion/lengthConversion.d.ts.map +1 -1
  120. package/lib/exercises/conversion/lengthConversion.js +2 -2
  121. package/lib/exercises/conversion/massConversion.d.ts.map +1 -1
  122. package/lib/exercises/conversion/massConversion.js +2 -2
  123. package/lib/exercises/conversion/volumeCapacityConversion.d.ts.map +1 -1
  124. package/lib/exercises/conversion/volumeCapacityConversion.js +2 -2
  125. package/lib/exercises/conversion/volumeConversion.d.ts.map +1 -1
  126. package/lib/exercises/conversion/volumeConversion.js +2 -2
  127. package/lib/exercises/derivation/derivative/constanteDerivative.d.ts.map +1 -1
  128. package/lib/exercises/derivation/derivative/constanteDerivative.js +2 -2
  129. package/lib/exercises/derivation/derivative/expDerivativeOne.d.ts.map +1 -1
  130. package/lib/exercises/derivation/derivative/expDerivativeOne.js +2 -2
  131. package/lib/exercises/derivation/derivative/expDerivativeThree.d.ts.map +1 -1
  132. package/lib/exercises/derivation/derivative/expDerivativeThree.js +2 -2
  133. package/lib/exercises/derivation/derivative/expDerivativeTwo.d.ts.map +1 -1
  134. package/lib/exercises/derivation/derivative/expDerivativeTwo.js +2 -2
  135. package/lib/exercises/derivation/derivative/firstDegreeDerivative.d.ts.map +1 -1
  136. package/lib/exercises/derivation/derivative/firstDegreeDerivative.js +2 -2
  137. package/lib/exercises/derivation/derivative/inverseFunctionDerivative.d.ts.map +1 -1
  138. package/lib/exercises/derivation/derivative/inverseFunctionDerivative.js +2 -2
  139. package/lib/exercises/derivation/derivative/lnDerivativeOne.d.ts.map +1 -1
  140. package/lib/exercises/derivation/derivative/lnDerivativeOne.js +2 -2
  141. package/lib/exercises/derivation/derivative/lnDerivativeThree.d.ts.map +1 -1
  142. package/lib/exercises/derivation/derivative/lnDerivativeThree.js +2 -2
  143. package/lib/exercises/derivation/derivative/lnDerivativeTwo.d.ts.map +1 -1
  144. package/lib/exercises/derivation/derivative/lnDerivativeTwo.js +2 -2
  145. package/lib/exercises/derivation/derivative/powerFunctionDerivative.d.ts.map +1 -1
  146. package/lib/exercises/derivation/derivative/powerFunctionDerivative.js +2 -2
  147. package/lib/exercises/derivation/derivative/rootFunctionDerivative.d.ts.map +1 -1
  148. package/lib/exercises/derivation/derivative/rootFunctionDerivative.js +2 -2
  149. package/lib/exercises/derivation/derivative/secondDegreeDerivative.d.ts.map +1 -1
  150. package/lib/exercises/derivation/derivative/secondDegreeDerivative.js +2 -2
  151. package/lib/exercises/derivation/derivative/thirdDegreeDerivative.d.ts.map +1 -1
  152. package/lib/exercises/derivation/derivative/thirdDegreeDerivative.js +2 -2
  153. package/lib/exercises/derivation/derivative/thirdDegreeFunctionVariation.d.ts.map +1 -1
  154. package/lib/exercises/derivation/derivative/thirdDegreeFunctionVariation.js +2 -2
  155. package/lib/exercises/derivation/derivative/usualderivative.d.ts.map +1 -1
  156. package/lib/exercises/derivation/derivative/usualderivative.js +2 -0
  157. package/lib/exercises/derivation/derivativeNumberReading.d.ts.map +1 -1
  158. package/lib/exercises/derivation/derivativeNumberReading.js +2 -2
  159. package/lib/exercises/equaDiff/equaDiffGeneralForme.d.ts.map +1 -1
  160. package/lib/exercises/equaDiff/equaDiffGeneralForme.js +2 -2
  161. package/lib/exercises/equaDiff/equaDiffGeneralFormeWithIC.d.ts.map +1 -1
  162. package/lib/exercises/equaDiff/equaDiffGeneralFormeWithIC.js +2 -2
  163. package/lib/exercises/exercise.d.ts +3 -3
  164. package/lib/exercises/exercise.d.ts.map +1 -1
  165. package/lib/exercises/exercises.d.ts.map +1 -1
  166. package/lib/exercises/exercises.js +5 -0
  167. package/lib/exercises/functions/affines/leadingCoefficient.d.ts.map +1 -1
  168. package/lib/exercises/functions/affines/leadingCoefficient.js +2 -2
  169. package/lib/exercises/functions/affines/leadingCoefficientCalculV1.d.ts.map +1 -1
  170. package/lib/exercises/functions/affines/leadingCoefficientCalculV1.js +2 -2
  171. package/lib/exercises/functions/affines/leadingCoefficientCalculV2.d.ts.map +1 -1
  172. package/lib/exercises/functions/affines/leadingCoefficientCalculV2.js +2 -2
  173. package/lib/exercises/functions/affines/signFunction.d.ts.map +1 -1
  174. package/lib/exercises/functions/affines/signFunction.js +2 -2
  175. package/lib/exercises/functions/basics/imageFunction.d.ts.map +1 -1
  176. package/lib/exercises/functions/basics/imageFunction.js +2 -2
  177. package/lib/exercises/functions/basics/imageFunctionGeogebra.d.ts.map +1 -1
  178. package/lib/exercises/functions/basics/imageFunctionGeogebra.js +2 -2
  179. package/lib/exercises/functions/basics/inverseImageFunction.d.ts.map +1 -1
  180. package/lib/exercises/functions/basics/inverseImageFunction.js +2 -2
  181. package/lib/exercises/functions/basics/inverseImageFunctionGeogebra.d.ts.map +1 -1
  182. package/lib/exercises/functions/basics/inverseImageFunctionGeogebra.js +2 -2
  183. package/lib/exercises/functions/cube/cubicEquation.d.ts.map +1 -1
  184. package/lib/exercises/functions/cube/cubicEquation.js +2 -2
  185. package/lib/exercises/functions/trinoms/alphaBetaFromDevForm.d.ts.map +1 -1
  186. package/lib/exercises/functions/trinoms/alphaBetaFromDevForm.js +2 -2
  187. package/lib/exercises/functions/trinoms/alphaBetaInCanonicalForm.d.ts.map +1 -1
  188. package/lib/exercises/functions/trinoms/alphaBetaInCanonicalForm.js +2 -2
  189. package/lib/exercises/functions/trinoms/canonicalFromDevForm.d.ts.map +1 -1
  190. package/lib/exercises/functions/trinoms/canonicalFromDevForm.js +2 -2
  191. package/lib/exercises/functions/trinoms/deltaTrinom.d.ts.map +1 -1
  192. package/lib/exercises/functions/trinoms/deltaTrinom.js +2 -2
  193. package/lib/exercises/functions/trinoms/extremumFromCanonicalForm.d.ts.map +1 -1
  194. package/lib/exercises/functions/trinoms/extremumFromCanonicalForm.js +2 -2
  195. package/lib/exercises/functions/trinoms/extremumTypeFromAlgebricForm.d.ts.map +1 -1
  196. package/lib/exercises/functions/trinoms/extremumTypeFromAlgebricForm.js +2 -2
  197. package/lib/exercises/functions/trinoms/rootsFromDevForm.d.ts.map +1 -1
  198. package/lib/exercises/functions/trinoms/rootsFromDevForm.js +2 -2
  199. package/lib/exercises/functions/trinoms/rootsFromFactorizedForm.d.ts.map +1 -1
  200. package/lib/exercises/functions/trinoms/rootsFromFactorizedForm.js +2 -2
  201. package/lib/exercises/functions/trinoms/variationsFromAlgebricForm.d.ts.map +1 -1
  202. package/lib/exercises/functions/trinoms/variationsFromAlgebricForm.js +2 -2
  203. package/lib/exercises/geometry/cartesian/distanceBetweenTwoPoints.d.ts.map +1 -1
  204. package/lib/exercises/geometry/cartesian/distanceBetweenTwoPoints.js +2 -2
  205. package/lib/exercises/geometry/cartesian/midpoint.d.ts.map +1 -1
  206. package/lib/exercises/geometry/cartesian/midpoint.js +2 -2
  207. package/lib/exercises/geometry/euclidean/circleArea.d.ts.map +1 -1
  208. package/lib/exercises/geometry/euclidean/circleArea.js +2 -2
  209. package/lib/exercises/geometry/euclidean/circleCircumference.d.ts.map +1 -1
  210. package/lib/exercises/geometry/euclidean/circleCircumference.js +2 -2
  211. package/lib/exercises/geometry/euclidean/pythagore.d.ts.map +1 -1
  212. package/lib/exercises/geometry/euclidean/pythagore.js +2 -2
  213. package/lib/exercises/geometry/euclidean/pythagoreCalcul.d.ts.map +1 -1
  214. package/lib/exercises/geometry/euclidean/pythagoreCalcul.js +2 -2
  215. package/lib/exercises/geometry/euclidean/rectangleArea.d.ts.map +1 -1
  216. package/lib/exercises/geometry/euclidean/rectangleArea.js +2 -2
  217. package/lib/exercises/geometry/euclidean/rectanglePerimeter.d.ts.map +1 -1
  218. package/lib/exercises/geometry/euclidean/rectanglePerimeter.js +2 -2
  219. package/lib/exercises/geometry/euclidean/rightTriangleArea.d.ts.map +1 -1
  220. package/lib/exercises/geometry/euclidean/rightTriangleArea.js +2 -2
  221. package/lib/exercises/geometry/euclidean/squareArea.d.ts.map +1 -1
  222. package/lib/exercises/geometry/euclidean/squareArea.js +2 -2
  223. package/lib/exercises/geometry/euclidean/squarePerimeter.d.ts.map +1 -1
  224. package/lib/exercises/geometry/euclidean/squarePerimeter.js +2 -2
  225. package/lib/exercises/geometry/euclidean/thales.d.ts.map +1 -1
  226. package/lib/exercises/geometry/euclidean/thales.js +2 -2
  227. package/lib/exercises/geometry/euclidean/thalesCalcul.d.ts.map +1 -1
  228. package/lib/exercises/geometry/euclidean/thalesCalcul.js +2 -2
  229. package/lib/exercises/geometry/euclidean/triangleArea.d.ts.map +1 -1
  230. package/lib/exercises/geometry/euclidean/triangleArea.js +2 -2
  231. package/lib/exercises/geometry/euclidean/triangleAreaV2.d.ts.map +1 -1
  232. package/lib/exercises/geometry/euclidean/triangleAreaV2.js +2 -2
  233. package/lib/exercises/geometry/euclidean/trianglePerimeter.d.ts.map +1 -1
  234. package/lib/exercises/geometry/euclidean/trianglePerimeter.js +2 -2
  235. package/lib/exercises/geometry/euclidean/trigonometry.d.ts.map +1 -1
  236. package/lib/exercises/geometry/euclidean/trigonometry.js +2 -2
  237. package/lib/exercises/geometry/euclidean/trigonometryAngleCalcul.d.ts.map +1 -1
  238. package/lib/exercises/geometry/euclidean/trigonometryAngleCalcul.js +2 -2
  239. package/lib/exercises/geometry/euclidean/trigonometrySideCalcul.d.ts.map +1 -1
  240. package/lib/exercises/geometry/euclidean/trigonometrySideCalcul.js +2 -2
  241. package/lib/exercises/geometry/vectors/chasles.d.ts.map +1 -1
  242. package/lib/exercises/geometry/vectors/chasles.js +2 -2
  243. package/lib/exercises/geometry/vectors/determinant.d.ts.map +1 -1
  244. package/lib/exercises/geometry/vectors/determinant.js +2 -2
  245. package/lib/exercises/geometry/vectors/scalarProductViaCoords.d.ts.map +1 -1
  246. package/lib/exercises/geometry/vectors/scalarProductViaCoords.js +2 -2
  247. package/lib/exercises/limits/polynomeLimit.d.ts.map +1 -1
  248. package/lib/exercises/limits/polynomeLimit.js +2 -2
  249. package/lib/exercises/percent/applyPercent.d.ts.map +1 -1
  250. package/lib/exercises/percent/applyPercent.js +2 -2
  251. package/lib/exercises/percent/averageEvolutionRate.d.ts.map +1 -1
  252. package/lib/exercises/percent/averageEvolutionRate.js +2 -2
  253. package/lib/exercises/percent/globalPercent.d.ts.map +1 -1
  254. package/lib/exercises/percent/globalPercent.js +2 -2
  255. package/lib/exercises/percent/reciprocalPercentage.d.ts.map +1 -1
  256. package/lib/exercises/percent/reciprocalPercentage.js +2 -2
  257. package/lib/exercises/powers/powersDivision.d.ts.map +1 -1
  258. package/lib/exercises/powers/powersDivision.js +4 -2
  259. package/lib/exercises/powers/powersOfTenToDecimal.d.ts.map +1 -1
  260. package/lib/exercises/powers/powersOfTenToDecimal.js +2 -2
  261. package/lib/exercises/powers/powersPower.d.ts.map +1 -1
  262. package/lib/exercises/powers/powersPower.js +4 -2
  263. package/lib/exercises/powers/powersProduct.d.ts.map +1 -1
  264. package/lib/exercises/powers/powersProduct.js +4 -2
  265. package/lib/exercises/powers/scientificToDecimal.d.ts.map +1 -1
  266. package/lib/exercises/powers/scientificToDecimal.js +2 -2
  267. package/lib/exercises/primitve/constantPrimitive.d.ts.map +1 -1
  268. package/lib/exercises/primitve/constantPrimitive.js +2 -2
  269. package/lib/exercises/primitve/exponentialPrimitive.d.ts.map +1 -1
  270. package/lib/exercises/primitve/exponentialPrimitive.js +2 -2
  271. package/lib/exercises/primitve/logarithmePrimitive.d.ts.map +1 -1
  272. package/lib/exercises/primitve/logarithmePrimitive.js +2 -2
  273. package/lib/exercises/primitve/polynomialPrimitive.d.ts.map +1 -1
  274. package/lib/exercises/primitve/polynomialPrimitive.js +2 -2
  275. package/lib/exercises/primitve/sinCosPrimitive.d.ts.map +1 -1
  276. package/lib/exercises/primitve/sinCosPrimitive.js +2 -2
  277. package/lib/exercises/primitve/usualPrimitives.d.ts.map +1 -1
  278. package/lib/exercises/primitve/usualPrimitives.js +2 -0
  279. package/lib/exercises/probaStat/averageWithTable.d.ts.map +1 -1
  280. package/lib/exercises/probaStat/averageWithTable.js +2 -2
  281. package/lib/exercises/probaStat/conditionalProbability.d.ts.map +1 -1
  282. package/lib/exercises/probaStat/conditionalProbability.js +2 -2
  283. package/lib/exercises/probaStat/marginalAndConditionalFrequency.d.ts.map +1 -1
  284. package/lib/exercises/probaStat/marginalAndConditionalFrequency.js +2 -2
  285. package/lib/exercises/probaStat/median.d.ts.map +1 -1
  286. package/lib/exercises/probaStat/median.js +2 -2
  287. package/lib/exercises/probaStat/medianList.d.ts.map +1 -1
  288. package/lib/exercises/probaStat/medianList.js +2 -2
  289. package/lib/exercises/probaStat/probabilityTree.d.ts.map +1 -1
  290. package/lib/exercises/probaStat/probabilityTree.js +2 -2
  291. package/lib/exercises/probaStat/quartiles.d.ts.map +1 -1
  292. package/lib/exercises/probaStat/quartiles.js +2 -2
  293. package/lib/exercises/probaStat/quartilesList.d.ts.map +1 -1
  294. package/lib/exercises/probaStat/quartilesList.js +2 -2
  295. package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.d.ts.map +1 -1
  296. package/lib/exercises/sequences/arithmetic/arithmeticExplicitFormulaUsage.js +2 -2
  297. package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.d.ts.map +1 -1
  298. package/lib/exercises/sequences/arithmetic/arithmeticFindExplicitFormula.js +2 -2
  299. package/lib/exercises/sequences/arithmetic/arithmeticFindReason.d.ts.map +1 -1
  300. package/lib/exercises/sequences/arithmetic/arithmeticFindReason.js +2 -2
  301. package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.d.ts.map +1 -1
  302. package/lib/exercises/sequences/arithmetic/arithmeticReasonUsage.js +2 -2
  303. package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.d.ts.map +1 -1
  304. package/lib/exercises/sequences/arithmetic/arithmeticRecurrenceFormulaUsage.js +2 -2
  305. package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.d.ts.map +1 -1
  306. package/lib/exercises/sequences/arithmetic/arithmeticThresholdFind.js +2 -2
  307. package/lib/exercises/sequences/arithmetic/firstIntegersSum.d.ts.map +1 -1
  308. package/lib/exercises/sequences/arithmetic/firstIntegersSum.js +2 -2
  309. package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.d.ts.map +1 -1
  310. package/lib/exercises/sequences/geometric/geometricExplicitFormulaUsage.js +2 -2
  311. package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.d.ts.map +1 -1
  312. package/lib/exercises/sequences/geometric/geometricFindExplicitFormula.js +2 -2
  313. package/lib/exercises/sequences/geometric/geometricFindReason.d.ts.map +1 -1
  314. package/lib/exercises/sequences/geometric/geometricFindReason.js +2 -2
  315. package/lib/exercises/sequences/geometric/geometricFirstTermsSum.d.ts.map +1 -1
  316. package/lib/exercises/sequences/geometric/geometricFirstTermsSum.js +2 -2
  317. package/lib/exercises/sequences/geometric/geometricReasonUsage.d.ts.map +1 -1
  318. package/lib/exercises/sequences/geometric/geometricReasonUsage.js +2 -2
  319. package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.d.ts.map +1 -1
  320. package/lib/exercises/sequences/geometric/geometricRecurrenceFormulaUsage.js +2 -2
  321. package/lib/exercises/sets/intervals/inequalityToInterval.d.ts +4 -0
  322. package/lib/exercises/sets/intervals/inequalityToInterval.d.ts.map +1 -0
  323. package/lib/exercises/sets/intervals/inequalityToInterval.js +136 -0
  324. package/lib/exercises/sets/intervals/intervalBelonging.d.ts +4 -0
  325. package/lib/exercises/sets/intervals/intervalBelonging.d.ts.map +1 -0
  326. package/lib/exercises/sets/intervals/intervalBelonging.js +55 -0
  327. package/lib/exercises/sets/intervals/intervalsUnion.d.ts +4 -0
  328. package/lib/exercises/sets/intervals/intervalsUnion.d.ts.map +1 -0
  329. package/lib/exercises/sets/intervals/intervalsUnion.js +55 -0
  330. package/lib/exercises/sets/intervalsUnion.d.ts.map +1 -1
  331. package/lib/exercises/sets/intervalsUnion.js +2 -2
  332. package/lib/exercises/sets/setBelonging.d.ts +4 -0
  333. package/lib/exercises/sets/setBelonging.d.ts.map +1 -0
  334. package/lib/exercises/sets/setBelonging.js +89 -0
  335. package/lib/exercises/squareRoots/simpifySquareRoot.d.ts.map +1 -1
  336. package/lib/exercises/squareRoots/simpifySquareRoot.js +2 -2
  337. package/lib/exercises/squareRoots/squareRootEquation.d.ts.map +1 -1
  338. package/lib/exercises/squareRoots/squareRootEquation.js +2 -2
  339. package/lib/exercises/trigonometry/mainRemarkableValues.d.ts.map +1 -1
  340. package/lib/exercises/trigonometry/mainRemarkableValues.js +2 -2
  341. package/lib/exercises/trigonometry/remarkableValues.d.ts.map +1 -1
  342. package/lib/exercises/trigonometry/remarkableValues.js +2 -2
  343. package/lib/index.js +1 -2
  344. package/lib/math/geometry/triangles.js +4 -4
  345. package/lib/math/polynomials/polynomial.js +1 -2
  346. package/lib/math/sets/intervals/intervals.d.ts +11 -0
  347. package/lib/math/sets/intervals/intervals.d.ts.map +1 -1
  348. package/lib/math/sets/intervals/intervals.js +88 -1
  349. package/lib/server.js +4 -5
  350. package/lib/tree/nodes/functions/oppositeNode.js +1 -1
  351. package/lib/tree/nodes/operators/divideNode.js +1 -1
  352. package/lib/tree/nodes/operators/multiplyNode.js +2 -2
  353. package/lib/tree/nodes/operators/powerNode.js +2 -2
  354. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"thirdIdentity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/thirdIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW3E,eAAO,MAAM,aAAa,EAAE,QAU3B,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CA0EnD"}
1
+ {"version":3,"file":"thirdIdentity.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/distributivity/thirdIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAW3E,eAAO,MAAM,aAAa,EAAE,QAY3B,CAAC;AAEF,wBAAgB,wBAAwB,IAAI,QAAQ,CAwEnD"}
@@ -19,6 +19,8 @@ exports.thirdIdentity = {
19
19
  isSingleStep: false,
20
20
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getThirdIdentityQuestion, nb),
21
21
  keys: ['x'],
22
+ qcmTimer: 60,
23
+ freeTimer: 60,
22
24
  };
23
25
  function getThirdIdentityQuestion() {
24
26
  const interval = new intervals_1.Interval('[[-10; 10]]').difference(new discreteSet_1.DiscreteSet([new integer_1.Integer(0)]));
@@ -79,8 +81,6 @@ function getThirdIdentityQuestion() {
79
81
  keys: ['x'],
80
82
  getPropositions,
81
83
  answerFormat: 'tex',
82
- qcmTimer: 60,
83
- freeTimer: 60,
84
84
  };
85
85
  }
86
86
  exports.getThirdIdentityQuestion = getThirdIdentityQuestion;
@@ -1 +1 @@
1
- {"version":3,"file":"equationSimpleSquare.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationSimpleSquare.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,oBAAoB,EAAE,QAUlC,CAAC;AAOF,wBAAgB,uBAAuB,IAAI,QAAQ,CA6JlD"}
1
+ {"version":3,"file":"equationSimpleSquare.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationSimpleSquare.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,oBAAoB,EAAE,QAYlC,CAAC;AAOF,wBAAgB,uBAAuB,IAAI,QAAQ,CA2JlD"}
@@ -19,6 +19,8 @@ exports.equationSimpleSquare = {
19
19
  isSingleStep: false,
20
20
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getEquationSimpleSquare, nb),
21
21
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
22
+ qcmTimer: 60,
23
+ freeTimer: 60,
22
24
  };
23
25
  const higherFactor = (n) => {
24
26
  for (let i = Math.floor(Math.sqrt(n)); i > 0; i--)
@@ -159,8 +161,6 @@ function getEquationSimpleSquare() {
159
161
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
160
162
  getPropositions,
161
163
  answerFormat: 'tex',
162
- qcmTimer: 60,
163
- freeTimer: 60,
164
164
  };
165
165
  return question;
166
166
  }
@@ -1 +1 @@
1
- {"version":3,"file":"equationType1Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType1Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,QAUnC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CAsD3D"}
1
+ {"version":3,"file":"equationType1Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType1Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,QAYnC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CAoD3D"}
@@ -21,6 +21,8 @@ exports.equationType1Exercise = {
21
21
  isSingleStep: true,
22
22
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getEquationType1ExerciseQuestion, nb),
23
23
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
24
+ qcmTimer: 60,
25
+ freeTimer: 60,
24
26
  };
25
27
  function getEquationType1ExerciseQuestion() {
26
28
  const b = (0, randint_1.randint)(-10, 11);
@@ -65,8 +67,6 @@ function getEquationType1ExerciseQuestion() {
65
67
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
66
68
  getPropositions,
67
69
  answerFormat: 'tex',
68
- qcmTimer: 60,
69
- freeTimer: 60,
70
70
  };
71
71
  return question;
72
72
  }
@@ -1 +1 @@
1
- {"version":3,"file":"equationType2Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType2Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,QAUnC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CAsD3D"}
1
+ {"version":3,"file":"equationType2Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType2Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,QAYnC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CAoD3D"}
@@ -23,6 +23,8 @@ exports.equationType2Exercise = {
23
23
  isSingleStep: true,
24
24
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getEquationType2ExerciseQuestion, nb),
25
25
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
26
+ qcmTimer: 60,
27
+ freeTimer: 60,
26
28
  };
27
29
  function getEquationType2ExerciseQuestion() {
28
30
  const interval = new intervals_1.Interval('[[-10; 10]]');
@@ -63,8 +65,6 @@ function getEquationType2ExerciseQuestion() {
63
65
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
64
66
  getPropositions,
65
67
  answerFormat: 'tex',
66
- qcmTimer: 60,
67
- freeTimer: 60,
68
68
  };
69
69
  return question;
70
70
  }
@@ -1 +1 @@
1
- {"version":3,"file":"equationType3Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType3Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,QAWnC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CA0D3D"}
1
+ {"version":3,"file":"equationType3Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType3Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,QAanC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CAwD3D"}
@@ -25,6 +25,8 @@ exports.equationType3Exercise = {
25
25
  isSingleStep: false,
26
26
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getEquationType3ExerciseQuestion, nb),
27
27
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
28
+ qcmTimer: 60,
29
+ freeTimer: 60,
28
30
  };
29
31
  function getEquationType3ExerciseQuestion() {
30
32
  const interval = new intervals_1.Interval('[[-10; 10]]');
@@ -67,8 +69,6 @@ function getEquationType3ExerciseQuestion() {
67
69
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
68
70
  getPropositions,
69
71
  answerFormat: 'tex',
70
- qcmTimer: 60,
71
- freeTimer: 60,
72
72
  };
73
73
  return question;
74
74
  }
@@ -1 +1 @@
1
- {"version":3,"file":"equationType4Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType4Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,QAWnC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CA6D3D"}
1
+ {"version":3,"file":"equationType4Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/equationType4Exercise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,QAanC,CAAC;AAEF,wBAAgB,gCAAgC,IAAI,QAAQ,CA2D3D"}
@@ -25,6 +25,8 @@ exports.equationType4Exercise = {
25
25
  isSingleStep: false,
26
26
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getEquationType4ExerciseQuestion, nb),
27
27
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
28
+ qcmTimer: 60,
29
+ freeTimer: 60,
28
30
  };
29
31
  function getEquationType4ExerciseQuestion() {
30
32
  const interval = new intervals_1.Interval('[[-10; 10]]');
@@ -69,8 +71,6 @@ function getEquationType4ExerciseQuestion() {
69
71
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
70
72
  getPropositions,
71
73
  answerFormat: 'tex',
72
- qcmTimer: 60,
73
- freeTimer: 60,
74
74
  };
75
75
  return question;
76
76
  }
@@ -1 +1 @@
1
- {"version":3,"file":"expEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/expEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E,eAAO,MAAM,WAAW,EAAE,QAUzB,CAAC;AAEF,wBAAgB,cAAc,IAAI,QAAQ,CAyDzC"}
1
+ {"version":3,"file":"expEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/expEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E,eAAO,MAAM,WAAW,EAAE,QAYzB,CAAC;AAEF,wBAAgB,cAAc,IAAI,QAAQ,CAuDzC"}
@@ -23,6 +23,8 @@ exports.expEquation = {
23
23
  isSingleStep: false,
24
24
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getExpEquation, nb),
25
25
  keys: ['exp', 'ln'],
26
+ qcmTimer: 60,
27
+ freeTimer: 60,
26
28
  };
27
29
  function getExpEquation() {
28
30
  const a = (0, randint_1.randint)(-9, 20, [0]);
@@ -61,8 +63,6 @@ function getExpEquation() {
61
63
  keys: ['exp', 'ln'],
62
64
  getPropositions,
63
65
  answerFormat: 'tex',
64
- qcmTimer: 60,
65
- freeTimer: 60,
66
66
  };
67
67
  return question;
68
68
  }
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/firstDegreeEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ3E,eAAO,MAAM,mBAAmB,EAAE,QAUjC,CAAC;AAEF,wBAAgB,sBAAsB,IAAI,QAAQ,CAsDjD"}
1
+ {"version":3,"file":"firstDegreeEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/firstDegreeEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ3E,eAAO,MAAM,mBAAmB,EAAE,QAYjC,CAAC;AAEF,wBAAgB,sBAAsB,IAAI,QAAQ,CAoDjD"}
@@ -17,6 +17,8 @@ exports.firstDegreeEquation = {
17
17
  isSingleStep: false,
18
18
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFirstDegreeEquation, nb),
19
19
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
20
+ qcmTimer: 60,
21
+ freeTimer: 60,
20
22
  };
21
23
  function getFirstDegreeEquation() {
22
24
  const a = (0, randint_1.randint)(-30, 30, [0]);
@@ -58,8 +60,6 @@ function getFirstDegreeEquation() {
58
60
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'emptyset'],
59
61
  getPropositions,
60
62
  answerFormat: 'tex',
61
- qcmTimer: 60,
62
- freeTimer: 60,
63
63
  };
64
64
  return question;
65
65
  }
@@ -1 +1 @@
1
- {"version":3,"file":"fractionEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/fractionEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,gBAAgB,EAAE,QAU9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAmE9C"}
1
+ {"version":3,"file":"fractionEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/fractionEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,gBAAgB,EAAE,QAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAiE9C"}
@@ -19,6 +19,8 @@ exports.fractionEquation = {
19
19
  isSingleStep: false,
20
20
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFractionEquation, nb),
21
21
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'ou', 'emptyset'],
22
+ qcmTimer: 60,
23
+ freeTimer: 60,
22
24
  };
23
25
  function getFractionEquation() {
24
26
  // (ax + b)/(cx + d) = 0
@@ -68,8 +70,6 @@ function getFractionEquation() {
68
70
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'ou', 'emptyset'],
69
71
  getPropositions,
70
72
  answerFormat: 'tex',
71
- qcmTimer: 60,
72
- freeTimer: 60,
73
73
  };
74
74
  return question;
75
75
  }
@@ -1 +1 @@
1
- {"version":3,"file":"logEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/logEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc3E,eAAO,MAAM,WAAW,EAAE,QAUzB,CAAC;AAEF,wBAAgB,aAAa,IAAI,QAAQ,CAyDxC"}
1
+ {"version":3,"file":"logEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/logEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc3E,eAAO,MAAM,WAAW,EAAE,QAYzB,CAAC;AAEF,wBAAgB,aAAa,IAAI,QAAQ,CAuDxC"}
@@ -23,6 +23,8 @@ exports.logEquation = {
23
23
  isSingleStep: false,
24
24
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getLnEquation, nb),
25
25
  keys: ['ln', 'exp'],
26
+ qcmTimer: 60,
27
+ freeTimer: 60,
26
28
  };
27
29
  function getLnEquation() {
28
30
  const a = (0, randint_1.randint)(-9, 20, [0]);
@@ -61,8 +63,6 @@ function getLnEquation() {
61
63
  keys: ['ln', 'exp'],
62
64
  getPropositions,
63
65
  answerFormat: 'tex',
64
- qcmTimer: 60,
65
- freeTimer: 60,
66
66
  };
67
67
  return question;
68
68
  }
@@ -1 +1 @@
1
- {"version":3,"file":"multiplicationEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/multiplicationEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,sBAAsB,EAAE,QAUpC,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CA2EpD"}
1
+ {"version":3,"file":"multiplicationEquation.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/equation/multiplicationEquation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,sBAAsB,EAAE,QAYpC,CAAC;AAEF,wBAAgB,yBAAyB,IAAI,QAAQ,CAyEpD"}
@@ -19,6 +19,8 @@ exports.multiplicationEquation = {
19
19
  isSingleStep: false,
20
20
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getMultiplicationEquation, nb),
21
21
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'ou'],
22
+ qcmTimer: 60,
23
+ freeTimer: 60,
22
24
  };
23
25
  function getMultiplicationEquation() {
24
26
  // (ax + b)(cx + d) = 0
@@ -71,8 +73,6 @@ function getMultiplicationEquation() {
71
73
  keys: ['x', 'S', 'equal', 'lbrace', 'rbrace', 'semicolon', 'ou'],
72
74
  getPropositions,
73
75
  answerFormat: 'tex',
74
- qcmTimer: 60,
75
- freeTimer: 60,
76
76
  };
77
77
  return question;
78
78
  }
@@ -1 +1 @@
1
- {"version":3,"file":"factoIdRmq1.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAgB3E,eAAO,MAAM,WAAW,EAAE,QAUzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA6DhD"}
1
+ {"version":3,"file":"factoIdRmq1.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAgB3E,eAAO,MAAM,WAAW,EAAE,QAYzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA2DhD"}
@@ -21,6 +21,8 @@ exports.factoIdRmq1 = {
21
21
  sections: ['Calcul littéral'],
22
22
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFactoType1Question, nb),
23
23
  keys: ['x'],
24
+ qcmTimer: 60,
25
+ freeTimer: 60,
24
26
  };
25
27
  function getFactoType1Question() {
26
28
  const interval = new intervals_1.Interval('[[1; 10]]').difference(new discreteSet_1.DiscreteSet([new integer_1.Integer(0)]));
@@ -64,8 +66,6 @@ function getFactoType1Question() {
64
66
  keys: ['x'],
65
67
  getPropositions,
66
68
  answerFormat: 'tex',
67
- qcmTimer: 60,
68
- freeTimer: 60,
69
69
  };
70
70
  return question;
71
71
  }
@@ -1 +1 @@
1
- {"version":3,"file":"factoIdRmq2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,WAAW,EAAE,QAUzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAuEhD"}
1
+ {"version":3,"file":"factoIdRmq2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,WAAW,EAAE,QAYzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAqEhD"}
@@ -21,6 +21,8 @@ exports.factoIdRmq2 = {
21
21
  sections: ['Calcul littéral'],
22
22
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFactoType1Question, nb),
23
23
  keys: ['x'],
24
+ qcmTimer: 60,
25
+ freeTimer: 60,
24
26
  };
25
27
  function getFactoType1Question() {
26
28
  const intervalA = new intervals_1.Interval('[[0; 10]]').difference(new discreteSet_1.DiscreteSet([new integer_1.Integer(0)]));
@@ -72,8 +74,6 @@ function getFactoType1Question() {
72
74
  keys: ['x'],
73
75
  getPropositions,
74
76
  answerFormat: 'tex',
75
- qcmTimer: 60,
76
- freeTimer: 60,
77
77
  };
78
78
  return question;
79
79
  }
@@ -1 +1 @@
1
- {"version":3,"file":"factoIdRmq3.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E,eAAO,MAAM,WAAW,EAAE,QAUzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA6EhD"}
1
+ {"version":3,"file":"factoIdRmq3.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoIdRmq3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAa3E,eAAO,MAAM,WAAW,EAAE,QAYzB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA2EhD"}
@@ -20,6 +20,8 @@ exports.factoIdRmq3 = {
20
20
  sections: ['Calcul littéral'],
21
21
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFactoType1Question, nb),
22
22
  keys: ['x'],
23
+ qcmTimer: 60,
24
+ freeTimer: 60,
23
25
  };
24
26
  function getFactoType1Question() {
25
27
  const interval = new intervals_1.Interval('[[-10; 10]]').difference(new discreteSet_1.DiscreteSet([new integer_1.Integer(0)]));
@@ -78,8 +80,6 @@ function getFactoType1Question() {
78
80
  keys: ['x'],
79
81
  getPropositions,
80
82
  answerFormat: 'tex',
81
- qcmTimer: 60,
82
- freeTimer: 60,
83
83
  };
84
84
  return question;
85
85
  }
@@ -1 +1 @@
1
- {"version":3,"file":"factoType1Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoType1Exercise.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,kBAAkB,EAAE,QAUhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAqGhD"}
1
+ {"version":3,"file":"factoType1Exercise.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/factorisation/factoType1Exercise.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,kBAAkB,EAAE,QAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAmGhD"}
@@ -22,6 +22,8 @@ exports.factoType1Exercise = {
22
22
  sections: ['Calcul littéral'],
23
23
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFactoType1Question, nb),
24
24
  keys: ['x'],
25
+ qcmTimer: 60,
26
+ freeTimer: 60,
25
27
  };
26
28
  function getFactoType1Question() {
27
29
  const affines = affine_1.AffineConstructor.differentRandoms(3);
@@ -82,8 +84,6 @@ function getFactoType1Question() {
82
84
  keys: ['x'],
83
85
  getPropositions,
84
86
  answerFormat: 'tex',
85
- qcmTimer: 60,
86
- freeTimer: 60,
87
87
  };
88
88
  return question;
89
89
  }
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeInequationsType0.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType0.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QASzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CA2D5D"}
1
+ {"version":3,"file":"firstDegreeInequationsType0.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType0.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
@@ -17,6 +17,8 @@ exports.firstDegreeInequationsType0 = {
17
17
  isSingleStep: true,
18
18
  sections: ['Inéquations'],
19
19
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFirstDegreeInequationsQuestion, nb),
20
+ qcmTimer: 60,
21
+ freeTimer: 60,
20
22
  };
21
23
  function getFirstDegreeInequationsQuestion() {
22
24
  const affine = new affine_1.Affine(1, (0, randint_1.randint)(-10, 11));
@@ -63,8 +65,6 @@ function getFirstDegreeInequationsQuestion() {
63
65
  keys: ['x', 'sup', 'inf', 'geq', 'leq'],
64
66
  getPropositions,
65
67
  answerFormat: 'tex',
66
- qcmTimer: 60,
67
- freeTimer: 60,
68
68
  };
69
69
  return question;
70
70
  }
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeInequationsType1.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QASzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CA2D5D"}
1
+ {"version":3,"file":"firstDegreeInequationsType1.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
@@ -18,6 +18,8 @@ exports.firstDegreeInequationsType1 = {
18
18
  isSingleStep: true,
19
19
  sections: ['Inéquations'],
20
20
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFirstDegreeInequationsQuestion, nb),
21
+ qcmTimer: 60,
22
+ freeTimer: 60,
21
23
  };
22
24
  function getFirstDegreeInequationsQuestion() {
23
25
  const affine = new affine_1.Affine((0, randint_1.randint)(-10, 10, [0, 1]), 0);
@@ -64,8 +66,6 @@ function getFirstDegreeInequationsQuestion() {
64
66
  keys: ['x', 'sup', 'inf', 'geq', 'leq'],
65
67
  getPropositions,
66
68
  answerFormat: 'tex',
67
- qcmTimer: 60,
68
- freeTimer: 60,
69
69
  };
70
70
  return question;
71
71
  }
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeInequationsType2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QASzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CA2D5D"}
1
+ {"version":3,"file":"firstDegreeInequationsType2.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
@@ -18,6 +18,8 @@ exports.firstDegreeInequationsType2 = {
18
18
  isSingleStep: true,
19
19
  sections: ['Inéquations'],
20
20
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFirstDegreeInequationsQuestion, nb),
21
+ qcmTimer: 60,
22
+ freeTimer: 60,
21
23
  };
22
24
  function getFirstDegreeInequationsQuestion() {
23
25
  const affine = new affine_1.Affine((0, randint_1.randint)(-10, 10, [0, 1]), (0, randint_1.randint)(-10, 10, [0]));
@@ -64,8 +66,6 @@ function getFirstDegreeInequationsQuestion() {
64
66
  keys: ['x', 'sup', 'inf', 'geq', 'leq'],
65
67
  getPropositions,
66
68
  answerFormat: 'tex',
67
- qcmTimer: 60,
68
- freeTimer: 60,
69
69
  };
70
70
  return question;
71
71
  }
@@ -1 +1 @@
1
- {"version":3,"file":"firstDegreeInequationsType3.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QASzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CA2D5D"}
1
+ {"version":3,"file":"firstDegreeInequationsType3.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/inequations/firstDegreeInequationsType3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,2BAA2B,EAAE,QAWzC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}
@@ -18,6 +18,8 @@ exports.firstDegreeInequationsType3 = {
18
18
  isSingleStep: true,
19
19
  sections: ['Inéquations'],
20
20
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getFirstDegreeInequationsQuestion, nb),
21
+ qcmTimer: 60,
22
+ freeTimer: 60,
21
23
  };
22
24
  function getFirstDegreeInequationsQuestion() {
23
25
  const affine1 = new affine_1.Affine((0, randint_1.randint)(-10, 10, [0]), (0, randint_1.randint)(-10, 10));
@@ -65,8 +67,6 @@ function getFirstDegreeInequationsQuestion() {
65
67
  keys: ['x', 'sup', 'inf', 'geq', 'leq'],
66
68
  getPropositions,
67
69
  answerFormat: 'tex',
68
- qcmTimer: 60,
69
- freeTimer: 60,
70
70
  };
71
71
  return question;
72
72
  }
@@ -1 +1 @@
1
- {"version":3,"file":"evaluateExpression.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/evaluateExpression.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ3E,eAAO,MAAM,kBAAkB,EAAE,QAUhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAsDhD"}
1
+ {"version":3,"file":"evaluateExpression.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/evaluateExpression.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ3E,eAAO,MAAM,kBAAkB,EAAE,QAYhC,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CAoDhD"}
@@ -17,6 +17,8 @@ exports.evaluateExpression = {
17
17
  isSingleStep: true,
18
18
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getEvaluateExpression, nb),
19
19
  keys: ['x'],
20
+ qcmTimer: 60,
21
+ freeTimer: 60,
20
22
  };
21
23
  function getEvaluateExpression() {
22
24
  const rand = (0, coinFlip_1.coinFlip)();
@@ -58,8 +60,6 @@ function getEvaluateExpression() {
58
60
  keys: ['x'],
59
61
  getPropositions,
60
62
  answerFormat: 'tex',
61
- qcmTimer: 60,
62
- freeTimer: 60,
63
63
  };
64
64
  return question;
65
65
  }
@@ -1 +1 @@
1
- {"version":3,"file":"expSimplifiying.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/expSimplifiying.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc3E,eAAO,MAAM,eAAe,EAAE,QAU7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CA2G7C"}
1
+ {"version":3,"file":"expSimplifiying.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/expSimplifiying.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAc3E,eAAO,MAAM,eAAe,EAAE,QAY7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CAyG7C"}
@@ -22,6 +22,8 @@ exports.expSimplifiying = {
22
22
  isSingleStep: false,
23
23
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getExpSimplifiying, nb),
24
24
  keys: ['exp'],
25
+ qcmTimer: 60,
26
+ freeTimer: 60,
25
27
  };
26
28
  function getExpSimplifiying() {
27
29
  const random = (0, randint_1.randint)(1, 4);
@@ -90,8 +92,6 @@ function getExpSimplifiying() {
90
92
  keys: ['exp'],
91
93
  getPropositions,
92
94
  answerFormat: 'tex',
93
- qcmTimer: 60,
94
- freeTimer: 60,
95
95
  };
96
96
  return question;
97
97
  }
@@ -1 +1 @@
1
- {"version":3,"file":"logSimplifiying.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/logSimplifiying.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,eAAe,EAAE,QAU7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CAiE7C"}
1
+ {"version":3,"file":"logSimplifiying.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/logSimplifiying.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAY3E,eAAO,MAAM,eAAe,EAAE,QAY7B,CAAC;AAEF,wBAAgB,kBAAkB,IAAI,QAAQ,CA+D7C"}
@@ -21,6 +21,8 @@ exports.logSimplifiying = {
21
21
  isSingleStep: false,
22
22
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getExpSimplifiying, nb),
23
23
  keys: ['ln'],
24
+ qcmTimer: 60,
25
+ freeTimer: 60,
24
26
  };
25
27
  function getExpSimplifiying() {
26
28
  const a = (0, randint_1.randint)(1, 10);
@@ -72,8 +74,6 @@ function getExpSimplifiying() {
72
74
  keys: ['ln'],
73
75
  getPropositions,
74
76
  answerFormat: 'tex',
75
- qcmTimer: 60,
76
- freeTimer: 60,
77
77
  };
78
78
  return question;
79
79
  }
@@ -1 +1 @@
1
- {"version":3,"file":"reduceExpression.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/reduceExpression.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ3E,eAAO,MAAM,gBAAgB,EAAE,QAU9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAqI9C"}
1
+ {"version":3,"file":"reduceExpression.d.ts","sourceRoot":"","sources":["../../../../src/exercises/calculLitteral/simplifying/reduceExpression.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAQ3E,eAAO,MAAM,gBAAgB,EAAE,QAY9B,CAAC;AAEF,wBAAgB,mBAAmB,IAAI,QAAQ,CAmI9C"}
@@ -17,6 +17,8 @@ exports.reduceExpression = {
17
17
  sections: ['Calcul littéral'],
18
18
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getReduceExpression, nb),
19
19
  keys: ['x'],
20
+ qcmTimer: 60,
21
+ freeTimer: 60,
20
22
  };
21
23
  function getReduceExpression() {
22
24
  const rand = (0, randint_1.randint)(0, 7);
@@ -115,8 +117,6 @@ function getReduceExpression() {
115
117
  keys: ['x'],
116
118
  getPropositions,
117
119
  answerFormat: 'tex',
118
- qcmTimer: 60,
119
- freeTimer: 60,
120
120
  };
121
121
  return question;
122
122
  }
@@ -1 +1 @@
1
- {"version":3,"file":"addComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/addComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,UAAU,EAAE,QASxB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA2DhD"}
1
+ {"version":3,"file":"addComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/addComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAU3E,eAAO,MAAM,UAAU,EAAE,QAWxB,CAAC;AAEF,wBAAgB,qBAAqB,IAAI,QAAQ,CA0DhD"}
@@ -17,6 +17,8 @@ exports.addComplex = {
17
17
  isSingleStep: true,
18
18
  sections: ['Nombres complexes'],
19
19
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getAddComplexQuestion, nb),
20
+ qcmTimer: 60,
21
+ freeTimer: 60,
20
22
  };
21
23
  function getAddComplexQuestion() {
22
24
  const z1 = complex_1.ComplexConstructor.random();
@@ -63,8 +65,6 @@ function getAddComplexQuestion() {
63
65
  keys: ['i', 'z', 'quote'],
64
66
  getPropositions,
65
67
  answerFormat: 'tex',
66
- qcmTimer: 60,
67
- freeTimer: 60,
68
68
  startStatement: "z+z'",
69
69
  };
70
70
  return question;
@@ -1 +1 @@
1
- {"version":3,"file":"conjugateComplex.ts.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateComplex.ts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,gBAAgB,EAAE,QAS9B,CAAC;AAEF,wBAAgB,2BAA2B,IAAI,QAAQ,CA+DtD"}
1
+ {"version":3,"file":"conjugateComplex.ts.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateComplex.ts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,gBAAgB,EAAE,QAW9B,CAAC;AAEF,wBAAgB,2BAA2B,IAAI,QAAQ,CA8DtD"}
@@ -14,6 +14,8 @@ exports.conjugateComplex = {
14
14
  isSingleStep: true,
15
15
  sections: ['Nombres complexes'],
16
16
  generator: (nb) => (0, getDistinctQuestions_1.getDistinctQuestions)(getConjugateComplexQuestion, nb),
17
+ qcmTimer: 60,
18
+ freeTimer: 60,
17
19
  };
18
20
  function getConjugateComplexQuestion() {
19
21
  const complex = complex_1.ComplexConstructor.random();
@@ -66,8 +68,6 @@ function getConjugateComplexQuestion() {
66
68
  keys: ['i', 'overline'],
67
69
  getPropositions,
68
70
  answerFormat: 'tex',
69
- qcmTimer: 60,
70
- freeTimer: 60,
71
71
  startStatement: '\\overline z',
72
72
  };
73
73
  return question;
@@ -1 +1 @@
1
- {"version":3,"file":"conjugateDivideComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateDivideComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,sBAAsB,EAAE,QASpC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CA0D5D"}
1
+ {"version":3,"file":"conjugateDivideComplex.d.ts","sourceRoot":"","sources":["../../../src/exercises/complex/conjugateDivideComplex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAe,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM3E,eAAO,MAAM,sBAAsB,EAAE,QAWpC,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,QAAQ,CAyD5D"}