moodle/lang/en_utf8/quiz_overview.php

12 lines
308 B
PHP

<?php // $Id$
$string['overview'] = 'Overview';
$string['attemptsonly'] = 'Show $a with attempts only';
$string['allattempts'] = 'Show all attempts';
$string['allstudents'] = 'Show all $a';
$string['noattemptsonly'] = 'Show $a with no attempts only';
$string['overviewdownload'] = 'Overview download';
?>