{
"task": "maze",
"category": "sequential_traversal",
"count": 5,
"items": [
{
"image": "images/maze_00000.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in ... tags.",
"answer": "E-F"
},
{
"image": "images/maze_00001.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in ... tags.",
"answer": "C-E"
},
{
"image": "images/maze_00002.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in ... tags.",
"answer": "A-G"
},
{
"image": "images/maze_00003.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in ... tags.",
"answer": "C-G"
},
{
"image": "images/maze_00004.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in ... tags.",
"answer": "B-C"
}
]
}