{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please answer each of the questions below {% endblock %} {% block content %}
Please make sure that you answer all of the questions before clicking the NEXT button.
{% formfield player.age label="What is your current age?" %} {% formfield player.major label="What is your academic major?" %} {% formfield player.gender label="What is your preferred gender expression?" %} {% formfield player.nationality label="What is your race, nationality, or country of origin?" %} {% formfield player.strategy label="Did you adopt a specific strategy while participating today?" %} {% formfield player.strategydiscussion label="If so, please explain your strategy and how effective it was." %} {% formfield player.version label="Which version of the experiment did you prefer?" %} {% formfield player.versionexplain label="Please explain why you preferred that version." %} {% next_button %} {% endblock %}