moodle/lang/en_utf8/quiz_overview.php

27 lines
1.2 KiB
PHP
Raw Normal View History

2006-11-01 09:44:01 +00:00
<?PHP // $Id$
// quiz_overview.php - created with Moodle 1.7 beta + (2006101003)
$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';
$string['attemptsprepage'] = 'Attempts shown per page';
$string['deleteselected'] = 'Delete selected attempts';
$string['noattemptsonly'] = 'Show $a with no attempts only';
$string['optallattempts'] = 'all attempts';
$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';
$string['overviewdownload'] = 'Overview download';
$string['overviewdownload'] = 'Overview download';
$string['overviewreportgraph'] = 'Bar Graph of Number of Students Achieving Grade Ranges';
$string['pagesize'] = 'Page size';
$string['preferencespage'] = 'Preferences just for this page';
$string['preferencessave'] = 'Save preferences';
$string['preferencesuser'] = 'Your preferences for this report';
$string['show'] = 'Show';
$string['showdetailedmarks'] = 'Show marks for each question';
?>