{% extends "survey_pre_screen/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %} Social Media {% endblock %} {% block content %}
Strongly Agree | Neither Agree nor Disagree | Strongly Disagree |
---|
{{ field.label|linebreaks }} | {% for choice in field %}{{ choice }} | {% endfor %}
---|