{% 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 remaining). 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 5:
| {{ form.ia_g_1.0 }} {{ form.ia_g_1.0.label }} |
|
|
{{ form.ia_g_1.1 }} {{ form.ia_g_1.1.label }} |
|
| Your Payoff: |
165 |
|
Your Payoff: |
170 |
| Others’ Payoff: |
90 |
|
Others’ Payoff: |
50 |
Choice 6:
| {{ form.ia_g_2.0 }} {{ form.ia_g_2.0.label }} |
|
|
{{ form.ia_g_2.1 }} {{ form.ia_g_2.1.label }} |
|
| Your Payoff: |
145 |
|
Your Payoff: |
170 |
| Others’ Payoff: |
90 |
|
Others’ Payoff: |
50 |
Choice 7:
| {{ form.ia_g_3.0 }} {{ form.ia_g_3.0.label }} |
|
|
{{ form.ia_g_3.1 }} {{ form.ia_g_3.1.label }} |
|
| Your Payoff: |
125 |
|
Your Payoff: |
170 |
| Others’ Payoff: |
90 |
|
Others’ Payoff: |
50 |
Choice 8:
| {{ form.ia_g_4.0 }} {{ form.ia_g_4.0.label }} |
|
|
{{ form.ia_g_4.1 }} {{ form.ia_g_4.1.label }} |
|
| Your Payoff: |
105 |
|
Your Payoff: |
170 |
| Others’ Payoff: |
90 |
|
Others’ Payoff: |
50 |
{% next_button %}
{% endblock %}