{{ extends 'global/Page.html' }} {{ block title }}You are about to start the puzzles. {{ endblock }} {{ block content }}
You have been randomly paired with another participant. You will read two logical puzzles. You and the other participant will have to come up with an agreed answer to each puzzle. If this answer is correct, you will both be awarded an extra bonus of £1.50 on completion of the study. This is in addition to the £2 guaranteed payment, so you could end up with £5 if both puzzle answers are correct.
For each puzzle, you will first read it alone. You will give your initial answer. You will have a chance to write down the reasons for your answer. Your answer and your reasons will be transmitted to the other participant, and theirs will be transmitted to you. Then, each of you can either stick to your original answer, or switch to theirs.
If you disagree at this point, the final answer will be determined by voting. {% if player.id_in_group == 1 %} In the voting process, your preference will count for seven votes against the other participant's three votes. {% else %} In the voting process, your preference will count for three votes against the other participant's seven votes.{% endif %} The option that receives the higher number of votes will be chosen as the agreed response for the pair of you. {% if player.id_in_group == 1 %} In effect, this means that your preference will always win out in the event of a disgreement between the two of you. {% else %} In effect, this means that your preference will always lose out in the event of a disagreement between the two of you. {% endif %}
The respective numbers of votes of you and the other participant remains the same for both puzzles.
Click here when you are ready for the first puzzle.
{{ formfields }}{% next_button %} {{ endblock }}