Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6797ebddb2b743ebc70058c5.md

latest2.9 KB
Original Source
<!-- (Audio) Bob: Excellent. Let's have a great quarter ahead. Talk to you soon, Jessica. Jessica: Thanks, Bob. Talk to you soon. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What can we conclude when both Bob and Jessica say Talk to you soon?

--answers--

They are ending their conversation permanently.

--feedback--

When they end the session, they say something that shows they intend to talk again, not that the communication will end permanently.


They will only talk again if there's an emergency.

--feedback--

The phrase they use suggests a casual expectation of communicating again, not only in emergencies.


They are unsure about when they will speak again.

--feedback--

The phrase used by the two of them to finish the session implies they plan to talk again in the near future, not uncertainty.


The review feedback session is coming to an end and they will probably meet again in a very short time.

--video-solution--

4

--explanation--

Talk to you soon is commonly used to end a conversation while expressing an expectation of speaking again in the near future. For example:

I'll send you the details later. Talk to you soon! - This indicates that the person plans to follow up or continue communication shortly.

It is a polite and friendly way to say goodbye temporarily, often used in both personal and professional contexts.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 52.2,
      "finishTimestamp": 57.72
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.04,
      "dialogue": {
        "text": "Excellent. Let's have a great quarter ahead.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.44,
      "finishTime": 4.66,
      "dialogue": {
        "text": "Talk to you soon, Jessica.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.83
    },
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 4.83
    },
    {
      "character": "Jessica",
      "startTime": 5,
      "finishTime": 6.52,
      "dialogue": {
        "text": "Thanks, Bob. Talk to you soon.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}