3 if (!defined('MOODLE_INTERNAL')) {
4 die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
8 $participationreport = get_string('participationreport');
9 echo "<a href=\"{$CFG->wwwroot}/course/report/participation/index.php?id={$course->id}\">";
10 echo "$participationreport</a>\n";