{% extends "survey_pre_screen/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %} Importance of Skills {% endblock %} {% block content %}
64%

In your opinion, which of the following skills and assets are important for a candidate to have?

↓ Very Important Not Very Important ↓
{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label|linebreaks }}{{ choice }}
{% next_button %}
{% endblock %}