feat(curriculum): EN-A2 quiz for block 20 (#65735)

This commit is contained in:
Anastasiia
2026-02-11 22:26:22 +02:00
committed by GitHub
parent 9e7093719b
commit debf01eeba
@@ -8,8 +8,12 @@ lang: en-US
# --description--
This quiz checks your understanding of how to read, organize, and talk about code documentation.
To pass the quiz, you must correctly answer at least 9 of the 10 questions below.
Read each question and choose the correct answer. There's only one correct answer for each question.
# --quizzes--
## --quiz--
@@ -18,219 +22,218 @@ To pass the quiz, you must correctly answer at least 9 of the 10 questions below
#### --text--
Placeholder question
Which definition is incorrect?
#### --distractors--
Placeholder distractor 1
`Overwhelming` means something feels too hard to manage.
---
Placeholder distractor 2
`Effective` means something gives the wanted result.
---
Placeholder distractor 3
`Extensive` means large in size or amount.
#### --answer--
Placeholder answer
All definitions are correct.
### --question--
#### --text--
Placeholder question
Which sentence means to encounter or confront a challenge?
#### --distractors--
Placeholder distractor 1
`I am faced to a problem.`
---
Placeholder distractor 2
`I am faced at a problem.`
---
Placeholder distractor 3
`I am faced for a problem.`
#### --answer--
Placeholder answer
`I am faced with a problem.`
### --question--
#### --text--
Placeholder question
What's the difference between a `table of contents` and an `index`?
#### --distractors--
Placeholder distractor 1
Both are at the end of a document.
---
Placeholder distractor 2
Both list only page numbers.
---
Placeholder distractor 3
They are the same thing.
#### --answer--
Placeholder answer
The `table` shows structure; the `index` helps find details.
### --question--
#### --text--
Placeholder question
What does `once` mean in this sentence: `Once the update is ready, we will release it`?
#### --distractors--
Placeholder distractor 1
After waiting for a very long time.
---
Placeholder distractor 2
Only one time in the past.
---
Placeholder distractor 3
Before the update is ready.
#### --answer--
Placeholder answer
Immediately when the update becomes ready.
### --question--
#### --text--
Placeholder question
What do you call the beginning of a document that introduces the main topics?
#### --distractors--
Placeholder distractor 1
`Paragraph`
---
Placeholder distractor 2
`Description`
---
Placeholder distractor 3
`Recommendation`
#### --answer--
Placeholder answer
`Introductory part`
### --question--
#### --text--
Placeholder question
What does `to skim through` mean?
#### --distractors--
Placeholder distractor 1
To read every detail carefully
---
Placeholder distractor 2
To ignore the text completely
---
Placeholder distractor 3
To read parts very slowly
#### --answer--
Placeholder answer
To read quickly for main ideas
### --question--
#### --text--
Placeholder question
Which of the following means to find your way through something?
#### --distractors--
Placeholder distractor 1
`To cover`
---
Placeholder distractor 2
`To skim`
---
Placeholder distractor 3
`To interpret`
#### --answer--
Placeholder answer
`To navigate`
### --question--
#### --text--
Placeholder question
What is a `snippet`?
#### --distractors--
Placeholder distractor 1
A full software program
---
Placeholder distractor 2
A long piece of documentation
---
Placeholder distractor 3
A list of errors
#### --answer--
Placeholder answer
A small piece of reusable code
### --question--
#### --text--
Placeholder question
When would you say: `I went over the rules as you said`?
#### --distractors--
Placeholder distractor 1
When you forgot to read the rules at all.
---
Placeholder distractor 2
When you changed the rules by yourself.
---
Placeholder distractor 3
When you argued about the rules with someone.
#### --answer--
Placeholder answer
When you carefully read the rules because someone asked you to.
### --question--
#### --text--
Placeholder question
What would you say to someone to help them focus more?
#### --distractors--
Placeholder distractor 1
`Thanks for sharing these tips.`
---
Placeholder distractor 2
`Okay, that makes sense.`
---
Placeholder distractor 3
`I'll keep that in mind.`
#### --answer--
Placeholder answer
`Pay more attention next time.`