Back to Freecodecamp

Task 144

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: I'll look into it. Could you also find out how much extra time they really need? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll look into it. Could you also BLANK out how much extra time they really need?

--blanks--

find

--feedback--

Followed by out, this means to discover information by asking, researching, or investigating.

--explanation--

To find out means to discover information, usually by asking, researching, or investigating. For example:

She found out that the meeting was rescheduled. - This means she learned or discovered that the meeting time had changed.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 59.64,
      "finishTimestamp": 64.08
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.44,
      "dialogue": {
        "text": "I'll look into it. Could you also find out how much extra time they really need?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}