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

You may practice the same decoding task you will complete in each work period. The instructions provided below will also be provided in each work period, for your reference. When you have finished your practice, please proceed to your first work period.


Below you will find letter strings, which can be decoded to numbers using the key provided. Enter the number string into the box next to each letter string. Do NOT enter spaces between digits. For example, the string “ABCDE” should be decoded into 7351118. *Note: When typing, you may use your “Tab” key to advance to the next box.


{% for DecodeStrings in decode_strings %} {% endfor %}
{{ DecodeStrings.letters }}
...
...
...75 strings will be available in work periods.


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


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



Please click "Next" to continue when ready to begin your first work period.

{% endblock %}