Participant 1
Initial description: Make a solid pattern from the colors which were in a large group.
Final description: To take the solid colors and make a pattern.
Participant 2
Initial description: number of vertical lines+1 = width count, number of horizontal lines+1 = height
Final description: number of vertical lines+1=width, number of horizontal lines+1=height
Participant 3
Initial description: Adjust the output size to one more than the number of colored lines. Vertical lines denote width and horizontal lines denote height. Change all squares to the color of the background.
Final description: Adjust the output size to one more than the number of colored lines. Vertical lines denote width and horizontal lines denote height. Change all squares to the color of the background.
Participant 4
Initial description: to create a grid using green as the setting adding one extra grid of the base grid color
Final description: to create a grid using green as the setting adding one extra grid of the base grid color
Participant 5
Initial description: I took inspiration from example output 2.
Final description: I was confused by this one, but I thought I was close.
Participant 6
Initial description: Background color is the majority color.
Final description: The majority color is the background color and you have four width and height.
Participant 7
Initial description: Make a grid with the background color that is the size of the sample lines as vertices.
Final description: Make a grid with the background color that is the size of the sample lines as vertices.
Participant 8
Initial description: Create an output in which the number of segments created from the grid in the input is the length and width.
Final description: Create an output in which the number of segments created from the grid in the input is the length and width.
Participant 9
Initial description: Create a checkerboard pattern by alternating between two colors for each row.
Final description: Create a checkerboard pattern by alternating between two colors in each row.
Participant 10
Initial description: The rule for this task was that the lines created horizontal and vertical sections and the size of the output grid was determined by the amount of horizontal and vertical sections created by the lines. The output's color was also determined by the color of the sections.
Final description: The rule for this task was that the lines created horizontal and vertical sections and the size of the output grid was determined by the amount of horizontal and vertical sections created by the lines. The output's color was also determined by the color of the sections.
Participant 11
Initial description: The "lines" in the input mark out rows and columns of cells. Simplify these to one cell per row/column, and make them the same color as the predominant color in the input.
Final description: The "lines" in the input mark out rows and columns of cells. Simplify these to one cell per row/column, and make them the same color as the predominant color in the input.
Participant 12
Initial description: match largest color grouping and have no intersecting other color lines
Final description: use same color as input grid background without kines, number of grid boxes rules not figured out