{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Survey {% endblock %} {% block content %}
Please say how much you agree or disagree with the following statements:
| Strongly Disagree | Disagree | Neutral | Agree | Strongly Agree | #} {#|
|---|---|---|---|---|---|
| Strongly Disagree | Disagree | Neutral | Agree | Strongly Agree | |
| Most people are basically honest. | {% for number in gts_scales %}{% endfor %} | ||||
| Most people are trustworthy. | {% for number in gts_scales %}{% endfor %} | ||||
| Most people are basically good and kind. | {% for number in gts_scales %}{% endfor %} | ||||
| Most people are trustful of others. | {% for number in gts_scales %}{% endfor %} | ||||
| I am trustful. | {% for number in gts_scales %}{% endfor %} | ||||
| Most people will respond in kind when they are trusted by others. | {% for number in gts_scales %}{% endfor %} |