{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
Using the following scale, please select one option.
| Definitely disagree | Slightly disagree | Neutral | Slightly Agree | Definitely Agree | |
|---|---|---|---|---|---|
| Success is based on survival of the fittest, I am not concerned about the losers. | {% for number in PPQ_scales %}{% endfor %} | ||||
| For me, what's right is whatever I can get away with. | {% for number in PPQ_scales %}{% endfor %} | ||||
| In today's world, I feel justified in doing anything I can get away with to succeed. | {% for number in PPQ_scales %}{% endfor %} | ||||
| My main purpose in life is getting as many goodies as I can. | {% for number in PPQ_scales %}{% endfor %} | ||||
| Making a lot of money is my most important goal. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I let others worry about higher values; my main concern is with the bottom line. | {% for number in PPQ_scales %}{% endfor %} | ||||
| People who are stupid enough to get ripped off usually deserve it. | {% for number in PPQ_scales %}{% endfor %} | ||||
| Looking out for myself is my top priority. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I tell other people what they want to hear so that they will do what I want them to do. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I would be upset if my success came at someone else's expense. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I often admire a really clever scam. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I make a point of trying not to hurt others in pursuit of my goals. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I enjoy manipulating other people's feelings. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I feel bad if my words or actions cause someone else to feel emotional pain. | {% for number in PPQ_scales %}{% endfor %} | ||||
| Even if I were trying very hard to sell something, I wouldn't lie about it. | {% for number in PPQ_scales %}{% endfor %} | ||||
| Cheating is not justified because it is unfair to others. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I find myself in the same kinds of trouble, time after time. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I am often bored. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I find that I am able to pursue one goal for a long time. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I don't plan anything very far in advance. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I quickly lose interest in tasks I start. | {% for number in PPQ_scales %}{% endfor %} | ||||
| Most of my problems are due to the fact that other people just don't understand me. | {% for number in PPQ_scales %}{% endfor %} | ||||
| Before I do anything, I carefully consider the possible consequences. | {% for number in PPQ_scales %}{% endfor %} | ||||
| I have been in a lot of shouting matches with other people. | {% for number in PPQ_scales %}{% endfor %} | ||||
| When I get frustrated, I often "let off steam" by blowing my top. | {% for number in PPQ_scales %}{% endfor %} | ||||
| Love is overrated. | {% for number in PPQ_scales %}{% endfor %} | ||||
| This is attention check item, please click the first choice to make sure you are paying attention to the items. | {% for number in PPQ_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 %}