{% 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 NOT ask the instructor to change your grade at the END of the semester?

Please check ALL that applied.

{% formfield player.Q17_20 label=""%} {% formfield player.Q17_20_1 label=""%}

If you had asked the instructor to reconsider your grade, what do you believe to be the percent chance (%) of each of the following outcomes for your final grade would have been?

Please note that your answers need to sum to 100.

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

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