<?php // $Id$
$string['bestgrades'] = 'The $a highest grades:';
+$string['bestgroupgrades'] = 'The $a groups with the highest average:';
$string['worstgrades'] = 'The $a lowest grades:';
+$string['worstgroupgrades'] = 'The $a groups with the lowest average:';
$string['formaltitle'] = 'Quiz Results';
$string['config_select_quiz'] = 'Which quiz should this block display results from?';
$string['config_show_best'] = 'How many of the highest grades should be shown (0 to disable)?';
$string['config_format_percentage'] = 'Percentages';
$string['config_format_fraction'] = 'Fractions';
$string['config_format_absolute'] = 'Absolute numbers';
+$string['error_emptyquizid'] = 'There is an error right now with this block: you need to select which quiz it should display results from.';
+$string['error_emptyquizrecord'] = 'There is an error right now with this block: the selected quiz does not seem to exist in the database.';
+$string['error_nogroupsexist'] = 'There is an error right now with this block: it is set to display grades in group mode, but the course has no defined groups.';
?>
\ No newline at end of file