{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Survey {% endblock %} {% block content %}
Using the following scale, please indicate how much you agree or disagree with the following statements:
| Strongly Disagree | Disagree | Neutral | Agree | Strongly Agree | |
|---|---|---|---|---|---|
| Most people tell a lie when they can benefit by doing so. | {% for number in ts_scales %}{% endfor %} | ||||
| Those devoted to unselfish causes are often exploited by others. | {% for number in ts_scales %}{% endfor %} | ||||
| Some people do not cooperate because they pursue only their own short-term self-interest. Thus, things that can be done well if people cooperate often fail because of these people. | {% for number in ts_scales %}{% endfor %} | ||||
| Most people are basically honest. | {% for number in ts_scales %}{% endfor %} | ||||
| There will be more people who will not work if the social security system is developed further. | {% for number in ts_scales %}{% endfor %} |