{{ extends 'global/Page.html' }} {{ block title }}Instructions - Part 2{{ endblock }} {{ block content }}

On this page you see an overview of the actual scenario that you and your rivals are playing in. Remember that this will not change during the game.

Competition:

The competition factor is c = {{group.c_inten_group}} . Your rivals' revenues have {{ if group.treatment_id == "EQ_C1" }} close to no {{ elif group.treatment_id == "EQ_C2" or group.treatment_id == "INEQ_C2" }} moderate {{ elif group.treatment_id == "EQ_C3" }} major {{ elif group.treatment_id == "EQ_C4" }} severe effect {{ endif }} effect on your profit.

Inequality in Profits:

{{ if group.treatment_id == "INEQ_C2" }} The profits in your group are inequal. This means that each of the three rivals will have different revenue factors for the same amount of data. Remember that a lower revenue factor means that a rival makes less money from the data that is shared to him/her. In that regard:

  • 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 }} The profits in your group are equal. This means that each of the three rivals will have the same revenue factor (= 1.0) for the same amount of data. {{ endif }}

    {{ next_button }} {{ endblock }}