Back to Freecodecamp

Task 97

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/678507620156985b70c81f9f.md

latest2.3 KB
Original Source
<!-- (Audio) Tom: If TechCorp went out of business, it would be a big shock. They work with so many companies. Why do you ask? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the best response to Tom's question?

--answers--

I read they might be having money problems.

--audio-id--

ENe2410656


They work with a lot of companies.

--audio-id--

ENefb01974

--feedback--

While true, this doesn't answer Tom's question about why you're asking.

--video-solution--

1

--explanation--

The correct response, I read they might be having money problems, directly answers Tom's question, Why do you ask? It provides a clear reason for bringing up the topic of TechCorp possibly going out of business.

When someone asks Why do you ask?, they are looking for a specific explanation or context for your question.

Other examples of responses to Why do you ask? could include:

  • I saw something about it in the news.

  • I heard someone mention it in a meeting.

These responses provide the necessary context and keep the conversation focused on the original question.

--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.86,
      "finishTimestamp": 10.08
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "If TechCorp went out of business, it would be a big shock.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.9,
      "finishTime": 5.24,
      "dialogue": {
        "text": "They work with so many companies.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.38,
      "finishTime": 6.22,
      "dialogue": {
        "text": "Why do you ask?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.72
    }
  ]
}