Participant 1

Initial description: The larger input grid should be condensed into a 3x3 representation of its colored squares, with the three highest colored squares in the input comprising the top row of the output grid, appearing from left to right as they do in the input, and so on for the middle and bottom rows of the output.

Final description: The larger input grid should be condensed into a 3x3 representation of its colored squares, with the three highest colored squares in the input comprising the top row of the output grid, appearing from left to right as they do in the input, and so on for the middle and bottom rows of the output.


Attempt 1: Correct

Participant 2

Initial description: The first or closest color shall go first, second etc.

Final description: The first or closest color shall go first, second etc.


Attempt 1: Correct

Participant 3

Initial description: align the colors from left to right of every three rows in order

Final description: align the colors from left to right of every three rows in order


Attempt 1: Correct

Participant 4

Initial description: Place the colored of squares in order that they appear.

Final description: Place the colored of squares in order that they appear.


Attempt 1: Correct

Participant 5

Initial description: count the colors and put them in order

Final description: it was to put it in order


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

Participant 6

Initial description: the grid is shrunk down and the squares enlarged. then one of each color is placed in each square

Final description: the colors are placed in each row horizontally across from the test input to output.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 7

Initial description: Compress the colors from two rows and subtract the black.

Final description: Compress the colors from two rows and subtract the black.


Attempt 1: Correct

Participant 8

Initial description: Colors are arranged from left to right in groups of 3.

Final description: Colors are arranged from left to right in groups of 3.


Attempt 1: Correct

Participant 9

Initial description: I was creating equals squares of nine depending on what color square filled the spot in the test input

Final description: I condensed the grid to 9 squares and filled them with the corresponding color from the test input.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 10

Initial description: Take the top three squares and put the colors in order on the top of a 3x3 grid. Then do the same with the middle three and bottom three squares.

Final description: Take the top three squares and put the colors in order on the top of a 3x3 grid. Then do the same with the middle three and bottom three squares.


Attempt 1: Correct

Participant 11

Initial description: Remove all of the black squares. Arrange the colors in the order they appear from left to right, coupled 2 or 3 rows at a time.

Final description: Remove all of the black squares. Arrange the colors in the order they appear from left to right, coupled 2 or 3 rows at a time.


Attempt 1: Correct

Participant 12

Initial description: UNDERSTANDABLE

Final description: UNDERSTANDABLE


Attempt 1: Correct

Participant 13

Initial description: Read the color blocks on test input from left to right and top to bottom, fitting them into a 3x3 box corresponding to their locations.

Final description: Read the color blocks on test input from left to right and top to bottom, fitting them into a 3x3 box corresponding to their locations.


Attempt 1: Correct

Participant 14

Initial description: I compressed the colors into the 3x3.

Final description: I compressed the colors into the 3x3.


Attempt 1: Correct

Participant 15

Initial description: Depending on the size of the grid, the top two or three rows represent the top row of the output. The colors are in order from left to right.

Final description: Depending on the size of the grid, the top two or three rows represent the top row of the output. The colors are in order from left to right.


Attempt 1: Correct