Participant 1

Initial description: You copy the figure in the upper left corner into every box, only you do it in the color of the lines. If there are already colors in the other boxes then those take priority.

Final description: You copy the figure in the upper left corner into every box, only you do it in the color of the lines. If there are already colors in the other boxes then those take priority.


Attempt 1: Correct

Participant 2

Initial description: The grid is the same and the first shape is in all boxes, yellow carries over and the rest is filled in with the border colors.

Final description: The grid is the same and the first shape is in all boxes, yellow carries over and the rest is filled in with the border colors.


Attempt 1: Correct

Participant 3

Initial description: Duplicate the input and then fill in each square with the same shape as the top left square, but make the pixels the color of the input grid color.

Final description: Duplicate the test input, 19x19 grid. Note the shape in top left sector. Repeat that shape in each of the other 8 sectors, but fill in the necessary pixels using the same color as the sector separator lines.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 4

Initial description: continue the shape in the first grid to all grids

Final description: continue the shape in the first grid to all grids


Attempt 1: Correct

Participant 5

Initial description: Repeat cell that takes up most space substituting missing pieces with colors of the border which outline tic-tac-toe pattern.

Final description: Repeat cell that takes up most space substituting missing pieces with colors of the border which outline tic-tac-toe pattern.


Attempt 1: Correct

Participant 6

Initial description: The rule was to form the vertical and horizontal lines first and then insert my yellow boxes.

Final description: I thought I would create the red horizontal and vertical lines first and then insert the yellow blocks.


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Incorrect

Participant 7

Initial description: drawing the shapes by filling the nearby yellow color grids with brown

Final description: filling the nearby yellow grids with brown to make a shape.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 8

Initial description: completing the rest of the repeated pattern with the line color.

Final description: completing the rest of the repeated pattern with the line color.


Attempt 1: Correct

Participant 9

Initial description: Copy first shape to all boxes, but skip precolored areas

Final description: Copy first shape to all boxes, but skip precolored areas


Attempt 1: Correct

Participant 10

Initial description: Using the color of the dividing lines, fill in each square with a pattern until all squares have the same pattern.

Final description: Using the pattern already shown, fill in each square with the same pattern using the color of the dividing lines to fill in all the blank spots.


Attempt 1: Incorrect
Attempt 2: Correct