{% extends "global/Page.html" %} {% load otree %} {% block content %}
{{ round_display }}
Time Remaining: {{ task_time }}
# Correct: {{ effort }}
Decode: {{ question }}



Type the letter corresponding to the number. Uppercase or lowercase letters are both accepted.


DECODING KEY:
{% for pair in task_pairs %}
{{ pair.1 }} = {{ pair.0 }}
{% endfor %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}