| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
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: | 207 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
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) X-Ref |
| Create a new participants report. param: manager $manager h5pactivitymanager object |
| 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 |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |