{% extends "global/Page.html" %} {% load otree %} {% block title %} First Stage: Question 16 {% endblock %} {% block content %}

Please indicate how much you agree with the following statement (1 = Strongly Disagree, 7 = Strongly Agree):

'I care about the well-being of others, even if I do not benefit personally.'

Strongly Disagree Strongly Agree
{% for choice in form.care_others %} {% endfor %}
{% next_button %} {% endblock %}