File size: 1,732 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
{
    "projects": [
        {
            "project_index": 0,
            "project_title": "How to identify and search for relevant customer reviews",
            "tasks": [
                {
                    "index": 0,
                    "start": 0.0,
                    "end": 19.4,
                    "text": "Identify relevant customer reviews by querying for key terms."
                },
                {
                    "index": 1,
                    "start": 20.1,
                    "end": 33.0,
                    "text": "Search for reviews mentioning a specific brand or product."
                }
            ]
        },
        {
            "project_index": 1,
            "project_title": "How to locate and filter customer records based on reviews",
            "tasks": [
                {
                    "index": 2,
                    "start": 34.1,
                    "end": 67.7,
                    "text": "Locate the customer who left the review and filter customer records by name."
                }
            ]
        },
        {
            "project_index": 2,
            "project_title": "How to review and manage customer account information",
            "tasks": [
                {
                    "index": 3,
                    "start": 69.3,
                    "end": 89.1,
                    "text": "Review customer account information and identify multiple accounts if present."
                },
                {
                    "index": 4,
                    "start": 101.2,
                    "end": 110.7,
                    "text": "Access and edit detailed customer information if necessary."
                }
            ]
        }
    ]
}