3 include_once
"Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/ilAssLacAbstractExpression.php";
4 include_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;
checkResult($result, $comperator, $index=null)
Class EmptyAnswerExpression.
setMatches($matches)
Sets the result of the parsed value by a specific expression pattern.
Class AbstractExpression.
Class SolutionExpressionInterface.
getDescription()
Get a human readable description of the Composite element.
getValue()
Get the value of this Expression.