{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
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 grade change? (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 been 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, was the score on the course component (e.g. homework assignments, quizzes, exams, papers, etc.) that was regraded increased, decreased, or stayed the same?
{% formfield player.Q19_2 label=""%}AFTER asking the instructor to reconsider your grade, what was the final result of your regrade request? (Please check one that applied.)
{% formfield player.Q19_3 label=""%}Between 0 (not stressed at all) and 10 (extremely stressed), how stressed did you feel when you asked the instructor to change your grade at the END the semester?
{% formfield player.Q19_4 label=""%} {% next_button %} {% endblock %}