Back to Freecodecamp

Task 111

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

latest1.7 KB
Original Source
<!-- (Audio) David: Does that mean the app's launch will be delayed? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is David trying to confirm?

--answers--

If the app will be released later than planned.


If the app will have new features.

--feedback--

David doesn't mention anything about features — he's asking about the release timing.


If the app has already launched.

--feedback--

He's asking about a future delay, not whether the app is already out.


If the team is canceling the launch.

--feedback--

David is asking about a delay, not a cancellation.

--video-solution--

1

--explanation--

David says, Does that mean the app's launch will be delayed? This is a way to confirm if the result of the earlier discussion is a delay in the app release.

Delayed means something will happen later than expected. David is asking if the launch is still on time or not.

--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": 25.92,
      "finishTimestamp": 28.2
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "Does that mean the app's launch will be delayed?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}