Skip to content

Commit 27ea53b

Browse files
authored
Update knowledge-check.yml
1 parent 5d02e9d commit 27ea53b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

learn-pr/github/github-introduction-administration/knowledge-check.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,36 @@ quiz:
5757
isCorrect: false
5858
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."
5959

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+
6090
- content: "What is a benefit of integrating Active Directory (AD) for team synchronization?"
6191
choices:
6292
- content: "Centralized Identity Management"

0 commit comments

Comments
 (0)