Submissions for {{ quiz.title }}

{% if submissions %}
{% csrf_token %} {% for submission in submissions %} {% endfor %}
Student Marks Submitted At Action AI Marks Submission
{% load static %} {% if submission.student.profile_picture %} Profile Picture {% else %} {% endif %} {{ submission.student }} {{ submission.submitted_at }} {{submission.ai_marks}} Download
{% else %}

No uploads yet by the students.

{% endif %}