Back to Freecodecamp

Task 95

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: If TechCorp went out of business, it would be a big shock. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If TechCorp went out of business, it would be a big BLANK.

--blanks--

shock

--feedback--

This word means a sudden and often upsetting surprise.

--explanation--

The word shock describes a strong emotional reaction to something surprising or upsetting. For example:

  • The user feedback came as a shock; they found the app too complicated. - The team didn't expect users to find the app difficult to use.

  • The company's decision to shut down the service was a shock to its users. - Users were surprised and disappointed when the service was discontinued.

In the audio, Tom uses it to emphasize how unexpected and impactful the closure of TechCorp would be.

--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": 7.5
    }
  },
  "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",
      "opacity": 0,
      "startTime": 4.34
    }
  ]
}