{% extends "global/Page.html" %} {% load otree %} {% block title %} Survey {% endblock %} {% block content %}

Please indicate how you would distribute points between you and another person in the following situations (4 decisions in total). These situations are hypothetical so your choices will not affect your/other's payoff for this study.

For each decision question, you will face two options, each involving two amounts: one is the amount of payoff for yourself, the other is the amount of the payoff for another participant. For example, if you choose Option B in the example below, this means that you get 10 points while the other participant earns 0 points.

Example:
Option A Option B
Your Payoff:      20              Your Payoff:      10
Others’ Payoff:      20              Others’ Payoff:      0

Choice 1:
{{ form.ia_e_1.0 }} {{ form.ia_e_1.0.label }} {{ form.ia_e_1.1 }} {{ form.ia_e_1.1.label }}
Your Payoff:      105              Your Payoff:      100
Others’ Payoff:      150              Others’ Payoff:      260

Choice 2:
{{ form.ia_e_2.0 }} {{ form.ia_e_2.0.label }} {{ form.ia_e_2.1 }} {{ form.ia_e_2.1.label }}
Your Payoff:      85              Your Payoff:      100
Others’ Payoff:      150              Others’ Payoff:      260

Choice 3:
{{ form.ia_e_3.0 }} {{ form.ia_e_3.0.label }} {{ form.ia_e_3.1 }} {{ form.ia_e_3.1.label }}
Your Payoff:      65              Your Payoff:      100
Others’ Payoff:      150              Others’ Payoff:      260

Choice 4:
{{ form.ia_e_4.0 }} {{ form.ia_e_4.0.label }} {{ form.ia_e_4.1 }} {{ form.ia_e_4.1.label }}
Your Payoff:      45              Your Payoff:      100
Others’ Payoff:      150              Others’ Payoff:      260

{% next_button %} {% endblock %}