]> git.mjollnir.org Git - moodle.git/commitdiff
For the overview report : MDL-14199 "Option to only show / export final grade" small...
authorjamiesensei <jamiesensei>
Thu, 8 May 2008 10:11:06 +0000 (10:11 +0000)
committerjamiesensei <jamiesensei>
Thu, 8 May 2008 10:11:06 +0000 (10:11 +0000)
Merged from 1.9 branch.

lang/en_utf8/quiz_overview.php

index 3b3c496624e6c09426284158bb456c861773fb3b..450a5ade76a7df698f3968105131298f87aa185d 100644 (file)
@@ -9,7 +9,7 @@ $string['attemptsonly'] = 'Show $a with attempts only';
 $string['attemptsprepage'] = 'Attempts shown per page';
 $string['deleteselected'] = 'Delete selected attempts';
 $string['highlightinggraded'] = 'The user attempt that contributes to final grade is highlighted.';
-$string['noattemptsonly'] = 'Show $a with no attempts only';
+$string['noattemptsonly'] = 'Show / download $a with no attempts only';
 $string['onlyoneattemptallowed'] = 'Only one attempt per user allowed on this quiz.';
 $string['optallattempts'] = 'all attempts';
 $string['optallstudents'] = 'all \'$a\'';
@@ -24,8 +24,8 @@ $string['pagesize'] = 'Page size';
 $string['preferencespage'] = 'Preferences just for this page';
 $string['preferencessave'] = 'Save preferences';
 $string['preferencesuser'] = 'Your preferences for this report';
-$string['show'] = 'Show';
+$string['show'] = 'Show / download';
 $string['showinggraded'] = 'Showing only the attempt graded for each user.';
 $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.';
-$string['showdetailedmarks'] = 'Show marks for each question';
+$string['showdetailedmarks'] = 'Show / download marks for each question';
 ?>