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

Please answer the following questions. There are no right or wrong answers.


I trust each Worker 1, Worker 2, and Worker 3.

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

How much do you think each Worker 1, Worker 2, and Worker 3 contributed in Stage 1 (on average)?

{% formfield player.contribution_expectation %}

I consider myself a teammate of each Worker 1, Worker 2 and Worker 3.

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

What effect do you think {{ if player.control_decision == 1 }}requiring{{else}}not requiring{{ endif }} the minimum contribution will have on the workers’ contributions to the group project?

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

If you were a worker and you knew that the other workers on your team contributed more than you to the project in stage 1, how would that influence your contribution to the project in stage 2?

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

If the minimum contribution requirement applied to you, would that influence your decision to impose that requirement?

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

If you could set the amount of the minimum contribution requirement, what would you choose? ($0 - $1.00)

{% formfield player.control_amount %}

What influenced your decision to impose or not impose the minimum contribution requirement?




Please indicate the extent to which you agree with the following statements.

I get energized by working on tasks that have the potential to benefit others.

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

It is important to me to have the opportunity to use my abilities to benefit others.

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

I prefer to work on tasks that allow me to have a positive impact on others.

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

I do my best when I'm working on a task that contributes to the well-being of others.

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

I like to work on tasks that have the potential to benefit others.

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


Please indicate the extent to which you have felt the following today:

Enthusiastic

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

Upset

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

Interested

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

Distressed

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

Determined

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

Nervous

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

Please answer these demographic questions:

Age (Please enter a whole number)
{% formfield player.age %}

Gender Identity
{% formfield player.gender %}

Major
{% formfield player.major %}

Years of full-time work experience (Please enter a whole number)
{% formfield player.work_experience %}


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