Participant 1

Initial description: I am just trying to figure out what exactly to do. This is difficult.

Final description: I am just trying to figure out what exactly to do. This is difficult.


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

Participant 2

Initial description: There's a single pattern in the randomness. Copy that patter in such a way it completely fills a grid.

Final description: There's a single pattern in the randomness. Copy that patter in such a way it completely fills a grid.


Attempt 1: Correct

Participant 3

Initial description: Identify solid shape of colored cells. Shrink invisible box around feature. Resize output to that same dimension, color cells accordingly.

Final description: Identify solid shape of colored cells. Shrink invisible box around feature. Resize output to that same dimension, color cells accordingly.


Attempt 1: Correct

Participant 4

Initial description: In the input large grid, the largest shape that is present is the focus of the output. Taking a perfect square n x n pattern around that shape, copy the shape over to the output and account for the shape and the black grids inside the shape and around the perimeter that are not occupied by the non-black shape.

Final description: In the input large grid, the largest shape that is present is the focus of the output. Taking a perfect square n x n pattern around that shape, copy the shape over to the output and account for the shape and the black grids inside the shape and around the perimeter that are not occupied by the non-black shape.


Attempt 1: Correct

Participant 5

Initial description: change grid height and width to that of the focal shape.

Final description: change grid height and width to that of the focal shape.


Attempt 1: Correct

Participant 6

Initial description: replicate just the single colored shape in the test input area.

Final description: replicate just the single colored shape in the test input area.


Attempt 1: Correct

Participant 7

Initial description: Make a similar looking output as the input.

Final description: Take the red shape only and make an exact copy of it.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 8

Initial description: Recreate the part that stands out using the smallest number of tiles necessary

Final description: Recreate the part that stands out using the smallest number of tiles necessary


Attempt 1: Correct

Participant 9

Initial description: Recreate the pattern of blocks that are one color all together, different from the rest of the grid.

Final description: Recreate the pattern of blocks that are one color all together, different from the rest of the grid.


Attempt 1: Correct

Participant 10

Initial description: I filled the shape in with the same color

Final description: I thought maybe I needed to change the red shape to yellow


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