{% 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 said you considered asking the instructor for a regrade but then did not actually ask the instructor. What was the reason for that? (Please check ALL that apply.)
{% formfield player.Q20 label=""%} {% formfield player.Q20_o label=""%}If you had asked the instructor for a regrade, what do you believe is the percent chance that your grade would have increased, decreased, or stayed the same? (Please note that your answers need to sum to 100.)
On a scale from 1 (not stressed at all) to 7 (extremely stressed), how stressed would you have felt if you had asked the instructor for a regrade?
{% formfield player.Q20_2 label="" %} {% next_button %} {% endblock %}