File size: 2,237 Bytes
58bc84f | 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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | {
"task with actions": [
{
"task_index": 0,
"task": "Learn how to view and sort items by price and find items within a specific price range.",
"actions": []
},
{
"task_index": 1,
"task": "Navigate to the television category to view available televisions.",
"actions": [
{
"index": 0,
"start": 20.5,
"end": 23.7,
"text": "Click on the 'Television' category."
}
]
},
{
"task_index": 2,
"task": "Sort items by price to organize them from cheapest to most expensive or vice versa.",
"actions": [
{
"index": 1,
"start": 39.8,
"end": 40.7,
"text": "Click the 'Sort By' button."
},
{
"index": 2,
"start": 54.0,
"end": 55.3,
"text": "Click 'Price' to sort items by price."
},
{
"index": 3,
"start": 64.1,
"end": 64.6,
"text": "Click the arrow button to toggle between ascending and descending order."
}
]
},
{
"task_index": 3,
"task": "Add televisions within a specific price range to your cart.",
"actions": [
{
"index": 4,
"start": 87.8,
"end": 88.4,
"text": "Add TVs within your desired price range to the cart."
}
]
},
{
"task_index": 4,
"task": "Adjust your budget and add items to your wish list if they exceed your current budget.",
"actions": [
{
"index": 5,
"start": 126.7,
"end": 128.1,
"text": "Add the selected item to your wish list."
}
]
}
]
} |