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

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

'I feel a moral obligation to help people in need.'

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