File size: 1,005 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 |
{
"tasks": [
{
"index": 0,
"start": 4.7,
"end": 11.8,
"text": "Learn how to view and sort items by price and find items within a specific price range."
},
{
"index": 1,
"start": 19.2,
"end": 24.2,
"text": "Navigate to the television category to view available televisions."
},
{
"index": 2,
"start": 38.8,
"end": 40.9,
"text": "Sort items by price to organize them from cheapest to most expensive or vice versa."
},
{
"index": 3,
"start": 79.2,
"end": 88.6,
"text": "Add televisions within a specific price range to your cart."
},
{
"index": 4,
"start": 122.1,
"end": 126.4,
"text": "Adjust your budget and add items to your wish list if they exceed your current budget."
}
]
} |