19 require_once 
'./Modules/Test/classes/inc.AssessmentConstants.php';
   158         $this->lowerlimit = $limit;
   172         $this->upperlimit = $limit;
   218         $eval->suppress_errors = 
true;
   219         $result = $eval->e($value);
   220         if (($result === 
false) || ($result === 
true)) {
   224         if (($result >= $eval->e($this->lowerlimit)) && ($result <= $eval->e($this->upperlimit))) {
 setUpperLimit($limit)
Set the upper limit. 
 
getOrder()
Get the order of the range. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getLowerLimit()
Get the lower limit. 
 
contains($value)
Checks for a given value within the range. 
 
getUpperLimit()
Get the upper limit. 
 
setOrder($order)
Set the order. 
 
getPoints()
Get the points. 
 
__construct($lowerlimit=0.0, $upperlimit=0.0, $points=0.0, $order=0)
assNumericRange constructor 
 
setLowerLimit($limit)
Set the lower limit. 
 
setPoints($points)
Set the points.