Participant 1

Initial description: If one square in the larger grid has a black square, fill in the corresponding square in the broader grid with black.

Final description: If one square in the larger grid has a black square, fill in the corresponding square in the broader grid with black.


Attempt 1: Correct

Participant 2

Initial description: Put black blocks approximately in same location as on large grid but on small grid

Final description: Put black blocks in approximate same location from large grid onto small grid.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 3

Initial description: Shrink the square while maintaining distribution of black within the color.

Final description: Shrink the square while maintaining distribution of black within the color.


Attempt 1: Correct

Participant 4

Initial description: Divided the dimensions by 5 and put where it was on the screen

Final description: Divided the dimensions by 5 and put where it was on the screen


Attempt 1: Correct

Participant 5

Initial description: Each of the small blocks in the test input falls within a 5 by 5 block on the test output.

Final description: Each of the small blocks in the test input falls within a 5 by 5 block on the test output.


Attempt 1: Correct

Participant 6

Initial description: I place the 2 black blocks where I thought they should be placed based on the resized grid

Final description: I place the 2 black blocks where I thought they should be placed based on the resized grid


Attempt 1: Correct

Participant 7

Initial description: Color the squares that contain the smaller colored square in their respective 5x5 region

Final description: Color the squares that contain the smaller colored square in their respective 5x5 region


Attempt 1: Correct

Participant 8

Initial description: I brought the black squares closer, increasing by one row from th previous example

Final description: I was confused by this one. I thought the rows increased distance apart in each one but was wrong.


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

Participant 9

Initial description: Place the black squares from the Input into the general area they belong on the smaller grid.

Final description: Place the black square from the input into the smaller grid based on which area it is in the corresponding larger grid.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 10

Initial description: the grid was split into a 3x3 and depending on where the black square is, that affects the test output black square

Final description: the grid was split into a 3x3 and depending on where the black square is, that affects the test output black square


Attempt 1: Correct

Participant 11

Initial description: Too difficult of a task for me to complete

Final description: Too difficult of a task for me to complete


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

Participant 12

Initial description: the rule was to make the grid in larger form

Final description: the rule was to make the grid in larger form


Attempt 1: Correct

Participant 13

Initial description: Each puzzle had 15 blocks , divided by 3 that meant each section of the 3x3 was representative of 5, if a black square existed in that 5 set it overtakes the base color.

Final description: Each puzzle had 15 blocks , divided by 3 that meant each section of the 3x3 was representative of 5, if a black square existed in that 5 set it overtakes the base color.


Attempt 1: Correct

Participant 14

Initial description: Smaller grid yet similar locations

Final description: Changed location


Attempt 1: Incorrect
Attempt 2: Correct

Participant 15

Initial description: it appears that it's a simplification where if there is a black square in any square of 1/9th of the figure the corresponding square will be black in the smaller version.

Final description: The square is divided up into 9 parts and if that part has a black square in it, the corresponding square is filled in.


Attempt 1: Incorrect
Attempt 2: Correct