mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<?PHP // $Id$
|
|
// quiz_analysis.php - created with Moodle 1.5.2 (2005060220)
|
|
|
|
|
|
$string['analysisoptions'] = '分析選項';
|
|
$string['analysistitle'] = '項目分析表';
|
|
$string['attemptsall'] = '所有作答次數';
|
|
$string['attemptselection'] = '每位學生分析的次數';
|
|
$string['attemptsfirst'] = '第一次作答';
|
|
$string['attemptshighest'] = '最高成績';
|
|
$string['attemptslast'] = '最後一次作答';
|
|
$string['dicsindextitle'] = '降幂<br />索引';
|
|
$string['disccoefftitle'] = '降幂<br />共變數';
|
|
$string['downloadooo'] = '下載為OpenOffice格式';
|
|
$string['facilitytitle'] = '%% 正確<br>功能';
|
|
$string['lowmarkslimit'] = '如果分數低於此值,不要分析:';
|
|
$string['pagesize'] = '每頁的問題數:';
|
|
$string['qcounttitle'] = 'Q.次數';
|
|
$string['qidtitle'] = 'Q#';
|
|
$string['qnametitle'] = '問題';
|
|
$string['qtexttitle'] = '問題內容';
|
|
$string['qtypetitle'] = '問題型式';
|
|
$string['quizreportdir'] = '報告';
|
|
$string['rcounttitle'] = 'R.<br />次數';
|
|
$string['reportanalysis'] = '項目分析報告';
|
|
$string['responsestitle'] = '答案';
|
|
$string['rfractiontitle'] = '部分<br />credit';
|
|
$string['rpercenttitle'] = 'R.%%';
|
|
$string['stddevtitle'] = '標準差';
|
|
|
|
?>
|