mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 03:18:07 +01:00
17 lines
562 B
PHP
17 lines
562 B
PHP
<?PHP // $Id$
|
|
// quiz_analysis.php - created with Moodle 1.5 (2005060201)
|
|
|
|
|
|
$string['analysisoptions'] = '分析选项';
|
|
$string['analysistitle'] = '单项分析表';
|
|
$string['attemptshighest'] = '最高成绩';
|
|
$string['downloadooo'] = '以OpenOffice格式下载';
|
|
$string['lowmarkslimit'] = '成绩少于多少时则不分析:';
|
|
$string['pagesize'] = '每页问题数:';
|
|
$string['qnametitle'] = '问题名称';
|
|
$string['qtexttitle'] = '问题内容';
|
|
$string['reportanalysis'] = '单项分析报告';
|
|
$string['responsestitle'] = '答案内容';
|
|
|
|
?>
|