{% extends "survey_pre_screen/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %} Social Media {% endblock %} {% block content %}
82%

We are trialling a recruitment system that uses social media data we would like to ask you a few questions about your opinion on social media and its use in recruitment.

About how often do you visit or use... {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Many times a day A few times a day About once a day A few times a week Every few weeks Less often Never
{{ field.label|linebreaks }}{{ choice }}
{% next_button %}
{% endblock %}