{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please indicate the extent to which you agree or disagree with the following statements about your partner during the chat session. {% endblock %} {% block content %} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Strongly disagree Disagree Somewhat disagree Neither agree nor disagree Somewhat agree Agree Strongly agree
{{ field.label }}
{{ choice }}
{% next_button %} {% endblock %}