Back to Freecodecamp

Task 142

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does David mean?

--answers--

He is saying goodbye, but expects to speak with Jessica again shortly.


He is making plans to meet up in person soon.

--feedback--

David doesn't mention meeting in person, just talking again.


He is ending the conversation permanently.

--feedback--

Talk to you soon suggests future communication, not a permanent goodbye.


He wants to call Jessica back immediately.

--feedback--

David isn't referring to an immediate call.

--video-solution--

1

--explanation--

Talk to you soon is a friendly and casual way of saying goodbye while suggesting that the conversation will continue in the near future. It doesn't mean a permanent goodbye or a specific time for meeting.

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