{% extends "global/BaseMotherhood.html" %} {% load staticfiles otree_tags %} {% block title %} Instructions {% endblock %} {% block content %} {% load otree_tags staticfiles %}

In this part of the experiment you will be presented with a series of two two-digit numbers (for example, 11 and 22) which you will have to add (for example, 11 + 22 = 33).

Once you have entered your summation, click the Next button or press the Enter key.

This part will last {{ player.task_timer}} seconds.

You will get 1 point for each correct answer. Your score will not decrease if you provide an incorrect answer.

You may not use a calculator or your phone to solve these additions, but you are welcome to make use of the provided pen and paper.


After {{ player.task_timer}} seconds, the task will stop and you will receive a summary of the results.

Please raise your hand and alert an experimenter if you have any questions.

Otherwise, if you are ready, please click "Next" below to start the time and this {{ player.task_timer}} second task.

{% next_button %}


{% endblock %}