{% extends "global/Page.html" %} {% block title %} Task 3 of 12
Letter Count{% endblock %} {% block content %}

For this task, you will be presented with multiple matrixes of letters. For each matrix, we will ask you to count how many times a certain letter appears in the matrix.

For example (Note, the red boxes will not be provided in the actual task):


Question: How many of the letter B do you count above?
The correct answer is: 3.

Please answer as many questions as possible. You can skip certain question(s) if you do not know the answer. You will earn 10 points for each correct answer. Recall, your performance on the letter search task and other tasks will collectively determine your bonus payment. You will be presented with your performance on this task upon your completion of it.

Please click next if you are ready to start.

{% next_button %} {% endblock %}