{{ block title }} Worker Task 1 Information {{ endblock }} {{ block scripts }} {{ endblock }} {{ block content }}

Below you will find a brief description of the worker's first task followed by some questions we would like your opinion on. Your answers to the questions below will not influence your payment or the payment of the worker.

{{ if matrix_first }}

In the first task, the worker was shown a {{ WIDTH }}x{{ HEIGHT }} matrix that contains the following arrow symbols: ←, →, ↑, and ↓. The worker's job was to tell us how many times the {{ COUNTED_CHAR }} symbol is shown in the matrix. The worker was given {{ time_per_task }} seconds to submit as many puzzles as possible. For each correct submission, they were rewarded one point. In contrast, incorrect submissions or puzzles they failed to submit earned them 0 points. Below: you will find a screenshot of the worker's first task:

{{ if WIDTH == 4 }}
{{ elif WIDTH == 6 }}
{{ endif }} {{ else }}

In the first task, the worker was shown a table with two rows and ten columns. The first row contained ten randomly selected letters. In contrast, the second row constained all numeric characters (0-9) in random order. Each column represented a pair/correspondence between the letter and the number. At the bottom of the table, the worker was given a {{ WORD_LENGTH }}-character string of numbers. The worker's job was to convert the {{ WORD_LENGTH }}-character numeric string into its corresponding alphabetical (letter) string. The workers answers were not case-sensitive, so they were welcome to submit their answers in upper or lower case. Below: you will find a screenshot of the worker's first task:

{{ if WORD_LENGTH == 5 }}
{{ elif WORD_LENGTH == 4 }}
{{ elif WORD_LENGTH == 3 }}
{{ endif }} {{ endif }} {{ formfield 'task1_skill' }} {{ form.task1_skill_innate.label }}



{{ next_button }} {{ endblock }} {{ block styles }} {{ endblock }}