{{ 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.


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

How would your decision to use points to increase the total output of another Employee (or other Employees) have differed if your team’s Manager would not know how many points any Employee used in this manner?

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

{% else %}

How would your decision to use points to increase the total output of another Employee (or other Employees) have differed if your team's Manager would know how many points you used in this manner?

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

{% endif %}

How would your decision to use A points to increase the total output of another Employee (or other Employees) have differed if your team’s Manager would know which type of points you used in this manner?

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

How would your decision to use B points to increase the total output of another Employee (or other Employees) have differed if your team’s Manager would know which type of points you used in this manner?

{% for radio in form.B_points_observable %} {% endfor %} {% for radio in form.A_points_observable %} {% endfor %}

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