|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00027 $string['bestgrade'] = 'The highest grade:'; 00028 $string['bestgrades'] = 'The {$a} highest grades:'; 00029 $string['bestgroupgrade'] = 'The group with the highest average:'; 00030 $string['bestgroupgrades'] = 'The {$a} groups with the highest average:'; 00031 $string['config_format_absolute'] = 'Absolute numbers'; 00032 $string['config_format_fraction'] = 'Fractions'; 00033 $string['config_format_percentage'] = 'Percentages'; 00034 $string['config_grade_format'] = 'Display grades as:'; 00035 $string['config_name_format'] = 'Privacy level for displayed results:'; 00036 $string['config_names_anon'] = 'Anonymous results'; 00037 $string['config_names_full'] = 'Display full names'; 00038 $string['config_names_id'] = 'Display only ID numbers'; 00039 $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.'; 00040 $string['config_select_quiz'] = 'Which quiz should this block display results from?'; 00041 $string['config_show_best'] = 'How many of the highest grades should be shown (0 to disable)?'; 00042 $string['config_show_worst'] = 'How many of the lowest grades should be shown (0 to disable)?'; 00043 $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.'; 00044 $string['config_use_groups'] = 'Show groups instead of students (only if the quiz supports groups)?'; 00045 $string['error_emptyquizid'] = 'There is an error right now with this block: you need to select which quiz it should display results from.'; 00046 $string['error_emptyquizrecord'] = 'There is an error right now with this block: the selected quiz does not seem to exist in the database.'; 00047 $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.'; 00048 $string['pluginname'] = 'Quiz results'; 00049 $string['worstgrade'] = 'The lowest grade:'; 00050 $string['worstgrades'] = 'The {$a} lowest grades:'; 00051 $string['worstgroupgrade'] = 'The group with the lowest average:'; 00052 $string['worstgroupgrades'] = 'The {$a} groups with the lowest average:';