moodle/lang/ja/quiz_analysis.php

32 lines
1.2 KiB
PHP

<?PHP // $Id$
// quiz_analysis.php - created with Moodle 1.6 development (2005060201)
$string['analysisoptions'] = '分析オプション';
$string['analysistitle'] = '項目分析テーブル';
$string['attemptsall'] = '全ての受験';
$string['attemptselection'] = 'ユーザごとの分析対象';
$string['attemptsfirst'] = '最初の受験';
$string['attemptshighest'] = '最高評点';
$string['attemptslast'] = '最後の受験';
$string['dicsindextitle'] = '識別指数';
$string['disccoefftitle'] = '判別係数';
$string['downloadooo'] = 'OpenOfficeフォーマットでダウンロードする。';
$string['facilitytitle'] = '%%正解<br>ファシリティ';
$string['lowmarkslimit'] = '次の点数以下は分析しない:';
$string['pagesize'] = 'ページあたりの問題数';
$string['qcounttitle'] = 'Q. カウント';
$string['qidtitle'] = 'Q#';
$string['qnametitle'] = '問題名';
$string['qtexttitle'] = '問題テキスト';
$string['qtypetitle'] = 'Q. タイプ';
$string['quizreportdir'] = 'quiz_reports';
$string['rcounttitle'] = 'R.<br>カウント';
$string['reportanalysis'] = '項目分析レポート';
$string['responsestitle'] = '解答テキスト';
$string['rfractiontitle'] = '部分点';
$string['rpercenttitle'] = 'R.%%';
$string['stddevtitle'] = '標準偏差';
?>