MDL-11515:
[moodle-linuxchix.git] / grade / export / txt / db / access.php
blob5141e1aaa0f744b2b5ed9d6a2bedcfc78ef7c7c7
1 <?php // $Id$
3 $gradeexport_txt_capabilities = array(
5 'gradeexport/txt:view' => array(
6 'riskbitmask' => RISK_PERSONAL,
7 'captype' => 'read',
8 'contextlevel' => CONTEXT_COURSE,
9 'legacy' => array(
10 'teacher' => CAP_ALLOW,
11 'editingteacher' => CAP_ALLOW,
12 'admin' => CAP_ALLOW
16 'gradeexport/txt:publish' => array(
17 'riskbitmask' => RISK_PERSONAL,
18 'captype' => 'read',
19 'contextlevel' => CONTEXT_COURSE,
20 'legacy' => array(
21 'admin' => CAP_ALLOW