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
{% for choice in form.quality_1 %}
{{ choice.label }}
{% endfor %}
{% for choice in form.quality_1 %}
{{ choice|safe }}
{% 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.