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

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

'Helping others is my responsibility.'

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