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.


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Incorrect

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.


Attempt 1: Correct

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


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Incorrect

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.


Attempt 1: Correct

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.


Attempt 1: Correct

Participant 6

Initial description: I GIVE A OUTPUT BASED ON INPUT GRID

Final description: I GIVE A OUTPUT BASED ON INPUT GRID


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Incorrect

Participant 7

Initial description: change any blocks to red

Final description: change any blocks to red


Attempt 1: Correct

Participant 8

Initial description: I quickly note the grid corectly.

Final description: I quickly note the grid corectly.


Attempt 1: Correct

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.


Attempt 1: Correct

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.


Attempt 1: Incorrect
Attempt 2: Correct

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.


Attempt 1: Correct