[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 <?php 2 // This file is part of Moodle - http://moodle.org/ 3 // 4 // Moodle is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // Moodle is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 16 17 /** 18 * Strings for component 'block_quiz_results', language 'en', branch 'MOODLE_20_STABLE' 19 * 20 * @package block_quiz_results 21 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} 22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 23 */ 24 25 $string['bestgrade'] = 'The highest grade:'; 26 $string['bestgrades'] = 'The {$a} highest grades:'; 27 $string['bestgroupgrade'] = 'The group with the highest average:'; 28 $string['bestgroupgrades'] = 'The {$a} groups with the highest average:'; 29 $string['config_format_absolute'] = 'Absolute numbers'; 30 $string['config_format_fraction'] = 'Fractions'; 31 $string['config_format_percentage'] = 'Percentages'; 32 $string['config_grade_format'] = 'Display grades as:'; 33 $string['config_name_format'] = 'Privacy level for displayed results:'; 34 $string['config_names_anon'] = 'Anonymous results'; 35 $string['config_names_full'] = 'Display full names'; 36 $string['config_names_id'] = 'Display only ID numbers'; 37 $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.'; 38 $string['config_select_quiz'] = 'Which quiz should this block display results from?'; 39 $string['config_show_best'] = 'How many of the highest grades should be shown (0 to disable)?'; 40 $string['config_show_worst'] = 'How many of the lowest grades should be shown (0 to disable)?'; 41 $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.'; 42 $string['config_use_groups'] = 'Show groups instead of students (only if the quiz supports groups)?'; 43 $string['error_emptyquizid'] = 'There is an error right now with this block: you need to select which quiz it should display results from.'; 44 $string['error_emptyquizrecord'] = 'There is an error right now with this block: the selected quiz does not seem to exist in the database.'; 45 $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.'; 46 $string['pluginname'] = 'Quiz results'; 47 $string['quiz_results:addinstance'] = 'Add a new quiz results block'; 48 $string['worstgrade'] = 'The lowest grade:'; 49 $string['worstgrades'] = 'The {$a} lowest grades:'; 50 $string['worstgroupgrade'] = 'The group with the lowest average:'; 51 $string['worstgroupgrades'] = 'The {$a} groups with the lowest average:';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |