{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Follow-Up Questionnaire {% endblock %} {% block content %}

Please complete the follow-up questionnaire below. When you have finished, click "Next" to receive your Study Code to enter into the MTurk site.


1. How difficult did you find it to allocate your tokens between the two options presented to you?

{% formfield player.peq_pg_choice_difficulty %}

2. Please indicate how important each of the following factors were in deciding how to use your tokens:

Achieving the highest possible payoff for the group.
{% formfield player.peq_importance_group_pay %}
Achieving the highest possible payoff for your individually.
{% formfield player.peq_importance_individual_pay %}
Avoiding feeling "guilty" in any way.
{% formfield player.peq_importance_guilt_avoidance %}
Trying not to "let down" your other group member.
{% formfield player.peq_importance_group_letdown %}
What you believe your other group member would have wanted you to do.
{% formfield player.peq_importance_others_preference %}

3. What is the approximate bonus compensation you expect to receive from the results of the decision making task alone?

$ {% formfield player.peq_pg_expected_bonus %}

4. Overall, how satisfied are you with your potential compensation for the decision making task alone?

{% formfield player.peq_pg_compensation_satisfaction %}

5. How did you go about deciding how to use your tokens?

{% formfield player.peq_open_ended %}

6. While all participants' decisions are kept private, how much did you expect the other member of your group to contribute tokens to the group pot?

{% formfield player.peq_expected_cooperation %}

7. How would you classify your reason(s) for working on Amazon Mechanical Turk?

{% formfield player.peq_turk_income %}

8. In general, would you consider yourself someone who is fully prepared to take risks, or do you try to avoid taking risks?

{% formfield player.peq_risk_attitude %}

9. In general, do you believe other individuals are less, more, or equally prepared to take risks than you are?

{% formfield player.peq_others_risk %}

10. Please indicate the extent to which you have felt the following today:

Excited
{% formfield player.peq_affect_excited %}
Upset
{% formfield player.peq_affect_upset %}
Proud
{% formfield player.peq_affect_proud %}
Irritable
{% formfield player.peq_affect_irritable %}
Inspired
{% formfield player.peq_affect_inspired %}
Nervous
{% formfield player.peq_affect_nervous %}

Please answer these demographic questions:

Gender

{% formfield player.peq_gender %}

Age

{% formfield player.peq_age_range %}

Years of work experience

{% formfield player.peq_work_experience %}

Level of highest education

{% formfield player.peq_education %}

{% next_button %} {% endblock %} {% block styles %} {% endblock %}