1f876c06.json

Navigation

Train Examples

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

Test Example

Test Input
Test Output

Participant 1

Initial description: connect same colored blocks diagonally.

Final description: connect same colored blocks diagonally.


Attempt 1: Correct

Participant 2

Initial description: complete/extend lines to pixels where there is another nearby matching color that makes sense. For those that do not have a nearby 2nd, matched in-color pixel, extend that line to border of output grid

Final description: Erased past mistakes from try #1. Extended lines for each color by looking by starting at one color and then looking for nearby matching color.


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

Participant 3

Initial description: The single squares start off in certain cells. At a diagonal line the squares must be filled in relative to where they begin

Final description: The single squares start off in certain cells. At a diagonal line the squares must be filled in relative to where they begin


Attempt 1: Correct

Participant 4

Initial description: no intersecting lines

Final description: no intersecting lines


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

Participant 5

Initial description: Connect squares by making lines.

Final description: Connect squares by making lines.


Attempt 1: Correct

Participant 6

Initial description: diagonal lines are filled between two like colored squares with that same color

Final description: diagonal lines are filled between two like colored squares with that same color


Attempt 1: Correct

Participant 7

Initial description: you just extend each color diagonally to the other block of the same color.

Final description: you just extend each color diagonally to the other block of the same color.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 8

Initial description: nan

Final description: nan


Attempt 1: Correct

Participant 9

Initial description: Each pair of cells of the same color should be connected on a diagonal line with cells of that color.

Final description: Each pair of cells of the same color should be connected on a diagonal line with cells of that color.


Attempt 1: Correct

Participant 10

Initial description: Grid should be 10x10 and a diagonal line should be drawn, in the same color, between two points of the same color

Final description: Grid should be 10x10 and a diagonal line should be drawn, in the same color, between two points of the same color


Attempt 1: Correct

Participant 11

Initial description: the lines kept going unless they were intersected by another

Final description: the lines kept going unless they were intersected by another


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

Participant 12

Initial description: Connect the colored squares to one another. Find the two yellows and fill in the black squares between them, do the same for the oranges, maroons, pinks and greens.

Final description: Connect the colored squares to one another. Find the two yellows and fill in the black squares between them, do the same for the oranges, maroons, pinks and greens.


Attempt 1: Correct

Participant 13

Initial description: Match the colors diagonally. For example connect 2 purples with purple diagonally, do the same with the other colors.

Final description: Match the colors diagonally. For example connect 2 purples with purple diagonally, do the same with the other colors.


Attempt 1: Correct

Participant 14

Initial description: you just color in a line from the same color to the same color

Final description: you just color in a line from the same color to the same color


Attempt 1: Correct

Participant 15

Initial description: The output is the same grid size. You connect the same colored blocks to each other with a single square width diagonally line that is the same color as the blocks from the input..

Final description: The output is the same grid size. You connect the same colored blocks to each other with a single square width diagonally line that is the same color as the blocks from the input..


Attempt 1: Correct

Participant 16

Initial description: thought all lines extended diagonally

Final description: thought all lines extended diagonally with one being the longest


Attempt 1: Incorrect
Attempt 2: Correct

Participant 17

Initial description: Each square color should be extended in a straight or diagonal line until it reaches the end.

Final description: Each square color should be extended in a straight or diagonal line until it reaches the end.


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

Participant 18

Initial description: using all of the colors in the right directions

Final description: using all of the colors in the right directions


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

Participant 19

Initial description: Copy the test input and join like color squares together by moving one square at a time from the first to the second square, having only the corners touch.

Final description: Copy the test input and join like color squares together by moving one square at a time from the first to the second square, having only the corners touch.


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

Participant 20

Initial description: Connect the squares of the same colors diagonally

Final description: Connect the squares of the same colors diagonally


Attempt 1: Correct

Participant 21

Initial description: I just made each colored square connect to its matching colored square in a diagonal pattern

Final description: I just made each colored square connect to its matching colored square in a diagonal pattern Again no idea thought I had it the second time but nope


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

Participant 22

Initial description: i think this was what 1 would transfer to

Final description: i think this was what 1 would transfer to


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

Participant 23

Initial description: nan

Final description: nan


Attempt 1: Correct

Participant 24

Initial description: Simply connect the each of the colors two ends with a diagonal line of the same color.

Final description: Simply connect the each of the colors two ends with a diagonal line of the same color.


Attempt 1: Correct

Participant 25

Initial description: Literally just connect the dots.

Final description: Literally just connect the dots. Match the colors, fill in the blank spaces between like colors. Lines should only be 1 pixel and connect at the corners.


Attempt 1: Correct

Participant 26

Initial description: It seemed like the rule was to connect each color square to its counterpart color, thus creating long and short rows of color, diagonally.

Final description: It seemed like the rule was to connect each color square to its counterpart color, thus creating long and short rows of color, diagonally.


Attempt 1: Correct

Participant 27

Initial description: Join the colors from end to end.

Final description: Join the colors from end to end.


Attempt 1: Correct

Participant 28

Initial description: for every pair of colors, you need to create a diagonal line in that same color. For example. if there are two yellow, with 3 black in between, then fill in those black as yellow so you get one yellow diagonal line. Do this for every pair of colors that you see. do not move the original colors. just fill in the missing diagonal pieces. Don't make the lines connect the two blocks thick. Just a single line where each block of that color only touches at the corners.

Final description: for every pair of colors, you need to create a diagonal line in that same color. For example. if there are two yellow, with 3 black in between, then fill in those black as yellow so you get one yellow diagonal line. Do this for every pair of colors that you see. do not move the original colors. just fill in the missing diagonal pieces. Don't make the lines connect the two blocks thick. Just a single line where each block of that color only touches at the corners.


Attempt 1: Correct

Participant 29

Initial description: Each color will connect to itself with a diagonal line.

Final description: Each color will connect to itself with a diagonal line.


Attempt 1: Correct

Participant 30

Initial description: connect two cells of the same color with a straight line of the same color

Final description: make grid the same size as input, copy input, connect cells of same color with straight lines of same color


Attempt 1: Correct

Participant 31

Initial description: i cant do this one

Final description: i cant do this one


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

Participant 32

Initial description: Blocks are connected by color.

Final description: Blocks are connected by color.


Attempt 1: Correct

Participant 33

Initial description: Connect the dots via the same color

Final description: Connect the dots via the same color


Attempt 1: Correct

Participant 34

Initial description: Copy the inputs to the output. Then "connected" the same colored boxes with more of the same colored boxes.

Final description: Copy the inputs to the output. Then "connect" the 2 same colored boxes with more of the same colored boxes to create diagonal lines.


Attempt 1: Correct

Participant 35

Initial description: I tried to follow the pattern that I saw on the left side where it does not show any of the colors crossing.

Final description: I tried to follow the pattern that I saw on the left side where it does not show any of the colors crossing.


Attempt 1: Correct

Participant 36

Initial description: Connect the colored square to the same color diagonally.

Final description: Connect the colored square to the same color diagonally.


Attempt 1: Correct