Participant 1

Initial description: Transform the output to a 15x15 cell. Leave every 5 rows black, and on the 6th row, make it the same color as that in the input.

Final description: Transform the output to a 15x15 cell. Leave every 5 rows black, and on the 6th row, make it the same color as that in the input.


Attempt 1: Correct

Participant 2

Initial description: Output will be a 15x15 space with lines of the input color separating a black space of the same size as the input grid as many times as possible.

Final description: Output will be a 15x15 space with lines of the input color separating a black space of the same size as the input grid as many times as possible.


Attempt 1: Correct

Participant 3

Initial description: Change the grid so there are black squares in the middle surrounded by yellow squares.

Final description: I thought that it was supposed to be matching but now I realize the rule was to put the amount of squares that were to the right.


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

Participant 4

Initial description: Create the patten with the colored box in the center

Final description: I thought the rule was to create a plaid pattern


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

Participant 5

Initial description: beginning in upper left corner, make a black grid block the size of the test input, duplicate that black grid block above and below the first grid block separated by one horazontal and vertical row in the test input color, repeat until all blocks have been converted into the pattern

Final description: beginning in upper left corner, make a black grid block the size of the test input, duplicate that black grid block above and below the first grid block separated by one horazontal and vertical row in the test input color, repeat until all blocks have been converted into the pattern


Attempt 1: Correct

Participant 6

Initial description: follow example

Final description: ok


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

Participant 7

Initial description: Create a 15 by 15 block grid in the input's color that the test input fits into.

Final description: Create a 15 by 15 block grid in the input's color that the test input fits into.


Attempt 1: Correct

Participant 8

Initial description: To make a window pattern using the color given with black inside the windows.

Final description: To make a window pattern using the color given and blacking out the windows.


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

Participant 9

Initial description: On a 15 by 15, remove the amount of squares in the Test Input to black and alternate one line after.

Final description: Set up a 15 x 15 grid, Count how many squares are in the test input, and turn those black, alternating a yellow line in between. Continue until you cannot turn any more squares black.


Attempt 1: Incorrect
Attempt 2: Correct