{% load otree %} {{ block title }}Final Survey{{ endblock }} {{ block content }}

How common do you think the following stereotypes are about your gender?

{# Choose a number between 1 and 5, where 1 means "extremely uncommon" and 5 means "extremely common."#} Choose from "Extremely Uncommon" to "Extremely Common."

{{ for field in form }} {{ for option in field }} {{ endfor }} {{ endfor }}
Extremely Uncommon Moderately Uncommon Neutral Moderately Common Extremely Common
{{ field.label }}{{ option }}
{{ next_button }}
{% include "final_survey/_debug_autofill.html" %} {{ endblock }}