Back to Freecodecamp

Task 98

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/678508c63fb94a5c43ad8bd2.md

latest2.0 KB
Original Source
<!-- (Audio) Lisa: I read they might be having money problems. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did Lisa read about TechCorp?

--answers--

They are expanding to new markets.

--feedback--

Lisa mentions financial difficulties, not business expansion.


They are hiring more employees.

--feedback--

Lisa does not talk about hiring; she refers to potential financial issues.


They might be having money problems.


They are closing their offices.

--feedback--

Lisa talks about money problems, but she does not specifically mention closing offices.

--video-solution--

3

--explanation--

Money problems refers to financial difficulties, such as not having enough money to cover expenses or debts. For example:

  • The company is facing money problems after a drop in sales. - This means the company is struggling financially due to fewer sales.

  • He had money problems and couldn't pay his rent on time. - This shows personal financial difficulties.

In the audio, Lisa mentions TechCorp might have money problems, suggesting they could be struggling to stay financially stable.

--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": 10.62,
      "finishTimestamp": 12.46
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "I read they might be having money problems.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.34
    }
  ]
}