{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
For the following questions, please indicate your current thoughts and feelings about the person who hurt you.
Use the following scale to indicate your agreement with each of the questions.
Strongly Disagree | Disagree | Neutral | Agree | Strongly Agree | |
---|---|---|---|---|---|
I'll make him/her pay. | {% for number in rs_scales %}{% endfor %} | ||||
I keep as much distance between us as possible. | {% for number in rs_scales %}{% endfor %} | ||||
I wish that something bad would happen to him/her. | {% for number in rs_scales %}{% endfor %} | ||||
I live as if he / she doesn't exist, isn't around. | {% for number in rs_scales %}{% endfor %} | ||||
I don't trust him / her. | {% for number in rs_scales %}{% endfor %} | ||||
I want him / her to get what he / she deserves. | {% for number in rs_scales %}{% endfor %} | ||||
I find it difficult to act warmly toward him / her. | {% for number in rs_scales %}{% endfor %} | ||||
I avoid him / her. | {% for number in rs_scales %}{% endfor %} | ||||
I'm going to get even. | {% for number in rs_scales %}{% endfor %} | ||||
I cut off the relationship with him / her. | {% for number in rs_scales %}{% endfor %} | ||||
I want to see him / her hurt and miserable. | {% for number in rs_scales %}{% endfor %} | ||||
I withdraw from him / her. | {% for number in rs_scales %}{% endfor %} |
#} {# Use the following scale to indicate your agreement with each of the questions.#} {#
#} {##} {##} {# 1= Strongly Disagree 2 = Disagree 3 = Neutral 4 = Agree 5 = Strongly Agree#} {##} {#
#} {# {% for field in form %}#} {# {% formfield field %}#} {# {% endfor %}#} {% next_button %} {% endblock %}