mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
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.
This commit is contained in:
parent
44eb3b6e9e
commit
16a4c12098
@ -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';
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user