{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block styles %} {% endblock %} {% block content %}

Please tell me, in general, how willing or unwilling you are to take risks. Please use a scale from 0 to 10, where 0 means completely unwilling to take risks and a 10 means you are very willing to take risks. You can also use any numbers between 0 and 10 to indicate where you fall on the scale, like 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, or 10.

{% for field in form %} {% if forloop.counter == 1 %}
{% for choice in field %} {% if forloop.counter <= 10 %} {% elif forloop.counter > 10 %} {% endif %} {% endfor %}
Completely unwilling to take risks {{ choice }}
{{forloop.counter|add:"-1"}}
{{ choice }}
{{forloop.counter|add:"-1"}}
Very willing to take risks
{% endif %} {% endfor %}




{% endblock %} {% block scripts %} {% endblock %}