{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Work Period: #1 of 4 {% endblock %} {% block content %} {% if condition == 3 or condition == 4 %}

{% if player.event_1 == 0 %} No event occurred that will cause production difficulty in your division this period. As explained earlier, your decoding work this period will therefore generate net income of: 60 + 9 × the number of strings you correctly decode. {% else %} An event occurred that will cause production difficulty in your division this period. As explained earlier, your decoding work this period will therefore generate net income of: 60 + 4 × the number of strings you correctly decode. {% endif %}

{% endif %}

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. When the time in the period expires, your work will automatically be submitted.




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


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