2 // block_quiz_results.php - created with Moodle 1.7 beta + (2006101003)
5 $string['bestgrade'] = 'The highest grade:';
6 $string['bestgrades'] = 'The $a highest grades:';
7 $string['bestgroupgrade'] = 'The group with the highest average:';
8 $string['bestgroupgrades'] = 'The $a groups with the highest average:';
9 $string['config_format_absolute'] = 'Absolute numbers';
10 $string['config_format_fraction'] = 'Fractions';
11 $string['config_format_percentage'] = 'Percentages';
12 $string['config_grade_format'] = 'Display grades as:';
13 $string['config_name_format'] = 'Privacy level for displayed results:';
14 $string['config_names_anon'] = 'Anonymous results';
15 $string['config_names_full'] = 'Display full names';
16 $string['config_names_id'] = 'Display only ID numbers';
17 $string['config_no_quizzes_in_course'] = 'This course does not contain any quiz activities . You must add at least one before you are able to use this block correctly.';
18 $string['config_select_quiz'] = 'Which quiz should this block display results from?';
19 $string['config_show_best'] = 'How many of the highest grades should be shown (0 to disable)?';
20 $string['config_show_worst'] = 'How many of the lowest grades should be shown (0 to disable)?';
21 $string['config_use_groups'] = 'Show groups instead of students (only if the quiz supports groups)?';
22 $string['configuredtoshownothing'] = 'This block\'s configuration currently does not allow it to show any results. You may want to either configure it or hide it.';
23 $string['error_emptyquizid'] = 'There is an error right now with this block: you need to select which quiz it should display results from.';
24 $string['error_emptyquizrecord'] = 'There is an error right now with this block: the selected quiz does not seem to exist in the database.';
25 $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.';
26 $string['formaltitle'] = 'Quiz Results';
27 $string['worstgrade'] = 'The lowest grade:';
28 $string['worstgrades'] = 'The $a lowest grades:';
29 $string['worstgroupgrade'] = 'The group with the lowest average:';
30 $string['worstgroupgrades'] = 'The $a groups with the lowest average:';