Participant 1

Initial description: I copied the boxes in the same order they were in the in put and output. I.e. if the top left was the same as the bottom right then I changed them to match.

Final description: I thought the output needed to be in sequence starting at 0.


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

Participant 2

Initial description: i thought the rule was to keep it the same

Final description: i changed by adding more blue square to the 3rd one and removing blue from the second one


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

Participant 3

Initial description: Swap at least 8 of the 9 blocks to a different position.

Final description: I thought the solution was to swap each of the blocks.


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

Participant 4

Initial description: I arranged the squares by number of red squares from right to left.

Final description: I arranged the squares by number of red squares from right to left.


Attempt 1: Correct

Participant 5

Initial description: I think the rule is to count the red squares inside the blue grids, and then put them in order from least to greatest. Right to left. So the the smallest number of red squares would be in the top left corner and the greatest number of red squares would be in the bottom right corner.

Final description: I think the rule is to count the red squares inside the blue grids, and then put them in order from least to greatest. Right to left. So the the smallest number of red squares would be in the top left corner and the greatest number of red squares would be in the bottom right corner.


Attempt 1: Correct

Participant 6

Initial description: Flip colors and place square with minimum count in each 3x3 grid to the right

Final description: Flip colors in each 3x3 grid and align right by lowest count


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

Participant 7

Initial description: Create 9 squares, 2 squares of all one color, and the other 7 with a variation of the color combinations.

Final description: I thought the rule was to copy test input into text output


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

Participant 8

Initial description: I thought the rule was to swap each grid around the board to create a new pattern.

Final description: I thought you were supposed to follow the example outputs and swap the squares around the grid until a new pattern was created.


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

Participant 9

Initial description: Move the3x3 color grid to their corresponding location from input to output.

Final description: I thought the rule was that the inside of each colored grid stays the same but it switches places according to an order.


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

Participant 10

Initial description: Going from right to left, organize the boxes from fewest red dots to most red dots.

Final description: Going from right to left, organize the boxes from fewest red dots to most red dots.


Attempt 1: Correct