{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Questionnaire: Page {{round_num}}/2 {% endblock %} {% block content %}

Please, answer the questions below:


{% if round_num == 1 %}

{% 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 a 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?"%}


{% formfield player.q_age label="(5) Age:"%}


{% formfield player.q_gender label="(6) What gender do you identify with?"%}

{% elif round_num == 2 %}

{% 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 %}
{% next_button %}
{% endblock %} {% block styles %} {% endblock %}