Participant 1
Initial description: Any blocks of black squares that are groups of four or six are colored red.
Final description: Any groups of four or six black blocks are colored red.
Participant 2
Initial description: After copying the test input info to the test-output area, find all areas on the grid which are comprised of four or more black squares adjacent to each other which create filled-in areas of at least two by two squares. Then fill in all such areas with red.
Final description: After copying the test input info to the test-output area, find all areas on the grid which are comprised of four or more black squares adjacent to each other which create filled-in areas of at least two by two squares. Then fill in all such areas with red.
Participant 3
Initial description: I thought the groups that had 3 horizontal and 2 vertical
Final description: I am honestly not sure what the rule could be here
Participant 4
Initial description: Copy the input. Then, search for any pixels that make a square or rectangle and color them red. These need to be at least 2x2 in size.
Final description: Copy the input. Then, search for any pixels that make a square or rectangle and color them red. These need to be at least 2x2 in size.
Participant 5
Initial description: Change the color of any group of black blocks that form a rectangle to red.
Final description: Change the color of any group of black blocks that form a rectangle to red.
Participant 6
Initial description: I GIVE A OUTPUT BASED ON INPUT GRID
Final description: I GIVE A OUTPUT BASED ON INPUT GRID
Participant 7
Initial description: change any blocks to red
Final description: change any blocks to red
Participant 8
Initial description: I quickly note the grid corectly.
Final description: I quickly note the grid corectly.
Participant 9
Initial description: For any black rectangles comprised of four or more squares, shade these entire rectangles Red.
Final description: For any black rectangles comprised of four or more squares, shade these entire rectangles Red.
Participant 10
Initial description: It there are 4 or more black squares touching in the form or a square or rectangle color them red.
Final description: It there are 4 or more black squares touching in the form or a square or rectangle color them red.
Participant 11
Initial description: Look for black grids that are two or more times together in width and length and change their color.
Final description: Look for black grids that are two or more times together in width and length and change their color.