Participant 1

Initial description: If blue squares, stay in the same row, and move the pattern all the way to the right. If yellow, keep the pattern in the same columns, but move it all the way to the bottom.

Final description: If blue squares, stay in the same row, and move the pattern all the way to the right. If yellow, keep the pattern in the same columns, but move it all the way to the bottom.


Attempt 1: Correct

Participant 2

Initial description: Move the block to the bottom keeping it in the same vertical grid.

Final description: Move the block to the bottom keeping it in the same vertical grid.


Attempt 1: Correct

Participant 3

Initial description: It is very tough to figure out the rule was here. My thought was the movement of the main block (which doesn't change) is based on how it is weighted on the test input in terms of heaviness top/bottom and left/right to where it goes in the opposite direction of that weight.

Final description: This was extremely difficult based on the example outputs. I was confident in the facts that the grid size was the same and the prevailing pattern block was also the same. Figuring out how to re-orient it on the grid felt nearly impossible. I could not identify a prevailing pattern there.


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

Participant 4

Initial description: The inputs go all the way in one direction for the outputs. For yellow, the direction is down.

Final description: The inputs go all the way in one direction for the outputs. For yellow, the direction is down.


Attempt 1: Correct

Participant 5

Initial description: the closest example was input 3 so I moved over to the side wall and kept in same horizontal rows

Final description: being it's my first attempt I was trying to count squares that match picture one, then get the example next to it to apply


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

Participant 6

Initial description: Change the grid to 10x10 and move the pattern

Final description: I'm still not sure, just moved the pattern


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

Participant 7

Initial description: If the pattern is blue, it should be moved all the way to the right in the current row. If it is purple, it should be moved all the way to the top of the current column. If it is yellow, it should be moved all the way to the bottom of the current column.

Final description: If the pattern is blue, it should be moved all the way to the right in the current row. If it is purple, it should be moved all the way to the top of the current column. If it is yellow, it should be moved all the way to the bottom of the current column.


Attempt 1: Correct