19 require_once 
'./Modules/Test/classes/inc.AssessmentConstants.php';
    82         $this->coords = preg_replace(
"/\s/", 
"", $this->coords);
    93     public function setCoords(
string $coords = 
""): void
    95         $coords = preg_replace(
"/\s/", 
"", $coords);
   142             $this->points_unchecked = $new_points;
   144             $this->points_unchecked = 0.0;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct( $answertext="", $points=0.0, $order=0, $coords="", $area="", $id=-1, $points_unchecked=0)
ASS_AnswerImagemap constructor. 
 
checkPoints($a_points)
Checks, if the point value is numeric. 
 
setPointsUnchecked($points_unchecked)
Sets the points for an unchecked answer. 
 
getCoords()
Gets the coordinates of an image map. 
 
setCoords(string $coords="")
Sets the coordinates of an image map. 
 
getArea()
Gets the area of an image map. 
 
getPointsUnchecked()
Returns the points for an unchecked answer Returns the points for an unchecked answer. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...