/**
  * @return string
  */
 protected function getIntroductionPageButtonLabel()
 {
     if ($this->testSession->isObjectiveOriented()) {
         return $this->lng->txt("save_back_to_objective_container");
     }
     return $this->lng->txt("save_introduction");
 }