{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Survey {% endblock %} {% block content %}
Using the following scale, please select the category that conforms to the frequency with which you have carried out the following acts.
| Never | Once | More than once | Often | Very often | |
|---|---|---|---|---|---|
| I have helped push a stranger's car that was broken down or out of gas. | {% for number in aps_scales %}{% endfor %} | ||||
| I have given directions to a stranger. | {% for number in aps_scales %}{% endfor %} | ||||
| I have made change for a stranger. | {% for number in aps_scales %}{% endfor %} | ||||
| I have given money to a charity. | {% for number in aps_scales %}{% endfor %} | ||||
| I have given money to a stranger who needed it (or asked me for it). | {% for number in aps_scales %}{% endfor %} | ||||
| I have donated goods or clothes to a charity. | {% for number in aps_scales %}{% endfor %} | ||||
| I have done volunteer work for a charity. | {% for number in aps_scales %}{% endfor %} | ||||
| I have donated blood. | {% for number in aps_scales %}{% endfor %} | ||||
| I have helped carry a stranger's belongings (books, parcels, etc). | {% for number in aps_scales %}{% endfor %} | ||||
| I have delayed an elevator and held the door open for a stranger. | {% for number in aps_scales %}{% endfor %} | ||||
| I have allowed someone to go ahead of me in a lineup (in the supermarket, at a copy machine, at a fast-food restaurant). | {% for number in aps_scales %}{% endfor %} | ||||
| I have travelled back in time. (The purpose of this question is to check if you are paying attention. Please select "Often".) | {% for number in aps_scales %}{% endfor %} | ||||
| I have given a stranger a lift in my car. | {% for number in aps_scales %}{% endfor %} | ||||
| I have pointed out a clerk's error (in a bank, at the supermarket) in undercharging me for an item. | {% for number in aps_scales %}{% endfor %} | ||||
| I have let a neighbor whom I didn't know too well borrow an item of some value to me (eg, a dish, tools, etc). | {% for number in aps_scales %}{% endfor %} | ||||
| I have bought ``charity" holiday cards deliberately because I knew it was a good cause. | {% for number in aps_scales %}{% endfor %} | ||||
| I have helped a classmate who I did not know that well with an assignment when my knowledge was greater than his or hers. | {% for number in aps_scales %}{% endfor %} | ||||
| I have, before being asked, voluntarily looked after a neighbor's pets or children without being paid for it. | {% for number in aps_scales %}{% endfor %} | ||||
| I have offered to help a handicapped or elderly stranger across a street. | {% for number in aps_scales %}{% endfor %} | ||||
| I have offered my seat on a bus or train to a stranger who was standing. | {% for number in aps_scales %}{% endfor %} | ||||
| I have helped an acquaintance to move households. | {% for number in aps_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 %}