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

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

'I am willing to help others even when it involves a personal cost.'

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