var $id; // course id
var $grade_items; // array of grade_items
+ var $groupid;
var $grades = array(); // Collect all grades in this array
var $comments = array(); // Collect all comments for each grade
var $columns = array(); // Accumulate column names in this array.
$currentgroup = false;
}
+ $this->groupid = $currentgroup;
+
if ($currentgroup) {
$this->students = get_group_students($currentgroup, "u.lastname ASC");
} else {