{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} GET READY FOR THE GAME! {% endblock %} {% block content %}
You will play {{ Constants.num_rounds }} rounds of this game.
The computer will randomly pick one round to determine your bonus payment but all rounds are equally
likely to be selected so all choices matter.
In each round, there are a new jar with 10 balls, 10 new BLUE Experts, and 10 new RED Experts.
The chance the computer draws a RED ball or a BLUE ball from the jar, as well as the chance that
the expert you consult is informed or uninformed are not affected in any way by
what happened in the previous rounds.
When you are ready to start with Round 1, please click the button below.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}