Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lang / en_utf8 / quiz_overview.php
blob450a5ade76a7df698f3968105131298f87aa185d
1 <?PHP // $Id$
2 // quiz_overview.php - created with Moodle 1.7 beta + (2006101003)
5 $string['allattempts'] = 'Show all attempts';
6 $string['allattemptscontributetograde'] = 'All attempts contribute to final grade for user.';
7 $string['allstudents'] = 'Show all $a';
8 $string['attemptsonly'] = 'Show $a with attempts only';
9 $string['attemptsprepage'] = 'Attempts shown per page';
10 $string['deleteselected'] = 'Delete selected attempts';
11 $string['highlightinggraded'] = 'The user attempt that contributes to final grade is highlighted.';
12 $string['noattemptsonly'] = 'Show / download $a with no attempts only';
13 $string['onlyoneattemptallowed'] = 'Only one attempt per user allowed on this quiz.';
14 $string['optallattempts'] = 'all attempts';
15 $string['optallstudents'] = 'all \'$a\'';
16 $string['optattemptsonly'] = '\'$a\' with attempts only';
17 $string['optnoattemptsonly'] = '\'$a\' with no attempts only';
18 $string['optonlygradedattempts'] = 'only the attempt that is graded for each user ($a)';
19 $string['overview'] = 'Overview';
20 $string['overviewdownload'] = 'Overview download';
21 $string['overviewdownload'] = 'Overview download';
22 $string['overviewreportgraph'] = 'Bar Graph of Number of Students Achieving Grade Ranges';
23 $string['pagesize'] = 'Page size';
24 $string['preferencespage'] = 'Preferences just for this page';
25 $string['preferencessave'] = 'Save preferences';
26 $string['preferencesuser'] = 'Your preferences for this report';
27 $string['show'] = 'Show / download';
28 $string['showinggraded'] = 'Showing only the attempt graded for each user.';
29 $string['showinggradedandungraded'] = 'Showing graded and ungraded attempts for each user. The one attempt for each user that is graded is highlighted. The grading method for this quiz is $a.';
30 $string['showdetailedmarks'] = 'Show / download marks for each question';