{% extends "global/Page.html" %}
{% block title %}Promotion Choice{% endblock %}
{% block content %}
{{ if pc == 1 }}
Before the next round (Round 2), please select one of your workers to promote for Round 3 to perform the
decoding task as well as the slider task.
The worker you choose will receive a higher base salary
(1500 Lira vs 1000 Lira) and will receive a higher rate (200 Lira vs. 100 Lira) per slider correctly solved
and a rate of 50 Lira per decoding problem they solve correctly if they choose to stay and accept the promotion.
IMPORTANT: The promoted and non-promoted workers’ Round 2 earnings are
unaffected by the promotion decision. The effects of the promotion begin in Round 3.
Recall, your compensation for Round 3 will be based on the performance on the workers who
choose to stay and work for you (as long as you complete a pre-specified number of problems).
For each correct slider submitted by the remaining workers, you will receive 75 Lira
For each decoding problem correctly solved by the promoted worker, if they stay, you will receive
200 Lira
{{ else }}
Before the next round, please select one of your workers to promote to a higher position with better pay.
The promoted worker will complete both the slider task and the decoding task in the next round and receive
compensation for both tasks.
Recall, after knowing which worker is promoted, the two workers will both be presented with an outside job
offer as an independent contractor.
{{ if marketability == 1 }}Remember that your decision in the previous round regarding who
would complete additional decoding task also affects the outside job offer.
{{ endif }}
Recall, below is the performance of your workers in the previous round:
Worker A:
Slider Performance: {{ slider_a }}
{{ if delegate_a == 1 }}
Decoding Performance: {{ decode_a }}
{{ else }}
{{ endif }}
Worker B:
Slider Performance: {{ slider_b }}
{{ if delegate_a == 0 }}
Decoding Performance: {{ decode_b }}
{{ else }}
{{ endif }}