+ 'core_grades_grader_gradingpanel_point_fetch' => [
+ 'classname' => 'core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch',
+ 'methodname' => 'execute',
+ 'description' => 'Fetch the data required to display the grader grading panel for simple grading, ' .
+ 'creating the grade item if required',
+ 'type' => 'write',
+ 'ajax' => true,
+ 'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE],
+ ],
+ 'core_grades_grader_gradingpanel_point_store' => [
+ 'classname' => 'core_grades\\grades\\grader\\gradingpanel\\point\\external\\store',
+ 'methodname' => 'execute',
+ 'description' => 'Store the data required to display the grader grading panel for simple grading',
+ 'type' => 'write',
+ 'ajax' => true,
+ 'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE],
+ ],
+ 'core_grades_grader_gradingpanel_scale_fetch' => [
+ 'classname' => 'core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch',
+ 'methodname' => 'execute',
+ 'description' => 'Fetch the data required to display the grader grading panel for scale-based grading, ' .
+ 'creating the grade item if required',
+ 'type' => 'write',
+ 'ajax' => true,
+ 'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE],
+ ],
+ 'core_grades_grader_gradingpanel_scale_store' => [
+ 'classname' => 'core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store',
+ 'methodname' => 'execute',
+ 'description' => 'Store the data required to display the grader grading panel for scale-based grading',
+ 'type' => 'write',
+ 'ajax' => true,
+ 'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE],
+ ],