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

Gender

{% formfield player.Gender label=''%}

Age

{% formfield player.Age label=''%}

Ethnicity

{% formfield player.Ethnicity label=''%}

Education

{% formfield player.Education label=''%}

Have you encountered any issues or were confused about anything? Please tell us a bit about your comments

{% formfield player.OpenQ3 label=''%}
{% next_button %} {% endblock %}