This survey is intended to help mapping mainstream social networks' impact, perceived or actual threats related to them, perception of these, and possible ways of handling them.
This survey is anonymous. No potentially identifying data (like IP addresses, user-agent strings, etc) will be logged nor used in the analysis.
There are 2 sections in this survey. The first one is the questionnaire with 5 questions pertaining to your use of mainstream social networks. All these questions need to be answered for the survey to be considered complete. The second section contains 4 personal questions that will help us in the analysis of gathered data; these questions are not required, but answers would be very helpful.
{% set submitted = false %}
{% for p in post %}{% if (loop.last) %}
{% set submitted = true %}
{% for e in errors %}{% if (loop.last) %}
{% set submitted = false %}
{% endif %}{% endfor %}
{% endif %}{% endfor %}
{% if (submitted) %}
The survey has been successfully submitted. Thank you! Information on the results of the survey and the resulting article will be published here. This might, however, take some time - your patience is greatly appreciated.
{% elif (errors["save"]) %}
An error occured while saving your survey - we're sorry! Thank you for your contribution. We would appreciate if you tried at some later time
{% elif (errors["repeat"]) %}
You seem to have already filled this survey before. Thank you for your contribution, but we would prefer to have a single survey per participant.
{% else %}
{% macro posted_text(name) %}{% if (post[name]) %}{{ post[name] }}{% endif %}{% endmacro %}
{% macro posted_radio(name, val) %}{% if (post[name] == val) %} checked{% endif %}{% endmacro %}
{% macro fieldset_class(s, q) %}question {{s}} {{q}}{% if (errors) && (errors[s]) %}{% if (errors[s][q] === false) %} error{% elseif (errors[s][q]) %} error{% endif %}{% endif %}{% endmacro %}
{% macro field_error(s, q, f) %}{% if (errors) && (errors[s]) and (errors[s][q]) -%}
{%- for e in errors[s][q] -%}
{%- if f === e %} error{% endif -%}
{%- endfor -%}
{%- endif %}{% endmacro %}
{% endif %}