57 return " nicht beantwortet";
67 public function checkResult($result, $comperator, $index =
null): bool
70 switch ($comperator) {
72 return !$result->hasSolutions();
75 return $result->hasSolutions();
81 $solution = $result->getSolutionForKey($index);
82 switch ($comperator) {
84 return $solution ==
null;
87 return $solution !=
null;
104 $this->matched =
true;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...