mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-51043 cbe: Competency breakdown report
This commit is contained in:
parent
0845a3a09a
commit
bf780fbfe0
10 changed files with 404 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue