File size: 1,777 Bytes
5fab11f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "projects": [
        {
            "project_index": 0,
            "project_title": "How to filter and review customer information",
            "tasks": [
                {
                    "index": 0,
                    "start": 0.1,
                    "end": 23.6,
                    "text": "Navigate to the 'All Customers' section to view customer information."
                },
                {
                    "index": 1,
                    "start": 25.7,
                    "end": 38.3,
                    "text": "Apply a filter using a specific phone number to find relevant customers."
                },
                {
                    "index": 2,
                    "start": 44.4,
                    "end": 50.1,
                    "text": "Review the filtered customer information."
                },
                {
                    "index": 3,
                    "start": 60.2,
                    "end": 86.8,
                    "text": "Apply a filter based on the time customers joined, specifying a date range."
                }
            ]
        },
        {
            "project_index": 1,
            "project_title": "How to customize and access detailed customer information",
            "tasks": [
                {
                    "index": 4,
                    "start": 97.3,
                    "end": 107.5,
                    "text": "Customize the view by selecting additional columns for more information."
                },
                {
                    "index": 5,
                    "start": 114.7,
                    "end": 140.1,
                    "text": "Access detailed customer information by selecting the edit option."
                }
            ]
        }
    ]
}