{% block title %} Instructions {% endblock %} {% block content %}

You answered {{ player.test_correct }} questions correctly. You can find all questions and the correct answers repeated below.

{{Constants.test1_label}}
The correct answer is: {{test1_solution}}
Your answer was: {{player.field_display('test1')}}

{{Constants.test2_label}}
The correct answer is: {{test2_solution}}
Your answer was: {{player.field_display('test2')}}

{{Constants.test3_label}}
The correct answer is: {{test3_solution}}
Your answer was: {{player.field_display('test3')}}

{{Constants.test4_label}}
The correct answer is: {{test4_solution}}
Your answer was: {{player.field_display('test4')}}

{{Constants.test5_label}}
The correct answer is: {{test5_solution}}
Your answer was: {{player.field_display('test5')}}

{{Constants.test6_label}}
The correct answer is: {{test6_solution}}
Your answer was: {{player.field_display('test6')}}

{% if player.test_correct >= Constants.test_questions_required %}

You can now proceed to the study.

{% else %}

Unfortunately, {{ Constants.test_questions_required }} correct answers were required to continue the study. This marks the end of the study.

As described earlier, you have the chance to return your submission within 24 hours. If you do not return your submission, we will have to reject it. You will receive €0.20 for your time in the form of a bonus. This procedure is in line with Prolific's policy and it has been approved by Prolific's administrators.

{% endif %} {% endblock %}