24 include_once
"./Modules/TestQuestionPool/classes/class.assAnswerSimple.php";
25 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
72 $this->lowerBound = NULL;
73 $this->upperBound = NULL;
82 $bound = str_replace(
",",
".", $bound);
88 if ( is_numeric($bound) )
90 $this->lowerBound = $bound;
105 $bound = str_replace(
",",
".", $bound);
109 if ($bound < $value || strlen($bound) == 0)
114 if ( is_numeric($bound) )
116 $this->upperBound = $bound;
126 include_once(
"./Services/Math/classes/class.EvalMath.php");
128 $eval->suppress_errors =
true;