b8cdaf2b.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: i'm not getting the edit screen on the 1st attempt again. not sure what is going on. i think i see the solution - to make a v shape with bottom center color

Final description: reproduce grid size and colors. then, make a v-shape extending upward by placing squares matching the center bottom color extending diagonally upward and outward [3 on each side in this case]


Attempt 1: Incorrect
Attempt 2: Correct

Participant 2

Initial description: To add the opposite color diagonally

Final description: To add the opposite color diagonally


Attempt 1: Correct

Participant 3

Initial description: The same number is in the output grid. The color in the middle of the bottom row is repeated out on the diagonal from the next to bottom row.

Final description: The same number is in the output grid. The color in the middle of the bottom row is repeated out on the diagonal from the next to bottom row.


Attempt 1: Correct

Participant 4

Initial description: The grid corners of the outer colored line that surrounds the inner colored line gets extended diagonally away from the center and is colored as the inner color.

Final description: The grid corners of the outer colored line that surrounds the inner colored line gets extended diagonally away from the center and is colored as the inner color.


Attempt 1: Correct

Participant 5

Initial description: ad to blocks on eachc side

Final description: added 3 to each side diagonally


Attempt 1: Incorrect
Attempt 2: Correct

Participant 6

Initial description: Create a grid to match the height and width of input. Whatever color is in the center of the bottom row match that pattern in the other color on the row above the number of times that color appears.

Final description: Match the height and width of test input grid. Create a pattern of the color in the center of the bottom row touching each corner of the next to the bottom row until the blocks touch the edge.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 7

Initial description: If a square is pink and adjacent to another pink from the right, count one square left and one square up, color it yellow. Continue this count and further add yellows with the same pattern. Do the same thing if a square is pink but adjacent to a pink on from the left, except count one square right instead of left.

Final description: Add a yellow square if the square one below it and one square left or right is pink. For every yellow square added move in the direction right of left and one square up depending pn the location of the pink square below.


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

Participant 8

Initial description: blocks of same middle lower color extend at diagonal form top middle blocks on ends

Final description: blocks of same middle lower color extend at diagonal form top middle blocks on ends


Attempt 1: Correct

Participant 9

Initial description: The red blocks spread out diagonally from the top of the blue side.

Final description: The red blocks spread out diagonally from the top of the blue side.


Attempt 1: Correct

Participant 10

Initial description: the trapped color go diagonal

Final description: the trapped color go diagonal


Attempt 1: Correct

Participant 11

Initial description: It is the opposite color touching the first color diagonally.

Final description: It is the opposite color touching the uppermost color diagonally and then touching itself diagonally in the same direction until there are no more squares left. Hope that makes sense.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 12

Initial description: use the inside color to continue diagonally from the corners of the top blocks

Final description: use the inside color to continue diagonally from the corners of the top blocks


Attempt 1: Correct

Participant 13

Initial description: the lower color is extended up diagonally

Final description: the lower color is extended up diagonally


Attempt 1: Correct

Participant 14

Initial description: The original grid is replicated, then diagonal lines in the minority color are added that extend to the edge of the grid.

Final description: The original grid is replicated, then diagonal lines in the minority color are added that extend to the edge of the grid.


Attempt 1: Correct

Participant 15

Initial description: use the inside color to make diagonal steps at the corners of the outside color

Final description: use the inside color to make diagonal steps at the corners of the outside color


Attempt 1: Correct

Participant 16

Initial description: I copied input and then added the diagonal boxes from each side until it reached each edge.

Final description: I copied input and then added the diagonal boxes from each side until it reached each edge.


Attempt 1: Correct

Participant 17

Initial description: Take the color that is surrounded and put it diagonally to each side of the grid starting at the top left and top right of the surrounding color.

Final description: Take the color that is surrounded and put it diagonally to each side of the grid starting at the top left and top right of the surrounding color.


Attempt 1: Correct

Participant 18

Initial description: The demos were showing duplicate amount of grids for the output as the input. The bottom pattern stays the same. Then I saw that you had to add the bottom color to the squares 2 above and three over to the left and do the same for the right side.

Final description: The demos were showing duplicate amount of grids for the output as the input. The bottom pattern stays the same. Then I saw that you had to add the bottom color to the squares 2 above and three over to the left and do the same for the right side.


Attempt 1: Correct

Participant 19

Initial description: Find the color in the middle of the line at the bottom of the input. Then use that color to create two diagonal lines off the upper line all the way to both edges.

Final description: Find the color in the middle of the line at the bottom of the input. Then use that color to create two diagonal lines off the upper line all the way to both edges.


Attempt 1: Correct

Participant 20

Initial description: Each of the outputs had numbers of black rows that started at 0 in example one, one in ex2, two in ex3, and three in ex4. So I put four rows of black in the test.

Final description: Each of the outputs had numbers of black rows that started at 0 in example one, one in ex2, two in ex3, and three in ex4. So I put four rows of black in the test.


Attempt 1: Correct

Participant 21

Initial description: First, create the same pattern as in the input grid. The width is 9, so take the middle color red and extend it diagonally until the number of the top row plus the new diagonal squares matches the bottom width of 9.

Final description: First, create the same pattern as in the input grid. The width is 9, so take the middle color red and extend it diagonally until the number of the top row plus the new diagonal squares matches the bottom width of 9.


Attempt 1: Correct