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