mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
10 lines
302 B
PHP
10 lines
302 B
PHP
<?PHP // $Id$
|
|
// quiz_responses.php - created with Moodle 1.6 development (2005072000)
|
|
|
|
|
|
$string['pagesize'] = '한페이지에 보이기 시도';
|
|
$string['reportresponses'] = '상세한 반응';
|
|
$string['responsesoptions'] = '반응 옵션';
|
|
$string['responsestitle'] = '상세한 반응';
|
|
|
|
?>
|