{% extends 'base.html' %} {% load staticfiles %} {% block nav_title %} Ready for an exam, captain? {% endblock nav_title %} {% block body_block %}
Name | Progress | {% for submission_type in submission_type_list %}
---|---|
{{ submission_type }} | {{ submission_type.submissions__feedback_list__count }} / {{submission_type.submissions__count}} |
Tutor | # of feedbacks | {% for tutor in tutor_list %}
---|---|
{{tutor.username}} | {{tutor.corrected_submissions__count}} |
Submission Type | Student | Score | Tutor | ||
---|---|---|---|---|---|
{% if feedback.final %} Final {% endif %} | {{ feedback.of_submission.type }} | {{ feedback.of_submission.student }} | {{ feedback.score }} / {{ feedback.of_submission.type.full_score }} |
{{ feedback.of_tutor}} | View Delete {% if not feedback.final %} Mark final {% else %} Undo {% endif %} |