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.
Participant 2
Initial description: Follow input instructions as the grid expands
Final description: Follow input instructions as the grid expands
Participant 3
Initial description: Just fill it yellow boxes.
Final description: Just fill it yellow boxes.
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.
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.
Participant 6
Initial description: It was very difficult.
Final description: It was very difficult.
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.
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
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
Participant 10
Initial description: Select the squares height and weight and select the squares and fill the colors
Final description: yes
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.
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.
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.
Participant 14
Initial description: fill in every 2 black sections with yellow
Final description: fill in every 2 black sections with yellow
Participant 15
Initial description: Set grid size and copy from input
Final description: Size grid and use copy function.
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.
Participant 17
Initial description: DONE
Final description: DONE