◆ execute()
static mod_quiz\external\create_grade_items::execute |
( |
int | $quizid, |
|
|
array | $gradeitems ) |
|
static |
Add new grade items to this quiz.
New items are added in order, at the end of the sort order.
- Parameters
-
int | $quizid | the id of the quiz to add the grade items to. |
array | $gradeitems | list of grade items to create. (Each one must have property name.) |
◆ execute_parameters()
static mod_quiz\external\create_grade_items::execute_parameters |
( |
| ) |
|
|
static |
Declare the method parameters.
- Return values
-
external_function_parameters | |
◆ execute_returns()
static mod_quiz\external\create_grade_items::execute_returns |
( |
| ) |
|
|
static |
Define the webservice response.
- Return values
-
external_description|null | always null. |
The documentation for this class was generated from the following file:
- mod/quiz/classes/external/create_grade_items.php