3require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacException.php';
4require_once
'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacFormAlertProvider.php';
39 'The expression "%s" is not supported by the current question', $this->
getExpression()
45 'The expression "%s" is not supported by the question with index "Q%s"',
50 parent::__construct($msg);
78 $lng->
txt(
"ass_lac_expression_not_supported_by_cur_question"), $this->getExpression()
83 $lng->txt(
"ass_lac_expression_not_supported_by_question"), $this->getQuestionIndex(), $this->getExpression()
sprintf('%.4f', $callTime)
An exception for terminatinating execution or to throw for unit testing.
getFormAlert(ilLanguage $lng)
__construct($expression, $question_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...