{% extends "global/Page.html" %} {% load staticfiles otree %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block title %} Survey {% endblock %} {% block content %}
The information you enter in this survey will be kept strictly confidential and will not be linked to your identity.

1. What is your gender?

{% formfield player.s1 label=None %}

2. What is your age?

{% formfield player.s2 label=None %}

3. What is your field of study?

{% formfield player.s3 label=None %}

4. What is the zip code you grew up in?

{% formfield player.s4 label=None %}

5. Do you or your family usually donate to charities?

{% formfield player.s5 label=None %}

6. Are you working now?

{% formfield player.s6 label=None %}

7. On a scale from 1 to 10, with 1 being the lowest and 10 being the highest, how much do you care about the missions of the charity of your choice?

1

10

{{ s7_initial }}

{% if pub_90_don != 0 %}

8. Which situation would you prefer?

{% formfield player.s8 label=None %}
{% endif %}

{{ q9 }}. If Alex donated $20 without any rebate, split 10 points between the following states. You should assign more points to the statement that you agree more on. Alex is donating because they care about:

the charity and its mission

the rebate

{{ s9_l }}

{{ s9_r }}

{{ q10 }}. If Alex donated $20 with a rebate of 5%, split 10 points between the following states. You should assign more points to the statement that you agree more on. Alex is donating because they care about:

the charity and its mission

the rebate

{{ s10_l }}

{{ s10_r }}

{{ q11 }}. If Alex donated $20 with a rebate of 95%, split 10 points between the following states. You should assign more points to the statement that you agree more on. Alex is donating because they care about:

the charity and its mission

the rebate

{{ s11_l }}

{{ s11_r }}

{% endblock %}