{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
For each item, indicate how much you agree or disagree with what the item says. Please respond to all the items; do not leave any blank. Choose only one response to each statement. Please be as accurate and honest as you can be. Respond to each item as if it were the only item. That is, don't worry about being "consistent" in your responses.
Choose from the following four response options:
| very true for me | somewhat true for me | somewhat false for me | very false for me | |
|---|---|---|---|---|
| Do you believe that STRANGERS can read YOUR mind better than others? | {% for number in MMQ_scales %}{% endfor %} | |||
| I have accurate insight into why I act the way I do | {% for number in MMQ_scales %}{% endfor %} | |||
| My thoughts are private and no one, but me, has access to them. | {% for number in MMQ_scales %}{% endfor %} | |||
| I believe that I am good at telling what another person is thinking. | {% for number in MMQ_scales %}{% endfor %} | |||
| I’m confident that I can tell what others are thinking. | {% for number in MMQ_scales %}{% endfor %} | |||
| I am rarely confident in my decisions. | {% for number in MMQ_scales %}{% endfor %} | |||
| When I watch a movie, I can always guess what the character will do next. | {% for number in MMQ_scales %}{% endfor %} | |||
| Sometimes, I think people have direct insight into what I am thinking. | {% for number in MMQ_scales %}{% endfor %} | |||
| Under the right conditions, I’m good at lying make people feel better. | {% for number in MMQ_scales %}{% endfor %} | |||
| I can tell someone one opinion, while thinking the opposite. | {% for number in MMQ_scales %}{% endfor %} | |||
| My thoughts often come out of know where. | {% for number in MMQ_scales %}{% endfor %} | |||
| How confident are you that others can guess what you are thinking? | {% for number in MMQ_scales %}{% endfor %} | |||
| Compared to my friends (On average), I am better at guessing what others think. | {% for number in MMQ_scales %}{% endfor %} | |||
| I have accurate insight into why I think the way I do. | {% for number in MMQ_scales %}{% endfor %} | |||
| I cannot lie, because people will know my intentions. | {% for number in MMQ_scales %}{% endfor %} | |||
| Advertisers are pretty accurate at knowing my current desires. | {% for number in MMQ_scales %}{% endfor %} | |||
| I can tell if others are teasing me. | {% for number in MMQ_scales %}{% endfor %} | |||
| When I fail, I know exactly why I failed. | {% for number in MMQ_scales %}{% endfor %} | |||
| If I find someone attractive, I believe that they know I find them attractive. | {% for number in MMQ_scales %}{% endfor %} | |||
| Compared to my friends (On average), I have better insight into my own thoughts and behaviors. | {% for number in MMQ_scales %}{% endfor %} | |||
| I’m good at keeping my thoughts to myself. | {% for number in MMQ_scales %}{% endfor %} | |||
| Do you believe in telepathy? | {% for number in MMQ_scales %}{% endfor %} | |||
| I’m confident I’m correct when I perform a new task. | {% for number in MMQ_scales %}{% endfor %} | |||
| I have high confidence in knowing who I am. | {% for number in MMQ_scales %}{% endfor %} |
#} {# Use the following scale to indicate your agreement with each of the questions.#} {#
#} {##} {##} {# 1 = very true for me 2 = somewhat true for me 3 = somewhat false for me 4 = very false for me #} {##} {#
#} {# {% for field in form %}#} {# {% formfield field %}#} {# {% endfor %}#} {% next_button %} {% endblock %}