{% extends "global/Page.html" %} {% load otree %} {% block title %} Demographic Questions {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}
Please answer some questions about yourself to complete this study.
{% formfield 'gender' %} {% formfield 'ethnic' %} {% formfield 'age' %} {% formfield 'education' %} {% formfield 'marital' %} {% formfield 'income' %} {% formfield 'percentProlific' %} {% formfield 'state' %}After you answer the questions, click "Next."
{% endblock %}