{{ 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 ({{ if player.s2_control == 1 }}$0.20{{ else }}$0.00{{ endif }} - $1.00)?

$

{% 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 == "NoInfo" %}

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?

{% else %}

How did not knowing what anyone else on your team contributed 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?


Why do you think Manager B imposed this requirement?


{% else %}

How did you feel when you learned that Manager B did not impose the requirement to contribute at least $0.20 to the project?


Why do you think Manager B chose not to impose this requirement?


{% 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 %}

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


Please indicate how you would like to receive the compensation you earned in today's study.
{{ formfield 'pay_method' }}
  If you are choosing an electronic payment, please enter your user information for that payment platform and an email address to receive confirmation when payment is made (which will be within the next 24-48 hours). If choosing cash, please refer to the instructions provided to you earlier for picking up your payment.
  Payment platform user info:  
  Email:  

For purposes of receiving your extra credit, please enter your name and the Professor who offered you extra credit for participating. As a reminder, none of your decisions from the study will be shared with anyone individually or associated with you personally.
First Name
Last Name
Professor who offered you extra credit

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}