{% extends "global/Page.html" %} {% load otree static %} {% block content %}


The set of shared letters is:
{% for letter in ReportedLetters %} {% if forloop.last %} {{ letter }} {% else %} {{letter }} , {% endif %} {% endfor %}


You have five minutes to construct and submit the longest English word that you can form with these letters. Note that each of these letters can be used exactly once in the word that you form. When you are ready to make the submission, type it in the box below and click ‘Submit’. You can see how much time you have remaining on the top of your screen.

{% formfield player.word %}
{% next_button %}
{% endblock %}