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

You can earn some additional points from this post-questionnaire. Every 10 points you earned from the post-questionnaire will be converted into $1.

1. When you wore a green hat in the game, which color of hat did you choose to talk with more often and why?

{% formfield player.strategy_g label=""%}

Please write down the reason(s):

{% formfield player.why_g label=""%}

2. When you wore a yellow hat, which color of hat did you choose to talk with more often and why?

{% formfield player.strategy_y label=""%}

Please write down the reason(s):

{% formfield player.why_y label=""%}

3. When you wore a green hat and were matched with people with a green hat, did you reveal the true color of your ball and why?

{% formfield player.strategy_gg label=""%}

Please write down the reason(s):

{% formfield player.why_gg label=""%}

4. When you wore a green hat and were matched with people with a yellow hat, did you reveal the true color of your ball and why?

{% formfield player.strategy_gy label=""%}

Please write down the reason(s):

{% formfield player.why_gy label=""%}

5. When you wore a yellow hat and were matched with people with a yellow hat, did you reveal the true color of your ball and why?

{% formfield player.strategy_yy label=""%}

Please write down the reason(s):

{% formfield player.why_yy label=""%}

6. When you wore a yellow hat and were matched with people with a green hat, did you reveal the true color of your ball and why?

{% formfield player.strategy_yg label=""%}

Please write down the reason(s):

{% formfield player.why_yg label=""%}

7. You will be matched with another participant in this room. You (and only you) can decide how much of 10 points you want to share with this participant. The rest of the points will be added to your account. The decision is anonymous. Please make your decision below:

{% formfield player.share label="I will share"%}

Please enter a number between 0 and 10.

8. Please choose whether you prefer option A or option B in following 10 scenarios. After you made your decisions, one scenario will be randomly chosen. Then the computer will roll a 10-sided die based on the given chance to determine whether you get the higher or lower payoff of your chosen option.

Scenario 1: {% formfield player.r1 label=""%}

Scenario 2: {% formfield player.r2 label=""%}

Scenario 3: {% formfield player.r3 label=""%}

Scenario 4: {% formfield player.r4 label=""%}

Scenario 5: {% formfield player.r5 label=""%}

Scenario 6: {% formfield player.r6 label=""%}

Scenario 7: {% formfield player.r7 label=""%}

Scenario 8: {% formfield player.r8 label=""%}

Scenario 9: {% formfield player.r9 label=""%}

Scenario 10: {% formfield player.r10 label=""%}

9. Are you male or female?

{% formfield player.gender label=""%}

10. What is your ethnic background?

{% formfield player.ethnicity label=""%}

11. What is the main area of study?

{% formfield player.major label=""%}

12. What is your GPA?

{% formfield player.gpa label=""%}

13. How often do you talk about politics with your parents on average?

{% formfield player.parents_politics label=""%}

14. How would you identify your political party?

{% formfield player.party label=""%}

15. How would you identify your political ideology?

{% formfield player.ideology label=""%}

16. How would you identify your parents' political party?

{% formfield player.parents_party label=""%}

Please choose two if the answers for your mother and father are different.

17. How would you identify your parents' political ideology?

{% formfield player.parents_ideology label=""%}

Please choose two if the answers for your mother and father are different.

18. How often do you talk about politics with your friends who are republicans?

{% formfield player.friends_repu label=""%}

19. How often do you talk about politics with your friends who are democrats?

{% formfield player.friends_demo label=""%}

20. How often do you talk about politics with your friends who are independent?

{% formfield player.friends_inde label=""%}

21. Please list all the websites, TV stations, radio stations, and other sources you receive your political information from.

{% formfield player.media label=""%}

{% next_button %} {% endblock %}