{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Socio-Demographic Questions {% endblock %} {% block content %}
The experiment is about to finish. Please, take a minute to fill in the personal information below:
| Gender: | {% formfield player.gender label='' %} |
| Age (years): | {% formfield player.age label='' %} |
| Highest level of education: | {% formfield player.education label='' %} |
| Employment status: | {% formfield player.status label='' %} |
| Have you ever filed an income tax form? | {% formfield player.taxSA label='' %} |
| What is your gross yearly income? (approximate, USD) | {% formfield player.realincome label='' %} |
| How much do you pay for Income Tax? | {% formfield player.realtaxes label='' %} |
| Where do you think your level of income ranks within USA population? | {% formfield player.quintile label='' %} |
After completing this form you will see your results and final earnings.
{% next_button %} {% endblock %}