|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $form = new course_completion_form('completion.php?id='.$id, compact('course')) | |
| first create the form | |
| if($form->is_cancelled()) else | if ($data=$form->get_data()) |
| Print the form. | |
| $form = new course_completion_form('completion.php?id='.$id, compact('course')) |
first create the form
Definition at line 73 of file completion.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 42 of file completion.php.
Print the form.
process criteria unlocking if requested
process data if submitted
Definition at line 79 of file completion.php.