{% extends "global/PageExt.html" %} {% load otree_tags staticfiles %} {% block title %} Round {{ view.round_number }} of {{ Constants.num_rounds }}: Decision {% endblock %} {% block inner_content %}

Your endowment

You have {{ Constants.endowment }} point{{ Constants.endowment|pluralize }} at the beginning of this round.

You belong to the group {{ player.subgroup }}.

You are matched with a random participant from group {{ player.another_subgroup_name }}.

Sending points to another participant

You can send from 0 to {{ Constants.endowment }} point{{ Constants.endowment|pluralize }} to the participant of group {{ player.another_subgroup_name }}, with whom you are matched in this round.

Receiving points from another participant

At the same time participant with whom you are matched will also take the decision about sending points to you.

Multiplication of points

Each point you send to another participant is multiplied by {{ Constants.pd_factor }}. So if you send him or her 1 point, the participant will receive {{ Constants.pd_factor }} points.

Each point another participant sends to you is multiplied by {{ Constants.pd_factor }}. So if he or she sends you 1 point, you will receive {{ Constants.pd_factor }} points.

{% formfield player.pd_decision with label='Insert the amount of points you want to transfer to the other participant' %}
Make the choice to see how many points another participant will receive...
Make the choice to see how many points of your endowment has left...
{% next_button %} {% include Constants.instructions_stage1_wrapper %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}