{% if not quizzes and not quiz %}
Quiz results
No quizzes available.
Available quizzes
-
{% for quiz in quizzes %}
- {{ quiz.description }} {% endfor %}
{{ quiz.description }} results
{% if papers %}
{#
{% else %}
Quiz: {{ quiz_name }}
#}Number of papers: {{ papers|length }}
Name | Username | Roll number | Institute | Questions answered | Total marks | Attempts |
---|---|---|---|---|---|---|
{{ paper.user.get_full_name.title }} | {{ paper.user.username }} | {{ paper.profile.roll_number }} | {{ paper.profile.institute }} | {{ paper.get_answered_str }} | {{ paper.get_total_marks }} | {{ paper.answers.count }} |
No answer papers so far.
{% endif %} {# if papers #} {% endif %} Admin