Merge branch 'MDL-39054' of git://github.com/jacks92/moodle

This commit is contained in:
Dan Poltawski 2013-04-12 11:08:28 +08:00
commit 47df95c362
2 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ Our equation for effective question weight cannot be calculated in this case. Th
If you edit a quiz and give these question(s) with negative covariance a max grade of zero then the effective question weight of these questions will be zero and the real effective question weight of other questions will be as calculated now.';
$string['nostudentsingroup'] = 'There are no students in this group yet';
$string['optiongrade'] = 'Partial credit';
$string['partofquestion'] = 'Part of question';
$string['pluginname'] = 'Statistics';
$string['position'] = 'Position';
$string['positions'] = 'Position(s)';

View File

@ -74,7 +74,7 @@ class quiz_statistics_question_table extends flexible_table {
if ($responesstats->has_subparts()) {
$columns[] = 'part';
$headers[] = 'Part of question';
$headers[] = get_string('partofquestion', 'quiz_statistics');
}
if ($responesstats->has_response_classes()) {