{% extends "global/Page.html" %} {% load static %} {% block styles %} {% endblock %} {% block content %}
Please read carefully the following statements and indicate to what extent you agree with them.
{% for choice in form.mot_alert1 %} {% endfor %}{% for choice in form.mot_alert1 %} {% endfor %}
I felt distracted throughout the study.
Strongly disagree Strongly agree
{{ choice.label }}
{{ choice|safe }}
{% for choice in form.mot_alert2 %} {% endfor %}{% for choice in form.mot_alert2 %} {% endfor %}
I did not take the study very seriously.
Strongly disagree Strongly agree
{{ choice.label }}
{{ choice|safe }}
{% for choice in form.mot_alert3 %} {% endfor %}{% for choice in form.mot_alert3 %} {% endfor %}
I found it easy to concentrate and remain focused throughout the questionnaire.
Strongly disagree Strongly agree
{{ choice.label }}
{{ choice|safe }}
{% next_button %} {% endblock %}