moodle/lang/en_utf8/quiz_overview.php

10 lines
257 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';
?>