{% extends "global/BaseMotherhood.html" %} {% load staticfiles otree_tags %} {% block title %} Instructions for the Replication (level {{player.participant.lc1a}}) task {% endblock %} {% block content %} {% load otree_tags staticfiles %}

You will now complete the replication (level {{player.participant.lc1a}}) task. In this task you will be presented with a series of randomly selected sequences each containing {{Constants.string_length}} characters.
Each sequence will consist of {{ level_description }}.
You must type each sequence into the given box. There is no time limit. Note that each sequence has to be correct for you to proceed the next sequence.

Once you have entered your text, click the Submit button or press the Enter key.

After you have typed all {{Constants.num_rounds}} sequences correctly, you may move on to the next task.

Please click the "Next" button to start this task. The instructions will be repeated on every page.

{% next_button %}


{% endblock %}