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

Did you ask for a grade change during the semester or at the end of the semester? (Please check ALL that apply.)

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

Why did you ask for a regrade? (Please check ALL that apply.)

{% formfield player.Q19 label=""%} {% formfield player.Q19_o label=""%}

BEFORE making the regrading request, what did you believe was the percent chance that the grade would have increased, decreased, or stayed the same as a result of the regrade request? (Please note that your answers need to sum to 100.)

As a RESULT of the regrading request, did the score of any course component (e.g. homework assignments, quizzes, exams, papers, etc.) increase, decrease, or stay the same?

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

AFTER asking the instructor to reconsider your grade, what was the final result of your grade in the course?

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

On a scale from 1 (not stressed at all) to 7 (extremely stressed), how stressed did you feel when you asked the instructor for a regrade?

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