{{ extends 'global/Page.html' }} {{ block title }}Task 1 example{{ endblock }} {{ block content }}

The first task is to “decode” numbers into letters using a decoding key shown on the computer screen. Each correctly decoded number generates {{C.DECODE_PAYOFF}} output points for the firm. The more {{if player.role == 'employee'}} you decode {{else}} the employee decodes {{ endif }}, the higher the firm’s output will be.

Below, you can see a sample decoding key. The decoding key assigns two-digit numbers to the 26 alphabetic characters in a random order. {{if player.role == 'employee'}} You {{else}} The employee {{ endif }} will be asked to decode a series of two-digit numbers using the decoding key given. Note that the decoding key will be different while performing the task.

Example:

DECODE THIS NUMBER

{{C.TASKS.0}}

For example, based on the decoding key above, the correct answer below is C.

{{ formfield 'answer' label="Input the decoded sequence without spaces here." }}

After you have typed your answer into the answer box, you can click on the “OK” button to decode the next two-digit number.

The decoding task will last for five minutes.

The you can continue decoding until the end of the period or choose to end the task earlier by clicking on “END TASK” at any point in time.

The manager will wait and read different texts for five minutes. Once the time is over, the manager will learn the output that you have generated in the decoding task.

The you will be given 30 seconds to practice the task. This practice round does not generate any output points. It is solely for practice purposes.

{{ formfield 'how_many_output_points' label="1. Each correctly decoded number generates how many output points for the firm?" }} {{ formfield 'can_end_the_task_earlier' label="2. You have five minutes to perform the task but can end the task earlier." }} {{ formfield 'manager_informed_about_the_output' label="3. The manager will be informed about the output that you have generated only after five minutes." }} {{ formfield 'how_many_points' label="4. How many points do you receive to work for the company?" }} {{ next_button label = 'End task.'}} {{ endblock }}