3require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacException.php';
4require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacFormAlertProvider.php';
39 'The Current Question does not have an answer with the index "%s"', $this->
getAnswerIndex()
45 'The Question with index "Q%s" does not have an answer with the index "%s" ',
50 parent::__construct($msg);
78 $lng->
txt(
"ass_lac_answer_index_not_exist_cur_qst"), $this->getAnswerIndex()
83 $lng->txt(
"ass_lac_answer_index_not_exist"), $this->getQuestionIndex(), $this->getAnswerIndex()
sprintf('%.4f', $callTime)
An exception for terminatinating execution or to throw for unit testing.
getFormAlert(ilLanguage $lng)
__construct($question_index, $answer_index)
txt($a_topic, $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...