Back to Freecodecamp

Task 92

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

latest1.9 KB
Original Source
<!-- (Audio) Jake: They'll likely be concerned. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How will the clients feel?

--answers--

They'll be completely calm.

--feedback--

Jake uses the word concerned which suggests worry, not calmness.


They'll likely be concerned.


They'll be unaware of the situation.

--feedback--

Jake's statement focuses on their feelings, not whether they know about the situation.


They'll feel excited.

--feedback--

The word concerned means worry, which is the opposite of excitement.

--video-solution--

2

--explanation--

Likely be suggests this is a probable outcome, though not certain.

Concerned means feeling worried or anxious about something. In this context, Jake predicts that the clients will feel worried about the news. For example:

  • The team was concerned about meeting the deadline. - This shows they were worried about achieving their goal.

  • Our clients were concerned about the system's performance. - This indicates they were anxious about how well the system was functioning.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 44.6,
      "finishTimestamp": 46.0
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.4,
      "dialogue": {
        "text": "They'll likely be concerned",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 2.9
    }
  ]
}