{% extends "global/Page.html" %} {% load otree %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} Part {{ part_index }} - Question 1 {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
How well do the following statements describe you as a person? Please indicate your answer on a scale from 0 to 10. A 0 means “does not describe me at all” and a 10 means “describes me perfectly”. You can also use any numbers between 0 and 10 to indicate where you fall on the scale, like 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.
| Doesn't describe | Describes perfectly | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {% for i in levels %} | {{ i }} | {% endfor %}||||||||||
| {{ field.label }} | {% for choice in field %}{{ choice }} {% endfor %} | ||||||||||