Some new strings for the new "anonymous result" feature.

This commit is contained in:
defacer 2005-08-23 19:14:00 +00:00
parent 85311ca8d6
commit e796d82d1a

View File

@ -14,9 +14,13 @@ $string['config_show_best'] = 'How many of the highest grades should be shown (0
$string['config_show_worst'] = 'How many of the lowest grades should be shown (0 to disable)?';
$string['config_use_groups'] = 'Show groups instead of students (only if the quiz supports groups)?';
$string['config_grade_format'] = 'Display grades as:';
$string['config_name_format'] = 'Privacy level for displayed results:';
$string['config_format_percentage'] = 'Percentages';
$string['config_format_fraction'] = 'Fractions';
$string['config_format_absolute'] = 'Absolute numbers';
$string['config_names_full'] = 'Display full names';
$string['config_names_id'] = 'Display only ID numbers';
$string['config_names_anon'] = 'Anonymous results';
$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['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['error_emptyquizid'] = 'There is an error right now with this block: you need to select which quiz it should display results from.';