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

Please answer the remaining questions below.


In general, would you consider yourself someone who is fully prepared to take risks, or do you try to avoid taking risks ?

{% formfield player.risk_attitude %}

Please indicate the extent to which you agree with the following statement: I think it is important for companies to make socially responsible investments.

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

How important is it to you to support charitable causes in general?

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

To what extent do you personally identify with the values and mission of the charity you selected to possibly receive a payment from your decisions in the study?

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

Which is more important – investing more money or choosing projects with greater social impact?

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


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

I invested in local-level projects that were guaranteed to pay off because I would feel badly if I chose a state or national level project that did not pay anything to the charity if the project failed.

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

I invested in state and/or national-level projects that potentially paid more to the charity than local projects because I would feel badly if I did not try to ‘maximize’ the size of the payment to charity.

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


How difficult was it for you to decide how much of the discretionary budget to keep for yourself versus how much to invest in socially responsible projects?

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

How difficult was it for you to decide the potential social impact levels (national/state/local) of your investments?

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

{% if condition > 1 %}

How difficult was it for you to interpret the performance ranking information that you were provided?

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

{% if condition == 5 %}

Do you believe it is easier for managers to improve their cumulative potential return ranking by increasing the cumulative average social impact score of their investments or by increasing the cumulative dollar amount of their investments?

{% formfield player.inc_return_factors %}

How much easier is it for managers to improve their cumulative potential return ranking by increasing the cumulative average social impact score of their investments relative to increasing the cumulative dollar amount of their investments?

How much easier is it for managers to improve their cumulative potential return ranking by increasing the cumulative dollar amount of their investments relative to increasing the cumulative average social impact score of their investments?

{% formfield player.inc_return_extent %}
{% endif %} {% endif %}

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

I feel a sense of attachment to my company.

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

I feel a sense of attachment to the other managers in my company.

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


Please describe your strategy related to how you allocated money to yourself and any socially responsible projects, as well as how you chose which socially responsible projects (national/state/local) in which to invest.


Did your strategy change during the session related to the amount of your investments in socially responsible projects or the type of project(s) you selected? How?



Please answer these demographic questions:

Gender

{% formfield player.gender %}

Age

{% formfield player.age %}

Major

{% formfield player.major %}

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