{% extends "global/Page.html" %} {% load otree static %} {% block title %} Attitude towards Risk {% endblock %} {% block content %}

Please answer the following questions. Consider: 1 Strongly disagree - 5 Strongly agree.

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label }}{{ choice }}
{% next_button %} {% endblock %}