diff --git a/question/type/edit_question_form.php b/question/type/edit_question_form.php index f9f8872302e..1af551bc8c4 100644 --- a/question/type/edit_question_form.php +++ b/question/type/edit_question_form.php @@ -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); } } }