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

{% trans "How would you characterize your behavior towards other players?" %}
{% trans "Please indicate in a scale from 0 (nothing) to 5 (max)." %}

{% for field in form %} {% endfor %}
0 1 2 3 4 5
{{ field.label }}

{% blocktrans trimmed %} Empathy is our feeling of awareness toward other people's emotions and an attempt to understand how they feel. {% endblocktrans %}

{% next_button %} {% endblock %} {% block scripts %} {% endblock %}