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

Section 1. Course {{ player.round_number }} of the most recent {{Constants.num_rounds}} courses.

{% endblock %} {% block content %}

DURING the semester, why did you ask the instructor to change your grade?

Please check ALL that applied.

{% formfield player.Q18_10 label=""%} {% formfield player.Q18_10_1 label=""%}

BEFORE making the regrading request, what did you believe to be the percent chance (%) for each of the following outcomes, if you asked the instructor to consider changing your grade DURING the semester

Please note that your answers need to sum to 100.

{% formfield player.Q18_11_1 %} {% formfield player.Q18_11_2 %} {% formfield player.Q18_11_3 %}

AFTER asking the instructor to reconsider your grade, what was the final result of your regrade request DURING the semester? The grade was ___ (check one that applies).

{% formfield player.Q18_12 label=""%}

Between 0 (not stressed at all) to 10 (extremely stressed), how stressed did you feel when you asked the instructor to change your grade DURING the semester?

{% formfield player.Q18_13 label="" %} {% next_button %} {% endblock %}