Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6784c4489e0292512b524f4e.md

latest2.3 KB
Original Source
<!-- (Audio) Lisa: Hey Tom, have you ever thought about what would happen if TechCorp went out of business? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa asking Tom to think about?

--answers--

A real event where TechCorp is shutting down.

--feedback--

Lisa is talking about a hypothetical scenario, not a real situation.


A hypothetical situation where TechCorp goes out of business.


What TechCorp should do to avoid going out of business.

--feedback--

Lisa isn't asking for advice or solutions; she's talking about an imagined possibility.


If TechCorp needs more employees.

--feedback--

Lisa's question doesn't mention hiring or employee needs; it's about a hypothetical scenario.

--video-solution--

2

--explanation--

Lisa is using the Second Conditional to discuss a hypothetical situation.

The Second Conditional is used to talk about unreal or unlikely situations in the present or future. It follows the structure if + Present Simple or Past Continuous (for the condition) and might / would / could + base verb (for the result). For example:

  • If I had more time, I would learn a new programming language. - This describes a hypothetical situation where having more time would lead to learning.

  • If the server were faster, it could handle more users. - The server is not fast now, but if it were, it could support more users.

--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": 0,
      "finishTimestamp": 4.28
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.28,
      "dialogue": {
        "text": "Hey Tom, have you ever thought about what would happen if TechCorp went out of business?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.78
    }
  ]
}