Merge branch 'MDL-37465' of git://github.com/colchambers/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-01-29 19:19:29 +01:00
commit a917ef63ae

View File

@ -366,6 +366,7 @@ abstract class question_edit_form extends question_wizard_form {
$mform->addElement('advcheckbox', 'shownumcorrect',
get_string('options', 'question'),
get_string('shownumpartscorrectwhenfinished', 'question'));
$mform->setDefault('shownumcorrect', true);
}
}
}