{{ block title }} Practice Rounds {{ endblock }} {{ block content }}

This is practice round {{player.round_number}} of {{C.NUM_ROUNDS}}.

The table below shows the information that is initially available to each citizen for this round:


All Citizens
Information from
Messenger/Loudspeaker

{{ if player.current_treatment == 1 }} (A messenger comes).

  1. You are shown a message with the word 'Protest'.
You do not have any information about what the other citizens may know. {{ elif player.current_treatment == 2}} (A messenger comes).

  1. You are shown a message with the word 'Protest'.
  2. You are told that all the other citizens have seen the same message.
You do not have any more information about what the other citizens may know. {{ elif player.current_treatment == 3}} (A messenger comes).

  1. You are shown a message with the word 'Protest'.
  2. You are told that all the other citizens have seen the same message.
  3. You are told that all the other citizens know that you have seen the same message.
You do not have any more information about what the other citizens may know. {{ else }} (The loudspeaker announces a message).

  1. The loudspeaker announces the word 'Protest'.
  2. You know that the other citizens heard the same message.
  3. You know that the other citizens know that you heard the same message.
  4. ...
It is commonly known that all citizens heard the same message.
{{ endif }}
Corresponding Information Level Level {{ player.current_treatment }}

What do you think is the likelihood that all four citizens will choose to protest with this information?

{{ endblock }}