評定のインポート

提供:MoodleDocs
移動先:案内検索

Moodle 1.9

作成中です - Mitsuhiro Yoshida

CSVまたはXMLファイルを使用して評定をインポートすることができます。

インポートファイルのフォーマットは、対応するエクスポートフォーマットと同じです。

注意: 評定のインポートは評定者レポートの手動評定と同じです。そのため、例えば課題モジュールのような特定のMoodle活動の評定がインポートされた場合、課題提出ページで評点を編集することができないようになります。


評定のインポート

CSV評定インポート

評定表に評定をインポートするには:

  1. インポートフォーマット (CSVまたはXMLファイル、以下を参照) を決定した後、対応するエクスポートフォーマットを使用して評定をエクスポートします。
  2. エクスポートファイルを適切に編集した後、保存してください。
  3. ヒント: あなたがエクスポートされたExcelファイルを開いた後、エクスポートファイルに存在しない新しいカラムが追加された場合、Moodleはインポートを拒否します。そのため、独自の新しいカラムをエクスポートファイルに追加しないようにしてください。
  4. Select your chosen import format from the gradebook dropdown menu.
  5. Browse and upload your previously saved file.
  6. Set options as required.
  7. Click the "Upload grades" button.
  8. CSV import only: Preview the grade import and choose the column mapping then click the "Upload grades" button to complete the grade import.
    1. Tip: By default "Map from" is set to First Name, and "Map to" to userid. Change both dropdowns to: "Email Address" to "useremail", or to "Id Number" to "useridnumber" (assuming that your users have ID number fields filled in in their profiles)

You need two permissions to import grades: (1) general permission to import grades and (2) permission to import grades in a particular format. For example, to import CSV grades you need

   moodle/grade:import ("Import grades") = Allow
   gradeimport/csv:view ("Import grades from CSV") = Allow

XMLインポート

XML import requires the numerical grade, activity idnumber and user idnumber.

リモートファイルURI

The remote file URL field is for fetching data from a remote server, such as a student information system.

CSVインポート

CSV import is more flexible than XML import, as you may choose the column mapping.

エンコーディング

If you are unsure of the encoding of your CSV file, try selecting the second option in the encoding dropdown menu. If you've used Excel to produce the CSV file the second option WINDOWS-xxx encoding is probably the correct one. The grade import preview will tell you if you guessed the encoding correctly.

Verbose scales

Scales can be either specified as a raw id - eg. 0, 1, 2, 3, etc. or as a string, eg. "good", "bad", "not very bad". The later format is called "verbose".

関連情報

Using Moodle forum discussions: