{{ extends "global/Page.html" }} {% block title %} Pre-task questions: {% endblock %} {% block content %}

You answered one or more questions incorrectly. After reviewing the questions below, please proceed to review the instructional material again and re-attempt the quiz.


1. In each round, a higher effort level is

{% formfield 'kc1' %} {% if player.kc1_correct == 1 %} You answered this question correctly!


{% elif player.kc1_correct == 0 %} You answered this question incorrectly.


{% endif %}

2. In each round, a higher effort level is

{% formfield 'kc2' %} {% if player.kc2_correct == 1 %} You answered this question correctly!


{% elif player.kc2_correct == 0 %} You answered this question incorrectly.


{% endif %}

3. For each round, I will be paid

{% formfield 'kc3' %} {% if player.kc3_correct == 1 %} You answered this question correctly!


{% elif player.kc3_correct == 0 %} You answered this question incorrectly.


{% endif %}

4. For each round, without considering the monetary cost of effort, if I achieve a higher outcome level,

{% if player.condition == 1 %} {% formfield 'kc4_bonus' %} {% elif player.condition == 2 %} {% formfield 'kc4_penalty' %} {% elif player.condition == 3 %} {% formfield 'kc4_both' %} {% endif %} {% if player.kc4_correct == 1 %} You answered this question correctly!


{% elif player.kc4_correct == 0 %} You answered this question incorrectly.


{% endif %}

5. You will complete your task for multiple rounds, and will be notified when you have completed the final round.

{% formfield 'kc5' %} {% if player.kc5_correct == 1 %} You answered this question correctly!


{% elif player.kc5_correct == 0 %} You answered this question incorrectly.


{% endif %}

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}