{% extends 'base.html' %} {% load staticfiles %} {% block nav_title %} Student Exam View {% endblock nav_title %} {% block body_block %}
Submission Type | Score | {% for submission in submission_list %} | |
---|---|---|---|
{% if submission.seen %} Seen {% endif %} | {{ submission.type }} |
{% with submission.feedback_list.all|first as feedback %}
{% if feedback.final %}
{% else %}
No Feedback
{% endif %}
{% endwith %}
|
View |