When you initiate calculations to grade student work, a process starts on the edX servers. The complexity of your grading configuration and the number of students enrolled in your course affect how long this process takes. You can download the calculated grades in a CSV (comma-separated values) file when the grading process is complete. You cannot view student grades on the Instructor Dashboard.
For any course, you can generate grades and then download a file with the
results for each enrolled student.
When you initiate calculations to grade student work, a process starts on the
edX servers. The complexity of your grading configuration and the number of
students enrolled in your course affect how long this process takes. You can
download a report of the calculated grades in a CSV (comma-separated values)
file when the grading process is complete.
For courses with fewer than 200 students enrolled, you also have the option to
review student grades on the Instructor Dashboard. See :ref:`gradebook`.
To generate grades for the students who are currently enrolled in your course:
To generate the grade report for the students who are currently enrolled in your
course:
#. View the live version of your course.
#. Click **Instructor**, then click **Data Download**.
#. Click **Instructor**, then click **Data Download**.
#. To start the grading process, click **Generate Grade Report**.
A status message indicates that the grading process is in progress. This process can take some time to complete, but you can navigate away from this page and do other work while it runs.
A status message indicates that the grading process is in progress. This
process can take some time to complete, but you can navigate away from this
page and do other work while it runs.
4. To track the progress of the grading process, reload the page in your browser and scroll down to the **Pending Instructor Tasks** section.
4. To track the progress of the grading process, reload the page in your browser
and scroll down to the **Pending Instructor Tasks** section.
==========================================
Download Grades for Enrolled Students
...
...
@@ -107,7 +123,7 @@ The CSV file contains one row of data for each student, and columns that provide
* Student identifiers, including an internal **id**, **email** address, and **username**.
* **grade**, with the total score a student has currently attained in the course. This value is expressed as a decimal: a student with a grade of 0.65 has earned 65% of the credit in the course, and a student with a grade of 1 has earned 100%.
* The overall **grade**, with the total score a student has currently attained in the course. This value is expressed as a decimal: a student with a grade of 0.65 has earned 65% of the credit in the course, and a student with a grade of 1 has earned 100%.
* Each **{assignment type} {number}** defined in your grading configuration, with the score a student attained for that specific assignment. For example, column HW 03 shows the scores for the third homework assignment.
...
...
@@ -115,6 +131,53 @@ The CSV file contains one row of data for each student, and columns that provide
.. note:: The grade reports do not include information about individual questions within the assignments, or include student answer distributions.