This is the external method to return the information needed to list all enrolled user attempts.
More...
|
| static | execute (int $h5pactivityid, $sortorder='id ASC', ?int $page=0, ?int $perpage=0, $firstinitial='', $lastinitial='') |
| | Return user attempts information in a h5p activity.
|
| |
| static | execute_parameters () |
| | Webservice parameters.
|
| |
| static | execute_returns () |
| | Describes the get_h5pactivity_access_information return value.
|
| |
This is the external method to return the information needed to list all enrolled user attempts.
- Since
- Moodle 3.11
- Copyright
- 2020 Ilya Tregubov ilya@.nosp@m.mood.nosp@m.le.co.nosp@m.m
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ execute()
| static mod_h5pactivity\external\get_user_attempts::execute |
( |
int | $h5pactivityid, |
|
|
| $sortorder = 'id ASC', |
|
|
?int | $page = 0, |
|
|
?int | $perpage = 0, |
|
|
| $firstinitial = '', |
|
|
| $lastinitial = '' ) |
|
static |
Return user attempts information in a h5p activity.
- Exceptions
-
- Parameters
-
| int | $h5pactivityid | The h5p activity id |
| int | $sortorder | The sort order |
| int | $page | page number |
| int | $perpage | items per page |
| int | $firstinitial | Users whose first name starts with $firstinitial |
| int | $lastinitial | Users whose last name starts with $lastinitial |
- Return values
-
◆ execute_parameters()
| static mod_h5pactivity\external\get_user_attempts::execute_parameters |
( |
| ) |
|
|
static |
Webservice parameters.
- Return values
-
| external_function_parameters | |
◆ execute_returns()
| static mod_h5pactivity\external\get_user_attempts::execute_returns |
( |
| ) |
|
|
static |
Describes the get_h5pactivity_access_information return value.
- Return values
-
| external_single_structure | |
The documentation for this class was generated from the following file: