Participant 1

Initial description: I changed the grid and then copied from input.

Final description: I was to fill in the outline first with the individual cells. Then fill in the horizontal and vertical rows. After that color in the fill .


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

Participant 2

Initial description: The input consists of 3 rectangular regions that all have one edge on the bottom row of the grid. The output consists of the same 3 regions, each moved vertically by a distance equal the height of each region.

Final description: The input consists of 3 rectangular regions that all have one edge on the bottom row of the grid. The output consists of the same 3 regions, each moved vertically by a distance equal the height of each region.


Attempt 1: Correct

Participant 3

Initial description: move up how many vertical each shape is

Final description: move up how many vertical each shape is


Attempt 1: Correct

Participant 4

Initial description: Move the shapes up by the number of squares of it's height

Final description: Move the shapes up by the number of squares of it's height


Attempt 1: Correct

Participant 5

Initial description: Each color block was raised by the number units it was tall (i.e. the blue box was 3 units tall so I raised it up 3 spaces).

Final description: Each color block was raised by the number units it was tall (i.e. the blue box was 3 units tall so I raised it up 3 spaces).


Attempt 1: Correct

Participant 6

Initial description: ?

Final description: Move the colored areas up by their height. Put differently, make a copy of the colored area on top of the current colored area, then replace the previous colored area with black.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 7

Initial description: Move the shapes up by an amount equal to their height.

Final description: Move the shapes up by an amount equal to their height.


Attempt 1: Correct

Participant 8

Initial description: The shapes stay the same size but they move over by one row. They move up by the number of squares they have vertically.

Final description: The colored shapes in the input are moved upwards the number of squares they have vertically straight up into the space above. In other words, the space they occupy ends up with black squares but they are positioned directly above the space they used to occupy.


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