{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Instructions and Practice {% endblock %} {% block content %}

In each of two 2-minute "periods," you will be completing a letter-number decoding task. Please try to complete as much decoding as you can during each 2-minute period. A timer will be provided so that you know how much time remains in the period. You do not need to "submit" your work. When time expires in the period, you will be automatically advanced.

To briefly become familiar with this task before starting, you may practice it below. The instructions provided below will also be provided in each period, for your reference. When you have finished your practice, please proceed to the first period.


Below you will find letters, which can be decoded to numbers using the key provided. In the box next to each letter, enter the number that equates to that letter in the key. For example, each time the letter "A" appears, you would enter the number 7 into the box next to the letter "A." *Note: When typing, you may use your “Tab” key to advance to the next box.


{% for DecodeStrings in decode_strings %} {% endfor %}
{{ DecodeStrings.letters }}
...
...more letters to decode will be available in each period.


(Note: Check Work will not appear in work periods.)


{% for DecodeStrings in decode_strings %} {% endfor %}



Please click "Next" to continue when ready to begin the first 2-minute period.

{% endblock %}