Back to Freecodecamp

Task 122

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

latest1.6 KB
Original Source
<!-- (Audio) David: That makes sense. I was worried we'd have to push back the launch date. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What was David concerned about?

--answers--

That the team wouldn't finish testing.

--feedback--

David doesn't mention testing.


That the app features wouldn't work correctly.

--feedback--

He doesn't talk about the app's features.


That the app might get canceled.

--feedback--

David never says anything about canceling the app.


That the launch might be delayed.

--video-solution--

4

--explanation--

David says he was worried they'd have to push back the launch date. Push back means to delay something.

His concern was that the launch would happen later than planned.

--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": 41.94,
      "finishTimestamp": 45.12
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "That makes sense. I was worried we'd have to push back the launch date.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}