{% extends "base/base.html" %} {% load static %} {% block title %} Spreadsheets and Reports {% endblock title %} {% block page_heading %} Spreadsheets and Reports {% endblock page_heading %} {% block main_content %} {% if all_marked %}
All questions have been graded. Please confirm with your TAs that marking is complete.
{% else %}
Marking is not complete. Any spreadsheet or report you download will be incomplete.
{% endif %}
Download a .csv of student grades.
{% csrf_token %}

Download a .csv of TA marking information.
{% csrf_token %}

Download a .csv of annotation information.
{% csrf_token %}

Reports for students

These reports contain some minimal information about mark distributions for each question and the total. The reports are produced when the papers are reassembled.

The reports are unique to each student as they also indicate where the student's results appear in each distribution. If Question-Tags are used then the report will also include a description of those tags and information about how the student has performed in questions with those tags.

go to reassembly page
Main Report

{% csrf_token %}
{% for graph in graph_list %}
{% endfor %}
{% endblock main_content %}