Back to Freecodecamp

Task 139

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

latest2.2 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 core components in-house and outsource the less critical parts? BLANK, we maintain control BLANK speeding up the project.

--blanks--

That way

--feedback--

This two-word phrase is used to show the result or benefit of an action. The first letter of the first word is capitalized.


while

--feedback--

This word is used to indicate that two things are happening at the same time.

--explanation--

That way is used to explain the result or benefit of a decision or action. For example:

We should automate testing. That way, we can catch bugs faster.That way indicates automation will help find bugs more quickly.

While is used to indicate that two things are happening at the same time. For example:

The team is fixing bugs while the designers work on the UI. – This means both tasks are happening at the same time.

--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
    }
  ]
}