Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68483b65f4592762d2b2c436.md

latest1.5 KB
Original Source
<!-- (audio) David: It's helpful to see how our resources are being managed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's helpful to see how our resources are being BLANK.

--blanks--

managed

--feedback--

This means something is being controlled, organized, or used carefully. It ends in -ed.

--explanation--

To manage something means to organize or control it effectively — like money, time, or people. For example:

He managed the database migration successfully. — He did the database move well.

David is saying he appreciates seeing how the project funds and resources are being used and tracked.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 83.62,
      "finishTimestamp": 86.54
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "It's helpful to see how our resources are being managed.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}