Participant 1

Initial description: Following the examples made a rectangle out of the area of the test grid that was a uniform color. Placed the rectangle in the same area as the test grid.

Final description: Following the examples made a rectangle out of the area of the test grid that was a uniform color. Placed the rectangle in the same area as the test grid.


Attempt 1: Correct

Participant 2

Initial description: It’s obviously making most of the board black. I made the gray box symmetrical to march the examples provided.

Final description: It’s obviously making most of the board black. I made the gray box symmetrical to march the examples provided.


Attempt 1: Correct

Participant 3

Initial description: I think the rule was to isolate the part of the input that has the same color blocked together.

Final description: I think the rule was to isolate the part of the input that has the same color blocked together.


Attempt 1: Correct

Participant 4

Initial description: find the large rectangular shape. erase everything outside of the shape.

Final description: find the large rectangular shape. erase everything outside of the shape.


Attempt 1: Correct

Participant 5

Initial description: Simply copy the box from the input on a 16x16 grid, and paint to fit the same color.

Final description: Simply copy the box from the input on a 16x16 grid, and paint to fit the same color.


Attempt 1: Correct

Participant 6

Initial description: Select either a square or rectangular group of cells with the same color and change all cells outside this group to black.

Final description: Select either a square or rectangular group of cells with the same color and change all cells outside this group to black.


Attempt 1: Correct

Participant 7

Initial description: There is a square or rectangle group that consists of one solid color and that is singled out from the input and placed independently on the output.

Final description: There is a square or rectangle group that consists of one solid color and that is singled out from the input and placed independently on the output.


Attempt 1: Correct

Participant 8

Initial description: To get rid of the gray area that is full there.

Final description: I was thinking that only the big gray spot will change.


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

Participant 9

Initial description: excellent

Final description: excellent


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

Participant 10

Initial description: I singled out the large shape and made it a rectangle.

Final description: I singled out the large shape and made it a rectangle.


Attempt 1: Correct

Participant 11

Initial description: Colors that are the same and create a rectangle or square

Final description: Consecutive colors that form a rectangle or square.


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

Participant 12

Initial description: Copy the single large shape from the test input.

Final description: Copy the single large shape from the test input.


Attempt 1: Correct