{% extends "global/Page.html" %} {% load static otree %} {% block content %}
Ending questions
{% for word, anagram, tabs in pair_select %} {% endfor %}
# Anagram How difficult was this anagram? (1 = 'Not difficult at all', 5 = 'Very difficult')
{{forloop.counter}} {{anagram}}

1 2 3 4 5
{% endblock %} {% block scripts %} {% endblock %}