80         $this->coords = preg_replace(
"/\s/", 
"", $this->coords);
    91     public function setCoords(
string $coords = 
""): void
    93         $coords = preg_replace(
"/\s/", 
"", $coords);
   140             $this->points_unchecked = $new_points;
   142             $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. 
 
__construct(Container $dic, ilPlugin $plugin)
 
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...