Participant 1

Initial description: Keep the bottom row of colored cells in place as in the input. Translate each successive row of colored cells, moving up from the bottom row, one cell to the left.

Final description: Keep the bottom colored row in place. Move each successive row of colored cells, moving up the grid, one cell to the left.


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

Participant 2

Initial description: each row is transformed over one more than the last

Final description: step up to the left


Attempt 1: Incorrect
Attempt 2: Correct

Participant 3

Initial description: To square

Final description: Consider first shape, modified


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

Participant 4

Initial description: Slide the top over by four, keep the bottom where it is, and slide the rest over so that it matches.

Final description: Slide the top over by four and keep the bottom as is. Slide the rest over as needed to keep the shape and connect the top and bottom.


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

Participant 5

Initial description: the task was to make the upright shape transform into a diagonal shape by moving eat piece to the left

Final description: this task was to make the upright shape into a diagonal while keeping empty spaces intact


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

Participant 6

Initial description: Followed the example.

Final description: Everything is correct here.


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

Participant 7

Initial description: Each time you move up one row you have to slide one column to the left

Final description: Each time you move up one row you have to slide one column to the left


Attempt 1: Correct

Participant 8

Initial description: Using a grid the same size as that featured in the input, convert the original shape to a diagonal one leaning to the upper left. The shape in the output should retain the same horizontal line at the very bottom as the shape in the input, but all vertical lines in the original shape should be converted to upper-left-facing diagonal lines composed of the same number of squares, while all horizontal lines should be readjusted in accordance with the new shape's position.

Final description: In a grid the same size as that displayed in the input, convert the original shape featured in the input to a "diagonal" one that leans to the upper left of the grid. This new diagonal shape should retain the very bottom horizontal line as the original shape in the input, in the same position in the grid. All vertical lines from the original should be converted to upper-left-leaning diagonal lines of the same length, while all horizontal lines should be readjusted to match the diagonal lines and form a single continuous shape, in accordance with this new shape's position.


Attempt 1: Incorrect
Attempt 2: Correct