{% extends "global/Page.html" %} {% load otree %} {% block title %} Question {{ group.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}
You are the Student.
The Instructor is {{partner_name}} who is {{partner_sex}}.
{% formfield group.submitted_answer label=group.question %} {% formfield group.confidence %} {% next_button %} {% endblock %}