-
Bug
-
Resolution: Fixed
-
Critical
-
3.11.6
-
MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
The signature is format_float($float, $decimalpoints=1, $localized=true, $stripzeros=false)
If you call format_float(100.0, 0, true, true)
then you get 1, becuase the zeros get stripped form 100. Oops!
Since MDL-73954, this can cause problems in the quiz. See https://moodle.org/mod/forum/discuss.php?d=432864.
- Discovered while testing
-
MDL-73954 Quiz percentage should round the percentage the same way as the other grades
-
- Closed
-