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-products/8-knowledge-check.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ quiz:
59
59
- content: "Check out branches with pull requests and view CI statuses."
60
60
isCorrect: false
61
61
explanation: "Incorrect. You can't do these actions on GitHub Mobile, but you can on GitHub Desktop."
62
-
- content: "Compare changed image.s"
62
+
- content: "Compare changed images."
63
63
isCorrect: false
64
64
explanation: "Incorrect. You can't do this action on GitHub Mobile, but you can on GitHub Desktop."
65
65
- content: "Add and clone repositories."
@@ -68,14 +68,14 @@ quiz:
68
68
- content: "Manage, triage, and clear notifications from github.com."
69
69
isCorrect: true
70
70
explanation: "Correct. On GitHub Mobile you can manage, triage, and clear notifications from github.com."
71
-
- content: "Which of the following is a feature unique to GitHub Enterprise Cloud (GHEC)?"
71
+
- content: "Which of these features is unique to GitHub Enterprise Cloud (GHEC)?"
72
72
choices:
73
73
- content: "Requires on-premises deployment and infrastructure management"
74
74
isCorrect: false
75
-
explanation: "Incorrect. This describes GitHub Enterprise Server (GHES), not GHEC. GHEC is hosted and managed by GitHub in the cloud."
75
+
explanation: "Incorrect. This answer describes GitHub Enterprise Server (GHES), not GHEC. GHEC is hosted and managed by GitHub in the cloud."
76
76
- content: "Provides centralized user management with identity provider integration"
77
77
isCorrect: true
78
-
explanation: "GHEC supports centralized user management and integrates with identity providers using SAML (for SSO) and SCIM (for user provisioning), which is a key feature of cloud-hosted enterprise solutions."
78
+
explanation: "GHEC supports centralized user management and integrates with identity providers using SAML (for SSO) and SCIM (for user provisioning). A key feature of cloud-hosted enterprise solutions."
79
79
- content: "Must be installed and maintained by the organization's IT team"
80
80
isCorrect: false
81
81
explanation: "Incorrect. GHEC is maintained by GitHub and requires no installation or infrastructure management by the organization."
@@ -103,7 +103,7 @@ quiz:
103
103
explanation: "Incorrect. If you need a self-hosted runner to communicate with GitHub via a proxy server, you must add all proxy configurations to your runner before starting it."
104
104
- content: "Add the IP address or IP address range of your runners at repository level."
105
105
isCorrect: false
106
-
explanation: "Incorrect. If your organization has configured an IP allowlist, you must add the IP address or IP address range of your self-hosted runners to the IP allowlist. IP allowlists are found in an organization's Settings."
106
+
explanation: "Incorrect. If your organization configures an IP allowlist, you must add the IP address or IP address range of your self-hosted runners to the IP allowlist. IP allowlists are found in an organization's Settings."
107
107
- content: "What are encrypted secrets?"
108
108
choices:
109
109
- content: "Encrypted secrets are authentication tokens you can generate in your account settings."
0 commit comments