mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
86 lines
2.1 KiB
Markdown
86 lines
2.1 KiB
Markdown
---
|
|
id: 680e37546a5f7092413d26bd
|
|
title: Task 52
|
|
challengeType: 19
|
|
dashedName: task-52
|
|
lang: en-US
|
|
---
|
|
|
|
<!-- READING -->
|
|
|
|
# --instructions--
|
|
|
|
Read the text and answer the question below.
|
|
|
|
# --questions--
|
|
|
|
## --text--
|
|
|
|
After their meeting, Josh followed up by sending Sarah an email with the updated quote based on everything they discussed:
|
|
|
|
`Hi Sarah,`
|
|
|
|
`Thank you again for meeting with me today. Based on our discussion, I've drafted a new quote for the components needed for the next product batch.`
|
|
|
|
`Here's a quick overview:`
|
|
|
|
`Resistors: We have selected the high-capacity ones from the catalog you preferred. We will prepare a sample for you before making the full order.`
|
|
|
|
`Cables: I've updated the order to request longer lengths, about double the size we used last time.`
|
|
|
|
`Connectors: We've included the highest quality options, as discussed, to ensure the best performance for the new design.`
|
|
|
|
`Attached, you'll find the updated list of items. I have checked our stock levels, and most of these items are ready to go. For those that are not immediately available, I've noted the expected arrival times.`
|
|
|
|
`Please review the quote when you have a moment. Let's touch base after you've had a chance to look it over.`
|
|
|
|
`Thanks again, and I look forward to your feedback!`
|
|
|
|
`Best regards,`
|
|
|
|
`Josh`
|
|
|
|
What problem with the cables does Josh address?
|
|
|
|
## --answers--
|
|
|
|
They were too expensive.
|
|
|
|
### --feedback--
|
|
|
|
Josh doesn't mention the cost of the cables.
|
|
|
|
---
|
|
|
|
They were too short last time.
|
|
|
|
---
|
|
|
|
They were not in the catalog.
|
|
|
|
### --feedback--
|
|
|
|
Josh does not say the cables were missing from the catalog.
|
|
|
|
---
|
|
|
|
They were too heavy to ship.
|
|
|
|
### --feedback--
|
|
|
|
There is no mention of weight or shipping problems in the email.
|
|
|
|
## --video-solution--
|
|
|
|
2
|
|
|
|
# --explanation--
|
|
|
|
To find the correct answer, focus on the part where Josh talks about cables.
|
|
|
|
Josh says the order was updated to `request longer lengths`, indicating the previous cables were too short.
|
|
|
|
This shows that the problem is about the cable length, not cost, catalog availability, or weight.
|
|
|
|
Choose the option that mentions cables being too short.
|