File size: 5,934 Bytes
4e0908b |
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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 |
{
"task with actions": [
{
"task_index": 0,
"task": "Search for the item you want to sell on the website and filter the results by price range.",
"actions": [
{
"index": 1,
"start": 28.1,
"end": 29.3,
"text": "Go to the search bar."
},
{
"index": 2,
"start": 31.2,
"end": 32.2,
"text": "Type 'MacBook' in the search bar."
},
{
"index": 3,
"start": 34.4,
"end": 36.8,
"text": "View the search results for 'MacBook'."
},
{
"index": 4,
"start": 41.2,
"end": 42.0,
"text": "Add a price range filter if desired."
}
]
},
{
"task_index": 1,
"task": "Identify a similar item to yours from the search results.",
"actions": [
{
"index": 5,
"start": 56.7,
"end": 59.4,
"text": "Look for the same MacBook model you own."
}
]
},
{
"task_index": 2,
"task": "Save the image of the similar item to your disk.",
"actions": [
{
"index": 6,
"start": 65.1,
"end": 72.8,
"text": "Save the image of the MacBook to your disk."
}
]
},
{
"task_index": 3,
"task": "Create a new ad by using the saved image, setting a title, and pricing it lower than the existing listing.",
"actions": [
{
"index": 7,
"start": 78.6,
"end": 79.5,
"text": "Go to 'Publish Ad'."
},
{
"index": 8,
"start": 82.4,
"end": 90.4,
"text": "Enter the title 'MacBook Pro cheapest available'."
},
{
"index": 9,
"start": 100.8,
"end": 103.5,
"text": "Set a price lower than the existing listings."
},
{
"index": 10,
"start": 106.7,
"end": 107.6,
"text": "Upload the saved image."
}
]
},
{
"task_index": 4,
"task": "Specify the location details and publish the ad.",
"actions": [
{
"index": 11,
"start": 111.5,
"end": 115.5,
"text": "Set the location to Pittsburgh and upload the ad."
},
{
"index": 12,
"start": 124.8,
"end": 131.4,
"text": "Use Carnegie Mellon's area code and publish the ad."
}
]
},
{
"task_index": 5,
"task": "Repeat the process for a different category, such as farm and garden, by searching for the item, saving the image, and creating a new ad with a lower price.",
"actions": [
{
"index": 13,
"start": 166.8,
"end": 167.7,
"text": "Start from the classifieds homepage."
},
{
"index": 14,
"start": 168.6,
"end": 169.5,
"text": "Search for 'Farm and Garden'."
},
{
"index": 15,
"start": 170.2,
"end": 171.3,
"text": "Indicate you want to sell pigs."
},
{
"index": 16,
"start": 176.3,
"end": 177.3,
"text": "View all pig listings."
},
{
"index": 17,
"start": 192.6,
"end": 193.2,
"text": "Save the image of the pig listing."
},
{
"index": 18,
"start": 197.0,
"end": 198.4,
"text": "Go to 'Publish Ad'."
},
{
"index": 19,
"start": 200.9,
"end": 204.2,
"text": "Enter the title 'Pigs for sale' and select the 'Farm and Garden' category."
},
{
"index": 20,
"start": 211.0,
"end": 211.4,
"text": "Set a cheaper price for the pigs."
}
]
},
{
"task_index": 6,
"task": "Finalize the ad by setting the location and publishing it.",
"actions": [
{
"index": 22,
"start": 218.2,
"end": 227.1,
"text": "Set the location to Pennsylvania, Pittsburgh, and Carnegie Mellon's area code."
},
{
"index": 21,
"start": 215.5,
"end": 216.1,
"text": "Post the ad."
}
]
}
]
} |