{{ extends 'global/Page.html' }} {{ block title }}Round {{ subsession.round_number }} out of {{ C.NUM_ROUNDS }}{{ endblock }} {{ block content }}

Now you get to make a choice in a group of {{ C.PLAYERS_PER_GROUP }}.

The competition factor is: {{ group.c_inten_group }}

{{ if group.treatment_id == "INEQ_C2" }} Revenue factors are not equal.

  • You have a revenue factor of {{player.revenue_multiplier}}
  • Rival 1 has a revenue factor of {{player.rival1_rev_mult}}
  • Rival 2 has a revenue factor of {{player.rival2_rev_mult}}
  • {{ else }} Revenue factors are equal for all players: 1 {{ endif }}

    Caution: Please do not press ENTER on your keyboard when inserting your decision as this will send you automatically to the next round!

    With the following button, you can use a demo profit calculator to see the impact of certain sharing decisions on each rival's profit. Feel free to note down any observations you have. {{ if subsession.round_number == 1 }} From the next round onwards, you can also load in previous rounds' result in the calculator. {{ else }} You can now access the results of the previous round once again in the calculator. {{ endif }}

    {{ if subsession.round_number == 1 }} {{ else }} {{ endif }}

    DECISION

    {{ formfields }} {{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}