File size: 3,677 Bytes
ad05f5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
    "task with actions": [
        {
            "task_index": 0,
            "task": "Identify relevant customer reviews by querying for key terms.",
            "actions": [
                {
                    "index": 1,
                    "start": 8.1,
                    "end": 9.4,
                    "text": "Navigate to 'All Reviews'."
                },
                {
                    "index": 2,
                    "start": 16.7,
                    "end": 18.7,
                    "text": "Query for relevant review information."
                }
            ]
        },
        {
            "task_index": 1,
            "task": "Search for reviews mentioning a specific brand or product.",
            "actions": [
                {
                    "index": 3,
                    "start": 20.8,
                    "end": 26.0,
                    "text": "Search for reviews with the key term 'purchase' and the 'Olivia' brand."
                },
                {
                    "index": 4,
                    "start": 32.0,
                    "end": 32.6,
                    "text": "Press 'Enter' to execute the search."
                }
            ]
        },
        {
            "task_index": 2,
            "task": "Locate the customer who left the review and filter customer records by name.",
            "actions": [
                {
                    "index": 5,
                    "start": 44.5,
                    "end": 46.6,
                    "text": "View customer information for 'Jane Smith'."
                },
                {
                    "index": 6,
                    "start": 52.4,
                    "end": 55.0,
                    "text": "Navigate to 'All Customers'."
                },
                {
                    "index": 7,
                    "start": 60.3,
                    "end": 62.6,
                    "text": "Filter by the name 'Jane Smith'."
                },
                {
                    "index": 8,
                    "start": 66.7,
                    "end": 69.3,
                    "text": "Apply filters to find accounts under 'Jane Smith'."
                }
            ]
        },
        {
            "task_index": 3,
            "task": "Review customer account information and identify multiple accounts if present.",
            "actions": [
                {
                    "index": 5,
                    "start": 44.5,
                    "end": 46.6,
                    "text": "View customer information for 'Jane Smith'."
                },
                {
                    "index": 7,
                    "start": 60.3,
                    "end": 62.6,
                    "text": "Filter by the name 'Jane Smith'."
                },
                {
                    "index": 8,
                    "start": 66.7,
                    "end": 69.3,
                    "text": "Apply filters to find accounts under 'Jane Smith'."
                }
            ]
        },
        {
            "task_index": 4,
            "task": "Access and edit detailed customer information if necessary.",
            "actions": [
                {
                    "index": 9,
                    "start": 91.7,
                    "end": 94.2,
                    "text": "View more detailed information by selecting additional columns."
                },
                {
                    "index": 10,
                    "start": 102.6,
                    "end": 110.5,
                    "text": "Edit information for 'Jane Smith' by pressing 'Edit'."
                }
            ]
        }
    ]
}