6773b310.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: Grids with two in them

Final description: Grids with two in them


Attempt 1: Correct

Participant 2

Initial description: find the black squares in the input that have 2 purple squares. In a 3x3 black grid, color those squares from the input blue.

Final description: find the black squares in the input that have 2 purple squares. In a 3x3 black grid, color those squares from the input blue.


Attempt 1: Correct

Participant 3

Initial description: Reduce grid to 3x3. Put a blue square in place of groups of squares that had two pink squares; leave square black where there was only one pink square.

Final description: Reduce grid to 3x3. Put a blue square in place of groups of squares that had two pink squares; leave square black where there was only one pink square.


Attempt 1: Correct

Participant 4

Initial description: Yeah, I have no idea. Guessing randomly. Sorry.

Final description: Yeah, I have no idea. Guessing randomly. Sorry.


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

Participant 5

Initial description: I have no idea

Final description: Lines across that has only 1 colored square in all three boxes had none in the output. That's the only one I could think.


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

Participant 6

Initial description: Reduce the grid to the size of the smaller grid in the input, color corresponding blocks in output to the squares in input with 2 colored blocks.

Final description: Reduce the grid to the size of the smaller grid in the input, color corresponding blocks in output to the squares in input with 2 colored blocks.


Attempt 1: Correct

Participant 7

Initial description: Any square with two pink grids inside of it will translate to a blue grid in the test output. The test output is a 3x3 grid square with each grid being positionally the same as the squares in the test input.

Final description: Any square with two pink grids inside of it will translate to a blue grid in the test output. The test output is a 3x3 grid square with each grid being positionally the same as the squares in the test input.


Attempt 1: Correct

Participant 8

Initial description: mapping the number of pink squares to the 3x3 grid

Final description: mapping the number of pink squares to the 3x3 grid


Attempt 1: Correct

Participant 9

Initial description: in each section from the test input that has 2 pink boxes make those sections blue

Final description: in each section from the test input that has 2 pink boxes make those sections blue


Attempt 1: Correct

Participant 10

Initial description: I have no idea. Trying to count how many times pink has been in a certain block.

Final description: I have no idea. Trying to count how many times pink has been in a certain block.


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

Participant 11

Initial description: The input can be considered a detailed map of the output, with each output square represented by the portions of the input grid divided by the grey-blue lines. Within each sector, there are two or one squares, with two squares translating to an "on" square on the output grid, and one translating to "off".

Final description: The input can be considered a detailed map of the output, with each output square represented by the portions of the input grid divided by the grey-blue lines. Within each sector, there are two or one squares, with two squares translating to an "on" square on the output grid, and one translating to "off".


Attempt 1: Correct

Participant 12

Initial description: Color a square blue if there is two pink squares in a black square section.

Final description: Color a square blue if there is two pink squares in a black square section.


Attempt 1: Correct

Participant 13

Initial description: A blue dot corresponds to boxes that contain 2 pink dots.

Final description: A blue dot corresponds to boxes that contain 2 pink dots.


Attempt 1: Correct

Participant 14

Initial description: put blue blocks in 3x3 corresponding to original that has 2 pink block in each segment

Final description: put blue blocks in 3x3 corresponding to original that has 2 pink block in each segment


Attempt 1: Correct

Participant 15

Initial description: Extend the box based on the inside color.

Final description: Extend the box based on the inside color.


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

Participant 16

Initial description: I have no Idea. I am guessing on this one.

Final description: I have no Idea. I am guessing on this one.


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

Participant 17

Initial description: fill in with blue for the ones with 2 pink blocks

Final description: fill in with blue for the ones with 2 pink blocks


Attempt 1: Correct

Participant 18

Initial description: The output grid shows the location of the 3x3 sections of the original grid with 2 pink dots in them.

Final description: The output grid shows the location of the 3x3 sections of the original grid with 2 pink dots in them.


Attempt 1: Correct

Participant 19

Initial description: I have no idea.

Final description: I don't understand the rule on this one.


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

Participant 20

Initial description: new grid is a scaled down version of the larger one. squares are filled blue if there are two purple squares filled in a 3x3 section in the original

Final description: new grid is a scaled down version of the larger one. squares are filled blue if there are two purple squares filled in a 3x3 section in the original


Attempt 1: Correct

Participant 21

Initial description: Filling in the colors blocks to make it look as if the purple was filling in the grid.

Final description: I tried to fill in a pattern of one, two and three colored blocks per row.


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

Participant 22

Initial description: I'm completely guessing.

Final description: I had no clue, I don't any pattern at all.


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

Participant 23

Initial description: New pattern reflects the parts of the large pattern which contain two pink squares.

Final description: New pattern reflects the parts of the larger pattern that contain two pink squares. (New pattern is blue)


Attempt 1: Incorrect
Attempt 2: Correct