mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-11 04:01:15 -04:00
feat(curriculum): EN-B1 quiz for block 7 (#66257)
Co-authored-by: Sem Bauke <sem@freecodecamp.org>
This commit is contained in:
@@ -8,7 +8,11 @@ lang: en-US
|
||||
|
||||
# --description--
|
||||
|
||||
To pass the quiz, you must correctly answer at least 9 of the 10 questions below.
|
||||
This quiz checks your understanding of how to use conditionals to talk about results, possibilities, facts, and hypothetical situations.
|
||||
|
||||
To pass the quiz, you must correctly answer at least 18 of the 20 questions below.
|
||||
|
||||
Read each question and choose the correct answer. There's only one correct answer for each question.
|
||||
|
||||
# --quizzes--
|
||||
|
||||
@@ -18,219 +22,492 @@ To pass the quiz, you must correctly answer at least 9 of the 10 questions below
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Which of the following is true about this sentence: `If the server goes down, we will restart it immediately`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
It describes a past habit.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
It describes something happening now.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
It describes a repeated action in the past.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
It describes a possible future situation.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Which of the following is an incorrect match?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`Properly`: The device is installed in the correct way.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`Securely`: The cable is attached so it cannot move or fall out.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`Regularly`: The team checks the system every week.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`Daily`: The server works in a strong and reliable way.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Listen to the audio. What does Mark express? <!-- (quiz audio) Mark: If the power cable isn't connected securely, the computer won't turn on. -->
|
||||
|
||||
#### --audio--
|
||||
|
||||
```json
|
||||
{
|
||||
"audio": {
|
||||
"filename": "B1_7-1.mp3",
|
||||
"startTimestamp": 4.6,
|
||||
"finishTimestamp": 7.8
|
||||
},
|
||||
"transcript": [
|
||||
{
|
||||
"character": "Mark",
|
||||
"text": "If the power cable isn't connected securely, the computer won't turn on."
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
A past problem that already happened
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
A confirmed plan for the future
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
A description of a finished task
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
A possible result if a condition is not met
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Which of the following questions asks if someone verified or confirmed something?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`What do you think?`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`Have you seen anything similar?`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`Why did you ask?`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`Did you check that?`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Which definition is incorrect?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`To boot` means to start a computer by loading its operating system.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`To fail` means to stop working or not function as expected.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`To load` means to start a program or bring data into a system.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`To automate` means to complete a process manually step by step.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Choose the grammatically correct sentence:
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`If the system will overheat, it shuts down automatically.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`If the system overheated, it will shut down automatically.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`If the system overheats, it shut down automatically.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`If the system overheats, it shuts down automatically.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What is `data backup`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
Deleting old files from a system
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
Moving files to another folder
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
Compressing files to save space
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
Creating copies of important data
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Listen to the audio. What does Mark say about the possibility of crashes? <!-- (quiz audio) Mark: If the application has memory leaks, it can lead to crashes. -->
|
||||
|
||||
#### --audio--
|
||||
|
||||
```json
|
||||
{
|
||||
"audio": {
|
||||
"filename": "B1_7-1.mp3",
|
||||
"startTimestamp": 43.6,
|
||||
"finishTimestamp": 46.8
|
||||
},
|
||||
"transcript": [
|
||||
{
|
||||
"character": "Mark",
|
||||
"text": "If the application has memory leaks, it can lead to crashes."
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
The crashes will happen for sure if there are memory leaks.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
The crashes will not happen even if there are memory leaks.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
Mark does not mention crashes caused by memory leaks.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
The crashes may happen if the application has memory leaks.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What do you describe as `solid`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
Something weak and unreliable
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
Something temporary or unfinished
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
Something difficult to understand
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
|
||||
Something strong, stable, and dependable
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What do you call something that helps you not forget a task or event?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`Disaster`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`Power cable`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`BIOS`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`Reminder`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What's the difference between a `stakeholder` and an `investor`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
A `stakeholder` runs the company, while an `investor` handles paperwork.
|
||||
|
||||
---
|
||||
|
||||
A `stakeholder` works on operations, while an `investor` tests processes.
|
||||
|
||||
---
|
||||
|
||||
A `stakeholder` creates strategies, while an `investor` designs solutions.
|
||||
|
||||
#### --answer--
|
||||
|
||||
A `stakeholder` is affected by a project, while an `investor` provides money.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which sentence uses the correct preposition to connect two ideas?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`The update includes bug fixes along by security improvements.`
|
||||
|
||||
---
|
||||
|
||||
`The update includes bug fixes along for security improvements.`
|
||||
|
||||
---
|
||||
|
||||
`The update includes bug fixes along to security improvements.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`The update includes bug fixes along with security improvements.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What is `critical data`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Data that is not important to the team
|
||||
|
||||
---
|
||||
|
||||
Data stored in old systems only
|
||||
|
||||
---
|
||||
|
||||
Data used only for testing
|
||||
|
||||
#### --answer--
|
||||
|
||||
Data that the team needs to continue working
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What does `to set back` mean?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
To finish a task early
|
||||
|
||||
---
|
||||
|
||||
To cancel a project completely
|
||||
|
||||
---
|
||||
|
||||
To organize tasks better
|
||||
|
||||
#### --answer--
|
||||
|
||||
To delay progress
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Listen to the audio. How would you answer? <!-- (quiz audio) Lisa: If they closed, it would affect a lot of tech companies, wouldn't it? -->
|
||||
|
||||
#### --audio--
|
||||
|
||||
```json
|
||||
{
|
||||
"audio": {
|
||||
"filename": "B1_7-3.mp3",
|
||||
"startTimestamp": 12.5,
|
||||
"finishTimestamp": 15.2
|
||||
},
|
||||
"transcript": [
|
||||
{
|
||||
"character": "Lisa",
|
||||
"text": "If they closed, it would affect a lot of tech companies, wouldn't it?"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Yes, it does.` / `No, it doesn't.`
|
||||
|
||||
---
|
||||
|
||||
`Yes, it would affected.` / `No, it wouldn't affected.`
|
||||
|
||||
---
|
||||
|
||||
`Yes, they would.` / `No, they wouldn't.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`Yes, it would.` / `No, it wouldn't.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which pair is incorrect?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Real future possibility: `If the server crashes, we will restart it.`
|
||||
|
||||
---
|
||||
|
||||
General fact: `If the system overheats, it shuts down automatically.`
|
||||
|
||||
---
|
||||
|
||||
Hypothetical situation: `If the server crashed, we would restart it.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Past result that did not happen: `If the server crashes, we would restart it.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What additional information does `besides` introduce in this sentence: `We have finished the report. Besides, we have already sent it to the manager`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
It shows that the report shouldn't be sent at all.
|
||||
|
||||
---
|
||||
|
||||
It shows that the report will be sent later.
|
||||
|
||||
---
|
||||
|
||||
It shows that sending the report was not important.
|
||||
|
||||
#### --answer--
|
||||
|
||||
It shows that the report was already sent earlier.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What does this sentence suggest: `If we had more developers, we would finish the project faster`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
The team already hired more developers.
|
||||
|
||||
---
|
||||
|
||||
The project finished faster last week.
|
||||
|
||||
---
|
||||
|
||||
The team will hire more developers tomorrow.
|
||||
|
||||
#### --answer--
|
||||
|
||||
The speaker imagines a different situation now.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
You want to highlight a part of something, so you say: `I've got BLANK urgent tasks to handle today`.
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`any`
|
||||
|
||||
---
|
||||
|
||||
`each`
|
||||
|
||||
---
|
||||
|
||||
`both`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`some`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which sentence uses the correct tag question?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`They would like to attend, don't they?`
|
||||
|
||||
---
|
||||
|
||||
`They would like to attend, would they?`
|
||||
|
||||
---
|
||||
|
||||
`They would like to attend, are they?`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`They would like to attend, wouldn't they?`
|
||||
|
||||
Reference in New Issue
Block a user