|
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) | |
| $w = optional_param('w', 0, PARAM_INT) | |
| $editmode = optional_param('editmode', null, PARAM_BOOL) | |
| $workshop = new workshop($workshop, $cm, $course) | |
| $completion = new completion_info($course) | |
| $output = $PAGE->get_renderer('mod_workshop') | |
| $userplan = new workshop_user_plan($workshop, $USER->id) | |
| switch ($workshop->phase) | |
| Output starts here. | |
| $completion = new completion_info($course) |
| $editmode = optional_param('editmode', null, PARAM_BOOL) |
| $userplan = new workshop_user_plan($workshop, $USER->id) |
| $w = optional_param('w', 0, PARAM_INT) |