{% extends "global/Page.html" %} {% load otree %} {% block title %} Demographic Survey {% endblock %} {% block content %}

For each of the following questions, please select the most relevant answer choice.

{% formfield player.s_1 label="1. What is your age in completed years?" %}

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

{% formfield player.s_3 label="3. What is your ethnicity?" %}

{% formfield player.s_4 label="4. What is your marital status?" %}

Click on the "Next" button below to submit your responses and go to the page showing the amount of money (in US$) you have earned from participating in this experiment.

{% next_button %} {% endblock %}