Participant 1

Initial description: One grid square has a color in the center surrounded by a pattern on the outside. Take the plain grid square that doesn't have the pattern on the outside and copy the pattern to surround those ones. If it's off screen only do the part that would be shown.

Final description: One grid square has a color in the center surrounded by a pattern on the outside. Take the plain grid square that doesn't have the pattern on the outside and copy the pattern to surround those ones. If it's off screen only do the part that would be shown.


Attempt 1: Correct

Participant 2

Initial description: Make the squares around pink yellow as shown in example 2.

Final description: Match up the correct color with the squares around the pink center square in the input.


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

Participant 3

Initial description: Mimic the input then take the center objects (pink in my case) then find the one with the surrounding blocks, mirror that pattern around all center blocks on the output.

Final description: Mimic the input then take the center objects (pink in my case) then find the one with the surrounding blocks, mirror that pattern around all center blocks on the output.


Attempt 1: Correct

Participant 4

Initial description: The isolated colored squares in the input are made to match the same colored square that is surrounded by a pattern of different colored squares, in this case the black squares directly north, south, east, and west of the magenta squares are filled in green, and the black squares northwest, northeast, southwest, and southeast are light blue.

Final description: The isolated colored squares in the input are made to match the same colored square that is surrounded by a pattern of different colored squares, in this case the black squares directly north, south, east, and west of the magenta squares are filled in green, and the black squares northwest, northeast, southwest, and southeast are light blue.


Attempt 1: Correct

Participant 5

Initial description: surround lone squares with same pattern

Final description: surround lone squares with same pattern


Attempt 1: Correct

Participant 6

Initial description: Use the test input to get the color pattern for surrounding the pink blocks and surround the pink blocks in the test output with the same pattern of colors.

Final description: Use the test input to get the color pattern for surrounding the pink blocks and surround the pink blocks in the test output with the same pattern of colors.


Attempt 1: Correct