Back to Freecodecamp

Task 45

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

latest1.9 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 complete the sentence below.

--fillInTheBlank--

--sentence--

I'll draft a new quote with these specifics and BLANK you BLANK. Does that work for you?

--blanks--

send it over to

--feedback--

These four words together mean to deliver or transfer something, usually through email or another communication method.


by tomorrow

--feedback--

This two-word phrase means no later than the end of the following day.

--explanation--

Send it over to means to deliver a file, document, or message to another person, often by email or online. For example:

I'll send it over to the design team after making the changes. – This means transferring the document to them.

By tomorrow means completing the action before or at the end of the next day. For example:

We need to finalize the software update by tomorrow. – This shows a clear deadline.

--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
    }
  ]
}