{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }}: Information Choice {% endblock %} {% block content %}
Before making your Information Choice decision below, consider the following information
If you choose to see the respective group urn guesses by players in position 1 and position 2, you will see one of 4 possible outcomes.
For example, players in position 1 and position 2 may have respectively guessed:
Guess by the player in position 1:
Blue urn
Guess by the player in position 2:
Blue urn
Players in position 1 and position 2 may have also guessed in the following way:
Guess by the player in position 1:
Red urn
Guess by the player in position 2:
Red urn
There are 2 other unique outcomes that you might observe if you choose to see the respective group urn guesses by players in position 1 and position 2.
Please list these 2 other possible outcomes using the drop down lists below:
Guess by the player in position 1:
{% formfield player.outcome3_P1 %}Guess by the player in position 2:
{% formfield player.outcome3_P2 %}Guess by the player in position 1:
{% formfield player.outcome4_P1 %}Guess by the player in position 2:
{% formfield player.outcome4_P2 %}----------------------------------------------------
Consider all four outcomes and their likelihood!
----------------------------------------------------
Which piece of information do you want to see before guessing the actual group urn?
{% formfield player.information_channel_3 label = "" %}{% include Constants.instructions_template %}
{% endblock %}