Back to Freecodecamp

Task 69

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

latest1.5 KB
Original Source
<!-- (audio) David: I see. How are we doing with the testing phase? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which sentence is the best response if Alice wants to share the budget figure?

--answers--

Testing has been allocated 13% of the budget.

--audio-id--

EN90f32583


It should be finished by Friday.

--audio-id--

ENddde52b6

--feedback--

This answers a timing question — not the budget question.

--video-solution--

1

--explanation--

David asks, How are we doing with the testing phase?

The correct answer should be helpful and specific. It shows how much is planned financially for that phase — a key part of project tracking and communication.

--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": 42.36,
      "finishTimestamp": 45.26
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "I see. How are we doing with the testing phase?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}