{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %}
{% if treatment == "FreeTool" %} How do you feel about the offer of a free tool that you were presented with? {% elif treatment == "ComplimentaryTool" %} How do you feel about the offer of a complimentary tool that you were presented with? {% elif treatment == "Tool" %} How do you feel about the offer of a tool that you were presented with? {% elif treatment == "AlternativeVersion" %} How do you feel about the offer of an alternative version of the task that you were presented with? {% endif %}
{% endblock %}