{% extends "global/Page.html" %} {% load otree %} {% block title %}Introduction{% endblock %} {% block content %}
{% if subsession.big_group == False %}

In the subsequent rounds, you will receive signals suggesting which box the prize is in.

Your group will have {{ Constants.players_per_group }} members, and 1 of them is better informed.

If you are the better informed person, you will be able to vote for the green box or vote for the purple box. Your message will have a {{ Constants.p }}% chance of being correct.

{% if subsession.mva == False %} If you are not the better informed person, you will be able to vote for the green box, vote for the purple box, or give your vote to the better informed person. Your message will be correct with some probability between {{ Constants.q_lb }}% and {{ Constants.q_ub }}%. You will be told the proability that your message is correct. {% else %} If you are not the better informed person, you will be able to vote for the green box, vote for the purple box, or not vote. Your message will be correct with some probability between {{ Constants.q_lb }}% and {{ Constants.q_ub }}%. You will be told the proability that your message is correct. {% endif %}

{% else %}

In the subsequent rounds, you will receive signals suggesting which box the prize is in.

Your group will have {{ Constants.num_participants }} members, and 3 of them are better informed.

If you are the better informed person, you will be able to vote for the green box or vote for the purple box. Your message will have a {{ Constants.p }}% chance of being correct.

{% if subsession.mva == False %} If you are not the better informed person, you will be able to vote for the green box, vote for the purple box, or give your vote to the better informed person. Your message will be correct with some probability between {{ Constants.q_lb }}% and {{ Constants.q_ub }}%. You will be told the proability that your message is correct. {% else %} If you are not the better informed person, you will be able to vote for the green box, vote for the purple box, or not vote. Your message will be correct with some probability between {{ Constants.q_lb }}% and {{ Constants.q_ub }}%. You will be told the proability that your message is correct. {% endif %}

{% endif %}
{% endblock %}