You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/github/github-introduction-administration/knowledge-check.yml
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,36 @@ quiz:
57
57
isCorrect: false
58
58
explanation: "Incorrect. The maintain permission is for contributors who need to manage the repository without access to sensitive or destructive actions. It provides too much access for other users."
59
59
60
+
- content: "Which role within a team can add or remove team members?"
61
+
choices:
62
+
- content: "Team Maintainer"
63
+
isCorrect: true
64
+
explanation: "Correct. Team Maintainers can add or remove team members and edit the team’s settings."
65
+
- content: "Team Member"
66
+
isCorrect: false
67
+
explanation: "Incorrect. Team Members can view and participate in team discussions but cannot manage team membership."
68
+
- content: "Organization Owner"
69
+
isCorrect: false
70
+
explanation: "Incorrect. Organization Owners have broader administrative privileges but are not specific to team management."
71
+
- content: "Billing Manager"
72
+
isCorrect: false
73
+
explanation: "Incorrect. Billing Managers focus on billing details and do not manage team membership."
74
+
75
+
- content: "What permission level is best for project managers who need to triage and organize issues without contributing code?"
76
+
choices:
77
+
- content: "Triage"
78
+
isCorrect: true
79
+
explanation: "Correct. The Triage permission level allows users to manage issues and pull requests without pushing changes to the repository."
80
+
- content: "Read"
81
+
isCorrect: false
82
+
explanation: "Incorrect. The Read permission level only allows users to view and clone the repository and comment on issues and pull requests."
83
+
- content: "Write"
84
+
isCorrect: false
85
+
explanation: "Incorrect. The Write permission level allows users to push to branches and manage issues and pull requests."
86
+
- content: "Maintain"
87
+
isCorrect: false
88
+
explanation: "Incorrect. The Maintain permission level allows users to manage repository settings, issues, and pull requests but not delete or transfer the repository."
89
+
60
90
- content: "What is a benefit of integrating Active Directory (AD) for team synchronization?"
0 commit comments