mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-53034 mod_quiz: New WS mod_quiz_get_quiz_feedback_for_grade
This commit is contained in:
parent
3e5c19a0ed
commit
48abca7996
4 changed files with 141 additions and 7 deletions
|
@ -155,4 +155,13 @@ $functions = array(
|
|||
'capabilities' => 'mod/quiz:reviewmyattempts',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
|
||||
),
|
||||
|
||||
'mod_quiz_get_quiz_feedback_for_grade' => array(
|
||||
'classname' => 'mod_quiz_external',
|
||||
'methodname' => 'get_quiz_feedback_for_grade',
|
||||
'description' => 'Get the feedback text that should be show to a student who got the given grade in the given quiz.',
|
||||
'type' => 'read',
|
||||
'capabilities' => 'mod/quiz:view',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue