3include_once
"Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/ilAssLacAbstractExpression.php";
4include_once
"Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/ilAssLacSolutionExpressionInterface.php";
49 $this->numeric_value = $matches[0][0];
66 return "#" . $this->numeric_value .
"#";
75 return $this->numeric_value .
" beantwortet ";
92 $isTrue = $isTrue || $this->
compare($comperator, $value);
96 $isTrue = $this->
compare($comperator, $solution[
"value"]);
104 switch ($comperator) {
An exception for terminatinating execution or to throw for unit testing.
Class AbstractExpression.
Class NumericResultExpression for the expression #n#.
getDescription()
Get a human readable description of the Composite element.
getValue()
Get the value of this Expression.
checkResult($result, $comperator, $index=null)
compare($comperator, $value)
setMatches($matches)
Sets the result of the parsed value by a specific expression pattern.
Class SolutionExpressionInterface.