Back to Freecodecamp

Task 136

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

latest1.5 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 balance both approaches to BLANK both worlds.

--blanks--

get the best of

--feedback--

This four-word phrase means to take advantage of the most beneficial aspects of things.

--explanation--

Get the best of means to benefit from the most positive aspects of options or situations. For example:

By using both cloud and local storage, we get the best of both worlds—convenience and security. – This means combining the two provides both advantages.

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