{% load static %}
| Quiz Title | Quiz started at: | Total Marks | Action |
|---|---|---|---|
| {{ quiz.title }} | {{ quiz.created_at }} | {{ quiz.total_marks }} | {% if user.is_teacher %}See Quiz See Submissions | {% endif %}
No quizzes available.
{% endif %} {% else %} {% if quizzes %}| Quiz Title | End Time | Created at: | Action | Download |
|---|---|---|---|---|
| {{ quiz.title }} | {{ quiz.end_time }} | {{ quiz.created_at }} | See Quiz |
No quizzes available.
{% endif %} {% endif %}