{% extends "global/Page.html" %} {% load otree %} {% block title %}{% endblock %} {% block content %}
Practice Period
Time Remaining: {{ task_time }}
# Correct: {{ EffortPractice }}
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 %}