Back to Freecodecamp

Task 93

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

latest1.7 KB
Original Source
<!-- (audio) David: It's helpful to see how our resources are being managed. Let's keep a close eye on our spending as we move forward. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does David suggest they do as the project continues?

--answers--

Hire more team members.

--feedback--

He doesn't mention adding anyone new.


Track their spending carefully.


Launch the project early.

--feedback--

There's no reference to launch timing in this statement.


Avoid updating the budget again.

--feedback--

He doesn't say to avoid updates.

--video-solution--

2

--explanation--

David says, Let's keep a close eye on our spending.

This means he wants to monitor expenses closely to stay on budget and avoid surprises.

--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": 89.92
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 7.3,
      "dialogue": {
        "text": "It's helpful to see how our resources are being managed. Let's keep a close eye on our spending as we move forward.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 7.8
    }
  ]
}