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;
 checkResult($result, $comperator, $index=null)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
setMatches($matches)
Sets the result of the parsed value by a specific expression pattern. 
 
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. 
 
getValue()
Get the value of this Expression.