{{ block title }} Social-Demographic Questionnaire {{ endblock }} {{ block content }}

This is the last part of our experiment. Please answer the following questions.

{# ============================================================ DESKTOP: individual cards, one per question ============================================================ #}
{% for item in items %}

{{ forloop.counter }} {{ item.label }}

{% for choice_value, choice_label in item.choices %} {% endfor %}
{% endfor %}
{# ============================================================ MOBILE: accordion, one panel per question ============================================================ #}
{% for item in items %}
{% endfor %}
{{ next_button }} {{ endblock }}