H5P activity results report.
Copyright: | 2020 Ferran Recio <ferran@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 114 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
results:: (5 methods):
__construct()
get_user()
get_attempt()
print()
export_data_for_external()
__construct(manager $manager, stdClass $user, attempt $attempt) X-Ref |
Create a new participants report. param: manager $manager h5pactivity manager object param: stdClass $user user record param: attempt $attempt attempt object |
get_user() X-Ref |
Return the report user record. return: stdClass|null a user or null |
get_attempt() X-Ref |
Return the report attempt object. Attempts report has no specific attempt. return: attempt|null the attempt object or null |
print() X-Ref |
Print the report. |
export_data_for_external() X-Ref |
Get the export data form this report. This method is used to render the report in mobile. |