예제 #1
0
 /**
  * creates an confirm-message if answers were created
  *
  * @access   private
  * @return   boolean  false
  */
 function execCommandQuestionAnswersCreated()
 {
     $id = $this->itemID;
     $question = new EvaluationQuestion(Request::get("questionID"));
     $title = htmlready($question->getTitle());
     $this->msg[$this->itemID] = "msg§" . sprintf(_("Der Frage <b>%s</b> wurden Antwortenmöglichkeiten zugewiesen."), $title);
     $this->changed = true;
     return false;
 }