{% extends "global/Page.html" %} {% load otree %} {% block title %} Questionnaire Part 2 {% endblock %} {% block content %}
Please enter the following information. This survey results are used for only research purpose and you may refuse to answer any questions.

{% formfield player.age label="1. In what year were you born?" %}

{% formfield player.gender label="2. What is your gender?" %}

{% formfield player.edu label="3. What is the highest degree or level of school you have completed? If currently enrolled, mark the previous grade or highest degree received." %}

{% formfield player.job label="4. Are you currently" %}

{% formfield player.income label="5. What is your income?" %}

{% formfield player.exp label="6. How many years of work experience do you have?" %}

{% formfield player.ethnic label="7. What is your ethnic group?" %}

{% next_button %} {% endblock %}