Skip to content

Feedback #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: feedback
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Q1. Which statement about GitHub Classroom is true?
3. GitHub Classroom is a website that provides online courses to learn about GitHub.
4. GitHub Classroom is developed by 3rd party developers but uses the GitHub API to integrate into GitHub.

Answer:
Answer: 2

------

Expand All @@ -26,7 +26,7 @@ Q2. What does the command `git add` do?
3. Adds a file to the .git directory
4. Adds a file to the working directory

Answer:
Answer: 2

------

Expand All @@ -37,7 +37,7 @@ Q3 . What Git commands can be used to correct mistakes?
3. `git reset` and `git revert`
4. `git revert` and `git remove`

Answer:
Answer: 3

------

Expand All @@ -48,7 +48,7 @@ Q4. Which GitHub feature provides task automation and workflow functionality, wh
3. Pull Requests
4. Actions

Answer:
Answer: 4

------

Expand All @@ -59,4 +59,4 @@ Q5. Pull requests provide a mechanism to request which git action?
3. merge
4. push

Answer:
Answer: 3