Back to Freecodecamp

Task 129

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f36332691212e102c31b0a.md

latest2.1 KB
Original Source
<!-- (Audio) David: Yeah, I noticed the budget tracking feature wasn't in the latest build. Was that supposed to be in this update, or is it coming later? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is David asking about?

--answers--

If the budget tracking feature was expected to be in the current update.


If the update was released on time.

--feedback--

David is asking about the feature, not the timing of the release.


If the feature has been removed from the update.

--feedback--

David is not suggesting that the feature was removed.


If the app needs more testing before the feature is added.

--feedback--

David doesn't mention anything about testing.

--video-solution--

1

--explanation--

David is trying to confirm whether the budget tracking feature was planned for the current update or scheduled for a future one.

He says was that supposed to be in this update, or is it coming later? — this helps you understand that he's asking about the feature's timing, not about delays, removal, or testing.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 53.86,
      "finishTimestamp": 60.4
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "Yeah, I noticed the budget tracking feature wasn't in the latest build.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "startTime": 4.4,
      "finishTime": 7.54,
      "dialogue": {
        "text": "Was that supposed to be in this update, or is it coming later?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}