2006-11-01 09:44:01 +00:00
< ? PHP // $Id$
// quiz_overview.php - created with Moodle 1.7 beta + (2006101003)
2006-03-27 08:41:20 +00:00
2006-04-13 00:02:36 +00:00
$string [ 'allattempts' ] = 'Show all attempts' ;
2008-05-08 09:35:08 +00:00
$string [ 'allattemptscontributetograde' ] = 'All attempts contribute to final grade for user.' ;
2006-04-13 00:02:36 +00:00
$string [ 'allstudents' ] = 'Show all $a' ;
2006-11-01 09:44:01 +00:00
$string [ 'attemptsonly' ] = 'Show $a with attempts only' ;
2008-05-06 17:34:39 +00:00
$string [ 'attemptsprepage' ] = 'Attempts shown per page' ;
2008-07-11 07:27:14 +00:00
$string [ 'attemptprogress' ] = 'Attempt $a->done of $a->todo' ;
2008-05-07 16:00:56 +00:00
$string [ 'deleteselected' ] = 'Delete selected attempts' ;
2008-07-11 07:27:14 +00:00
$string [ 'done' ] = 'Done' ;
$string [ 'err_failedtorecalculateattemptgrades' ] = 'Failed to recalculate attempt grades' ;
$string [ 'err_failedtodeleteregrades' ] = 'Failed to delete calculated attempt grades' ;
2008-05-08 09:35:08 +00:00
$string [ 'highlightinggraded' ] = 'The user attempt that contributes to final grade is highlighted.' ;
2008-07-11 07:27:14 +00:00
$string [ 'needed' ] = 'Needed' ;
$string [ 'noattemptstoregrade' ] = 'No attempts need regrading' ;
2008-05-08 10:11:06 +00:00
$string [ 'noattemptsonly' ] = 'Show / download $a with no attempts only' ;
2008-07-11 07:27:14 +00:00
$string [ 'nogradepermission' ] = 'You don\'t have permission to grade this quiz.' ;
2008-05-08 09:35:08 +00:00
$string [ 'onlyoneattemptallowed' ] = 'Only one attempt per user allowed on this quiz.' ;
2008-05-05 13:12:11 +00:00
$string [ 'optallattempts' ] = 'all attempts' ;
2008-06-24 16:36:44 +00:00
$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' ;
2008-07-11 07:27:14 +00:00
$string [ 'optonlygradedattempts' ] = 'that are graded for each user ($a)' ;
$string [ 'optonlyregradedattempts' ] = 'that have been regraded / are marked as needing regrading' ;
2008-06-20 13:43:06 +00:00
$string [ 'overview' ] = 'Grades' ;
2006-06-30 10:31:44 +00:00
$string [ 'overviewdownload' ] = 'Overview download' ;
2008-05-06 17:34:39 +00:00
$string [ 'overviewdownload' ] = 'Overview download' ;
2008-05-07 14:38:18 +00:00
$string [ 'overviewreportgraph' ] = 'Bar Graph of Number of Students Achieving Grade Ranges' ;
2008-05-06 17:34:39 +00:00
$string [ 'pagesize' ] = 'Page size' ;
2008-05-05 13:12:11 +00:00
$string [ 'preferencespage' ] = 'Preferences just for this page' ;
$string [ 'preferencessave' ] = 'Save preferences' ;
$string [ 'preferencesuser' ] = 'Your preferences for this report' ;
2008-07-11 07:27:14 +00:00
$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' ;
2008-05-08 10:11:06 +00:00
$string [ 'show' ] = 'Show / download' ;
2008-07-11 07:27:14 +00:00
$string [ 'showattempts' ] = 'Only show / download attempts' ;
2008-05-08 09:35:08 +00:00
$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.' ;
2008-05-08 10:11:06 +00:00
$string [ 'showdetailedmarks' ] = 'Show / download marks for each question' ;
2008-06-24 16:36:44 +00:00
$string [ 'studentingroup' ] = '\'$a->coursestudent\' in group \'$a->groupname\'' ;
2006-03-27 08:41:20 +00:00
?>