133 return is_numeric($a_points);
207 $new_points = str_replace(
",",
".",
$points);
209 $this->points = $new_points;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setOrder($order=0)
Sets the order.
__construct($answertext="", $points=0.0, $order=0, $id=-1)
ASS_AnswerSimple constructor.
getOrder()
Gets the sort/display order.
getPoints()
Gets the points.
checkPoints($a_points)
Checks, if the point value is numeric.
setId($id=-1)
Sets the answer id.
getId()
Gets the answer id.
setAnswertext($answertext="")
Sets the answer text.
setPoints($points=0.0)
Sets the points.
getAnswertext()
Gets the answer text.