{{ extends 'global/Page.html' }} {{ block title }}Part 2{{ endblock }} {{ block content }} {{if player.round_number == 1}}
You have been randomly assigned to the role of {{C.FIRM_ROLE}}. As a {{C.FIRM_ROLE}}, you have been randomly matched with {{C.OFFICIAL_ROLE}} in part 1.
Please note that in Part 2 there is also a time restriction to complete the task in every round. The time limit is 45 seconds.
{{endif}}In part 2, we divide the firms in two groups. Group 1 has offered the private payment no more than 2 times in part 1 and Group 2 has offered the payment at least 3 times in part 1. Similarly, we divide the officials in a group that has accepted the payment no more than 2 times and a group that has accepted the payment at least 3 times in part 1.
For every decision in part 2, you will be associated with one group of the firms and one group of the officials. The groups will change for every decision and you will be told which groups you are associated with .
{{ next_button }} {{ endblock }}