{% extends "global/Page.html" %} {% load otree %} {% block content %}
Bitte geben Sie an, inwieweit Sie den folgenden Aussagen zustimmen.
Für mich sind Nachrichtenwebseiten …
{% for choice in form.Invol_1 %} {% endfor %} {% for choice in form.Invol_2 %} {% endfor %} {% for choice in form.Invol_3 %} {% endfor %} {% for choice in form.Invol_4 %} {% endfor %} {% for choice in form.Invol_5 %} {% endfor %} {% for choice in form.Invol_6 %} {% endfor %}
… unbedeutend.{{ choice }}… bedeutend.
… unwichtig.{{ choice }}… wichtig.
… nutzlos.{{ choice }}… nützlich.
… langweilig.{{ choice }}… interessant.
… nicht notwendig.{{ choice }}… notwendig.
… nicht wesentlich.{{ choice }}… wesentlich.
Haben Sie aktuell ein oder mehrere Zeitungsabonnement(s)?
{% for choice in form.Subscription %}

{{ choice }}

{% endfor %}
{% endblock %}