{{ scale.title }}

{{ scale.instructions }}

{% for question in scale.questions %}
{% for option in range(question.range[0], question.range[1]+1) %} {% endfor %}
{% endfor %}