mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
10 lines
279 B
PHP
10 lines
279 B
PHP
<?PHP // $Id$
|
|
// quiz_responses.php - created with Moodle 1.5.3+ (2005060230)
|
|
|
|
|
|
$string['pagesize'] = '每頁顯示題目數量:';
|
|
$string['reportresponses'] = '回應細節';
|
|
$string['responsesoptions'] = '回應選項';
|
|
$string['responsestitle'] = '回應細節';
|
|
|
|
?>
|