{% extends "global/Page.html" %} {% load otree static %} {% block title %} Pre-Exercise Survey {% endblock %} {% block content %}

Directions: Kindly provide the information listed in the fields below.


{% formfield player.age label = "Please enter your current age." %} {% formfield player.gender label = "Please indicate the gender you most identify with." %} {% formfield player.education label = "Please indicate your highest educational attainment." %} {% formfield player.political label = "Do you have a degree in Political Science or related fields?" %} {% formfield player.computer label = "Do you have a degree in Computer Science or related fields?" %} {% formfield player.hospital label = "Did you or a family member recently visit the hospital for medical treatment?" %}


{% endblock %}