{% extends 'main/base.html' %} {% load static %} {% block scripts %} {% endblock scripts %} {% block title %} {{qb.topic}} {% endblock %} {% block content %}

{{qb.topic}}

go back {% if request.user.userprofile.instructor_id != "" %} Statistics {% endif %}

For submitting, make sure the user your logged into is a student (i.e. has student_id filled when registered).

Closed

Open

Not available

{% endblock %}