{{ scale.title }}
{{ scale.instructions|safe }}
{% for id, question in scale.questions.items() %}
{{ id }}. {{ question }}
{% for option in range(scale.range[0], scale.range[1]+1) %}
{{ option }}
{% endfor %}
{% endfor %}