{% load otree %} {#{{ block title }}Survey{{ endblock }}#} {{ block content }} {#

We are interested in your opinions and experiences about certain aspects of young adult life.

#}

Please answer the following questions before the task.

{% if player.treatment == 'ethnicity' or player.treatment == 'race' %} {{ formfield 'ethnic_generations' }} {{ formfield 'ethnic_identify_strength' }} {# {{ formfield 'ethnicity' }}#} {#
#} {# {{ formfield 'ethnic_group_other' }}#} {#
#} {{ formfield 'ethnic_roommate_pref' }}

List two advantages of having a roommate of your own race/ethnicity. (Max 5 words each).

{{ formfield 'ethnic_adv_same_1' label='' }} {{ formfield 'ethnic_adv_same_2' label='' }}

List two advantages of having a roommate of a different race/ethnicity. (Max 5 words each).

{{ formfield 'ethnic_adv_diff_1' label='' }} {{ formfield 'ethnic_adv_diff_2' label='' }}
{% elif player.treatment == 'gender' %} {# {{ formfield 'gender' }}#} {{ formfield 'gender_identify_strength' }} {{ formfield 'gender_importance' }} {{ formfield 'gender_living_pref' }}

List two advantages of living in a mixed-sex setting. (Max 5 words each).

{{ formfield 'gender_adv_coed_1' label='' }} {{ formfield 'gender_adv_coed_2' label='' }}

List two advantages of living in a single-sex setting. (Max 5 words each).

{{ formfield 'gender_adv_single_1' label='' }} {{ formfield 'gender_adv_single_2' label='' }}
{% else %} {# {{ formfield 'control_age' }}#} {{ formfield 'control_cable_tv' }} {{ formfield 'control_roommate' }} {{ formfield 'control_roommate_pref' }}

List two advantages of living with a quiet roommate. (Max 5 words each).

{{ formfield 'control_adv_quiet_1' label='' }} {{ formfield 'control_adv_quiet_2' label='' }}

List two advantages of living with a social roommate. (Max 5 words each).

{{ formfield 'control_adv_social_1' label='' }} {{ formfield 'control_adv_social_2' label='' }}
{% endif %}
{{ next_button }}
{% if player.treatment == 'ethnicity' or player.treatment == 'race' %} {% endif %} {% if debug_autofill %} {% endif %} {{ endblock }}