Participant 1

Initial description: Each square in the colored section of the output grid puls from the corresponding rectangle in the input grid

Final description: Each square in the colored section of the output grid puls from the corresponding rectangle in the input grid


Attempt 1: Correct

Participant 2

Initial description: Fill in the middle blocks with the most prominent color in the set of blocks that correspond position-wise.

Final description: Fill in the middle blocks with the most prominent color in the set of blocks that correspond position-wise.


Attempt 1: Correct

Participant 3

Initial description: Use the most prominent color out of the test input blocks to color the blocks in the test output.

Final description: Use the most prominent color out of the test input blocks to color the blocks in the test output.


Attempt 1: Correct

Participant 4

Initial description: Paint a new rectangle box using the most prominent color from each target box.

Final description: Paint a new rectangle box using the most prominent color from each target box.


Attempt 1: Correct

Participant 5

Initial description: The Test Output's dimension, as per the other example output's, must be 4x5. The cube colors must be in the center of the grid, and they must correspond with what is the majority color of each rectangle in the test input.

Final description: As per the the example outputs, each cube must be 4x5. Then there must be two rows of colors in the center of the the grid. The colors are determined by the dominant/outer color of each rectangle.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 6

Initial description: Set the color of each block to the major color of the cluster of blocks in the similar position.

Final description: Set the color for the block based on the color for the similar position.


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

Participant 7

Initial description: Reset grid size to 5 x 4, leave outside border of design black, fill each of the 6 center squares according to the largest amount of color on each area of the test input example.

Final description: Reset grid size to 5 x 4, leave outside border of design black, fill each of the 6 center squares according to the largest amount of color on each area of the test input example.


Attempt 1: Correct

Participant 8

Initial description: Create a pattern which takes the most commonly used color from the test input's individual samples and condenses them

Final description: Create a pattern which takes the most commonly used color from the test input's individual samples and condenses them


Attempt 1: Correct

Participant 9

Initial description: Make the inner squares in Output surrounded by black squares correspond to the colors of the patterns in the Input with the most overall squares of the particular color

Final description: Make the inner squares in Output surrounded by black squares correspond to the colors of the patterns in the Input with the most overall squares of the particular color


Attempt 1: Correct

Participant 10

Initial description: Create a 4x5 grid, create a 2x3 pattern made from referencing the 6 patterns from input. Use the upper left corner on first row and bottom right corner on second row patterns colored square to make output pattern.

Final description: Make a 2x3 pattern on a 4x5 grid. The output pattern will use the color from the majority color from each of the 6 patterns from the input. Each pattern from the input will be represented by one square in the output.


Attempt 1: Incorrect
Attempt 2: Correct