{% extends "global/Page.html" %} {% load otree %} {% block title %} Feedback {% endblock %} {% block content %} {% if player.problem and player.time_pressure == 1 %}

You completed one or both decisions after the timer reached 00:15. As a result, your earnings in both decisions are equal to 0 points. Press "Next" to continue.

{% endif %} {% if player.problem and player.time_pressure == 2 %}

You completed both decisions before the timer reached 00:15. As a result, your earnings in both decisions are equal to 0 points. Press "Next" to continue.

{% endif %} {% if player.problem == False %}

You respected the time constraint. Press "Next" to continue.

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