{{ block title }} Guessing Page {{ endblock }} {{ block content }}
Welcome to the guessing page. It is now your turn to guess the chosen urn (Urn A or Urn B).
Before you guess Urn A or Urn B, you can now view the color of of a ball that was randomly drawn from the selected urn.
{% if player.color_of_ball_signal == 1 %}You are the first person to make your guess. You can do so now. When you are comfortable with your selection click the 'Next Page' button to lock in your prediction and to move on to the next person.
{% else %}Since you are player {{ player.player_id }} you can also view the guesses made by prior participants. They are listed below:
Player Number | Guess | |
---|---|---|
| ||
Player {{ other.player_id }} | {{ other.string_choice }} | |
|
You can now make your guess. Once you have made your selection click the 'Next Page' button to lock it in and to move on to the next person.
{% endif %} {{formfields}} {{ next_button }} {{ include Constants.instructions_template }} {{ endblock }}