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

Please answer the remaining questions below. When finished, click "Next" below to receive your code to enter into your HIT assignment in order to receive your compensation.


1. How difficult did you find the decoding task?

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

2. How much did you enjoy the decoding task?

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

3. How important was it to you to decode more strings than your other group member?

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

4. How much did you pay attention to the performance results of your other group member?

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


{% if condition == 3 or condition == 4 %}

5. How did the possibility of an event occurring that caused production difficulties (and reduced the income generated by your decoding work) affect the effort you put into the decoding task?

{% formfield player.peq_event_impact %}
{% endif %}

{% if condition == 3 or condition == 4 %}6{% else %}5{% endif %}. How hard do you believe your other group member worked compared to how hard you worked on the decoding task?

{% formfield player.peq_group_effort %}

{% if condition == 3 or condition == 4 %}7{% else %}6{% endif %}. In general, would you consider yourself someone who is fully prepared to take risks, or do you try to avoid taking risks?

{% formfield player.peq_risk_attitude %}

{% if condition == 3 or condition == 4 %}8{% else %}7{% endif %}. In general, do you believe other individuals are less, more, or equally prepared to take risks than you are?

{% formfield player.peq_others_risk %}

{% if condition == 3 or condition == 4 %}9{% else %}8{% endif %}. How would you classify your reason(s) for working on Amazon Mechanical Turk?

{% formfield player.peq_turk_income %}

{% if condition == 3 or condition == 4 %}10{% else %}9{% endif %}. Please indicate the extent to which you have felt the following today:

Excited
{% for radio in form.peq_affect_excited %} {% endfor %} {% for radio in form.peq_affect_excited %} {% endfor %}
 
Upset
{% for radio in form.peq_affect_upset %} {% endfor %} {% for radio in form.peq_affect_upset %} {% endfor %}
 
Proud
{% for radio in form.peq_affect_proud %} {% endfor %} {% for radio in form.peq_affect_proud %} {% endfor %}
 
Irritable
{% for radio in form.peq_affect_irritable %} {% endfor %} {% for radio in form.peq_affect_irritable %} {% endfor %}
 
Inspired
{% for radio in form.peq_affect_inspired %} {% endfor %} {% for radio in form.peq_affect_inspired %} {% endfor %}
 
Nervous
{% for radio in form.peq_affect_nervous %} {% endfor %} {% for radio in form.peq_affect_nervous %} {% endfor %}
 

Please answer these demographic questions:

Gender

{% formfield player.peq_gender %}

Age

{% formfield player.peq_age_range %}

Years of work experience

{% formfield player.peq_work_experience %}

Level of highest education

{% formfield player.peq_education %}

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