mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
10 lines
296 B
PHP
10 lines
296 B
PHP
<?PHP // $Id$
|
|
// quiz_responses.php - created with Moodle 1.5 + (2005060201)
|
|
|
|
|
|
$string['pagesize'] = 'Tentativas po página';
|
|
$string['reportresponses'] = 'Respostas detalhadas';
|
|
$string['responsesoptions'] = 'Opções para respostas';
|
|
$string['responsestitle'] = 'Respostas detalhadas';
|
|
|
|
?>
|