MDL-47494 ddwtos: NOBUG change in dependency code for qtypes
This commit is contained in:
@@ -43,10 +43,6 @@ class qtype_ddwtos extends qtype_gapselect_base {
|
||||
return 'draggroup';
|
||||
}
|
||||
|
||||
public function requires_qtypes() {
|
||||
return array('gapselect');
|
||||
}
|
||||
|
||||
protected function choice_options_to_feedback($choice) {
|
||||
$output = new stdClass();
|
||||
$output->draggroup = $choice['choicegroup'];
|
||||
|
||||
@@ -27,3 +27,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2011051200;
|
||||
$plugin->requires = 2011051212;
|
||||
$plugin->dependencies = array(
|
||||
'qtype_gapselect' => 2011020100,
|
||||
);
|
||||
Reference in New Issue
Block a user