{{ extends 'global/Page.html' }} {{ block title }}Agree a response to puzzle 2{{ endblock }} {{ block content }} Now you and the other player have to come to an agreed answer. Below you will see the other participant's answer and reason. You will have a chance to switch your answer if you wish, and then the agreed answer will be settled on.

{% if player.id_in_group == 1 %} In the process of determining the agreed answer, your preference will count for seven votes against the other participant's three votes. This means that in practice your preferred answer is going to win out against theirs. {% else %} In the process of determining the agreed answer, your preference will count for three votes against the other participant's seven votes. This means that in practice your preferred answer is going to lose out against theirs.{% endif %}

Consider two boxes A and B. Imagine box A contains £20 for sure. Imagine that box B may contain either £250 or nothing. Your options will be either: to choose both boxes A and B (and collect the money that is in both boxes); or, to choose box B only (and collect only the money that is in box B).

Imagine now that we have an artificial intelligence program called ‘The Predictor’ that has analyzed the pattern of the responses you have already made to the previous puzzle. Based on this analysis, the program has already predicted your response for this puzzle, and has already loaded the boxes accordingly. If, based on this analysis of your previous responses, the program has predicted that you will take both boxes, then it has left box B empty. On the other hand, if it has predicted that you will take only box B, then it has already put £250 in that box. So far, the program has been very successful: Most of the pairs who chose box B received £250; in contrast, few of those who chose both boxes found £250 in box B. Which of the above options would you choose?

  1. Choose both boxes A and B.
  2. Choose box B only
Here is your answer: {{ player.Response2}}

Here is the other participant's answer: {{ other_player_response}}

Here is the reason that the other participant gave for their answer:

{{ other_player_reason}}

{% formfields %}

{% next_button %}

{{ endblock }}