{% extends "base.html" %} {% block title %}{{section.label}} (instructor){% endblock %} {% block bodyclass %}instructor module-{{module.slug}}{% endblock %} {% block bodyid %}section-{{section.id}}{% 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 %}