|
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 | |
| $user = required_param('user', PARAM_INT) | |
| $id = optional_param('id', '', PARAM_INT) | |
| $a = optional_param('a', '', PARAM_INT) | |
| $b = optional_param('b', '', PARAM_INT) | |
| $attempt = optional_param('attempt', '1', PARAM_INT) | |
| $url = new moodle_url('/mod/scorm/userreport.php') | |
| $contextmodule = get_context_instance(CONTEXT_MODULE, $cm->id) | |
| $userdata = scorm_get_user_data($user) | |
| $strreport = get_string('report', 'scorm') | |
| $strattempt = get_string('attempt', 'scorm') | |
| if (empty($userdata)) | |
| $a = optional_param('a', '', PARAM_INT) |
Definition at line 32 of file userreport.php.
| $attempt = optional_param('attempt', '1', PARAM_INT) |
Definition at line 34 of file userreport.php.
| $b = optional_param('b', '', PARAM_INT) |
Definition at line 33 of file userreport.php.
| $contextmodule = get_context_instance(CONTEXT_MODULE, $cm->id) |
Definition at line 67 of file userreport.php.
| $id = optional_param('id', '', PARAM_INT) |
Definition at line 31 of file userreport.php.
| $strattempt = get_string('attempt', 'scorm') |
Definition at line 75 of file userreport.php.
| $strreport = get_string('report', 'scorm') |
Definition at line 74 of file userreport.php.
| $url = new moodle_url('/mod/scorm/userreport.php') |
Definition at line 37 of file userreport.php.
| $user = required_param('user', PARAM_INT) |
Definition at line 29 of file userreport.php.
| $userdata = scorm_get_user_data($user) |
Definition at line 71 of file userreport.php.
| if ($scoes=$DB->get_records_select('scorm_scoes',"scorm=? ORDER BY id", array($scorm->id))) if(!empty($b)) |
Definition at line 94 of file userreport.php.