mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Merge branch 'MDL-38711-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
cc067484a8
@ -251,6 +251,7 @@ class qtype_multianswer_edit_form extends question_edit_form {
|
||||
$mform->setDefault('confirm', 0);
|
||||
} else {
|
||||
$mform->addElement('hidden', 'confirm', 0);
|
||||
$mform->setType('confirm', PARAM_BOOL);
|
||||
}
|
||||
|
||||
$this->add_interactive_settings(true, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user