Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67adab13bc4d2704719fcb93.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: Find a balance between comfort and technology to ensure everyone has what they need. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK between comfort and technology to ensure everyone has what they need.

--blanks--

Find

--feedback--

This verb means to discover or achieve something. The first letter is capitalized.


a balance

--feedback--

This means a fair mix of two different things. Don't forget to use an article.

--explanation--

Find a balance means to create a fair and effective combination of two different factors. For example:

  • Developers need to find a balance between speed and code quality. - Writing code quickly is important, but it also needs to be well-structured and bug-free.

  • We need to find a balance between adding features and keeping the app lightweight. - The app should have useful functions but not become too slow or complex.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 53.54,
      "finishTimestamp": 58.24
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.7,
      "dialogue": {
        "text": "Find a balance between comfort and technology to ensure everyone has what they need.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.2
    }
  ]
}