mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
13 lines
382 B
PHP
13 lines
382 B
PHP
<?PHP // $Id$
|
|
// quiz_overview.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$string['allattempts'] = 'Show all attempts';
|
|
$string['allstudents'] = 'Show all $a';
|
|
$string['attemptsonly'] = 'Show $a with attempts only';
|
|
$string['noattemptsonly'] = 'Show $a with no attempts only';
|
|
$string['overview'] = 'Overview';
|
|
$string['overviewdownload'] = 'Overview download';
|
|
|
|
?>
|