'methodname' => 'get_user_best_grade',
'description' => 'Get the best current grade for the given user on a quiz.',
'type' => 'read',
- 'capabilities' => 'mod/quiz:view'
+ 'capabilities' => 'mod/quiz:view',
+ 'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
),
+
+ 'mod_quiz_get_combined_review_options' => array(
+ 'classname' => 'mod_quiz_external',
+ 'methodname' => 'get_combined_review_options',
+ 'description' => 'Combines the review options from a number of different quiz attempts.',
+ 'type' => 'read',
+ 'capabilities' => 'mod/quiz:view'
+ ),
);