Back to Freecodecamp

Task 94

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

latest2.0 KB
Original Source
<!-- (audio) James: It's possible. If we get a lot of users at once, the servers could get overwhelmed. We may need to scale up to handle the load. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question

--questions--

--text--

Sophie thanks James and makes a conclusion. What would she say?

--answers--

That wasn't really helpful. I don't think we need to worry about anything.

--audio-id--

EN752a6925

--feedback--

Sophie acknowledges the challenges, so she wouldn't dismiss them.


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

--audio-id--

EN481a864f

--video-solution--

2

--explanation--

To thank someone for their insights, you can say:

  • Thanks for the insights!

  • I appreciate your perspective.

  • That was really helpful. Thank you!

To make a conclusion, you can use:

  • It sounds like we need to...

  • So, we should consider...

  • That means we have to prepare for...

Sophie thanks James for his insights and concludes that they need to prepare for different possible scenarios before deployment.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 48.5,
      "finishTimestamp": 56.8
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 9.3,
      "dialogue": {
        "text": "It's possible. If we get a lot of users at once, the servers could get overwhelmed. We may need to scale up to handle the load.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 9.8
    }
  ]
}