{{ extends 'global/Page.html' }}
{{ block title }}
You previously promoted Purple to the higher-level position. Purple completed the math slider task during session 1. Specifically, Purple completed more than 10 math sliders.
As a result, Purple is considered to have strong performance as a newly promoted employee. You will earn an additional 300 points for this promotion decision as a result.
{% endif %} {% if player.Success == 0 and player.other == 0 %}You previously promoted Green to the higher-level position. Green completed the math slider task during session 1. Specifically, Green completed less than 10 math sliders.
As a result, Green is considered to have weak performance as a newly promoted employee. You will NOT earn any additional points for this promotion decision as a result.
{% endif %} {% if player.other == 1 %}You previously promoted Blue to the higher-level position. Blue completed the math slider task during session 1. Specifically, Blue completed less than 10 math sliders.
You will NOT earn any additional points for this promotion decision as a result.
{% endif %} {% next_button %} {{ endblock }}