Back to Freecodecamp

Task 96

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: If TechCorp went out of business, it would be a big shock. They work with so many companies.-->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Tom think it would be a big shock if TechCorp went out of business?

--answers--

Because they don't have enough clients.

--feedback--

Tom explains that TechCorp works with many companies, not that they lack clients.


Because they don't have enough employees.

--feedback--

Tom doesn't mention anything about TechCorp's workforce or employee count.


Because they are struggling financially.

--feedback--

Tom does not suggest that TechCorp is facing financial struggles.


Because they work with many companies.

--video-solution--

4

--explanation--

Tom thinks it would be a big shock because TechCorp works with many companies. Their closure would likely disrupt a wide network of businesses that depend on their services.

--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": 4.66,
      "finishTimestamp": 9.2
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "If TechCorp went out of business, it would be a big shock.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.2,
      "finishTime": 5.54,
      "dialogue": {
        "text": "They work with so many companies.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}