{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} First Task Complete {% endblock %} {% block content %}

You have completed the first decision making task. Please answer a few brief questions before proceeding to the second task (which is shorter than the first).

1. Please indicate the extent to which you agree with each of the following:

I feel a sense of attachment to my group.
{% formfield player.peq_group_attachment %}
If given the opportunity, I would have liked to join a different group.
{% formfield player.peq_group_exit %}
I feel that the other member of my group is probably a lot like me.
{% formfield player.peq_group_member_similarity %}
During the first decision making task, I often thought of my group and my other group member.
{% formfield player.peq_group_salience %}
I feel closely connected to my other group member.
{% formfield player.peq_relational_identification %}
I was hopeful that my other group member's division would generate a lot of revenue for the firm.
{% formfield player.peq_group_member_success %}

Please click "Next" to continue.


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