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

Before continuing to the next part of the experiment, please answer the following questions {% formfield player.campusliving %} {% formfield player.roommate %} {% formfield player.floorsex %} {% formfield player.floorsexpref %} {% formfield player.environmentsex %} {% formfield player.environmentsexpref %}
Please list 3 reasons why you prefer a co-ed or single sex living environment? {% formfield player.prefreason1 %} {% formfield player.prefreason2 %} {% formfield player.prefreason3 %}

{% next_button %} {% endblock %}