File size: 3,194 Bytes
bef867f |
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 |
{
"task with actions": [
{
"task_index": 0,
"task": "Navigate to the create submission page.",
"actions": [
{
"index": 0,
"start": 19.2,
"end": 20.4,
"text": "Click the 'Submit' button in the menu bar at the top."
}
]
},
{
"task_index": 1,
"task": "Choose the method to upload a post, either via URL or image.",
"actions": [
{
"index": 1,
"start": 29.3,
"end": 29.8,
"text": "Click the 'URL' option to specify the upload method."
}
]
},
{
"task_index": 2,
"task": "Add a title and body to your post.",
"actions": [
{
"index": 3,
"start": 42.5,
"end": 42.8,
"text": "Enter the title \"Cool graphic I found.\""
},
{
"index": 4,
"start": 49.0,
"end": 50.1,
"text": "Enter the body text \"I just love machine learning.\""
}
]
},
{
"task_index": 3,
"task": "Select the appropriate subreddit for your post.",
"actions": [
{
"index": 5,
"start": 62.0,
"end": 62.5,
"text": "Select the 'machine learning' subreddit to post."
}
]
},
{
"task_index": 4,
"task": "Upload an image from your local disk as an alternative method.",
"actions": [
{
"index": 8,
"start": 102.0,
"end": 106.4,
"text": "Choose to upload an image from the local disk."
},
{
"index": 9,
"start": 109.9,
"end": 113.0,
"text": "Click 'Submit' to upload the image."
}
]
},
{
"task_index": 5,
"task": "Create and submit the post to the designated subreddit.",
"actions": [
{
"index": 10,
"start": 117.5,
"end": 119.9,
"text": "Enter the title \"Team USA wins gold in basketball.\""
},
{
"index": 11,
"start": 123.4,
"end": 126.3,
"text": "Enter the body text \"LeBron and Steph Curry were awesome to watch.\""
},
{
"index": 12,
"start": 141.7,
"end": 142.0,
"text": "Click 'Create Submission' to finalize the post."
}
]
}
]
} |