{% extends "PartB/Page.html" %}
{% load otree static %}
{% block title %}
Survey
{% endblock %}
{% block content %}
In the following, please answer the questions and rate the statements on a scale from "I strongly disagree" (1) to "I strongly agree" (7).
Please be honest and give the first answer that intuitively comes to your mind.
| {# | #} | I strongly disagree |
I strongly agree |
|||||
|---|---|---|---|---|---|---|---|---|
| {{ field.label }} | {% for choice in field %}{{ choice.tag }} | {% endfor %}