{% extends 'base.html' %} {% block title %}Pending Reviews{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Review student submissions and provide feedback
Total Pending
{{ submissions|length }}
Comprehension
{{ submissions|selectattr('content_type', 'equalto', 'comprehension')|list|length }}
Speaking
{{ submissions|selectattr('content_type', 'equalto', 'speaking')|list|length }}
{{ submission.progress.student.email }}
Topic
{{ submission.progress.topic.title }}
Category
{{ submission.progress.topic.category }}
Waiting for Review
Submitted {{ submission.created_at.strftime('%A, %B %d at %I:%M %p') }}
{% endif %}There are no pending submissions to review at the moment. Great work staying on top of things!
Back to Dashboard