{% extends "survey_pre_screen/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %} Importance of Skills {% endblock %} {% block content %}
In your opinion, which of the following skills and assets are important for a candidate to have?
↓ Very Important | Not Very Important ↓ |
---|
{{ field.label|linebreaks }} | {% for choice in field %}{{ choice }} | {% endfor %}
---|