{% extends "global/Page.html" %} {% load otree %} {% block content %}
| … 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. |
{{ choice }}
{% endfor %}