Back to Freecodecamp

Task 93

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the best response to Lisa's question?

--answers--

It would be a big shock.

--audio-id--

ENbdec5971


We should ask the CEO.

--audio-id--

EN950f5a48

--feedback--

Lisa is not suggesting taking action; she's exploring a hypothetical situation.

--video-solution--

1

--explanation--

The correct answer, It would be a big shock, reflects a hypothetical reaction to Lisa's imagined scenario. This matches the Second Conditional structure of Lisa's question, which describes an unreal or unlikely possibility. Examples of similar responses:

  • It would cause a lot of problems.

  • Everyone would need to find new jobs.

These answers acknowledge the scenario and express imagined outcomes.

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