File size: 2,956 Bytes
8c06058
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
    "task with actions": [
        {
            "task_index": 0,
            "task": "Navigate to the reports section and access the best sellers report.",
            "actions": [
                {
                    "index": 0,
                    "start": 21.2,
                    "end": 22.3,
                    "text": "Navigate to 'Reports' on the left-hand side."
                },
                {
                    "index": 1,
                    "start": 26.0,
                    "end": 27.5,
                    "text": "Click 'Best Sellers' under 'Products'."
                }
            ]
        },
        {
            "task_index": 1,
            "task": "Set the period to yearly, specify the start and end dates for 2023, and generate the report to view the best-selling products.",
            "actions": [
                {
                    "index": 2,
                    "start": 40.2,
                    "end": 42.8,
                    "text": "Set the period to 'Yearly'."
                },
                {
                    "index": 3,
                    "start": 43.3,
                    "end": 45.0,
                    "text": "Set the start date for when all products are sold."
                },
                {
                    "index": 4,
                    "start": 49.4,
                    "end": 50.0,
                    "text": "Set the end date."
                },
                {
                    "index": 5,
                    "start": 69.6,
                    "end": 71.4,
                    "text": "Click 'Show Report'."
                }
            ]
        },
        {
            "task_index": 2,
            "task": "Access the order total report under customers, specify the date range from January 2021 to 2023, and generate the report to identify the top customer.",
            "actions": [
                {
                    "index": 8,
                    "start": 96.6,
                    "end": 97.5,
                    "text": "Navigate to 'Order Total' under 'Customers'."
                }
            ]
        },
        {
            "task_index": 3,
            "task": "Access the search terms report under marketing to view the most searched items.",
            "actions": [
                {
                    "index": 9,
                    "start": 188.1,
                    "end": 192.1,
                    "text": "Click the 'Reports' tab and then click 'Search Terms' under 'Marketing'."
                }
            ]
        },
        {
            "task_index": 4,
            "task": "Sort the search terms by hits to identify the least and most searched items.",
            "actions": [
                {
                    "index": 10,
                    "start": 213.5,
                    "end": 216.2,
                    "text": "Sort by 'Hits' by clicking 'Hits'."
                }
            ]
        }
    ]
}