{{ extends "global/Page.html" }} {% block title %} Your Outcome in Round 8 {% endblock %} {% block content %}
| Round | Chosen Effort Level | Outcome Achieved |
Base Salary (in points) |
Cost of Effort (in points) |
{% if player.condition == 1 %}Bonus{% elif player.condition == 2 %}Penalty{% elif player.condition == 3 %}Bonus or Penalty{% endif %} {% if player.condition == 1 %} (2,000 for High Outcome, 1,000 for Medium Outcome, 0 for Low Outcome) {% elif player.condition == 2 %} (0 for High Outcome, 1,000 for Medium Outcome, 2,000 for Low Outcome) {% elif player.condition == 3 %} (1,000 Bonus for High Outcome or 1,000 Penalty for Low Outcome) {% endif %} |
Net Earnings (in points) |
| 1 | {{ effort_1 }} | {{ player.outcome_1 }} | {% if player.condition == 1 %} 1,250 {% elif player.condition == 2 %} 3,250 {% elif player.condition == 3 %} 2,250 {% endif %} | ({{ cost_of_effort_1 }}) | {% if player.condition == 1 %} {{ bonus_1 }} {% elif player.condition == 2 %} {% if player.penalty_1 > 0 %}({{ penalty_1 }}){% else %}0{% endif %} {% elif player.condition == 3 %} {% if player.bonus_1 > 0 %} {{ bonus_1 }} {% elif player.penalty_1 > 0 %} ({{ penalty_1 }}) {% else %} 0 {% endif %} {% endif %} | {{ net_pay_1 }} |
| 2 | {{ effort_2 }} | {{ player.outcome_2 }} | {% if player.condition == 1 %} 1,250 {% elif player.condition == 2 %} 3,250 {% elif player.condition == 3 %} 2,250 {% endif %} | ({{ cost_of_effort_2 }}) | {% if player.condition == 1 %} {{ bonus_2 }} {% elif player.condition == 2 %} {% if player.penalty_2 > 0 %}({{ penalty_2 }}){% else %}0{% endif %} {% elif player.condition == 3 %} {% if player.bonus_2 > 0 %} {{ bonus_2 }} {% elif player.penalty_2 > 0 %} ({{ penalty_2 }}) {% else %} 0 {% endif %} {% endif %} | {{ net_pay_2 }} |
| 3 | {{ effort_3 }} | {{ player.outcome_3 }} | {% if player.condition == 1 %} 1,250 {% elif player.condition == 2 %} 3,250 {% elif player.condition == 3 %} 2,250 {% endif %} | ({{ cost_of_effort_3 }}) | {% if player.condition == 1 %} {{ bonus_3 }} {% elif player.condition == 2 %} {% if player.penalty_3 > 0 %}({{ penalty_3 }}){% else %}0{% endif %} {% elif player.condition == 3 %} {% if player.bonus_3 > 0 %} {{ bonus_3 }} {% elif player.penalty_3 > 0 %} ({{ penalty_3 }}) {% else %} 0 {% endif %} {% endif %} | {{ net_pay_3 }} |
| 4 | {{ effort_4 }} | {{ player.outcome_4 }} | {% if player.condition == 1 %} 1,250 {% elif player.condition == 2 %} 3,250 {% elif player.condition == 3 %} 2,250 {% endif %} | ({{ cost_of_effort_4 }}) | {% if player.condition == 1 %} {{ bonus_4 }} {% elif player.condition == 2 %} {% if player.penalty_4 > 0 %}({{ penalty_4 }}){% else %}0{% endif %} {% elif player.condition == 3 %} {% if player.bonus_4 > 0 %} {{ bonus_4 }} {% elif player.penalty_4 > 0 %} ({{ penalty_4 }}) {% else %} 0 {% endif %} {% endif %} | {{ net_pay_4 }} |
| 5 | {{ effort_5 }} | {{ player.outcome_5 }} | {% if player.condition == 1 %} 1,250 {% elif player.condition == 2 %} 3,250 {% elif player.condition == 3 %} 2,250 {% endif %} | ({{ cost_of_effort_5 }}) | {% if player.condition == 1 %} {{ bonus_5 }} {% elif player.condition == 2 %} {% if player.penalty_5 > 0 %}({{ penalty_5 }}){% else %}0{% endif %} {% elif player.condition == 3 %} {% if player.bonus_5 > 0 %} {{ bonus_5 }} {% elif player.penalty_5 > 0 %} ({{ penalty_5 }}) {% else %} 0 {% endif %} {% endif %} | {{ net_pay_5 }} |
| 6 | {{ effort_6 }} | {{ player.outcome_6 }} | {% if player.condition == 1 %} 1,250 {% elif player.condition == 2 %} 3,250 {% elif player.condition == 3 %} 2,250 {% endif %} | ({{ cost_of_effort_6 }}) | {% if player.condition == 1 %} {{ bonus_6 }} {% elif player.condition == 2 %} {% if player.penalty_6 > 0 %}({{ penalty_6 }}){% else %}0{% endif %} {% elif player.condition == 3 %} {% if player.bonus_6 > 0 %} {{ bonus_6 }} {% elif player.penalty_6 > 0 %} ({{ penalty_6 }}) {% else %} 0 {% endif %} {% endif %} | {{ net_pay_6 }} |
| 7 | {{ effort_7 }} | {{ player.outcome_7 }} | {% if player.condition == 1 %} 1,250 {% elif player.condition == 2 %} 3,250 {% elif player.condition == 3 %} 2,250 {% endif %} | ({{ cost_of_effort_7 }}) | {% if player.condition == 1 %} {{ bonus_7 }} {% elif player.condition == 2 %} {% if player.penalty_7 > 0 %}({{ penalty_7 }}){% else %}0{% endif %} {% elif player.condition == 3 %} {% if player.bonus_7 > 0 %} {{ bonus_7 }} {% elif player.penalty_7 > 0 %} ({{ penalty_7 }}) {% else %} 0 {% endif %} {% endif %} | {{ net_pay_7 }} |
| 8 | {{ effort_8 }} | {{ player.outcome_8 }} | {% if player.condition == 1 %} 1,250 {% elif player.condition == 2 %} 3,250 {% elif player.condition == 3 %} 2,250 {% endif %} | ({{ cost_of_effort_8 }}) | {% if player.condition == 1 %} {{ bonus_8 }} {% elif player.condition == 2 %} {% if player.penalty_8 > 0 %}({{ penalty_8 }}){% else %}0{% endif %} {% elif player.condition == 3 %} {% if player.bonus_8 > 0 %} {{ bonus_8 }} {% elif player.penalty_8 > 0 %} ({{ penalty_8 }}) {% else %} 0 {% endif %} {% endif %} | {{ net_pay_8 }} |
Please proceed to the next round.