-
Bug
-
Resolution: Fixed
-
Minor
-
2.6.5, 2.7.2, 2.8
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
So thanks to MDL-31680 - calculated question types now correctly display the correct number of significant figures for wildcards.
One more place that seems to need to obey the length/format rules is the min and max values shown in the "Answers tolerance parameters" section.
Example:
(
0.001)
{y}with x=0.240 and y = 84.2 and 3 signficant figures
(0.240*0.001)*84.2 = 0.0202
For a tolerance of 0, the min/max would both be 0.202. Instead we currently get: 0.020208. Which shows up as an error, because the min/max isn't having the length/format rules applied to it.
- caused a regression
-
MDL-48042 Reset Calculated qtype comments on datasets to their initial coding
-
- Closed
-