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