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';
|
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';
|
|
|
|
$string['optallstudents'] = 'all $a';
|
|
|
|
$string['optattemptsonly'] = '$a with attempts only';
|
|
|
|
$string['optnoattemptsonly'] = '$a with no attempts only';
|
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-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';
|
2006-03-27 08:41:20 +00:00
|
|
|
?>
|