{{ block title }} Question 1 {{ endblock }} {{ block content }}

{{ "가장 자신에게 알맞다고 생각하는 보기를 고르세요." }}

척도
{{ "나는.." }}
{{ "1" }}           {{ "2" }}            {{ "3" }}            {{ "4" }}           {{ "5" }}        
{{ form.창의.label }}
{{ for choice in form.창의 }}   {{ choice }}        {{ endfor }}
{{ form.독창적.label }}
{{ for choice in form.독창적 }}   {{ choice }}        {{ endfor }}
{{ form.상상력.label }}
{{ for choice in form.상상력 }}   {{ choice }}        {{ endfor }}
{{ form.완벽.label }}
{{ for choice in form.완벽 }}   {{ choice }}        {{ endfor }}
{{ form.능률.label }}
{{ for choice in form.능률 }}   {{ choice }}        {{ endfor }}
{{ form.믿음.label }}
{{ for choice in form.믿음 }}   {{ choice }}        {{ endfor }}
{{ form.침울.label }}
{{ for choice in form.침울 }}   {{ choice }}        {{ endfor }}
{{ form.우울.label }}
{{ for choice in form.우울 }}   {{ choice }}        {{ endfor }}
{{ form.걱정.label }}
{{ for choice in form.걱정 }}   {{ choice }}        {{ endfor }}
{{ form.조용.label }}
{{ for choice in form.조용 }}   {{ choice }}        {{ endfor }}
{{ form.수다.label }}
{{ for choice in form.수다 }}   {{ choice }}        {{ endfor }}
{{ form.외향.label }}
{{ for choice in form.외향 }}   {{ choice }}        {{ endfor }}
{{ form.친절.label }}
{{ for choice in form.친절 }}   {{ choice }}        {{ endfor }}
{{ form.이타.label }}
{{ for choice in form.이타 }}   {{ choice }}        {{ endfor }}
{{ form.용서.label }}
{{ for choice in form.용서 }}   {{ choice }}        {{ endfor }}

{{ endblock }}