{% extends "global/Page.html" %} {% load static %} {% block content %}
What did you consider when deciding whether {% if treatment == "FreeTool" %} to use a free tool {% elif treatment == "ComplimentaryTool" %} whether to use a complimentary tool {% elif treatment == "Tool" %} whether to use a tool {% elif treatment == "AlternativeVersion" %} whether to perform the task in an alternative version {% endif %} or to do the task as in the trial rounds?
{# add Bootstrap mt-3 (margin-top: 1rem) so the button isn't glued to the box #}
{% next_button %}
{% endblock %}