mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-23 04:03:42 -04:00
feat(curriculum): EN-A2 quiz for block 18 (#65718)
This commit is contained in:
@@ -8,8 +8,12 @@ lang: en-US
|
||||
|
||||
# --description--
|
||||
|
||||
This quiz checks your understanding of how to describe problems, understanding, and solutions clearly.
|
||||
|
||||
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 means to review or examine something carefully?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`Please go around the files and find the mistake.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`Please go with the files and find the mistake.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`Please go into the files and find the mistake.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`Please go through the files and find the mistake.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
How do you describe something that continues to exist or happen?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`Uncertain`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`Missing`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`Complicated`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`Persistent`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What does this sentence express: `I can explain what I was trying to achieve there`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
You do not know your goal.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
You cannot explain your idea.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
You need help with your idea.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
You understand your plan clearly.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Which of the following means the code performs exactly how it's supposed to?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`The code works sometimes.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`The code has many errors.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`The code stops working often.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`The code works as expected.`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
True or false: `Symptoms` are signs or indications of a problem in software or code.
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
That's false.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
It depends on software or code.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
It depends on a problem.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
That's true.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What does this sentence express: `It doesn't seem to be a major issue`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
The problem is very serious.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
The problem is already fixed.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
The problem will get worse.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
The problem is not very serious.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
Which definition is incorrect?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`To achieve` means to reach a goal after effort.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`To pinpoint` means to identify something exactly.
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`To occur` means to happen suddenly.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`To pair up` means to find something by accident.
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What does `to figure out` mean?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
To change the plan
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
To guess without thinking
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
To forget something
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
To understand or solve something
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What is an example of `expertise`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
A beginner learning basics
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
A person guessing answers
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
A person avoiding challenges
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
|
||||
A skilled developer with experience
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Placeholder question
|
||||
What would you say to show you now have a better understanding?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Placeholder distractor 1
|
||||
`I should probably understand the logic better.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 2
|
||||
`I can take a look at it.`
|
||||
|
||||
---
|
||||
|
||||
Placeholder distractor 3
|
||||
`I can definitely work on that with you.`
|
||||
|
||||
#### --answer--
|
||||
|
||||
Placeholder answer
|
||||
`I have a clearer picture now.`
|
||||
|
||||
Reference in New Issue
Block a user