{% extends "global/Page.html" %} {% block title %} Task 4 of 12
Word Search{% endblock %} {% block content %}

For this task, you will be presented with multiple matrixes of letters. For each matrix, there are four 5-letter words in it. Your job is to find as many words as you can for each matrix. The words will only be vertical (top to bottom) or horizontal (left to right). If you cannot find a word(s), you can leave the answer field blank, but you must fill out the first answer blank.

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



Question: What are the four words in the matrix above?
The correct answer is: fully, right, photo, forth.

Please find as many words for each matrix as possible. You can skip words if you cannot find them. You will earn 5 points for each correct answer. Recall, your performance on the word 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 %}