{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instructions {% endblock %} {% block content %} {% if poor_performance == False %}
Press the next button to start the experiment. You will have {{Constants.time_limit}} minutes to finish the experiment.
{% else %}Sorry you haven't answered enough questions correctly to move on to the actual experiment.
{% endif %} {% next_button %} {% endblock %}