{{ block title }} Stage 1 - Task 1 Instructions {{ endblock }} {{ block content }} {{ if matrix_first }}
In the first task, you will be shown a {{ WIDTH }}x{{ HEIGHT }} matrix that contains the following arrow symbols: ←, →, ↑, and ↓. Your job is to tell us how many times the {{ COUNTED_CHAR }} symbol is shown in the matrix.
{{ else }}In the first task, you will be shown a table with two rows and ten columns. The first row will contain ten randomly selected letters. In contrast, the second row will contain all numeric characters (0-9) in random order. Each column represents a pair/correspondence between the letter and the number. At the bottom of the table, you will be given {{ WORD_LENGTH }}-character string of numbers. Your job is to convert the {{ WORD_LENGTH }}-character numeric string into its corresponding alphabetical (letter) string. Your answers are not case-sensitive, so you are welcome to submit your answers in upper or lower case.
{{ endif }}You will be given {{ time_per_task }} seconds to submit as many puzzles as possible. For each correct submission, you will be rewarded one point. In contrast, incorrect submissions or puzzles you failed to submit will earn you 0 points.
Please continue only when you are ready as the timer will begin when the next page loads.
{{ next_button }} {{ endblock }}