{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
The following statements inquire about your thoughts and feelings in a variety of situations. For each item, indicate how well it describes you by choosing the appropriate letter on the scale at the top of the page: A, B, C, D, or E. When you have decided on your answer, fill in the letter next to the item number. READ EACH ITEM CAREFULLY BEFORE RESPONDING. Answer as honestly as you can. Thank you
Use the following scale to indicate your agreement with each of the questions.
| A.does not describe me well | B. --- | C. ---- | D.---- | E.describes very well | |
|---|---|---|---|---|---|
| I often have tender, concerned feelings for people less fortunate than me. | {% for number in IRI_scales %}{% endfor %} | ||||
| Sometimes I don't feel very sorry for other people when they are having problems. | {% for number in IRI_scales %}{% endfor %} | ||||
| When I see someone being taken advantage of, I feel kind of protective towards them. | {% for number in IRI_scales %}{% endfor %} | ||||
| Other people's misfortunes do not usually disturb me a great deal. | {% for number in IRI_scales %}{% endfor %} | ||||
| When I see someone being treated unfairly, I sometimes don't feel very much pity for them. | {% for number in IRI_scales %}{% endfor %} | ||||
| I am often quite touched by things that I see happen. | {% for number in IRI_scales %}{% endfor %} | ||||
| I would describe myself as a pretty soft-hearted person. | {% for number in IRI_scales %}{% endfor %} |
#} {# Use the following scale to indicate your agreement with each of the questions.#} {#
#} {##} {##} {# A = does not describe me well B = C = D = E = describe me very well#} {##} {#
#} {# {% for field in form %}#} {# {% formfield field %}#} {# {% endfor %}#} {% next_button %} {% endblock %}