Quiz App Admin Dashboard

Quiz Attempts
{% for attempt in attempts %} {% endfor %}
User Test Score Date Actions
{{ attempt.user.username }} {{ attempt.user.username }}
{{ attempt.test_name }} {{ attempt.score }} {{ attempt.timestamp.strftime('%b %d, %Y %H:%M') }}
Test Distribution
Score Statistics