Participant 1

Initial description: Reorganize the colored squares in stacks from the bottom of the grid up, from left to right, in the order blue, red, green, yellow.

Final description: Reorganize the colored squares in stacks from the bottom of the grid up, from left to right, in the order blue, red, green, yellow.


Attempt 1: Correct

Participant 2

Initial description: arrange blocks by color from left to right; blue, red, green, yellow

Final description: group colors together


Attempt 1: Incorrect
Attempt 2: Correct

Participant 3

Initial description: Count the number of different color blocks. Then make columns out of the number of blocks from that color.

Final description: Count the number of different color blocks. Then make columns out of the number of blocks from that color.


Attempt 1: Correct

Participant 4

Initial description: Same amounts different areas

Final description: Not sure on this one


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

Participant 5

Initial description: Make a bar graph starting on the left with blue, then red, then green and then yellow. Each bar is the number of squares that color appears.

Final description: Make a bar graph starting on the left with blue, then red, then green and then yellow. Each bar is the number of squares that color appears.


Attempt 1: Correct

Participant 6

Initial description: Counted and filled.

Final description: Counted and filled.


Attempt 1: Correct

Participant 7

Initial description: Put all colors together in the same column.

Final description: Put all colors together in the same column.


Attempt 1: Correct

Participant 8

Initial description: Arrange the same number of squares of each color displayed in the input into four vertical lines, starting from the bottom left side of the output display and in the order blue-red-green-yellow.

Final description: Arrange the same number of squares of each color displayed in the input into four vertical lines, starting from the bottom left side of the output display and in the order blue-red-green-yellow.


Attempt 1: Correct

Participant 9

Initial description: I believe the rule was to transform the test output grid to the same size as the input grid and then add the same amount of the blue, red, green, and yellow squares vertically on top of each other in a bar graph style going from left to right in the order of the colors listed above.

Final description: I believe the rule was to transform the test output grid to the same size as the input grid and then add the same amount of the blue, red, green, and yellow squares vertically on top of each other in a bar graph style going from left to right in the order of the colors listed above.


Attempt 1: Correct