@ -0,0 +1,21 @@ | 
				
			||||
<?php | 
				
			||||
/* For licensing terms, see /license.txt */ | 
				
			||||
 | 
				
			||||
/** | 
				
			||||
 * FillBlanksCombination. | 
				
			||||
 */ | 
				
			||||
class FillBlanksCombination extends FillBlanks | 
				
			||||
{ | 
				
			||||
    public $typePicture = 'fill_in_blanks_co.png'; | 
				
			||||
    public $explanationLangVar = 'FillBlanksCombination'; | 
				
			||||
 | 
				
			||||
    /** | 
				
			||||
     * Constructor. | 
				
			||||
     */ | 
				
			||||
    public function __construct() | 
				
			||||
    { | 
				
			||||
        parent::__construct(); | 
				
			||||
        $this->type = FILL_IN_BLANKS_COMBINATION; | 
				
			||||
        $this->isContent = $this->getIsContent(); | 
				
			||||
    } | 
				
			||||
} | 
				
			||||
@ -1,21 +0,0 @@ | 
				
			||||
<?php | 
				
			||||
/* For licensing terms, see /license.txt */ | 
				
			||||
 | 
				
			||||
/** | 
				
			||||
 * FillBlanksGlobal. | 
				
			||||
 */ | 
				
			||||
class FillBlanksGlobal extends FillBlanks | 
				
			||||
{ | 
				
			||||
    public $typePicture = 'fill_in_blanks_global.png'; | 
				
			||||
    public $explanationLangVar = 'FillBlanksGlobal'; | 
				
			||||
 | 
				
			||||
    /** | 
				
			||||
     * Constructor. | 
				
			||||
     */ | 
				
			||||
    public function __construct() | 
				
			||||
    { | 
				
			||||
        parent::__construct(); | 
				
			||||
        $this->type = FILL_IN_BLANKS_GLOBAL; | 
				
			||||
        $this->isContent = $this->getIsContent(); | 
				
			||||
    } | 
				
			||||
} | 
				
			||||
@ -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; | 
				
			||||
    } | 
				
			||||
} | 
				
			||||
@ -1,20 +0,0 @@ | 
				
			||||
<?php | 
				
			||||
/* For licensing terms, see /license.txt */ | 
				
			||||
 | 
				
			||||
/** | 
				
			||||
 * HotSpotGlobal. | 
				
			||||
 */ | 
				
			||||
class HotSpotGlobal extends HotSpot | 
				
			||||
{ | 
				
			||||
    public $typePicture = 'hotspot_global.png'; | 
				
			||||
    public $explanationLangVar = 'HotSpotGlobal'; | 
				
			||||
 | 
				
			||||
    /** | 
				
			||||
     * HotSpot constructor. | 
				
			||||
     */ | 
				
			||||
    public function __construct() | 
				
			||||
    { | 
				
			||||
        parent::__construct(); | 
				
			||||
        $this->type = HOT_SPOT_GLOBAL; | 
				
			||||
    } | 
				
			||||
} | 
				
			||||
@ -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(); | 
				
			||||
    } | 
				
			||||
} | 
				
			||||
@ -1,21 +0,0 @@ | 
				
			||||
<?php | 
				
			||||
/* For licensing terms, see /license.txt */ | 
				
			||||
 | 
				
			||||
/** | 
				
			||||
 * MatchingDraggableGlobal. | 
				
			||||
 */ | 
				
			||||
class MatchingDraggableGlobal extends MatchingDraggable | 
				
			||||
{ | 
				
			||||
    public $typePicture = 'matchingdrag_global.png'; | 
				
			||||
    public $explanationLangVar = 'MatchingDraggableGlobal'; | 
				
			||||
 | 
				
			||||
    /** | 
				
			||||
     * Constructor. | 
				
			||||
     */ | 
				
			||||
    public function __construct() | 
				
			||||
    { | 
				
			||||
        parent::__construct(); | 
				
			||||
        $this->type = MATCHING_DRAGGABLE_GLOBAL; | 
				
			||||
        $this->isContent = $this->getIsContent(); | 
				
			||||
    } | 
				
			||||
} | 
				
			||||
@ -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; | 
				
			||||
    } | 
				
			||||
} | 
				
			||||
@ -1,16 +0,0 @@ | 
				
			||||
<?php | 
				
			||||
 | 
				
			||||
/* For licensing terms, see /license.txt */ | 
				
			||||
 | 
				
			||||
class MultipleAnswerDropdownGlobal extends MultipleAnswerDropdown | 
				
			||||
{ | 
				
			||||
    public $typePicture = 'mcma_dropdown_global.png'; | 
				
			||||
    public $explanationLangVar = 'MultipleAnswerDropdownGlobal'; | 
				
			||||
 | 
				
			||||
    public function __construct() | 
				
			||||
    { | 
				
			||||
        parent::__construct(); | 
				
			||||
 | 
				
			||||
        $this->type = MULTIPLE_ANSWER_DROPDOWN_GLOBAL; | 
				
			||||
    } | 
				
			||||
} | 
				
			||||
| 
		 After Width: | Height: | Size: 13 KiB  | 
| 
		 After Width: | Height: | Size: 10 KiB  | 
| 
		 After Width: | Height: | Size: 15 KiB  | 
| 
		 After Width: | Height: | Size: 11 KiB  | 
| 
		 After Width: | Height: | Size: 14 KiB  | 
| 
		 After Width: | Height: | Size: 11 KiB  | 
| 
		 After Width: | Height: | Size: 14 KiB  | 
| 
		 After Width: | Height: | Size: 11 KiB  | 
| 
		 After Width: | Height: | Size: 13 KiB  | 
| 
		 After Width: | Height: | Size: 11 KiB  |