Web service to fetch students feedback for a grade item.
More...
|
static | execute (int $courseid, int $userid, int $itemid) |
| Given a user ID and grade item ID, return feedback and user details.
|
|
static | execute_parameters () |
| Returns description of method parameters.
|
|
static | execute_returns () |
| Describes the return structure.
|
|
Web service to fetch students feedback for a grade item.
- Copyright
- 2023 Kevin Percy kevin.nosp@m..per.nosp@m.cy@mo.nosp@m.odle.nosp@m..com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ execute()
static core_grades\external\get_feedback::execute |
( |
int | $courseid, |
|
|
int | $userid, |
|
|
int | $itemid ) |
|
static |
Given a user ID and grade item ID, return feedback and user details.
- Parameters
-
int | $courseid | The course ID. |
int | $userid | |
int | $itemid | |
- Return values
-
array | Feedback and user details |
◆ execute_parameters()
static core_grades\external\get_feedback::execute_parameters |
( |
| ) |
|
|
static |
Returns description of method parameters.
- Return values
-
external_function_parameters | |
◆ execute_returns()
static core_grades\external\get_feedback::execute_returns |
( |
| ) |
|
|
static |
Describes the return structure.
- Return values
-
external_single_structure | |
The documentation for this class was generated from the following file: