/**
  * Return the score for this case study
  *
  * @return the score for the case study
  */
 public int getScore() {
   return hist.getScore();
 }