{% extends "global/Page.html" %} {% load otree %} {% block content %} {% load softhyphen_tags %}
Wenn Sie an das gesamte Angebot an Nachrichtenartikeln denken, wie hat Ihnen im Vergleich dazu das Angebot an kostenlosen Nachrichtenartikeln gefallen?
{% for choice in form.Sat_free_1 %} {% endfor %} {% for choice in form.Sat_free_2 %} {% endfor %} {% for choice in form.Sat_free_3 %} {% endfor %}
unbefrie­digend{{ choice }}zufrieden­stellend
unerfreu­lich{{ choice }}erfreulich
frustrierend{{ choice }}angenehm
unbefriedigend {% for choice in form.Sat_free_1%}

{{ choice }}

{% endfor %} zufriedenstellend
unerfreulich {% for choice in form.Sat_free_2 %}

{{ choice }}

{% endfor %} erfreulich
frustrierend {% for choice in form.Sat_free_3 %}

{{ choice }}

{% endfor %} angenehm
Wie schätzen Sie das Angebot an nicht kostenlos verfügbaren Nachrichtenartikeln ein?
{% for choice in form.Attr_paid_1 %} {% endfor %} {% for choice in form.Attr_paid_2 %} {% endfor %} {% for choice in form.Attr_paid_3 %} {% endfor %}
nicht zusagend{{ choice }}zusagend
schlecht{{ choice }}gut
nicht ansprech­end{{ choice }}ansprech­end
nicht zusagend {% for choice in form.Attr_paid_1%}

{{ choice }}

{% endfor %} zusagend
schlecht {% for choice in form.Attr_paid_2 %}

{{ choice }}

{% endfor %} gut
nicht ansprechend {% for choice in form.Attr_paid_3 %}

{{ choice }}

{% endfor %} ansprechend
{% endblock %}