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

Thanks for participating today's experiment! We're almost done. Please answer a few more questionrs while we are calculating your payoff. You can earn some additional points from this post-questionnaire. These points will be converted into cash at the same rate as the experiment.

1. You will be matched at random 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.

2. Check 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 row a 10-sided die based on the given probabilities to determine whether you get the higher or lower payoff of your chosen option.

{% formfield player.r1 label=""%} {% formfield player.r2 label=""%} {% formfield player.r3 label=""%} {% formfield player.r4 label=""%} {% formfield player.r5 label=""%} {% formfield player.r6 label=""%} {% formfield player.r7 label=""%} {% formfield player.r8 label=""%} {% formfield player.r9 label=""%} {% formfield player.r10 label=""%}

3. How old are you?

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

4. Are you male or female?

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

5. What is your ethnic background?

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

6. What is the main area of study?

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

7. What is your GPA?

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