{% extends "global/Page.html" %} {% load otree static %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %}
In this activity, we will ask you to allocate credits between two other participants (that we will call participant A and participant B).
{{ partners }}
{% if player.redistribute_version == 'merit' %}Participants A and B each had the first task of placing cursors in the middle of a line from 0 to 100 (as you did previously). A and B, however, weren't playing against each other in this slider activity.
We randomly match the two participants and we divide the {{ total_endowment }} credits between them.
To determine the split, we look at the number of cursors placed correctly by each player.
We allocate {{ Constants.redistribute_max_endowment }} credits to the participant who correctly placed the most cursors and {{ Constants.redistribute_min_endowment }} credit to the other participant. Between them, therefore, the two participants have {{ total_endowment }} credits.
The two participants were randomly matched, then {{ Constants.redistribute_max_endowment }} credits were awarded to participant A and {{ Constants.redistribute_min_endowment }} credit to participant B (randomly).
Thus, between them, the two participants have {{ total_endowment }} credits.
Your task is to determine the final allocation of credits between the two participants.
You can leave the current distribution unchanged ({{ Constants.redistribute_max_endowment }}-{{ Constants.redistribute_min_endowment }}), or choose any other final distribution.
Both participants will receive the credits corresponding to the distribution you have chosen.
Which final distribution do you want to choose for participants A and B?
(Click on the blue bar below to position and move the cursor.)