mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-37465' of git://github.com/colchambers/moodle
This commit is contained in:
commit
a917ef63ae
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user