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