MDL-51043 cbe: Competency breakdown report

This commit is contained in:
Damyon Wiese 2015-12-02 17:17:37 +08:00 committed by Frederic Massart
parent 0845a3a09a
commit bf780fbfe0
10 changed files with 404 additions and 0 deletions

View file

@ -52,6 +52,14 @@ $capabilities = array(
),
'clonepermissionsfrom' => 'moodle/site:backup'
),
'tool/lp:coursecompetencygradable' => array(
'captype' => 'read',
'contextlevel' => CONTEXT_COURSE,
'archetypes' => array(
'student' => CAP_ALLOW
),
'clonepermissionsfrom' => 'moodle/course:isincompletionreports'
),
'tool/lp:coursecompetencyread' => array(
'captype' => 'read',
'contextlevel' => CONTEXT_COURSE,