moodle/lang/en_utf8/quiz_overview.php
jamiesensei f29e6691a7 MDL-15972 "Make ability to list regrades dependent on permission" fixed a problem showing some of the regrade interface to users who do not have permission to regrade.
MDL-15960 "Overview report does not work correctly with groups" Fixed a problem that group mode was not working as the logic selecting the attempts mode was erroneously showing the all attempts mode.
MDL-15958 "Error on selecting to hide marks for each question" problem with trying to sort on question grades when grades not displayed fixed.
MDL-15953 "Summary chart to show in 5% ranges please" allowed the graph to show up to or equal to 20 bands, instead of just up to 20.
MDL-14201 "Summary graph" showing two graphs now as it was felt that when there were few students in a group compared with all the students who took a quiz then it would be difficult to see the data for the group.
2008-08-15 09:59:55 +00:00

53 lines
3.2 KiB
PHP

<?PHP // $Id$
// quiz_overview.php - created with Moodle 1.7 beta + (2006101003)
$string['allattempts'] = 'Show all attempts';
$string['allattemptscontributetograde'] = 'All attempts contribute to final grade for user.';
$string['allstudents'] = 'Show all $a';
$string['attemptsonly'] = 'Show $a with attempts only';
$string['attemptsprepage'] = 'Attempts shown per page';
$string['attemptprogress'] = 'Attempt $a->done of $a->todo';
$string['deleteselected'] = 'Delete selected attempts';
$string['done'] = 'Done';
$string['err_failedtorecalculateattemptgrades'] = 'Failed to recalculate attempt grades';
$string['err_failedtodeleteregrades'] = 'Failed to delete calculated attempt grades';
$string['highlightinggraded'] = 'The user attempt that contributes to final grade is highlighted.';
$string['needed'] = 'Needed';
$string['noattemptstoregrade'] = 'No attempts need regrading';
$string['noattemptsonly'] = 'Show / download $a with no attempts only';
$string['nogradepermission'] = 'You don\'t have permission to grade this quiz.';
$string['onlyoneattemptallowed'] = 'Only one attempt per user allowed on this quiz.';
$string['optallattempts'] = 'all attempts';
$string['optallstudents'] = 'all $a who have or have not attempted the quiz';
$string['optattemptsonly'] = '$a who have attempted the quiz';
$string['optnoattemptsonly'] = '$a who have not attempted the quiz';
$string['optonlygradedattempts'] = 'that are graded for each user ($a)';
$string['optonlyregradedattempts'] = 'that have been regraded / are marked as needing regrading';
$string['overview'] = 'Grades';
$string['overviewdownload'] = 'Overview download';
$string['overviewdownload'] = 'Overview download';
$string['overviewreportgraph'] = 'Overall Number of Students Achieving Grade Ranges';
$string['overviewreportgraphgroup'] = 'Number of Students in Group \'$a\' Achieving Grade Ranges';
$string['pagesize'] = 'Page size';
$string['preferencespage'] = 'Preferences just for this page';
$string['preferencessave'] = 'Show report';
$string['preferencesuser'] = 'Your preferences for this report';
$string['qprogress'] = 'Question $a->done of $a->todo';
$string['regrade'] = 'Regrade';
$string['regradeheader'] = 'Regrading';
$string['regradeall'] = 'Regrade all';
$string['regradeallgroup'] = 'Full regrade for group \'$a->groupname\'';
$string['regradealldry'] = 'Dryrun a full regrade';
$string['regradealldrydo'] = 'Regrade attempts marked as needing regrading ($a)';
$string['regradealldrydogroup'] = 'Regrade attempts ($a->countregradeneeded) marked as needing regrading in group \'$a->groupname\'';
$string['regradealldrygroup'] = 'Dryrun a full regrade for group \'$a->groupname\'';
$string['regradeselected'] = 'Regrade selected attempts';
$string['show'] = 'Show / download';
$string['showattempts'] = 'Only show / download attempts';
$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 / download marks for each question';
$string['studentingroup'] = '\'$a->coursestudent\' in group \'$a->groupname\'';
?>