Merge branch 'MDL-31721_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2012-02-27 22:06:46 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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';
+1 -1
View File
@@ -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'));
}
}
}