File size: 3,364 Bytes
2ce1c3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "task with actions": [
        {
            "task_index": 0,
            "task": "Navigate to your profile.",
            "actions": [
                {
                    "index": 0,
                    "start": 9.3,
                    "end": 12.7,
                    "text": "Click the 'Menu' button to open the dropdown."
                },
                {
                    "index": 1,
                    "start": 12.7,
                    "end": 13.5,
                    "text": "Click 'Profile' from the dropdown menu."
                }
            ]
        },
        {
            "task_index": 1,
            "task": "Access the submissions section.",
            "actions": [
                {
                    "index": 2,
                    "start": 19.0,
                    "end": 19.6,
                    "text": "Click 'Submissions' to view your posts."
                }
            ]
        },
        {
            "task_index": 2,
            "task": "Select a post to edit.",
            "actions": [
                {
                    "index": 3,
                    "start": 25.4,
                    "end": 25.6,
                    "text": "Click 'Edit' on the post you want to modify."
                }
            ]
        },
        {
            "task_index": 3,
            "task": "Modify the title and body of the post.",
            "actions": [
                {
                    "index": 4,
                    "start": 30.3,
                    "end": 31.4,
                    "text": "Change the title of the post to \"Moving to Atlanta for Season Four\"."
                },
                {
                    "index": 5,
                    "start": 43.3,
                    "end": 44.7,
                    "text": "Change the body of the post to \"This is a test\"."
                }
            ]
        },
        {
            "task_index": 4,
            "task": "Review the changes in your submissions.",
            "actions": [
                {
                    "index": 6,
                    "start": 47.5,
                    "end": 49.5,
                    "text": "Go back to your profile and click 'Submissions' to view changes."
                }
            ]
        },
        {
            "task_index": 5,
            "task": "Repeat the editing process for another post.",
            "actions": [
                {
                    "index": 7,
                    "start": 65.8,
                    "end": 66.1,
                    "text": "Find another post not about television."
                },
                {
                    "index": 8,
                    "start": 73.0,
                    "end": 73.8,
                    "text": "Click on a post in the 'Movies' category."
                },
                {
                    "index": 9,
                    "start": 80.8,
                    "end": 88.2,
                    "text": "Edit the post title to \"Fantastic Four movie gets new writer with Avatar the way of water scribe Josh Friedman\"."
                },
                {
                    "index": 10,
                    "start": 88.6,
                    "end": 93.2,
                    "text": "Change the body to \"I can't wait to be a writer in this movie\"."
                }
            ]
        }
    ]
}