Back to Freecodecamp

Task 138

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d80d84795ceb693cecb8df.md

latest2.8 KB
Original Source
<!-- (Audio) Sarah: How about we build the core components in-house and outsource the less critical parts? That way, we maintain control while speeding up the project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How about we build the BLANK BLANK in-house and outsource the BLANK BLANK parts? That way, we maintain control while speeding up the project.

--blanks--

core

--feedback--

This means the most important or essential part of something.


components

--feedback--

This word in the plural form refers to individual pieces or parts that make up a whole system.


less

--feedback--

This means something is lower in importance, quantity, or intensity.


critical

--feedback--

This means extremely important or necessary for success.

--explanation--

Core means the most important or essential part of something. For example:

The core functionality of the app must be developed first. – This means the most essential features should be built first.

Components refers to the individual pieces or parts that make up a whole system. For example:

A computer has several key components, including the processor and memory. – This means a computer consists of different essential parts.

Less means something has a lower degree or importance compared to something else. For example:

Less urgent tasks can be completed later. – This means tasks that are not as important can be done later.

Critical means something is extremely important or necessary for success. For example:

Security is a critical aspect of software development. – This means security is an essential part of building software.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 92.22,
      "finishTimestamp": 99.42
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "How about we build the core components in-house and outsource the less critical parts?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.54,
      "finishTime": 8.2,
      "dialogue": {
        "text": "That way, we maintain control while speeding up the project.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.7
    }
  ]
}