Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d6b537861fd664104456cb.md

latest1.5 KB
Original Source
<!-- (audio) Sophie: Thanks for the insights. It sounds like we need to prepare for different scenarios. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks for the insights. It sounds like we BLANK to BLANK for different scenarios.

--blanks--

need

--feedback--

This verb expresses that something is necessary or required.


prepare

--feedback--

This verb means to get ready for something.

--explanation--

Need to prepare means that getting ready for something is necessary.

Sophie understands that different situations may happen and concludes that the team must be ready for all of them.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 57,
      "finishTimestamp": 60.3
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Thanks for the insights. It sounds like we need to prepare for different scenarios.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}