{% 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:

{% for number in ts_scales %} {% endfor %} {% for number in ts_scales %} {% endfor %} {% for number in ts_scales %} {% endfor %} {% for number in ts_scales %} {% endfor %} {% for number in ts_scales %} {% endfor %}
Strongly Disagree Disagree Neutral Agree Strongly Agree
Most people tell a lie when they can benefit by doing so.
Those devoted to unselfish causes are often exploited by others.
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.
Most people are basically honest.
There will be more people who will not work if the social security system is developed further.
{% next_button %} {% endblock %}