Participant 1

Initial description: Translate interior multicolored squares outside their respective opposite corners.

Final description: Translate interior multicolored squares outside of their opposite respective corners.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 2

Initial description: The input is a grid with a rectangular region outlined by a 1-square wide border. Inside the border are 4 squares located at the corners of the region, each a different color. The output consists of the same region and border, but the colored squares inside the border are moved diagonally to their kitty-corners on the outside of the border.

Final description: The input is a grid with a rectangular region outlined by a 1-square wide border. Inside the border are 4 squares located at the corners of the region, each a different color. The output consists of the same region and border, but the colored squares inside the border are moved diagonally to their kitty-corners on the outside of the border.


Attempt 1: Correct

Participant 3

Initial description: Move the inner squares from the inside corners to the outside corners.

Final description: Move the small squares from the inside corners to the outside corners and then rotate all of them together counterclockwise 180 degrees.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 4

Initial description: The colors inside the box are merely moved outside on the edges.

Final description: The colors on the inside were taken outside and then flipped with what was diagonal with it.


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

Participant 5

Initial description: For this one i felt the colors that are in the interior went to the opposite side in the exterior of the shape

Final description: For this one i felt the colors that are in the interior went to the opposite side in the exterior of the shape


Attempt 1: Correct

Participant 6

Initial description: The single colored squares from inside of the ring move diagonally across from where it would be inside to out.

Final description: The single colored squares from inside of the ring move diagonally across from where it would be inside to out.


Attempt 1: Correct

Participant 7

Initial description: for each input colored mosaic shape, make another of the same size and position on the grid, and thake the colored squares from the inside of the input mosaic shape, put them diagonally just outside the output mosic shape, and diagonally switch the colors of the "banished" and now outside mosaic pieces in the output picture

Final description: for each input colored mosaic shape, make another of the same size and position on the grid, and thake the colored squares from the inside of the input mosaic shape, put them diagonally just outside the output mosic shape, and diagonally switch the colors of the "banished" and now outside mosaic pieces in the output picture


Attempt 1: Correct

Participant 8

Initial description: colored dots inside the shape should be moved outside and to the opposite corner

Final description: colored dots inside the shape should be moved outside and to the opposite corner


Attempt 1: Correct