Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67472280c0b01f5e1442f8da.md

latest2.2 KB
Original Source
<!-- (Audio) Maria: We need to make sure they're ready to handle any immediate issues that come up. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to ensure?

--answers--

That they've already solved all the issues.

--feedback--

Maria is talking about preparation for future problems, not resolving something that has already been handled.


That they're ready to handle any immediate issues.


That they avoid dealing with any issues.

--feedback--

Maria emphasizes readiness, not avoidance. Think about whether she wants them to act or ignore.


That they focus only on long-term problems.

--feedback--

Maria's focus is on immediate issues, not long-term concerns. Pay attention to the word immediate.

--video-solution--

2

--explanation--

To find the correct answer, listen to the key phrases in Maria's statement: We need to make sure they're ready and to handle any immediate issues that come up.

The word ready indicates preparation, and immediate issues specifies the type of problems Maria is referring to.

Together, these phrases show that Maria is focused on ensuring readiness to deal with short-term, unexpected challenges.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 27.24,
      "finishTimestamp": 30.76
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "We need to make sure they're ready to handle",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.88,
      "finishTime": 4.52,
      "dialogue": {
        "text": "any immediate issues that come up.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}