{% extends "base.html" %} {% block title %}{{section.label}} (instructor){% endblock %} {% block sidenav %}
{% endblock %} {% block content %} student view of page{{submission.user.first_name}} {{submission.user.last_name}} ({{submission.user.username}}) | {{submission.submitted}} |
---|---|
Question {{response.question.ordinality}}: {{response.question.text}} | {{response.value}} |
no submissions
{% endif %} {% endfor %} {% else %}no quizzes on this page
{% endif %}