Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675c92e9a6133659ccad5424.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: How do you think our clients will react to this news? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Jake thinks clients will be probably worried. Which option will deliver this message to Sarah?

--answers--

They'll likely be concerned.

--audio-id--

ENc6b1c263


They already know about the news.

--audio-id--

ENaa15e957

--feedback--

Jake is not discussing whether the clients know about the news; he is focusing on their potential reaction.

--video-solution--

1

--explanation--

The correct answer is They'll likely be concerned. Here's why:

They'll indicates Jake is predicting the clients' future reaction.

Likely suggests that worry is probable, though not certain.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 41.7,
      "finishTimestamp": 44.02
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.32,
      "dialogue": {
        "text": "How do you think our clients will react to this news?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.82
    }
  ]
}