Back to Freecodecamp

Task 47

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680e2ea3990129752bcbd173.md

latest2.0 KB
Original Source
<!-- (Audio) Josh: I'll draft a new quote with these specifics and send it over to you by tomorrow. Does that work for you? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Josh offering to do?

--answers--

He is asking Sarah to create a quote.

--feedback--

Josh says he will draft the quote, not Sarah.


He is planning to cancel the order.

--feedback--

Josh talks about preparing a new quote, not canceling anything.


He is offering to deliver the materials today.

--feedback--

He says he will send something by tomorrow, not today.


He is offering to prepare and send a new quote based on details they discussed.

--video-solution--

4

--explanation--

Josh says he will draft a new quote with these specifics, meaning he will create a new formal document that includes the exact details they talked about.

He also says he will send it over by tomorrow, which shows he is setting a clear timeline for delivery.

Finally, by asking Does that work for you, he checks if the plan is acceptable.

This shows Josh is confirming the action, setting expectations, and being polite and professional at the same time.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Josh",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 70.14,
      "finishTimestamp": 75.94
    }
  },
  "commands": [
    {
      "character": "Josh",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Josh",
      "startTime": 1,
      "finishTime": 6.8,
      "dialogue": {
        "text": "I'll draft a new quote with these specifics and send it over to you by tomorrow. Does that work for you?",
        "align": "center"
      }
    },
    {
      "character": "Josh",
      "opacity": 0,
      "startTime": 7.3
    }
  ]
}