{% block title %} Questionnaire 3 {% endblock %} {% block content %} {{ if player.third == 1 }}


1. From the viewpoint of a neutral uninvolved arbitrator, what is the fair amount of tokens that you should contribute to the project?

{% if player.type == "low" %} (Your response should be a number between 0 and 10 tokens.)

{% else %} (Your response should be a number between 0 and 30 tokens.) {% endif %} {% formfield player.fair_contribute %}


2. From the viewpoint of a neutral uninvolved arbitrator, what is the fair amount of tokens that the other group member should contribute to the project?

{% if player.type == "low" %} (Your response should be a number between 0 and 30 tokens.)

{% else %} (Your response should be a number between 0 and 10 tokens.) {% endif %} {% formfield player.other_fair_contribute %} {{ elif player.third == 2 }}

Please enter your estimate of the percentage of participants, who participated in this experiment, will make the contribution decisions below. If your estimate is correct, you will earn extra 20 points. For every percentage point you deviate from the correct percentage, your payoff will be reduced by 1 point. You will receive a minimum of 0 points. (Please note that the percentage does not necessarily add up to 100 percent).

For participants endowed with 10 tokens in this experiment:

What percentage of participants contributed 0 tokens? {{ formfield player.p_10_0 }} What percentage of participants contributed 5 tokens? {{ formfield player.p_10_5 }} What percentage of participants contributed 10 tokens? {{ formfield player.p_10_10 }}

For participants endowed with 30 tokens in this experiment:

What percentage of participants contributed 0 tokens? {{ formfield player.p_30_0 }} What percentage of participants contributed 5 tokens? {{ formfield player.p_30_5 }} What percentage of participants contributed 10 tokens? {{ formfield player.p_30_10 }} What percentage of participants contributed 15 tokens? {{ formfield player.p_30_15 }} What percentage of participants contributed 20 tokens? {{ formfield player.p_30_20 }} What percentage of participants contributed 25 tokens? {{ formfield player.p_30_25 }} What percentage of participants contributed 30 tokens? {{ formfield player.p_30_30 }} {{ elif player.third == 3 }}

On the following screen you will read descriptions of a series of situations. These descriptions correspond to situations in which one person, "Individual A", must make a decision. For each situation, you will be given a description of the decision faced by Individual A. This description will include several possible choices available to Individual A. After you read the description of the decision, you will be asked to evaluate the different possible choices available to Individual A and to decide, for each of the possible actions, whether taking that action would be "socially appropriate" or "socially inappropriate". By socially appropriate, we mean behaviour that most people agree is the "correct" or "ethical" thing to do.

Example Situation

Individual A is at a local coffee shop near campus. While there, individual A notices that someone has left a wallet at one of the tables. Individual A must decide what to do. Individual A has four possible choices: take the wallet, ask others nearby if the wallet belongs to them, leave the wallet where it is, or give the wallet to the shop manager. Individual A can choose one of these four options.

The table below presents a list of the possible choices available to individual A. For each of the choices, you will be asked to indicate whether you believe choosing that option is very socially inappropriate, somewhat socially inappropriate, somewhat socially appropriate or very socially appropriate. To indicate your response, you would place a check mark in the corresponding box.

Individual A's choice Very socially inappropriate Somewhat socially inappropriate Somewhat socially appropriate Very socially appropriate
Take the wallet
Ask others nearby if the wallet belongs to them
Leave the wallet where it is
Give the wallet to the shop manager

Payments

In total there will 10 possible choices (in 2 different situations) that Individual A could make. Out of these 10 we will select one possible choice at random. For the choice selected, we will determine which response was selected by most people participating in this experiment. If you give the same response as that most frequently given by other people in this experiment, then you will receive an additional 10 points.

For instance, if we were to select the possible choice "Leave the wallet where it is," and if your response had been "somewhat socially inappropriate," then you would receive 10 points, if this was the response selected by most other people in this experiment.

In the next screen, you will be asked to evaluate the different possible choices available to Individual A and to decide, for each of the possible actions, whether taking that action would be "socially appropriate" or "socially inappropriate".

{{ elif player.third == 4 }}


Please, look at the pairs of circles shown in the diagram below. By selecting the appropriate letter below, please indicate to what extent you feel connected to the other group member.

{% formfield player.onescale %}


Please, select the appropriate number below to indicate to what extent you would have used the term “WE” to characterize you and the other group member.

Not at all {% formfield player.wescale label="1        2        3       4        5        6        7" %} Very much so
{{ elif player.third == 5 }}

The following statements refer to Kenya as a whole. Please indicate whether you agree or disagree with the following statements using the following scale. Note that the statements sometimes refer to "social norms,” which are standards for behavior that are generally unwritten.

Strongly Disagree Moderately Disagree Slightly Disagree Slightly Agree Moderately Agree Strongly Agree
{% for choice in form.abide %} {% if forloop.counter <= 6 %} {% endif %} {% endfor %} {% for choice in form.abide %} {% if forloop.counter > 6 %} {% endif %} {% endfor %}
1. There are many social norms that people are supposed to abide by in this country.{{ choice }}
{{ choice }}
{% for choice in form.clear %} {% if forloop.counter <= 6 %} {% endif %} {% endfor %} {% for choice in form.clear %} {% if forloop.counter > 6 %} {% endif %} {% endfor %}
2. In this country, there are very clear expectations for how people should act in most situations.{{ choice }}
{{ choice }}
{% for choice in form.agree %} {% if forloop.counter <= 6 %} {% endif %} {% endfor %} {% for choice in form.agree %} {% if forloop.counter > 6 %} {% endif %} {% endfor %}
3. People agree upon what behaviors are appropriate versus inappropriate in most situations this country.{{ choice }}
{{ choice }}
{% for choice in form.freedom %} {% if forloop.counter <= 6 %} {% endif %} {% endfor %} {% for choice in form.freedom %} {% if forloop.counter > 6 %} {% endif %} {% endfor %}
4. People in this country have a great deal of freedom in deciding how they want to behave in most situations.{{ choice }}
{{ choice }}
{% for choice in form.disapprove %} {% if forloop.counter <= 6 %} {% endif %} {% endfor %} {% for choice in form.disapprove %} {% if forloop.counter > 6 %} {% endif %} {% endfor %}
5. In this country, if someone acts in an inappropriate way, others will strongly disapprove.{{ choice }}
{{ choice }}
{% for choice in form.comply %} {% if forloop.counter <= 6 %} {% endif %} {% endfor %} {% for choice in form.comply %} {% if forloop.counter > 6 %} {% endif %} {% endfor %}
6. People in this country almost always comply with social norms.{{ choice }}
{{ choice }}
{{ endif }} {{ next_button }} {% endblock %}