-
Bug
-
Resolution: Fixed
-
Minor
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
wip-
MDL-59055-master -
Course with some quiz, showing the grade only after quiz ends date.
A manual grade item containing a calculation formula averaging these quizzes.
When there is a hidden note, and in the system configuration of user's notes report it is defined that you should not count the hidden note, in this report, when the user's view (student) is presented, the row number is displayed instead of the Calculated average. (Seeing the HTML code we got this:
<th id = "row_13554_5550" class = "level2 leveleven item b1b column-itemname"> .. </ th>
<td headers = "cat_4000_5550 row_13554_5550 grid" class = "level2 leveleven item b1b itemcenter column-grid" id = "yui ..."> 13554,00 </ td>
...
( https://www.screencast.com/t/spakAQZX )
( other case show the gradebook, not the html code: https://www.screencast.com/t/62ltre9Mk )
If we change to the teacher's view, the correct average is displayed, even with the hidden notes not counted.
- duplicates
-
MDL-36030 grade item id displays in place of grade value in user report if not showtotalsifcontainhidden
- Closed