mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-52786 quiz: Adding mod_quiz_get_combined_review_options to mobile service
This commit is contained in:
parent
da51a9be95
commit
9de085c6fc
@ -70,6 +70,7 @@ $functions = array(
|
||||
'methodname' => 'get_combined_review_options',
|
||||
'description' => 'Combines the review options from a number of different quiz attempts.',
|
||||
'type' => 'read',
|
||||
'capabilities' => 'mod/quiz:view'
|
||||
'capabilities' => 'mod/quiz:view',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
|
||||
),
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user