{% 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 never ask the instructor to change your grade on any course component ?

Please check ALL that applied.

{% formfield player.Q18_20 label=""%} {% formfield player.Q18_20_1 label=""%}

If you had asked the instructor to reconsider your grade, what do you believe the percent chance of each of the following outcomes for your grade would have been DURING the semester?

Please note that your answers need to sum to 100.

{% formfield player.Q18_21_1 %} {% formfield player.Q18_21_2 %} {% formfield player.Q18_21_3 %}

Between 0 (not stressed at all) to 10 (extremely stressed), how stressed would you have felt if you has asked the instructor to change your grade DURING the semester?

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