~ubuntu-branches/ubuntu/dapper/moodle/dapper-backports

« back to all changes in this revision

Viewing changes to lang/ja_utf8/quiz_analysis.php

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2006-12-01 14:00:21 UTC
  • mfrom: (6.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061201140021-rivugg5tgx6mujzg
Tags: 1.6.3-1ubuntu1~dapper1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

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