Participant 1

Initial description: Each colored area is represented by one square, wider areas are represeted by two. Height does not matter.

Final description: I thought that each color is represented by one square, wider squares by two without regard for height


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

Participant 2

Initial description: nan

Final description: nan


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

Participant 3

Initial description: I used the grouping of each color to determine the size of the grid, then filled in the grid with the corresponding colors.

Final description: I used the grouping of each color to determine the size of the grid, then filled in the grid with the corresponding colors.


Attempt 1: Correct

Participant 4

Initial description: make a smaller size version of the test image

Final description: I tryed to make the other things fit with it


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

Participant 5

Initial description: Count the different blocks of color within the square. Create your grid based on that converted down block. In this case, it would be a 3x3 grid. Each color block becomes just one square.

Final description: Count the different blocks of color within the larger square. Each bigger block of color will reduce down to just one block in the grid.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 6

Initial description: I thought it was to match the interior of the input square to the output square but in smaller squares.

Final description: I thought it was to match the interior of the input square to the output square but in smaller squares.


Attempt 1: Correct

Participant 7

Initial description: Each giant square from the input is turned into a single square in the output. The size of the output depends on the number of squares from the input.

Final description: Each giant square from the input is turned into a single square in the output. The size of the output depends on the number of squares from the input.


Attempt 1: Correct

Participant 8

Initial description: excellent

Final description: excellent


Attempt 1: Correct

Participant 9

Initial description: 8 or less small squares of the input counted as one square on the output while keeping the same colors.

Final description: 8 or less small squares of the input counted as one square on the output while keeping the same colors.


Attempt 1: Correct