{{ block content }}

We want to know what you think about the following situation:

Two workers were paid to work on a tedious assignment for a fixed compensation.

After completing the same assignment, the workers are told that bonus earnings will be determined by their productivity. The most productive worker earns a bonus of 4 points and the other earns nothing. Payment is stated in points, and will be exchanged for money at the end of the study.

The workers are not informed about who is the most productive. However, they are told that a third person would be informed of all details, and would be given the opportunity to redistribute the bonus earnings and thus determine how much they would actually be paid for the assignment.

You are the third person and we now want you to choose whether to redistribute the bonus earnings between the workers. Your decision is completely anonymous. The workers will receive the bonus earnings, but will not receive any further information.


{{ if player.participant.treatment == 'C' }}

Worker A was the most productive, and is assigned 4 points.
Worker B was the least productive, and is assigned 0 points.

{{ elif player.participant.treatment == 'MM' }}

Worker A (male) was the most productive, and is assigned 4 points.
Worker B (male) was the least productive, and is assigned 0 points.

{{ elif player.participant.treatment == 'FF' }}

Worker A (female) was the most productive, and is assigned 4 points.
Worker B (female) was the least productive, and is assigned 0 points.

{{ elif player.participant.treatment == 'MF' }}

Worker A (male) was the most productive, and is assigned 4 points.
Worker B (female) was the least productive, and is assigned 0 points.

{{ elif player.participant.treatment == 'FM' }}

Worker A (female) was the most productive, and is assigned 4 points.
Worker B (male) was the least productive, and is assigned 0 points.

{{ endif }}
How would you divide the bonus earnings?
{{ if player.participant.treatment == 'C' }} {{ elif player.participant.treatment == 'MM' }} {{ elif player.participant.treatment == 'FF' }} {{ elif player.participant.treatment == 'MF' }} {{ elif player.participant.treatment == 'FM' }} {{ endif }} {{ if player.participant.treatment == 'C' }} {{ else }} {{ if player.participant.treatment == 'MM' }} {{ elif player.participant.treatment == 'FF' }} {{ elif player.participant.treatment == 'MF' }} {{ elif player.participant.treatment == 'FM' }} {{ endif }} {{ endif }}
Worker A Worker B
Sex:Male MaleFemale FemaleMale FemaleFemale Male
Tasks productivity: Highest Lowest
 
 
How would you do it?
Points: 4 0
{{ if DEBUG }}
MODO PROGRAMADOR: AVANCE RÁPIDO

{{ endif }} {{ include C.spectator_instructions }} {{ endblock }} {% block style %} {{ endblock }} {{ block scripts }} {{ endblock }}