{% 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.

Pop-Up Button

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.

Missing a pop-up

Each time you don't click on the pop-up button, we will add some seconds to your overall waiting time.

Pause Button

While you are in the Waiting Task, you can take one break by clicking on a Pause Button. The Pause Button does two things:

  1. It stops the timer that counts how long you have spent on the page
  2. It stops the pop-up button from showing up
You can keep the task paused as long as you want. Once you resume the task, the timer starts from the point where it was stopped, and pop-up buttons will start appearing again.

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 %}