Actualización
This commit is contained in:
21
main/exercise/HotSpotDelineation.php
Normal file
21
main/exercise/HotSpotDelineation.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
/**
|
||||
* Class HotSpotDelineation.
|
||||
*/
|
||||
class HotSpotDelineation extends HotSpot
|
||||
{
|
||||
public $typePicture = 'hotspot-delineation.png';
|
||||
public $explanationLangVar = 'HotspotDelineation';
|
||||
|
||||
/**
|
||||
* HotSpotDelineation constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->type = HOT_SPOT_DELINEATION;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user