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;
78 $bound = str_replace(
",",
".", $bound);
80 $this->lowerBound = is_numeric($bound) ? $bound : $this->
getAnswertext();
85 $bound = str_replace(
",",
".", $bound);
87 $this->upperBound = is_numeric($bound) ? $bound : $this->
getAnswertext();