Esportare valutazioni: differenze tra le versioni

Da MoodleDocs.
Nessun oggetto della modifica
Riga 1: Riga 1:
{{Valutazioni}}
{{Valutazioni}}
{{Attenzione|Pagina in costruzione. I link in rosso indicano una pagina non ancora disponibile.}}
{{Attenzione|Pagina in costruzione. I link in rosso indicano una pagina non ancora disponibile.}}
Grades can be exported to Excel spreadsheet, OpenDocument spreadsheet, plain text file or XML file, or published via a URL.
Le valutazioni possono essere esportate in fogli elettronici Excel o OpenDocument, file di testo o XML o pubblicati tramite URL.


''Grade export is NOT intended for students.''
''L'esportazione delle valutazioni NON è destinata agli studenti.''
 
==Come esportare le valutazioni==
[[Image:gradexportupdated.png|thumb|Esportare valutazioni]
Per esportare le valutazioni dal [[Registro valutatore]]:
#Scegliere un formato di esportazione dalla scheda ''Esporta'' del Registro valutatore accessibile dal menù di navigazione laterale alla voce ''Valutazioni'' o dal [[Blocco Amministrazione]] alla voce ''Impostazione registro valutatore > Esporta''.
#Impostare le opzioni come richiesto.
#Se il corso utilizza i [[Gruppi]], scegliere se esportare le valutazioni di tutti i [[Partecipanti]] o di un gruppo in particolare.
#Selezionare gli elementi di valutazione che devono essere inclusi.
{{Nota|Per l'esportazione in formato XML, tutte le attività necessitano di codici identificativi. Il campo del codice identificativo va inserito nella sezione ''Impostazioni comuni'' nelle Impostazioni delle attività.}}
#Cliccare sul pulsante ''Scarica''.


==How to export grades==
[[Image:gradexportupdated.png|thumb|Grade export]]
To export grades from the gradebook:
# Choose an export format from the gradebook dropdown menu or in the Administration block under ''Grade administration > Export''.
# Set options as required.
# If the course uses groups, select whether to export grades for all participants or for a particular group.
# Select the grade items to be included. Note that ID numbers are required for all activities for XML file export. An ID number field can be found in the common module settings for each activity.
# Click the export button.


==XML file export==
==XML file export==

Versione delle 18:54, 19 mar 2019

Attenzione: Pagina in costruzione. I link in rosso indicano una pagina non ancora disponibile.


Le valutazioni possono essere esportate in fogli elettronici Excel o OpenDocument, file di testo o XML o pubblicati tramite URL.

L'esportazione delle valutazioni NON è destinata agli studenti.

Come esportare le valutazioni

[[Image:gradexportupdated.png|thumb|Esportare valutazioni] Per esportare le valutazioni dal Registro valutatore:

  1. Scegliere un formato di esportazione dalla scheda Esporta del Registro valutatore accessibile dal menù di navigazione laterale alla voce Valutazioni o dal Blocco Amministrazione alla voce Impostazione registro valutatore > Esporta.
  2. Impostare le opzioni come richiesto.
  3. Se il corso utilizza i Gruppi, scegliere se esportare le valutazioni di tutti i Partecipanti o di un gruppo in particolare.
  4. Selezionare gli elementi di valutazione che devono essere inclusi.
Nota: Per l'esportazione in formato XML, tutte le attività necessitano di codici identificativi. Il campo del codice identificativo va inserito nella sezione Impostazioni comuni nelle Impostazioni delle attività.


  1. Cliccare sul pulsante Scarica.


XML file export

To export grades to XML file, you need to ensure that:

  • Users have ID numbers (an optional field in the user profile)
  • Activities have ID numbers (an optional field in the common module settings)

Export new or updated grades only

To export only new or updated grades you need to enable XML File in Grades > General settings > Primary grade export methods (gradeexport).

After this setting has been enabled, the XML File option will then set and use a "last exported" field for every grade. The result will export the records with the <state> tag being identified as new or regraded.

This means the report will track the last exported date. If you export and then try again, it will not show any results because there are no new or updated grades since the last export.

Default grade export settings

The grade export display type and grade export decimal points site-wide defaults may be set by an administrator in Site administration > Grades > General settings.

User profile fields export

An administrator can specify user profile fields and custom profile fields to be included in the grade export in Site administration > Grades > General settings.

Grade publishing

File:grade publishing options.png
Grade publishing options

Grade publishing is a way of importing and exporting grades via a URL without being logged in to Moodle. Grade publishing is intended for administrators only, due to the security implications.

Grade publishing is disabled by default. It can be enabled by an administrator by checking the gradepublishing box in Administration > Site administration > Grades > General settings. Users with grade publishing capabilities (normally managers only) will then be able to access the grade publishing options.

To publish grades from the gradebook:

  1. Follow the first four steps above for 'How to export grades'.
  2. In the grade publishing options, choose 'Create a new user key' or select a key generated previously.
  3. Click the export button. A download URL will then be displayed.

Privilegi di esportazione delle valutazioni

Suggerimenti e trucchi

  • Export grades in a spreadsheet format. Then copy and paste that information into another file that has worksheet ("raw grades"). Create other worksheets which are custom reports which take their data from "raw grades". This works if graded activities are not moved around to different positions in the course. This allows you to create a standard printed report(s). For example a compact landscape report of all students and all grades for each activity, a report of just quizes, another of lessons, another of assignments. A pivot table of students by scores, generated from a report worksheet, which gets its data from the raw data.
  • Mailmerge exported grades into custom documents. For example, a document that is given to a department to file as a proof of training, with scores for every subject quiz.

Vedere anche

  • (EN) Gradebook export - documentazione per sviluppatori.
  • (EN) MDL-44923 per informazioni sull'impostazione Esporta solo valutazioni nuove o aggiornate