mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-52813 mod_quiz: New Web Service mod_quiz_get_attempt_data
This commit is contained in:
parent
1d57e4fea5
commit
bc247b0dee
4 changed files with 255 additions and 1 deletions
|
@ -82,4 +82,13 @@ $functions = array(
|
|||
'capabilities' => 'mod/quiz:attempt',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
|
||||
),
|
||||
|
||||
'mod_quiz_get_attempt_data' => array(
|
||||
'classname' => 'mod_quiz_external',
|
||||
'methodname' => 'get_attempt_data',
|
||||
'description' => 'Returns information for the given attempt page for a quiz attempt in progress.',
|
||||
'type' => 'read',
|
||||
'capabilities' => 'mod/quiz:attempt',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue