|
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 = required_param('id', PARAM_INT) | |
| $context = get_context_instance(CONTEXT_COURSE, $course->id) | |
| $strsectionname = get_string('sectionname', 'format_'.$course->format) | |
| $strname = get_string('name') | |
| $strdata = get_string('modulename','data') | |
| $strdataplural = get_string('modulenameplural','data') | |
| if(!$datas=get_all_instances_in_course("data", $course)) | $usesections = course_format_uses_sections($course->format) |
| if($usesections) | $timenow = time() |
| $strdescription = get_string("description") | |
| $strentries = get_string('entries', 'data') | |
| $strnumnotapproved = get_string('numnotapproved', 'data') | |
| $table = new html_table() | |
| if($rss) | $options = new stdClass() |
| $options | noclean = true |
| $currentsection = "" | |
| foreach ($datas as $data) | |
| $strdata = get_string('modulename','data') |
| $strdataplural = get_string('modulenameplural','data') |
| $strdescription = get_string("description") |
| $strentries = get_string('entries', 'data') |
| $strname = get_string('name') |
| $strnumnotapproved = get_string('numnotapproved', 'data') |
| $strsectionname = get_string('sectionname', 'format_'.$course->format) |
| $table = new html_table() |
| if (!$datas=get_all_instances_in_course("data", $course)) $usesections = course_format_uses_sections($course->format) |