Back to Freecodecamp

Task 135

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Yes, it is. We might need to balance both approaches to get the best of both worlds. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, it is. We might need to BLANK both BLANK to get the best of both worlds.

--blanks--

balance

--feedback--

This means to find a middle ground between two different options.


approaches

--feedback--

This word in the plural form refers to different ways or methods of doing something.

--explanation--

Balance means to find a middle ground between two different options or to manage them in a way that maintains stability. For example:

A good project manager knows how to balance speed and quality. – This means managing both factors without sacrificing one too much.

Approaches refers to different methods or strategies used to solve a problem or complete a task. For example:

There are different approaches to software testing, such as manual and automated testing. – This means there are multiple ways to conduct software testing.

--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": 86.82,
      "finishTimestamp": 91.72
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.9,
      "dialogue": {
        "text": "Yes, it is. We might need to balance both approaches to get the best of both worlds.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.4
    }
  ]
}