{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% endblock %} {% block content %} {% if not qualified %}

This is the end of the experiment.

{% if dropout %}

Because you have dropped out, you will not receive any payment for the experiment.

{% else %}

You will not receive any payment because you did not pass the quiz.

{% endif %}
{% else %}

Quiz Results

{% if quiz_attempts != 0 %}

You had {{ player.wrong_attempts }} wrong attempt(s) before getting all the answers correct.

Click "Next" to continue with the experiment.

{% else %}

You have completed the quiz successfully in the allocated time.

Click "Next" to start the actual experiment.

{% endif %}
{% next_button %}
{% endif %} {% endblock %}