File size: 1,108 Bytes
411baf4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"projects": [
{
"project_index": 0,
"project_title": "How to identify and add items using spatial reasoning",
"tasks": [
{
"index": 0,
"start": 1.2,
"end": 22.0,
"text": "Identify the desired item based on its position in the layout grid."
},
{
"index": 1,
"start": 50.3,
"end": 57.1,
"text": "Locate the item in the specified row and column."
},
{
"index": 2,
"start": 65.4,
"end": 92.6,
"text": "Add the identified item to the wishlist or cart."
},
{
"index": 3,
"start": 109.2,
"end": 116.5,
"text": "Understand the layout to efficiently add items to the cart or wishlist."
}
]
}
]
} |