'methodname' => 'view_quiz',
'description' => 'Trigger the course module viewed event and update the module completion status.',
'type' => 'write',
- 'capabilities' => 'mod/quiz:view'
+ 'capabilities' => 'mod/quiz:view',
+ 'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
),
+
+ 'mod_quiz_get_user_attempts' => array(
+ 'classname' => 'mod_quiz_external',
+ 'methodname' => 'get_user_attempts',
+ 'description' => 'Return a list of attempts for the given quiz and user.',
+ 'type' => 'read',
+ 'capabilities' => 'mod/quiz:view'
+ ),
);