Participant 1

Initial description: Red triangular shapes should be filled in (even halves) starting on the left and then skipping any directly next to another. There should be a gap between each one so it alternates black and yellow. For example, on bottom it should be yellow, black, black, yellow. On top for that same example it would be black, yellow, black, black, yellow, black and so on.

Final description: Red triangular shapes should be filled in (even halves) starting on the left and then skipping any directly next to another. There should be a gap between each one so it alternates black and yellow. For example, on bottom it should be yellow, black, black, yellow. On top for that same example it would be black, yellow, black, black, yellow, black and so on.


Attempt 1: Correct

Participant 2

Initial description: Follow input instructions as the grid expands

Final description: Follow input instructions as the grid expands


Attempt 1: Correct

Participant 3

Initial description: Just fill it yellow boxes.

Final description: Just fill it yellow boxes.


Attempt 1: Correct

Participant 4

Initial description: Top row: second block of three blacks goes to yellow. Middle row: left square yellow and after counting three reds, make a square yellow. Bottom row: first two squares yellow, then every third block of three black squares becomes yellow.

Final description: Change some black squares to yellow. In top row (moving leftward), change every other block of 3 blacks to yellow. In second row, change first black to yellow, count three reds then change a black to yellow. In bottom row, change first two blacks to yellow, then every third block of three blacks.


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

Participant 5

Initial description: It appeared to continue from the examples to increase 1 yellow fill each time. I just did it in the same pattern as the examples.

Final description: It appeared to continue from the examples to increase 1 yellow fill each time. I just did it in the same pattern as the examples.


Attempt 1: Correct

Participant 6

Initial description: It was very difficult.

Final description: It was very difficult.


Attempt 1: Correct

Participant 7

Initial description: Fill in the red V grid. Leave two black shapes in between each yellow shape.

Final description: Fill in the red V grid. Leave two black shapes in between each yellow shape.


Attempt 1: Correct

Participant 8

Initial description: It is the same but every other black section was filled with yellow

Final description: It is the same but every other black section was filled with yellow


Attempt 1: Correct

Participant 9

Initial description: Fill the first area with yellow, skip two open areas, fill the next with yellow and repeat until the end

Final description: Fill the first area with yellow, skip two open areas, fill the next with yellow and repeat until the end


Attempt 1: Correct

Participant 10

Initial description: Select the squares height and weight and select the squares and fill the colors

Final description: yes


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

Participant 11

Initial description: The grid follows a pattern of yellow, orange, black, orange, black, orange, yellow, then repeats. Or, another way to look at it is that the yellow only appears around orange, but it skips two black areas in between.

Final description: The grid follows a pattern of yellow, orange, black, orange, black, orange, yellow, then repeats. Or, another way to look at it is that the yellow only appears around orange, but it skips two black areas in between.


Attempt 1: Correct

Participant 12

Initial description: I filled the first black space and then every third space after.

Final description: I filled the first black space and then every third space after.


Attempt 1: Correct

Participant 13

Initial description: The red in the input is the same as the output. Then, each third section of black is changed to yellow, working from left to right.

Final description: The red in the input is the same as the output. Then, each third section of black is changed to yellow, working from left to right.


Attempt 1: Correct

Participant 14

Initial description: fill in every 2 black sections with yellow

Final description: fill in every 2 black sections with yellow


Attempt 1: Correct

Participant 15

Initial description: Set grid size and copy from input

Final description: Size grid and use copy function.


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

Participant 16

Initial description: copy the grid with the red box locations and fill in with yellow boxes starting with the bottom-left corner every third red V.

Final description: copy the grid with the red box locations and fill in with yellow boxes starting with the bottom-left corner every third red V.


Attempt 1: Correct

Participant 17

Initial description: DONE

Final description: DONE


Attempt 1: Correct