{{ extends "global/Page.html" }} {% block title %} Follow-Up Questionnaire {% endblock %} {% block content %}

You have completed the work task. Please answer the questions below. When finished, click "Next."


How difficult was it for you to decide how to use your time in the second part of each period?

{% for radio in form.decision_difficulty %} {% endfor %} {% for radio in form.decision_difficulty %} {% endfor %}

How difficult did you find the decoding task?

{% for radio in form.task_difficulty %} {% endfor %} {% for radio in form.task_difficulty %} {% endfor %}

How enjoyable did you find the decoding task?

{% for radio in form.task_enjoyment %} {% endfor %} {% for radio in form.task_enjoyment %} {% endfor %}

To what extent did you expect other employees in your group to spend time working to increase your total output?

{% for radio in form.helping_expectations_personal %} {% endfor %} {% for radio in form.helping_expectations_personal %} {% endfor %}

To what extent did you expect other employees in your group to spend time working to increase the output of others in general?

{% for radio in form.helping_expectations_general %} {% endfor %} {% for radio in form.helping_expectations_general %} {% endfor %}

If you chose to spend time working to increase the total output of another employee (or other employees), how difficult did you find it to choose which employee would benefit from this work?

{% for radio in form.helping_expectations_personal %} {% endfor %} {% for radio in form.difficulty_choosing_helpee %} {% endfor %}

Compared to you, how much time do you think other employees in your group spent working to increase the total output of other employees?

{% for radio in form.relative_helping %} {% endfor %} {% for radio in form.relative_helping %} {% endfor %}

To what extent did you feel obligated to spend time working to increase the total output of other employees?

{% for radio in form.obligated_helping %} {% endfor %} {% for radio in form.obligated_helping %} {% endfor %}

Please indicate the extent to which you agree with the following:

I chose to spend time working to increase the total output of another employee because I believe they needed my help.

{% for radio in form.helping_needed %} {% endfor %} {% for radio in form.helping_needed %} {% endfor %}

I worked just as hard when working to increase the total output of another employee as I did when working to increase my own total output.

{% for radio in form.equal_effort %} {% endfor %} {% for radio in form.equal_effort %} {% endfor %}

I chose to spend time working to increase the total output of another employee because I believe it is what my group’s assigned manager would want me to do.

{% for radio in form.manager_wants %} {% endfor %} {% for radio in form.manager_wants %} {% endfor %}

Other members of my group spent time working to increase the total output of other employees because they believe it is the right thing to do.

{% for radio in form.others_right_thing %} {% endfor %} {% for radio in form.others_right_thing %} {% endfor %}

Other members of my group spent time working to increase the total output of other employees because they believe it is what the group’s assigned managers would want them to do.

{% for radio in form.others_manager_wants %} {% endfor %} {% for radio in form.others_manager_wants %} {% endfor %}

I would have spent more time working to increase the total output of other employees if I could have done so for all members of the group each period.

{% for radio in form.greater_helping_group %} {% endfor %} {% for radio in form.greater_helping_group %} {% endfor %}

Helping others makes me feel good.

{% for radio in form.helping_feels_good %} {% endfor %} {% for radio in form.helping_feels_good %} {% endfor %}

Helping others is its own reward.

{% for radio in form.helping_own_reward %} {% endfor %} {% for radio in form.helping_own_reward %} {% endfor %}


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