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';
|
|
|
|
$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-05-07 16:00:56 +00:00
|
|
|
$string['deleteselected'] = 'Delete selected attempts';
|
2006-04-13 00:02:36 +00:00
|
|
|
$string['noattemptsonly'] = 'Show $a with no attempts only';
|
2008-05-05 13:12:11 +00:00
|
|
|
$string['optallattempts'] = 'all attempts';
|
2008-05-06 17:34:39 +00:00
|
|
|
$string['optallstudents'] = 'all \'$a\'';
|
|
|
|
$string['optattemptsonly'] = '\'$a\' with attempts only';
|
|
|
|
$string['optnoattemptsonly'] = '\'$a\' with no attempts only';
|
|
|
|
$string['optonlygradedattempts'] = 'only the attempt that is graded for each user';
|
2006-11-01 09:44:01 +00:00
|
|
|
$string['overview'] = 'Overview';
|
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';
|
|
|
|
$string['show'] = 'Show';
|
2008-05-06 17:34:39 +00:00
|
|
|
$string['showdetailedmarks'] = 'Show marks for each question';
|
2006-03-27 08:41:20 +00:00
|
|
|
?>
|