Participant 1

Initial description: All same colored squares need to be connected. If a color only has a single square, draw a line straight to the other side of the grid.

Final description: All same colored squares need to be connected in straight lines (always make right angles) with the same color. If a color only has a single square, draw a line with that same color straight to the other side of the grid.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 2

Initial description: The colors move inwards towards the grid, and their paths stop once they connect.

Final description: The colors move inwards towards the grid, and their paths stop once they connect.


Attempt 1: Correct

Participant 3

Initial description: The rule is similar to Example input 1 where you have three blocks together in the top row and then one colored block in the first and last columns.

Final description: The rule was number 1, and I had that at the start. We can also use Example input 1 to create this output. although I see that I should have changed the yellow to pink to correspond with the output of example 1


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

Participant 4

Initial description: fill from top to bottom a pixel of the same color as the one above it. If a same colored pixel is found below connect that color horizontally with the vertical row of same colored pixels.

Final description: fill from top to bottom a pixel of the same color as the one above it. If a same colored pixel is found below connect that color horizontally with the vertical row of same colored pixels.


Attempt 1: Correct

Participant 5

Initial description: connecting the colors that connect and leaving the middle as it as there was nothing to connect to

Final description: connecting the colors that connect and leaving the middle as it as there was nothing to connect to


Attempt 1: Correct

Participant 6

Initial description: i follow the path from the top three colored squares and went down to where their same color was below. If there was no color (i.e light blue) it just went to the bottom.

Final description: i follow the path from the top three colored squares and went down to where their same color was below. If there was no color (i.e light blue) it just went to the bottom.


Attempt 1: Correct

Participant 7

Initial description: change grid to 11 each way. Go over to block 4 and change to yellow, change 5 to light blue, change 6 to gray. Go down to eight and change to yellow. Go down 10 and over 11 and change to gray.

Final description: Change to 11 squares each way. Add yellow, light blue and gray colors.


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

Participant 8

Initial description: All lines needed to touch a side while remaining close. I did my best to replicate this.

Final description: All lines needed to touch a side while remaining close. I did my best to replicate this.


Attempt 1: Correct

Participant 9

Initial description: Starting with the colored squares at the top, extend the same color downward until reaching a row that has a square of the same color in another column then turn toward that square and continue until reaching that column

Final description: Starting with the colored squares at the top, extend the same color downward until reaching a row that has a square of the same color in another column then turn toward that square and continue until reaching that column


Attempt 1: Correct

Participant 10

Initial description: This is how i think pattern should be this is taking way to much time

Final description: This thing i think does not work i hav e read direcions and nothing i seem to do works


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

Participant 11

Initial description: recreate the input that has 3 colors but that only 2 out of them have a end point to

Final description: recreate the input that has 3 colors but that only 2 out of them have a end point to


Attempt 1: Correct

Participant 12

Initial description: To correspond the matching colored square to the same colored square on the other side of the grid.

Final description: To correspond the matching colored square to the same colored square on the other side of the grid.


Attempt 1: Correct