{% 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.
| does not describe me well | --- | ---- | ---- | describes very well | |
|---|---|---|---|---|---|
| I daydream and fantasize, with some regularity, about things that might happen to me. | {% for number in IRI_scales %}{% endfor %} | ||||
| I often have tender, concerned feelings for people less fortunate than me. | {% for number in IRI_scales %}{% endfor %} | ||||
| I sometimes find it difficult to see things from the "other guy's" point of view. | {% 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 %} | ||||
| I really get involved with the feelings of the characters in a novel. | {% for number in IRI_scales %}{% endfor %} | ||||
| In emergency situations, I feel apprehensive and ill-at-ease. | {% for number in IRI_scales %}{% endfor %} | ||||
| I am usually objective when I watch a movie or play, and I don't often get completely caught up in it. | {% for number in IRI_scales %}{% endfor %} | ||||
| I try to look at everybody's side of a disagreement before I make a decision. | {% 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 %} | ||||
| I sometimes feel helpless when I am in the middle of a very emotional situation. | {% for number in IRI_scales %}{% endfor %} | ||||
| I sometimes try to understand my friends better by imagining how things look from their perspective. | {% for number in IRI_scales %}{% endfor %} | ||||
| Becoming extremely involved in a good book or movie is somewhat rare for me. | {% for number in IRI_scales %}{% endfor %} | ||||
| When I see someone get hurt, I tend to remain calm. | {% for number in IRI_scales %}{% endfor %} | ||||
| Other people's misfortunes do not usually disturb me a great deal. | {% for number in IRI_scales %}{% endfor %} | ||||
| If I'm sure I'm right about something, I don't waste much time listening to other people's arguments. | {% for number in IRI_scales %}{% endfor %} | ||||
| After seeing a play or movie, I have felt as though I were one of the characters. | {% for number in IRI_scales %}{% endfor %} | ||||
| Being in a tense emotional situation scares me. | {% 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 usually pretty effective in dealing with emergencies. | {% for number in IRI_scales %}{% endfor %} | ||||
| I am often quite touched by things that I see happen. | {% for number in IRI_scales %}{% endfor %} | ||||
| I believe that there are two sides to every question and try to look at them both. | {% for number in IRI_scales %}{% endfor %} | ||||
| I would describe myself as a pretty soft-hearted person. | {% for number in IRI_scales %}{% endfor %} | ||||
| When I watch a good movie, I can very easily put myself in the place of a leading character. | {% for number in IRI_scales %}{% endfor %} | ||||
| I tend to lose control during emergencies. | {% for number in IRI_scales %}{% endfor %} | ||||
| When I'm upset at someone, I usually try to "put myself in his shoes" for a while. | {% for number in IRI_scales %}{% endfor %} | ||||
| When I am reading an interesting story or novel, I imagine how I would feel if the events in the story were happening to me. | {% for number in IRI_scales %}{% endfor %} | ||||
| When I see someone who badly needs help in an emergency, I go to pieces. | {% for number in IRI_scales %}{% endfor %} | ||||
| Before criticizing somebody, I try to imagine how I would feel if I were in their place. | {% for number in IRI_scales %}{% endfor %} |
#} {# Use the following scale to indicate your agreement with each of the questions.#} {#
#} {##} {##} {# 1 = does not describe me well 2 = 3 = 4 = 5 = describe me very well#} {##} {#
#} {# {% for field in form %}#} {# {% formfield field %}#} {# {% endfor %}#} {% next_button %} {% endblock %}