{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Questionnaire: Page {% if round_num == 1 %} 1/3 {% elif round_num == 2 %} 2/3 {% elif round_num == 3 %} 3/3 {% endif %} {% endblock %} {% block content %}
{% formfield player.q_1_school label="(1) What school are you part of:"%}
{% formfield player.q_2_status label="(2) What is your status at PSU"%}
{% formfield player.q_3_GPA label="(3) If you are a student here what is your current GPA (if you are not student or you have not received any grades yet, enter 0)"%}
{% formfield player.q_4_terms label="(4) If you are an undergraduate student, what year are you?"%}
{% elif round_num == 2 %}(1) On a scale from 1 to 9 (1 being very easy and 9 being very difficult), please indicate how difficult you found each of those tasks (you may assign the same number to multiple tasks).
| Task 1 | {% formfield player.q_5_task_1 label=""%} |
| Task 2 | {% formfield player.q_5_task_2 label=""%} |
| Task 3 | {% formfield player.q_5_task_3 label=""%} |
| Task 4 | {% formfield player.q_5_task_4 label=""%} |
| Task 5 | {% formfield player.q_5_task_5 label=""%} |
| Task 6 | {% formfield player.q_5_task_6 label=""%} |
| Task 7 | {% formfield player.q_5_task_7 label=""%} |
| Task 8 | {% formfield player.q_5_task_8 label=""%} |
{% formfield player.q_6_confusing label="(1) Did you find anything confusing in the study?"%}
{% formfield player.q_7_feedback label="(2) Do you have any feedback for the researcher?"%}
{% endif %}