{% 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 %}

Why did you ask for a grade change at the END of the semester?

Please check ALL that applied.

{% formfield player.Q17_10 label=""%} {% formfield player.Q17_10_1 label=""%}

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

Please note that your answers need to sum to 100.

{% formfield player.Q17_11_1 %} {% formfield player.Q17_11_2 %} {% formfield player.Q17_11_3 %}

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

{% formfield player.Q17_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 at the END the semester?

{% formfield player.Q17_13 %} {% next_button %} {% endblock %}