{% extends "global/Page.html" %} {% load otree static %} {% block app_styles %} {% endblock %} {% block content %}
{% if receiver_not_paid == 0 %}

You did not answer all the questions correctly, so we will reject your work and you will not be paid for this HIT.

{% elif receiver_not_paid == 1%}

Good job! You answered all the questions correctly.

{% else %}

You answered correctly only on 3 questions, so you will not get your bonus.

{% endif %} {% if is_verbal %}
The texts you have actually seen are:

{{ chosen_reviews.0 }}

{{ chosen_reviews.1 }}

{% endif %}
{% endblock %}