|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | mod |
Local Library of functions for module scorm. | |
Variables | |
| $id = optional_param('id', 0, PARAM_INT) | |
| $q = optional_param('q', 0, PARAM_INT) | |
| $mode = optional_param('mode', '', PARAM_ALPHA) | |
| $context = get_context_instance(CONTEXT_MODULE, $cm->id) | |
| $reportlist = quiz_report_list($context) | |
| $file = $CFG->dirroot . '/mod/quiz/report/' . $mode . '/report.php' | |
| if(is_readable($file)) | $reportclassname = 'quiz_' . $mode . '_report' |
| if(!class_exists($reportclassname)) | $report = new $reportclassname() |
Definition at line 66 of file report.php.
Definition at line 90 of file report.php.
| $id = optional_param('id', 0, PARAM_INT) |
Definition at line 32 of file report.php.
| $mode = optional_param('mode', '', PARAM_ALPHA) |
Definition at line 34 of file report.php.
| $q = optional_param('q', 0, PARAM_INT) |
Definition at line 33 of file report.php.
| if (!class_exists($reportclassname)) $report = new $reportclassname() |
Definition at line 99 of file report.php.
Definition at line 94 of file report.php.
| $reportlist = quiz_report_list($context) |
Definition at line 69 of file report.php.