From 16a4c120986a38d234df3eb7cf66ef93aa3e39b0 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Thu, 8 May 2008 10:11:06 +0000 Subject: [PATCH] For the overview report : MDL-14199 "Option to only show / export final grade" small improvement to UI. Include highlighted message in the form about what the current grading method is. Some changes to lang strings for overview report settings form to indicate that options affect downloaded data as well as data shown on the screen. Merged from 1.9 branch. --- lang/en_utf8/quiz_overview.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en_utf8/quiz_overview.php b/lang/en_utf8/quiz_overview.php index 3b3c496624e..450a5ade76a 100644 --- a/lang/en_utf8/quiz_overview.php +++ b/lang/en_utf8/quiz_overview.php @@ -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'; ?>