Back to Freecodecamp

Task 89

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

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Yes, I'll contact them now. How do you think our clients will react to this news? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah wondering about?

--answers--

How the clients will react to the news.


If the clients reacted well to the news.

--feedback--

Sarah is asking about the future, not something that has already happened.


How the clients reacted to the news.

--feedback--

Sarah is asking about the future, not something that has already happened.


If they should let the clients know about the news.

--feedback--

Sarah is not asking whether to share the news.

--video-solution--

1

--explanation--

In the sentence, Sarah says, How do you think our clients will react to this news? Here's how to find the answer:

Will react uses the Future Simple tense, showing Sarah is asking about a future possibility.

React focuses on the clients' response or behavior.

This indicates Sarah is wondering about how the clients might respond to the news.

--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": 39.9,
      "finishTimestamp": 44.02
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.6,
      "dialogue": {
        "text": "Yes, I'll contact them now.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.9,
      "finishTime": 5.12,
      "dialogue": {
        "text": "How do you think our clients will react to this news?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}