{% extends "global/Page.html" %} {% load otree static %} {% block title %} Part 4 (continued) {% endblock %} {% block content %}
Please fill out the following questions, and then you will have completed this session.
{% formfield player.age %} {% formfield player.gender %} {% formfield player.gender_self_select label="Please self-report your gender if you selected that option"%} {% formfield player.study label="Which of the following best describes your degree or program?"%} {% formfield player.econ_classes %} {% formfield player.years label="How many years of university study have you completed? Enter 0 if in first year." %} {% formfield player.GPA %} {% next_button %} {% endblock %}