{% 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.
… unbedeutend. {% for choice in form.Invol_1 %}

{{ choice }}

{% endfor %} … bedeutend.
… unwichtig. {% for choice in form.Invol_2 %}

{{ choice }}

{% endfor %} … wichtig.
… nutzlos. {% for choice in form.Invol_3 %}

{{ choice }}

{% endfor %} … nützlich.
… langweilig. {% for choice in form.Invol_4 %}

{{ choice }}

{% endfor %} … interessant.
… nicht notwendig. {% for choice in form.Invol_5 %}

{{ choice }}

{% endfor %} … notwendig.
… nicht wesentlich. {% for choice in form.Invol_6 %}

{{ choice }}

{% endfor %} … wesentlich.
Haben Sie aktuell ein oder mehrere Zeitungsabonnement(s)?
{% for choice in form.Subscription %}

{{ choice }}

{% endfor %}
{% endblock %}