Participant 1

Initial description: Line positions should be identical to input. Then colored dots that match the line color should be connected to the vertical lines based on height of the input dot. If a dot is to the right of the line, it should be attached on the right side. If it's to the left, it should be attached to the left side. Same thing for top/bottom locations. Colored dots that do not match a line color should be removed.

Final description: Line positions should be identical to input. Then colored dots that match the line color should be connected to the vertical lines based on height of the input dot. If a dot is to the right of the line, it should be attached on the right side. If it's to the left, it should be attached to the left side. Same thing for top/bottom locations. Colored dots that do not match a line color should be removed.


Attempt 1: Correct

Participant 2

Initial description: Attach single colored squares to line of same color. Delete single colored squares that don't match any line color.

Final description: Attach single colored squares to line of same color. Delete single colored squares that don't match any line color.


Attempt 1: Correct

Participant 3

Initial description: Any blocks with colors that are not the same as the columns are erased. If they are the same color, they attach themselves to the columns by moving down the same row.

Final description: Any blocks with colors that are not the same as the columns are erased. If they are the same color, they attach themselves to the columns by moving down the same row.


Attempt 1: Correct

Participant 4

Initial description: I thought the rule was to match the colored squares to the corresponding color lines for the output.

Final description: Finally! I tried to mirror the input to the output by placing the colored boxes next to the line as the pattern indicated in the input image.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: the colored lines act like magnets and attract the same colored squares. yellow line attract yellow, red attract red. other colored squares not apart of a line turn to black. isolated colored squares are pulled next to their corresponding colored line

Final description: the colored lines act like magnets and attract the same colored squares. yellow line attract yellow, red attract red. other colored squares not apart of a line turn to black. isolated colored squares are pulled next to their corresponding colored line


Attempt 1: Correct

Participant 6

Initial description: I am pretty sure it is to get rid of the odd squares while matching the colored squares with the corresponding colored lines.

Final description: Move colored squares to their corresponding colored lines while removing squares that do not have a corresponding line to be matched with.


Attempt 1: Incorrect
Attempt 2: Correct