mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Polished.
This commit is contained in:
parent
cbc83a240e
commit
ae38304ef5
@ -10,7 +10,7 @@ Paul Shew(http://ac.shew.jp)
|
||||
Thomas N. Robb(http://www.kyoto-su.ac.jp/~trobb/)
|
||||
Timothy Takemoto(http://www.eigodaigaku.com)
|
||||
Toshihiro Kita(http://t-kita.net/)
|
||||
|
||||
Minoru Akiyama
|
||||
|
||||
All files are written in EUC-JP.
|
||||
Any suggestion for Japanese version, feel free to contact me.
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif"> <B>小テスト</B></P>
|
||||
<UL>
|
||||
<P>このモジュールでは教師が複数選択方式、○×式、記述式の小テストを作成することが出来ます。これらの質問は分類されたデータベースに保存され、コース間にまたがって再利用することが出来ます。小テストには複数回の挑戦が可能です。それぞれの挑戦は自動的に記録され、教師はフィードバックを与えたり、正解を表示することも出来ます。このモジュールには評価システムが含まれます。</P>
|
||||
<P>このモジュールでは教師が多肢選択方式、○×式、記述式の小テストを作成することが出来ます。これらの質問は分類されたデータベースに保存され、コース間にまたがって再利用することが出来ます。小テストには複数回の挑戦が可能です。それぞれの挑戦は自動的に記録され、教師はフィードバックを与えたり、正解を表示することも出来ます。このモジュールには評価システムが含まれます。</P>
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/choice/icon.gif"> <B>選択</B></P>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<?PHP // $Id$
|
||||
// lesson.php - created with Moodle 1.4 development (2004060400)
|
||||
// lesson.php - created with Moodle 1.4 development (2004062600)
|
||||
|
||||
|
||||
$string['actionaftercorrectanswer'] = '正解後の動作';
|
||||
$string['addabranchtable'] = '分岐表の追加';
|
||||
$string['addanendofbranch'] = '分岐終了の追加';
|
||||
$string['addaquestionpage'] = '質問ページの追加';
|
||||
$string['answer'] = '豺批';
|
||||
$string['answer'] = '選択肢';
|
||||
$string['answersfornumerical'] = '数字の質問に対する解答は最大値及び最小値の範囲内に入る必要があります。';
|
||||
$string['attempt'] = '挑戦: $a';
|
||||
$string['attempts'] = '挑戦';
|
||||
@ -66,7 +66,7 @@ $string['pleasematchtheabovepairs'] = '
|
||||
$string['questionoption'] = '質問オプション';
|
||||
$string['questiontype'] = '質問タイプ';
|
||||
$string['redisplaypage'] = '再表示';
|
||||
$string['response'] = '手批';
|
||||
$string['response'] = 'フィードバック';
|
||||
$string['sanitycheckfailed'] = '正当性チェックが失敗しました: この挑戦は削除されました';
|
||||
$string['savepage'] = 'ページの保存';
|
||||
$string['showanunansweredpage'] = '未解答のページを表示';
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// quiz.php - created with Moodle 1.4 development (2004060400)
|
||||
// quiz.php - created with Moodle 1.4 development (2004062600)
|
||||
|
||||
|
||||
$string['acceptederror'] = 'エラー範囲';
|
||||
@ -118,7 +118,7 @@ $string['missingword'] = '
|
||||
$string['modulename'] = '小テスト';
|
||||
$string['modulenameplural'] = '小テスト';
|
||||
$string['multianswer'] = '隠し解答方式(Cloze)';
|
||||
$string['multichoice'] = '剩眶联买数及';
|
||||
$string['multichoice'] = '驴昏联买数及';
|
||||
$string['name'] = '名称';
|
||||
$string['noanswers'] = '解答が選択されていません!';
|
||||
$string['noattempts'] = 'この小テストは解答されていません';
|
||||
@ -188,6 +188,7 @@ $string['timecompleted'] = '
|
||||
$string['timeleft'] = '残り時間';
|
||||
$string['timelimit'] = '制限時間';
|
||||
$string['timelimitexeeded'] = '申し訳ございません! クイズの制限時間を経過しました!';
|
||||
$string['timesup'] = '箕粗姜位!';
|
||||
$string['timetaken'] = '所要時間';
|
||||
$string['toomanyrandom'] = '要求されたランダム方式の質問数は、このカテゴリに含まれている数($a)より多くなっています!';
|
||||
$string['true'] = '○';
|
||||
|
Loading…
x
Reference in New Issue
Block a user