Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67532227a04e5e4cd4ccf987.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 complete the sentence below.

--fillInTheBlank--

--sentence--

It looks like someone BLANK BLANK to notify the team and take immediate action.

--blanks--

will

--feedback--

This word is a modal verb used to express a decision made at the moment of speaking.


need

--feedback--

This word shows that something is necessary or required.

--explanation--

Will is used to express a decision made at the moment of speaking, often when someone reacts to a situation. It is a way to show spontaneity or immediate response. For example:

I will call the manager right away. - This shows a decision made at the moment in response to a need.

Need means something is required or necessary. For example:

We need more time to finish the project. - This shows something essential to complete the task.

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