File size: 2,826 Bytes
2df3079 |
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 |
{
"task with actions": [
{
"task_index": 0,
"task": "Change the license of an existing repository.",
"actions": [
{
"index": 2,
"start": 83.6,
"end": 84.0,
"text": "Click the 'Add License' button"
},
{
"index": 3,
"start": 87.8,
"end": 89.0,
"text": "Scroll down and click the 'Commit' button"
}
]
},
{
"task_index": 1,
"task": "Create a new project or repository and set its visibility.",
"actions": [
{
"index": 4,
"start": 194.8,
"end": 195.1,
"text": "Click 'Create New'"
},
{
"index": 5,
"start": 195.9,
"end": 196.4,
"text": "Go to 'New Project' under GitLab"
},
{
"index": 7,
"start": 221.3,
"end": 222.1,
"text": "Click to make the project public"
}
]
},
{
"task_index": 2,
"task": "Add members to the project with different roles.",
"actions": []
},
{
"task_index": 3,
"task": "Create a new project using a template.",
"actions": [
{
"index": 4,
"start": 194.8,
"end": 195.1,
"text": "Click 'Create New'"
},
{
"index": 5,
"start": 195.9,
"end": 196.4,
"text": "Go to 'New Project' under GitLab"
},
{
"index": 6,
"start": 213.3,
"end": 214.7,
"text": "Click the 'Use Template' button"
}
]
},
{
"task_index": 4,
"task": "Add a new license to a repository and commit the changes.",
"actions": [
{
"index": 2,
"start": 83.6,
"end": 84.0,
"text": "Click the 'Add License' button"
},
{
"index": 3,
"start": 87.8,
"end": 89.0,
"text": "Scroll down and click the 'Commit' button"
}
]
}
]
} |