Importar calificaciones

De MoodleDocs

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)


Las calificaciones se pueden importar como fichero CSV o XML.

El formato de fichero de importación es el mismo que el correspondiente formato de exportación.

Nota: La importación de calificaciones es equivalente a la calificación manual en el informe del calificador. De tal manera qeu si las calificaciones de una actividad de Moodle concreta -como por ejemplo una tarea- se importan, ya no podrán editarse a través de la página de envío de la tarea.

Importing grades

CSV grade import

To import grades into the gradebook:

  1. Decide on an import format - CSV or XML file (see below) - then export some grades using the corresponding export format.
  2. Edit the export file as appropriate and save it.
  3. Select your chosen import format from the gradebook dropdown menu.
  4. Browse and upload your previously saved file.
  5. Set options as required.
  6. Click the "Upload grades" button.
  7. CSV import only: Preview the grade import and choose the column mapping then click the "Upload grades" button to complete the grade import.

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 import

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

Remote file URL

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

CSV import

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

Encoding

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".

See also

Using Moodle forum discussions: