1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-01 14:32:48 +01:00

Polished and new translated some.

This commit is contained in:
mits 2004-09-18 11:11:00 +00:00
parent a67b519130
commit 18f3da253d
3 changed files with 8 additions and 10 deletions

@ -70,7 +70,7 @@
<li>課題モジュールでは、提出期限及び最大評価を設定することができます。</li>
<li>学生は提出物(どのようなフォーマットでも)をサーバにアップロードできます。アップロードしたファイルの提出日が記録されます。</li>
<li>提出期限を過ぎた提出は許可されますが、どれだけ遅れたか明確に教師に提示されます。</li>
<li>それぞれ特定の提出物に対して、1ページ内でクラス全体を評価(採点及びコメント)することができます。</li>
<li>提出物に対して、1ページ内でクラス全体を評価(採点及びコメント)することができます。</li>
<li>教師のフィードバックは、各学生の課題ページに追加され、その旨が学生にメール通知されます。</li>
<li>教師は、評価後に(再評価の為)課題を再提出させることができます。</li>
</ul>
@ -100,12 +100,10 @@
</ul>
<h3 >日誌モジュール</h3>
<ul>
<li>Journals are private between student and teacher.</li>
<li>Each journal entry can be directed by an open question.</li>
<li>For each particular journal entry, the whole class can be assessed on one
page in one form</li>
<li>Teacher feedback is appended to the journal entry page, and notification
is mailed out.</li>
<li>日誌は学生と教師の間のプライベートな活動です。</li>
<li>それぞれの日誌を自由回答質問により方向付けることができます。</li>
<li>各日誌エントリに対して、1ページ内でクラス全体を評価することができます。</li>
<li>教師のフィードバックは、各学生の日誌ページに追加され、その旨が学生にメール通知されます。</li>
</ul>
<h3 >小テストモジュール</h3>
<ul>

@ -1,5 +1,5 @@
<?PHP // $Id$
// journal.php - created with Moodle 1.5 unstable development (2004091100)
// journal.php - created with Moodle 1.5 unstable development (2004091700)
$string['alwaysopen'] = '常に利用可能';
@ -35,6 +35,6 @@ $string['startoredit'] = '
$string['thischarset'] = 'EUC-JP';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Japanese';
$string['viewallentries'] = '$a 件の登録済み日誌を見る';
$string['viewallentries'] = '$a 件の日誌エントリを表示する';
?>

@ -847,7 +847,7 @@ $string['scalescustom'] = '
$string['scalescustomcreate'] = '新しい尺度の追加';
$string['scalescustomno'] = '独自尺度はまだ作成されていません。';
$string['scalesstandard'] = '標準尺度';
$string['scalestip'] = '独自尺度を作成する為には、コース管理メニューにある\'尺度...\'を使用してください。';
$string['scalestip'] = '独自尺度を作成する為には、コース管理メニューにある「尺度..」\'を使用してください。';
$string['schedule'] = 'スケジュール';
$string['scheduledbackupstatus'] = 'バックアップスケジュール状態';
$string['search'] = '検索';