Participant 1

Initial description: I believe the rule is that you have to mix the colors together in a certain pattern based on how they look like in the test input

Final description: I still think the rule has something to do with the pattern on the test input, but I can't exactly figure out how to solve it


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

Participant 2

Initial description: Blocks from left to right are moved to the upper left corner and fill the first row. When the third column is reached the blocks wrap back, right to left. When the first column is reached, the blocks are then filled again from left to right.

Final description: Blocks from left to right are moved to the upper left corner and fill the first row. When the third column is reached the blocks wrap back, right to left. When the first column is reached, the blocks are then filled again from left to right.


Attempt 1: Correct

Participant 3

Initial description: I looked at the colors left to right and filled in the squares left to right on the first and third rows and right to left on the middle row.

Final description: I looked at the colors left to right and filled in the squares left to right on the first and third rows and right to left on the middle row.


Attempt 1: Correct

Participant 4

Initial description: The rule was to start from the left with the first color in the first row. Then the fourth color starts on the right side of the second row. The seventh color starts on the right of the third row.

Final description: The rule was to start from the left with the first color in the first row. Then the fourth color starts on the right side of the second row. The seventh color starts on the right of the third row.


Attempt 1: Correct

Participant 5

Initial description: Position of the colors in first row in example are place in position of the number one spot in the output.

Final description: Choosing the colors from the input such as first row color would be the top spot color ion the output and so forth.


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

Participant 6

Initial description: In a 3x3 grid replicate the colors from the input like this: From left to right copy the first colors in the top 3 squares. Then copy the next 3 colors in reverse order in the middle 3 squares. Finally, copy the last 3 colors from left to right in the bottom row of the grid.

Final description: In a 3x3 grid replicate the colors from the input like this: From left to right copy the first colors in the top 3 squares. Then copy the next 3 colors in reverse order in the middle 3 squares. Finally, copy the last 3 colors from left to right in the bottom row of the grid.


Attempt 1: Correct

Participant 7

Initial description: none

Final description: none


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

Participant 8

Initial description: The output is a 3x3 grid, with the colors of the input filling its spaces in the order they appear horizontally. Starting in the top left of the ouput and going across the top row, continuing on the second row but going right to left, and then going across the bottom row left to right again. If there are less than 9 colors any remaining squares are left black.

Final description: The output is a 3x3 grid, with the colors of the input filling its spaces in the order they appear horizontally. Starting in the top left of the ouput and going across the top row, continuing on the second row but going right to left, and then going across the bottom row left to right again. If there are less than 9 colors any remaining squares are left black.


Attempt 1: Correct

Participant 9

Initial description: From Top left corner to Bottom right corner in Test Output, list off the colors present in the Test Input that appear in each vertical row from left to right.

Final description: In a snake like fashion for Test Output, list off the colors that appear in the Test Input from left to right in each vertical column.


Attempt 1: Incorrect
Attempt 2: Correct