Participant 1
Initial description: create the output as per the instruction
Final description: based on the instruction I solve the graph
Participant 2
Initial description: set grid to copy input then mirror given pattern on opposite side of gird and fill remaining space with matching colors on the end spaces.
Final description: set grid to copy input then mirror given pattern on opposite side of gird and fill remaining space with matching colors on the end spaces.
Participant 3
Initial description: Create a board pattern by using four colors between across the board.
Final description: Create a pattern using four different colors across the board.
Participant 4
Initial description: mirror the right and left sides. fill the balance with the outermost pattern
Final description: i thought i was correct the first time with duplicate patterns at each end and filling the remaining columns with the outside pattern from the other two boxes
Participant 5
Initial description: Copy the image from one corner to the other, while extending the last square color across to connect.
Final description: Copy the image from one corner to the other, while extending the last square color across to connect.
Participant 6
Initial description: stretched it and repeated the pattern
Final description: stretched it and repeated the pattern
Participant 7
Initial description: check and make the two rows have the same pattern.
Final description: check and make the two rows have the same pattern.
Participant 8
Initial description: Copy the input to a grid of the same size, and then copy the 4x4 colored region so the left side looks just like the right. Then fill the black spaces in between with the color that appears in column 4 and 10 for each row.
Final description: Copy the input to a grid of the same size, and then copy the 4x4 colored region so the left side looks just like the right. Then fill the black spaces in between with the color that appears in column 4 and 10 for each row.
Participant 9
Initial description: Create solid color lines
Final description: Make solid lines
Participant 10
Initial description: The first group of 4x4 will also be the last set of 4x4 with the vertical lines 5 through 10 matching the lines that they are next to.
Final description: The first group of 4x4 will also be the last set of 4x4 with the vertical lines 5 through 10 matching the lines that they are next to.
Participant 11
Initial description: Duplicate the given pattern at the ends of the output space, extend the end pattern colors between the two.
Final description: Duplicate the given pattern at the ends of the output space, extend the end pattern colors between the two.
Participant 12
Initial description: The colums separate symetrically to the edges and the color on the outer box of each row fills the entire row in between.
Final description: The coloums at the edges move to the end of the grid, the middle is common after each edge, and the colors at the edge fill the entire row.
Participant 13
Initial description: The rule was to replicate the pattern at opposite ends
Final description: The rule was to replicate the pattern at opposite ends