Back to Freecodecamp

Task 108

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6785520139b856671a3ca311.md

latest2.0 KB
Original Source
<!-- (Audio) Lisa: TechCorp helps fund some of their projects. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why would smaller companies be in trouble?

--answers--

Because they don't have any funding.

--feedback--

Lisa says TechCorp helps fund some projects, not that smaller companies lack funding entirely.


Because they rely only on TechCorp.

--feedback--

Smaller companies depend on TechCorp for some funding, but not necessarily all of their operations.


Because they have too many employees.

--feedback--

Lisa doesn't mention anything about the number of employees in smaller companies.


Because TechCorp helps fund some of their projects.

--video-solution--

4

--explanation--

The word some means a part of or not all. For example:

  • Some of the team members are working remotely. - Not all team members, just a part of them.

  • She bought some new books to prepare for the exam. - A few books, not all the books available.

Using some highlights that while TechCorp is important to smaller companies, it doesn't fund all their projects, just a portion of them. This is why losing TechCorp would still have a significant impact.

--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": 26.56,
      "finishTimestamp": 28.86
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "TechCorp helps fund some of their projects.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.6
    }
  ]
}