Participant 1

Initial description: Mistake. Pressed the submit button when I thought it was stuck before board was reset.

Final description: Replace the blue squares with the other colored squares. The top left square replaces the top left blue square. The top right square replaces the top right blue square. The bottom left square replaces the bottom left blue square. The bottom right square replaces the bottom right blue square. All other squares are black. The only colored squares on the grid are the four connected squares.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 2

Initial description: First determine the 10x10 grid, with each of the 4 blue squares in the middle corresponding to a color in the direction relative to them, and then fill in the replacement colors.

Final description: First determine the 10x10 grid, with each of the 4 blue squares in the middle corresponding to a color in the direction relative to them, and then fill in the replacement colors.


Attempt 1: Correct

Participant 3

Initial description: Replace each square of the central box with the surrounding colors.

Final description: Replace each square of the central box with the surrounding colors.


Attempt 1: Correct

Participant 4

Initial description: replace blue square with colors in the original

Final description: replace blue square with colors of original


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: Form a square using the scattered tiles.

Final description: Color each tile of the 2x2 square based on the color of the closest scattered square. Then black out the scattered squares so only the center multi-colored square is showing against the black background.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 6

Initial description: The color and grids are well placed

Final description: The color and grids are well placed


Attempt 1: Correct

Participant 7

Initial description: Used the colors provided to make the large square

Final description: Used the colors provided to make the large square


Attempt 1: Correct

Participant 8

Initial description: My own idea wise

Final description: My own idea wise


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

Participant 9

Initial description: The rule was to move the colors in each quadrant to that part of the light blue block in the middle. For example the top left quadrant has a green block, move it to be the top left block of the light blue block and do that with the other three blocks in the different quadrants.

Final description: The rule was to move the colors in each quadrant to that part of the light blue block in the middle. For example the top left quadrant has a green block, move it to be the top left block of the light blue block and do that with the other three blocks in the different quadrants.


Attempt 1: Correct

Participant 10

Initial description: none

Final description: none


Attempt 1: Correct

Participant 11

Initial description: Only blue gets to turn into different colors

Final description: Only blue gets to turn into different colors


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

Participant 12

Initial description: The center is removed with all other colors in the direct middle

Final description: The center most region is replicated leaving out black squares


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

Participant 13

Initial description: input the closest color into the middle box and delete the exterior boxes

Final description: input the closest color into the middle box and delete the exterior boxes


Attempt 1: Correct

Participant 14

Initial description: Make each corner of the square the color of the block nearest to it from the input then make all other blocks black.

Final description: Make each corner of the square the color of the block nearest to it from the input then make all other blocks black.


Attempt 1: Correct

Participant 15

Initial description: Replace the light blue squares with the color of the square diagonal from the outside corner of that square.

Final description: Replace the light blue squares with the color of the square diagonal from the outside corner of that square.


Attempt 1: Correct

Participant 16

Initial description: Put all four colored squares into the middle 2x2 square. The colors of the combined square should match where the colors of the single squares.

Final description: Put all four colored squares into the middle 2x2 square. The colors of the combined square should match where the colors of the single squares.


Attempt 1: Correct

Participant 17

Initial description: Use the same grid size as the test input. The blue squares will be replaced by the colors around it. take the color in the upper left quadrant and replace the blue color in the top left part of the blue cube. Do this for the top right quadrant and both bottom quadrants so the 2x2 cube in the middle has new colors from the cubes in each quadrant.

Final description: Use the same grid size as the test input. The blue squares will be replaced by the colors around it. take the color in the upper left quadrant and replace the blue color in the top left part of the blue cube. Do this for the top right quadrant and both bottom quadrants so the 2x2 cube in the middle has new colors from the cubes in each quadrant.


Attempt 1: Correct