Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

H5P activity participants report

Copyright: 2020 Ferran Recio <ferran@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 208 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

participants:: (9 methods):
  __construct()
  get_user()
  get_attempt()
  print()
  print_nothing_to_display()
  col_fullname()
  col_score()
  col_attempts()
  col_timemodified()


Class: participants  - X-Ref

Class  H5P activity participants report.

__construct(manager $manager, $currentgroup = false)   X-Ref
Create a new participants report.

param: manager $manager h5pactivitymanager object
param: int|bool $currentgroup False if groups not used, 0 for all groups, group id (int) to filter by specific group

get_user()   X-Ref
Return the report user record.

Participants report has no specific user.

return: stdClass|null a user or null

get_attempt()   X-Ref
Return the report attempt object.

Participants report has no specific attempt.

return: attempt|null the attempt object or null

print()   X-Ref
Print the report.


print_nothing_to_display()   X-Ref
Warning in case no user has the selected initials letters.


col_fullname($user)   X-Ref
Generate the fullname column.

param: stdClass $user
return: string

col_score(stdClass $user)   X-Ref
Generate score column.

param: stdClass $user the user record
return: string

col_attempts(stdClass $user)   X-Ref
Generate attempts count column, if any.

param: stdClass $user the user record
return: string

col_timemodified(stdClass $user)   X-Ref
Generate attempt timemodified column, if any.

param: stdClass $user the user record
return: string