Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675323b130ad71572ef10510.md

latest1.8 KB
Original Source
<!-- (Audio) Jake: It looks like someone will need to notify the team and take immediate action. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Who will need to take immediate action?

--answers--

Jake

--feedback--

Jake does not say that he will be the one taking action in this context.


Sarah

--feedback--

Jake does not mention Sarah needing to take immediate action in this context.


Someone


The entire team

--feedback--

The audio does not mention the entire team needing to act.

--video-solution--

3

--explanation--

In the audio, Jake uses the word someone, which means he is not specifying a particular person who needs to act. The word someone helps identify that the responsibility is not assigned to Jake, Sarah, or the entire team.

Listen for the phrase someone will need to notify. This is a key part of the sentence that points out the correct answer.

--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": 3.56,
      "finishTimestamp": 7.52
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "It looks like someone will need to notify the team and take immediate action.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}