Back to Freecodecamp

Task 143

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67cb2551afd7e0428cbb6d1d.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: We might need to adjust the deadline even if it's just a few days. This would give the team some breathing room. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Bob tell Maria he will investigate to see if adjusting the deadline is a possibility?

--answers--

I'll look into it.

--audio-id--

EN86871133


You should decide that on your own.

--audio-id--

EN20d2c6e4

--feedback--

Maria is suggesting a discussion, not making a decision alone.

--video-solution--

1

--explanation--

To look into something means to investigate or explore a matter further before making a decision. For example:

I'll look into possible solutions and get back to you. - This means the speaker will check available options and provide an answer later.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 54.5,
      "finishTimestamp": 59.38
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "We might need to adjust the deadline even if it's just a few days.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.26,
      "finishTime": 5.88,
      "dialogue": {
        "text": "This would give the team some breathing room.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.38
    }
  ]
}