feat(curriculum): EN-A2 quiz for block 26 (#65821)

This commit is contained in:
Anastasiia
2026-02-11 23:01:59 +02:00
committed by GitHub
parent 960eab3333
commit 8826ef667b
@@ -8,8 +8,12 @@ lang: en-US
# --description--
This quiz checks your understanding of useful language and key terms for requesting help, describing challenges, and receiving guidance in technical situations.
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
What would you say to mean there's a missing piece in the code?
#### --distractors--
Placeholder distractor 1
`I tackled the difficult problem.`
---
Placeholder distractor 2
`I could use a fresh perspective.`
---
Placeholder distractor 3
`Of course, I'm happy to help.`
#### --answer--
Placeholder answer
`I feel like I'm missing something.`
### --question--
#### --text--
Placeholder question
Which of the following best describes `time complexity`?
#### --distractors--
Placeholder distractor 1
The total number of lines in a program
---
Placeholder distractor 2
The speed of your internet connection
---
Placeholder distractor 3
The number of users in a system
#### --answer--
Placeholder answer
The time an algorithm takes depending on input size
### --question--
#### --text--
Placeholder question
How would you describe something that is easier to handle or deal with?
#### --distractors--
Placeholder distractor 1
`Extensive`
---
Placeholder distractor 2
`Preferred`
---
Placeholder distractor 3
`Helpful`
#### --answer--
Placeholder answer
`Manageable`
### --question--
#### --text--
Placeholder question
Do `to deal with` and `to struggle with` have the same meaning?
#### --distractors--
Placeholder distractor 1
Yes, they both mean to solve something easily.
---
Placeholder distractor 2
Yes, they both mean to avoid something.
---
Placeholder distractor 3
No, `to struggle with` means finishing successfully.
#### --answer--
Placeholder answer
No, `to deal with` means managing, `to struggle with` means having difficulty.
### --question--
#### --text--
Placeholder question
What does `to troubleshoot` mean?
#### --distractors--
Placeholder distractor 1
To install new software
---
Placeholder distractor 2
To write new program features
---
Placeholder distractor 3
To delete unnecessary files
#### --answer--
Placeholder answer
To identify and solve problems in a system
### --question--
#### --text--
Placeholder question
What is `optimization`?
#### --distractors--
Placeholder distractor 1
Adding more features to a program
---
Placeholder distractor 2
Testing code for the first time
---
Placeholder distractor 3
Changing the design of a website
#### --answer--
Placeholder answer
Making a system as efficient and effective as possible
### --question--
#### --text--
Placeholder question
Which definition is incorrect?
#### --distractors--
Placeholder distractor 1
`To tackle` means to take on a difficult task.
---
Placeholder distractor 2
`To break down` means to divide into smaller parts.
---
Placeholder distractor 3
`To approach` means to start dealing with a problem.
#### --answer--
Placeholder answer
`To join` means to arrange or prepare something.
### --question--
#### --text--
Placeholder question
Which of the following means the same as `Do you need some assistance?`
#### --distractors--
Placeholder distractor 1
`What seems to be the issue?`
---
Placeholder distractor 2
`What are you having trouble with?`
---
Placeholder distractor 3
`Have you ever dealt with this?`
#### --answer--
Placeholder answer
`Need a hand?`
### --question--
#### --text--
Placeholder question
What is an example of `having a hard time`?
#### --distractors--
Placeholder distractor 1
A team enjoys a team-building game after work
---
Placeholder distractor 2
Friends enjoy a coffee break after work
---
Placeholder distractor 3
A developer celebrates fixing a bug
#### --answer--
Placeholder answer
A new employee struggles to understand the task
### --question--
#### --text--
Placeholder question
What does this question ask about: `Have you ever tackled a similar challenge?`
#### --distractors--
Placeholder distractor 1
If you are working on the challenge right now.
---
Placeholder distractor 2
If you solved the exact same problem yesterday.
---
Placeholder distractor 3
If you will face this challenge in the future.
#### --answer--
Placeholder answer
If you had experience with a similar problem in the past.