{{ 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 spend time working to increase the total output of other employees have differed if your group’s assigned manager would not know who spent time 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 spend time working to increase the total output of other employees have differed if your group’s assigned manager could have known who spent time in this manner?

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

{% endif %}

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

I feel a sense of attachment to my group.

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

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

I feel that the other members of my group 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 group and my other group members.

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

My group 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 group.

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