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

Please answer the questions below. When finished, click "Next" to continue.


Please briefly describe how you went about determining {{ if player.condition == 1 or player.condition == 3 }}bonus {{else}}penalty{{endif}} allocations for employees.


Please indicate your agreement with the following statements:

Regardless of how employees evaluated the performance of their peers, allocating any team {{ if player.condition == 1 or player.condition == 3 }}bonus {{else}}penalty{{endif}} equally to the three employees on my team was the right thing to do.

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

I deserved to earn higher compensation than the employees on my team.

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

I allocated a greater portion of the team {{ if player.condition == 1 or player.condition == 3 }}bonus {{else}}penalty{{endif}} to an employee if at least one other employee rated that employee’s performance as relatively {{ if player.condition == 1 or player.condition == 3 }}high {{else}}low{{endif}}.

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

I allocated a greater portion of the team {{ if player.condition == 1 or player.condition == 3 }}bonus {{else}}penalty{{endif}} to an employee only if both other employees rated that employee’s performance as relatively {{ if player.condition == 1 or player.condition == 3 }}high {{else}}low{{endif}}.

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

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


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