{% extends "global/Page.html" %} {% block title %}Questionnaire 2 of 3{% endblock %} {% block content %}

Please answer the following questions.

On a scale from 1 to 7, with 1 being strongly disagree, 4 being neither agree nor disagree, and 7 being strongly agree, please rate the following statements:

{{ form.Creativity1.label }}
{{ for choice in form.Creativity1 }} {{ endfor }} {{ for choice in form.Creativity1 }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Creativity2.label }}
{{ for choice in form.Creativity2 }} {{ endfor }} {{ for choice in form.Creativity2 }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Creativity3.label }}
{{ for choice in form.Creativity3 }} {{ endfor }} {{ for choice in form.Creativity3 }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Creativity4.label }}
{{ for choice in form.Creativity4 }} {{ endfor }} {{ for choice in form.Creativity4 }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Creativity5.label }}
{{ for choice in form.Creativity5 }} {{ endfor }} {{ for choice in form.Creativity5 }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Creativity6.label }}
{{ for choice in form.Creativity6 }} {{ endfor }} {{ for choice in form.Creativity6 }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Creativity7.label }}
{{ for choice in form.Creativity7 }} {{ endfor }} {{ for choice in form.Creativity7 }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Creativity8.label }}
{{ for choice in form.Creativity8 }} {{ endfor }} {{ for choice in form.Creativity8 }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{{ form.Creativity9.label }}
{{ for choice in form.Creativity9 }} {{ endfor }} {{ for choice in form.Creativity9 }} {{ endfor }}
{{ choice }}
{{ choice.label }}



{{ formfield 'Instrument' }}

{{ formfield 'Music_Training' }}

{{ formfield 'Music_Years' }}

{{ form.Music_Expert.label }}
{{ for choice in form.Music_Expert }} {{ endfor }} {{ for choice in form.Music_Expert }} {{ endfor }}
{{ choice }}
{{ choice.label }}


{% next_button %} {% endblock %}