|
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) | |
| $pagetitle = strip_tags($course->shortname.': '.get_string("modulenamepluralformatted", "lti")) | |
| if(!$basicltis=get_all_instances_in_course("lti", $course)) | $timenow = time() |
| $strname = get_string("name") | |
| $strsectionname = get_string('sectionname', 'format_'.$course->format) | |
| $usesections = course_format_uses_sections($course->format) | |
| if($usesections) | $table = new html_table() |
| $table | attributes ['class'] = 'generaltable mod_index' |
| $course = $DB->get_record('course', array('id'=>$id), '*', MUST_EXIST) |
| $pagetitle = strip_tags($course->shortname.': '.get_string("modulenamepluralformatted", "lti")) |
| $strname = get_string("name") |
| $strsectionname = get_string('sectionname', 'format_'.$course->format) |
| if ($usesections) $table = new html_table() |
| if (!$basicltis=get_all_instances_in_course("lti", $course)) $timenow = time() |
| $usesections = course_format_uses_sections($course->format) |
| $table attributes['class'] = 'generaltable mod_index' |