{% extends "global/Page.html" %} {% load otree static %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block title %} Preference for redistribution {% endblock %} {% block content %}

Activity Reminder :
Two probationary officers were randomly matched, and then 9 credits were awarded to probationary officer A and 1 credit to probationary officer B (randomly). The third probationary officer, C, determined the final allocation of credits between probationary officers A and B.

On average, what final distribution (in number of credits) do you think probationary officer C chose for probationary officer A?

{{ min_label }}
{% formfield player.avg_redistribution_give %}
{{ max_label }}

On average, what final distribution do you think probationary officer C chose for probationary officer A if probationary officer C was a woman? A man?

Women:
{{ min_label }}
{% formfield player.avg_redistribution_give_girls %}
{{ max_label }}
Men:
{{ min_label }}
{% formfield player.avg_redistribution_give_boys %}
{{ max_label }}

Now, if you could choose an ideal level of preference for redistribution, which final distribution would you like probationary officer C to choose for probationary officer A?

All the probationary officers:
{{ min_label }}
{% formfield player.should_redistribution_give %}
{{ max_label }}
Women:
{{ min_label }}
{% formfield player.should_redistribution_give_girls %}
{{ max_label }}
Men:
{{ min_label }}
{% formfield player.should_redistribution_give_boys %}
{{ max_label }}

{% next_button %}
{% endblock %}