4 include_once
"./Modules/TestQuestionPool/classes/class.assAnswerSimple.php";
5 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
41 $points_checked = 0.0,
79 $this->points_unchecked = $new_points;
81 $this->points_unchecked = 0.0;
setPointsChecked($points_checked)
setPoints($points=0.0)
Sets the points.
setPointsUnchecked($points_unchecked=0.0)
Sets the points for an unchecked answer.
getPoints()
Gets the points.
checkPoints($a_points)
Checks, if the point value is numeric.
Class for simple answers.
Class for true/false or yes/no answers.
getPointsUnchecked()
Returns the points for an unchecked answer.
__construct( $answertext="", $points_checked=0.0, $order=0, $points_unchecked=0, $id=-1)
ASS_AnswerMultipleResponse constructor.