{% extends "global/Page.html" %} {% block title %}Choose a Worker for the Decoding Task{% endblock %} {% block content %}

Recall, you need to choose one of your two workers to dedicate half of their time to the decoding task, in addition to their slider task responsibilities, for the next round.

Worker Chosen Worker Not Chosen
Slider Task 1.5 minutes
1000 Lira base + 100 Lira per correct slider
3 minutes
1000 Lira base + 100 Lira per correct slider
Decoding Task 1.5 minutes
No compensation

The chosen worker receives no additional pay for the decoding task.

{% if marketability == 1 %}
Because the decoding task is a valued skill for independent contractors, the chosen worker will be considered more desirable and will receive a better outside offer (i.e., higher pay) based on this experience. If they leave, they will perform the compensated slider task for an additional 30 seconds in rounds 3 and 4.
{% endif %}

Your earnings: 75 Lira per correct slider submitted by your workers (upon successfully unscrambling at least 1 word). You will not receive compensation for the chosen worker’s decoding performance.

Last round performance: Worker A: {{ slider_a }} correct sliders  |  Worker B: {{ slider_b }} correct sliders

{% if promotion == 1 %}
Reminder: You will make a promotion decision in the next round.
{% endif %} {% formfields %}

Click Next to submit your choice. On the next two pages, you will answer a series of questions about your choice.

{% next_button %} {% endblock %}