moodle/lang/zh_tw_utf8/quiz_analysis.php
koenr 3da548d112 A lot of new helpfiles and strings from Finjon Kiang
(however I'm not sure it's usefull with the upcoming utf8-(r)evolution)
2005-11-27 20:19:11 +00:00

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'] = '標準差';
?>