Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Variables
index.php File Reference

The gradebook outcomes report. More...

Variables

 $context = context_course::instance($course->id)
 
 $courseid = required_param('id', PARAM_INT)
 
 $defaultgradeshowactiveenrol = !empty($CFG->grade_report_showonlyactiveenrol)
 
 $event
 
if($showonlyactiveenrol) foreach($outcomes as $outcomeid=> $outcome) $html = '<table class="generaltable boxaligncenter" width="90%" cellspacing="1" cellpadding="5" summary="Outcomes Report">' . "\n"
 
 $outcomes = grade_outcome::fetch_all_available($courseid)
 
 $report_info = array()
 
 $row = 0
 
 $showonlyactiveenrol = get_user_preferences('grade_report_showonlyactiveenrol', $defaultgradeshowactiveenrol)
 

Detailed Description

The gradebook outcomes report.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later