Back to Freecodecamp

Task 141

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f3c2e15dac2afb8190f1c9.md

latest1.4 KB
Original Source
<!-- (Audio) David: No problem. Talk to you soon. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No problem. BLANK.

--blanks--

Talk to you soon

--feedback--

This four-word phrase is a common way to say goodbye, indicating that you expect to communicate with the person again soon.

--explanation--

Talk to you soon is an informal way to say goodbye, meaning you expect to talk to the person again in the near future. For example:

I'll send you an email later. Talk to you soon! — This means you will be in contact again, usually within a short period of time.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 78.28,
      "finishTimestamp": 79.6
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "No problem. Talk to you soon.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 2.82
    }
  ]
}