Skip to content

Commit 9a6e1dc

Browse files
Merge pull request #50727 from v-thpra/azure-triage-fix-1057878
Fix for Customer Feedback 1057878: Introduction to GitHub's products - module assessment
2 parents c5b121b + f777588 commit 9a6e1dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

learn-pr/github/github-introduction-products/8-knowledge-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ quiz:
5959
- content: "Check out branches with pull requests and view CI statuses."
6060
isCorrect: false
6161
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."
6363
isCorrect: false
6464
explanation: "Incorrect. You can't do this action on GitHub Mobile, but you can on GitHub Desktop."
6565
- content: "Add and clone repositories."
@@ -68,14 +68,14 @@ quiz:
6868
- content: "Manage, triage, and clear notifications from github.com."
6969
isCorrect: true
7070
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)?"
7272
choices:
7373
- content: "Requires on-premises deployment and infrastructure management"
7474
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."
7676
- content: "Provides centralized user management with identity provider integration"
7777
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."
7979
- content: "Must be installed and maintained by the organization's IT team"
8080
isCorrect: false
8181
explanation: "Incorrect. GHEC is maintained by GitHub and requires no installation or infrastructure management by the organization."
@@ -103,7 +103,7 @@ quiz:
103103
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."
104104
- content: "Add the IP address or IP address range of your runners at repository level."
105105
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."
107107
- content: "What are encrypted secrets?"
108108
choices:
109109
- content: "Encrypted secrets are authentication tokens you can generate in your account settings."

0 commit comments

Comments
 (0)