3include_once
"Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/ilAssLacAbstractExpression.php";
4require_once
"Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/ilAssLacQuestionExpressionInterface.php";
24 public static $pattern =
'/(R)(?=\=|<|>|\s|$)/';
67 return "Aktuelle Frage";
Class AbstractExpression.
Class AnswerOfCurrentQuestionExpression for the expression R.
setMatches($matches)
Sets the result of the parsed value by a specific expression pattern.
getValue()
Get the value of this Expression.
getDescription()
Get a human readable description of the Composite element.
getQuestionIndex()
Get the question index.
getPattern()
Get the Pattern to match relevant informations for an Expression.
Class QuestionExpressionInterface.