{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Survey Page 7 {% endblock %} {% block content %}
Please read each of the following statements and then use the response scale below to indicate whether you agree or disagree with it. There are no right or wrong answers. Work quickly and mark the answer that best describes what you believe and how you feel. Make sure that you respond to all the questions
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}