Back to Freecodecamp

Task 88

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How do you think our clients BLANK BLANK to this news?

--blanks--

will

--feedback--

This modal verb is used to talk about what is likely to happen in the future.


react

--feedback--

This word means to respond or behave in a certain way when something happens.

--explanation--

Will is a modal verb used to predict the future.

React means how someone responds or behaves in response to something. For example:

  • How do you think the team will react to the delay? - This predicts the team's response to a delay.

  • Our clients will react positively to the improved service. - This shows an expected positive response to a change.

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