{% extends "global/Page.html" %}
{% load otree static %}
{% block content %}
Indicate to what extent you agree or disagree with the following statements.
| Strongly disagree | Strongly agree | ||||||
| {{ field.label }} | {% for choice in field %}{{ choice }} | {% endfor %}
|---|