{% extends "global/Page.html" %} {% load staticfiles otree %} {% block styles %} {% endblock %} {% block title %} Presentation and Trial of the main task {% endblock %} {% block content %} {{ form.performance_entr.errors }} {{ form.mistakes_entr.errors }}

The main task consists in encrypting, during four minutes, letters into numbers, based on a table displayed on bottom of the screen.
After coding one three-letter block, you should click the Submit button, and the computer will display another block of letters, and another coding table.
Please get accustomed with the task during 2 minutes.

Word:     
{% for l in task_list%}
{% endfor %}
Code:     
{% for l in task_list%} {% endfor %}




{% for l in legend_list %} {% for l in legend_list %} {% endfor%}
{% endfor%}


{% endblock %}