{% extends "global/Page.html" %} {% load otree %} {% block title %}Part 4 Final Survey (2/8){% endblock %} {% block content %}

To What extent are you experiencing the emotion of "fear" at the moment?

{# 只有一个题目时,用 formfield 渲染最简洁 #}
Not at all A lot
{{ formfield 'fear_level' label='' }}
{% endblock %} {% block scripts %} {% endblock %}