MDL-52786 quiz: Adding mod_quiz_get_combined_review_options to mobile service

This commit is contained in:
David Monllao 2016-03-09 15:29:41 +08:00
parent da51a9be95
commit 9de085c6fc

View File

@ -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)
),
);