{% block title %}
This study is divided into {{ C.NUMBER_OF_STAGES_WORD }} stages
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
One of these {{ C.NUMBER_OF_STAGES_WORD }} stages will be randomly chosen to determine your bonus. Each stage has the same chance of being chosen.
When you are ready, continue to start Stage 1 of the study.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}