both editing teachers and non editing teachers should be able to review attempts by default, however due to cap definition
'mod/h5pactivity:reviewattempts' => array( |
'captype' => 'read', |
'contextlevel' => CONTEXT_MODULE, |
'archetypes' => array( |
'teacher' => CAP_ALLOW, |
'editingteacher' => CAP_ALLOW, |
'manager' => CAP_ALLOW |
),
|
'clonepermissionsfrom' => 'moodle/grade:manage' |
),
|
non editing teacher cap is overriden by moodle/grade:manage
- duplicates
-
MDL-80028 Grant non-editing teacher mod/h5pactivity:reviewattempts
-
- Closed
-