{{ extends "global/Page.html" }} {% block title %} Follow-Up Questionnaire {% endblock %} {% block content %}

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


How difficult was it for you to decide how to use your A and B points?

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

To what extent did you expect any other Employee(s) on your team to use points to increase your total output?

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

To what extent did you expect any other Employee(s) on your team to use points to increase the total output of others in general?

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

If you chose to use points to increase the total output of another Employee (or other Employees), how difficult did you find it to choose which Employee(s)’ total output you would increase?

{% for radio in form.helping_expectations_personal %} {% endfor %} {% for radio in form.difficulty_choosing_helpee %} {% endfor %}

Compared to you, how many points do you think other Employees on your team used to increase the total output of teammates?

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

To what extent did you feel obligated to use points to increase the total output of another Employee (or other Employees)?

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

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

I chose to use points to increase the total output of another Employee (or other Employees) because I believe they needed my help.

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

I chose to use points to increase the total output of another Employee (or other Employees) because I believe they deserved my help.

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

I chose to use points to increase the total output of another Employee (or other Employees) because those points could potentially generate greater output than if I used them to increase my own total output.

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

Other Employees on my team should be grateful that I chose to use points to increase their total output.

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

I chose to use points to increase the total output of another Employee (or other Employees) because I believe it is what my team’s assigned Manager would want me to do.

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

Other members of my team used points to increase the total output of other Employees because they believe it is the right thing to do.

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

Other members of my team used points to increase the total output of other Employees because they believe it is what the team’s assigned Manager would want them to do.

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

Helping others makes me feel good.

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

Helping others is its own reward.

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


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