{% extends "global/Page.html" %} {% load static otree %} {% block content %} {% if player.team == 1 %}

Team A

{% else %}

Team B

{% endif %}

Please click on each number to find a new anagram.

{% for wl, al, tabs in pair_select_easy %}

Please solve this anagram:

{{al}}



{% endfor %} {% endif %} {% if treatment == 'medium' %} {% for tabs in pair_select_medium %} {% endfor %}

Please click on each number to find a new anagram.

{% for wl, al, tabs in pair_select_medium %}

Please solve this anagram:

{{al}}



{% endfor %} {% endif %} {% if treatment == 'difficult' %} {% for tabs in pair_select_difficult %} {% endfor %}

Please click on each number to find a new anagram.

{% for wl, al, tabs in pair_select_difficult %}

Please solve this anagram:

{{al}}



{% endfor %} {% endif %}
{% chat nickname=participant.label %} {% endblock %} {% block scripts %} {% endblock %}