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