Back to Freecodecamp

Task 110

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK the app's BLANK will be BLANK?

--blanks--

Does that mean

--feedback--

These three words together are used to check if something that was just said leads to a specific result or conclusion. The first letter of the first word is capitalized.


launch

--feedback--

This word refers to the official release of a product, like an app.


delayed

--feedback--

This word means something will happen later than planned or expected. It ends with -ed.

--explanation--

Does that mean is used to confirm or clarify the result of what someone just said. For example:

Does that mean we need to start over? — This is checking if that is the correct conclusion.

--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
    }
  ]
}