{% extends "global/Page.html" %} {% load otree %} {% block title %}

{% endblock %} {% block content %}

You will find a series of statements below. Please read each statement carefully and indicate the extent to which you agree with each statement using the scale provided.

{% for choice in form.ethics_1 %} {% endfor %} {% for choice in form.ethics_2 %} {% endfor %} {% for choice in form.ethics_3 %} {% endfor %} {% for choice in form.ethics_4 %} {% endfor %} {% for choice in form.ethics_5 %} {% endfor %} {% for choice in form.ethics_6 %} {% endfor %} {% for choice in form.ethics_7 %} {% endfor %} {% for choice in form.ethics_8 %} {% endfor %}
 

1
Strongly Disagree

2
Disagree

3
Neither Agree nor Disagree

4
Agree

5
Strongly Agree

The existence of potential harm to others is always wrong, irrespective of the benefits to be gained.{{ choice }}
One should not perform an action which might in any way threaten the dignity and welfare of another individual.{{ choice }}
If an action could harm an innocent other, then it should not be done.{{ choice }}
Moral standards should be seen as being individualistic; what one person considers to be moral may be judged to be immoral by another person. {{ choice }}
Questions of what is ethical for everyone can never be resolved since what is moral or immoral is up to the individual.{{ choice }}
Moral standards are simply personal rules which indicate how a person should behave, and are not to be applied in making judgments of others.{{ choice }}
No rule concerning lying can be formulated; whether a lie is permissible or not totally depends on the situation.{{ choice }}
Whether a lie is judged to be moral or immoral depends upon the circumstances surrounding the action.{{ choice }}

Please click the ‘CONTINUE’ button to proceed.

{% endblock %}