{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Section 1. Course {{ player.round_number }} of the most recent {% if num_class >= Constants.num_rounds %} {{Constants.num_rounds}} {% else %} {{ num_class }} {% endif %} course(s).
{% endblock %} {% block content %}You reported that you considered approaching or actually approached an instructor with a regrade request in {{ num_class }} class(es). The questions below are for the {% if player.round_number == 1 %} {% elif player.round_number == 2 %} second {% else %} third {% endif %} most recent instance where this happened.
Questions on this page is related to Class No. {{ player.round_number }}.
{% formfields %} {% next_button %} {% endblock %}