(no description)
File Size: | 96 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
report_base:: (2 methods):
print_header_and_tabs()
get_current_group()
Class: report_base - X-Ref
Base class for quiz report plugins.print_header_and_tabs($cm, $course, $quiz, $reportmode = 'overview') X-Ref |
Initialise some parts of $PAGE and start output. param: stdClass $cm the course_module information. param: stdClass $course the course settings. param: stdClass $quiz the quiz settings. param: string $reportmode the report name. |
get_current_group($cm, $course, $context) X-Ref |
Get the current group for the user user looking at the report. param: stdClass $cm the course_module information. param: stdClass $course the course settings. param: context $context the quiz context. return: int the current group id, if applicable. 0 for all users, |