Back to Freecodecamp

Task 90

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

latest1.8 KB
Original Source
<!-- (audio) David: Great. Thanks for the detailed update, Alice. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is David thanking Alice for?

--answers--

For giving a clear and complete report about the project budget.


For finishing the project early.

--feedback--

Alice shared an update, but there's no mention that the project is finished.


For changing the team members.

--feedback--

There is no mention of the team changing.


For suggesting new features.

--feedback--

Alice's message was about budget updates, not feature planning.

--video-solution--

1

--explanation--

A detailed update is a clear and complete report that includes all important information. For example:

She gave a detailed update on the team's progress. — She shared full info about what the team had done.

David is thanking Alice for providing a well-organized financial overview of the project.

--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": 80.52,
      "finishTimestamp": 83.32
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Great. Thanks for the detailed update, Alice.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.3
    }
  ]
}