{% block title %}
Questionnaire 6
{% endblock %}
{% block content %}
Part 1
When you decide whether something is right or wrong, to what extent are the
following considerations relevant to your thinking? “Not at all relevant” (This consideration has nothing
to do with my judgments of right and wrong) and “Extremely relevant” (This is one of the most important
factors when I judge right and wrong).
|
Not at all relevant |
Not very relevant |
Slightly relevant |
Somewhat relevant |
Very relevant |
Extremely relevant |
| Whether or not someone suffered emotionally. |
{% for choice in form.suffer %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.suffer %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not some people were treated differently than others. |
{% for choice in form.treat %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.treat %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone’s action showed love for his or her country. |
{% for choice in form.love %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.love %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone showed a lack of respect for authority. |
{% for choice in form.respect %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.respect %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone violated standards of purity and decency. |
{% for choice in form.violate %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.violate %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone was good at math. |
{% for choice in form.math %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.math %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone cared for someone weak or vulnerable. |
{% for choice in form.care %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.care %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone acted unfairly. |
{% for choice in form.unfair %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.unfair %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone did something to betray his or her group. |
{% for choice in form.betray %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.betray %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| To see whether you respond carefully, please select ‘Not very relevant’ for this question. |
{% for choice in form.check %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.check %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone conformed to the traditions of society. |
{% for choice in form.conform %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.conform %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone did something disgusting. |
{% for choice in form.disgust %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.disgust %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone was cruel. |
{% for choice in form.cruel %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.cruel %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone was denied his or her rights. |
{% for choice in form.deny %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.deny %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone showed a lack of loyalty. |
{% for choice in form.loyalty %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.loyalty %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not an action caused chaos or disorder. |
{% for choice in form.chaos %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.chaos %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Whether or not someone acted in a way that God would approve of. |
{% for choice in form.god %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.god %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
Part 2
Please read the following sentences and indicate your agreement or disagreement:
|
Strongly disagree |
Moderately disagree |
Slightly disagree |
Slightly agree |
Moderately agree |
Strongly agree |
| Compassion for those who are suffering is the most crucial virtue. |
{% for choice in form.compassion %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.compassion %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| When the government makes laws, the number one principle should be ensuring that everyone is treated fairly. |
{% for choice in form.law %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.law %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| I am proud of my country’s history. |
{% for choice in form.proud %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.proud %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Respect for authority is something all children need to learn. |
{% for choice in form.learn %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.learn %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| People should not do things that are disgusting, even if no one is harmed. |
{% for choice in form.harm %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.harm %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| It is better to do good than to do bad. |
{% for choice in form.good %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.good %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| One of the worst things a person could do is hurt a defenseless animal. |
{% for choice in form.defendless %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.defendless %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Justice is the most important requirement for a society. |
{% for choice in form.justice %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.justice %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| People should be loyal to their family members, even when they have done something wrong. |
{% for choice in form.wrong %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.wrong %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Men and women each have different roles to play in society. |
{% for choice in form.roles %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.roles %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| I would call some acts wrong on the grounds that they are unnatural. |
{% for choice in form.unnatural %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.unnatural %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| It can never be right to kill a human being. |
{% for choice in form.kill %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.kill %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| I think it’s morally wrong that rich children inherit a lot of money while poor children inherit nothing. |
{% for choice in form.inherit %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.inherit %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| It is more important to be a team player than to express oneself. |
{% for choice in form.team %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.team %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| If I were a soldier and disagreed with my commanding officer’s orders, I would obey anyway because that is my duty. |
{% for choice in form.duty %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.duty %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
| Chastity is an important and valuable virtue. |
{% for choice in form.chastity %}
{% if forloop.counter <= 6 %}
{{ choice }} |
{% endif %}
{% endfor %}
{% for choice in form.chastity %}
{% if forloop.counter > 6 %}
| {{ choice }} |
{% endif %}
{% endfor %}
{% next_button %}
{% endblock %}