-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.4
-
MOODLE_401_STABLE
-
MOODLE_401_STABLE, MOODLE_402_STABLE
-
MDL-79191-401 -
- Covered by automated tests (PHPUnit)
The custom reports are used, among other things, to make the figures of different courses clear. With testing, we found that the grades in the report are different from those in the course.
For example, within a course, "simple weighted average" is used as the course total. A number is represented by 2 decimal places.
We have checked the settings (within activity class, grade and course completion) but cannot find anything there that affects the grade in the report.
At first it was thought that the reporting rounded the figure, but as can be seen in the images this is not correct . 8.87 should then be rounded to 9.00 instead of 8.00. (See Figure 1 and 2)
After further investigation, we found out that the grade category settings have some influence on the custom report.
We manage to adjust or set after the comma '....,' to more digits, such as the grade within the course.
(See Figure 3)
It fails to adjust before the comma ',.....' to more digits as in the course.
See Figure 1)
We have this problem with both LMS and MWP.
Does anyone know if this is normal and how to make sure you get the same grade in the adjusted report as you did in the course?
I hope to hear from you.
With kind regards,
Christel Keislair
Avetica
- Testing discovered
-
MDL-79222 Separate user completion grade column/data to new report entity
- Open