|
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) | |
| $p = optional_param('p', 0, PARAM_INT) | |
| $inpopup = optional_param('inpopup', 0, PARAM_BOOL) | |
| $context = get_context_instance(CONTEXT_MODULE, $cm->id) | |
| $completion = new completion_info($course) | |
| $options = empty($page->displayoptions) ? array() : unserialize($page->displayoptions) | |
| $formatoptions = new stdClass | |
| $formatoptions | noclean = true |
| $formatoptions | overflowdiv = true |
| $formatoptions | context = $context |
| $content = format_text($content, $page->contentformat, $formatoptions) | |
| $strlastmodified = get_string("lastmodified") | |
| $completion = new completion_info($course) |
| $content = format_text($content, $page->contentformat, $formatoptions) |
| $inpopup = optional_param('inpopup', 0, PARAM_BOOL) |
| $strlastmodified = get_string("lastmodified") |
| $formatoptions overflowdiv = true |