{% extends "global/Page.html" %} {% load otree %} {% block content %}
Bitte bewerten Sie folgende Aussagen hinsichtlich des gesamten Angebots an Nachrichtenartikeln, basierend auf Ihrer Erfahrung mit dem Angebot an kostenfreien Nachrichtenartikeln.
{% for choice in form.Unc_1 %} {% endfor %} {% for choice in form.Unc_2 %} {% endfor %} {% for choice in form.Unc_3 %} {% endfor %} {% for choice in form.Unc_4 %} {% endfor %}
stimme überhaupt nicht zu stimme voll und ganz zu
{{ form.Unc_1.label }}{{ choice }}
{{ form.Unc_2.label }}{{ choice }}
{{ form.Unc_3.label }}{{ choice }}
{{ form.Unc_4.label }}{{ choice }}
{% for choice in form.Unc_1 %} {% endfor %} {% for choice in form.Unc_2 %} {% endfor %} {% for choice in form.Unc_3 %} {% endfor %} {% for choice in form.Unc_4 %} {% endfor %}
stimme überhaupt nicht zu stimme voll und ganz zu
{{ form.Unc_1.label }}{{ choice }}
{{ form.Unc_2.label }}{{ choice }}
{{ form.Unc_3.label }}{{ choice }}
{{ form.Unc_4.label }}{{ choice }}
{{ form.Unc_1.label }}
stimme überhaupt nicht zu {% for choice in form.Unc_1 %}

{{ choice }}

{% endfor %} stimme voll und ganz zu
{{ form.Unc_2.label }}
stimme überhaupt nicht zu {% for choice in form.Unc_2 %}

{{ choice }}

{% endfor %} stimme voll und ganz zu
{{ form.Unc_3.label }}
stimme überhaupt nicht zu {% for choice in form.Unc_3 %}

{{ choice }}

{% endfor %} stimme voll und ganz zu
{{ form.Unc_4.label }}
stimme überhaupt nicht zu {% for choice in form.Unc_4 %}

{{ choice }}

{% endfor %} stimme voll und ganz zu
{% endblock %}