'captype' => 'read',
'contextlevel' => CONTEXT_COURSE,
'legacy' => array(
+ 'student' => CAP_ALLOW,
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
'admin' => CAP_ALLOW
)
),
- 'gradereport/grader:manage' => array(
- 'riskbitmask' => RISK_PERSONAL | RISK_CONFIG,
- 'captype' => 'write',
- 'contextlevel' => CONTEXT_COURSE,
+ 'moodle/user:viewusergrade' => array(
+ 'riskbitmask' => RISK_PERSONAL,
+ 'captype' => 'read',
+ 'contextlevel' => CONTEXT_USER,
'legacy' => array(
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,