Participant 1

Initial description: The top two rows go down one block and in 2 blocks. The bottom two rows go up 1 block and in, towards the middle, two blocks. This puts everything in the 3x3 block in the middle.

Final description: The top two rows go down one block and in 2 blocks. The bottom two rows go up 1 block and in, towards the middle, two blocks. This puts everything in the 3x3 block in the middle.


Attempt 1: Correct

Participant 2

Initial description: Remove all the black squares between the colored squares and make the colored squares fit in the 3x3 grid.

Final description: Remove all the black squares between the colored squares and make the colored squares fit in the 3x3 grid.


Attempt 1: Correct

Participant 3

Initial description: The grid is compressed with blocks mimicking the larger shape.

Final description: The shape of the example output look like a compressed input.


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

Participant 4

Initial description: I followed what the test input shows on a big grid and noticed the examples are just inputting the blocks on output grid

Final description: I followed what the test input shows on a big grid and noticed the examples are just inputting the blocks on output grid


Attempt 1: Correct

Participant 5

Initial description: Resiz width and height to 3 by 3

Final description: Resizing the size of the whole grid


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

Participant 6

Initial description: easy

Final description: what happen


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

Participant 7

Initial description: The output is a 3x3 area, with the 2x2 sections in each corner from the input being brought into the matching corner of the output.

Final description: The output is a 3x3 area, with the 2x2 sections in each corner from the input being brought into the matching corner of the output.


Attempt 1: Correct

Participant 8

Initial description: Removed fields and merge image.

Final description: Removed fields and merge image.


Attempt 1: Correct

Participant 9

Initial description: Imagine each corner of the input as a 3x3 square and copy each colored square to create a picture.

Final description: Imagine each corner of the input as a 3x3 square and copy each colored square to create a picture.


Attempt 1: Correct

Participant 10

Initial description: reduce the grid size to 3 x 3 and the squares on the sides of the blue ones would remain black

Final description: The grid size is reduced to 3 x 3 and the blue squares remain in the same position but there are many fewer black squares. Keep the same number of blue squares as there are in the test input


Attempt 1: Incorrect
Attempt 2: Correct