-
Notifications
You must be signed in to change notification settings - Fork 32
add basic quiz #19
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
Merged
Merged
add basic quiz #19
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
84d3052
Create 课程.md
SafaFIMOUD ec28b58
Create Quiz-Basics .md
SafaFIMOUD b593fcd
Create Quiz-Basics.md
SafaFIMOUD 93c62b4
Delete 课程.md
SafaFIMOUD 98aee3b
Delete Quiz-Basics .md
SafaFIMOUD 29b3f40
i guess this was an accidental duplicate
barraponto 1228c7a
Create Quiz-Basics-rubric.md
SafaFIMOUD f320860
Merge branch 'Project-Safa-FIMOUD' of https://github.com/SafaFIMOUD/u…
SafaFIMOUD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.