/**
  * Returns the outcome to display on the certificate
  *
  * @return string the outcome
  */
 public function testable_get_outcome($userid)
 {
     return parent::get_outcome($userid);
 }