Participant 1
Initial description: I think the rule is to see what color each number represented in the sample and then apply it
Final description: I think the rule is to see what color each number represented in the sample and then apply it
Participant 2
Initial description: The rule was to move each row over by a select number and delete the color in third position.
Final description: All matching colors are placed into the same grid across. blue 2 orange 3 yellow 4 green 5
Participant 3
Initial description: Colors all move the same amount. Red=2 yellow=3 blue=1 green=4
Final description: Colors all move the same amount. Red=2 yellow=3 blue=1 green=4
Participant 4
Initial description: The rule was to line up blue, red, yellow, and green in columns 2-5 with their respective color in column one.
Final description: The rule was to line up blue, red, yellow, and green in columns 2-5 with their respective color in column one.
Participant 5
Initial description: Move the colored boxes along the x axis based on their color.
Final description: Move the colored boxes along the x axis based on their color.
Participant 6
Initial description: This was a straightforward pattern where each color shifted to a specific column. Blue went in 2nd red in 3rd yellow in 4th and green in 5th.
Final description: This was a straightforward pattern where each color shifted to a specific column. Blue went in 2nd red in 3rd yellow in 4th and green in 5th.
Participant 7
Initial description: The colors remain the same. The new column is determined by the color I use.
Final description: The colors remain the same. The new column is determined by the color I use.
Participant 8
Initial description: move the colored blocks from the left row over to the right. The red block moves 2 spaces. The yellow moves 3 spaces. The blue moves 1 space. The green moves 4 spaces.
Final description: move the colored blocks from the left row over to the right. The red block moves 2 spaces. The yellow moves 3 spaces. The blue moves 1 space. The green moves 4 spaces.
Participant 9
Initial description: Reds move 3 over, yellow moves 4, green moves 5, light blue moves 1
Final description: Reds move 3 over, yellow moves 4, green moves 5, light blue moves 1
Participant 10
Initial description: 1st square goes out how ever many in first row before black square then so on with next colors until they repeat then they go in same row with same colors just on that section of the grid.
Final description: Colors had specific row they went in then just placed the correct color in the row if the grid on the left had it in the test input.
Participant 11
Initial description: The colored squares are shifted to the right depending on which color it is: light blue is shifted to the second row, red is shifted to the third row, yellow is shifted to the fourth row, and green is shifted to the fifth row.
Final description: The colored squares are shifted to the right depending on which color it is: light blue is shifted to the second row, red is shifted to the third row, yellow is shifted to the fourth row, and green is shifted to the fifth row.
Participant 12
Initial description: Each color had a defined number of squares it moved horizontally from the starting position, going from left to right. Light blue moved right 1 square, red moved right 2 squares, etc. No squares moved vertically.
Final description: Each color had a defined number of squares it moved horizontally from the starting position, going from left to right. Light blue moved right 1 square, red moved right 2 squares, etc. No squares moved vertically.
Participant 13
Initial description: The test input shows what colors are used: black, blue, red, yellow, and green. The test output will tell you how many spaces to move that color from the first column and then change the first column to black. Black moves 0 spaces to the right, Blue 1 space to the right, Red 2 spaces to the right, Yellow 3 spaces to the right and Green 4 Spaces to the right all from their respective starting positions.
Final description: The test input shows what colors are used: black, blue, red, yellow, and green. The test output will tell you how many spaces to move that color from the first column and then change the first column to black. Black moves 0 spaces to the right, Blue 1 space to the right, Red 2 spaces to the right, Yellow 3 spaces to the right and Green 4 Spaces to the right all from their respective starting positions.
Participant 14
Initial description: Each color has a set position to the left/right. The light blue is two to the right. Red is three. Yellow is four to the right. And Green is five to the right.
Final description: Each color has a set position to move to the right. Light blue moves right one. Red moves two. Yellow moves three. And green moves four.
Participant 15
Initial description: Correlate the color to it's recognized travel distance. Blue is 1 move, red is 2 moves, yellow is 3 moves, and green is 4 moves to the right.
Final description: Correlate the color to it's recognized travel distance. Blue is 1 move, red is 2 moves, yellow is 3 moves, and green is 4 moves to the right.