{% extends "global/Page.html" %} {% load static %} {% block styles %} {% endblock %} {% block content %}
Please answer the following questions
{% block global_styles %} {% endblock %} {% for choice in form.quality_1 %} {% endfor %} {% for choice in form.quality_1 %} {% endfor %}
I think that the {% if treatment == "FreeTool" %}free tool {% elif treatment == "ComplimentaryTool" %}complimentary tool {% elif treatment == "Tool" %}tool {% elif treatment == "AlternativeVersion" %}alternative version of the task {% endif %} will/would very ineffective (1) / very effective (7) in improving my performance on the matrices task.
Very ineffective Very effective
{{ choice.label }}
{{ choice|safe }}
{% for choice in form.quality_2 %} {% endfor %} {% for choice in form.quality_2 %} {% endfor %}
I think that the {% if treatment == "FreeTool" %}free tool {% elif treatment == "ComplimentaryTool" %}complimentary tool {% elif treatment == "Tool" %}tool {% elif treatment == "AlternativeVersion" %}alternative version of the task {% endif %} will/would very ineffective (1) / very effective (7) in maximizing my final payout.
Very ineffective Very effective
{{ choice.label }}
{{ choice|safe }}
{% next_button %}
{% endblock %}