feat(curriculum): EN-A2 quiz for block 25 (#65807)

This commit is contained in:
Anastasiia 2026-02-11 22:55:13 +02:00 committed by GitHub
parent 6e1018db2b
commit 960eab3333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,12 @@ lang: en-US
# --description--
This quiz checks your understanding of how to offer technical support and guidance clearly and effectively.
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 of the following suggests reviewing something as a team?
#### --distractors--
Placeholder distractor 1
`Keep that in mind.`
---
Placeholder distractor 2
`Now, first things first.`
---
Placeholder distractor 3
`I'm here to help.`
#### --answer--
Placeholder answer
`Let's take a look together.`
### --question--
#### --text--
Placeholder question
What is `error handling`?
#### --distractors--
Placeholder distractor 1
A method for removing old files from the system
---
Placeholder distractor 2
A process for installing new programs on a computer
---
Placeholder distractor 3
A technique for saving data safely on a server
#### --answer--
Placeholder answer
A way to write code that detects and responds to errors
### --question--
#### --text--
Placeholder question
Which definition is incorrect?
#### --distractors--
Placeholder distractor 1
`To grasp` means to understand something clearly.
---
Placeholder distractor 2
`To install` means to set up software or equipment for use.
---
Placeholder distractor 3
`To consider` means to think carefully before deciding.
#### --answer--
Placeholder answer
`To encounter` means to have an impact on something.
### --question--
#### --text--
Placeholder question
What do you call a problem with the code that might occur under certain conditions?
#### --distractors--
Placeholder distractor 1
`Conditional statement`
---
Placeholder distractor 2
`Valuable resource`
---
Placeholder distractor 3
`Authentication module`
#### --answer--
Placeholder answer
`Potential issue`
### --question--
#### --text--
Placeholder question
What does `if` mean in this sentence: `If the bug appears again, please let me know`?
#### --distractors--
Placeholder distractor 1
The bug appears every time, and you must report it.
---
Placeholder distractor 2
The bug already appeared, and you are reporting it now.
---
Placeholder distractor 3
The bug will never appear again.
#### --answer--
Placeholder answer
The bug may appear in the future, and then you should report it.
### --question--
#### --text--
Placeholder question
What does `within an hour` mean?
#### --distractors--
Placeholder distractor 1
After more than one hour has passed
---
Placeholder distractor 2
Exactly at the end of the workday
---
Placeholder distractor 3
During the time of a scheduled meeting
#### --answer--
Placeholder answer
Before one hour has passed
### --question--
#### --text--
Placeholder question
True or false: The `source of a problem` refers to the origin or cause of the issue.
#### --distractors--
Placeholder distractor 1
That's false.
---
Placeholder distractor 2
It depends on the person who noticed the issue.
---
Placeholder distractor 3
It depends on the issue.
#### --answer--
Placeholder answer
That's true.
### --question--
#### --text--
Placeholder question
When would you say `Don't hesitate to ask for help` to someone?
#### --distractors--
Placeholder distractor 1
When a coworker already finished the task successfully.
---
Placeholder distractor 2
When someone clearly does not need any support.
---
Placeholder distractor 3
When someone is leaving the office for the day.
#### --answer--
Placeholder answer
When someone does their task and looks unsure.
### --question--
#### --text--
Placeholder question
What does `to break` mean in a software context?
#### --distractors--
Placeholder distractor 1
To run a program correctly without errors
---
Placeholder distractor 2
To update the program automatically with new features
---
Placeholder distractor 3
To create a backup of files and data
#### --answer--
Placeholder answer
To cause the software to stop working correctly
### --question--
#### --text--
Placeholder question
What does this sentence express: `Reach out to her if you need more help`?
#### --distractors--
Placeholder distractor 1
You should ignore the request completely.
---
Placeholder distractor 2
You should finish the task alone without help.
---
Placeholder distractor 3
You should avoid asking your colleagues any questions.
#### --answer--
Placeholder answer
You should contact someone for assistance or advice.