Participant 1

Initial description: The rule was to use the four blocks in the top left corner.

Final description: The rule was to use the four blocks in the top left corner.


Attempt 1: Correct

Participant 2

Initial description: Ordering the colors according to the ration with which they appear in the input.

Final description: Changing the grid to be two by two then dividing the colors according to ratio.


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

Participant 3

Initial description: The first 2x2 grid seemed to be enlarged to cover the entire image, but looking at it now, I want to redo it to a 2x2 grid with these colors in these areas. I expanded the colors from the first 2x2 grid in the test input to cover the grid on output but looking as the examples shows me I was wrong here and should have resized the output grid.

Final description: It was just the first 2x2 grid from the test input that completed the output.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 4

Initial description: The input is a grid of colored squares that is at least 2 spaces wide and 2 spaces tall. The output is a 2x2 grid that is a copy of the 4 squares in the upper left corner of the input grid.

Final description: The input is a grid of colored squares that is at least 2 spaces wide and 2 spaces tall. The output is a 2x2 grid that is a copy of the 4 squares in the upper left corner of the input grid.


Attempt 1: Correct

Participant 5

Initial description: Sampling of top-left 2x2 grid.

Final description: Sampling of top-left 2x2 grid.


Attempt 1: Correct

Participant 6

Initial description: The color and grids are well placed

Final description: The color and grids are well placed


Attempt 1: Incorrect
Attempt 2: Correct

Participant 7

Initial description: The upper left corner of 4 cells was copied.

Final description: The upper left corner of 4 cells was copied.


Attempt 1: Correct

Participant 8

Initial description: Find the top left 2x2 square and recreate the colors of that 2x2 square.

Final description: Find the top left 2x2 square and recreate the colors of that 2x2 square.


Attempt 1: Correct

Participant 9

Initial description: Divide the orig. into 4 quadrants. Look at the middle Oops wrong

Final description: Divide input into 4 quadrants. Each new square is the same color as the corner of that quadrant in the middle.


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

Participant 10

Initial description: You have to make a two by two square, and I think the more of a color there is, the more big squares it has.

Final description: You have to make a two by two square, and I think the more of a color there is, the more big squares it has.


Attempt 1: Correct

Participant 11

Initial description: don't know

Final description: Copy the four squares in the upper left; 2 by 2 square in the output.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 12

Initial description: The four colors that are used ended up being the first four colors that are in the top left corner, in that order.

Final description: I took the top four squares from the left corner and only used those in the grid, exactly matching the color combination and the number of squares in a 2x2 grid.


Attempt 1: Incorrect
Attempt 2: Correct