mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-52785 quiz: Adding mod_quiz_get_user_best_grade to mobile service
This commit is contained in:
parent
20097a057d
commit
ba8afbdb07
1 changed files with 2 additions and 1 deletions
|
@ -61,6 +61,7 @@ $functions = array(
|
||||||
'methodname' => 'get_user_best_grade',
|
'methodname' => 'get_user_best_grade',
|
||||||
'description' => 'Get the best current grade for the given user on a quiz.',
|
'description' => 'Get the best current grade for the given user on a quiz.',
|
||||||
'type' => 'read',
|
'type' => 'read',
|
||||||
'capabilities' => 'mod/quiz:view'
|
'capabilities' => 'mod/quiz:view',
|
||||||
|
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue