Example #1
0
 /**
  * Constructor. Sets local copies of user preferences and initialises grade_tree.
  * @param int $courseid
  * @param object $gpr grade plugin return tracking object
  * @param string $context
  * @param int $page The current page being viewed (when report is paged)
  * @param int $sortitemid The id of the grade_item by which to sort the table
  */
 function grade_report_grader_ajax($courseid, $gpr, $context, $page = null, $sortitemid = null)
 {
     parent::__construct($courseid, $gpr, $context, $page, $sortitemid);
 }