|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | quiz |
Variables | |
| $capabilities | |
array( 'quiz/grading:viewstudentnames' => array( 'captype' => 'read', 'contextlevel' => CONTEXT_MODULE, 'legacy' => array( 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW ), 'clonepermissionsfrom' => 'mod/quiz:viewreports' ), 'quiz/grading:viewidnumber' => array( 'captype' => 'read', 'contextlevel' => CONTEXT_MODULE, 'legacy' => array( 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW ), 'clonepermissionsfrom' => 'mod/quiz:viewreports' ) )
Definition at line 28 of file access.php.