{% 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.
| I felt distracted throughout the study. |
| Strongly disagree |
|
Strongly agree |
{% for choice in form.mot_alert1 %}
| {{ choice.label }} |
{% endfor %}
{% for choice in form.mot_alert1 %}
| {{ choice|safe }} |
{% endfor %}
| I did not take the study very seriously. |
| Strongly disagree |
|
Strongly agree |
{% for choice in form.mot_alert2 %}
| {{ choice.label }} |
{% endfor %}
{% for choice in form.mot_alert2 %}
| {{ choice|safe }} |
{% endfor %}
| I found it easy to concentrate and remain focused throughout the questionnaire. |
| Strongly disagree |
|
Strongly agree |
{% for choice in form.mot_alert3 %}
| {{ choice.label }} |
{% endfor %}
{% for choice in form.mot_alert3 %}
| {{ choice|safe }} |
{% endfor %}
{% next_button %}
{% endblock %}