{% 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 X is higher in the game, were you more likely or less likely to choose to look and why?

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

Please write down the reason(s):

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



Question 2-6 are not related to the game.

2. 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=""%}

3. Are you male or female?

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

4. What is your ethnic background?

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

5. What is the main area of study?

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

6. What is your GPA?

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