File size: 2,061 Bytes
3ecf046 |
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 |
{
"task with actions": [
{
"task_index": 0,
"task": "Explore public repositories by navigating to the explore tab under projects and sort them by the most stars.",
"actions": [
{
"index": 0,
"start": 28.1,
"end": 29.1,
"text": "Click the 'Explore' tab under 'Projects'."
},
{
"index": 1,
"start": 48.7,
"end": 49.8,
"text": "Click on 'Most stars' under 'Explore'."
}
]
},
{
"task_index": 1,
"task": "Star a repository by clicking on the repository and pressing the star button.",
"actions": [
{
"index": 3,
"start": 82.0,
"end": 83.3,
"text": "Click the 'Star' button to star the repository."
}
]
},
{
"task_index": 2,
"task": "Follow a user by clicking on their username from a repository and selecting follow.",
"actions": [
{
"index": 4,
"start": 101.2,
"end": 103.3,
"text": "Click the username from the repository page."
},
{
"index": 5,
"start": 134.1,
"end": 134.6,
"text": "Click 'Follow' to follow the user."
}
]
},
{
"task_index": 3,
"task": "Navigate to the to-do list to view all tasks.",
"actions": [
{
"index": 10,
"start": 161.7,
"end": 162.5,
"text": "Click on the 'To-do list' to view your to-dos."
}
]
}
]
} |