Participant 1

Initial description: Start with the red square in the shape. Extend a red line from that square out to the opposite edge of the grid. Then, for each of the green squares adjacent to the red square, extend a green line out to the opposite edge of the grid.

Final description: Start with the red square. Extend a red line from that square out to the edge of the grid. Then count how many rows there are in the shape, minus the row with the red square. Then extend that number of green lines on each side of the red square out to the edge of the grid.


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

Participant 2

Initial description: I thought that the red lines go all the way to the end of the grid and then had walls of green around them.

Final description: The red line goes all the way to the end and then has green walls around it that are as thick as the filled green area below the red dot.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 3

Initial description: The red block is extended to the opposing side. The newly created row or column is surrounding by green blocks with the same spacing as the initial red block appears from the opposing green side in the initial input.

Final description: The red block is extended to the opposing empty side. The newly extended red column or row is padded with green blocks to the same width as the distance of the initial red block to the furthest green block along the same axis it was extended.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 4

Initial description: The orange blocks must extend to the edge and be enclosed on both sides by green blocks the thickness of which is determined by the width of the green rectangle minus one block for the orange block.

Final description: The orange block must extend to the edge and have green blocks extending on both sides, the width of the green blocks is determined by the width of the green rectangle minus the one orange block.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: Extend a red line from the red square across the black to the wall. Surround the line with green on both sides. The amount of green on each side of the red line should be 1 fewer than the size of the original green block.

Final description: Extend a red line from the red square across the black to the wall. Surround the line with green on both sides. The amount of green on each side of the red line should be 1 fewer than the size of the original green block.


Attempt 1: Correct

Participant 6

Initial description: The rule is to stretch the red square towards the end of the grid and then bracket the red line with green squares to the end of the grid.

Final description: I thought the rule was to end the red square (stretch) to the end of the grid and to bracket the line which was created with green squares.


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

Participant 7

Initial description: Extend red line and surround with green squared in numbers of how many green squared are behind red line

Final description: Extend red line and surround with green squared in numbers of how many green squared are behind red line


Attempt 1: Correct