{% extends "global/Page.html" %} {% load static %} {% block styles %} {% endblock %} {% block content %}

Before you start with the task, we would like you to answer a couple of questions.

Please indicate the extent to which you agree or disagree with the following statements:

{# ---------- helper macro not allowed, so repeat three blocks --------- #} {% for choice in form.fair_3 %} {% endfor %} {% for choice in form.fair_3 %} {% endfor %}
{% if treatment == "FreeTool" %}The offer of a free tool {% elif treatment == "ComplimentaryTool" %}The offer of a complimentary tool {% elif treatment == "Tool" %}The offer of a tool {% elif treatment == "AlternativeVersion" %}The offer of an alternative version of the task {% endif %} I was presented with was suspicious.
Strongly disagree Neither agree nor disagree Strongly agree
{{ choice.label }}
{{ choice|safe }}
{% for choice in form.fair_1 %} {% endfor %} {% for choice in form.fair_1 %} {% endfor %}
{% if treatment == "FreeTool" %}The offer of a free tool {% elif treatment == "ComplimentaryTool" %}The offer of a complimentary tool {% elif treatment == "Tool" %}The offer of a tool {% elif treatment == "AlternativeVersion" %}The offer of an alternative version of the task {% endif %} I was presented with was questionable.
Strongly disagree Neither agree nor disagree Strongly agree
{{ choice.label }}
{{ choice|safe }}
{% for choice in form.fair_2 %} {% endfor %} {% for choice in form.fair_2 %} {% endfor %}
{% if treatment == "FreeTool" %}The offer of a free tool {% elif treatment == "ComplimentaryTool" %}The offer of a complimentary tool {% elif treatment == "Tool" %}The offer of a tool {% elif treatment == "AlternativeVersion" %}The offer of an alternative version of the task {% endif %} I was presented with was honest.
Strongly disagree Neither agree nor disagree Strongly agree
{{ choice.label }}
{{ choice|safe }}
{% next_button %} {% endblock %}