Merge branch 'MDL-31721_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
This commit is contained in:
@@ -386,6 +386,7 @@ $string['showmaxmarkonly'] = 'Show max mark only';
|
||||
$string['showquestiontext'] = 'Show question text in the question list';
|
||||
$string['shown'] = 'Shown';
|
||||
$string['shownumpartscorrect'] = 'Show the number of correct responses';
|
||||
$string['shownumpartscorrectwhenfinished'] = 'Show the number of correct responses once the question has finished';
|
||||
$string['specificfeedback'] = 'Specific feedback';
|
||||
$string['started'] = 'Started';
|
||||
$string['state'] = 'State';
|
||||
|
||||
@@ -348,7 +348,7 @@ abstract class question_edit_form extends question_wizard_form {
|
||||
if ($withshownumpartscorrect && $feedbackname == 'partiallycorrectfeedback') {
|
||||
$mform->addElement('advcheckbox', 'shownumcorrect',
|
||||
get_string('options', 'question'),
|
||||
get_string('shownumpartscorrect', 'question'));
|
||||
get_string('shownumpartscorrectwhenfinished', 'question'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user