{% extends "global/Page.html" %} {% load otree static %} {% block title %} In the academic/university context, please indicate the extent to which you agree or disagree with the following statements {% endblock %} {% block content %} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Strongly disagree Disagree Neither agree nor disagree Agree Strongly agree
{{ field.label }}
{{ choice }}
{% next_button %} {% endblock %}