{% extends "global/Page.html" %} {% load otree static %} {% block title %} Student Survey.

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 been improved, decreased, or stayed the same? Please note that your answers need to sum to 100.

Between 0 (not stressed at all) to 10 (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 %}