3require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacException.php';
4require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacFormAlertProvider.php';
38 'The Current Question does not have an answer with the index "%s"',
43 'The Question with index "Q%s" does not have an answer with the index "%s" ',
49 parent::__construct($msg);
76 $lng->
txt(
"ass_lac_answer_index_not_exist_cur_qst"),
77 $this->getAnswerIndex()
82 $lng->txt(
"ass_lac_answer_index_not_exist"),
83 $this->getQuestionIndex(),
84 $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...