{{ block content }}

Your Decision Task: 2. Step

  • In every block, after you have been shown the multi digit number, you will see a new picture that gives you useful information for your choice between the two urns.
  • You will see information telling you that you are either very likely or very unlikely to share the winning color with your own group, the {% if participant.group_assignment == C.GROUP_TRIANGLE %} triangle {% elif participant.group_assignment == C.GROUP_SQUARE %} square {% endif %} group, in a given block.
  • This information will be helpful to you because you will simultaneously see how many Type A participants have chosen the left or right urn in the final round of a block after they had four rounds to find out which urn contains more marbles of their winning color.
  • More precisely, you will either see the choices of your own group, the {% if participant.group_assignment == C.GROUP_TRIANGLE %} triangle {% elif participant.group_assignment == C.GROUP_SQUARE %} square {% endif %} group, or of the other group, the {% if participant.group_assignment == C.GROUP_TRIANGLE %} square {% elif participant.group_assignment == C.GROUP_SQUARE %} triangle {% endif %} group, in a given block.
  • How likely you are to share the winning color with your own group, and whether you observe your own group's choices or the other group's, can change between blocks, so pay close attention to the information you are shown in every block.
  • In the following, we show you four examples.
{{ next_button }} {{ endblock }}