{{ extends 'global/Page.html' }} {{ block title }}Result of puzzle 1{{ endblock }} {{ block content }} Both participants have expressed their views. The agreed answer is choice number: {{player.agreed_answer_1}}.
{% if player.agreed_answer_1 == 2 %} This response is correct. You will receive an additional bonus of £1.50 for this puzzle after the experiment. {% else %} This response is incorrect. You will receive no bonus for this puzzle. {% endif %}
Click the arrow to move on to the next puzzle.
{% next_button %} {{ endblock }}