Participant 1

Initial description: Multiply the number of squares for each color in the input by 4 and place that number in the output

Final description: Maybe to put double rows of each color show in a single row in the input.


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

Participant 2

Initial description: I was to make the test output match the test input.

Final description: I tried to follow example number 1.


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

Participant 3

Initial description: Grid size doubled, but colors take up the same space.

Final description: Grid size doubled, but colors take up the same space.


Attempt 1: Correct

Participant 4

Initial description: Create checkerboard by doubling number of squares and moving squares to the right

Final description: Create checkerboard by doubling grid size and number of blocks and spacing


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

Participant 5

Initial description: double the grid, using the exact same pattern.

Final description: double the grid, using the exact same pattern.


Attempt 1: Correct

Participant 6

Initial description: Create the same image but use and grid that is 4 times larger so each square goes from being 1 to 4 to create the image.

Final description: Create the same image but use and grid that is 4 times larger so each square goes from being 1 to 4 to create the image.


Attempt 1: Correct

Participant 7

Initial description: Each square on the test input is put into 4 smaller squares on the test output using the same two colors.

Final description: Each square on the test input is split into 4 smaller squares on the test output using the same two colors. There are 25 squares in the test input and 100 squares in the test output.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 8

Initial description: The structure is expanded by how much larger the grid became (a factor of five in this case)

Final description: The rule is to transform the grid (double it) and double the corresponding color squares.


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

Participant 9

Initial description: Draw the same shape with the same area on double sized grid

Final description: Draw the same shape with the same area on double sized grid


Attempt 1: Correct