{% extends "global/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% trans "Part 2 - Questionnaire 2" %} {% endblock %} {% block content %}

{% trans "Please write down three emotions you are feeling right now" %}

{% trans "To what degree do you feel ..." %}
{% trans "Please indicate in a scale from 0 (nothing) to 5 (max)." %}

{% for field in form %} {% if "emotion" not in field.name %} {% endif %} {% endfor %}
0 1 2 3 4 5
{{ field.label }}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}