Back to Freecodecamp

Task 101

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/67850ffc432b605f3d7d7187.md

latest1.7 KB
Original Source
<!-- (Audio) Lisa: If they closed, it would affect a lot of tech companies, wouldn't it? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the best short answer to Lisa's question?

--answers--

It depends on the companies.

--audio-id--

EN33960e63

--feedback--

This answer adds complexity but doesn't directly respond to the tag question asking for confirmation.


Yes, it would.

--audio-id--

EN8511c509

--video-solution--

2

--explanation--

Tag questions like wouldn't it? are used to confirm or invite agreement. A positive response such as Yes, it would agrees with the hypothetical impact described in Lisa's sentence.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.72,
      "finishTimestamp": 15.5
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 1.7,
      "dialogue": {
        "text": "If they closed,",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 1.7,
      "finishTime": 3.78,
      "dialogue": {
        "text": "it would affect a lot of tech companies, wouldn't it?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}