Participant 1
Initial description: Copy grid that are the same size with pattern. Remove grids that are different size
Final description: Copy grid that are the same size with pattern. Remove grids that are different size
Participant 2
Initial description: Remove all boxes that are not 5x8. For the remaining boxes, the inside will get filled to match the one that is already filled in.
Final description: Remove all boxes that are not 5x8. For the remaining boxes, the inside will get filled to match the one that is already filled in.
Participant 3
Initial description: Copy the shape within the main square to the other squares that are the same size. Eliminate the squares that are sized differently from the main square.
Final description: Copy the shape within the main square to the other squares that are the same size. Eliminate the squares that are sized differently from the main square.
Participant 4
Initial description: Use the shape with the pattern on the inside and recreate the pattern in the similar shapes. Delete all other shapes.
Final description: Use the shape with the pattern on the inside and recreate the pattern in the similar shapes. Delete all other shapes.
Participant 5
Initial description: The block in the input that is partially filled in is repeated over the same in the output. If the unfilled in blocks from the input are the same height and width as the partially filled one they repeat in the output using their original color but are filled same as the partially filled one from the input. Blocks and colors of different width and height are not used in the output.
Final description: The block in the input that is partially filled in is repeated over the same in the output. If the unfilled in blocks from the input are the same height and width as the partially filled one they repeat in the output using their original color but are filled same as the partially filled one from the input. Blocks and colors of different width and height are not used in the output.
Participant 6
Initial description: Similar shape as the filled is filled the same, other boxes are removed.
Final description: Similar shape as the filled is filled the same, other boxes are removed.
Participant 7
Initial description: Start by copying the input. Remove any minority shapes. One of the input shapes should have a pattern. Copy that pattern into the remainder of the shapes.
Final description: Start by copying the input. Remove any minority shapes. One of the input shapes should have a pattern. Copy that pattern into the remainder of the shapes.
Participant 8
Initial description: good
Final description: good
Participant 9
Initial description: All boxes of equal size to the box with the filled in squares inside, get the same pattern made inside them. All boxes that are not of equal size are eliminated.
Final description: All boxes of equal size to the box with the filled in squares inside, get the same pattern made inside them. All boxes that are not of equal size are eliminated.
Participant 10
Initial description: Only one of the rectangles has a pattern in it. Find the other rectangles with the same exact dimension and plop that pattern in (preserving their original color). Delete any rectangles that had different dimensions.
Final description: Only one of the rectangles has a pattern in it. Find the other rectangles with the same exact dimension and plop that pattern in (preserving their original color). Delete any rectangles that had different dimensions.
Participant 11
Initial description: To design the grid exactly with the test input
Final description: I believe the test input pattern should be same with output to make it easier
Participant 12
Initial description: I thought I was supposed to copy the pattern inside the square to all squares that were the same size and delete the ones that weren't the same size.
Final description: I think I'm supposed to copy the pattern inside one rectangle to remaining rectangles of the same size. I missed a few blocks on the first attempt and didn't catch it. Delete all others that aren't the same size.