{% 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 (the
same as your task), in addition to their responsibilities for the slider task for the next round.
Please see the below table for earnings information:
|
|
The Worker Chosen |
The Worker NOT Chosen |
|
Round Two Tasks: |
|
|
|
Workers’ Round Two Earnings: |
|
|
Note:
(1) The worker chosen will NOT receive any compensation for completing the decoding task.
{{ if marketability == 1 }}
(2) Because performing the decoding task is a valued skill as independent contractors,
the worker who is chosen to complete both the slider task and the additional decoding task
is considered desirable as an independent contractor and will receive a better
outside offer (i.e., higher pay) than the other worker.
(3) Similar to Round One, upon successfully decoding 3 letters yourself, you will receive 75 Lira
for each correct slider your workers submitted. You will NOT receive any compensation
for the chosen worker’s performance on the decoding task.
{{ else }}
(2) Similar to Round One, upon successfully decoding 3 letters yourself, you will receive 75 Lira
for each correct slider your workers submitted. You will NOT receive any compensation
for the chosen worker’s performance on the decoding task.
{{ endif }}
Recall, below is the performance of your workers in the previous round:
Worker A:
Slider Performance: {{ slider_a }}
Worker B:
Slider Performance: {{ slider_b }}
{% formfields %}
You will submit your choice by pressing the "Next" button. You will then wait while your workers are informed of your decision. After they are informed of your decision, the next round will begin.
{% next_button %} {% endblock %}