{{ extends 'global/Page.html' }} {{ block title }}Effort Choice -round {{ player.round_number }}{{ endblock }} {{ block content }}

Recall the cost table and income formulas are as follows:
Work Level 1 2 3 4 5 6 7 8 9 10
Cost 2 4 6 8 10 12 14 16 18 20

Income of the worker = Wage - Cost of the work level chosen
Output = work level of the first worker + work level of the second worker
Income of the manager = 100 + 4*Output– Total wage for the two workers



You are now assigned to a group of three for the current period. You are the worker. Your role will stay the same for the rest of the study. Your manager has offered a total wage of {{ group.manager_compensation }} for the two workers, and your wage is {{ wage }} dimra. {{ if treatment == True }}

Recall in part one, participants chose one of the two amounts to give to charity: a. 7 dirma or b. 3 dimra. Worker # {{ other_id }} chose {{ if is_high_dimra == True }} 7 Dimra {{ else }} 3 Dimra {{ endif }} {{ endif }}

Please choose a work level between 1 and 10 for the current period:
This period, my work level is {{ formfield 'worker_a_effort' }}

{{ next_button }} {{ endblock }}