{{ block title }} Part 1 {{ endblock }} {{ block content }} Instructions

You will now learn about a task. In this task, you need to count how often a specific character appears in a table like the one below.

Your goal is to solve as many tables as possible in 4 minutes. Every time you solve a table correctly, you increase your score by 1. Your final score is the total number of tables you solve correctly within 4 minutes.

Each table is filled with characters. You must count how many times the target character appears and submit the count. When you submit the correct count for a table, and a new one will appear with new characters in shuffled positions.

You have 2 attempts per table:

There are two versions of the task. The type of tables are the same in both versions, only the target character differs. In Version A, you count how many times uppercase “A” appears in the table (e.g., 17 in the example below). In Version B, you count how many times uppercase “B” appears in the table (e.g., 14 in the example below).


Comprehension Questions:

What does your score depend on?
{{ formfield 'comp_score' label=''}}

What do you have to do if you are assigned Version A?
{{ formfield 'comp_version' label=''}}


Are there any differences in the tables between versions?
{{ formfield 'comp_table' label=''}}





Example table:


{{ endblock }} {{ block style }} {{ endblock }}