3include_once
"Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/ilAssLacAbstractExpression.php";
4require_once
"Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/ilAssLacQuestionExpressionInterface.php";
57 $this->answer_index = $matches[1][0];
82 return 'R[' . $this->answer_index .
']';
91 return "Aktuelle Frage mit Anwort " . $this->answer_index .
" beantwortet ";
An exception for terminatinating execution or to throw for unit testing.
Class AbstractExpression.
Class ResultOfAnswerOfCurrentQuestion for the expression R[m].
getValue()
Get the value of this Expression.
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.
Class QuestionExpressionInterface.