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


{% formfield player.gender %}


{% formfield player.age %}

3. How do you identify ethnically? (Select all that apply)

{{ for field in C.Ethnic }}
{{ endfor }}


{% formfield player.student %}


{% formfield player.child %}

{% endblock %}