-
Bug
-
Resolution: Fixed
-
Trivial
-
4.4.7, 4.5
-
3
-
Team Alpha - Sprint 3 I1-2025
In anomoyous assignments logging of student actions is hidden by a parameter in the database anonymous = 0 to prevent staff from unmasking students via reports and other means. A capability was added moodle/site:viewanonymousevents to the system but this is never checked in the Course participation reports. The logic is hard coded in /reports/participation/index.php
This needs to be modified to provide a check on the capability and display the appropriate lines if the user possesses this capability.
It appears a similar issues exists for admins in other areas (see linked issue MDL-71094) which will required the same approach.