Details
Description
When a user clicks the link for "Full report of recent activity..." ("course/recent.php") in a course their recent quiz grades are displayed on the resulting report regardless of the review settings for the quiz.
There is no check in the function "quiz_print_recent_mod_activity()" located in "mod/quiz/lib.php" to determine if the user should be able to see the grade.
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MDL-18855 | Student are able to see quiz scores even when the review options are set to not allow it. |
|
|
|
I can confirm this bug, and I must add that it's even worse than this, because students can see their grades although the link for "Full report of recent activity..." is hidden. The trick is to go to the course's main page and change "view.php" in the URL to "recent.php", and voilà!
e.g.: change "http://.../course/view.php?id=7" to "http://.../course/recent.php?id=7"