From 3f184c311d63983f967399b264c95761b5796d9a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 6 Mar 2024 04:02:47 +0000 Subject: [PATCH 1/3] Setup Feedback PR From 121c41b0a9e6ca7036d21b1ef3d387436dd82ff0 Mon Sep 17 00:00:00 2001 From: Loadagain <162395573+Loadagain@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:05:45 -0600 Subject: [PATCH 2/3] Update quiz.md --- quiz.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/quiz.md b/quiz.md index 430c2d8..eafe390 100644 --- a/quiz.md +++ b/quiz.md @@ -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: 1 ------ @@ -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: 3 ------ @@ -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: 1 ------ @@ -48,7 +48,7 @@ Q4. Which GitHub feature provides task automation and workflow functionality, wh 3. Pull Requests 4. Actions -Answer: +Answer: 1 ------ @@ -59,4 +59,4 @@ Q5. Pull requests provide a mechanism to request which git action? 3. merge 4. push -Answer: +Answer: 1 From e7d9ba7324f506365eec865ce9f718b578ff8c19 Mon Sep 17 00:00:00 2001 From: Loadagain <162395573+Loadagain@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:28:59 -0500 Subject: [PATCH 3/3] Update quiz.md --- quiz.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/quiz.md b/quiz.md index eafe390..d168f91 100644 --- a/quiz.md +++ b/quiz.md @@ -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: 1 +Answer: 2 ------ @@ -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: 3 +Answer: 2 ------ @@ -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: 1 +Answer: 3 ------ @@ -48,7 +48,7 @@ Q4. Which GitHub feature provides task automation and workflow functionality, wh 3. Pull Requests 4. Actions -Answer: 1 +Answer: 4 ------ @@ -59,4 +59,4 @@ Q5. Pull requests provide a mechanism to request which git action? 3. merge 4. push -Answer: 1 +Answer: 3