Participant 1

Initial description: to make a inclusion of the correct color as shown by the one block

Final description: to make a inclusion of the correct color as shown by the one block


Attempt 1: Correct

Participant 2

Initial description: match the colors to form lines that go back to the edge on the black grid

Final description: match the colors to form lines that go back to the edge on the black grid


Attempt 1: Correct

Participant 3

Initial description: Using the single colored dots in the test input, go up or down (whichever side is closer) with that color all the way to the edge and do the same going left or right from the dot to the edge, whichever side is closest.

Final description: Using the single colored dots in the test input, go up or down (whichever side is closer) with that color all the way to the edge and do the same going left or right from the dot to the edge, whichever side is closest.


Attempt 1: Correct

Participant 4

Initial description: Create a pattern of four colors by counting the number of squares in each row and making them one row above the other.

Final description: Create a closed off space by connecting each color to the top, side or bottom of the grid.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: Each colored square on the input grid forms the corner of an angle coming in from the side of the output grid.

Final description: Each colored square on the input grid forms the corner of an angle coming in from the side of the output grid.


Attempt 1: Correct

Participant 6

Initial description: From each square, continue with that color to the nearest side and to the nearer of the top or bottom of grid.

Final description: From each square, continue with that color to the nearest side and to the nearer of the top or bottom of grid.


Attempt 1: Correct

Participant 7

Initial description: Use each block as a guide to start, creating a straight line vertically and horizontally to the edge of the box.

Final description: Use each block as a guide to start, creating a straight line vertically and horizontally to the edge of the box.


Attempt 1: Correct

Participant 8

Initial description: Use the four colored squares to create right angles at the closest corner to their position in the grid, by filling in the adjacent squares in a straight line to the nearest border of the grid in the same colors as the corner square.

Final description: Use the four colored squares to create right angles at the closest corner to their position in the grid, by filling in the adjacent squares in a straight line to the nearest border of the grid in the same colors as the corner square.


Attempt 1: Correct

Participant 9

Initial description: Draw lines of the same color that connect the pre-existing squares to the two edges they are closest to.

Final description: Draw lines of the same color that connect the pre-existing squares to the two edges they are closest to.


Attempt 1: Correct

Participant 10

Initial description: Each color needs to be extended to reach the border

Final description: Each color needs to be extended to reach the border


Attempt 1: Correct

Participant 11

Initial description: Create a checkerboard pattern by filling the colors horizontally to the left or to the right and vertically up or down with the same color.

Final description: Create a checkerboard pattern by filling the colors horizontally to the left or to the right and vertically up or down with the same color.


Attempt 1: Correct

Participant 12

Initial description: placed lines going straight to the closest corner of each dot

Final description: placed lines going straight to the closest corner of each dot


Attempt 1: Correct

Participant 13

Initial description: Use the colored square as the corner and continue it to each border.

Final description: Use the colored square as the corner and continue it to each border.


Attempt 1: Correct

Participant 14

Initial description: Create a checkerboard pattern by alternating between the two colors in each row

Final description: Create a checkerboard pattern by alternating between the two colors in each row


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

Participant 15

Initial description: Place all blocks in the same position as the test input. Then connect them to the edges and fill in each block along the way.

Final description: Place all blocks in the same position as the test input. Then connect them to the edges and fill in each block along the way.


Attempt 1: Correct

Participant 16

Initial description: Complete a line vertically and horizontally from each colored square in the input

Final description: Create a line horizontally and vertically for each colored square


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

Participant 17

Initial description: From each colored square, make a row and column of matching colored squares extending to the 2 closest sides

Final description: From each colored square, make a row and column of matching colored squares extending to the 2 closest sides


Attempt 1: Correct