Participant 1

Initial description: copy original input. change all yellow to green. then extend all grid connecting green with blue and fill with yellow. from the blue line, continue extending blue and pushing red in those areas to all the way to the edge.

Final description: copy original input. change all yellow to green. then extend all grid connecting green with blue and fill with yellow. from the blue line, continue extending blue and pushing red in those areas to all the way to the edge.


Attempt 1: Correct

Participant 2

Initial description: A combination of all three example outputs. 1 and 2 rotated

Final description: A combination of all three example outputs. 1 and 2 rotated


Attempt 1: Correct

Participant 3

Initial description: I followed the pattern set in all 3 of the examples

Final description: I followed the pattern set in all 3 of the examples


Attempt 1: Correct

Participant 4

Initial description: I don't know what the rest of the rule is beyond this point.

Final description: Copy and paste the test input into a 30 x 30 grid. Change the yellow squares into light green. Fill spaces between light blue line and light green squares into yellow. Allow sections of light blue line to push corresponding sections of jagged red line to the opposite end of grid. Fill spaces between these sections with light blue.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: Change the yellow on the input image to green, continue a line down the same width as green part, but in yellow until blue line. After that continue the same line down, but now in blue. Replicate red pattern at the bottom of a blue line that looks like what would be hidden by it in a place where they intersect.

Final description: Change the yellow on the input image to green, continue a line down the same width as green part, but in yellow until blue line. After that continue the same line down, but now in blue. Replicate red pattern at the bottom of a blue line that looks like what would be hidden by it in a place where they intersect.


Attempt 1: Incorrect
Attempt 2: Correct