File size: 3,451 Bytes
a30f8af |
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 |
{
"task with actions": [
{
"task_index": 0,
"task": "Access the option to create a new group in GitLab.",
"actions": [
{
"index": 0,
"start": 18.0,
"end": 22.3,
"text": "Click the big plus sign at the top of the menu bar."
},
{
"index": 1,
"start": 22.3,
"end": 26.0,
"text": "Select the option to create a new group."
}
]
},
{
"task_index": 1,
"task": "Fill out the necessary information for the new group, including the group name and visibility level.",
"actions": [
{
"index": 3,
"start": 41.9,
"end": 46.4,
"text": "Enter the group name as 'tutorial test group'."
},
{
"index": 4,
"start": 49.1,
"end": 54.1,
"text": "Set the visibility level to 'public'."
}
]
},
{
"task_index": 2,
"task": "Define your role and the purpose of the group, then create the group.",
"actions": [
{
"index": 5,
"start": 58.4,
"end": 60.0,
"text": "Set your role as 'data analyst'."
},
{
"index": 6,
"start": 64.1,
"end": 68.1,
"text": "Indicate the group will be used to store code."
},
{
"index": 7,
"start": 69.5,
"end": 70.1,
"text": "Click 'Create this group'."
}
]
},
{
"task_index": 3,
"task": "Invite members to the group and assign them roles.",
"actions": [
{
"index": 8,
"start": 77.4,
"end": 79.4,
"text": "Click on 'Group information' and then go to 'Members'."
},
{
"index": 9,
"start": 86.6,
"end": 87.3,
"text": "Click 'Invite members'."
},
{
"index": 10,
"start": 95.8,
"end": 97.6,
"text": "Invite 'Oliver' to the group."
},
{
"index": 11,
"start": 108.1,
"end": 109.4,
"text": "Invite three 'Olivers' to the group."
},
{
"index": 12,
"start": 111.8,
"end": 112.9,
"text": "Set their role as 'developers'."
},
{
"index": 13,
"start": 115.5,
"end": 118.8,
"text": "Confirm the invitation to make them part of the group."
}
]
}
]
} |