Participant 1

Initial description: Expand the input but create a 3x3 of the input

Final description: I thought I was to copy the pattern and multiply it by X in each direction.


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

Participant 2

Initial description: The entire input grid is copied into each row of the output grid

Final description: The test input is entered whole into each row of the grid. The grid size is 3 times the size of an odd numbered input and twice the size of an even numbered input


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

Participant 3

Initial description: Double the grid size, following the same color repetitions.

Final description: Multiply the height and width of the grid times itself and repeat the color pattern.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 4

Initial description: good

Final description: nice


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

Participant 5

Initial description: using the pattern from the close up

Final description: 5 x 5 of the same pattern scream!


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

Participant 6

Initial description: i doubled the grid then copied each pattern into quadrant of its own.

Final description: I did a 25X25 to accommodate 25 copies of the pattern


Attempt 1: Incorrect
Attempt 2: Correct

Participant 7

Initial description: changed grid to 5 x 5. Reset individual blocks to chosen color.

Final description: I thought I was changing the size and color of the squares.


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

Participant 8

Initial description: I tried focusing on the pattern and creating a similar shape.

Final description: My final attempt here, I tried my best to make sense of exactly what pattern to use. As I saw here, I aimed for a "cross" pattern.


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

Participant 9

Initial description: repeat the entire pattern for each square of the input.

Final description: repeat the entire pattern for each square of the input.


Attempt 1: Correct

Participant 10

Initial description: The pattern that is given should repeat as many times as it is wide/tall.

Final description: The pattern that is given should repeat as many times as it is wide/tall.


Attempt 1: Correct