Back to Freecodecamp

Task 95

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

latest1.8 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 answer the question below.

--questions--

--text--

What is Sophie's conclusion?

--answers--

They have no risks to consider.

--feedback--

Sophie sees potential risks.


They should delay the project indefinitely.

--feedback--

Sophie does not say they must delay the project.


They need to prepare for different scenarios.


They only need to focus on one possible outcome.

--feedback--

Sophie says they should prepare for different scenarios, not just one.

--video-solution--

3

--explanation--

Need expresses something that is necessary or required. For example:

  • We need more time to test the software. - Testing is necessary.

  • You need to update your password regularly. - Regular updates are required.

Sophie concludes that they must prepare for multiple possible outcomes before deployment.

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