{% extends "global/Page.html" %} {% block title %}Your Manager's Decision{% endblock %} {% block content %} {{ if delegate == 1 }}
After seeing the Round One performance from both you and the other worker, your manager decided to choose you to work on both the slider task (1.5 minutes) and the additional decoding task (1.5 minutes) in Round Two. The other worker will continue to work on the slider task for 3 minutes.
Importantly, you will not receive any compensation for completing the decoding task. You will continue to receive 1000 Lira as your base salary and 100 Lira for each correct slider you submit.
{{ if promotion == 1 }}Recall, your manager will make a promotion decision after Round Two. Specifically, the promoted worker will complete both the slider task and the decoding task in Round Three and receive compensation for both tasks – a higher position with better pay. Your manager will make the promotion decision based on the information below:

When you are ready, please press the “Next” button below, and Round Two will begin. You will first work on the slider task, and after 1.5 minutes, the task will automatically switch to the decoding task.
{{ else }}After seeing the Round One performance from both you and the other worker, your manager decided to choose the other worker to work on both the slider task (1.5 minutes) and the additional decoding task (1.5 minutes) in Round Two. You will continue to work on the slider task for 3 minutes.
You will continue to receive 1000 Lira as your base salary and 100 Lira for each correct slider you submit.
{{ if promotion == 1 }}Recall, your manager will make a promotion decision after Round Two. Specifically, the promoted worker will complete both the slider task and the decoding task in Round Three and receive compensation for both tasks – a higher position with better pay. Your manager will make the promotion decision based on the information below:

When you are ready, please press the “Next” button below, and Round Two will begin. You will have three minutes to work on the slider task.
{{ endif }} {% next_button %} {% endblock %}