Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not a bug
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Gradebook
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
Where 0 decimal places have been specified at the site level (this is not configurable at a course level?) and a letter grade is shown - the letter grade seems to be calculated from the underlying decimal value rather than the rounded number shown. This leads to erroneous letter grades being shown.
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-13789 | grade helpfiles improvements necessary |
|
|
|
hello,
the grade calculation is similar to Excel - the calculations are always done with 5 decimals precision, the options for decimal places are there only for display (like in Excel).
If you need any rounding of values you need to use calculation formula with round() function.
Petr