{% if subsession.big_group == False %} Your group has {{ Constants.players_per_group }} members and 1 of them is best informed. {% else %} Your group has {{ Constants.num_participants }} members and 3 of them are best informed. {% endif %}

The message of the best informed person has a {{ Constants.p }}% chance of being correct;
for the others, the chance is equally likely to take any value between {{ Constants.q_lb }}% and {{ Constants.q_ub }}%.

You win {{ Constants.reward }} if your group opens the correct box.