{% extends "global/Page.html" %} {% load otree static %} {% block title %} Page title {% endblock %} {% block content %}
In this page, you are asked to provide some information about yourself (your sex and your undergraduate major). Your responses are completely confidential and anonymous.
{% formfield player.sex label="Your sex" %} {% formfield player.major label="Your major" %} {% next_button %} {% endblock %}