Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/course/completion.php File Reference

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.

Variable Documentation

$form = new course_completion_form('completion.php?id='.$id, compact('course'))

first create the form

Definition at line 73 of file completion.php.

Definition at line 42 of file completion.php.

if ($form->is_cancelled()) else if($data=$form->get_data())

Print the form.

process criteria unlocking if requested

process data if submitted

Definition at line 79 of file completion.php.

 All Data Structures Namespaces Files Functions Variables Enumerations