Dataset Viewer
Auto-converted to Parquet
image
imagewidth (px)
512
512
problem
stringlengths
75
94
answer
stringclasses
91 values
solution
stringlengths
147
558
metadata
dict
There are 8 shapes on a 3x3 grid. Which shape is closest to the gray trapezoid?
(0, 1)
Target shape: gray trapezoid at (0, 0) Distance from target shape to purple rectangle at (0, 2): 2 Distance from target shape to blue hexagon at (2, 1): 3 Distance from target shape to yellow trapezoid at (2, 0): 2 Distance from target shape to pink hexagon at (1, 1): 2 Distance from target shape to brown square at (0, 1): 1 Distance from target shape to green right_triangle at (1, 0): 1 Distance from target shape to cyan circle at (2, 2): 4 Closest shape is the brown square at (0, 1) with distance 1
{ "closest_shape": { "color": "brown", "grid_position": [ 0, 1 ], "index": 4, "shape": "square" }, "grid_size": 3, "shapes": [ { "color": "purple", "grid_position": [ 0, 2 ], "index": 0, "shape": "rectangle" }, { "color": "blue", "grid_position": [ 2, 1 ], "index": 1, "shape": "hexagon" }, { "color": "yellow", "grid_position": [ 2, 0 ], "index": 2, "shape": "trapezoid" }, { "color": "pink", "grid_position": [ 1, 1 ], "index": 3, "shape": "hexagon" }, { "color": "brown", "grid_position": [ 0, 1 ], "index": 4, "shape": "square" }, { "color": "gray", "grid_position": [ 0, 0 ], "index": 5, "shape": "trapezoid" }, { "color": "green", "grid_position": [ 1, 0 ], "index": 6, "shape": "right_triangle" }, { "color": "cyan", "grid_position": [ 2, 2 ], "index": 7, "shape": "circle" } ], "target": { "color": "gray", "grid_position": [ 0, 0 ], "index": 5, "shape": "trapezoid" }, "target_index": 5 }
There are 4 shapes on a 9x9 grid. Which shape is closest to the yellow circle?
(7, 2)
Target shape: yellow circle at (3, 1) Distance from target shape to blue pentagon at (7, 2): 5 Distance from target shape to cyan right_triangle at (6, 7): 9 Distance from target shape to green hexagon at (0, 4): 6 Closest shape is the blue pentagon at (7, 2) with distance 5
{ "closest_shape": { "color": "blue", "grid_position": [ 7, 2 ], "index": 0, "shape": "pentagon" }, "grid_size": 9, "shapes": [ { "color": "blue", "grid_position": [ 7, 2 ], "index": 0, "shape": "pentagon" }, { "color": "yellow", "grid_position": [ 3, 1 ], "index": 1, "shape": "circle" }, { "color": "cyan", "grid_position": [ 6, 7 ], "index": 2, "shape": "right_triangle" }, { "color": "green", "grid_position": [ 0, 4 ], "index": 3, "shape": "hexagon" } ], "target": { "color": "yellow", "grid_position": [ 3, 1 ], "index": 1, "shape": "circle" }, "target_index": 1 }
There are 4 shapes on a 3x3 grid. Which shape is closest to the orange equilateral_triangle?
(0, 2)
Target shape: orange equilateral_triangle at (0, 1) Distance from target shape to brown circle at (0, 2): 1 Distance from target shape to blue equilateral_triangle at (0, 0): 1 Distance from target shape to cyan pentagon at (1, 0): 2 Closest shape is the brown circle at (0, 2) with distance 1
{ "closest_shape": { "color": "brown", "grid_position": [ 0, 2 ], "index": 0, "shape": "circle" }, "grid_size": 3, "shapes": [ { "color": "brown", "grid_position": [ 0, 2 ], "index": 0, "shape": "circle" }, { "color": "orange", "grid_position": [ 0, 1 ], "index": 1, "shape": "equilateral_triangle" }, { "color": "blue", "grid_position": [ 0, 0 ], "index": 2, "shape": "equilateral_triangle" }, { "color": "cyan", "grid_position": [ 1, 0 ], "index": 3, "shape": "pentagon" } ], "target": { "color": "orange", "grid_position": [ 0, 1 ], "index": 1, "shape": "equilateral_triangle" }, "target_index": 1 }
There are 6 shapes on a 10x10 grid. Which shape is closest to the red equilateral_triangle?
(4, 6)
Target shape: red equilateral_triangle at (5, 5) Distance from target shape to yellow rectangle at (1, 3): 6 Distance from target shape to orange pentagon at (4, 6): 2 Distance from target shape to blue circle at (0, 3): 7 Distance from target shape to brown trapezoid at (9, 7): 6 Distance from target shape to pink trapezoid at (0, 6): 6 Closest shape is the orange pentagon at (4, 6) with distance 2
{ "closest_shape": { "color": "orange", "grid_position": [ 4, 6 ], "index": 1, "shape": "pentagon" }, "grid_size": 10, "shapes": [ { "color": "yellow", "grid_position": [ 1, 3 ], "index": 0, "shape": "rectangle" }, { "color": "orange", "grid_position": [ 4, 6 ], "index": 1, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 0, 3 ], "index": 2, "shape": "circle" }, { "color": "red", "grid_position": [ 5, 5 ], "index": 3, "shape": "equilateral_triangle" }, { "color": "brown", "grid_position": [ 9, 7 ], "index": 4, "shape": "trapezoid" }, { "color": "pink", "grid_position": [ 0, 6 ], "index": 5, "shape": "trapezoid" } ], "target": { "color": "red", "grid_position": [ 5, 5 ], "index": 3, "shape": "equilateral_triangle" }, "target_index": 3 }
There are 2 shapes on a 5x5 grid. Which shape is closest to the pink trapezoid?
(1, 0)
Target shape: pink trapezoid at (0, 4) Distance from target shape to cyan square at (1, 0): 5 Closest shape is the cyan square at (1, 0) with distance 5
{ "closest_shape": { "color": "cyan", "grid_position": [ 1, 0 ], "index": 0, "shape": "square" }, "grid_size": 5, "shapes": [ { "color": "cyan", "grid_position": [ 1, 0 ], "index": 0, "shape": "square" }, { "color": "pink", "grid_position": [ 0, 4 ], "index": 1, "shape": "trapezoid" } ], "target": { "color": "pink", "grid_position": [ 0, 4 ], "index": 1, "shape": "trapezoid" }, "target_index": 1 }
There are 6 shapes on a 9x9 grid. Which shape is closest to the blue trapezoid?
(2, 1)
Target shape: blue trapezoid at (0, 1) Distance from target shape to green equilateral_triangle at (5, 8): 12 Distance from target shape to red trapezoid at (2, 1): 2 Distance from target shape to yellow equilateral_triangle at (6, 7): 12 Distance from target shape to gray right_triangle at (5, 2): 6 Distance from target shape to purple rectangle at (2, 0): 3 Closest shape is the red trapezoid at (2, 1) with distance 2
{ "closest_shape": { "color": "red", "grid_position": [ 2, 1 ], "index": 2, "shape": "trapezoid" }, "grid_size": 9, "shapes": [ { "color": "blue", "grid_position": [ 0, 1 ], "index": 0, "shape": "trapezoid" }, { "color": "green", "grid_position": [ 5, 8 ], "index": 1, "shape": "equilateral_triangle" }, { "color": "red", "grid_position": [ 2, 1 ], "index": 2, "shape": "trapezoid" }, { "color": "yellow", "grid_position": [ 6, 7 ], "index": 3, "shape": "equilateral_triangle" }, { "color": "gray", "grid_position": [ 5, 2 ], "index": 4, "shape": "right_triangle" }, { "color": "purple", "grid_position": [ 2, 0 ], "index": 5, "shape": "rectangle" } ], "target": { "color": "blue", "grid_position": [ 0, 1 ], "index": 0, "shape": "trapezoid" }, "target_index": 0 }
There are 6 shapes on a 10x10 grid. Which shape is closest to the green equilateral_triangle?
(9, 3)
Target shape: green equilateral_triangle at (7, 3) Distance from target shape to cyan trapezoid at (9, 3): 2 Distance from target shape to purple pentagon at (2, 7): 9 Distance from target shape to blue trapezoid at (0, 1): 9 Distance from target shape to yellow pentagon at (6, 5): 3 Distance from target shape to pink equilateral_triangle at (5, 2): 3 Closest shape is the cyan trapezoid at (9, 3) with distance 2
{ "closest_shape": { "color": "cyan", "grid_position": [ 9, 3 ], "index": 0, "shape": "trapezoid" }, "grid_size": 10, "shapes": [ { "color": "cyan", "grid_position": [ 9, 3 ], "index": 0, "shape": "trapezoid" }, { "color": "purple", "grid_position": [ 2, 7 ], "index": 1, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 0, 1 ], "index": 2, "shape": "trapezoid" }, { "color": "yellow", "grid_position": [ 6, 5 ], "index": 3, "shape": "pentagon" }, { "color": "pink", "grid_position": [ 5, 2 ], "index": 4, "shape": "equilateral_triangle" }, { "color": "green", "grid_position": [ 7, 3 ], "index": 5, "shape": "equilateral_triangle" } ], "target": { "color": "green", "grid_position": [ 7, 3 ], "index": 5, "shape": "equilateral_triangle" }, "target_index": 5 }
There are 6 shapes on a 6x6 grid. Which shape is closest to the blue square?
(0, 2)
Target shape: blue square at (1, 4) Distance from target shape to purple hexagon at (0, 2): 3 Distance from target shape to green hexagon at (5, 3): 5 Distance from target shape to yellow trapezoid at (3, 2): 4 Distance from target shape to orange hexagon at (5, 1): 7 Distance from target shape to gray equilateral_triangle at (4, 0): 7 Closest shape is the purple hexagon at (0, 2) with distance 3
{ "closest_shape": { "color": "purple", "grid_position": [ 0, 2 ], "index": 0, "shape": "hexagon" }, "grid_size": 6, "shapes": [ { "color": "purple", "grid_position": [ 0, 2 ], "index": 0, "shape": "hexagon" }, { "color": "green", "grid_position": [ 5, 3 ], "index": 1, "shape": "hexagon" }, { "color": "yellow", "grid_position": [ 3, 2 ], "index": 2, "shape": "trapezoid" }, { "color": "orange", "grid_position": [ 5, 1 ], "index": 3, "shape": "hexagon" }, { "color": "gray", "grid_position": [ 4, 0 ], "index": 4, "shape": "equilateral_triangle" }, { "color": "blue", "grid_position": [ 1, 4 ], "index": 5, "shape": "square" } ], "target": { "color": "blue", "grid_position": [ 1, 4 ], "index": 5, "shape": "square" }, "target_index": 5 }
There are 5 shapes on a 4x4 grid. Which shape is closest to the pink trapezoid?
(1, 0)
Target shape: pink trapezoid at (2, 0) Distance from target shape to yellow circle at (0, 3): 5 Distance from target shape to green square at (1, 0): 1 Distance from target shape to purple square at (1, 1): 2 Distance from target shape to brown equilateral_triangle at (1, 3): 4 Closest shape is the green square at (1, 0) with distance 1
{ "closest_shape": { "color": "green", "grid_position": [ 1, 0 ], "index": 1, "shape": "square" }, "grid_size": 4, "shapes": [ { "color": "yellow", "grid_position": [ 0, 3 ], "index": 0, "shape": "circle" }, { "color": "green", "grid_position": [ 1, 0 ], "index": 1, "shape": "square" }, { "color": "pink", "grid_position": [ 2, 0 ], "index": 2, "shape": "trapezoid" }, { "color": "purple", "grid_position": [ 1, 1 ], "index": 3, "shape": "square" }, { "color": "brown", "grid_position": [ 1, 3 ], "index": 4, "shape": "equilateral_triangle" } ], "target": { "color": "pink", "grid_position": [ 2, 0 ], "index": 2, "shape": "trapezoid" }, "target_index": 2 }
There are 3 shapes on a 3x3 grid. Which shape is closest to the blue rectangle?
(2, 2)
Target shape: blue rectangle at (0, 2) Distance from target shape to yellow hexagon at (2, 2): 2 Distance from target shape to purple equilateral_triangle at (0, 0): 2 Closest shape is the yellow hexagon at (2, 2) with distance 2
{ "closest_shape": { "color": "yellow", "grid_position": [ 2, 2 ], "index": 0, "shape": "hexagon" }, "grid_size": 3, "shapes": [ { "color": "yellow", "grid_position": [ 2, 2 ], "index": 0, "shape": "hexagon" }, { "color": "purple", "grid_position": [ 0, 0 ], "index": 1, "shape": "equilateral_triangle" }, { "color": "blue", "grid_position": [ 0, 2 ], "index": 2, "shape": "rectangle" } ], "target": { "color": "blue", "grid_position": [ 0, 2 ], "index": 2, "shape": "rectangle" }, "target_index": 2 }
There are 8 shapes on a 7x7 grid. Which shape is closest to the pink trapezoid?
(3, 5)
Target shape: pink trapezoid at (1, 6) Distance from target shape to brown equilateral_triangle at (2, 0): 7 Distance from target shape to blue trapezoid at (3, 5): 3 Distance from target shape to purple right_triangle at (6, 6): 5 Distance from target shape to green square at (2, 4): 3 Distance from target shape to cyan square at (3, 2): 6 Distance from target shape to gray right_triangle at (4, 1): 8 Distance from target shape to orange equilateral_triangle at (1, 2): 4 Closest shape is the blue trapezoid at (3, 5) with distance 3
{ "closest_shape": { "color": "blue", "grid_position": [ 3, 5 ], "index": 1, "shape": "trapezoid" }, "grid_size": 7, "shapes": [ { "color": "brown", "grid_position": [ 2, 0 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "blue", "grid_position": [ 3, 5 ], "index": 1, "shape": "trapezoid" }, { "color": "purple", "grid_position": [ 6, 6 ], "index": 2, "shape": "right_triangle" }, { "color": "green", "grid_position": [ 2, 4 ], "index": 3, "shape": "square" }, { "color": "cyan", "grid_position": [ 3, 2 ], "index": 4, "shape": "square" }, { "color": "gray", "grid_position": [ 4, 1 ], "index": 5, "shape": "right_triangle" }, { "color": "pink", "grid_position": [ 1, 6 ], "index": 6, "shape": "trapezoid" }, { "color": "orange", "grid_position": [ 1, 2 ], "index": 7, "shape": "equilateral_triangle" } ], "target": { "color": "pink", "grid_position": [ 1, 6 ], "index": 6, "shape": "trapezoid" }, "target_index": 6 }
There are 3 shapes on a 7x7 grid. Which shape is closest to the pink right_triangle?
(3, 5)
Target shape: pink right_triangle at (5, 6) Distance from target shape to orange hexagon at (3, 5): 3 Distance from target shape to blue rectangle at (3, 2): 6 Closest shape is the orange hexagon at (3, 5) with distance 3
{ "closest_shape": { "color": "orange", "grid_position": [ 3, 5 ], "index": 0, "shape": "hexagon" }, "grid_size": 7, "shapes": [ { "color": "orange", "grid_position": [ 3, 5 ], "index": 0, "shape": "hexagon" }, { "color": "pink", "grid_position": [ 5, 6 ], "index": 1, "shape": "right_triangle" }, { "color": "blue", "grid_position": [ 3, 2 ], "index": 2, "shape": "rectangle" } ], "target": { "color": "pink", "grid_position": [ 5, 6 ], "index": 1, "shape": "right_triangle" }, "target_index": 1 }
There are 3 shapes on a 7x7 grid. Which shape is closest to the pink circle?
(1, 1)
Target shape: pink circle at (5, 1) Distance from target shape to red square at (2, 6): 8 Distance from target shape to gray square at (1, 1): 4 Closest shape is the gray square at (1, 1) with distance 4
{ "closest_shape": { "color": "gray", "grid_position": [ 1, 1 ], "index": 1, "shape": "square" }, "grid_size": 7, "shapes": [ { "color": "red", "grid_position": [ 2, 6 ], "index": 0, "shape": "square" }, { "color": "gray", "grid_position": [ 1, 1 ], "index": 1, "shape": "square" }, { "color": "pink", "grid_position": [ 5, 1 ], "index": 2, "shape": "circle" } ], "target": { "color": "pink", "grid_position": [ 5, 1 ], "index": 2, "shape": "circle" }, "target_index": 2 }
There are 4 shapes on a 7x7 grid. Which shape is closest to the red square?
(4, 1)
Target shape: red square at (0, 1) Distance from target shape to orange pentagon at (4, 1): 4 Distance from target shape to blue right_triangle at (5, 5): 9 Distance from target shape to cyan square at (2, 3): 4 Closest shape is the orange pentagon at (4, 1) with distance 4
{ "closest_shape": { "color": "orange", "grid_position": [ 4, 1 ], "index": 0, "shape": "pentagon" }, "grid_size": 7, "shapes": [ { "color": "orange", "grid_position": [ 4, 1 ], "index": 0, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 5, 5 ], "index": 1, "shape": "right_triangle" }, { "color": "cyan", "grid_position": [ 2, 3 ], "index": 2, "shape": "square" }, { "color": "red", "grid_position": [ 0, 1 ], "index": 3, "shape": "square" } ], "target": { "color": "red", "grid_position": [ 0, 1 ], "index": 3, "shape": "square" }, "target_index": 3 }
There are 5 shapes on a 6x6 grid. Which shape is closest to the yellow pentagon?
(3, 3)
Target shape: yellow pentagon at (2, 1) Distance from target shape to orange trapezoid at (3, 3): 3 Distance from target shape to gray equilateral_triangle at (5, 5): 7 Distance from target shape to brown circle at (5, 4): 6 Distance from target shape to green rectangle at (2, 5): 4 Closest shape is the orange trapezoid at (3, 3) with distance 3
{ "closest_shape": { "color": "orange", "grid_position": [ 3, 3 ], "index": 1, "shape": "trapezoid" }, "grid_size": 6, "shapes": [ { "color": "yellow", "grid_position": [ 2, 1 ], "index": 0, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 3, 3 ], "index": 1, "shape": "trapezoid" }, { "color": "gray", "grid_position": [ 5, 5 ], "index": 2, "shape": "equilateral_triangle" }, { "color": "brown", "grid_position": [ 5, 4 ], "index": 3, "shape": "circle" }, { "color": "green", "grid_position": [ 2, 5 ], "index": 4, "shape": "rectangle" } ], "target": { "color": "yellow", "grid_position": [ 2, 1 ], "index": 0, "shape": "pentagon" }, "target_index": 0 }
There are 6 shapes on a 6x6 grid. Which shape is closest to the green rectangle?
(4, 4)
Target shape: green rectangle at (5, 4) Distance from target shape to cyan square at (5, 1): 3 Distance from target shape to gray pentagon at (0, 2): 7 Distance from target shape to orange trapezoid at (0, 0): 9 Distance from target shape to purple pentagon at (4, 4): 1 Distance from target shape to blue trapezoid at (2, 5): 4 Closest shape is the purple pentagon at (4, 4) with distance 1
{ "closest_shape": { "color": "purple", "grid_position": [ 4, 4 ], "index": 4, "shape": "pentagon" }, "grid_size": 6, "shapes": [ { "color": "green", "grid_position": [ 5, 4 ], "index": 0, "shape": "rectangle" }, { "color": "cyan", "grid_position": [ 5, 1 ], "index": 1, "shape": "square" }, { "color": "gray", "grid_position": [ 0, 2 ], "index": 2, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 0, 0 ], "index": 3, "shape": "trapezoid" }, { "color": "purple", "grid_position": [ 4, 4 ], "index": 4, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 2, 5 ], "index": 5, "shape": "trapezoid" } ], "target": { "color": "green", "grid_position": [ 5, 4 ], "index": 0, "shape": "rectangle" }, "target_index": 0 }
There are 4 shapes on a 4x4 grid. Which shape is closest to the yellow square?
(0, 2)
Target shape: yellow square at (1, 1) Distance from target shape to cyan square at (3, 2): 3 Distance from target shape to orange trapezoid at (3, 0): 3 Distance from target shape to green hexagon at (0, 2): 2 Closest shape is the green hexagon at (0, 2) with distance 2
{ "closest_shape": { "color": "green", "grid_position": [ 0, 2 ], "index": 3, "shape": "hexagon" }, "grid_size": 4, "shapes": [ { "color": "cyan", "grid_position": [ 3, 2 ], "index": 0, "shape": "square" }, { "color": "yellow", "grid_position": [ 1, 1 ], "index": 1, "shape": "square" }, { "color": "orange", "grid_position": [ 3, 0 ], "index": 2, "shape": "trapezoid" }, { "color": "green", "grid_position": [ 0, 2 ], "index": 3, "shape": "hexagon" } ], "target": { "color": "yellow", "grid_position": [ 1, 1 ], "index": 1, "shape": "square" }, "target_index": 1 }
There are 5 shapes on a 8x8 grid. Which shape is closest to the gray circle?
(1, 3)
Target shape: gray circle at (1, 4) Distance from target shape to pink trapezoid at (6, 4): 5 Distance from target shape to cyan rectangle at (1, 3): 1 Distance from target shape to brown right_triangle at (2, 2): 3 Distance from target shape to purple rectangle at (3, 5): 3 Closest shape is the cyan rectangle at (1, 3) with distance 1
{ "closest_shape": { "color": "cyan", "grid_position": [ 1, 3 ], "index": 1, "shape": "rectangle" }, "grid_size": 8, "shapes": [ { "color": "pink", "grid_position": [ 6, 4 ], "index": 0, "shape": "trapezoid" }, { "color": "cyan", "grid_position": [ 1, 3 ], "index": 1, "shape": "rectangle" }, { "color": "brown", "grid_position": [ 2, 2 ], "index": 2, "shape": "right_triangle" }, { "color": "purple", "grid_position": [ 3, 5 ], "index": 3, "shape": "rectangle" }, { "color": "gray", "grid_position": [ 1, 4 ], "index": 4, "shape": "circle" } ], "target": { "color": "gray", "grid_position": [ 1, 4 ], "index": 4, "shape": "circle" }, "target_index": 4 }
There are 8 shapes on a 6x6 grid. Which shape is closest to the yellow right_triangle?
(5, 4)
Target shape: yellow right_triangle at (5, 5) Distance from target shape to brown square at (4, 3): 3 Distance from target shape to blue circle at (2, 5): 3 Distance from target shape to purple right_triangle at (3, 2): 5 Distance from target shape to gray circle at (2, 1): 7 Distance from target shape to pink trapezoid at (5, 4): 1 Distance from target shape to red rectangle at (1, 1): 8 Distance from target shape to orange pentagon at (0, 3): 7 Closest shape is the pink trapezoid at (5, 4) with distance 1
{ "closest_shape": { "color": "pink", "grid_position": [ 5, 4 ], "index": 5, "shape": "trapezoid" }, "grid_size": 6, "shapes": [ { "color": "brown", "grid_position": [ 4, 3 ], "index": 0, "shape": "square" }, { "color": "blue", "grid_position": [ 2, 5 ], "index": 1, "shape": "circle" }, { "color": "purple", "grid_position": [ 3, 2 ], "index": 2, "shape": "right_triangle" }, { "color": "yellow", "grid_position": [ 5, 5 ], "index": 3, "shape": "right_triangle" }, { "color": "gray", "grid_position": [ 2, 1 ], "index": 4, "shape": "circle" }, { "color": "pink", "grid_position": [ 5, 4 ], "index": 5, "shape": "trapezoid" }, { "color": "red", "grid_position": [ 1, 1 ], "index": 6, "shape": "rectangle" }, { "color": "orange", "grid_position": [ 0, 3 ], "index": 7, "shape": "pentagon" } ], "target": { "color": "yellow", "grid_position": [ 5, 5 ], "index": 3, "shape": "right_triangle" }, "target_index": 3 }
There are 4 shapes on a 4x4 grid. Which shape is closest to the brown rectangle?
(2, 3)
Target shape: brown rectangle at (3, 3) Distance from target shape to purple right_triangle at (2, 1): 3 Distance from target shape to yellow right_triangle at (2, 2): 2 Distance from target shape to cyan rectangle at (2, 3): 1 Closest shape is the cyan rectangle at (2, 3) with distance 1
{ "closest_shape": { "color": "cyan", "grid_position": [ 2, 3 ], "index": 3, "shape": "rectangle" }, "grid_size": 4, "shapes": [ { "color": "brown", "grid_position": [ 3, 3 ], "index": 0, "shape": "rectangle" }, { "color": "purple", "grid_position": [ 2, 1 ], "index": 1, "shape": "right_triangle" }, { "color": "yellow", "grid_position": [ 2, 2 ], "index": 2, "shape": "right_triangle" }, { "color": "cyan", "grid_position": [ 2, 3 ], "index": 3, "shape": "rectangle" } ], "target": { "color": "brown", "grid_position": [ 3, 3 ], "index": 0, "shape": "rectangle" }, "target_index": 0 }
There are 2 shapes on a 6x6 grid. Which shape is closest to the blue pentagon?
(2, 1)
Target shape: blue pentagon at (2, 4) Distance from target shape to brown equilateral_triangle at (2, 1): 3 Closest shape is the brown equilateral_triangle at (2, 1) with distance 3
{ "closest_shape": { "color": "brown", "grid_position": [ 2, 1 ], "index": 0, "shape": "equilateral_triangle" }, "grid_size": 6, "shapes": [ { "color": "brown", "grid_position": [ 2, 1 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "blue", "grid_position": [ 2, 4 ], "index": 1, "shape": "pentagon" } ], "target": { "color": "blue", "grid_position": [ 2, 4 ], "index": 1, "shape": "pentagon" }, "target_index": 1 }
There are 2 shapes on a 8x8 grid. Which shape is closest to the pink trapezoid?
(1, 0)
Target shape: pink trapezoid at (4, 7) Distance from target shape to orange rectangle at (1, 0): 10 Closest shape is the orange rectangle at (1, 0) with distance 10
{ "closest_shape": { "color": "orange", "grid_position": [ 1, 0 ], "index": 0, "shape": "rectangle" }, "grid_size": 8, "shapes": [ { "color": "orange", "grid_position": [ 1, 0 ], "index": 0, "shape": "rectangle" }, { "color": "pink", "grid_position": [ 4, 7 ], "index": 1, "shape": "trapezoid" } ], "target": { "color": "pink", "grid_position": [ 4, 7 ], "index": 1, "shape": "trapezoid" }, "target_index": 1 }
There are 8 shapes on a 7x7 grid. Which shape is closest to the pink hexagon?
(1, 3)
Target shape: pink hexagon at (0, 0) Distance from target shape to gray hexagon at (4, 6): 10 Distance from target shape to blue hexagon at (5, 4): 9 Distance from target shape to yellow circle at (3, 3): 6 Distance from target shape to green right_triangle at (1, 3): 4 Distance from target shape to orange hexagon at (5, 6): 11 Distance from target shape to red circle at (3, 5): 8 Distance from target shape to purple rectangle at (6, 5): 11 Closest shape is the green right_triangle at (1, 3) with distance 4
{ "closest_shape": { "color": "green", "grid_position": [ 1, 3 ], "index": 4, "shape": "right_triangle" }, "grid_size": 7, "shapes": [ { "color": "gray", "grid_position": [ 4, 6 ], "index": 0, "shape": "hexagon" }, { "color": "pink", "grid_position": [ 0, 0 ], "index": 1, "shape": "hexagon" }, { "color": "blue", "grid_position": [ 5, 4 ], "index": 2, "shape": "hexagon" }, { "color": "yellow", "grid_position": [ 3, 3 ], "index": 3, "shape": "circle" }, { "color": "green", "grid_position": [ 1, 3 ], "index": 4, "shape": "right_triangle" }, { "color": "orange", "grid_position": [ 5, 6 ], "index": 5, "shape": "hexagon" }, { "color": "red", "grid_position": [ 3, 5 ], "index": 6, "shape": "circle" }, { "color": "purple", "grid_position": [ 6, 5 ], "index": 7, "shape": "rectangle" } ], "target": { "color": "pink", "grid_position": [ 0, 0 ], "index": 1, "shape": "hexagon" }, "target_index": 1 }
There are 3 shapes on a 8x8 grid. Which shape is closest to the green right_triangle?
(5, 5)
Target shape: green right_triangle at (0, 3) Distance from target shape to red pentagon at (6, 7): 10 Distance from target shape to brown hexagon at (5, 5): 7 Closest shape is the brown hexagon at (5, 5) with distance 7
{ "closest_shape": { "color": "brown", "grid_position": [ 5, 5 ], "index": 1, "shape": "hexagon" }, "grid_size": 8, "shapes": [ { "color": "red", "grid_position": [ 6, 7 ], "index": 0, "shape": "pentagon" }, { "color": "brown", "grid_position": [ 5, 5 ], "index": 1, "shape": "hexagon" }, { "color": "green", "grid_position": [ 0, 3 ], "index": 2, "shape": "right_triangle" } ], "target": { "color": "green", "grid_position": [ 0, 3 ], "index": 2, "shape": "right_triangle" }, "target_index": 2 }
There are 8 shapes on a 7x7 grid. Which shape is closest to the yellow circle?
(2, 2)
Target shape: yellow circle at (1, 6) Distance from target shape to purple circle at (3, 0): 8 Distance from target shape to red hexagon at (5, 3): 7 Distance from target shape to brown rectangle at (6, 2): 9 Distance from target shape to cyan square at (3, 2): 6 Distance from target shape to blue equilateral_triangle at (5, 4): 6 Distance from target shape to pink equilateral_triangle at (2, 2): 5 Distance from target shape to orange right_triangle at (3, 1): 7 Closest shape is the pink equilateral_triangle at (2, 2) with distance 5
{ "closest_shape": { "color": "pink", "grid_position": [ 2, 2 ], "index": 5, "shape": "equilateral_triangle" }, "grid_size": 7, "shapes": [ { "color": "purple", "grid_position": [ 3, 0 ], "index": 0, "shape": "circle" }, { "color": "red", "grid_position": [ 5, 3 ], "index": 1, "shape": "hexagon" }, { "color": "brown", "grid_position": [ 6, 2 ], "index": 2, "shape": "rectangle" }, { "color": "cyan", "grid_position": [ 3, 2 ], "index": 3, "shape": "square" }, { "color": "blue", "grid_position": [ 5, 4 ], "index": 4, "shape": "equilateral_triangle" }, { "color": "pink", "grid_position": [ 2, 2 ], "index": 5, "shape": "equilateral_triangle" }, { "color": "yellow", "grid_position": [ 1, 6 ], "index": 6, "shape": "circle" }, { "color": "orange", "grid_position": [ 3, 1 ], "index": 7, "shape": "right_triangle" } ], "target": { "color": "yellow", "grid_position": [ 1, 6 ], "index": 6, "shape": "circle" }, "target_index": 6 }
There are 7 shapes on a 7x7 grid. Which shape is closest to the cyan pentagon?
(1, 1)
Target shape: cyan pentagon at (4, 2) Distance from target shape to brown equilateral_triangle at (1, 5): 6 Distance from target shape to pink circle at (2, 6): 6 Distance from target shape to gray square at (1, 1): 4 Distance from target shape to yellow equilateral_triangle at (2, 4): 4 Distance from target shape to red right_triangle at (6, 5): 5 Distance from target shape to purple circle at (6, 6): 6 Closest shape is the gray square at (1, 1) with distance 4
{ "closest_shape": { "color": "gray", "grid_position": [ 1, 1 ], "index": 2, "shape": "square" }, "grid_size": 7, "shapes": [ { "color": "brown", "grid_position": [ 1, 5 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "pink", "grid_position": [ 2, 6 ], "index": 1, "shape": "circle" }, { "color": "gray", "grid_position": [ 1, 1 ], "index": 2, "shape": "square" }, { "color": "cyan", "grid_position": [ 4, 2 ], "index": 3, "shape": "pentagon" }, { "color": "yellow", "grid_position": [ 2, 4 ], "index": 4, "shape": "equilateral_triangle" }, { "color": "red", "grid_position": [ 6, 5 ], "index": 5, "shape": "right_triangle" }, { "color": "purple", "grid_position": [ 6, 6 ], "index": 6, "shape": "circle" } ], "target": { "color": "cyan", "grid_position": [ 4, 2 ], "index": 3, "shape": "pentagon" }, "target_index": 3 }
There are 6 shapes on a 4x4 grid. Which shape is closest to the pink rectangle?
(2, 0)
Target shape: pink rectangle at (2, 1) Distance from target shape to purple right_triangle at (3, 3): 3 Distance from target shape to brown circle at (0, 2): 3 Distance from target shape to blue circle at (1, 2): 2 Distance from target shape to yellow circle at (2, 0): 1 Distance from target shape to gray circle at (0, 1): 2 Closest shape is the yellow circle at (2, 0) with distance 1
{ "closest_shape": { "color": "yellow", "grid_position": [ 2, 0 ], "index": 4, "shape": "circle" }, "grid_size": 4, "shapes": [ { "color": "purple", "grid_position": [ 3, 3 ], "index": 0, "shape": "right_triangle" }, { "color": "pink", "grid_position": [ 2, 1 ], "index": 1, "shape": "rectangle" }, { "color": "brown", "grid_position": [ 0, 2 ], "index": 2, "shape": "circle" }, { "color": "blue", "grid_position": [ 1, 2 ], "index": 3, "shape": "circle" }, { "color": "yellow", "grid_position": [ 2, 0 ], "index": 4, "shape": "circle" }, { "color": "gray", "grid_position": [ 0, 1 ], "index": 5, "shape": "circle" } ], "target": { "color": "pink", "grid_position": [ 2, 1 ], "index": 1, "shape": "rectangle" }, "target_index": 1 }
There are 5 shapes on a 5x5 grid. Which shape is closest to the orange trapezoid?
(2, 0)
Target shape: orange trapezoid at (1, 1) Distance from target shape to gray hexagon at (2, 0): 2 Distance from target shape to pink pentagon at (2, 3): 3 Distance from target shape to green circle at (0, 0): 2 Distance from target shape to red pentagon at (0, 4): 4 Closest shape is the gray hexagon at (2, 0) with distance 2
{ "closest_shape": { "color": "gray", "grid_position": [ 2, 0 ], "index": 0, "shape": "hexagon" }, "grid_size": 5, "shapes": [ { "color": "gray", "grid_position": [ 2, 0 ], "index": 0, "shape": "hexagon" }, { "color": "pink", "grid_position": [ 2, 3 ], "index": 1, "shape": "pentagon" }, { "color": "green", "grid_position": [ 0, 0 ], "index": 2, "shape": "circle" }, { "color": "orange", "grid_position": [ 1, 1 ], "index": 3, "shape": "trapezoid" }, { "color": "red", "grid_position": [ 0, 4 ], "index": 4, "shape": "pentagon" } ], "target": { "color": "orange", "grid_position": [ 1, 1 ], "index": 3, "shape": "trapezoid" }, "target_index": 3 }
There are 7 shapes on a 10x10 grid. Which shape is closest to the yellow circle?
(5, 4)
Target shape: yellow circle at (5, 6) Distance from target shape to cyan equilateral_triangle at (7, 3): 5 Distance from target shape to green trapezoid at (5, 4): 2 Distance from target shape to red pentagon at (4, 1): 6 Distance from target shape to orange circle at (6, 4): 3 Distance from target shape to blue hexagon at (9, 1): 9 Distance from target shape to brown pentagon at (2, 4): 5 Closest shape is the green trapezoid at (5, 4) with distance 2
{ "closest_shape": { "color": "green", "grid_position": [ 5, 4 ], "index": 1, "shape": "trapezoid" }, "grid_size": 10, "shapes": [ { "color": "cyan", "grid_position": [ 7, 3 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "green", "grid_position": [ 5, 4 ], "index": 1, "shape": "trapezoid" }, { "color": "red", "grid_position": [ 4, 1 ], "index": 2, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 6, 4 ], "index": 3, "shape": "circle" }, { "color": "blue", "grid_position": [ 9, 1 ], "index": 4, "shape": "hexagon" }, { "color": "brown", "grid_position": [ 2, 4 ], "index": 5, "shape": "pentagon" }, { "color": "yellow", "grid_position": [ 5, 6 ], "index": 6, "shape": "circle" } ], "target": { "color": "yellow", "grid_position": [ 5, 6 ], "index": 6, "shape": "circle" }, "target_index": 6 }
There are 3 shapes on a 5x5 grid. Which shape is closest to the pink trapezoid?
(2, 4)
Target shape: pink trapezoid at (2, 3) Distance from target shape to red square at (0, 2): 3 Distance from target shape to gray pentagon at (2, 4): 1 Closest shape is the gray pentagon at (2, 4) with distance 1
{ "closest_shape": { "color": "gray", "grid_position": [ 2, 4 ], "index": 2, "shape": "pentagon" }, "grid_size": 5, "shapes": [ { "color": "pink", "grid_position": [ 2, 3 ], "index": 0, "shape": "trapezoid" }, { "color": "red", "grid_position": [ 0, 2 ], "index": 1, "shape": "square" }, { "color": "gray", "grid_position": [ 2, 4 ], "index": 2, "shape": "pentagon" } ], "target": { "color": "pink", "grid_position": [ 2, 3 ], "index": 0, "shape": "trapezoid" }, "target_index": 0 }
There are 7 shapes on a 7x7 grid. Which shape is closest to the pink rectangle?
(6, 1)
Target shape: pink rectangle at (6, 3) Distance from target shape to cyan right_triangle at (1, 2): 6 Distance from target shape to gray right_triangle at (6, 0): 3 Distance from target shape to yellow rectangle at (2, 0): 7 Distance from target shape to orange equilateral_triangle at (6, 1): 2 Distance from target shape to red circle at (0, 3): 6 Distance from target shape to brown right_triangle at (1, 5): 7 Closest shape is the orange equilateral_triangle at (6, 1) with distance 2
{ "closest_shape": { "color": "orange", "grid_position": [ 6, 1 ], "index": 4, "shape": "equilateral_triangle" }, "grid_size": 7, "shapes": [ { "color": "cyan", "grid_position": [ 1, 2 ], "index": 0, "shape": "right_triangle" }, { "color": "pink", "grid_position": [ 6, 3 ], "index": 1, "shape": "rectangle" }, { "color": "gray", "grid_position": [ 6, 0 ], "index": 2, "shape": "right_triangle" }, { "color": "yellow", "grid_position": [ 2, 0 ], "index": 3, "shape": "rectangle" }, { "color": "orange", "grid_position": [ 6, 1 ], "index": 4, "shape": "equilateral_triangle" }, { "color": "red", "grid_position": [ 0, 3 ], "index": 5, "shape": "circle" }, { "color": "brown", "grid_position": [ 1, 5 ], "index": 6, "shape": "right_triangle" } ], "target": { "color": "pink", "grid_position": [ 6, 3 ], "index": 1, "shape": "rectangle" }, "target_index": 1 }
There are 7 shapes on a 10x10 grid. Which shape is closest to the gray equilateral_triangle?
(4, 4)
Target shape: gray equilateral_triangle at (8, 5) Distance from target shape to brown equilateral_triangle at (4, 4): 5 Distance from target shape to orange right_triangle at (1, 9): 11 Distance from target shape to pink pentagon at (2, 0): 11 Distance from target shape to red hexagon at (3, 2): 8 Distance from target shape to yellow equilateral_triangle at (6, 8): 5 Distance from target shape to green equilateral_triangle at (4, 3): 6 Closest shape is the brown equilateral_triangle at (4, 4) with distance 5
{ "closest_shape": { "color": "brown", "grid_position": [ 4, 4 ], "index": 0, "shape": "equilateral_triangle" }, "grid_size": 10, "shapes": [ { "color": "brown", "grid_position": [ 4, 4 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "orange", "grid_position": [ 1, 9 ], "index": 1, "shape": "right_triangle" }, { "color": "pink", "grid_position": [ 2, 0 ], "index": 2, "shape": "pentagon" }, { "color": "red", "grid_position": [ 3, 2 ], "index": 3, "shape": "hexagon" }, { "color": "gray", "grid_position": [ 8, 5 ], "index": 4, "shape": "equilateral_triangle" }, { "color": "yellow", "grid_position": [ 6, 8 ], "index": 5, "shape": "equilateral_triangle" }, { "color": "green", "grid_position": [ 4, 3 ], "index": 6, "shape": "equilateral_triangle" } ], "target": { "color": "gray", "grid_position": [ 8, 5 ], "index": 4, "shape": "equilateral_triangle" }, "target_index": 4 }
There are 6 shapes on a 10x10 grid. Which shape is closest to the yellow square?
(7, 5)
Target shape: yellow square at (8, 6) Distance from target shape to red hexagon at (4, 4): 6 Distance from target shape to orange hexagon at (2, 7): 7 Distance from target shape to brown rectangle at (7, 5): 2 Distance from target shape to purple circle at (3, 3): 8 Distance from target shape to blue pentagon at (0, 2): 12 Closest shape is the brown rectangle at (7, 5) with distance 2
{ "closest_shape": { "color": "brown", "grid_position": [ 7, 5 ], "index": 2, "shape": "rectangle" }, "grid_size": 10, "shapes": [ { "color": "red", "grid_position": [ 4, 4 ], "index": 0, "shape": "hexagon" }, { "color": "orange", "grid_position": [ 2, 7 ], "index": 1, "shape": "hexagon" }, { "color": "brown", "grid_position": [ 7, 5 ], "index": 2, "shape": "rectangle" }, { "color": "yellow", "grid_position": [ 8, 6 ], "index": 3, "shape": "square" }, { "color": "purple", "grid_position": [ 3, 3 ], "index": 4, "shape": "circle" }, { "color": "blue", "grid_position": [ 0, 2 ], "index": 5, "shape": "pentagon" } ], "target": { "color": "yellow", "grid_position": [ 8, 6 ], "index": 3, "shape": "square" }, "target_index": 3 }
There are 8 shapes on a 6x6 grid. Which shape is closest to the cyan hexagon?
(4, 5)
Target shape: cyan hexagon at (2, 5) Distance from target shape to purple rectangle at (2, 2): 3 Distance from target shape to red trapezoid at (0, 1): 6 Distance from target shape to orange pentagon at (3, 3): 3 Distance from target shape to brown square at (1, 0): 6 Distance from target shape to yellow hexagon at (5, 2): 6 Distance from target shape to pink trapezoid at (4, 5): 2 Distance from target shape to blue trapezoid at (4, 3): 4 Closest shape is the pink trapezoid at (4, 5) with distance 2
{ "closest_shape": { "color": "pink", "grid_position": [ 4, 5 ], "index": 5, "shape": "trapezoid" }, "grid_size": 6, "shapes": [ { "color": "purple", "grid_position": [ 2, 2 ], "index": 0, "shape": "rectangle" }, { "color": "red", "grid_position": [ 0, 1 ], "index": 1, "shape": "trapezoid" }, { "color": "orange", "grid_position": [ 3, 3 ], "index": 2, "shape": "pentagon" }, { "color": "brown", "grid_position": [ 1, 0 ], "index": 3, "shape": "square" }, { "color": "yellow", "grid_position": [ 5, 2 ], "index": 4, "shape": "hexagon" }, { "color": "pink", "grid_position": [ 4, 5 ], "index": 5, "shape": "trapezoid" }, { "color": "blue", "grid_position": [ 4, 3 ], "index": 6, "shape": "trapezoid" }, { "color": "cyan", "grid_position": [ 2, 5 ], "index": 7, "shape": "hexagon" } ], "target": { "color": "cyan", "grid_position": [ 2, 5 ], "index": 7, "shape": "hexagon" }, "target_index": 7 }
There are 4 shapes on a 10x10 grid. Which shape is closest to the gray trapezoid?
(5, 3)
Target shape: gray trapezoid at (5, 1) Distance from target shape to green right_triangle at (8, 5): 7 Distance from target shape to cyan trapezoid at (9, 7): 10 Distance from target shape to pink pentagon at (5, 3): 2 Closest shape is the pink pentagon at (5, 3) with distance 2
{ "closest_shape": { "color": "pink", "grid_position": [ 5, 3 ], "index": 3, "shape": "pentagon" }, "grid_size": 10, "shapes": [ { "color": "green", "grid_position": [ 8, 5 ], "index": 0, "shape": "right_triangle" }, { "color": "cyan", "grid_position": [ 9, 7 ], "index": 1, "shape": "trapezoid" }, { "color": "gray", "grid_position": [ 5, 1 ], "index": 2, "shape": "trapezoid" }, { "color": "pink", "grid_position": [ 5, 3 ], "index": 3, "shape": "pentagon" } ], "target": { "color": "gray", "grid_position": [ 5, 1 ], "index": 2, "shape": "trapezoid" }, "target_index": 2 }
There are 3 shapes on a 5x5 grid. Which shape is closest to the gray pentagon?
(1, 1)
Target shape: gray pentagon at (0, 2) Distance from target shape to orange pentagon at (1, 1): 2 Distance from target shape to blue hexagon at (3, 0): 5 Closest shape is the orange pentagon at (1, 1) with distance 2
{ "closest_shape": { "color": "orange", "grid_position": [ 1, 1 ], "index": 1, "shape": "pentagon" }, "grid_size": 5, "shapes": [ { "color": "gray", "grid_position": [ 0, 2 ], "index": 0, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 1, 1 ], "index": 1, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 3, 0 ], "index": 2, "shape": "hexagon" } ], "target": { "color": "gray", "grid_position": [ 0, 2 ], "index": 0, "shape": "pentagon" }, "target_index": 0 }
There are 6 shapes on a 7x7 grid. Which shape is closest to the brown pentagon?
(4, 6)
Target shape: brown pentagon at (5, 6) Distance from target shape to cyan trapezoid at (6, 0): 7 Distance from target shape to blue rectangle at (4, 6): 1 Distance from target shape to red pentagon at (6, 5): 2 Distance from target shape to green square at (1, 0): 10 Distance from target shape to orange pentagon at (3, 3): 5 Closest shape is the blue rectangle at (4, 6) with distance 1
{ "closest_shape": { "color": "blue", "grid_position": [ 4, 6 ], "index": 1, "shape": "rectangle" }, "grid_size": 7, "shapes": [ { "color": "cyan", "grid_position": [ 6, 0 ], "index": 0, "shape": "trapezoid" }, { "color": "blue", "grid_position": [ 4, 6 ], "index": 1, "shape": "rectangle" }, { "color": "brown", "grid_position": [ 5, 6 ], "index": 2, "shape": "pentagon" }, { "color": "red", "grid_position": [ 6, 5 ], "index": 3, "shape": "pentagon" }, { "color": "green", "grid_position": [ 1, 0 ], "index": 4, "shape": "square" }, { "color": "orange", "grid_position": [ 3, 3 ], "index": 5, "shape": "pentagon" } ], "target": { "color": "brown", "grid_position": [ 5, 6 ], "index": 2, "shape": "pentagon" }, "target_index": 2 }
There are 2 shapes on a 9x9 grid. Which shape is closest to the cyan equilateral_triangle?
(6, 7)
Target shape: cyan equilateral_triangle at (1, 1) Distance from target shape to yellow hexagon at (6, 7): 11 Closest shape is the yellow hexagon at (6, 7) with distance 11
{ "closest_shape": { "color": "yellow", "grid_position": [ 6, 7 ], "index": 0, "shape": "hexagon" }, "grid_size": 9, "shapes": [ { "color": "yellow", "grid_position": [ 6, 7 ], "index": 0, "shape": "hexagon" }, { "color": "cyan", "grid_position": [ 1, 1 ], "index": 1, "shape": "equilateral_triangle" } ], "target": { "color": "cyan", "grid_position": [ 1, 1 ], "index": 1, "shape": "equilateral_triangle" }, "target_index": 1 }
There are 5 shapes on a 6x6 grid. Which shape is closest to the red square?
(0, 1)
Target shape: red square at (1, 2) Distance from target shape to cyan equilateral_triangle at (0, 1): 2 Distance from target shape to pink trapezoid at (3, 0): 4 Distance from target shape to purple circle at (0, 4): 3 Distance from target shape to brown circle at (3, 5): 5 Closest shape is the cyan equilateral_triangle at (0, 1) with distance 2
{ "closest_shape": { "color": "cyan", "grid_position": [ 0, 1 ], "index": 0, "shape": "equilateral_triangle" }, "grid_size": 6, "shapes": [ { "color": "cyan", "grid_position": [ 0, 1 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "pink", "grid_position": [ 3, 0 ], "index": 1, "shape": "trapezoid" }, { "color": "red", "grid_position": [ 1, 2 ], "index": 2, "shape": "square" }, { "color": "purple", "grid_position": [ 0, 4 ], "index": 3, "shape": "circle" }, { "color": "brown", "grid_position": [ 3, 5 ], "index": 4, "shape": "circle" } ], "target": { "color": "red", "grid_position": [ 1, 2 ], "index": 2, "shape": "square" }, "target_index": 2 }
There are 8 shapes on a 4x4 grid. Which shape is closest to the brown hexagon?
(2, 3)
Target shape: brown hexagon at (2, 2) Distance from target shape to orange equilateral_triangle at (2, 3): 1 Distance from target shape to yellow right_triangle at (1, 3): 2 Distance from target shape to cyan trapezoid at (0, 3): 3 Distance from target shape to pink rectangle at (3, 3): 2 Distance from target shape to red rectangle at (1, 1): 2 Distance from target shape to purple hexagon at (2, 1): 1 Distance from target shape to gray trapezoid at (3, 0): 3 Closest shape is the orange equilateral_triangle at (2, 3) with distance 1
{ "closest_shape": { "color": "orange", "grid_position": [ 2, 3 ], "index": 0, "shape": "equilateral_triangle" }, "grid_size": 4, "shapes": [ { "color": "orange", "grid_position": [ 2, 3 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "yellow", "grid_position": [ 1, 3 ], "index": 1, "shape": "right_triangle" }, { "color": "brown", "grid_position": [ 2, 2 ], "index": 2, "shape": "hexagon" }, { "color": "cyan", "grid_position": [ 0, 3 ], "index": 3, "shape": "trapezoid" }, { "color": "pink", "grid_position": [ 3, 3 ], "index": 4, "shape": "rectangle" }, { "color": "red", "grid_position": [ 1, 1 ], "index": 5, "shape": "rectangle" }, { "color": "purple", "grid_position": [ 2, 1 ], "index": 6, "shape": "hexagon" }, { "color": "gray", "grid_position": [ 3, 0 ], "index": 7, "shape": "trapezoid" } ], "target": { "color": "brown", "grid_position": [ 2, 2 ], "index": 2, "shape": "hexagon" }, "target_index": 2 }
There are 7 shapes on a 3x3 grid. Which shape is closest to the cyan equilateral_triangle?
(0, 1)
Target shape: cyan equilateral_triangle at (0, 0) Distance from target shape to blue circle at (1, 1): 2 Distance from target shape to red hexagon at (2, 0): 2 Distance from target shape to pink square at (0, 1): 1 Distance from target shape to purple square at (1, 2): 3 Distance from target shape to brown trapezoid at (0, 2): 2 Distance from target shape to orange pentagon at (2, 2): 4 Closest shape is the pink square at (0, 1) with distance 1
{ "closest_shape": { "color": "pink", "grid_position": [ 0, 1 ], "index": 2, "shape": "square" }, "grid_size": 3, "shapes": [ { "color": "blue", "grid_position": [ 1, 1 ], "index": 0, "shape": "circle" }, { "color": "red", "grid_position": [ 2, 0 ], "index": 1, "shape": "hexagon" }, { "color": "pink", "grid_position": [ 0, 1 ], "index": 2, "shape": "square" }, { "color": "purple", "grid_position": [ 1, 2 ], "index": 3, "shape": "square" }, { "color": "brown", "grid_position": [ 0, 2 ], "index": 4, "shape": "trapezoid" }, { "color": "cyan", "grid_position": [ 0, 0 ], "index": 5, "shape": "equilateral_triangle" }, { "color": "orange", "grid_position": [ 2, 2 ], "index": 6, "shape": "pentagon" } ], "target": { "color": "cyan", "grid_position": [ 0, 0 ], "index": 5, "shape": "equilateral_triangle" }, "target_index": 5 }
There are 5 shapes on a 3x3 grid. Which shape is closest to the pink circle?
(0, 0)
Target shape: pink circle at (2, 0) Distance from target shape to purple circle at (0, 1): 3 Distance from target shape to yellow pentagon at (1, 2): 3 Distance from target shape to orange square at (0, 0): 2 Distance from target shape to red square at (2, 2): 2 Closest shape is the orange square at (0, 0) with distance 2
{ "closest_shape": { "color": "orange", "grid_position": [ 0, 0 ], "index": 2, "shape": "square" }, "grid_size": 3, "shapes": [ { "color": "purple", "grid_position": [ 0, 1 ], "index": 0, "shape": "circle" }, { "color": "yellow", "grid_position": [ 1, 2 ], "index": 1, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 0, 0 ], "index": 2, "shape": "square" }, { "color": "pink", "grid_position": [ 2, 0 ], "index": 3, "shape": "circle" }, { "color": "red", "grid_position": [ 2, 2 ], "index": 4, "shape": "square" } ], "target": { "color": "pink", "grid_position": [ 2, 0 ], "index": 3, "shape": "circle" }, "target_index": 3 }
There are 8 shapes on a 9x9 grid. Which shape is closest to the cyan hexagon?
(1, 1)
Target shape: cyan hexagon at (0, 5) Distance from target shape to green rectangle at (6, 8): 9 Distance from target shape to blue equilateral_triangle at (7, 7): 9 Distance from target shape to purple circle at (5, 4): 6 Distance from target shape to gray square at (4, 7): 6 Distance from target shape to pink hexagon at (7, 0): 12 Distance from target shape to red hexagon at (4, 3): 6 Distance from target shape to orange right_triangle at (1, 1): 5 Closest shape is the orange right_triangle at (1, 1) with distance 5
{ "closest_shape": { "color": "orange", "grid_position": [ 1, 1 ], "index": 7, "shape": "right_triangle" }, "grid_size": 9, "shapes": [ { "color": "green", "grid_position": [ 6, 8 ], "index": 0, "shape": "rectangle" }, { "color": "blue", "grid_position": [ 7, 7 ], "index": 1, "shape": "equilateral_triangle" }, { "color": "cyan", "grid_position": [ 0, 5 ], "index": 2, "shape": "hexagon" }, { "color": "purple", "grid_position": [ 5, 4 ], "index": 3, "shape": "circle" }, { "color": "gray", "grid_position": [ 4, 7 ], "index": 4, "shape": "square" }, { "color": "pink", "grid_position": [ 7, 0 ], "index": 5, "shape": "hexagon" }, { "color": "red", "grid_position": [ 4, 3 ], "index": 6, "shape": "hexagon" }, { "color": "orange", "grid_position": [ 1, 1 ], "index": 7, "shape": "right_triangle" } ], "target": { "color": "cyan", "grid_position": [ 0, 5 ], "index": 2, "shape": "hexagon" }, "target_index": 2 }
There are 2 shapes on a 6x6 grid. Which shape is closest to the purple hexagon?
(1, 2)
Target shape: purple hexagon at (1, 0) Distance from target shape to blue pentagon at (1, 2): 2 Closest shape is the blue pentagon at (1, 2) with distance 2
{ "closest_shape": { "color": "blue", "grid_position": [ 1, 2 ], "index": 0, "shape": "pentagon" }, "grid_size": 6, "shapes": [ { "color": "blue", "grid_position": [ 1, 2 ], "index": 0, "shape": "pentagon" }, { "color": "purple", "grid_position": [ 1, 0 ], "index": 1, "shape": "hexagon" } ], "target": { "color": "purple", "grid_position": [ 1, 0 ], "index": 1, "shape": "hexagon" }, "target_index": 1 }
There are 2 shapes on a 3x3 grid. Which shape is closest to the brown pentagon?
(2, 0)
Target shape: brown pentagon at (1, 0) Distance from target shape to orange pentagon at (2, 0): 1 Closest shape is the orange pentagon at (2, 0) with distance 1
{ "closest_shape": { "color": "orange", "grid_position": [ 2, 0 ], "index": 0, "shape": "pentagon" }, "grid_size": 3, "shapes": [ { "color": "orange", "grid_position": [ 2, 0 ], "index": 0, "shape": "pentagon" }, { "color": "brown", "grid_position": [ 1, 0 ], "index": 1, "shape": "pentagon" } ], "target": { "color": "brown", "grid_position": [ 1, 0 ], "index": 1, "shape": "pentagon" }, "target_index": 1 }
There are 4 shapes on a 6x6 grid. Which shape is closest to the blue pentagon?
(5, 1)
Target shape: blue pentagon at (4, 1) Distance from target shape to yellow circle at (2, 3): 4 Distance from target shape to cyan trapezoid at (5, 1): 1 Distance from target shape to gray rectangle at (5, 4): 4 Closest shape is the cyan trapezoid at (5, 1) with distance 1
{ "closest_shape": { "color": "cyan", "grid_position": [ 5, 1 ], "index": 1, "shape": "trapezoid" }, "grid_size": 6, "shapes": [ { "color": "yellow", "grid_position": [ 2, 3 ], "index": 0, "shape": "circle" }, { "color": "cyan", "grid_position": [ 5, 1 ], "index": 1, "shape": "trapezoid" }, { "color": "gray", "grid_position": [ 5, 4 ], "index": 2, "shape": "rectangle" }, { "color": "blue", "grid_position": [ 4, 1 ], "index": 3, "shape": "pentagon" } ], "target": { "color": "blue", "grid_position": [ 4, 1 ], "index": 3, "shape": "pentagon" }, "target_index": 3 }
There are 2 shapes on a 3x3 grid. Which shape is closest to the orange trapezoid?
(2, 0)
Target shape: orange trapezoid at (1, 0) Distance from target shape to cyan square at (2, 0): 1 Closest shape is the cyan square at (2, 0) with distance 1
{ "closest_shape": { "color": "cyan", "grid_position": [ 2, 0 ], "index": 1, "shape": "square" }, "grid_size": 3, "shapes": [ { "color": "orange", "grid_position": [ 1, 0 ], "index": 0, "shape": "trapezoid" }, { "color": "cyan", "grid_position": [ 2, 0 ], "index": 1, "shape": "square" } ], "target": { "color": "orange", "grid_position": [ 1, 0 ], "index": 0, "shape": "trapezoid" }, "target_index": 0 }
There are 6 shapes on a 5x5 grid. Which shape is closest to the blue right_triangle?
(2, 3)
Target shape: blue right_triangle at (1, 3) Distance from target shape to yellow pentagon at (2, 2): 2 Distance from target shape to gray pentagon at (2, 3): 1 Distance from target shape to orange rectangle at (3, 0): 5 Distance from target shape to red rectangle at (2, 1): 3 Distance from target shape to brown square at (3, 3): 2 Closest shape is the gray pentagon at (2, 3) with distance 1
{ "closest_shape": { "color": "gray", "grid_position": [ 2, 3 ], "index": 2, "shape": "pentagon" }, "grid_size": 5, "shapes": [ { "color": "yellow", "grid_position": [ 2, 2 ], "index": 0, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 1, 3 ], "index": 1, "shape": "right_triangle" }, { "color": "gray", "grid_position": [ 2, 3 ], "index": 2, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 3, 0 ], "index": 3, "shape": "rectangle" }, { "color": "red", "grid_position": [ 2, 1 ], "index": 4, "shape": "rectangle" }, { "color": "brown", "grid_position": [ 3, 3 ], "index": 5, "shape": "square" } ], "target": { "color": "blue", "grid_position": [ 1, 3 ], "index": 1, "shape": "right_triangle" }, "target_index": 1 }
There are 5 shapes on a 4x4 grid. Which shape is closest to the gray pentagon?
(3, 2)
Target shape: gray pentagon at (2, 3) Distance from target shape to cyan pentagon at (0, 1): 4 Distance from target shape to purple trapezoid at (3, 2): 2 Distance from target shape to blue square at (2, 1): 2 Distance from target shape to brown circle at (0, 0): 5 Closest shape is the purple trapezoid at (3, 2) with distance 2
{ "closest_shape": { "color": "purple", "grid_position": [ 3, 2 ], "index": 1, "shape": "trapezoid" }, "grid_size": 4, "shapes": [ { "color": "cyan", "grid_position": [ 0, 1 ], "index": 0, "shape": "pentagon" }, { "color": "purple", "grid_position": [ 3, 2 ], "index": 1, "shape": "trapezoid" }, { "color": "blue", "grid_position": [ 2, 1 ], "index": 2, "shape": "square" }, { "color": "gray", "grid_position": [ 2, 3 ], "index": 3, "shape": "pentagon" }, { "color": "brown", "grid_position": [ 0, 0 ], "index": 4, "shape": "circle" } ], "target": { "color": "gray", "grid_position": [ 2, 3 ], "index": 3, "shape": "pentagon" }, "target_index": 3 }
There are 6 shapes on a 3x3 grid. Which shape is closest to the red right_triangle?
(1, 2)
Target shape: red right_triangle at (1, 1) Distance from target shape to blue pentagon at (1, 2): 1 Distance from target shape to cyan hexagon at (0, 0): 2 Distance from target shape to orange right_triangle at (1, 0): 1 Distance from target shape to pink right_triangle at (2, 2): 2 Distance from target shape to purple trapezoid at (2, 0): 2 Closest shape is the blue pentagon at (1, 2) with distance 1
{ "closest_shape": { "color": "blue", "grid_position": [ 1, 2 ], "index": 0, "shape": "pentagon" }, "grid_size": 3, "shapes": [ { "color": "blue", "grid_position": [ 1, 2 ], "index": 0, "shape": "pentagon" }, { "color": "cyan", "grid_position": [ 0, 0 ], "index": 1, "shape": "hexagon" }, { "color": "red", "grid_position": [ 1, 1 ], "index": 2, "shape": "right_triangle" }, { "color": "orange", "grid_position": [ 1, 0 ], "index": 3, "shape": "right_triangle" }, { "color": "pink", "grid_position": [ 2, 2 ], "index": 4, "shape": "right_triangle" }, { "color": "purple", "grid_position": [ 2, 0 ], "index": 5, "shape": "trapezoid" } ], "target": { "color": "red", "grid_position": [ 1, 1 ], "index": 2, "shape": "right_triangle" }, "target_index": 2 }
There are 8 shapes on a 7x7 grid. Which shape is closest to the cyan circle?
(5, 2)
Target shape: cyan circle at (5, 3) Distance from target shape to brown trapezoid at (6, 4): 2 Distance from target shape to pink rectangle at (0, 3): 5 Distance from target shape to yellow hexagon at (1, 3): 4 Distance from target shape to orange equilateral_triangle at (3, 5): 4 Distance from target shape to purple right_triangle at (5, 2): 1 Distance from target shape to blue equilateral_triangle at (0, 1): 7 Distance from target shape to red pentagon at (5, 1): 2 Closest shape is the purple right_triangle at (5, 2) with distance 1
{ "closest_shape": { "color": "purple", "grid_position": [ 5, 2 ], "index": 4, "shape": "right_triangle" }, "grid_size": 7, "shapes": [ { "color": "brown", "grid_position": [ 6, 4 ], "index": 0, "shape": "trapezoid" }, { "color": "pink", "grid_position": [ 0, 3 ], "index": 1, "shape": "rectangle" }, { "color": "yellow", "grid_position": [ 1, 3 ], "index": 2, "shape": "hexagon" }, { "color": "orange", "grid_position": [ 3, 5 ], "index": 3, "shape": "equilateral_triangle" }, { "color": "purple", "grid_position": [ 5, 2 ], "index": 4, "shape": "right_triangle" }, { "color": "cyan", "grid_position": [ 5, 3 ], "index": 5, "shape": "circle" }, { "color": "blue", "grid_position": [ 0, 1 ], "index": 6, "shape": "equilateral_triangle" }, { "color": "red", "grid_position": [ 5, 1 ], "index": 7, "shape": "pentagon" } ], "target": { "color": "cyan", "grid_position": [ 5, 3 ], "index": 5, "shape": "circle" }, "target_index": 5 }
There are 6 shapes on a 3x3 grid. Which shape is closest to the gray trapezoid?
(2, 2)
Target shape: gray trapezoid at (1, 2) Distance from target shape to yellow equilateral_triangle at (2, 0): 3 Distance from target shape to pink hexagon at (2, 2): 1 Distance from target shape to green pentagon at (2, 1): 2 Distance from target shape to blue pentagon at (0, 2): 1 Distance from target shape to orange hexagon at (0, 0): 3 Closest shape is the pink hexagon at (2, 2) with distance 1
{ "closest_shape": { "color": "pink", "grid_position": [ 2, 2 ], "index": 2, "shape": "hexagon" }, "grid_size": 3, "shapes": [ { "color": "yellow", "grid_position": [ 2, 0 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "gray", "grid_position": [ 1, 2 ], "index": 1, "shape": "trapezoid" }, { "color": "pink", "grid_position": [ 2, 2 ], "index": 2, "shape": "hexagon" }, { "color": "green", "grid_position": [ 2, 1 ], "index": 3, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 0, 2 ], "index": 4, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 0, 0 ], "index": 5, "shape": "hexagon" } ], "target": { "color": "gray", "grid_position": [ 1, 2 ], "index": 1, "shape": "trapezoid" }, "target_index": 1 }
There are 6 shapes on a 4x4 grid. Which shape is closest to the green rectangle?
(1, 0)
Target shape: green rectangle at (2, 0) Distance from target shape to pink square at (0, 3): 5 Distance from target shape to red hexagon at (1, 0): 1 Distance from target shape to yellow rectangle at (1, 1): 2 Distance from target shape to orange equilateral_triangle at (2, 1): 1 Distance from target shape to brown hexagon at (1, 3): 4 Closest shape is the red hexagon at (1, 0) with distance 1
{ "closest_shape": { "color": "red", "grid_position": [ 1, 0 ], "index": 2, "shape": "hexagon" }, "grid_size": 4, "shapes": [ { "color": "pink", "grid_position": [ 0, 3 ], "index": 0, "shape": "square" }, { "color": "green", "grid_position": [ 2, 0 ], "index": 1, "shape": "rectangle" }, { "color": "red", "grid_position": [ 1, 0 ], "index": 2, "shape": "hexagon" }, { "color": "yellow", "grid_position": [ 1, 1 ], "index": 3, "shape": "rectangle" }, { "color": "orange", "grid_position": [ 2, 1 ], "index": 4, "shape": "equilateral_triangle" }, { "color": "brown", "grid_position": [ 1, 3 ], "index": 5, "shape": "hexagon" } ], "target": { "color": "green", "grid_position": [ 2, 0 ], "index": 1, "shape": "rectangle" }, "target_index": 1 }
There are 5 shapes on a 9x9 grid. Which shape is closest to the gray circle?
(0, 5)
Target shape: gray circle at (0, 3) Distance from target shape to purple hexagon at (5, 0): 8 Distance from target shape to yellow square at (8, 2): 9 Distance from target shape to red pentagon at (7, 5): 9 Distance from target shape to brown pentagon at (0, 5): 2 Closest shape is the brown pentagon at (0, 5) with distance 2
{ "closest_shape": { "color": "brown", "grid_position": [ 0, 5 ], "index": 3, "shape": "pentagon" }, "grid_size": 9, "shapes": [ { "color": "purple", "grid_position": [ 5, 0 ], "index": 0, "shape": "hexagon" }, { "color": "yellow", "grid_position": [ 8, 2 ], "index": 1, "shape": "square" }, { "color": "red", "grid_position": [ 7, 5 ], "index": 2, "shape": "pentagon" }, { "color": "brown", "grid_position": [ 0, 5 ], "index": 3, "shape": "pentagon" }, { "color": "gray", "grid_position": [ 0, 3 ], "index": 4, "shape": "circle" } ], "target": { "color": "gray", "grid_position": [ 0, 3 ], "index": 4, "shape": "circle" }, "target_index": 4 }
There are 8 shapes on a 9x9 grid. Which shape is closest to the purple circle?
(4, 1)
Target shape: purple circle at (4, 2) Distance from target shape to gray right_triangle at (1, 5): 6 Distance from target shape to cyan rectangle at (7, 2): 3 Distance from target shape to green circle at (3, 7): 6 Distance from target shape to yellow trapezoid at (0, 0): 6 Distance from target shape to orange trapezoid at (6, 3): 3 Distance from target shape to blue square at (4, 1): 1 Distance from target shape to pink square at (8, 8): 10 Closest shape is the blue square at (4, 1) with distance 1
{ "closest_shape": { "color": "blue", "grid_position": [ 4, 1 ], "index": 6, "shape": "square" }, "grid_size": 9, "shapes": [ { "color": "gray", "grid_position": [ 1, 5 ], "index": 0, "shape": "right_triangle" }, { "color": "cyan", "grid_position": [ 7, 2 ], "index": 1, "shape": "rectangle" }, { "color": "green", "grid_position": [ 3, 7 ], "index": 2, "shape": "circle" }, { "color": "yellow", "grid_position": [ 0, 0 ], "index": 3, "shape": "trapezoid" }, { "color": "orange", "grid_position": [ 6, 3 ], "index": 4, "shape": "trapezoid" }, { "color": "purple", "grid_position": [ 4, 2 ], "index": 5, "shape": "circle" }, { "color": "blue", "grid_position": [ 4, 1 ], "index": 6, "shape": "square" }, { "color": "pink", "grid_position": [ 8, 8 ], "index": 7, "shape": "square" } ], "target": { "color": "purple", "grid_position": [ 4, 2 ], "index": 5, "shape": "circle" }, "target_index": 5 }
There are 5 shapes on a 3x3 grid. Which shape is closest to the orange square?
(2, 1)
Target shape: orange square at (1, 1) Distance from target shape to gray rectangle at (2, 0): 2 Distance from target shape to blue pentagon at (2, 1): 1 Distance from target shape to red equilateral_triangle at (0, 1): 1 Distance from target shape to cyan pentagon at (1, 0): 1 Closest shape is the blue pentagon at (2, 1) with distance 1
{ "closest_shape": { "color": "blue", "grid_position": [ 2, 1 ], "index": 1, "shape": "pentagon" }, "grid_size": 3, "shapes": [ { "color": "gray", "grid_position": [ 2, 0 ], "index": 0, "shape": "rectangle" }, { "color": "blue", "grid_position": [ 2, 1 ], "index": 1, "shape": "pentagon" }, { "color": "red", "grid_position": [ 0, 1 ], "index": 2, "shape": "equilateral_triangle" }, { "color": "orange", "grid_position": [ 1, 1 ], "index": 3, "shape": "square" }, { "color": "cyan", "grid_position": [ 1, 0 ], "index": 4, "shape": "pentagon" } ], "target": { "color": "orange", "grid_position": [ 1, 1 ], "index": 3, "shape": "square" }, "target_index": 3 }
There are 7 shapes on a 10x10 grid. Which shape is closest to the red pentagon?
(4, 3)
Target shape: red pentagon at (4, 5) Distance from target shape to cyan trapezoid at (8, 0): 9 Distance from target shape to purple trapezoid at (7, 2): 6 Distance from target shape to pink circle at (4, 3): 2 Distance from target shape to orange rectangle at (2, 8): 5 Distance from target shape to blue hexagon at (9, 8): 8 Distance from target shape to green hexagon at (6, 9): 6 Closest shape is the pink circle at (4, 3) with distance 2
{ "closest_shape": { "color": "pink", "grid_position": [ 4, 3 ], "index": 3, "shape": "circle" }, "grid_size": 10, "shapes": [ { "color": "cyan", "grid_position": [ 8, 0 ], "index": 0, "shape": "trapezoid" }, { "color": "purple", "grid_position": [ 7, 2 ], "index": 1, "shape": "trapezoid" }, { "color": "red", "grid_position": [ 4, 5 ], "index": 2, "shape": "pentagon" }, { "color": "pink", "grid_position": [ 4, 3 ], "index": 3, "shape": "circle" }, { "color": "orange", "grid_position": [ 2, 8 ], "index": 4, "shape": "rectangle" }, { "color": "blue", "grid_position": [ 9, 8 ], "index": 5, "shape": "hexagon" }, { "color": "green", "grid_position": [ 6, 9 ], "index": 6, "shape": "hexagon" } ], "target": { "color": "red", "grid_position": [ 4, 5 ], "index": 2, "shape": "pentagon" }, "target_index": 2 }
There are 7 shapes on a 4x4 grid. Which shape is closest to the gray pentagon?
(2, 2)
Target shape: gray pentagon at (2, 1) Distance from target shape to yellow right_triangle at (0, 1): 2 Distance from target shape to pink right_triangle at (1, 3): 3 Distance from target shape to orange pentagon at (2, 3): 2 Distance from target shape to blue trapezoid at (3, 0): 2 Distance from target shape to cyan equilateral_triangle at (2, 2): 1 Distance from target shape to brown equilateral_triangle at (0, 3): 4 Closest shape is the cyan equilateral_triangle at (2, 2) with distance 1
{ "closest_shape": { "color": "cyan", "grid_position": [ 2, 2 ], "index": 5, "shape": "equilateral_triangle" }, "grid_size": 4, "shapes": [ { "color": "yellow", "grid_position": [ 0, 1 ], "index": 0, "shape": "right_triangle" }, { "color": "pink", "grid_position": [ 1, 3 ], "index": 1, "shape": "right_triangle" }, { "color": "orange", "grid_position": [ 2, 3 ], "index": 2, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 3, 0 ], "index": 3, "shape": "trapezoid" }, { "color": "gray", "grid_position": [ 2, 1 ], "index": 4, "shape": "pentagon" }, { "color": "cyan", "grid_position": [ 2, 2 ], "index": 5, "shape": "equilateral_triangle" }, { "color": "brown", "grid_position": [ 0, 3 ], "index": 6, "shape": "equilateral_triangle" } ], "target": { "color": "gray", "grid_position": [ 2, 1 ], "index": 4, "shape": "pentagon" }, "target_index": 4 }
There are 3 shapes on a 9x9 grid. Which shape is closest to the orange hexagon?
(7, 7)
Target shape: orange hexagon at (8, 4) Distance from target shape to cyan rectangle at (7, 7): 4 Distance from target shape to purple pentagon at (1, 0): 11 Closest shape is the cyan rectangle at (7, 7) with distance 4
{ "closest_shape": { "color": "cyan", "grid_position": [ 7, 7 ], "index": 0, "shape": "rectangle" }, "grid_size": 9, "shapes": [ { "color": "cyan", "grid_position": [ 7, 7 ], "index": 0, "shape": "rectangle" }, { "color": "purple", "grid_position": [ 1, 0 ], "index": 1, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 8, 4 ], "index": 2, "shape": "hexagon" } ], "target": { "color": "orange", "grid_position": [ 8, 4 ], "index": 2, "shape": "hexagon" }, "target_index": 2 }
There are 5 shapes on a 5x5 grid. Which shape is closest to the yellow equilateral_triangle?
(3, 4)
Target shape: yellow equilateral_triangle at (1, 4) Distance from target shape to purple square at (3, 4): 2 Distance from target shape to pink pentagon at (1, 2): 2 Distance from target shape to gray trapezoid at (2, 3): 2 Distance from target shape to green circle at (2, 2): 3 Closest shape is the purple square at (3, 4) with distance 2
{ "closest_shape": { "color": "purple", "grid_position": [ 3, 4 ], "index": 1, "shape": "square" }, "grid_size": 5, "shapes": [ { "color": "yellow", "grid_position": [ 1, 4 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "purple", "grid_position": [ 3, 4 ], "index": 1, "shape": "square" }, { "color": "pink", "grid_position": [ 1, 2 ], "index": 2, "shape": "pentagon" }, { "color": "gray", "grid_position": [ 2, 3 ], "index": 3, "shape": "trapezoid" }, { "color": "green", "grid_position": [ 2, 2 ], "index": 4, "shape": "circle" } ], "target": { "color": "yellow", "grid_position": [ 1, 4 ], "index": 0, "shape": "equilateral_triangle" }, "target_index": 0 }
There are 4 shapes on a 8x8 grid. Which shape is closest to the blue square?
(5, 6)
Target shape: blue square at (5, 7) Distance from target shape to purple hexagon at (5, 6): 1 Distance from target shape to cyan pentagon at (3, 5): 4 Distance from target shape to yellow rectangle at (5, 3): 4 Closest shape is the purple hexagon at (5, 6) with distance 1
{ "closest_shape": { "color": "purple", "grid_position": [ 5, 6 ], "index": 0, "shape": "hexagon" }, "grid_size": 8, "shapes": [ { "color": "purple", "grid_position": [ 5, 6 ], "index": 0, "shape": "hexagon" }, { "color": "blue", "grid_position": [ 5, 7 ], "index": 1, "shape": "square" }, { "color": "cyan", "grid_position": [ 3, 5 ], "index": 2, "shape": "pentagon" }, { "color": "yellow", "grid_position": [ 5, 3 ], "index": 3, "shape": "rectangle" } ], "target": { "color": "blue", "grid_position": [ 5, 7 ], "index": 1, "shape": "square" }, "target_index": 1 }
There are 5 shapes on a 3x3 grid. Which shape is closest to the blue square?
(1, 2)
Target shape: blue square at (0, 2) Distance from target shape to red pentagon at (0, 0): 2 Distance from target shape to gray square at (1, 2): 1 Distance from target shape to purple right_triangle at (1, 1): 2 Distance from target shape to brown square at (2, 2): 2 Closest shape is the gray square at (1, 2) with distance 1
{ "closest_shape": { "color": "gray", "grid_position": [ 1, 2 ], "index": 1, "shape": "square" }, "grid_size": 3, "shapes": [ { "color": "red", "grid_position": [ 0, 0 ], "index": 0, "shape": "pentagon" }, { "color": "gray", "grid_position": [ 1, 2 ], "index": 1, "shape": "square" }, { "color": "blue", "grid_position": [ 0, 2 ], "index": 2, "shape": "square" }, { "color": "purple", "grid_position": [ 1, 1 ], "index": 3, "shape": "right_triangle" }, { "color": "brown", "grid_position": [ 2, 2 ], "index": 4, "shape": "square" } ], "target": { "color": "blue", "grid_position": [ 0, 2 ], "index": 2, "shape": "square" }, "target_index": 2 }
There are 5 shapes on a 8x8 grid. Which shape is closest to the blue pentagon?
(0, 3)
Target shape: blue pentagon at (1, 0) Distance from target shape to red right_triangle at (3, 6): 8 Distance from target shape to orange rectangle at (0, 3): 4 Distance from target shape to yellow pentagon at (4, 6): 9 Distance from target shape to pink rectangle at (6, 3): 8 Closest shape is the orange rectangle at (0, 3) with distance 4
{ "closest_shape": { "color": "orange", "grid_position": [ 0, 3 ], "index": 1, "shape": "rectangle" }, "grid_size": 8, "shapes": [ { "color": "red", "grid_position": [ 3, 6 ], "index": 0, "shape": "right_triangle" }, { "color": "orange", "grid_position": [ 0, 3 ], "index": 1, "shape": "rectangle" }, { "color": "yellow", "grid_position": [ 4, 6 ], "index": 2, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 1, 0 ], "index": 3, "shape": "pentagon" }, { "color": "pink", "grid_position": [ 6, 3 ], "index": 4, "shape": "rectangle" } ], "target": { "color": "blue", "grid_position": [ 1, 0 ], "index": 3, "shape": "pentagon" }, "target_index": 3 }
There are 7 shapes on a 3x3 grid. Which shape is closest to the cyan trapezoid?
(0, 1)
Target shape: cyan trapezoid at (0, 0) Distance from target shape to purple circle at (2, 0): 2 Distance from target shape to brown square at (2, 2): 4 Distance from target shape to gray square at (0, 1): 1 Distance from target shape to yellow square at (2, 1): 3 Distance from target shape to green equilateral_triangle at (1, 2): 3 Distance from target shape to red equilateral_triangle at (1, 0): 1 Closest shape is the gray square at (0, 1) with distance 1
{ "closest_shape": { "color": "gray", "grid_position": [ 0, 1 ], "index": 2, "shape": "square" }, "grid_size": 3, "shapes": [ { "color": "purple", "grid_position": [ 2, 0 ], "index": 0, "shape": "circle" }, { "color": "brown", "grid_position": [ 2, 2 ], "index": 1, "shape": "square" }, { "color": "gray", "grid_position": [ 0, 1 ], "index": 2, "shape": "square" }, { "color": "yellow", "grid_position": [ 2, 1 ], "index": 3, "shape": "square" }, { "color": "green", "grid_position": [ 1, 2 ], "index": 4, "shape": "equilateral_triangle" }, { "color": "cyan", "grid_position": [ 0, 0 ], "index": 5, "shape": "trapezoid" }, { "color": "red", "grid_position": [ 1, 0 ], "index": 6, "shape": "equilateral_triangle" } ], "target": { "color": "cyan", "grid_position": [ 0, 0 ], "index": 5, "shape": "trapezoid" }, "target_index": 5 }
There are 4 shapes on a 10x10 grid. Which shape is closest to the blue hexagon?
(8, 2)
Target shape: blue hexagon at (9, 3) Distance from target shape to cyan square at (8, 2): 2 Distance from target shape to orange right_triangle at (5, 1): 6 Distance from target shape to pink trapezoid at (8, 0): 4 Closest shape is the cyan square at (8, 2) with distance 2
{ "closest_shape": { "color": "cyan", "grid_position": [ 8, 2 ], "index": 0, "shape": "square" }, "grid_size": 10, "shapes": [ { "color": "cyan", "grid_position": [ 8, 2 ], "index": 0, "shape": "square" }, { "color": "blue", "grid_position": [ 9, 3 ], "index": 1, "shape": "hexagon" }, { "color": "orange", "grid_position": [ 5, 1 ], "index": 2, "shape": "right_triangle" }, { "color": "pink", "grid_position": [ 8, 0 ], "index": 3, "shape": "trapezoid" } ], "target": { "color": "blue", "grid_position": [ 9, 3 ], "index": 1, "shape": "hexagon" }, "target_index": 1 }
There are 3 shapes on a 10x10 grid. Which shape is closest to the red hexagon?
(2, 3)
Target shape: red hexagon at (5, 1) Distance from target shape to green hexagon at (4, 9): 9 Distance from target shape to orange square at (2, 3): 5 Closest shape is the orange square at (2, 3) with distance 5
{ "closest_shape": { "color": "orange", "grid_position": [ 2, 3 ], "index": 1, "shape": "square" }, "grid_size": 10, "shapes": [ { "color": "green", "grid_position": [ 4, 9 ], "index": 0, "shape": "hexagon" }, { "color": "orange", "grid_position": [ 2, 3 ], "index": 1, "shape": "square" }, { "color": "red", "grid_position": [ 5, 1 ], "index": 2, "shape": "hexagon" } ], "target": { "color": "red", "grid_position": [ 5, 1 ], "index": 2, "shape": "hexagon" }, "target_index": 2 }
There are 5 shapes on a 9x9 grid. Which shape is closest to the pink rectangle?
(3, 6)
Target shape: pink rectangle at (2, 6) Distance from target shape to cyan trapezoid at (6, 0): 10 Distance from target shape to orange square at (8, 3): 9 Distance from target shape to red pentagon at (7, 2): 9 Distance from target shape to brown trapezoid at (3, 6): 1 Closest shape is the brown trapezoid at (3, 6) with distance 1
{ "closest_shape": { "color": "brown", "grid_position": [ 3, 6 ], "index": 4, "shape": "trapezoid" }, "grid_size": 9, "shapes": [ { "color": "cyan", "grid_position": [ 6, 0 ], "index": 0, "shape": "trapezoid" }, { "color": "orange", "grid_position": [ 8, 3 ], "index": 1, "shape": "square" }, { "color": "pink", "grid_position": [ 2, 6 ], "index": 2, "shape": "rectangle" }, { "color": "red", "grid_position": [ 7, 2 ], "index": 3, "shape": "pentagon" }, { "color": "brown", "grid_position": [ 3, 6 ], "index": 4, "shape": "trapezoid" } ], "target": { "color": "pink", "grid_position": [ 2, 6 ], "index": 2, "shape": "rectangle" }, "target_index": 2 }
There are 6 shapes on a 3x3 grid. Which shape is closest to the green trapezoid?
(1, 1)
Target shape: green trapezoid at (0, 1) Distance from target shape to brown right_triangle at (1, 1): 1 Distance from target shape to cyan square at (0, 0): 1 Distance from target shape to purple circle at (1, 2): 2 Distance from target shape to yellow equilateral_triangle at (2, 1): 2 Distance from target shape to pink trapezoid at (1, 0): 2 Closest shape is the brown right_triangle at (1, 1) with distance 1
{ "closest_shape": { "color": "brown", "grid_position": [ 1, 1 ], "index": 0, "shape": "right_triangle" }, "grid_size": 3, "shapes": [ { "color": "brown", "grid_position": [ 1, 1 ], "index": 0, "shape": "right_triangle" }, { "color": "cyan", "grid_position": [ 0, 0 ], "index": 1, "shape": "square" }, { "color": "purple", "grid_position": [ 1, 2 ], "index": 2, "shape": "circle" }, { "color": "yellow", "grid_position": [ 2, 1 ], "index": 3, "shape": "equilateral_triangle" }, { "color": "pink", "grid_position": [ 1, 0 ], "index": 4, "shape": "trapezoid" }, { "color": "green", "grid_position": [ 0, 1 ], "index": 5, "shape": "trapezoid" } ], "target": { "color": "green", "grid_position": [ 0, 1 ], "index": 5, "shape": "trapezoid" }, "target_index": 5 }
There are 8 shapes on a 4x4 grid. Which shape is closest to the cyan square?
(1, 3)
Target shape: cyan square at (1, 2) Distance from target shape to red square at (1, 3): 1 Distance from target shape to yellow equilateral_triangle at (2, 2): 1 Distance from target shape to gray equilateral_triangle at (3, 2): 2 Distance from target shape to green pentagon at (2, 3): 2 Distance from target shape to orange pentagon at (2, 1): 2 Distance from target shape to brown square at (3, 1): 3 Distance from target shape to purple equilateral_triangle at (3, 3): 3 Closest shape is the red square at (1, 3) with distance 1
{ "closest_shape": { "color": "red", "grid_position": [ 1, 3 ], "index": 0, "shape": "square" }, "grid_size": 4, "shapes": [ { "color": "red", "grid_position": [ 1, 3 ], "index": 0, "shape": "square" }, { "color": "cyan", "grid_position": [ 1, 2 ], "index": 1, "shape": "square" }, { "color": "yellow", "grid_position": [ 2, 2 ], "index": 2, "shape": "equilateral_triangle" }, { "color": "gray", "grid_position": [ 3, 2 ], "index": 3, "shape": "equilateral_triangle" }, { "color": "green", "grid_position": [ 2, 3 ], "index": 4, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 2, 1 ], "index": 5, "shape": "pentagon" }, { "color": "brown", "grid_position": [ 3, 1 ], "index": 6, "shape": "square" }, { "color": "purple", "grid_position": [ 3, 3 ], "index": 7, "shape": "equilateral_triangle" } ], "target": { "color": "cyan", "grid_position": [ 1, 2 ], "index": 1, "shape": "square" }, "target_index": 1 }
There are 5 shapes on a 8x8 grid. Which shape is closest to the purple equilateral_triangle?
(5, 1)
Target shape: purple equilateral_triangle at (6, 2) Distance from target shape to cyan rectangle at (3, 1): 4 Distance from target shape to yellow square at (2, 6): 8 Distance from target shape to orange rectangle at (5, 7): 6 Distance from target shape to gray right_triangle at (5, 1): 2 Closest shape is the gray right_triangle at (5, 1) with distance 2
{ "closest_shape": { "color": "gray", "grid_position": [ 5, 1 ], "index": 3, "shape": "right_triangle" }, "grid_size": 8, "shapes": [ { "color": "cyan", "grid_position": [ 3, 1 ], "index": 0, "shape": "rectangle" }, { "color": "yellow", "grid_position": [ 2, 6 ], "index": 1, "shape": "square" }, { "color": "orange", "grid_position": [ 5, 7 ], "index": 2, "shape": "rectangle" }, { "color": "gray", "grid_position": [ 5, 1 ], "index": 3, "shape": "right_triangle" }, { "color": "purple", "grid_position": [ 6, 2 ], "index": 4, "shape": "equilateral_triangle" } ], "target": { "color": "purple", "grid_position": [ 6, 2 ], "index": 4, "shape": "equilateral_triangle" }, "target_index": 4 }
There are 6 shapes on a 8x8 grid. Which shape is closest to the brown pentagon?
(3, 5)
Target shape: brown pentagon at (5, 6) Distance from target shape to red rectangle at (3, 5): 3 Distance from target shape to cyan square at (7, 5): 3 Distance from target shape to orange square at (2, 0): 9 Distance from target shape to gray square at (4, 4): 3 Distance from target shape to blue square at (2, 7): 4 Closest shape is the red rectangle at (3, 5) with distance 3
{ "closest_shape": { "color": "red", "grid_position": [ 3, 5 ], "index": 1, "shape": "rectangle" }, "grid_size": 8, "shapes": [ { "color": "brown", "grid_position": [ 5, 6 ], "index": 0, "shape": "pentagon" }, { "color": "red", "grid_position": [ 3, 5 ], "index": 1, "shape": "rectangle" }, { "color": "cyan", "grid_position": [ 7, 5 ], "index": 2, "shape": "square" }, { "color": "orange", "grid_position": [ 2, 0 ], "index": 3, "shape": "square" }, { "color": "gray", "grid_position": [ 4, 4 ], "index": 4, "shape": "square" }, { "color": "blue", "grid_position": [ 2, 7 ], "index": 5, "shape": "square" } ], "target": { "color": "brown", "grid_position": [ 5, 6 ], "index": 0, "shape": "pentagon" }, "target_index": 0 }
There are 3 shapes on a 4x4 grid. Which shape is closest to the purple rectangle?
(0, 1)
Target shape: purple rectangle at (1, 0) Distance from target shape to cyan square at (0, 3): 4 Distance from target shape to pink circle at (0, 1): 2 Closest shape is the pink circle at (0, 1) with distance 2
{ "closest_shape": { "color": "pink", "grid_position": [ 0, 1 ], "index": 2, "shape": "circle" }, "grid_size": 4, "shapes": [ { "color": "purple", "grid_position": [ 1, 0 ], "index": 0, "shape": "rectangle" }, { "color": "cyan", "grid_position": [ 0, 3 ], "index": 1, "shape": "square" }, { "color": "pink", "grid_position": [ 0, 1 ], "index": 2, "shape": "circle" } ], "target": { "color": "purple", "grid_position": [ 1, 0 ], "index": 0, "shape": "rectangle" }, "target_index": 0 }
There are 6 shapes on a 4x4 grid. Which shape is closest to the yellow right_triangle?
(1, 2)
Target shape: yellow right_triangle at (0, 2) Distance from target shape to red rectangle at (1, 2): 1 Distance from target shape to pink equilateral_triangle at (3, 3): 4 Distance from target shape to purple pentagon at (1, 0): 3 Distance from target shape to green hexagon at (3, 1): 4 Distance from target shape to orange circle at (1, 1): 2 Closest shape is the red rectangle at (1, 2) with distance 1
{ "closest_shape": { "color": "red", "grid_position": [ 1, 2 ], "index": 0, "shape": "rectangle" }, "grid_size": 4, "shapes": [ { "color": "red", "grid_position": [ 1, 2 ], "index": 0, "shape": "rectangle" }, { "color": "pink", "grid_position": [ 3, 3 ], "index": 1, "shape": "equilateral_triangle" }, { "color": "purple", "grid_position": [ 1, 0 ], "index": 2, "shape": "pentagon" }, { "color": "yellow", "grid_position": [ 0, 2 ], "index": 3, "shape": "right_triangle" }, { "color": "green", "grid_position": [ 3, 1 ], "index": 4, "shape": "hexagon" }, { "color": "orange", "grid_position": [ 1, 1 ], "index": 5, "shape": "circle" } ], "target": { "color": "yellow", "grid_position": [ 0, 2 ], "index": 3, "shape": "right_triangle" }, "target_index": 3 }
There are 8 shapes on a 10x10 grid. Which shape is closest to the cyan pentagon?
(1, 4)
Target shape: cyan pentagon at (2, 0) Distance from target shape to red circle at (1, 4): 5 Distance from target shape to yellow hexagon at (8, 1): 7 Distance from target shape to blue pentagon at (8, 2): 8 Distance from target shape to orange rectangle at (6, 3): 7 Distance from target shape to brown square at (4, 3): 5 Distance from target shape to pink rectangle at (4, 8): 10 Distance from target shape to green equilateral_triangle at (2, 5): 5 Closest shape is the red circle at (1, 4) with distance 5
{ "closest_shape": { "color": "red", "grid_position": [ 1, 4 ], "index": 0, "shape": "circle" }, "grid_size": 10, "shapes": [ { "color": "red", "grid_position": [ 1, 4 ], "index": 0, "shape": "circle" }, { "color": "yellow", "grid_position": [ 8, 1 ], "index": 1, "shape": "hexagon" }, { "color": "blue", "grid_position": [ 8, 2 ], "index": 2, "shape": "pentagon" }, { "color": "orange", "grid_position": [ 6, 3 ], "index": 3, "shape": "rectangle" }, { "color": "brown", "grid_position": [ 4, 3 ], "index": 4, "shape": "square" }, { "color": "pink", "grid_position": [ 4, 8 ], "index": 5, "shape": "rectangle" }, { "color": "cyan", "grid_position": [ 2, 0 ], "index": 6, "shape": "pentagon" }, { "color": "green", "grid_position": [ 2, 5 ], "index": 7, "shape": "equilateral_triangle" } ], "target": { "color": "cyan", "grid_position": [ 2, 0 ], "index": 6, "shape": "pentagon" }, "target_index": 6 }
There are 2 shapes on a 7x7 grid. Which shape is closest to the purple equilateral_triangle?
(0, 3)
Target shape: purple equilateral_triangle at (1, 6) Distance from target shape to orange square at (0, 3): 4 Closest shape is the orange square at (0, 3) with distance 4
{ "closest_shape": { "color": "orange", "grid_position": [ 0, 3 ], "index": 0, "shape": "square" }, "grid_size": 7, "shapes": [ { "color": "orange", "grid_position": [ 0, 3 ], "index": 0, "shape": "square" }, { "color": "purple", "grid_position": [ 1, 6 ], "index": 1, "shape": "equilateral_triangle" } ], "target": { "color": "purple", "grid_position": [ 1, 6 ], "index": 1, "shape": "equilateral_triangle" }, "target_index": 1 }
There are 6 shapes on a 7x7 grid. Which shape is closest to the red right_triangle?
(3, 2)
Target shape: red right_triangle at (3, 3) Distance from target shape to brown pentagon at (2, 2): 2 Distance from target shape to yellow square at (0, 0): 6 Distance from target shape to cyan equilateral_triangle at (5, 2): 3 Distance from target shape to gray trapezoid at (3, 2): 1 Distance from target shape to orange equilateral_triangle at (1, 5): 4 Closest shape is the gray trapezoid at (3, 2) with distance 1
{ "closest_shape": { "color": "gray", "grid_position": [ 3, 2 ], "index": 4, "shape": "trapezoid" }, "grid_size": 7, "shapes": [ { "color": "brown", "grid_position": [ 2, 2 ], "index": 0, "shape": "pentagon" }, { "color": "red", "grid_position": [ 3, 3 ], "index": 1, "shape": "right_triangle" }, { "color": "yellow", "grid_position": [ 0, 0 ], "index": 2, "shape": "square" }, { "color": "cyan", "grid_position": [ 5, 2 ], "index": 3, "shape": "equilateral_triangle" }, { "color": "gray", "grid_position": [ 3, 2 ], "index": 4, "shape": "trapezoid" }, { "color": "orange", "grid_position": [ 1, 5 ], "index": 5, "shape": "equilateral_triangle" } ], "target": { "color": "red", "grid_position": [ 3, 3 ], "index": 1, "shape": "right_triangle" }, "target_index": 1 }
There are 3 shapes on a 3x3 grid. Which shape is closest to the cyan pentagon?
(1, 2)
Target shape: cyan pentagon at (0, 2) Distance from target shape to green rectangle at (1, 2): 1 Distance from target shape to orange rectangle at (1, 0): 3 Closest shape is the green rectangle at (1, 2) with distance 1
{ "closest_shape": { "color": "green", "grid_position": [ 1, 2 ], "index": 1, "shape": "rectangle" }, "grid_size": 3, "shapes": [ { "color": "cyan", "grid_position": [ 0, 2 ], "index": 0, "shape": "pentagon" }, { "color": "green", "grid_position": [ 1, 2 ], "index": 1, "shape": "rectangle" }, { "color": "orange", "grid_position": [ 1, 0 ], "index": 2, "shape": "rectangle" } ], "target": { "color": "cyan", "grid_position": [ 0, 2 ], "index": 0, "shape": "pentagon" }, "target_index": 0 }
There are 5 shapes on a 3x3 grid. Which shape is closest to the pink hexagon?
(0, 2)
Target shape: pink hexagon at (2, 2) Distance from target shape to orange trapezoid at (0, 1): 3 Distance from target shape to gray equilateral_triangle at (0, 0): 4 Distance from target shape to cyan square at (0, 2): 2 Distance from target shape to green circle at (2, 0): 2 Closest shape is the cyan square at (0, 2) with distance 2
{ "closest_shape": { "color": "cyan", "grid_position": [ 0, 2 ], "index": 3, "shape": "square" }, "grid_size": 3, "shapes": [ { "color": "pink", "grid_position": [ 2, 2 ], "index": 0, "shape": "hexagon" }, { "color": "orange", "grid_position": [ 0, 1 ], "index": 1, "shape": "trapezoid" }, { "color": "gray", "grid_position": [ 0, 0 ], "index": 2, "shape": "equilateral_triangle" }, { "color": "cyan", "grid_position": [ 0, 2 ], "index": 3, "shape": "square" }, { "color": "green", "grid_position": [ 2, 0 ], "index": 4, "shape": "circle" } ], "target": { "color": "pink", "grid_position": [ 2, 2 ], "index": 0, "shape": "hexagon" }, "target_index": 0 }
There are 3 shapes on a 4x4 grid. Which shape is closest to the yellow trapezoid?
(1, 2)
Target shape: yellow trapezoid at (0, 2) Distance from target shape to orange square at (3, 0): 5 Distance from target shape to gray trapezoid at (1, 2): 1 Closest shape is the gray trapezoid at (1, 2) with distance 1
{ "closest_shape": { "color": "gray", "grid_position": [ 1, 2 ], "index": 1, "shape": "trapezoid" }, "grid_size": 4, "shapes": [ { "color": "orange", "grid_position": [ 3, 0 ], "index": 0, "shape": "square" }, { "color": "gray", "grid_position": [ 1, 2 ], "index": 1, "shape": "trapezoid" }, { "color": "yellow", "grid_position": [ 0, 2 ], "index": 2, "shape": "trapezoid" } ], "target": { "color": "yellow", "grid_position": [ 0, 2 ], "index": 2, "shape": "trapezoid" }, "target_index": 2 }
There are 4 shapes on a 5x5 grid. Which shape is closest to the yellow circle?
(1, 1)
Target shape: yellow circle at (3, 1) Distance from target shape to purple right_triangle at (1, 0): 3 Distance from target shape to blue circle at (1, 4): 5 Distance from target shape to orange rectangle at (1, 1): 2 Closest shape is the orange rectangle at (1, 1) with distance 2
{ "closest_shape": { "color": "orange", "grid_position": [ 1, 1 ], "index": 3, "shape": "rectangle" }, "grid_size": 5, "shapes": [ { "color": "yellow", "grid_position": [ 3, 1 ], "index": 0, "shape": "circle" }, { "color": "purple", "grid_position": [ 1, 0 ], "index": 1, "shape": "right_triangle" }, { "color": "blue", "grid_position": [ 1, 4 ], "index": 2, "shape": "circle" }, { "color": "orange", "grid_position": [ 1, 1 ], "index": 3, "shape": "rectangle" } ], "target": { "color": "yellow", "grid_position": [ 3, 1 ], "index": 0, "shape": "circle" }, "target_index": 0 }
There are 8 shapes on a 6x6 grid. Which shape is closest to the green equilateral_triangle?
(1, 2)
Target shape: green equilateral_triangle at (0, 0) Distance from target shape to yellow rectangle at (0, 5): 5 Distance from target shape to gray equilateral_triangle at (4, 5): 9 Distance from target shape to red square at (1, 2): 3 Distance from target shape to blue rectangle at (2, 4): 6 Distance from target shape to pink rectangle at (1, 4): 5 Distance from target shape to cyan equilateral_triangle at (3, 2): 5 Distance from target shape to orange right_triangle at (3, 5): 8 Closest shape is the red square at (1, 2) with distance 3
{ "closest_shape": { "color": "red", "grid_position": [ 1, 2 ], "index": 2, "shape": "square" }, "grid_size": 6, "shapes": [ { "color": "yellow", "grid_position": [ 0, 5 ], "index": 0, "shape": "rectangle" }, { "color": "gray", "grid_position": [ 4, 5 ], "index": 1, "shape": "equilateral_triangle" }, { "color": "red", "grid_position": [ 1, 2 ], "index": 2, "shape": "square" }, { "color": "green", "grid_position": [ 0, 0 ], "index": 3, "shape": "equilateral_triangle" }, { "color": "blue", "grid_position": [ 2, 4 ], "index": 4, "shape": "rectangle" }, { "color": "pink", "grid_position": [ 1, 4 ], "index": 5, "shape": "rectangle" }, { "color": "cyan", "grid_position": [ 3, 2 ], "index": 6, "shape": "equilateral_triangle" }, { "color": "orange", "grid_position": [ 3, 5 ], "index": 7, "shape": "right_triangle" } ], "target": { "color": "green", "grid_position": [ 0, 0 ], "index": 3, "shape": "equilateral_triangle" }, "target_index": 3 }
There are 5 shapes on a 6x6 grid. Which shape is closest to the blue square?
(3, 1)
Target shape: blue square at (5, 0) Distance from target shape to purple equilateral_triangle at (3, 1): 3 Distance from target shape to green square at (3, 5): 7 Distance from target shape to pink right_triangle at (4, 4): 5 Distance from target shape to red square at (1, 3): 7 Closest shape is the purple equilateral_triangle at (3, 1) with distance 3
{ "closest_shape": { "color": "purple", "grid_position": [ 3, 1 ], "index": 0, "shape": "equilateral_triangle" }, "grid_size": 6, "shapes": [ { "color": "purple", "grid_position": [ 3, 1 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "blue", "grid_position": [ 5, 0 ], "index": 1, "shape": "square" }, { "color": "green", "grid_position": [ 3, 5 ], "index": 2, "shape": "square" }, { "color": "pink", "grid_position": [ 4, 4 ], "index": 3, "shape": "right_triangle" }, { "color": "red", "grid_position": [ 1, 3 ], "index": 4, "shape": "square" } ], "target": { "color": "blue", "grid_position": [ 5, 0 ], "index": 1, "shape": "square" }, "target_index": 1 }
There are 3 shapes on a 10x10 grid. Which shape is closest to the yellow circle?
(2, 9)
Target shape: yellow circle at (2, 0) Distance from target shape to gray circle at (2, 9): 9 Distance from target shape to red equilateral_triangle at (8, 5): 11 Closest shape is the gray circle at (2, 9) with distance 9
{ "closest_shape": { "color": "gray", "grid_position": [ 2, 9 ], "index": 0, "shape": "circle" }, "grid_size": 10, "shapes": [ { "color": "gray", "grid_position": [ 2, 9 ], "index": 0, "shape": "circle" }, { "color": "yellow", "grid_position": [ 2, 0 ], "index": 1, "shape": "circle" }, { "color": "red", "grid_position": [ 8, 5 ], "index": 2, "shape": "equilateral_triangle" } ], "target": { "color": "yellow", "grid_position": [ 2, 0 ], "index": 1, "shape": "circle" }, "target_index": 1 }
There are 4 shapes on a 8x8 grid. Which shape is closest to the yellow right_triangle?
(5, 4)
Target shape: yellow right_triangle at (6, 1) Distance from target shape to brown rectangle at (5, 4): 4 Distance from target shape to gray square at (4, 5): 6 Distance from target shape to green hexagon at (3, 5): 7 Closest shape is the brown rectangle at (5, 4) with distance 4
{ "closest_shape": { "color": "brown", "grid_position": [ 5, 4 ], "index": 0, "shape": "rectangle" }, "grid_size": 8, "shapes": [ { "color": "brown", "grid_position": [ 5, 4 ], "index": 0, "shape": "rectangle" }, { "color": "gray", "grid_position": [ 4, 5 ], "index": 1, "shape": "square" }, { "color": "yellow", "grid_position": [ 6, 1 ], "index": 2, "shape": "right_triangle" }, { "color": "green", "grid_position": [ 3, 5 ], "index": 3, "shape": "hexagon" } ], "target": { "color": "yellow", "grid_position": [ 6, 1 ], "index": 2, "shape": "right_triangle" }, "target_index": 2 }
There are 2 shapes on a 4x4 grid. Which shape is closest to the orange hexagon?
(2, 1)
Target shape: orange hexagon at (1, 3) Distance from target shape to purple trapezoid at (2, 1): 3 Closest shape is the purple trapezoid at (2, 1) with distance 3
{ "closest_shape": { "color": "purple", "grid_position": [ 2, 1 ], "index": 1, "shape": "trapezoid" }, "grid_size": 4, "shapes": [ { "color": "orange", "grid_position": [ 1, 3 ], "index": 0, "shape": "hexagon" }, { "color": "purple", "grid_position": [ 2, 1 ], "index": 1, "shape": "trapezoid" } ], "target": { "color": "orange", "grid_position": [ 1, 3 ], "index": 0, "shape": "hexagon" }, "target_index": 0 }
There are 8 shapes on a 5x5 grid. Which shape is closest to the yellow rectangle?
(3, 0)
Target shape: yellow rectangle at (4, 1) Distance from target shape to cyan equilateral_triangle at (1, 2): 4 Distance from target shape to purple rectangle at (3, 0): 2 Distance from target shape to brown equilateral_triangle at (0, 4): 7 Distance from target shape to orange right_triangle at (2, 4): 5 Distance from target shape to blue trapezoid at (1, 0): 4 Distance from target shape to red square at (0, 2): 5 Distance from target shape to green rectangle at (1, 1): 3 Closest shape is the purple rectangle at (3, 0) with distance 2
{ "closest_shape": { "color": "purple", "grid_position": [ 3, 0 ], "index": 2, "shape": "rectangle" }, "grid_size": 5, "shapes": [ { "color": "cyan", "grid_position": [ 1, 2 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "yellow", "grid_position": [ 4, 1 ], "index": 1, "shape": "rectangle" }, { "color": "purple", "grid_position": [ 3, 0 ], "index": 2, "shape": "rectangle" }, { "color": "brown", "grid_position": [ 0, 4 ], "index": 3, "shape": "equilateral_triangle" }, { "color": "orange", "grid_position": [ 2, 4 ], "index": 4, "shape": "right_triangle" }, { "color": "blue", "grid_position": [ 1, 0 ], "index": 5, "shape": "trapezoid" }, { "color": "red", "grid_position": [ 0, 2 ], "index": 6, "shape": "square" }, { "color": "green", "grid_position": [ 1, 1 ], "index": 7, "shape": "rectangle" } ], "target": { "color": "yellow", "grid_position": [ 4, 1 ], "index": 1, "shape": "rectangle" }, "target_index": 1 }
There are 6 shapes on a 3x3 grid. Which shape is closest to the orange square?
(1, 0)
Target shape: orange square at (1, 1) Distance from target shape to gray equilateral_triangle at (1, 0): 1 Distance from target shape to blue equilateral_triangle at (0, 0): 2 Distance from target shape to yellow right_triangle at (1, 2): 1 Distance from target shape to pink pentagon at (2, 0): 2 Distance from target shape to brown circle at (2, 2): 2 Closest shape is the gray equilateral_triangle at (1, 0) with distance 1
{ "closest_shape": { "color": "gray", "grid_position": [ 1, 0 ], "index": 0, "shape": "equilateral_triangle" }, "grid_size": 3, "shapes": [ { "color": "gray", "grid_position": [ 1, 0 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "blue", "grid_position": [ 0, 0 ], "index": 1, "shape": "equilateral_triangle" }, { "color": "yellow", "grid_position": [ 1, 2 ], "index": 2, "shape": "right_triangle" }, { "color": "orange", "grid_position": [ 1, 1 ], "index": 3, "shape": "square" }, { "color": "pink", "grid_position": [ 2, 0 ], "index": 4, "shape": "pentagon" }, { "color": "brown", "grid_position": [ 2, 2 ], "index": 5, "shape": "circle" } ], "target": { "color": "orange", "grid_position": [ 1, 1 ], "index": 3, "shape": "square" }, "target_index": 3 }
There are 8 shapes on a 4x4 grid. Which shape is closest to the yellow right_triangle?
(1, 3)
Target shape: yellow right_triangle at (0, 3) Distance from target shape to red rectangle at (2, 1): 4 Distance from target shape to brown circle at (1, 3): 1 Distance from target shape to cyan rectangle at (0, 2): 1 Distance from target shape to orange pentagon at (2, 3): 2 Distance from target shape to blue circle at (2, 0): 5 Distance from target shape to pink trapezoid at (2, 2): 3 Distance from target shape to gray circle at (3, 0): 6 Closest shape is the brown circle at (1, 3) with distance 1
{ "closest_shape": { "color": "brown", "grid_position": [ 1, 3 ], "index": 1, "shape": "circle" }, "grid_size": 4, "shapes": [ { "color": "red", "grid_position": [ 2, 1 ], "index": 0, "shape": "rectangle" }, { "color": "brown", "grid_position": [ 1, 3 ], "index": 1, "shape": "circle" }, { "color": "cyan", "grid_position": [ 0, 2 ], "index": 2, "shape": "rectangle" }, { "color": "yellow", "grid_position": [ 0, 3 ], "index": 3, "shape": "right_triangle" }, { "color": "orange", "grid_position": [ 2, 3 ], "index": 4, "shape": "pentagon" }, { "color": "blue", "grid_position": [ 2, 0 ], "index": 5, "shape": "circle" }, { "color": "pink", "grid_position": [ 2, 2 ], "index": 6, "shape": "trapezoid" }, { "color": "gray", "grid_position": [ 3, 0 ], "index": 7, "shape": "circle" } ], "target": { "color": "yellow", "grid_position": [ 0, 3 ], "index": 3, "shape": "right_triangle" }, "target_index": 3 }
There are 6 shapes on a 7x7 grid. Which shape is closest to the yellow rectangle?
(2, 5)
Target shape: yellow rectangle at (6, 6) Distance from target shape to blue square at (0, 6): 6 Distance from target shape to purple circle at (0, 1): 11 Distance from target shape to pink rectangle at (0, 3): 9 Distance from target shape to brown square at (6, 0): 6 Distance from target shape to gray square at (2, 5): 5 Closest shape is the gray square at (2, 5) with distance 5
{ "closest_shape": { "color": "gray", "grid_position": [ 2, 5 ], "index": 5, "shape": "square" }, "grid_size": 7, "shapes": [ { "color": "blue", "grid_position": [ 0, 6 ], "index": 0, "shape": "square" }, { "color": "purple", "grid_position": [ 0, 1 ], "index": 1, "shape": "circle" }, { "color": "pink", "grid_position": [ 0, 3 ], "index": 2, "shape": "rectangle" }, { "color": "yellow", "grid_position": [ 6, 6 ], "index": 3, "shape": "rectangle" }, { "color": "brown", "grid_position": [ 6, 0 ], "index": 4, "shape": "square" }, { "color": "gray", "grid_position": [ 2, 5 ], "index": 5, "shape": "square" } ], "target": { "color": "yellow", "grid_position": [ 6, 6 ], "index": 3, "shape": "rectangle" }, "target_index": 3 }
There are 2 shapes on a 10x10 grid. Which shape is closest to the brown circle?
(9, 9)
Target shape: brown circle at (5, 4) Distance from target shape to green equilateral_triangle at (9, 9): 9 Closest shape is the green equilateral_triangle at (9, 9) with distance 9
{ "closest_shape": { "color": "green", "grid_position": [ 9, 9 ], "index": 1, "shape": "equilateral_triangle" }, "grid_size": 10, "shapes": [ { "color": "brown", "grid_position": [ 5, 4 ], "index": 0, "shape": "circle" }, { "color": "green", "grid_position": [ 9, 9 ], "index": 1, "shape": "equilateral_triangle" } ], "target": { "color": "brown", "grid_position": [ 5, 4 ], "index": 0, "shape": "circle" }, "target_index": 0 }
There are 5 shapes on a 5x5 grid. Which shape is closest to the red hexagon?
(1, 2)
Target shape: red hexagon at (1, 1) Distance from target shape to orange trapezoid at (0, 2): 2 Distance from target shape to yellow hexagon at (1, 2): 1 Distance from target shape to pink equilateral_triangle at (0, 0): 2 Distance from target shape to brown hexagon at (2, 0): 2 Closest shape is the yellow hexagon at (1, 2) with distance 1
{ "closest_shape": { "color": "yellow", "grid_position": [ 1, 2 ], "index": 1, "shape": "hexagon" }, "grid_size": 5, "shapes": [ { "color": "orange", "grid_position": [ 0, 2 ], "index": 0, "shape": "trapezoid" }, { "color": "yellow", "grid_position": [ 1, 2 ], "index": 1, "shape": "hexagon" }, { "color": "pink", "grid_position": [ 0, 0 ], "index": 2, "shape": "equilateral_triangle" }, { "color": "brown", "grid_position": [ 2, 0 ], "index": 3, "shape": "hexagon" }, { "color": "red", "grid_position": [ 1, 1 ], "index": 4, "shape": "hexagon" } ], "target": { "color": "red", "grid_position": [ 1, 1 ], "index": 4, "shape": "hexagon" }, "target_index": 4 }
There are 8 shapes on a 5x5 grid. Which shape is closest to the brown square?
(4, 1)
Target shape: brown square at (3, 0) Distance from target shape to orange circle at (2, 2): 3 Distance from target shape to cyan hexagon at (0, 0): 3 Distance from target shape to pink square at (2, 4): 5 Distance from target shape to blue equilateral_triangle at (0, 1): 4 Distance from target shape to red pentagon at (0, 4): 7 Distance from target shape to green pentagon at (4, 1): 2 Distance from target shape to gray square at (4, 2): 3 Closest shape is the green pentagon at (4, 1) with distance 2
{ "closest_shape": { "color": "green", "grid_position": [ 4, 1 ], "index": 6, "shape": "pentagon" }, "grid_size": 5, "shapes": [ { "color": "brown", "grid_position": [ 3, 0 ], "index": 0, "shape": "square" }, { "color": "orange", "grid_position": [ 2, 2 ], "index": 1, "shape": "circle" }, { "color": "cyan", "grid_position": [ 0, 0 ], "index": 2, "shape": "hexagon" }, { "color": "pink", "grid_position": [ 2, 4 ], "index": 3, "shape": "square" }, { "color": "blue", "grid_position": [ 0, 1 ], "index": 4, "shape": "equilateral_triangle" }, { "color": "red", "grid_position": [ 0, 4 ], "index": 5, "shape": "pentagon" }, { "color": "green", "grid_position": [ 4, 1 ], "index": 6, "shape": "pentagon" }, { "color": "gray", "grid_position": [ 4, 2 ], "index": 7, "shape": "square" } ], "target": { "color": "brown", "grid_position": [ 3, 0 ], "index": 0, "shape": "square" }, "target_index": 0 }
There are 4 shapes on a 3x3 grid. Which shape is closest to the yellow right_triangle?
(1, 2)
Target shape: yellow right_triangle at (1, 1) Distance from target shape to red right_triangle at (2, 0): 2 Distance from target shape to brown right_triangle at (1, 2): 1 Distance from target shape to green trapezoid at (0, 2): 2 Closest shape is the brown right_triangle at (1, 2) with distance 1
{ "closest_shape": { "color": "brown", "grid_position": [ 1, 2 ], "index": 2, "shape": "right_triangle" }, "grid_size": 3, "shapes": [ { "color": "yellow", "grid_position": [ 1, 1 ], "index": 0, "shape": "right_triangle" }, { "color": "red", "grid_position": [ 2, 0 ], "index": 1, "shape": "right_triangle" }, { "color": "brown", "grid_position": [ 1, 2 ], "index": 2, "shape": "right_triangle" }, { "color": "green", "grid_position": [ 0, 2 ], "index": 3, "shape": "trapezoid" } ], "target": { "color": "yellow", "grid_position": [ 1, 1 ], "index": 0, "shape": "right_triangle" }, "target_index": 0 }
There are 5 shapes on a 8x8 grid. Which shape is closest to the gray right_triangle?
(2, 1)
Target shape: gray right_triangle at (3, 0) Distance from target shape to cyan rectangle at (5, 1): 3 Distance from target shape to green equilateral_triangle at (3, 7): 7 Distance from target shape to yellow right_triangle at (2, 1): 2 Distance from target shape to brown right_triangle at (5, 4): 6 Closest shape is the yellow right_triangle at (2, 1) with distance 2
{ "closest_shape": { "color": "yellow", "grid_position": [ 2, 1 ], "index": 3, "shape": "right_triangle" }, "grid_size": 8, "shapes": [ { "color": "cyan", "grid_position": [ 5, 1 ], "index": 0, "shape": "rectangle" }, { "color": "gray", "grid_position": [ 3, 0 ], "index": 1, "shape": "right_triangle" }, { "color": "green", "grid_position": [ 3, 7 ], "index": 2, "shape": "equilateral_triangle" }, { "color": "yellow", "grid_position": [ 2, 1 ], "index": 3, "shape": "right_triangle" }, { "color": "brown", "grid_position": [ 5, 4 ], "index": 4, "shape": "right_triangle" } ], "target": { "color": "gray", "grid_position": [ 3, 0 ], "index": 1, "shape": "right_triangle" }, "target_index": 1 }
There are 2 shapes on a 10x10 grid. Which shape is closest to the brown right_triangle?
(2, 2)
Target shape: brown right_triangle at (2, 8) Distance from target shape to green trapezoid at (2, 2): 6 Closest shape is the green trapezoid at (2, 2) with distance 6
{ "closest_shape": { "color": "green", "grid_position": [ 2, 2 ], "index": 1, "shape": "trapezoid" }, "grid_size": 10, "shapes": [ { "color": "brown", "grid_position": [ 2, 8 ], "index": 0, "shape": "right_triangle" }, { "color": "green", "grid_position": [ 2, 2 ], "index": 1, "shape": "trapezoid" } ], "target": { "color": "brown", "grid_position": [ 2, 8 ], "index": 0, "shape": "right_triangle" }, "target_index": 0 }
There are 4 shapes on a 6x6 grid. Which shape is closest to the purple right_triangle?
(1, 4)
Target shape: purple right_triangle at (0, 2) Distance from target shape to pink circle at (1, 5): 4 Distance from target shape to yellow trapezoid at (1, 4): 3 Distance from target shape to red pentagon at (3, 2): 3 Closest shape is the yellow trapezoid at (1, 4) with distance 3
{ "closest_shape": { "color": "yellow", "grid_position": [ 1, 4 ], "index": 2, "shape": "trapezoid" }, "grid_size": 6, "shapes": [ { "color": "pink", "grid_position": [ 1, 5 ], "index": 0, "shape": "circle" }, { "color": "purple", "grid_position": [ 0, 2 ], "index": 1, "shape": "right_triangle" }, { "color": "yellow", "grid_position": [ 1, 4 ], "index": 2, "shape": "trapezoid" }, { "color": "red", "grid_position": [ 3, 2 ], "index": 3, "shape": "pentagon" } ], "target": { "color": "purple", "grid_position": [ 0, 2 ], "index": 1, "shape": "right_triangle" }, "target_index": 1 }
There are 3 shapes on a 4x4 grid. Which shape is closest to the red trapezoid?
(2, 1)
Target shape: red trapezoid at (3, 2) Distance from target shape to yellow equilateral_triangle at (2, 1): 2 Distance from target shape to orange right_triangle at (0, 2): 3 Closest shape is the yellow equilateral_triangle at (2, 1) with distance 2
{ "closest_shape": { "color": "yellow", "grid_position": [ 2, 1 ], "index": 0, "shape": "equilateral_triangle" }, "grid_size": 4, "shapes": [ { "color": "yellow", "grid_position": [ 2, 1 ], "index": 0, "shape": "equilateral_triangle" }, { "color": "orange", "grid_position": [ 0, 2 ], "index": 1, "shape": "right_triangle" }, { "color": "red", "grid_position": [ 3, 2 ], "index": 2, "shape": "trapezoid" } ], "target": { "color": "red", "grid_position": [ 3, 2 ], "index": 2, "shape": "trapezoid" }, "target_index": 2 }
There are 5 shapes on a 3x3 grid. Which shape is closest to the orange pentagon?
(0, 1)
Target shape: orange pentagon at (0, 0) Distance from target shape to yellow right_triangle at (0, 2): 2 Distance from target shape to pink right_triangle at (0, 1): 1 Distance from target shape to brown equilateral_triangle at (2, 0): 2 Distance from target shape to green equilateral_triangle at (1, 1): 2 Closest shape is the pink right_triangle at (0, 1) with distance 1
{ "closest_shape": { "color": "pink", "grid_position": [ 0, 1 ], "index": 2, "shape": "right_triangle" }, "grid_size": 3, "shapes": [ { "color": "yellow", "grid_position": [ 0, 2 ], "index": 0, "shape": "right_triangle" }, { "color": "orange", "grid_position": [ 0, 0 ], "index": 1, "shape": "pentagon" }, { "color": "pink", "grid_position": [ 0, 1 ], "index": 2, "shape": "right_triangle" }, { "color": "brown", "grid_position": [ 2, 0 ], "index": 3, "shape": "equilateral_triangle" }, { "color": "green", "grid_position": [ 1, 1 ], "index": 4, "shape": "equilateral_triangle" } ], "target": { "color": "orange", "grid_position": [ 0, 0 ], "index": 1, "shape": "pentagon" }, "target_index": 1 }
There are 5 shapes on a 4x4 grid. Which shape is closest to the brown pentagon?
(2, 3)
Target shape: brown pentagon at (1, 3) Distance from target shape to cyan right_triangle at (2, 3): 1 Distance from target shape to red square at (2, 0): 4 Distance from target shape to green square at (2, 2): 2 Distance from target shape to blue circle at (0, 2): 2 Closest shape is the cyan right_triangle at (2, 3) with distance 1
{ "closest_shape": { "color": "cyan", "grid_position": [ 2, 3 ], "index": 0, "shape": "right_triangle" }, "grid_size": 4, "shapes": [ { "color": "cyan", "grid_position": [ 2, 3 ], "index": 0, "shape": "right_triangle" }, { "color": "red", "grid_position": [ 2, 0 ], "index": 1, "shape": "square" }, { "color": "green", "grid_position": [ 2, 2 ], "index": 2, "shape": "square" }, { "color": "blue", "grid_position": [ 0, 2 ], "index": 3, "shape": "circle" }, { "color": "brown", "grid_position": [ 1, 3 ], "index": 4, "shape": "pentagon" } ], "target": { "color": "brown", "grid_position": [ 1, 3 ], "index": 4, "shape": "pentagon" }, "target_index": 4 }
There are 6 shapes on a 3x3 grid. Which shape is closest to the red rectangle?
(1, 1)
Target shape: red rectangle at (0, 1) Distance from target shape to cyan right_triangle at (1, 2): 2 Distance from target shape to blue pentagon at (2, 0): 3 Distance from target shape to pink hexagon at (2, 1): 2 Distance from target shape to gray pentagon at (1, 1): 1 Distance from target shape to purple rectangle at (2, 2): 3 Closest shape is the gray pentagon at (1, 1) with distance 1
{ "closest_shape": { "color": "gray", "grid_position": [ 1, 1 ], "index": 4, "shape": "pentagon" }, "grid_size": 3, "shapes": [ { "color": "cyan", "grid_position": [ 1, 2 ], "index": 0, "shape": "right_triangle" }, { "color": "blue", "grid_position": [ 2, 0 ], "index": 1, "shape": "pentagon" }, { "color": "red", "grid_position": [ 0, 1 ], "index": 2, "shape": "rectangle" }, { "color": "pink", "grid_position": [ 2, 1 ], "index": 3, "shape": "hexagon" }, { "color": "gray", "grid_position": [ 1, 1 ], "index": 4, "shape": "pentagon" }, { "color": "purple", "grid_position": [ 2, 2 ], "index": 5, "shape": "rectangle" } ], "target": { "color": "red", "grid_position": [ 0, 1 ], "index": 2, "shape": "rectangle" }, "target_index": 2 }
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
2