{{ extends 'global/Page.html' }} {{ block title }}Agree a response with the other player{{ endblock }} {{ block content }} Now you and the other participant 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 %}
Here is the puzzle again:
Imagine you are a doctor. A patient comes to you with a red rash on his fingers. What information would you want in order to estimate the probability that the patient has the disease ‘digirosa’? Please select the response option below that gives you enough information to estimate the probability that the patient has ‘digirosa’, but no more pieces of information than are required.
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 }}