Participant 1

Initial description: Organize the blocks of color starting from the top left corner from the smallest to the biggest

Final description: Organize the blocks of color starting from the top left corner from the smallest to the biggest


Attempt 1: Correct

Participant 2

Initial description: Resize the grid so that it matches the largest shape on the background color. In this case, the background color is blue, and the largest shape is red. So because the red rectangle is six rows tall and 10 columns wide, the new grid is 6x10. Then stack the 2nd largest shape on top of that, squaring it on the top left corner. Then stack the 3rd largest shape on top of that one, once again squaring it on the top left corner. Then place the smallest shape on the top left corner.

Final description: Resize the grid so that it matches the largest shape on the background color. In this case, the background color is blue, and the largest shape is red. So because the red rectangle is six rows tall and 10 columns wide, the new grid is 6x10. Then stack the 2nd largest shape on top of that, squaring it on the top left corner. Then stack the 3rd largest shape on top of that one, once again squaring it on the top left corner. Then place the smallest shape on the top left corner.


Attempt 1: Correct

Participant 3

Initial description: to place each grid in the corner of the square

Final description: place each set of colors in the corner with the smallest grouping on top


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

Participant 4

Initial description: I dropped the blue background and tried to stay proportional with the other colors

Final description: Not a clue


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

Participant 5

Initial description: Move the rectangles from smallest to largest in the top left corner.

Final description: Reduce the size of the output and move the rectangles to the top right corner in order of size.


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

Participant 6

Initial description: Create a pattern where each colored block from the input except the largest (blue) colored block is rearranged into a specific corner of the grid in the output. The pink, blue, and green blocks are moved to the top left, while the red blocks occupy the remaining space on the bottom and right side. The relative positions of the colored blocks within their new areas remain consistent with their shapes in the input.

Final description: Create a pattern where each colored block from the input except the largest (blue) colored block is rearranged into a specific corner of the grid in the output. The pink, blue, and green blocks are moved to the top left, while the red blocks occupy the remaining space on the bottom and right side. The relative positions of the colored blocks within their new areas remain consistent with their shapes in the input.


Attempt 1: Correct

Participant 7

Initial description: I had to stagger the grids in to the top left corner.

Final description: I had to stagger the grids from the top left corner.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 8

Initial description: I thought i was supposed to copy the input to the output then reset the grid.

Final description: I thought i needed reset the grid after copying it.


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

Participant 9

Initial description: I kept them the same length and height but corresponding to the first. I cut the largest background color, like the rest did.

Final description: the length and height were that of second to last biggest. The rest fit the patterns established on the left.


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

Participant 10

Initial description: You fit the smallest inside the bigger squares

Final description: You fit the smallest inside the bigger squares


Attempt 1: Correct