4 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
145 $this->lowerlimit = $limit;
159 $this->upperlimit = $limit;
204 require_once
'./Services/Math/classes/class.EvalMath.php';
206 $eval->suppress_errors =
true;
212 if ((
$result >= $eval->e($this->lowerlimit)) && ($result <= $eval->e($this->upperlimit))) {
setUpperLimit($limit)
Set the upper limit.
getOrder()
Get the order of the range.
Class for numeric ranges of questions.
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.