Participant 1

Initial description: Extend diagonal lines from the input points (the blue and yellow boxes in this case). When the line is on the green part, it should be blue, when it goes into the light blue, it should switch to yellow.

Final description: Extend diagonal lines from the input points (the blue and yellow boxes in this case). When the line is on the green part, it should be blue, when it goes into the light blue, it should switch to yellow.


Attempt 1: Correct

Participant 2

Initial description: To transform what is in the test input into the test output.

Final description: I crossed paths with each colored block and matched them to their destination.


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

Participant 3

Initial description: Draw diagonal lines extending to the edges of the grid from the single blocks, using blue over the green background and yellow over the light blue background.

Final description: Extend diagonal lines from the single color blocks to the edges of the grid, using dark blue over the green background and yellow over the light blue background.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 4

Initial description: The colored squares on the input are where the lines are to cross on the output.

Final description: The colored squares in the input are intersections for the output. One color for in the highlighted area, another color for the background area.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: The input dots are the centers of x's. The dots change color depending on the background.

Final description: The input dots are the centers of xs. Draw lines diagonally from each input dot. The x's change color with the background. They will change to the color of the other dots when the background changes. Make sure to draw diagonals even if an input dot is in the edge of the test input.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 6

Initial description: I select test output based on the examples.

Final description: I select test output based on the examples


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