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.
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.
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.
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.
Participant 5
Initial description: Sampling of top-left 2x2 grid.
Final description: Sampling of top-left 2x2 grid.
Participant 6
Initial description: The color and grids are well placed
Final description: The color and grids are well placed
Participant 7
Initial description: The upper left corner of 4 cells was copied.
Final description: The upper left corner of 4 cells was copied.
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.
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.
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.
Participant 11
Initial description: don't know
Final description: Copy the four squares in the upper left; 2 by 2 square in the output.
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.