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

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


Please indicate the extent to which you agree with the following two statements.

I expected the manager would distribute {{if player.condition == 1 or player.condition == 3}}bonuses {{else}}penalties{{endif}} equally among team members.

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

The manager's expected distribution decisions influenced my point contributions.

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

To what extent could you predict your teammates' points contributions?

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

How much did you rely on your teammates' previous decisions when making your own decisions?

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

How challenging was it to achieve the team target given your teammates' tendencies?

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

Which was more important to you: Your individual returns or helping the team reach its target output?

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



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

The uncertainty about the manager's distribution decisions made me focus more on my individual rewards.

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

When evaluating teammates, my primary goal was to provide accurate assessments of their performance.

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

I considered how my evaluation ratings might affect future team cooperation.

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

I tried to be strategic in how I evaluated teammates to maximize my own returns.

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

Were your evaluation ratings based more on teammates’ points contributions or more on their individual output?

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