{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire {% endblock %} {% block content %} {{ form.left_right.errors }}

In politics, people sometimes talk about "left" and "right". Where would you place yourself on a scale from "extreme left" to "extreme right"?

extreme left     {{ form.left_right }} extreme right

{% endblock %}