Back to Freecodecamp

Task 77

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

latest1.7 KB
Original Source
<!-- (audio) David: What fraction of our resources is still available for unforeseen expenses? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is David asking about?

--answers--

Who is responsible for expense tracking.

--feedback--

He's not asking who is managing it.


How much of the project's budget or resources are left for unexpected costs.


Whether the whole project is fully funded.

--feedback--

He's not asking about total funding.


If the testing budget was too high.

--feedback--

David is not referring to testing or any specific budget category.

--video-solution--

2

--explanation--

David asks, What fraction of our resources is still available for unforeseen expenses?

He wants to know how much is left over (like a percentage or part of the budget) for surprise costs that weren't part of the original plan.

--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": 57.3,
      "finishTimestamp": 61.8
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.5,
      "dialogue": {
        "text": "What fraction of our resources is still available for unforeseen expenses?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 6
    }
  ]
}