Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 402] [Versions 400 and 403]

This is the external method to return the information needed to list all enrolled user attempts.

Copyright: 2020 Ilya Tregubov <ilya@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 314 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: get_user_attempts  - X-Ref

This is the external method to return the information needed to list all enrolled user attempts.

execute_parameters()   X-Ref
Webservice parameters.

return: external_function_parameters

execute(int $h5pactivityid, $sortorder = 'id ASC', ?int $page = 0,?int $perpage = 0, $firstinitial = '', $lastinitial = '')   X-Ref
Return user attempts information in a h5p activity.

return: stdClass report data
param: int $h5pactivityid The h5p activity id
param: int $sortorder The sort order
param: int $page page number
param: int $perpage items per page
param: int $firstinitial Users whose first name starts with $firstinitial
param: int $lastinitial Users whose last name starts with $lastinitial

get_active_users(manager $manager,string $userfields = 'u.*',string $sortorder = '',int $limitfrom = 0,int $limitnum = 0)   X-Ref
Generate the active users list

param: manager $manager the h5pactivity manager
param: string $userfields the user fields to get
param: string $sortorder the SQL sortorder
param: int $limitfrom SQL limit from
param: int $limitnum SQL limit num

export_user_attempts(report $report, int $userid)   X-Ref
Export attempts data for a specific user.

return: stdClass
param: report $report the report attempts object
param: int $userid the user id

export_attempt(attempt $attempt)   X-Ref
Return a data object from an attempt.

return: stdClass a WS compatible version of the attempt
param: attempt $attempt the attempt object

execute_returns()   X-Ref
Describes the get_h5pactivity_access_information return value.

return: external_single_structure

get_user_attempts_returns()   X-Ref
Describes the get_h5pactivity_access_information return value.

return: external_single_structure

get_user_attempt_returns()   X-Ref
Return the external structure of an attempt.

return: external_single_structure