Example #1
0
 /**
  * Given a grade_category, grade_item or grade_grade, this function
  * figures out the state of the object and builds then returns a div
  * with the icons needed for the grader report.
  *
  * @param object $object
  * @return string HTML
  */
 function get_icons($element)
 {
     return parent::get_icons($element);
 }