Participant 1

Initial description: It seems as if everything increases by 2 and the corners are black where the corner colors curver and the middle ones stay straight.

Final description: It seems as if everything increases by 2 and the corners are black where the corner colors curver and the middle ones stay straight.


Attempt 1: Correct

Participant 2

Initial description: I looked at the first example input to figure out the grid. That was 4x4 and since this had 6 spaces, I made it 6x6. Then I looked at the patterns of the other examples and noticed that the ones with a black square in the middle had one in the examples. The test input was a solid color so I made the entire center solid. I guessed that the same colors were not on the bottom so I alternated green and yellow.

Final description: I was trying to figure out the pattern for the middle squares. I could not figure out which ones were which. Since the examples did not have a black square and were up and down, I figured it was three for each color instead of four for the last time. I'm guessing that the middle part is the wrong one.


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

Participant 3

Initial description: good

Final description: sorry


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

Participant 4

Initial description: Corner colors get corners and the middle ones go straight out

Final description: I accidentally included and extra yellow piece in the last attempt.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: I made a new grid, counting the outer blocks of the long side of the input twice. I took the colors of the input corner colors and made an L shape around the actual corners, which are black. I then used the middle input colors to fill in the space between the L shapes.

Final description: I formed a new grid, taking the input and doubling up the corner blocks to make a 5x4. I then took the corner colors and made an L shape around the corners, which remain black. Finally, I used the inner colors to fill in the space in the middle.


Attempt 1: Incorrect
Attempt 2: Correct