Back to Freecodecamp

Task 48

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

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Perfect, Josh. Thank you for the quick turnaround. Let's touch base once I review the quote. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect, Josh. Thank you for the quick BLANK. Let's BLANK BLANK I review the quote.

--blanks--

turnaround

--feedback--

This word refers to how quickly something is completed and returned.


touch base

--feedback--

This two-word phrase means to make contact or check in with someone briefly.


once

--feedback--

This word means as soon as or after something happens.

--explanation--

Turnaround means the time it takes to complete a task or project and deliver results. For example:

The IT team had a quick turnaround for fixing the network issue. – This means they completed the repair quickly.

Touch base means to make quick contact or have a short meeting to discuss updates. For example:

Let's touch base tomorrow to finalize the server configuration. – This shows a brief meeting to check progress.

Once means immediately after something happens. For example:

I'll update the software once the backup is complete. – This shows action after a specific event.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 76.12,
      "finishTimestamp": 80.1
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.98,
      "dialogue": {
        "text": "Perfect, Josh. Thank you for the quick turnaround. Let's touch base once I review the quote.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.48
    }
  ]
}