Skip to content
Merged
Show file tree
Hide file tree
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
48 changes: 48 additions & 0 deletions quizzes/Quiz-Basics-rubric.md
Original file line number Diff line number Diff line change
@@ -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
48 changes: 48 additions & 0 deletions quizzes/Quiz-Basics.md
Original file line number Diff line number Diff line change
@@ -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