/**
  * Get URL related to the action
  *
  * @return \moodle_url
  */
 public function get_url()
 {
     return \core_competency\url::user_competency_in_course($this->relateduserid, $this->other['competencyid'], $this->courseid);
 }