/**
  * Get the total points for this attempt
  *
  * @return number
  */
 public function get_total_mark()
 {
     return $this->quba->get_total_mark();
 }