Back to Freecodecamp

Task 83

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

latest1.9 KB
Original Source
<!-- (audio) David: That's reassuring. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is David happy about the 15% contingency budget?

--answers--

No, he's worried they won't have enough funding.

--feedback--

He says that's reassuring, which means he feels more confident or safe, not worried.


No, he disagrees with the spending plan.

--feedback--

There is no sign that he disagrees. His tone is positive.


Yes, because the project is almost complete.

--feedback--

He's not commenting on project progress — he's reacting to the contingency plan.


Yes, he feels more confident because there's a plan for unexpected costs.

--video-solution--

4

--explanation--

Reassuring means something makes you feel better or more confident, especially when you're unsure. For example:

The team leader gave a reassuring update about the project. — The update helped the team feel confident that things were okay.

David is happy that 15% of the budget is saved in case of emergency — it gives him peace of mind.

--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": 69.8,
      "finishTimestamp": 70.94
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 2.14,
      "dialogue": {
        "text": "That's reassuring.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 2.64
    }
  ]
}