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

Please answer the remaining questions below. When finished, click "Next" to receive confirmation of completing this study.


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

{{ if player.condition == 2 or player.condition == 4 }}

I gave higher performance ratings to employees who spent time working to increase the total output of another employee, all else equal.

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

I gave higher performance ratings to employees who had higher total outputs, regardless of whether or not they spent time working to increase the total output of another employee and/or had others spend time working to increase their output on their behalf.

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

{{ endif }} {{ if player.condition == 1 or player.condition == 3 }}

Since I did not know which employees had worked to increase the total output of another employee in the work period, I assumed nobody did.

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

Since I did not know which employees had worked to increase the total output of another employee in the work period, I assumed everybody did.

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

{{ endif }}

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

Please briefly describe how you went about determining performance ratings for employees.


{{ if player.condition == 3 or player.condition == 4 }}

Please briefly describe how you went about determining bonus allocations for employees.


{{ endif }}

When you saw that an employee had other employees work for their benefit, approximately how many work units do you think were completed in this manner? (Please enter a whole number)

{% formfield player.helping_output %}

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
{% formfield player.gender %}

Highest level of education completed
{% formfield player.education %}

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


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