3include_once
"Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/ilAssLacAbstractExpression.php";
4include_once
"Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/ilAssLacSolutionExpressionInterface.php";
44 return " nicht beantwortet";
57 switch ($comperator) {
59 return !
$result->hasSolutions();
69 switch ($comperator) {
71 return $solution ==
null;
74 return $solution !=
null;
91 $this->matched =
true;
An exception for terminatinating execution or to throw for unit testing.
Class AbstractExpression.
Class EmptyAnswerExpression.
getDescription()
Get a human readable description of the Composite element.
getPattern()
Get the Pattern to match relevant informations for an Expression.
setMatches($matches)
Sets the result of the parsed value by a specific expression pattern.
checkResult($result, $comperator, $index=null)
getValue()
Get the value of this Expression.
Class SolutionExpressionInterface.