Back to Freecodecamp

Task 70

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/664142b603be4d4521520f50.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: And what about the budget allocation? You mentioned it was $10,000, but I found an email saying it's $15,000. -->

--description--

Listen to Maria and answer the question.

--questions--

--text--

What was the budget allocation issue Maria found?

--answers--

She got an email saying the allocation was $5,000 less than what Brian mentioned

--feedback--

Actually, it was $5,000 more than what Brian mentioned, not less.


Brian mentioned a budget allocation with more money than what she saw in the email

--feedback--

The budget mentioned in the email had more money than what he mentioned, not the opposite.


There was a $5,000 difference between the budget allocation in the email and the one Brian mentioned


The company doesn't have the amount of money the budget allocation requires

--feedback--

There is no mention to the fact that the company does not have the money required.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 32,
      "finishTimestamp": 37.58
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "And what about the budget allocation?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.7,
      "finishTime": 6.58,
      "dialogue": {
        "text": "You mentioned it was $10,000, but I found an email saying it's $15,000.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}