public function get_url()
 {
     $course = new koala_group_course($this->steam_group_course);
     return $course->get_url() . "tutorials/" . $this->get_id() . "/";
 }