{{ 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 used points to increase the total output of other Employees, 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 used points to increase the total output of other Employees and/or had others use points 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 Employee(s) had used points to increase the total output of other Employees, 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 Employee(s) had used points to increase the total output of other Employees, 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 }} {{ if player.condition == 2 or player.condition == 4 }}

When you saw that an Employee’s total output had been increased by other Employees, approximately how much output (in points) do think could be attributed to this factor?

{% formfield player.helping_output %}

{{ endif }}

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

I feel a sense of attachment to my team.

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

If given the opportunity, I would have liked to join a different team.

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

I feel that the other members of my team are probably a lot like me.

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

During the task, I often thought of my team and my other team members.

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

My team would be viewed in a positive manner by the average individual.

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

I feel closely connected to the other members of my team.

{% for radio in form.group_id_6 %} {% endfor %} {% for radio in form.group_id_6 %} {% 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 %}

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