d9fac9be.json

Navigation

Train Examples

Train Input 1
Train Output 1
Train Input 2
Train Output 2
Train Input 3
Train Output 3
Train Input 4
Train Output 4

Test Example

Test Input
Test Output

Participant 1

Initial description: grid size is set to 1 square, set this square to color of the center square in the larger square of a different color.

Final description: set grid size to 1 by 1; color the single square the color of the center square in the larger 2-colored square from input


Attempt 1: Incorrect
Attempt 2: Correct

Participant 2

Initial description: Make a 1 X 1 square of the color contained inside of the different color squares.

Final description: Make a 1 X 1 square of the color contained inside of the different color squares.


Attempt 1: Correct

Participant 3

Initial description: The out is a 1x1 block of the central color from the 3x3 square from the input.

Final description: The out is a 1x1 block of the central color from the 3x3 square from the input.


Attempt 1: Correct

Participant 4

Initial description: Create a one block grid and make it the color that is in the center of the 3 by 3 block pattern in the input.

Final description: Create a one block grid and make it the color that is in the center of the 3 by 3 block pattern in the input.


Attempt 1: Correct

Participant 5

Initial description: It was to put one color in one square--the color that was in the center of the "flower" that appeared within the tes input patter--the one in the middle of the square of the different color.

Final description: It was to put one color in one square--the color that was in the center of the "flower" that appeared within the tes input patter--the one in the middle of the square of the different color.


Attempt 1: Correct

Participant 6

Initial description: thought it was the most color, thats wrong

Final description: single block of the color inside the square pattern


Attempt 1: Incorrect
Attempt 2: Correct

Participant 7

Initial description: the center color of the square is chosen

Final description: the center color of the square is chosen


Attempt 1: Correct

Participant 8

Initial description: Find the non-black square in the input that is entirely surrounded by a different non-black color. Output one square of this surrounded color.

Final description: Find the non-black square in the input that is entirely surrounded by a different non-black color. Output one square of this surrounded color.


Attempt 1: Correct

Participant 9

Initial description: The square in the example input with one color on the borders and another color in the center, copy over that square in the center.

Final description: The square in the example input with one color on the borders and another color in the center, copy over that square in the center.


Attempt 1: Correct

Participant 10

Initial description: there was only one square required as the output and that twas the center square of the box of 9.

Final description: there was only one square required as the output and that twas the center square of the box of 9.


Attempt 1: Correct

Participant 11

Initial description: I saw that the demos showed the same colors in a circle had a color that was taken out to be by itself. I took the yellow out of the surrounding blue and put it alone as output.

Final description: I saw that the demos showed the same colors in a circle had a color that was taken out to be by itself. I took the yellow out of the surrounding blue and put it alone as output.


Attempt 1: Correct

Participant 12

Initial description: Find the color in the input that is completely surrounded and use that as the only block in the output.

Final description: Find the color in the input that is completely surrounded and use that as the only block in the output.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 13

Initial description: In each example, there is a 3x3 section, with one color on the edges and another in the middle. I took the middle square and placed is as a 1x1 output.

Final description: In each example, there is a 3x3 section, with one color on the edges and another in the middle. I took the middle square and placed is as a 1x1 output.


Attempt 1: Correct

Participant 14

Initial description: Look for the colored mini grid in the input grid. The output should consist of only one square and filled with the color of the middle square from the mini grid.

Final description: Look for the colored mini grid in the input grid. The output should consist of only one square and filled with the color of the middle square from the mini grid.


Attempt 1: Correct