Participant 1

Initial description: Add lines next to the original orange line. Each line should be one smaller than the line next to it. Lines should alternate between orange and light blue.

Final description: Add lines next to the original orange line. Each line should be one smaller than the line next to it. Lines should alternate between orange and light blue.


Attempt 1: Correct

Participant 2

Initial description: In the output, you position the input and then alternate colors on either side and subtract one row each column as you move toward the outward.

Final description: In the output, you position the input and then alternate colors on either side and subtract one row each column as you move toward the outward.


Attempt 1: Correct

Participant 3

Initial description: From the starting input every other column is filled to a height of N-2, where N was the size of the column before it starting with the input column. Each column between those columns are then colored to blue with a height of N-1, where N is the height of the preceding orange column.

Final description: From the starting input every other column is filled to a height of N-2, where N was the size of the column before it starting with the input column. Each column between those columns are then colored to blue with a height of N-1, where N is the height of the preceding orange column.


Attempt 1: Correct

Participant 4

Initial description: Create vertical lines alternating from orange and blue, using the original orange line as the middle. Each vertical line should decrease by one square on both the left and right of the original orange line.

Final description: Create vertical lines alternating from orange and blue, using the original orange line as the middle. Each vertical line should decrease by one square on both the left and right of the original orange line.


Attempt 1: Correct

Participant 5

Initial description: I GIVE A OUTPUT BASED ON INPUT GRID

Final description: I GIVE A OUTPUT BASED ON INPUT GRID


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

Participant 6

Initial description: decrease each column by 1. change the color on every other one

Final description: decrease each column by 1. change color on every other one.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 7

Initial description: The test input bar will be the longest. Bars on each side will alternate color. As bars extend to side they will be one shorted then prior part.

Final description: The test input bar will be the longest. Bars on each side will alternate color. As bars extend to side they will be one shorted then prior part. Design will fill all columns.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 8

Initial description: Copy input as it is.

Final description: Fill in alternating blue and orange columns. Making each column one square less, like upside down stairs.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 9

Initial description: The pattern continues on either side, descending like a stair case and alternating colors.

Final description: The pattern continues on either side, descending like a stair case and alternating colors.


Attempt 1: Correct

Participant 10

Initial description: duplicated example for seven columns

Final description: I duplicated the columns starting with the example and placing it where it was in the output. The second color was one less than the original on both sides of the original. The alternating color was one less than the previous and I filled all the columns.


Attempt 1: Incorrect
Attempt 2: Correct