{% extends "global/Page.html" %} {% load otree %} {% block content %}
{% if curcond == 'mast' %}

Task Instructions


Count backwards in steps of 17 from 2043.

If you've finished the instructions above and do not have questions, press the Next button.

{% elif curcond == 'control' %}

Task Instructions


Count from 1 to 25.

If you've finished the instructions above and do not have questions, press the Next button.

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