Participant 1

Initial description: the rule was to make the test output grid the same size as the figure in the test input. in otherwords shrink the field to match the corners of the object.

Final description: the rule was to make the test output grid the same size as the figure in the test input. in otherwords shrink the field to match the corners of the object.


Attempt 1: Correct

Participant 2

Initial description: Shrink the grid so that the colored pixels fit just inside.

Final description: Shrink the grid so that the colored pixels fit just inside.


Attempt 1: Correct

Participant 3

Initial description: change grid height and width to that of the shape.

Final description: change grid height and width to that of the shape.


Attempt 1: Correct

Participant 4

Initial description: I extended the squares to try and create an eneclosure

Final description: I really had no idea how to go about it.


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

Participant 5

Initial description: Take the original pattern and remove all black space from around it.

Final description: Take the original pattern and remove all black space from around it.


Attempt 1: Correct

Participant 6

Initial description: no comments

Final description: no comments


Attempt 1: Correct

Participant 7

Initial description: The rule is to minimize the grid to create the output from the non-black squares.

Final description: The rule is to minimize the grid to create the output from the non-black squares.


Attempt 1: Correct

Participant 8

Initial description: I think the rule was to make the grid of the size of the length of the leftmost colored block and the rightmost colored block, then from the top repeat the pattern.

Final description: The solution was to create a grid, first by counting from the most left colored block to the one furthest to the right, and make the width that size. Then, to check the height of how many tiles the colored block at the top is to the bottom. Then, you start at the very edge to create your shape


Attempt 1: Incorrect
Attempt 2: Correct

Participant 9

Initial description: The output are the squares that contain the shape or pattern of the colored squares in the larger square board.

Final description: The output are the squares that contain the shape or pattern of the colored squares in the larger square board.


Attempt 1: Correct

Participant 10

Initial description: putting the input into the proper sized box.

Final description: putting the input into the proper sized box.


Attempt 1: Correct

Participant 11

Initial description: I looked at the pattern output to get a sense of what dimensions it wanted and just recreated the image in that smaller size.

Final description: I looked at the pattern output to get a sense of what dimensions it wanted and just recreated the image in that smaller size.


Attempt 1: Correct

Participant 12

Initial description: cropped test input

Final description: cropped test input


Attempt 1: Correct