mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 23:02:05 -04:00
feat(curriculum): EN-B1 quiz for block 10 (#66337)
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 express agreement.
|
||||
|
||||
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
|
||||
What do you describe as `reasonable`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
Something confusing or impossible to accept
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
Something unexpected that causes problems for a team
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
Something that changes very frequently
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
Something fair or logical in a given situation
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Listen to the audio. What does Bob propose to do? <!-- (quiz audio) Bob: We need to start planning our new mobile app project. Let's discuss the timeline. -->
|
||||
|
||||
#### --audio--
|
||||
|
||||
```json
|
||||
{
|
||||
"audio": {
|
||||
"filename": "B1_10-1.mp3",
|
||||
"startTimestamp": 0,
|
||||
"finishTimestamp": 4.1
|
||||
},
|
||||
"transcript": [
|
||||
{
|
||||
"character": "Bob",
|
||||
"text": "We need to start planning our new mobile app project. Let's discuss the timeline."
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
He suggests canceling the project because the plan is unclear.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
He suggests finishing development before creating any schedule.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
He suggests assigning tasks without discussing deadlines first.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
He suggests discussing the project schedule and planning tasks over time.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Does the phrase `I think that's doable` show agreement?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
No, it shows the speaker completely disagrees with the plan.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
Yes, but the speaker does not understand the proposal completely.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
No, it shows the speaker wants to change the entire plan.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
Yes, it shows the speaker believes the plan is realistic and achievable.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Which definition is incorrect?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`To implement` means to put a plan or decision into action.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`To allocate` means to distribute tasks, time, or resources among people.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`To lead` means to take responsibility for guiding a task or project.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`To catch` means to officially approve a plan before starting work.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Which of the following does NOT show agreement?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`That's a good plan.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`Absolutely.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`Good idea.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`I'm not sure about that.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
You want to smoothly introduce a related topic in conversation, so you say: `BLANK, we should also review the client feedback`.
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`At the end`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`In contrast`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`On purpose`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`By the way`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Which sentence uses the correct preposition to talk about working together?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`I need to coordinate at the design team on this feature.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`I need to coordinate for the design team on this feature.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`I need to coordinate into the design team on this feature.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`I need to coordinate with the design team on this feature.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What does `to keep someone updated` mean?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
To stop communication until the task is finished
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
To assign new responsibilities to another person
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
To review past information without adding anything new
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
To continue sharing the latest information about progress or changes
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What's the difference between `timeline` and `schedule`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
A `timeline` lists team members, while a `schedule` lists project goals.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
A `timeline` focuses on deadlines only, while a `schedule` explains project objectives.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
A `timeline` presents past events, while a `schedule` focuses on future plans.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
|
||||
A `timeline` shows tasks in time order, while a `schedule` sets specific times.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Listen to the audio. How would you answer to show agreement? <!-- (quiz audio) Bob: Let's set a weekly meeting to review our progress. Would Friday morning work for you? -->
|
||||
|
||||
#### --audio--
|
||||
|
||||
```json
|
||||
{
|
||||
"audio": {
|
||||
"filename": "B1_10-1.mp3",
|
||||
"startTimestamp": 42.9,
|
||||
"finishTimestamp": 46.8
|
||||
},
|
||||
"transcript": [
|
||||
{
|
||||
"character": "Bob",
|
||||
"text": "Let's set a weekly meeting to review our progress. Would Friday morning work for you?"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`I'm glad you think so.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`I understand your point.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`That's a valid point.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`Sure, Friday mornings are great.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What does `to make sure` mean?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
To guess what might happen in the future
|
||||
|
||||
---
|
||||
|
||||
To delay a task until more information arrives
|
||||
|
||||
---
|
||||
|
||||
To explain why a problem happened earlier
|
||||
|
||||
#### --answer--
|
||||
|
||||
To ensure something happens correctly
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
When is it appropriate to say `I think so`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
When you strongly reject someone's suggestion immediately.
|
||||
|
||||
---
|
||||
|
||||
When you want to change the subject in a meeting.
|
||||
|
||||
---
|
||||
|
||||
When you are giving detailed technical instructions.
|
||||
|
||||
#### --answer--
|
||||
|
||||
When you politely agree or confirm something you believe is true.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Choose the grammatically correct sentence:
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`I look forward to work with the new team.`
|
||||
|
||||
---
|
||||
|
||||
`I look forward working with the new team.`
|
||||
|
||||
---
|
||||
|
||||
`I look forward to worked with the new team.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`I look forward to working with the new team.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What would you describe as `reliable`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
A service that gives different results each time you use it
|
||||
|
||||
---
|
||||
|
||||
A tool that works only when special settings are enabled
|
||||
|
||||
---
|
||||
|
||||
A system that needs someone watching it all the time
|
||||
|
||||
#### --answer--
|
||||
|
||||
An app that works correctly every day without crashing
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What does `overall` mean in this sentence: `Overall, the project went smoothly despite minor issues`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
The speaker focuses on one small problem only.
|
||||
|
||||
---
|
||||
|
||||
The speaker talks about something that will happen later.
|
||||
|
||||
---
|
||||
|
||||
The speaker explains one step of the project.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Most parts of the project went well despite small problems.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Listen to the audio. When would you say this? <!-- (quiz audio) Maria: I see where you're coming from. -->
|
||||
|
||||
#### --audio--
|
||||
|
||||
```json
|
||||
{
|
||||
"audio": {
|
||||
"filename": "B1_10-3.mp3",
|
||||
"startTimestamp": 34.2,
|
||||
"finishTimestamp": 35.8
|
||||
},
|
||||
"transcript": [
|
||||
{
|
||||
"character": "Maria",
|
||||
"text": "I see where you're coming from."
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### --distractors--
|
||||
|
||||
When you strongly disagree and want to argue further.
|
||||
|
||||
---
|
||||
|
||||
When you want to end the conversation immediately.
|
||||
|
||||
---
|
||||
|
||||
When you are giving technical instructions to a team.
|
||||
|
||||
#### --answer--
|
||||
|
||||
When you want to show you understand someone's perspective.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What does this sentence express: `We are aware of the issue and working to address it`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
The team discovered a problem but decided to ignore it.
|
||||
|
||||
---
|
||||
|
||||
The team finished solving the problem in the past.
|
||||
|
||||
---
|
||||
|
||||
The team plans to create a completely new system.
|
||||
|
||||
#### --answer--
|
||||
|
||||
The team knows about the problem and is trying to solve it.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Who are `returning users`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Users who are using a system for the first time
|
||||
|
||||
---
|
||||
|
||||
Users who permanently stopped using the platform
|
||||
|
||||
---
|
||||
|
||||
Users who only test the system during development
|
||||
|
||||
#### --answer--
|
||||
|
||||
Users who come back to use a product or service again
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which of the following expresses gratitude for feedback?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`Feel free to ask questions anytime.`
|
||||
|
||||
---
|
||||
|
||||
`Got it. I'll start working on that.`
|
||||
|
||||
---
|
||||
|
||||
`Will do. Thanks.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`We appreciate your insights.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
When would you say `Keep up the good work` to someone?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
When a teammate makes repeated mistakes during testing.
|
||||
|
||||
---
|
||||
|
||||
When a meeting is canceled due to technical problems.
|
||||
|
||||
---
|
||||
|
||||
When a new task is assigned at the beginning of a project.
|
||||
|
||||
#### --answer--
|
||||
|
||||
When a teammate consistently delivers high-quality work.
|
||||
|
||||
Reference in New Issue
Block a user