VWA / issue_tutorial /issue_tutorial.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
f6af135 verified
raw
history blame
3.86 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Navigate to the issues section to find issues assigned to yourself.",
"actions": [
{
"index": 0,
"start": 19.6,
"end": 20.3,
"text": "Go to the menu bar."
},
{
"index": 1,
"start": 20.9,
"end": 23.5,
"text": "Click the button with the green notifications labeled 'Issues'."
},
{
"index": 2,
"start": 27.0,
"end": 31.6,
"text": "Observe that it automatically filters by issues assigned to yourself and opens in the 'Open' tab."
}
]
},
{
"task_index": 1,
"task": "View all issues assigned to yourself, including closed ones.",
"actions": [
{
"index": 2,
"start": 27.0,
"end": 31.6,
"text": "Observe that it automatically filters by issues assigned to yourself and opens in the 'Open' tab."
},
{
"index": 3,
"start": 35.5,
"end": 37.4,
"text": "Click on 'All' to view all issues assigned to yourself."
}
]
},
{
"task_index": 2,
"task": "Search for issues by keyword.",
"actions": [
{
"index": 4,
"start": 49.7,
"end": 53.5,
"text": "Search for an issue by keyword."
},
{
"index": 5,
"start": 54.2,
"end": 55.3,
"text": "Enter the keyword 'home page' in the search bar."
}
]
},
{
"task_index": 3,
"task": "Assign an issue to a new person.",
"actions": [
{
"index": 7,
"start": 77.5,
"end": 78.8,
"text": "Click on 'Assignee' and then 'Edit'."
},
{
"index": 8,
"start": 80.5,
"end": 81.2,
"text": "Assign the issue to a new person."
},
{
"index": 9,
"start": 82.4,
"end": 83.1,
"text": "Enter 'Rohan Kumar' as the new assignee."
}
]
},
{
"task_index": 4,
"task": "Search for issues by keyword that aren't assigned to you.",
"actions": [
{
"index": 4,
"start": 49.7,
"end": 53.5,
"text": "Search for an issue by keyword."
},
{
"index": 5,
"start": 54.2,
"end": 55.3,
"text": "Enter the keyword 'home page' in the search bar."
}
]
},
{
"task_index": 5,
"task": "Assign a JavaScript issue to yourself.",
"actions": [
{
"index": 12,
"start": 145.0,
"end": 146.9,
"text": "Select a JavaScript issue and assign it to yourself if there are zero assignees."
}
]
}
]
}