{% extends "global/PageExt.html" %} {% load otree_tags staticfiles %} {% block title %} Stage 2. Decision. Round {{ view.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block inner_content %}
You receive {{ player.punishment_endowment }} extra points which you can use to send deduction tokens to a randomly chosen participant from another group or to keep for yourself.
{% else %}You receive {{ player.punishment_endowment }} extra points which you can use to send deduction tokens to other participants or to keep for yourself.
You can send to each of the two participants from 0 to {{ player.punishment_endowment }} points (so that sum of these two amounts is less or equal {{ player.punishment_endowment }})
{% endif %}We now show you the decisions of a randomly chosen pair: one participant from your group ({{ player.subgroup }}) who was matched with one participant from the other group ({{ player.another_subgroup_name }}).
{% if session.config.outgrouponly %} If you decide to send 1 deduction point to a member of the other group, the income of a randomly chosen member of the other group will be decreased by 3 points. {% else %} {% if session.config.colsan %} If you decide to send 1 deduction point to a member of the other group, the income of a randomly chosen member of the other group will be decreased by 3 points. If you decide to send 1 deduction point to a member of your own group, the income of the participant, whose decision you see, will be decreased by 3 points. {% endif %} {% endif %}
| Your group member ({{ player.subgroup }}) sent to a group {{ player.another_subgroup_name }} member: | A group {{ player.another_subgroup_name }} member sent to your group member ({{ player.subgroup }}): |
| Your group member ({{ player.subgroup }}) payoff in Stage 1 | A group {{ player.another_subgroup_name }} member payoff in Stage 1 |
| {% if session.config.ingroup %}How many deduction points you send to your group member ( {{ player.subgroup }}):{% endif %} | How many deduction points you send to a {% if session.config.colsan %}random{% endif %} group {{ player.another_subgroup_name }} member: |
|---|---|
| {% if session.config.ingroup %} {% formfield player.ingroup_punishment with label='' %} {% endif %} | {% if session.config.outgroup %} {% formfield player.outgroup_punishment with label='' %} {% endif %} |
| {% if session.config.ingroup %} Participant {{ player.subgroup }}'s payoff after that: {% endif %} | Participant {{ player.another_subgroup_name }}'s payoff after that: |
| Your remaining endowment in this stage: | |
If you send deduction points to a Participant of another group ({{ player.another_subgroup_name }}), an income of a random participant from group {{ player.another_subgroup_name }} will be decreased.
Remember that deduction points you send, are multiplied by 3, i.e. if you send 2 deduction points, the income of the other participant will be decreased by 6 points