Participant 1

Initial description: Looking at the rows horizontally, one is colored different. That is the odd man out and the one that will be put into the output. Then we find which pattern is the odd man out, and we will change the output block to match that pattern

Final description: Each horizontal row has a block with different colors and one with a different pattern. The block with the different colors gets moved to the output and its pattern changed to match the odd pattern.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 2

Initial description: rotate a slice of the input

Final description: rotate a slice from the input


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

Participant 3

Initial description: Flip the first colored section, rotate the second colored section, in the third section, rotate the third colored section in the second column

Final description: I have no idea


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

Participant 4

Initial description: Made grid tall and not wide and make sure there are rows of black with rows of color from the other grid.

Final description: Make the grid tall and not wide and make sure there are black rows. Then use the colors from the other side and arrange them.


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

Participant 5

Initial description: Squares with two of each color get rotated by one block while a square with 1 out of four blocks being one color gets inverses.

Final description: Blocks of four with only 1 out of 4 of a color get mirrored while half and half blocks get rotated.


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

Participant 6

Initial description: To copy a vertical strip the length width and length 3 cells from the left image.

Final description: I thought I was supposed to do a mirrow image of the examples.


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

Participant 7

Initial description: Create a checkerboard pattern.

Final description: Create a checkerboard pattern with odd one out


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

Participant 8

Initial description: follow the pattern change of the left 1/2 vs. 4/5 columns, do the same to the last two columns

Final description: follow the pattern change of the left 1/2 vs. 4/5 columns, do the same to the last two columns


Attempt 1: Correct

Participant 9

Initial description: It looked like in the examples it took the middle 4 by 4 block and rotated it. I tried to rotate to best match the pattern and examples.

Final description: I wasn't sure on that one. I thought the colors rotated based on the block to their left maybe?


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

Participant 10

Initial description: Use the colors of the pattern that is unique from each row. Copy the pattern style from right to left each row.

Final description: The rows repeat the pattern in sets of 2 with a new color pattern every 2


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