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.
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.
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.
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.
Participant 5
Initial description: I GIVE A OUTPUT BASED ON INPUT GRID
Final description: I GIVE A OUTPUT BASED ON INPUT GRID
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.
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.
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.
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.
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.