{% extends "global/Base.html" %}
{% load staticfiles otree_tags %}
{% block title %}
Follow-Up Questionnaire
{% endblock %}
{% block content %}
You have completed the allocation task. Please answer the following questions. When you have finished, click "Next" to learn your results from the experiment
and receive your Study Code to enter into the HIT assignment in the MTurk site.
1. Please indicate your agreement with the following: I chose to allocate tokens to the project that {% if condition > 2 %}benefited the Company Owner{% else %}returned tokens to the Company
{% endif %} to “make up” for reporting higher-than-actual project costs in the first task.
2. Please indicate your agreement with the following: I chose to allocate tokens to the project(s) that benefited Manager {% if type == 1 %}B{% else %}A{% endif %} to “pay them back” for their actions in the cost reporting task.
3. While all participants’ decisions are kept private, how much did you expect others in your company to choose to allocate tokens in ways that benefited you?
{% formfield player.group_expectations %}
4. Please select “5” for this question.
{% formfield player.peq_attention %}
5. Overall, how satisfied are you with your potential compensation for the first task (cost reporting task)?
6. Overall, how satisfied are you with your potential compensation for the second task (allocation task)?
7. How would you classify your reason(s) for working on Amazon Mechanical Turk?
{% formfield player.peq_turk_income %}
Please indicate the extent to which you have felt the following today:
| Happy |
|
|
| |
| Sad |
|
|
| |
| Excited |
|
|
| |
| Upset |
|
|
| |
| Proud |
|
|
| |
| Irritable |
|
|
| |
| Inspired |
|
|
| |
| Nervous |
|
|
| |
Please answer these demographic questions:
Gender
| {% formfield player.gender %} |
Age
| {% formfield player.age_range %} |
Years of work experience
| {% formfield player.work_experience %} |
Level of highest education
| {% formfield player.education %} |
{% next_button %}
{% endblock %}
{% block styles %}
{% endblock %}