Participant 1

Initial description: Copy image but in a smaller scale.

Final description: Copy image but in a smaller scale.


Attempt 1: Correct

Participant 2

Initial description: Repeat the same pattern in a 9 x 9 grid only in the center grids

Final description: Repeat the pattern of colors flipped


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

Participant 3

Initial description: I was to duplicate the pattern times three, horizontally.

Final description: The rules was to follow the examples, in order, to arrive at the correct output.


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

Participant 4

Initial description: Create a grid with a single column of green on the far right, and an alternating pattern of a single row of pink and a double row of yellow to the right.

Final description: Create a 9 x 9 grid. Make the last column green. The two columns to the right should be an alternating pattern of one row of pink followed by two rows of yellow.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: Since output 3 is horizontal so the next one should be vertical. I just need to copy the pattern in vertical position. Since output 2 is on the left, I should put it on the right.

Final description: Since output 3 is horizontal so the next one should be vertical. I just need to copy the pattern in vertical position. Since output 2 is on the left, I should put it on the right.


Attempt 1: Correct

Participant 6

Initial description: Create a 9 x 9 grid. The Test Input is a 3 x 3 square of colors, and is going to be placed into the grid three times. Within the test input there will be a solid 'line' of three squares with the same color. If this line is the top row, then place the Test input at the top of the grid. If the solid line is on the right side, then add to the right (and so on). If the solid line is centered run the squares through the center of the grid.

Final description: Create a 9 x 9 grid. The Test Input is a 3 x 3 square of colors, and is going to be placed into the grid three times. Within the test input there will be a solid 'line' of three squares with the same color. If this line is the top row, then place the Test input at the top of the grid. If the solid line is on the right side, then add to the right (and so on). If the solid line is centered run the squares through the center of the grid.


Attempt 1: Correct

Participant 7

Initial description: The pattern is repeating starting with the solid stripe being in the same location on the larger grid.

Final description: The pattern is repeating starting with the solid stripe being in the same location on the larger grid.


Attempt 1: Correct

Participant 8

Initial description: Copy the Input 3 times and in line with whatever position the solid line is in.

Final description: Copy the Input 3 times and in line with whatever position the solid line is in.


Attempt 1: Correct

Participant 9

Initial description: Create a grid that is 9 x 9. The very middle row should be all green across. The row above is should be the pattern of two yellow, one pink and repeat. The row below that all green middle row should be two pink, one yellow and repeat.

Final description: Color the grid so that it matches the pattern of the test input. Make the grid to match the example output one grid size.


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

Participant 10

Initial description: The output grid size is 9x9. The pattern within the 3x3 in the input transfers as is into the 9x9 but is repeated 3 times. The pattern has one column of 3 adjacent boxes of the same color. This color and its placement shows where to place the 3 repetitions of the pattern. Since the unbroken 3 box color, green, in this test input is the rightmost column, the 3 repeating patterns are placed on the rightmost side of the 9x9 as well.

Final description: The output grid size is 9x9. The pattern within the 3x3 in the input transfers as is into the 9x9 but is repeated 3 times. The pattern has one column of 3 adjacent boxes of the same color. This color and its placement shows where to place the 3 repetitions of the pattern. Since the unbroken 3 box color, green, in this test input is the rightmost column, the 3 repeating patterns are placed on the rightmost side of the 9x9 as well.


Attempt 1: Correct

Participant 11

Initial description: 4,3,2 colors and follow example input 3 pattern

Final description: use example 2 input and output example


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

Participant 12

Initial description: I have to reproduce the figure shown in the test input three times. I then have to place them based on the solid row. In this case, the green column is vertical and to the far right. Therefore, I will place the three green columns (three figures) to the far right and vertical. I will then color in the rest of the blocks as needed.

Final description: I have to reproduce the figure shown in the test input three times. I then have to place them based on the solid row. In this case, the green column is vertical and to the far right. Therefore, I will place the three green columns (three figures) to the far right and vertical. I will then color in the rest of the blocks as needed.


Attempt 1: Correct

Participant 13

Initial description: copied example one

Final description: Tried different examples


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

Participant 14

Initial description: Triple the grid layout and place the color scheme of the layout in the middle.

Final description: I tried to follow the input examples 1,2,3 to figure out which grid would match.


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

Participant 15

Initial description: Convert 3x3 to 9x9 grid. The row or column represented by 3 consecutive boxes of the same color will determine where on the 9x9 grid the boxes will be filled in for 9 consecutive boxes. The two rows or column that follow will repeat in the same color pattern as they appear in the Test Input. The final result should basically be 3 consecutive Test Input patterns.

Final description: Convert 3x3 to 9x9 grid. The row or column represented by 3 consecutive boxes of the same color will determine where on the 9x9 grid the boxes will be filled in for 9 consecutive boxes. The two rows or column that follow will repeat in the same color pattern as they appear in the Test Input. The final result should basically be 3 consecutive Test Input patterns.


Attempt 1: Correct