Back to Freecodecamp

Task 102

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6785120bd970cb5fff50866e.md

latest1.8 KB
Original Source
<!-- (Audio) Tom: Yes, it would. If they shut down, a lot of people would lose their jobs. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, it would. If they BLANK, a lot of people BLANK their jobs.

--blanks--

shut down

--feedback--

This phrase means to close permanently, often referring to a company or business ceasing operations.


would lose

--feedback--

This phrase is part of the Second Conditional, used to describe the result of the hypothetical situation (losing jobs if the company closes).

--explanation--

The sentence uses the Second Conditional:

If they shut down is the hypothetical condition (imagining the company closing).

A lot of people would lose their jobs is the result of this situation.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.94,
      "finishTimestamp": 19.68
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 1.92,
      "dialogue": {
        "text": "Yes, it would.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 2.22,
      "finishTime": 4.74,
      "dialogue": {
        "text": "If they shut down, a lot of people would lose their jobs.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}