course)) { error("Course is misconfigured"); } if (! $scorm = get_record("scorm", "id", $cm->instance)) { error("Course module is incorrect"); } } else { if (!empty($b)) { if (! $sco = get_record("scorm_scoes", "id", $b)) { error("Scorm activity is incorrect"); } $a = $sco->scorm; } if (!empty($a)) { if (! $scorm = get_record("scorm", "id", $a)) { error("Course module is incorrect"); } if (! $course = get_record("course", "id", $scorm->course)) { error("Course is misconfigured"); } if (! $cm = get_coursemodule_from_instance("scorm", $scorm->id, $course->id)) { error("Course Module ID was incorrect"); } } } require_login($course->id, false, $cm); if (!isteacher($course->id)) { error("You are not allowed to use this script"); } add_to_log($course->id, "scorm", "report", "cofficientsetting.php?id=$cm->id", "$scorm->id"); /// Print the page header if (empty($noheader)) { if ($course->category) { $navigation = "id\">$course->shortname ->"; } else { $navigation = ''; } $strscorms = get_string("modulenameplural", "scorm"); $strscorm = get_string("modulename", "scorm"); $strreport = get_string("report", "scorm"); $strname = get_string('name'); $strcoefficient = get_string('coefficient','scorm'); if (empty($b)) { print_header("$course->shortname: ".format_string($scorm->name), "$course->fullname", "$navigation id\">$strscorms -> id\">".format_string($scorm->name,true)." -> $strcoefficient", "", "", true); } else { print_header("$course->shortname: ".format_string($scorm->name), "$course->fullname", "$navigation id\">$strscorms -> id\">".format_string($scorm->name,true)." -> id\">$strreport -> $sco->title", "", "", true); } print_heading(format_string($scorm->name)); } $scormpixdir = $CFG->modpixpath.'/scorm/pix'; //Phan trinh bay chinh ?>