{% block title %} Waiting Task {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}
In this study you will go through a Waiting Task. To complete this waiting task, you will have to stay on a blank page, the Waiting page, for a minimum of {{ C.WAIT_TIME }} minutes.
If you do not pay attention to the page, the time will increase.
While on the Waiting Page, a button will pop-up on the page at random intervals of time between {{ C.MIN_TIME_POPUP }} and {{ C.MAX_TIME_POPUP }} seconds.
Each time the pop-up button appears, you have {{ C.POP_UP_DURATION }} seconds to click it before it disappears.
Each time you don't click on the pop-up button, we will add some seconds to your overall waiting time.
While you are in the Waiting Task, you can take one break by clicking on a Pause Button. The Pause Button does two things:
When you are ready, continue to go through a {{ C.WAIT_TRIAL_TIME }} seconds practice session of the Waiting Task.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}