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