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

Please answer the remaining questions below. When finished, click "Next" to complete the study.


How much do you think Manager B expected you to contribute to the project in Stage 2 ($0.00 - $1.00)?

{% formfield player.s2_mgr_expectations %}

{% if player.condition_label == "Low" %}

How did finding out that nobody on your team contributed more than you did in Stage 1 affect your contribution decision in Stage 2?

{% elif player.condition_label == "High" %}

How did finding out that nobody on your team contributed less than you did in Stage 1 affect your contribution decision in Stage 2?

{% elif player.condition_label == "None" %}

How did not knowing what anyone else on your team contributed in Stage 1 affect your contribution decision in Stage 2?

{% elif player.condition_label == "Full" %}

How did finding out what Worker 2 and Worker 3 contributed in Stage 1 affect your contribution decision in Stage 2?

{% elif player.condition_label == "Team" %}

How did finding out what your team's total contribution was in Stage 1 affect your contribution decision in Stage 2?

{% endif %}
{% for radio in form.s2_coworker_info_effect %} {% endfor %} {% for radio in form.s2_coworker_info_effect %} {% endfor %}

{% if player.s2_control == 1 %}

How did you feel when you learned about the requirement to contribute at least $0.20 to the project?


How did you feel when you learned about the requirement to contribute at least $0.20 to the project?


{% endif %}

Please indicate the extent to which you agree with the following statements.

I get energized by working on tasks that have the potential to benefit others.

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

It is important to me to have the opportunity to use my abilities to benefit others.

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

I prefer to work on tasks that allow me to have a positive impact on others.

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

I do my best when I'm working on a task that contributes to the well-being of others.

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

I like to work on tasks that have the potential to benefit others.

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


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

Enthusiastic

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

Upset

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

Interested

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

Distressed

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

Determined

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

Nervous

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

Please answer these demographic questions:

Age (Please enter a whole number)
{% formfield player.age %}

Gender Identity
{% formfield player.gender %}

Major
{% formfield player.major %}

Years of full-time work experience (Please enter a whole number)
{% formfield player.work_experience %}


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