Participant 1

Initial description: The examples show the colored squares fall into a checkered flag type pattern.

Final description: The examples show the colored squares fall into a checkered flag type pattern.


Attempt 1: Correct

Participant 2

Initial description: The input is a grid with one or more colored squares on the top row. The output is the same grid where each colored square and the two spaces on the right and left is the starting row for a 3 square wide checkerboard pattern that continues to the bottom of the grid.

Final description: The input is a grid with one or more colored squares on the top row. The output is the same grid where each colored square and the two spaces on the right and left is the starting row for a 3 square wide checkerboard pattern that continues to the bottom of the grid.


Attempt 1: Correct

Participant 3

Initial description: I used the point blocks at the top as my center starting for the ladder pattern down.

Final description: I used the point blocks at the top as my center starting for the ladder pattern down.


Attempt 1: Correct

Participant 4

Initial description: A checkerboard pattern was made going down from each color.

Final description: A checkerboard pattern was made going down from each color.


Attempt 1: Correct

Participant 5

Initial description: I formed a sort of weaving pattern downward from the colored blocks, with the space directly underneath it empty and the spaces on either side the same as the starting color. I copied that pattern all the way to the bottom.

Final description: I formed a sort of weaving pattern downward from the colored blocks, with the space directly underneath it empty and the spaces on either side the same as the starting color. I copied that pattern all the way to the bottom.


Attempt 1: Correct

Participant 6

Initial description: Use the examples.

Final description: Use the examples.


Attempt 1: Correct

Participant 7

Initial description: The output takes the colored spaces at the top and then goes down a line and puts a colored space on either side of the top one leaving the middle space empty, then continues the one colored space in the middle and then two colored spaces to the side, until the bottom of the grid.

Final description: The output takes the colored spaces at the top and then goes down a line and puts a colored space on either side of the top one leaving the middle space empty, then continues the one colored space in the middle and then two colored spaces to the side, until the bottom of the grid.


Attempt 1: Correct

Participant 8

Initial description: Starting from a colored square, moving downward vertically, color every other square to match the color of the original square until the end of the grid is reached. Starting from the original colored square, move one square to the left and one square down and color that square to match the color of the original square. Moving downward vertically, color every other square to match the original until the end of the grid is reached. Starting from the original square, move one square to the right and one square down. Color this square to match the color of the original square. Moving downward, color every other square to match the original color until the end of the grid is reached. Repeat this process for any other colored squares.

Final description: Starting from a colored square, moving downward vertically, color every other square to match the color of the original square until the end of the grid is reached. Starting from the original colored square, move one square to the left and one square down and color that square to match the color of the original square. Moving downward vertically, color every other square to match the original until the end of the grid is reached. Starting from the original square, move one square to the right and one square down. Color this square to match the color of the original square. Moving downward, color every other square to match the original color until the end of the grid is reached. Repeat this process for any other colored squares.


Attempt 1: Correct

Participant 9

Initial description: just i had try it the grid.

Final description: just i had try it the grid.


Attempt 1: Correct