Back to Freecodecamp

Task 52

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

latest1.5 KB
Original Source
<!-- (audio) David: Can you start with how our budget is currently allocated across the different phases? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is the best response if Alice agrees and is ready to explain?

--answers--

Let me check with Maria first.

--audio-id--

ENfd48b8aa

--feedback--

Maria is at the conference. Alice already said she'd be the one helping.


Absolutely.

--audio-id--

ENc6bfe044

--video-solution--

2

--explanation--

Alice already offered to walk David through the budget.

Saying Absolutely. shows she's ready to explain and agrees to start with the budget allocation.

--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": 9.3,
      "finishTimestamp": 14.06
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "Can you start with how our budget is currently allocated across the different phases?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 6.26
    }
  ]
}