diff --git a/quizzes/Quiz-Basics-rubric.md b/quizzes/Quiz-Basics-rubric.md new file mode 100644 index 0000000..0ffeedc --- /dev/null +++ b/quizzes/Quiz-Basics-rubric.md @@ -0,0 +1,48 @@ +# Git Quiz + +These 5 Git quiz questions will test your knowledge on a variety of topics, including the use of basic Git commands. Good luck. These Git quiz questions aren't easy. + +## Question 1 + +1. What is the default text editor for the Bash shell with a Windows-based Git install? + + - [ ] Emacs + - [x] Vim + - [ ] Notepad++ + - [ ] Bash + +## Question 2 + +2. Before you install Git, which of the following prerequisite products must be present and configured on your local OS? + + - [ ] Jakarta Enterprise Edition web profile compliant server + - [ ] Java Development Kit 1.8 or newer + - [ ] Apache Maven + - [x] Nothing + +## Question 3 + +3. After you install Git and prior to issuing the first commit, which two configuration properties does the tool expect to be configured? + + - [x] username and email address + - [ ] username and password + - [ ] email address and password + - [ ] username and IP address + +## Question 4 + +4. Which of the following is not a Git configuration scope? + + - [ ] Local + - [x] User + - [ ] System + - [ ] Global + +## Question 5 + +5. Who is attributed with inventing Git? + + - [ ] Junio Hamano + - [ ] James Gosling + - [ ] Kohsuke Kawaguchi + - [x] Linus Torvalds diff --git a/quizzes/Quiz-Basics.md b/quizzes/Quiz-Basics.md new file mode 100644 index 0000000..ecb6f9a --- /dev/null +++ b/quizzes/Quiz-Basics.md @@ -0,0 +1,48 @@ +# Git Quiz + +These 5 Git quiz questions will test your knowledge on a variety of topics, including the use of basic Git commands. Good luck. These Git quiz questions aren't easy. + +## Question 1 + +1. What is the default text editor for the Bash shell with a Windows-based Git install? + + - [ ] Emacs + - [ ] Vim + - [ ] Notepad++ + - [ ] Bash + +## Question 2 + +2. Before you install Git, which of the following prerequisite products must be present and configured on your local OS? + + - [ ] Jakarta Enterprise Edition web profile compliant server + - [ ] Java Development Kit 1.8 or newer + - [ ] Apache Maven + - [ ] Nothing + +## Question 3 + +3. After you install Git and prior to issuing the first commit, which two configuration properties does the tool expect to be configured? + + - [ ] username and email address + - [ ] username and password + - [ ] email address and password + - [ ] username and IP address + +## Question 4 + +4. Which of the following is not a Git configuration scope? + + - [ ] Local + - [ ] User + - [ ] System + - [ ] Global + +## Question 5 + +5. Who is attributed with inventing Git? + + - [ ] Junio Hamano + - [ ] James Gosling + - [ ] Kohsuke Kawaguchi + - [ ] Linus Torvalds