{% extends "global/Page.html" %} {% load otree static %} {% block title %} Liking Questionnaire {% endblock %} {% block content %}
Please rate the person in the image below according to the statements and scales provided.
{% for field in form %} {% for choice in field %} {% if choice.choice_label == '5' %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ " " }} {{ "Not at all" }} {{ "----------" }} {{ "----------" }} {{ "----------" }} {{ "Very much "}}
{{ field.label }} {{ choice }} {{ choice }}

{% next_button %} {% endblock %}