24 include_once
"./Modules/TestQuestionPool/classes/class.assAnswerSimple.php";
25 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
60 $points_checked = 0.0,
81 if (round($this->points_unchecked) == $this->points_unchecked)
83 return sprintf(
"%d", $this->points_unchecked);
105 $this->points_unchecked = $new_points;
109 $this->points_unchecked = 0.0;