File size: 2,021 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
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
{
    "task with actions": [
        {
            "task_index": 0,
            "task": "Identify the desired item based on its position in the layout grid.",
            "actions": [
                {
                    "index": 0,
                    "start": 15.1,
                    "end": 15.7,
                    "text": "Identify the item you want to add from the first row."
                },
                {
                    "index": 1,
                    "start": 36.6,
                    "end": 37.7,
                    "text": "Move the mouse over the first column to highlight items."
                }
            ]
        },
        {
            "task_index": 1,
            "task": "Locate the item in the specified row and column.",
            "actions": [
                {
                    "index": 2,
                    "start": 50.8,
                    "end": 55.3,
                    "text": "Identify the item in the third row and third column."
                }
            ]
        },
        {
            "task_index": 2,
            "task": "Add the identified item to the wishlist or cart.",
            "actions": [
                {
                    "index": 6,
                    "start": 89.4,
                    "end": 90.6,
                    "text": "Add the whey protein to the wishlist."
                },
                {
                    "index": 7,
                    "start": 95.5,
                    "end": 96.0,
                    "text": "Add the whey protein to the cart."
                }
            ]
        },
        {
            "task_index": 3,
            "task": "Understand the layout to efficiently add items to the cart or wishlist.",
            "actions": [
                {
                    "index": 4,
                    "start": 76.5,
                    "end": 86.5,
                    "text": "Identify the item in the first row and second column for protein."
                }
            ]
        }
    ]
}