{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Follow-Up Questionnaire {% endblock %} {% block content %}

Please answer the questions below. When finished, click "Next."


How did you feel about your performance?

{% for radio in form.feeling_performance %} {% endfor %} {% for radio in form.feeling_performance %} {% endfor %}

How often did you think about how your performance compared to other participants in the experiment?

{% for radio in form.ranking_salience %} {% endfor %} {% for radio in form.ranking_salience %} {% endfor %}

Were you nervous or concerned about how well your performance compared to other participants in the experiment?

{% for radio in form.ranking_concern %} {% endfor %} {% for radio in form.ranking_concern %} {% endfor %}

How much did thinking about how your performance compared to other participants interfere with your ability to concentrate and make decisions?

{% for radio in form.ranking_interference %} {% endfor %} {% for radio in form.ranking_interference %} {% endfor %}


Please indicate the extent to which you agree with the following:

I wanted my investments in socially responsible projects to be larger than those of the other managers.

{% for radio in form.high_investment_desire %} {% endfor %} {% for radio in form.high_investment_desire %} {% endfor %}

I wanted my investments in socially responsible projects to have a higher average impact score than those of the other managers.

{% for radio in form.high_impact_desire %} {% endfor %} {% for radio in form.high_impact_desire %} {% endfor %}

I wanted my investments in socially responsible projects to have a greater potential return than those of the other managers.

{% for radio in form.high_impact_desire %} {% endfor %} {% for radio in form.high_return_desire %} {% endfor %}


Please indicate the extent to which you agree with the following:

I wanted to make decisions that would make me “look good” to the other managers.

{% for radio in form.look_good_concern %} {% endfor %} {% for radio in form.look_good_concern %} {% endfor %}

I am comfortable with the amount of the discretionary funds that I invested each period in socially responsible projects.

{% for radio in form.investment_comfort %} {% endfor %} {% for radio in form.investment_comfort %} {% endfor %}

I am comfortable with the potential social impact level that I chose for my investments in socially responsible projects each period.

{% for radio in form.impact_comfort %} {% endfor %} {% for radio in form.impact_comfort %} {% endfor %}

In general, I like to be thought of as a charitable person.

{% for radio in form.charitability_image %} {% endfor %} {% for radio in form.charitability_image %} {% endfor %}


How important was the probability of success of each socially responsible project in your selection of projects in which to invest?

{% for radio in form.importance_prob_success %} {% endfor %} {% for radio in form.importance_prob_success %} {% endfor %}

Do you think that the charity you selected to potentially receive payment from your decisions would prefer that you and other managers invest in socially responsible projects with a lower potential impact and a higher probability of success, or projects with a higher potential impact and a lower probability of success?

{% formfield player.charity_inv_preference %}

{% next_button %} {% endblock %} {% block styles %} {% endblock %}