In this task you should translate a sequence of numbers into a series of letters from
the English alphabet. Below you can see (1) a sequence of NUMBERS (2) a KEY indicating which LETTER
represents each NUMBER (3) a text box in which the letter solution should be typed. In each task a new
sequence of numbers will appear along with a new key of number to letter relationships.
Correct answer (FOR DEBUG ONLY):::
Letter:
Key:
{% for i,j in task %}
{{ j }}
{{ i }}
{% endfor %}
Task to solve:
{{ question }}
Number of correct tasks: {{ player.num_correct }}
Number of incorrect tasks: {{ player.num_incorrect }}