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