{% extends "global/Page.html" %} {% load otree %} {% block content %}
Wie hat Ihnen das Angebot an kostenlosen Nachrichtenartikeln angesichts des gesamten Angebots 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 %}
unbefriedigend{{ choice }}zufriedenstellend
unerfreulich{{ choice }}erfreulich
frustrierend{{ choice }}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 ansprechend{{ choice }}ansprechend
{% endblock %}