-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path133_label.json
21 lines (21 loc) · 2.54 KB
/
133_label.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"id": 133,
"pattern": "Spatial Relationship",
"task_configuration": "Sequence",
"avr_question": "You are given a puzzle. The puzzle consists of a question part on the top and the choices part in the bottom. The question part on the top is a set of visual panels arranged in a 1 by 6 sequence, with the last piece missing. Choices part on the bottom contains 4 choices (marked by 1, 2, 3, or 4). Which choice (either 1, 2, 3, or 4) is the most appropriate answer to fill the missing part?",
"explanation": "The shapes in the question all intersect on the surface, so consider the shape of the intersecting surface. It is known that the shapes of the intersecting surfaces of the figures are all pentagons, so you should also choose a figure whose intersecting surfaces are pentagons at the question mark. Only item A is consistent.",
"answer": 1,
"f_perception_question": "You are given a puzzle. The puzzle consists of a context part on the top and the choices part in the bottom. The context part on the top is a set of visual grids arranged in a 6 by 1 sequence, with the last piece missing. Choices part on the bottom contains 4 choices (marked by 1, 2, 3, or 4). Is there a hexagon or a triangle inside of the circle in choice 4?",
"f_perception_answer": "hexagon",
"f_perception_distractor": "triangle",
"c_perception_question_tuple": [
"You are given a puzzle. The puzzle consists of a context part on the top and the choices part in the bottom. The context part on the top contains some grids with the last missing blank grid to be completed. The choices part on the bottome conatin a sequence of grids representing the possible choices. How many grids, including the blank grid, are there in the context part?",
"You are given a puzzle. The puzzle consists of a context part on the top and the choices part in the bottom. The context part on the top contains some grids with the last missing blank grid to be completed. The choices part on the bottome conatin a sequence of grids representing the possible choices. How many grids are there in the choices part?",
"You are given a puzzle. The puzzle consists of a context part on the top and the choices part in the bottom. The context part on the top contains some grids with the last missing blank grid to be completed. The choices part on the bottome conatin a sequence of grids representing the possible choices. How many grids, including the blank grid, are there in the whole puzzle?"
],
"c_perception_answer_tuple": [
6,
4,
10
]
}