3require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacException.php';
4require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacFormAlertProvider.php';
45 'The value "%s" does not exist for the current question',
50 'The value "%s" does not exist for the answer with index "%s" of the current question',
56 'The value "%s" does not exist for the question Q%s',
62 'The value "%s" does not exist for the question Q%s[%s]',
69 parent::__construct($msg);
104 $lng->
txt(
"ass_lac_answer_value_not_exists_cur_qst_one_answer"),
111 $lng->
txt(
"ass_lac_answer_value_not_exists_cur_qst"),
113 $this->getAnswerIndex()
119 $lng->
txt(
"ass_lac_answer_value_not_exists_one_answer"),
121 $this->getQuestionIndex()
126 $lng->txt(
"ass_lac_answer_value_not_exists"),
128 $this->getQuestionIndex(),
129 $this->getAnswerIndex()
sprintf('%.4f', $callTime)
An exception for terminatinating execution or to throw for unit testing.
__construct($question_index, $value, $answer_index=null)
getFormAlert(ilLanguage $lng)
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...