diff --git a/content/questions/foundations/question-002.md b/content/questions/foundations/question-002.md index c95867d5..0381cb85 100644 --- a/content/questions/foundations/question-002.md +++ b/content/questions/foundations/question-002.md @@ -1,7 +1,7 @@ --- archetype: "questions" title: "Question 002" -question: "Which of GitHub features serves the purpose of an adaptable spreadsheet, task board and a roadmap that integrates with issues and pull requests on GitHub to plan and track your work effectively?" +question: "Which of these GitHub features serves the purpose of an adaptable spreadsheet, task board and a roadmap that integrates with issues and pull requests on GitHub to plan and track your work effectively?" draft: false --- diff --git a/content/questions/foundations/question-004.md b/content/questions/foundations/question-004.md index 98e49491..f7d8c19e 100644 --- a/content/questions/foundations/question-004.md +++ b/content/questions/foundations/question-004.md @@ -1,7 +1,7 @@ --- archetype: "questions" title: "Question 004" -question: "Which of these is true regarding custom fields for issues and pull requests in GitHub Projects?" +question: "Which of these is true regarding custom fields for items in GitHub Projects?" draft: false --- diff --git a/content/questions/foundations/question-005.md b/content/questions/foundations/question-005.md index 946ef61b..66c81f07 100644 --- a/content/questions/foundations/question-005.md +++ b/content/questions/foundations/question-005.md @@ -1,7 +1,7 @@ --- archetype: "questions" title: "Question 005" -question: "What are the different available options for adding issues and pull requests to a GitHub Project?" +question: "What are the different available options for adding issues and pull requests to a GitHub Project board?" draft: false --- diff --git a/content/questions/foundations/question-008.md b/content/questions/foundations/question-008.md index 55db156e..9f4e1c7a 100644 --- a/content/questions/foundations/question-008.md +++ b/content/questions/foundations/question-008.md @@ -1,7 +1,7 @@ --- archetype: "questions" title: "Question 008" -question: "Which of these are built-in GitHub Projects automation workflows? (Choose two.)" +question: "Which of these workflows are built-in automations in GitHub Projects? (Choose two.)" draft: false --- diff --git a/content/questions/foundations/question-017.md b/content/questions/foundations/question-017.md index a3fadb1e..bab9099d 100644 --- a/content/questions/foundations/question-017.md +++ b/content/questions/foundations/question-017.md @@ -1,7 +1,7 @@ --- archetype: "questions" title: "Question 017" -question: "Which feature allows you to easily create graphs and charts to visualize your project's current and historical progress?" +question: "Which feature in GitHub Projects enables you to effortlessly generate graphs and charts for visualizing the current status and historical progression of your project?" draft: false --- diff --git a/content/questions/foundations/question-034.md b/content/questions/foundations/question-034.md index 015f4511..05efb983 100644 --- a/content/questions/foundations/question-034.md +++ b/content/questions/foundations/question-034.md @@ -6,8 +6,8 @@ draft: false --- -> https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-repository/facilitating-quick-creation-and-resumption-of-codespaces#creating-an-open-in-github-codespaces-badge -1. [x] It's a link that points to a specific GitHub Page that allows you to create a new GitHub Codespace and select specific configuration +> https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-repository/facilitating-quick-creation-and-resumption-of-codespaces#configuring-more-options +1. [x] It's a link that points to a specific GitHub.com Page that allows you to create a new GitHub Codespace and select specific configuration 1. [ ] It's a link between the GitHub Codespace and the repository which keeps the Codespace in sync with the changes in the repository 1. [ ] It's a link to the most recent GitHub Codespace that was created for the repository 1. [ ] It's a link to the most recent GitHub Codespace that you have used in any repository diff --git a/content/questions/foundations/question-037.md b/content/questions/foundations/question-037.md index fb14eeee..9663be64 100644 --- a/content/questions/foundations/question-037.md +++ b/content/questions/foundations/question-037.md @@ -1,7 +1,7 @@ --- archetype: "questions" title: "Question 037" -question: "What are the different permission levels for a repository owned by a personal account?" +question: "What are the different permission levels for a repository owned by a personal account? (Choose two.)" draft: false --- diff --git a/content/questions/foundations/question-042.md b/content/questions/foundations/question-042.md index edf645aa..3d412eb5 100644 --- a/content/questions/foundations/question-042.md +++ b/content/questions/foundations/question-042.md @@ -7,7 +7,7 @@ draft: false > https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -1. [x] The `CODEOWNERS` file allows you to define individuals or teams that are responsible for the entirety or specific areas of the codebase. +1. [x] The `CODEOWNERS` file allows you to define individuals or teams that are responsible for specific areas of the codebase or its entirety. 1. [ ] The `CODEOWNERS` file contains information about the software licensing fees and conditions under which the code can be used. 1. [ ] The `CODEOWNERS` file includes information about the code quality and the maintainability of the code. 1. [ ] The `CODEOWNERS` file contains contact details to the repository owners. diff --git a/content/questions/foundations/question-060.md b/content/questions/foundations/question-060.md index ca41b29c..ed31cda8 100644 --- a/content/questions/foundations/question-060.md +++ b/content/questions/foundations/question-060.md @@ -1,7 +1,7 @@ --- archetype: "questions" title: "Question 060" -question: "Which of these is a practice that encourages collaboration, visibility and sharing of code among different teams in an organization?" +question: "Which of these is a practice that encourages collaboration, visibility and sharing of code among different teams within an organization?" draft: false --- diff --git a/content/questions/foundations/question-073.md b/content/questions/foundations/question-073.md index f5328a07..a6b77f7e 100644 --- a/content/questions/foundations/question-073.md +++ b/content/questions/foundations/question-073.md @@ -7,7 +7,7 @@ draft: false > https://docs.github.com/en/get-started/quickstart/github-flow -1. [x] It refers to a branch-based workflow where developers create a branch for each new feature they're working on, and then open pull requests to get their feature code reviewed, tested, and merged into the main branch. +1. [x] It refers to a branch-based workflow where developers create a branch for each new change they're working on, and then open pull requests to get their code reviewed, tested, and merged into the main branch. 1. [ ] It's a practice where every time a commit is pushed to the main branch, a new release is automatically created and deployed. 1. [ ] It's a practice where every time a commit is pushed to the main branch, a set of CI/CD pipelines are triggered to run tests and validate the code changes. 1. [ ] It refers to a one branch workflow where developers work on their features on the `master` branch, and then get their feature code reviewed, tested, and commited. diff --git a/content/questions/foundations/question-074.md b/content/questions/foundations/question-074.md index 519e61f9..96a92c1e 100644 --- a/content/questions/foundations/question-074.md +++ b/content/questions/foundations/question-074.md @@ -7,7 +7,7 @@ draft: false > https://docs.github.com/en/get-started/learning-about-github/githubs-plans#github-pro -1. [x] GitHub Pro is a paid plan for personal users that offers additional features in addition to the free plan. +1. [x] GitHub Pro is a paid plan for personal accounts that offers additional features in addition to the free plan. 1. [ ] GitHub Pro is a paid plan for organizations that offers additional features in addition to the free organizations plan. 1. [ ] GitHub Pro is a certification path at the end of which you become a GitHub Pro. 1. [ ] GitHub Pro is a paid plan for enterprises to self-host GitHub on their own servers. diff --git a/content/questions/foundations/question-086.md b/content/questions/foundations/question-086.md index 03002f83..7ba377d1 100644 --- a/content/questions/foundations/question-086.md +++ b/content/questions/foundations/question-086.md @@ -9,5 +9,5 @@ draft: false > https://docs.github.com/en/desktop 1. [x] It's a GUI Application for working with Git and GitHub on your computer. 1. [ ] It's a self hosted version of GitHub that you can install on your own servers or personal computer. -1. [ ] It's a GitHub pricing plan for personal users that offers additional features in addition to the free plan. +1. [ ] It's a GitHub pricing plan for personal accounts that offers additional features in addition to the free plan. 1. [ ] It's an online editor that allows you to work on your repository in the browser. diff --git a/content/questions/foundations/question-091.md b/content/questions/foundations/question-091.md index 8dba8c3d..4ad89e09 100644 --- a/content/questions/foundations/question-091.md +++ b/content/questions/foundations/question-091.md @@ -1,7 +1,7 @@ --- archetype: "questions" title: "Question 091" -question: "What is the effect of adding a line `Closes #11` to a pull request description?" +question: "What is the effect of adding a line `Closes #11` to the pull request's description?" draft: false --- diff --git a/content/questions/foundations/question-094.md b/content/questions/foundations/question-094.md index 94704a6d..d053340f 100644 --- a/content/questions/foundations/question-094.md +++ b/content/questions/foundations/question-094.md @@ -7,7 +7,7 @@ draft: false > https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests#draft-pull-requests -1. [x] Draft pull requests are pull requests that not ready to be reviewed yet. +1. [x] Draft pull requests are pull requests that are not ready to be reviewed yet. 1. [ ] Draft pull requests are pull requests that have already been reviewed but not merged. 1. [ ] Draft pull requests are pull requests that have already been reviewed but not approved. 1. [ ] Draft pull requests are pull requests are like issue templates but for pull requests.