|
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 | |
| $attemptid = required_param('attempt', PARAM_INT) | |
| $slot = required_param('slot', PARAM_INT) | |
| $attemptobj = quiz_attempt::create($attemptid) | |
| if (data_submitted()&&confirm_sesskey()) | |
| $attemptid = required_param('attempt', PARAM_INT) |
Definition at line 30 of file comment.php.
| $attemptobj = quiz_attempt::create($attemptid) |
Definition at line 35 of file comment.php.
| $slot = required_param('slot', PARAM_INT) |
Definition at line 31 of file comment.php.
| if(data_submitted()&&confirm_sesskey()) |
Definition at line 57 of file comment.php.