Participant 1

Initial description: If a blue box is in the same row as a free box then you move the free box (in the case, a green box) to be immediately adjacent to a blue box.

Final description: If a blue box is in the same row as a free box then you move the free box (in the case, a green box) to be immediately adjacent to a blue box.


Attempt 1: Correct

Participant 2

Initial description: every row across that has a non-light blue block, pretend like the blocks fell onto the light blue line (but behind each other, so you can only see one per row)

Final description: every row across that has a non-light blue block, pretend like the blocks fell onto the light blue line (but behind each other, so you can only see one per row)


Attempt 1: Correct

Participant 3

Initial description: Keep the light blue squares the same, put one other color square the left or right side of the blue squares if there is at least one other color square on that side, do not add other color squares where there are no blue squares.

Final description: Keep the light blue squares the same, put one other color square the left or right side of the blue squares if there is at least one other color square on that side, do not add other color squares where there are no blue squares.


Attempt 1: Correct

Participant 4

Initial description: If there is a non-light blue square in a row/column where there is no light blue square, erase it. If there at least one non-light blue square in the same row or column as the light blue square, move the square toward the light blue square until it is in the row/column next to the blue square. Erase all other non-light blue squares in that row/column.

Final description: If there is a non-light blue square in a row/column where there is no light blue square, erase it. If there at least one non-light blue square in the same row or column as the light blue square, move the square toward the light blue square until it is in the row/column next to the blue square. Erase all other non-light blue squares in that row/column.


Attempt 1: Correct

Participant 5

Initial description: I genuinely could not find a pattern

Final description: It might have been even numbers of blocks, or maybe the blocks add up to an even number?


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

Participant 6

Initial description: Place a dot next to the light blue line for each perpendicular line that has at least one dot on it, on the side(s) that the dots lie on, then erase the initial dots.

Final description: Place a dot next to the light blue line for each perpendicular line that has at least one dot on it, on the side(s) that the dots lie on, then erase the initial dots.


Attempt 1: Correct

Participant 7

Initial description: Create a 10x15 grid, put the blue squares where they are in the test input. For any green square, place it on the grid as if the blue square are pulling them in by gravity. Ignore any other green square that falls through the blue line gaps.

Final description: Create a 10x15 grid and place the blue tiles where they originally are. Then you want to take each green square and place it next to the corresponding blue square, like it is being drawn in like a magnet. Ignore any duplicate green squares that touch each other and any green squares that fall through the gaps.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 8

Initial description: The green squares from the test imput condense down to the aqua line. Anything that doesn't line up with an aqua line gets deleted.

Final description: Each row that has a square that isn't aqua, gets represented beside the aqua line as long as there is an aqua line there.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 9

Initial description: Putting one green piece on each side if there was one in a row that had the blue column present.

Final description: Putting one green piece on each side if there was one in a row that had the blue column present.


Attempt 1: Correct

Participant 10

Initial description: Keep the blue squares same but reduce green squares to horizontally match the blue squares.

Final description: Match the blue squares and put one green square for each blue square vertically, with the exception of the top.


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

Participant 11

Initial description: I think the rule was to match the pattern on the left.

Final description: I am not exactly sure what I am supposed to do.


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

Participant 12

Initial description: The light blue box stayed the same. If there was another colored box on the same line as a blue box - one of those boxes moved beside the blue box.

Final description: The light blue box stayed the same. If there was another colored box on the same line as a blue box - one of those boxes moved beside the blue box.


Attempt 1: Correct

Participant 13

Initial description: colored blocks are 'pulled' to the blue blocks. If no blue block exists, they are eliminated.

Final description: colored blocks are 'pulled' to the blue blocks. If no blue block exists, they are eliminated.


Attempt 1: Correct