Participant 1
Initial description: Create a pattern repeating in order the given 3 colors while increasing the number of black tiles between them by 1 tile each time.
Final description: Create a pattern repeating in order the given 3 colors while increasing the number of black tiles between them by 1 tile each time.
Participant 2
Initial description: The first three colored blocks repeat at a spaced out pattern across the middle row.
Final description: The first three colored blocks repeat at a spaced out pattern across the middle row.
Participant 3
Initial description: I recreated the attempts at spacing as shown in the example
Final description: to increase the spacing in between each color
Participant 4
Initial description: Start by leaving one blank square between initial squares and output squares, then add one more blank square in between each colored square after that
Final description: Start by leaving one blank square between initial squares and output squares, then add one more blank square in between each colored square after that
Participant 5
Initial description: it's a pattern just like example 2, but I missed one.
Final description: I think I was right the first time. This was an error
Participant 6
Initial description: to hard
Final description: IIm not sur iit was hard
Participant 7
Initial description: The colors repeat, but the space between the colors increases by 1.
Final description: The color pattern repeats, but the space between each color increases by 1.
Participant 8
Initial description: Alternating colors with spaces in numerical order starting with 1,2,3, etc...
Final description: Alternating colors with spaces in numerical order starting with 1,2,3, etc...
Participant 9
Initial description: Extend the pattern of colored tiles in the same initial order but with an increasing number of black tiles between each colored tile. The black tiles increase by 1 with each additional colored tile.
Final description: Extend the pattern of colored tiles in the same initial order but with an increasing number of black tiles between each colored tile. The black tiles increase by 1 with each additional colored tile.
Participant 10
Initial description: I matched the pattern in example two, exchanging the different colors.
Final description: I thought I was following the pattern provided in example two.