|
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) | |
| $course = $DB->get_record('course', array('id' => $id), '*', MUST_EXIST) | |
| if(!$workshops=get_all_instances_in_course('workshop', $course)) | $usesections = course_format_uses_sections($course->format) |
| Output starts here. | |
| if($usesections) | $timenow = time() |
| $strsectionname = get_string('sectionname', 'format_'.$course->format) | |
| $strname = get_string('name') | |
| $table = new html_table() | |
| $course = $DB->get_record('course', array('id' => $id), '*', MUST_EXIST) |
| $strname = get_string('name') |
| $strsectionname = get_string('sectionname', 'format_'.$course->format) |
| $table = new html_table() |
| if (!$workshops=get_all_instances_in_course('workshop', $course)) $usesections = course_format_uses_sections($course->format) |