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

You will now complete the Organising (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 rearrange into alphabetical order, and type the rearrange the answer into the box. A table of the characters in alphabetical order is given below.
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 encoded all {{Constants.num_rounds}} sequences correctly, you may move on to the next task.

Example rearranging

The table is given below (you may have to scroll horizontally to view it fully).

Consider rearranging the string 'a0!d'. Using the table we can see that:


This means that '!' comes first, then '0', followed by 'a' and then finally 'd'. Thus, the string 'a0!d' in alphabetical order is '!0ad'.

Make sure you understand the above example before proceeding!

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

{% next_button %}


{% endblock %}