63         return '/;(\d+):(\d+);/';
    75         $this->left_numeric_value = $matches[1][0];
    76         $this->right_numeric_value = $matches[2][0];
   101         return ";" . $this->left_numeric_value . 
":" . $this->right_numeric_value . 
";";
   110         return "0 beantwortet ";
   120     public function checkResult($result, $comperator, $index = null): bool
   122         $solutions = $result->getSolutions();
   124         foreach ($solutions as $solution) {
   125             $isTrue = $isTrue || $this->
compare($comperator, $solution[
"key"], $solution[
"value"]);
   137     private function compare($comperator, $left, $right): bool
   139         switch ($comperator) {
 compare($comperator, $left, $right)
 
checkResult($result, $comperator, $index=null)
 
getDescription()
Get a human readable description of the Composite element. 
 
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. 
 
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...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...