Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/blocks/quiz_results/lang/en/block_quiz_results.php File Reference

Go to the source code of this file.

Namespaces

namespace  block

Variables

 $string ['bestgrade'] = 'The highest grade:'
 $string ['bestgrades'] = 'The {$a} highest grades:'
 $string ['bestgroupgrade'] = 'The group with the highest average:'
 $string ['bestgroupgrades'] = 'The {$a} groups with the highest average:'
 $string ['config_format_absolute'] = 'Absolute numbers'
 $string ['config_format_fraction'] = 'Fractions'
 $string ['config_format_percentage'] = 'Percentages'
 $string ['config_grade_format'] = 'Display grades as:'
 $string ['config_name_format'] = 'Privacy level for displayed results:'
 $string ['config_names_anon'] = 'Anonymous results'
 $string ['config_names_full'] = 'Display full names'
 $string ['config_names_id'] = 'Display only ID numbers'
 $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.'
 $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_show_worst'] = 'How many of the lowest grades should be shown (0 to disable)?'
 $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.'
 $string ['config_use_groups'] = 'Show groups instead of students (only if the quiz supports groups)?'
 $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.'
 $string ['pluginname'] = 'Quiz results'
 $string ['worstgrade'] = 'The lowest grade:'
 $string ['worstgrades'] = 'The {$a} lowest grades:'
 $string ['worstgroupgrade'] = 'The group with the lowest average:'
 $string ['worstgroupgrades'] = 'The {$a} groups with the lowest average:'

Variable Documentation

$string['bestgrade'] = 'The highest grade:'

Definition at line 27 of file block_quiz_results.php.

$string['bestgrades'] = 'The {$a} highest grades:'

Definition at line 28 of file block_quiz_results.php.

$string['bestgroupgrade'] = 'The group with the highest average:'

Definition at line 29 of file block_quiz_results.php.

$string['bestgroupgrades'] = 'The {$a} groups with the highest average:'

Definition at line 30 of file block_quiz_results.php.

$string['config_format_absolute'] = 'Absolute numbers'

Definition at line 31 of file block_quiz_results.php.

$string['config_format_fraction'] = 'Fractions'

Definition at line 32 of file block_quiz_results.php.

$string['config_format_percentage'] = 'Percentages'

Definition at line 33 of file block_quiz_results.php.

$string['config_grade_format'] = 'Display grades as:'

Definition at line 34 of file block_quiz_results.php.

$string['config_name_format'] = 'Privacy level for displayed results:'

Definition at line 35 of file block_quiz_results.php.

$string['config_names_anon'] = 'Anonymous results'

Definition at line 36 of file block_quiz_results.php.

$string['config_names_full'] = 'Display full names'

Definition at line 37 of file block_quiz_results.php.

$string['config_names_id'] = 'Display only ID numbers'

Definition at line 38 of file block_quiz_results.php.

$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.'

Definition at line 39 of file block_quiz_results.php.

$string['config_select_quiz'] = 'Which quiz should this block display results from?'

Definition at line 40 of file block_quiz_results.php.

$string['config_show_best'] = 'How many of the highest grades should be shown (0 to disable)?'

Definition at line 41 of file block_quiz_results.php.

$string['config_show_worst'] = 'How many of the lowest grades should be shown (0 to disable)?'

Definition at line 42 of file block_quiz_results.php.

$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.'

Definition at line 43 of file block_quiz_results.php.

$string['config_use_groups'] = 'Show groups instead of students (only if the quiz supports groups)?'

Definition at line 44 of file block_quiz_results.php.

$string['error_emptyquizid'] = 'There is an error right now with this block: you need to select which quiz it should display results from.'

Definition at line 45 of file block_quiz_results.php.

$string['error_emptyquizrecord'] = 'There is an error right now with this block: the selected quiz does not seem to exist in the database.'

Definition at line 46 of file block_quiz_results.php.

$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.'

Definition at line 47 of file block_quiz_results.php.

$string['pluginname'] = 'Quiz results'

Definition at line 48 of file block_quiz_results.php.

$string['worstgrade'] = 'The lowest grade:'

Definition at line 49 of file block_quiz_results.php.

$string['worstgrades'] = 'The {$a} lowest grades:'

Definition at line 50 of file block_quiz_results.php.

$string['worstgroupgrade'] = 'The group with the lowest average:'

Definition at line 51 of file block_quiz_results.php.

$string['worstgroupgrades'] = 'The {$a} groups with the lowest average:'

Definition at line 52 of file block_quiz_results.php.

 All Data Structures Namespaces Files Functions Variables Enumerations