Back to Freecodecamp

Task 89

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

latest1.7 KB
Original Source
<!-- (audio) Alice: Most of that was in the initial setup and early development stages. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Where has most of the money been spent so far?

--answers--

In marketing and beta testing.

--feedback--

Those come later in the project — Alice is referring to the early phases.


In user training and support.

--feedback--

Training happens near the end or after launch, not during setup.


No budget has been used yet.

--feedback--

She says they've used 40% and explains where most of it went.


In the setup and beginning phases of development.

--video-solution--

4

--explanation--

Alice says that most of the spending happened during the initial setup and early development, meaning the beginning stages of the project used the largest portion of the 40% spent.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 77.1,
      "finishTimestamp": 80.16
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "Most of that was in the initial setup and early development stages.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.56
    }
  ]
}