{% extends "global/Page.html" %} {% block title %}Promotion Choice{% endblock %} {% block content %}

Before the next round, please select one of your workers to promote to a higher position with better pay. The promoted worker will complete the slider task for a longer duration in the next two rounds and receive a higher base pay.

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 }}


Your compensation for the next two rounds will be based on the performance of the workers who choose to stay and work for you (as long as you unscramble at least 1 word).


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 }}


{% formfields %}

{% next_button %} {% endblock %}